/*!
Theme Name: AVA
Theme URI: iREJ.cz
Author: iREJ
Author URI: iREJ.cz
Version: 1.0
Description: Custom base theme by iREJ.cz
*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

:focus {
  outline: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* CLEARFIX */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%;
  overflow: visible; }

/* CLEARFIX END */
/*
 * Fonts are located in theme base folder "fonts"
 */
@font-face {
  font-family: 'toyota';
  src: url(fonts/toyota-type/ToyotaType-Book.eot);
  src: url(fonts/toyota-type/ToyotaType-Book.woff2) format("woff2"), url(fonts/toyota-type/ToyotaType-Book.woff) format("woff"), url(fonts/toyota-type/ToyotaType-Book.ttf) format("truetype"), url(fonts/toyota-type/ToyotaType-Book.svg) format("svg");
  font-weight: 400; }

@font-face {
  font-family: 'toyota';
  src: url(fonts/toyota-type/ToyotaType-Regular.woff2) format("woff2"), url(fonts/toyota-type/ToyotaType-Regular.woff) format("woff"), url(fonts/toyota-type/ToyotaType-Regular.ttf) format("truetype");
  font-weight: 600; }

@font-face {
  font-family: 'toyota';
  src: url(fonts/toyota-type/ToyotaType-Semibold.eot);
  src: url(fonts/toyota-type/ToyotaType-Semibold.woff2) format("woff2"), url(fonts/toyota-type/ToyotaType-Semibold.woff) format("woff"), url(fonts/toyota-type/ToyotaType-Semibold.ttf) format("truetype"), url(fonts/toyota-type/ToyotaType-Semibold.svg) format("svg");
  font-weight: 800; }

html {
  width: 100%;
  height: 100%;
  font-size: 16px; }

@media (max-width: 479px) {
  html {
    font-size: 70%; } }

@media (min-width: 480px) and (max-width: 767px) {
  html {
    font-size: 70%; } }

@media (min-width: 768px) and (max-width: 979px) {
  html {
    font-size: 80%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  html {
    font-size: 89%; } }

@media (min-width: 1240px) {
  html {
    font-size: 100%; } }

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 320px;
  margin-top: 0px;
  background-color: #ffffff;
  color: #ffffff;
  font-family: "toyota", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4em;
  overflow-x: hidden; }
  body.cookie-responsive {
    min-width: 320px; }

.default_content-wrapper {
  width: calc(100% - 2rem);
  min-width: 288px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1200px) {
    .default_content-wrapper {
      overflow: hidden;
      padding: 0 0.5rem; } }
  .default_content-wrapper.small_width {
    max-width: 700px; }
    @media (max-width: 700px) {
      .default_content-wrapper.small_width {
        overflow: hidden;
        padding: 0; } }
  .default_content-wrapper :last-child:not(.do-not-remove-last-bottom-margin) {
    margin-bottom: 0; }

.default_content_spacing {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .default_content_spacing.no_content_spacing_bottom {
    padding-bottom: 0; }
  .default_content_spacing.extra_content_spacing_bottom {
    padding-bottom: 3.125rem; }

/*
**************** IREJ FLEX BOX GRID SYSTEM ****************
*/
/* -- Set defaults -- */
.grid-wrap {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5em; }
  .grid-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.grid-col {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 1.5em; }
  .grid-col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

/*
GENERATE GRID FOR EACH BREAKING POINT
*/
/* -- Setup grids with base class -- */
/* Grid modifiers
	   ========================================================================== */
/**
	 * Horizontal align
	 */
.grid-wrap-align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.grid-wrap-align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.grid-wrap-align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

/**
	 * VALIGN modifiers
	 */
.grid-wrap-valign-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.grid-wrap-valign-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.grid-wrap-valign-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

/**
	 * Distribution modifiers
	 */
.grid-wrap-distribution-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.grid-wrap-distribution-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* Grid cell modifiers
	   ========================================================================== */
/**
	 * Move col to first or last
	 */
.grid-col-move-to-first {
  -ms-flex-order: -1;
  order: -1; }

.grid-col-move-to-last {
  -ms-flex-order: 1;
  order: 1; }

.grid-col-move-to-0 {
  -ms-flex-order: 0;
  order: 0; }

.grid-col-move-to-1 {
  -ms-flex-order: 1;
  order: 1; }

.grid-col-move-to-2 {
  -ms-flex-order: 2;
  order: 2; }

.grid-col-move-to-3 {
  -ms-flex-order: 3;
  order: 3; }

.grid-col-move-to-4 {
  -ms-flex-order: 4;
  order: 4; }

.grid-col-move-to-5 {
  -ms-flex-order: 5;
  order: 5; }

.grid-col-move-to-6 {
  -ms-flex-order: 6;
  order: 6; }

.grid-col-move-to-7 {
  -ms-flex-order: 7;
  order: 7; }

.grid-col-move-to-8 {
  -ms-flex-order: 8;
  order: 8; }

.grid-col-move-to-9 {
  -ms-flex-order: 9;
  order: 9; }

.grid-col-move-to-10 {
  -ms-flex-order: 10;
  order: 10; }

.grid-col-move-to-11 {
  -ms-flex-order: 11;
  order: 11; }

.grid-col-move-to-12 {
  -ms-flex-order: 12;
  order: 12; }

.grid-col-move-to-13 {
  -ms-flex-order: 13;
  order: 13; }

.grid-col-move-to-14 {
  -ms-flex-order: 14;
  order: 14; }

.grid-col-move-to-15 {
  -ms-flex-order: 15;
  order: 15; }

.grid-col-move-to-16 {
  -ms-flex-order: 16;
  order: 16; }

.grid-col-move-to-17 {
  -ms-flex-order: 17;
  order: 17; }

.grid-col-move-to-18 {
  -ms-flex-order: 18;
  order: 18; }

.grid-col-move-to-19 {
  -ms-flex-order: 19;
  order: 19; }

.grid-col-move-to-20 {
  -ms-flex-order: 20;
  order: 20; }

/* Grid gutters
	   ========================================================================== */
.grid-wrap.ultra-gutter {
  margin: 0 -6em;
  /* 1 */ }

.grid-wrap.ultra-gutter > .grid-col {
  padding: 0 6em;
  /* 2 */ }

.grid-wrap.large-gutter {
  margin: 0 -3em;
  /* 1 */ }

.grid-wrap.large-gutter > .grid-col {
  padding: 0 3em;
  /* 2 */ }

.grid-wrap.half-gutter {
  margin: 0 -0.75em;
  /* 1 */ }

.grid-wrap.half-gutter > .grid-col {
  padding: 0 0.75em;
  /* 2 */ }

.grid-wrap.quarter-gutter {
  margin: 0 -0.375em;
  /* 1 */ }

.grid-wrap.quarter-gutter > .grid-col {
  padding: 0 0.375em;
  /* 2 */ }

.grid-wrap.no-gutter {
  margin: 0 0;
  /* 1 */ }

.grid-wrap.no-gutter > .grid-col {
  padding: 0 0;
  /* 2 */ }

/* Proportional units
       ========================================================================== */
/*
     * Specify the proportional width of an object.
     * Primarily for, but not limited to, use with `.grid__cell` components.
     * Intentional redundancy build into each set of unit classes.
     */
.col-full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-display-none {
  display: none; }

.col-1-2, .col-10-20, .col-6-12, .col-5-10, .col-4-8, .col-3-6, .col-2-4 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-1-3, .col-4-12, .col-2-6 {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-2-3, .col-8-12, .col-4-6 {
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-1-4, .col-5-20, .col-3-12, .col-2-8 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-3-4, .col-15-20, .col-9-12, .col-6-8 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-1-5, .col-4-20, .col-2-10 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%; }

.col-2-5, .col-8-20, .col-4-10 {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%; }

.col-3-5, .col-12-20, .col-6-10 {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%; }

.col-4-5, .col-16-20, .col-8-10 {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%; }

.col-1-6, .col-2-12 {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-5-6, .col-10-12 {
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-1-7 {
  -ms-flex-preferred-size: 14.2857142857%;
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%; }

.col-2-7 {
  -ms-flex-preferred-size: 28.5714285714%;
  flex-basis: 28.5714285714%;
  max-width: 28.5714285714%; }

.col-3-7 {
  -ms-flex-preferred-size: 42.8571428571%;
  flex-basis: 42.8571428571%;
  max-width: 42.8571428571%; }

.col-4-7 {
  -ms-flex-preferred-size: 57.1428571429%;
  flex-basis: 57.1428571429%;
  max-width: 57.1428571429%; }

.col-5-7 {
  -ms-flex-preferred-size: 71.4285714286%;
  flex-basis: 71.4285714286%;
  max-width: 71.4285714286%; }

.col-6-7 {
  -ms-flex-preferred-size: 85.7142857143%;
  flex-basis: 85.7142857143%;
  max-width: 85.7142857143%; }

.col-1-8 {
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%; }

.col-3-8 {
  -ms-flex-preferred-size: 37.5%;
  flex-basis: 37.5%;
  max-width: 37.5%; }

.col-5-8 {
  -ms-flex-preferred-size: 62.5%;
  flex-basis: 62.5%;
  max-width: 62.5%; }

.col-7-8 {
  -ms-flex-preferred-size: 87.5%;
  flex-basis: 87.5%;
  max-width: 87.5%; }

.col-1-10, .col-2-20 {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  max-width: 10%; }

.col-3-10, .col-6-20 {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%; }

.col-7-10, .col-14-20 {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  max-width: 70%; }

.col-9-10, .col-18-20 {
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  max-width: 90%; }

.col-1-12 {
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-5-12 {
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-7-12 {
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-11-12 {
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-1-20 {
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
  max-width: 5%; }

.col-3-20 {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  max-width: 15%; }

.col-7-20 {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  max-width: 35%; }

.col-9-20 {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  max-width: 45%; }

.col-11-20 {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  max-width: 55%; }

.col-13-20 {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  max-width: 65%; }

.col-17-20 {
  -ms-flex-preferred-size: 85%;
  flex-basis: 85%;
  max-width: 85%; }

.col-19-20 {
  -ms-flex-preferred-size: 95%;
  flex-basis: 95%;
  max-width: 95%; }

/* -- Breakpoint (.bp0)
------------------------------------------------------------- */
@media (max-width: 479px) {
  /* Grid modifiers
	   ========================================================================== */
  /**
	 * Horizontal align
	 */
  .bp0-grid-wrap-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .bp0-grid-wrap-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .bp0-grid-wrap-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  /**
	 * VALIGN modifiers
	 */
  .bp0-grid-wrap-valign-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .bp0-grid-wrap-valign-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bp0-grid-wrap-valign-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  /**
	 * Distribution modifiers
	 */
  .bp0-grid-wrap-distribution-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .bp0-grid-wrap-distribution-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* Grid cell modifiers
	   ========================================================================== */
  /**
	 * Move col to first or last
	 */
  .bp0-grid-col-move-to-first {
    -ms-flex-order: -1;
    order: -1; }
  .bp0-grid-col-move-to-last {
    -ms-flex-order: 1;
    order: 1; }
  .bp0-grid-col-move-to-0 {
    -ms-flex-order: 0;
    order: 0; }
  .bp0-grid-col-move-to-1 {
    -ms-flex-order: 1;
    order: 1; }
  .bp0-grid-col-move-to-2 {
    -ms-flex-order: 2;
    order: 2; }
  .bp0-grid-col-move-to-3 {
    -ms-flex-order: 3;
    order: 3; }
  .bp0-grid-col-move-to-4 {
    -ms-flex-order: 4;
    order: 4; }
  .bp0-grid-col-move-to-5 {
    -ms-flex-order: 5;
    order: 5; }
  .bp0-grid-col-move-to-6 {
    -ms-flex-order: 6;
    order: 6; }
  .bp0-grid-col-move-to-7 {
    -ms-flex-order: 7;
    order: 7; }
  .bp0-grid-col-move-to-8 {
    -ms-flex-order: 8;
    order: 8; }
  .bp0-grid-col-move-to-9 {
    -ms-flex-order: 9;
    order: 9; }
  .bp0-grid-col-move-to-10 {
    -ms-flex-order: 10;
    order: 10; }
  .bp0-grid-col-move-to-11 {
    -ms-flex-order: 11;
    order: 11; }
  .bp0-grid-col-move-to-12 {
    -ms-flex-order: 12;
    order: 12; }
  .bp0-grid-col-move-to-13 {
    -ms-flex-order: 13;
    order: 13; }
  .bp0-grid-col-move-to-14 {
    -ms-flex-order: 14;
    order: 14; }
  .bp0-grid-col-move-to-15 {
    -ms-flex-order: 15;
    order: 15; }
  .bp0-grid-col-move-to-16 {
    -ms-flex-order: 16;
    order: 16; }
  .bp0-grid-col-move-to-17 {
    -ms-flex-order: 17;
    order: 17; }
  .bp0-grid-col-move-to-18 {
    -ms-flex-order: 18;
    order: 18; }
  .bp0-grid-col-move-to-19 {
    -ms-flex-order: 19;
    order: 19; }
  .bp0-grid-col-move-to-20 {
    -ms-flex-order: 20;
    order: 20; }
  /* Grid gutters
	   ========================================================================== */
  .grid-wrap.bp0-ultra-gutter {
    margin: 0 -6em;
    /* 1 */ }
  .grid-wrap.bp0-ultra-gutter > .grid-col {
    padding: 0 6em;
    /* 2 */ }
  .grid-wrap.bp0-large-gutter {
    margin: 0 -3em;
    /* 1 */ }
  .grid-wrap.bp0-large-gutter > .grid-col {
    padding: 0 3em;
    /* 2 */ }
  .grid-wrap.bp0-half-gutter {
    margin: 0 -0.75em;
    /* 1 */ }
  .grid-wrap.bp0-half-gutter > .grid-col {
    padding: 0 0.75em;
    /* 2 */ }
  .grid-wrap.bp0-quarter-gutter {
    margin: 0 -0.375em;
    /* 1 */ }
  .grid-wrap.bp0-quarter-gutter > .grid-col {
    padding: 0 0.375em;
    /* 2 */ }
  .grid-wrap.bp0-no-gutter {
    margin: 0 0;
    /* 1 */ }
  .grid-wrap.bp0-no-gutter > .grid-col {
    padding: 0 0;
    /* 2 */ }
  /* Proportional units
       ========================================================================== */
  /*
     * Specify the proportional width of an object.
     * Primarily for, but not limited to, use with `.grid__cell` components.
     * Intentional redundancy build into each set of unit classes.
     */
  .bp0-col-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .bp0-col-auto {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .bp0-col-display-none {
    display: none; }
  .bp0-col-1-2, .bp0-col-10-20, .bp0-col-6-12, .bp0-col-5-10, .bp0-col-4-8, .bp0-col-3-6, .bp0-col-2-4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .bp0-col-1-3, .bp0-col-4-12, .bp0-col-2-6 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .bp0-col-2-3, .bp0-col-8-12, .bp0-col-4-6 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .bp0-col-1-4, .bp0-col-5-20, .bp0-col-3-12, .bp0-col-2-8 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .bp0-col-3-4, .bp0-col-15-20, .bp0-col-9-12, .bp0-col-6-8 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .bp0-col-1-5, .bp0-col-4-20, .bp0-col-2-10 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .bp0-col-2-5, .bp0-col-8-20, .bp0-col-4-10 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; }
  .bp0-col-3-5, .bp0-col-12-20, .bp0-col-6-10 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%; }
  .bp0-col-4-5, .bp0-col-16-20, .bp0-col-8-10 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%; }
  .bp0-col-1-6, .bp0-col-2-12 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .bp0-col-5-6, .bp0-col-10-12 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .bp0-col-1-7 {
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%; }
  .bp0-col-2-7 {
    -ms-flex-preferred-size: 28.5714285714%;
    flex-basis: 28.5714285714%;
    max-width: 28.5714285714%; }
  .bp0-col-3-7 {
    -ms-flex-preferred-size: 42.8571428571%;
    flex-basis: 42.8571428571%;
    max-width: 42.8571428571%; }
  .bp0-col-4-7 {
    -ms-flex-preferred-size: 57.1428571429%;
    flex-basis: 57.1428571429%;
    max-width: 57.1428571429%; }
  .bp0-col-5-7 {
    -ms-flex-preferred-size: 71.4285714286%;
    flex-basis: 71.4285714286%;
    max-width: 71.4285714286%; }
  .bp0-col-6-7 {
    -ms-flex-preferred-size: 85.7142857143%;
    flex-basis: 85.7142857143%;
    max-width: 85.7142857143%; }
  .bp0-col-1-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  .bp0-col-3-8 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }
  .bp0-col-5-8 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }
  .bp0-col-7-8 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }
  .bp0-col-1-10, .bp0-col-2-20 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; }
  .bp0-col-3-10, .bp0-col-6-20 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; }
  .bp0-col-7-10, .bp0-col-14-20 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%; }
  .bp0-col-9-10, .bp0-col-18-20 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%; }
  .bp0-col-1-12 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .bp0-col-5-12 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .bp0-col-7-12 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .bp0-col-11-12 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .bp0-col-1-20 {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%; }
  .bp0-col-3-20 {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%; }
  .bp0-col-7-20 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%; }
  .bp0-col-9-20 {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%; }
  .bp0-col-11-20 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%; }
  .bp0-col-13-20 {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%; }
  .bp0-col-17-20 {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    max-width: 85%; }
  .bp0-col-19-20 {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    max-width: 95%; } }

/* -- Breakpoint (.bp1)
------------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 767px) {
  /* Grid modifiers
	   ========================================================================== */
  /**
	 * Horizontal align
	 */
  .bp1-grid-wrap-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .bp1-grid-wrap-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .bp1-grid-wrap-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  /**
	 * VALIGN modifiers
	 */
  .bp1-grid-wrap-valign-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .bp1-grid-wrap-valign-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bp1-grid-wrap-valign-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  /**
	 * Distribution modifiers
	 */
  .bp1-grid-wrap-distribution-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .bp1-grid-wrap-distribution-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* Grid cell modifiers
	   ========================================================================== */
  /**
	 * Move col to first or last
	 */
  .bp1-grid-col-move-to-first {
    -ms-flex-order: -1;
    order: -1; }
  .bp1-grid-col-move-to-last {
    -ms-flex-order: 1;
    order: 1; }
  .bp1-grid-col-move-to-0 {
    -ms-flex-order: 0;
    order: 0; }
  .bp1-grid-col-move-to-1 {
    -ms-flex-order: 1;
    order: 1; }
  .bp1-grid-col-move-to-2 {
    -ms-flex-order: 2;
    order: 2; }
  .bp1-grid-col-move-to-3 {
    -ms-flex-order: 3;
    order: 3; }
  .bp1-grid-col-move-to-4 {
    -ms-flex-order: 4;
    order: 4; }
  .bp1-grid-col-move-to-5 {
    -ms-flex-order: 5;
    order: 5; }
  .bp1-grid-col-move-to-6 {
    -ms-flex-order: 6;
    order: 6; }
  .bp1-grid-col-move-to-7 {
    -ms-flex-order: 7;
    order: 7; }
  .bp1-grid-col-move-to-8 {
    -ms-flex-order: 8;
    order: 8; }
  .bp1-grid-col-move-to-9 {
    -ms-flex-order: 9;
    order: 9; }
  .bp1-grid-col-move-to-10 {
    -ms-flex-order: 10;
    order: 10; }
  .bp1-grid-col-move-to-11 {
    -ms-flex-order: 11;
    order: 11; }
  .bp1-grid-col-move-to-12 {
    -ms-flex-order: 12;
    order: 12; }
  .bp1-grid-col-move-to-13 {
    -ms-flex-order: 13;
    order: 13; }
  .bp1-grid-col-move-to-14 {
    -ms-flex-order: 14;
    order: 14; }
  .bp1-grid-col-move-to-15 {
    -ms-flex-order: 15;
    order: 15; }
  .bp1-grid-col-move-to-16 {
    -ms-flex-order: 16;
    order: 16; }
  .bp1-grid-col-move-to-17 {
    -ms-flex-order: 17;
    order: 17; }
  .bp1-grid-col-move-to-18 {
    -ms-flex-order: 18;
    order: 18; }
  .bp1-grid-col-move-to-19 {
    -ms-flex-order: 19;
    order: 19; }
  .bp1-grid-col-move-to-20 {
    -ms-flex-order: 20;
    order: 20; }
  /* Grid gutters
	   ========================================================================== */
  .grid-wrap.bp1-ultra-gutter {
    margin: 0 -6em;
    /* 1 */ }
  .grid-wrap.bp1-ultra-gutter > .grid-col {
    padding: 0 6em;
    /* 2 */ }
  .grid-wrap.bp1-large-gutter {
    margin: 0 -3em;
    /* 1 */ }
  .grid-wrap.bp1-large-gutter > .grid-col {
    padding: 0 3em;
    /* 2 */ }
  .grid-wrap.bp1-half-gutter {
    margin: 0 -0.75em;
    /* 1 */ }
  .grid-wrap.bp1-half-gutter > .grid-col {
    padding: 0 0.75em;
    /* 2 */ }
  .grid-wrap.bp1-quarter-gutter {
    margin: 0 -0.375em;
    /* 1 */ }
  .grid-wrap.bp1-quarter-gutter > .grid-col {
    padding: 0 0.375em;
    /* 2 */ }
  .grid-wrap.bp1-no-gutter {
    margin: 0 0;
    /* 1 */ }
  .grid-wrap.bp1-no-gutter > .grid-col {
    padding: 0 0;
    /* 2 */ }
  /* Proportional units
       ========================================================================== */
  /*
     * Specify the proportional width of an object.
     * Primarily for, but not limited to, use with `.grid__cell` components.
     * Intentional redundancy build into each set of unit classes.
     */
  .bp1-col-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .bp1-col-auto {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .bp1-col-display-none {
    display: none; }
  .bp1-col-1-2, .bp1-col-10-20, .bp1-col-6-12, .bp1-col-5-10, .bp1-col-4-8, .bp1-col-3-6, .bp1-col-2-4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .bp1-col-1-3, .bp1-col-4-12, .bp1-col-2-6 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .bp1-col-2-3, .bp1-col-8-12, .bp1-col-4-6 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .bp1-col-1-4, .bp1-col-5-20, .bp1-col-3-12, .bp1-col-2-8 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .bp1-col-3-4, .bp1-col-15-20, .bp1-col-9-12, .bp1-col-6-8 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .bp1-col-1-5, .bp1-col-4-20, .bp1-col-2-10 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .bp1-col-2-5, .bp1-col-8-20, .bp1-col-4-10 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; }
  .bp1-col-3-5, .bp1-col-12-20, .bp1-col-6-10 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%; }
  .bp1-col-4-5, .bp1-col-16-20, .bp1-col-8-10 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%; }
  .bp1-col-1-6, .bp1-col-2-12 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .bp1-col-5-6, .bp1-col-10-12 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .bp1-col-1-7 {
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%; }
  .bp1-col-2-7 {
    -ms-flex-preferred-size: 28.5714285714%;
    flex-basis: 28.5714285714%;
    max-width: 28.5714285714%; }
  .bp1-col-3-7 {
    -ms-flex-preferred-size: 42.8571428571%;
    flex-basis: 42.8571428571%;
    max-width: 42.8571428571%; }
  .bp1-col-4-7 {
    -ms-flex-preferred-size: 57.1428571429%;
    flex-basis: 57.1428571429%;
    max-width: 57.1428571429%; }
  .bp1-col-5-7 {
    -ms-flex-preferred-size: 71.4285714286%;
    flex-basis: 71.4285714286%;
    max-width: 71.4285714286%; }
  .bp1-col-6-7 {
    -ms-flex-preferred-size: 85.7142857143%;
    flex-basis: 85.7142857143%;
    max-width: 85.7142857143%; }
  .bp1-col-1-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  .bp1-col-3-8 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }
  .bp1-col-5-8 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }
  .bp1-col-7-8 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }
  .bp1-col-1-10, .bp1-col-2-20 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; }
  .bp1-col-3-10, .bp1-col-6-20 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; }
  .bp1-col-7-10, .bp1-col-14-20 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%; }
  .bp1-col-9-10, .bp1-col-18-20 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%; }
  .bp1-col-1-12 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .bp1-col-5-12 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .bp1-col-7-12 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .bp1-col-11-12 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .bp1-col-1-20 {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%; }
  .bp1-col-3-20 {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%; }
  .bp1-col-7-20 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%; }
  .bp1-col-9-20 {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%; }
  .bp1-col-11-20 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%; }
  .bp1-col-13-20 {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%; }
  .bp1-col-17-20 {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    max-width: 85%; }
  .bp1-col-19-20 {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    max-width: 95%; } }

/* -- Breakpoint 2 (.bp2)
------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  /* Grid modifiers
	   ========================================================================== */
  /**
	 * Horizontal align
	 */
  .bp2-grid-wrap-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .bp2-grid-wrap-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .bp2-grid-wrap-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  /**
	 * VALIGN modifiers
	 */
  .bp2-grid-wrap-valign-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .bp2-grid-wrap-valign-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bp2-grid-wrap-valign-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  /**
	 * Distribution modifiers
	 */
  .bp2-grid-wrap-distribution-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .bp2-grid-wrap-distribution-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* Grid cell modifiers
	   ========================================================================== */
  /**
	 * Move col to first or last
	 */
  .bp2-grid-col-move-to-first {
    -ms-flex-order: -1;
    order: -1; }
  .bp2-grid-col-move-to-last {
    -ms-flex-order: 1;
    order: 1; }
  .bp2-grid-col-move-to-0 {
    -ms-flex-order: 0;
    order: 0; }
  .bp2-grid-col-move-to-1 {
    -ms-flex-order: 1;
    order: 1; }
  .bp2-grid-col-move-to-2 {
    -ms-flex-order: 2;
    order: 2; }
  .bp2-grid-col-move-to-3 {
    -ms-flex-order: 3;
    order: 3; }
  .bp2-grid-col-move-to-4 {
    -ms-flex-order: 4;
    order: 4; }
  .bp2-grid-col-move-to-5 {
    -ms-flex-order: 5;
    order: 5; }
  .bp2-grid-col-move-to-6 {
    -ms-flex-order: 6;
    order: 6; }
  .bp2-grid-col-move-to-7 {
    -ms-flex-order: 7;
    order: 7; }
  .bp2-grid-col-move-to-8 {
    -ms-flex-order: 8;
    order: 8; }
  .bp2-grid-col-move-to-9 {
    -ms-flex-order: 9;
    order: 9; }
  .bp2-grid-col-move-to-10 {
    -ms-flex-order: 10;
    order: 10; }
  .bp2-grid-col-move-to-11 {
    -ms-flex-order: 11;
    order: 11; }
  .bp2-grid-col-move-to-12 {
    -ms-flex-order: 12;
    order: 12; }
  .bp2-grid-col-move-to-13 {
    -ms-flex-order: 13;
    order: 13; }
  .bp2-grid-col-move-to-14 {
    -ms-flex-order: 14;
    order: 14; }
  .bp2-grid-col-move-to-15 {
    -ms-flex-order: 15;
    order: 15; }
  .bp2-grid-col-move-to-16 {
    -ms-flex-order: 16;
    order: 16; }
  .bp2-grid-col-move-to-17 {
    -ms-flex-order: 17;
    order: 17; }
  .bp2-grid-col-move-to-18 {
    -ms-flex-order: 18;
    order: 18; }
  .bp2-grid-col-move-to-19 {
    -ms-flex-order: 19;
    order: 19; }
  .bp2-grid-col-move-to-20 {
    -ms-flex-order: 20;
    order: 20; }
  /* Grid gutters
	   ========================================================================== */
  .grid-wrap.bp2-ultra-gutter {
    margin: 0 -6em;
    /* 1 */ }
  .grid-wrap.bp2-ultra-gutter > .grid-col {
    padding: 0 6em;
    /* 2 */ }
  .grid-wrap.bp2-large-gutter {
    margin: 0 -3em;
    /* 1 */ }
  .grid-wrap.bp2-large-gutter > .grid-col {
    padding: 0 3em;
    /* 2 */ }
  .grid-wrap.bp2-half-gutter {
    margin: 0 -0.75em;
    /* 1 */ }
  .grid-wrap.bp2-half-gutter > .grid-col {
    padding: 0 0.75em;
    /* 2 */ }
  .grid-wrap.bp2-quarter-gutter {
    margin: 0 -0.375em;
    /* 1 */ }
  .grid-wrap.bp2-quarter-gutter > .grid-col {
    padding: 0 0.375em;
    /* 2 */ }
  .grid-wrap.bp2-no-gutter {
    margin: 0 0;
    /* 1 */ }
  .grid-wrap.bp2-no-gutter > .grid-col {
    padding: 0 0;
    /* 2 */ }
  /* Proportional units
       ========================================================================== */
  /*
     * Specify the proportional width of an object.
     * Primarily for, but not limited to, use with `.grid__cell` components.
     * Intentional redundancy build into each set of unit classes.
     */
  .bp2-col-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .bp2-col-auto {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .bp2-col-display-none {
    display: none; }
  .bp2-col-1-2, .bp2-col-10-20, .bp2-col-6-12, .bp2-col-5-10, .bp2-col-4-8, .bp2-col-3-6, .bp2-col-2-4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .bp2-col-1-3, .bp2-col-4-12, .bp2-col-2-6 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .bp2-col-2-3, .bp2-col-8-12, .bp2-col-4-6 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .bp2-col-1-4, .bp2-col-5-20, .bp2-col-3-12, .bp2-col-2-8 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .bp2-col-3-4, .bp2-col-15-20, .bp2-col-9-12, .bp2-col-6-8 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .bp2-col-1-5, .bp2-col-4-20, .bp2-col-2-10 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .bp2-col-2-5, .bp2-col-8-20, .bp2-col-4-10 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; }
  .bp2-col-3-5, .bp2-col-12-20, .bp2-col-6-10 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%; }
  .bp2-col-4-5, .bp2-col-16-20, .bp2-col-8-10 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%; }
  .bp2-col-1-6, .bp2-col-2-12 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .bp2-col-5-6, .bp2-col-10-12 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .bp2-col-1-7 {
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%; }
  .bp2-col-2-7 {
    -ms-flex-preferred-size: 28.5714285714%;
    flex-basis: 28.5714285714%;
    max-width: 28.5714285714%; }
  .bp2-col-3-7 {
    -ms-flex-preferred-size: 42.8571428571%;
    flex-basis: 42.8571428571%;
    max-width: 42.8571428571%; }
  .bp2-col-4-7 {
    -ms-flex-preferred-size: 57.1428571429%;
    flex-basis: 57.1428571429%;
    max-width: 57.1428571429%; }
  .bp2-col-5-7 {
    -ms-flex-preferred-size: 71.4285714286%;
    flex-basis: 71.4285714286%;
    max-width: 71.4285714286%; }
  .bp2-col-6-7 {
    -ms-flex-preferred-size: 85.7142857143%;
    flex-basis: 85.7142857143%;
    max-width: 85.7142857143%; }
  .bp2-col-1-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  .bp2-col-3-8 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }
  .bp2-col-5-8 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }
  .bp2-col-7-8 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }
  .bp2-col-1-10, .bp2-col-2-20 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; }
  .bp2-col-3-10, .bp2-col-6-20 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; }
  .bp2-col-7-10, .bp2-col-14-20 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%; }
  .bp2-col-9-10, .bp2-col-18-20 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%; }
  .bp2-col-1-12 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .bp2-col-5-12 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .bp2-col-7-12 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .bp2-col-11-12 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .bp2-col-1-20 {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%; }
  .bp2-col-3-20 {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%; }
  .bp2-col-7-20 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%; }
  .bp2-col-9-20 {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%; }
  .bp2-col-11-20 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%; }
  .bp2-col-13-20 {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%; }
  .bp2-col-17-20 {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    max-width: 85%; }
  .bp2-col-19-20 {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    max-width: 95%; } }

/* -- Breakpoint 3 (.bp3)
------------------------------------------------------------- */
@media (min-width: 980px) and (max-width: 1239px) {
  /* Grid modifiers
	   ========================================================================== */
  /**
	 * Horizontal align
	 */
  .bp3-grid-wrap-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .bp3-grid-wrap-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .bp3-grid-wrap-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  /**
	 * VALIGN modifiers
	 */
  .bp3-grid-wrap-valign-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .bp3-grid-wrap-valign-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bp3-grid-wrap-valign-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  /**
	 * Distribution modifiers
	 */
  .bp3-grid-wrap-distribution-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .bp3-grid-wrap-distribution-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* Grid cell modifiers
	   ========================================================================== */
  /**
	 * Move col to first or last
	 */
  .bp3-grid-col-move-to-first {
    -ms-flex-order: -1;
    order: -1; }
  .bp3-grid-col-move-to-last {
    -ms-flex-order: 1;
    order: 1; }
  .bp3-grid-col-move-to-0 {
    -ms-flex-order: 0;
    order: 0; }
  .bp3-grid-col-move-to-1 {
    -ms-flex-order: 1;
    order: 1; }
  .bp3-grid-col-move-to-2 {
    -ms-flex-order: 2;
    order: 2; }
  .bp3-grid-col-move-to-3 {
    -ms-flex-order: 3;
    order: 3; }
  .bp3-grid-col-move-to-4 {
    -ms-flex-order: 4;
    order: 4; }
  .bp3-grid-col-move-to-5 {
    -ms-flex-order: 5;
    order: 5; }
  .bp3-grid-col-move-to-6 {
    -ms-flex-order: 6;
    order: 6; }
  .bp3-grid-col-move-to-7 {
    -ms-flex-order: 7;
    order: 7; }
  .bp3-grid-col-move-to-8 {
    -ms-flex-order: 8;
    order: 8; }
  .bp3-grid-col-move-to-9 {
    -ms-flex-order: 9;
    order: 9; }
  .bp3-grid-col-move-to-10 {
    -ms-flex-order: 10;
    order: 10; }
  .bp3-grid-col-move-to-11 {
    -ms-flex-order: 11;
    order: 11; }
  .bp3-grid-col-move-to-12 {
    -ms-flex-order: 12;
    order: 12; }
  .bp3-grid-col-move-to-13 {
    -ms-flex-order: 13;
    order: 13; }
  .bp3-grid-col-move-to-14 {
    -ms-flex-order: 14;
    order: 14; }
  .bp3-grid-col-move-to-15 {
    -ms-flex-order: 15;
    order: 15; }
  .bp3-grid-col-move-to-16 {
    -ms-flex-order: 16;
    order: 16; }
  .bp3-grid-col-move-to-17 {
    -ms-flex-order: 17;
    order: 17; }
  .bp3-grid-col-move-to-18 {
    -ms-flex-order: 18;
    order: 18; }
  .bp3-grid-col-move-to-19 {
    -ms-flex-order: 19;
    order: 19; }
  .bp3-grid-col-move-to-20 {
    -ms-flex-order: 20;
    order: 20; }
  /* Grid gutters
	   ========================================================================== */
  .grid-wrap.bp3-ultra-gutter {
    margin: 0 -6em;
    /* 1 */ }
  .grid-wrap.bp3-ultra-gutter > .grid-col {
    padding: 0 6em;
    /* 2 */ }
  .grid-wrap.bp3-large-gutter {
    margin: 0 -3em;
    /* 1 */ }
  .grid-wrap.bp3-large-gutter > .grid-col {
    padding: 0 3em;
    /* 2 */ }
  .grid-wrap.bp3-half-gutter {
    margin: 0 -0.75em;
    /* 1 */ }
  .grid-wrap.bp3-half-gutter > .grid-col {
    padding: 0 0.75em;
    /* 2 */ }
  .grid-wrap.bp3-quarter-gutter {
    margin: 0 -0.375em;
    /* 1 */ }
  .grid-wrap.bp3-quarter-gutter > .grid-col {
    padding: 0 0.375em;
    /* 2 */ }
  .grid-wrap.bp3-no-gutter {
    margin: 0 0;
    /* 1 */ }
  .grid-wrap.bp3-no-gutter > .grid-col {
    padding: 0 0;
    /* 2 */ }
  /* Proportional units
       ========================================================================== */
  /*
     * Specify the proportional width of an object.
     * Primarily for, but not limited to, use with `.grid__cell` components.
     * Intentional redundancy build into each set of unit classes.
     */
  .bp3-col-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .bp3-col-auto {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .bp3-col-display-none {
    display: none; }
  .bp3-col-1-2, .bp3-col-10-20, .bp3-col-6-12, .bp3-col-5-10, .bp3-col-4-8, .bp3-col-3-6, .bp3-col-2-4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .bp3-col-1-3, .bp3-col-4-12, .bp3-col-2-6 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .bp3-col-2-3, .bp3-col-8-12, .bp3-col-4-6 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .bp3-col-1-4, .bp3-col-5-20, .bp3-col-3-12, .bp3-col-2-8 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .bp3-col-3-4, .bp3-col-15-20, .bp3-col-9-12, .bp3-col-6-8 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .bp3-col-1-5, .bp3-col-4-20, .bp3-col-2-10 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .bp3-col-2-5, .bp3-col-8-20, .bp3-col-4-10 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; }
  .bp3-col-3-5, .bp3-col-12-20, .bp3-col-6-10 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%; }
  .bp3-col-4-5, .bp3-col-16-20, .bp3-col-8-10 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%; }
  .bp3-col-1-6, .bp3-col-2-12 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .bp3-col-5-6, .bp3-col-10-12 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .bp3-col-1-7 {
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%; }
  .bp3-col-2-7 {
    -ms-flex-preferred-size: 28.5714285714%;
    flex-basis: 28.5714285714%;
    max-width: 28.5714285714%; }
  .bp3-col-3-7 {
    -ms-flex-preferred-size: 42.8571428571%;
    flex-basis: 42.8571428571%;
    max-width: 42.8571428571%; }
  .bp3-col-4-7 {
    -ms-flex-preferred-size: 57.1428571429%;
    flex-basis: 57.1428571429%;
    max-width: 57.1428571429%; }
  .bp3-col-5-7 {
    -ms-flex-preferred-size: 71.4285714286%;
    flex-basis: 71.4285714286%;
    max-width: 71.4285714286%; }
  .bp3-col-6-7 {
    -ms-flex-preferred-size: 85.7142857143%;
    flex-basis: 85.7142857143%;
    max-width: 85.7142857143%; }
  .bp3-col-1-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  .bp3-col-3-8 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }
  .bp3-col-5-8 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }
  .bp3-col-7-8 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }
  .bp3-col-1-10, .bp3-col-2-20 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; }
  .bp3-col-3-10, .bp3-col-6-20 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; }
  .bp3-col-7-10, .bp3-col-14-20 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%; }
  .bp3-col-9-10, .bp3-col-18-20 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%; }
  .bp3-col-1-12 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .bp3-col-5-12 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .bp3-col-7-12 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .bp3-col-11-12 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .bp3-col-1-20 {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%; }
  .bp3-col-3-20 {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%; }
  .bp3-col-7-20 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%; }
  .bp3-col-9-20 {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%; }
  .bp3-col-11-20 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%; }
  .bp3-col-13-20 {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%; }
  .bp3-col-17-20 {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    max-width: 85%; }
  .bp3-col-19-20 {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    max-width: 95%; } }

/* -- Breakpoint 4 (.bp4)
------------------------------------------------------------- */
@media (min-width: 1240px) {
  /* Grid modifiers
	   ========================================================================== */
  /**
	 * Horizontal align
	 */
  .bp4-grid-wrap-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .bp4-grid-wrap-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .bp4-grid-wrap-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  /**
	 * VALIGN modifiers
	 */
  .bp4-grid-wrap-valign-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .bp4-grid-wrap-valign-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bp4-grid-wrap-valign-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  /**
	 * Distribution modifiers
	 */
  .bp4-grid-wrap-distribution-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .bp4-grid-wrap-distribution-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* Grid cell modifiers
	   ========================================================================== */
  /**
	 * Move col to first or last
	 */
  .bp4-grid-col-move-to-first {
    -ms-flex-order: -1;
    order: -1; }
  .bp4-grid-col-move-to-last {
    -ms-flex-order: 1;
    order: 1; }
  .bp4-grid-col-move-to-0 {
    -ms-flex-order: 0;
    order: 0; }
  .bp4-grid-col-move-to-1 {
    -ms-flex-order: 1;
    order: 1; }
  .bp4-grid-col-move-to-2 {
    -ms-flex-order: 2;
    order: 2; }
  .bp4-grid-col-move-to-3 {
    -ms-flex-order: 3;
    order: 3; }
  .bp4-grid-col-move-to-4 {
    -ms-flex-order: 4;
    order: 4; }
  .bp4-grid-col-move-to-5 {
    -ms-flex-order: 5;
    order: 5; }
  .bp4-grid-col-move-to-6 {
    -ms-flex-order: 6;
    order: 6; }
  .bp4-grid-col-move-to-7 {
    -ms-flex-order: 7;
    order: 7; }
  .bp4-grid-col-move-to-8 {
    -ms-flex-order: 8;
    order: 8; }
  .bp4-grid-col-move-to-9 {
    -ms-flex-order: 9;
    order: 9; }
  .bp4-grid-col-move-to-10 {
    -ms-flex-order: 10;
    order: 10; }
  .bp4-grid-col-move-to-11 {
    -ms-flex-order: 11;
    order: 11; }
  .bp4-grid-col-move-to-12 {
    -ms-flex-order: 12;
    order: 12; }
  .bp4-grid-col-move-to-13 {
    -ms-flex-order: 13;
    order: 13; }
  .bp4-grid-col-move-to-14 {
    -ms-flex-order: 14;
    order: 14; }
  .bp4-grid-col-move-to-15 {
    -ms-flex-order: 15;
    order: 15; }
  .bp4-grid-col-move-to-16 {
    -ms-flex-order: 16;
    order: 16; }
  .bp4-grid-col-move-to-17 {
    -ms-flex-order: 17;
    order: 17; }
  .bp4-grid-col-move-to-18 {
    -ms-flex-order: 18;
    order: 18; }
  .bp4-grid-col-move-to-19 {
    -ms-flex-order: 19;
    order: 19; }
  .bp4-grid-col-move-to-20 {
    -ms-flex-order: 20;
    order: 20; }
  /* Grid gutters
	   ========================================================================== */
  .grid-wrap.bp4-ultra-gutter {
    margin: 0 -6em;
    /* 1 */ }
  .grid-wrap.bp4-ultra-gutter > .grid-col {
    padding: 0 6em;
    /* 2 */ }
  .grid-wrap.bp4-large-gutter {
    margin: 0 -3em;
    /* 1 */ }
  .grid-wrap.bp4-large-gutter > .grid-col {
    padding: 0 3em;
    /* 2 */ }
  .grid-wrap.bp4-half-gutter {
    margin: 0 -0.75em;
    /* 1 */ }
  .grid-wrap.bp4-half-gutter > .grid-col {
    padding: 0 0.75em;
    /* 2 */ }
  .grid-wrap.bp4-quarter-gutter {
    margin: 0 -0.375em;
    /* 1 */ }
  .grid-wrap.bp4-quarter-gutter > .grid-col {
    padding: 0 0.375em;
    /* 2 */ }
  .grid-wrap.bp4-no-gutter {
    margin: 0 0;
    /* 1 */ }
  .grid-wrap.bp4-no-gutter > .grid-col {
    padding: 0 0;
    /* 2 */ }
  /* Proportional units
       ========================================================================== */
  /*
     * Specify the proportional width of an object.
     * Primarily for, but not limited to, use with `.grid__cell` components.
     * Intentional redundancy build into each set of unit classes.
     */
  .bp4-col-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .bp4-col-auto {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .bp4-col-display-none {
    display: none; }
  .bp4-col-1-2, .bp4-col-10-20, .bp4-col-6-12, .bp4-col-5-10, .bp4-col-4-8, .bp4-col-3-6, .bp4-col-2-4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .bp4-col-1-3, .bp4-col-4-12, .bp4-col-2-6 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .bp4-col-2-3, .bp4-col-8-12, .bp4-col-4-6 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .bp4-col-1-4, .bp4-col-5-20, .bp4-col-3-12, .bp4-col-2-8 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .bp4-col-3-4, .bp4-col-15-20, .bp4-col-9-12, .bp4-col-6-8 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .bp4-col-1-5, .bp4-col-4-20, .bp4-col-2-10 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .bp4-col-2-5, .bp4-col-8-20, .bp4-col-4-10 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; }
  .bp4-col-3-5, .bp4-col-12-20, .bp4-col-6-10 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%; }
  .bp4-col-4-5, .bp4-col-16-20, .bp4-col-8-10 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%; }
  .bp4-col-1-6, .bp4-col-2-12 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .bp4-col-5-6, .bp4-col-10-12 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .bp4-col-1-7 {
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%; }
  .bp4-col-2-7 {
    -ms-flex-preferred-size: 28.5714285714%;
    flex-basis: 28.5714285714%;
    max-width: 28.5714285714%; }
  .bp4-col-3-7 {
    -ms-flex-preferred-size: 42.8571428571%;
    flex-basis: 42.8571428571%;
    max-width: 42.8571428571%; }
  .bp4-col-4-7 {
    -ms-flex-preferred-size: 57.1428571429%;
    flex-basis: 57.1428571429%;
    max-width: 57.1428571429%; }
  .bp4-col-5-7 {
    -ms-flex-preferred-size: 71.4285714286%;
    flex-basis: 71.4285714286%;
    max-width: 71.4285714286%; }
  .bp4-col-6-7 {
    -ms-flex-preferred-size: 85.7142857143%;
    flex-basis: 85.7142857143%;
    max-width: 85.7142857143%; }
  .bp4-col-1-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  .bp4-col-3-8 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }
  .bp4-col-5-8 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }
  .bp4-col-7-8 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }
  .bp4-col-1-10, .bp4-col-2-20 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; }
  .bp4-col-3-10, .bp4-col-6-20 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; }
  .bp4-col-7-10, .bp4-col-14-20 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%; }
  .bp4-col-9-10, .bp4-col-18-20 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%; }
  .bp4-col-1-12 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .bp4-col-5-12 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .bp4-col-7-12 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .bp4-col-11-12 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .bp4-col-1-20 {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%; }
  .bp4-col-3-20 {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%; }
  .bp4-col-7-20 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%; }
  .bp4-col-9-20 {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%; }
  .bp4-col-11-20 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%; }
  .bp4-col-13-20 {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%; }
  .bp4-col-17-20 {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    max-width: 85%; }
  .bp4-col-19-20 {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    max-width: 95%; } }

.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    color: #c20e1a;
    text-decoration: none; }
  a i {
    -webkit-transition: color 0s ease;
    -webkit-transition-delay: !important;
    -moz-transition: color 0s ease !important;
    -o-transition: color 0s ease !important;
    transition: color 0s ease !important; }

p {
  margin: 0 0 1rem 0;
  line-height: 1.6em;
  font-size: 1.375rem; }
  p.smaller {
    font-size: 0.7em; }
  p.when {
    font-size: 1.625rem;
    line-height: 1.5em; }
    p.when span {
      color: #c20e1a; }

strong {
  font-weight: 800; }

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

h1,
.h1 {
  margin-bottom: 0rem;
  font-size: 3.125rem;
  line-height: 1.5em;
  font-weight: 800;
  color: #c20e1a; }

h2,
.h2 {
  margin-bottom: 1.625rem;
  font-size: 2.25rem;
  line-height: 1.5em;
  font-weight: 600; }
  h2.red,
  .h2.red {
    color: #c20e1a; }

h3,
.h3 {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 400; }

h4,
.h4 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 600; }

h5,
.h5 {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 600; }

h6,
.h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 600; }

ul,
ol {
  width: 100%;
  padding: 0;
  margin: 0 0 1.375rem 0;
  line-height: 1.6em;
  font-size: 1rem; }
  ul li,
  ol li {
    width: calc(100% - 38px);
    margin: 0 0 0 38px;
    list-style-position: outside;
    font-size: 1rem;
    text-align: center; }

ul li {
  list-style-type: disc; }

ol li {
  list-style-type: decimal; }

p + ol {
  margin-top: -1.375rem; }

.buttons-spacing .button {
  margin: 0 0.8125rem; }

input[type="button"],
input[type="submit"],
button:not(.swal2-styled),
.button {
  display: inline-block;
  max-width: 100%;
  padding: 1.25rem 1.75rem;
  color: #ffffff;
  /*text-transform: uppercase;*/
  font-size: 1.25rem;
  font-family: "toyota", sans-serif;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid transparent;
  border-bottom: 1px solid #ffffff;
  border-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*
	&.secondary {
		color: #ffffff;
		background-color: $color-primary;
		&:hover,
		&.active {
			background-color: $color-primary-hover;
		}
	}
    */ }
  input[type="button"]:hover, input[type="button"].active,
  input[type="submit"]:hover,
  input[type="submit"].active,
  button:not(.swal2-styled):hover,
  button:not(.swal2-styled).active,
  .button:hover,
  .button.active {
    color: #000000;
    background-color: white; }
  input[type="button"].full-width,
  input[type="submit"].full-width,
  button:not(.swal2-styled).full-width,
  .button.full-width {
    display: block;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  input[type="button"].dropdown_list,
  input[type="submit"].dropdown_list,
  button:not(.swal2-styled).dropdown_list,
  .button.dropdown_list {
    position: relative;
    cursor: default; }
    input[type="button"].dropdown_list:hover .content-wrapper,
    input[type="submit"].dropdown_list:hover .content-wrapper,
    button:not(.swal2-styled).dropdown_list:hover .content-wrapper,
    .button.dropdown_list:hover .content-wrapper {
      display: block; }
    input[type="button"].dropdown_list .content-wrapper,
    input[type="submit"].dropdown_list .content-wrapper,
    button:not(.swal2-styled).dropdown_list .content-wrapper,
    .button.dropdown_list .content-wrapper {
      display: none;
      position: absolute;
      left: 100%;
      top: 0;
      z-index: 999;
      width: 18.75rem;
      padding-left: 3px; }
      input[type="button"].dropdown_list .content-wrapper .content,
      input[type="submit"].dropdown_list .content-wrapper .content,
      button:not(.swal2-styled).dropdown_list .content-wrapper .content,
      .button.dropdown_list .content-wrapper .content {
        display: block;
        max-height: 40vh;
        padding: 1.25rem 0.9375rem;
        overflow: auto;
        border: 1px solid #c20e1a;
        text-align: left;
        background-color: #ffffff; }
        input[type="button"].dropdown_list .content-wrapper .content a,
        input[type="submit"].dropdown_list .content-wrapper .content a,
        button:not(.swal2-styled).dropdown_list .content-wrapper .content a,
        .button.dropdown_list .content-wrapper .content a {
          display: block;
          margin-bottom: 1rem;
          padding-bottom: 0.625rem;
          border-bottom: 1px solid #c20e1a;
          font-size: 0.875rem;
          font-weight: 400;
          color: #c20e1a; }
          input[type="button"].dropdown_list .content-wrapper .content a:hover,
          input[type="submit"].dropdown_list .content-wrapper .content a:hover,
          button:not(.swal2-styled).dropdown_list .content-wrapper .content a:hover,
          .button.dropdown_list .content-wrapper .content a:hover {
            color: #c20e1a; }
          input[type="button"].dropdown_list .content-wrapper .content a:last-child,
          input[type="submit"].dropdown_list .content-wrapper .content a:last-child,
          button:not(.swal2-styled).dropdown_list .content-wrapper .content a:last-child,
          .button.dropdown_list .content-wrapper .content a:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0; }

/*
form {
	input[type="button"],
	input[type="submit"],
	button,
	.button {
		float: right;
	}
}
*/
label {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 1.4em;
  font-weight: 600;
  font-size: 18; }

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  width: 100%;
  padding: 0.75rem 0.75rem;
  margin-bottom: 0.75em !important;
  background-color: #000000;
  font-size: 1.125rem;
  text-align: left;
  color: #ffffff;
  font-family: "toyota", sans-serif;
  font-weight: 400;
  border: 1px solid #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: #ffffff 0px 0px 0px, #ffffff 0px 0px 0px inset;
  -moz-box-shadow: #ffffff 0px 0px 0px, #ffffff 0px 0px 0px inset;
  box-shadow: #ffffff 0px 0px 0px, #ffffff 0px 0px 0px inset;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  min-height: 3em;
  line-height: 1.4em; }

::-webkit-input-placeholder {
  color: #666666;
  text-align: left; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  text-align: left; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  text-align: left; }

:-ms-input-placeholder {
  color: #666666;
  text-align: left; }

input.error::-webkit-input-placeholder {
  color: #000000; }

input.error:-moz-placeholder {
  color: #000000; }

input.error::-moz-placeholder {
  color: #000000; }

input.error:-ms-input-placeholder {
  color: #000000; }

textarea.error::-webkit-input-placeholder {
  color: #ffffff; }

textarea.error:-moz-placeholder {
  color: #ffffff; }

textarea.error::-moz-placeholder {
  color: #ffffff; }

textarea.error:-ms-input-placeholder {
  color: #ffffff; }

.feedback-wrapper {
  min-height: calc(100vh - 2rem);
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  color: #000000; }
  .feedback-wrapper .logo {
    display: block;
    width: 12.5rem;
    margin: 0 auto 2.5rem !important; }
  .feedback-wrapper h1 {
    margin-bottom: 2.5rem;
    font-size: 1.625rem;
    text-align: center;
    color: #000000; }
  .feedback-wrapper p {
    margin-bottom: 1.375rem;
    font-size: 1rem;
    text-align: center; }
  .feedback-wrapper form label {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0.9375rem 0.75rem;
    line-height: 1.4;
    font-weight: 600;
    font-size: 18;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .feedback-wrapper form label span {
      font-size: 0.875rem;
      font-weight: 400; }
  .feedback-wrapper form input[type="email"],
  .feedback-wrapper form input[type="number"],
  .feedback-wrapper form input[type="password"],
  .feedback-wrapper form input[type="tel"],
  .feedback-wrapper form input[type="text"],
  .feedback-wrapper form input[type="url"],
  .feedback-wrapper form textarea {
    width: 100%;
    padding: 0.75rem 0.9375rem;
    margin-bottom: 1.5rem !important;
    font-size: 1rem;
    text-align: left;
    color: #000000;
    font-family: "toyota", sans-serif;
    font-weight: 400;
    border: 0;
    background-color: #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #ffffff 0px 0px 0px, #ffffff 0px 0px 0px inset;
    -moz-box-shadow: #ffffff 0px 0px 0px, #ffffff 0px 0px 0px inset;
    box-shadow: #ffffff 0px 0px 0px, #ffffff 0px 0px 0px inset;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .feedback-wrapper form textarea {
    min-height: 3em;
    line-height: 1.4em;
    resize: none; }
    .feedback-wrapper form textarea.required.error {
      background-color: #ff0000 !important;
      color: #ffffff !important; }
  .feedback-wrapper form .icheckbox,
  .feedback-wrapper form .iradio {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto 0.75rem;
    border: 1px solid #000000;
    background-color: transparent; }
    .feedback-wrapper form .icheckbox:before,
    .feedback-wrapper form .iradio:before {
      width: 0.75rem;
      height: 0.75rem;
      background-color: #000000; }
  .feedback-wrapper form label {
    cursor: pointer; }
    .feedback-wrapper form label span.num {
      display: block;
      text-align: center; }
  .feedback-wrapper form .divier-2rem {
    height: 2rem; }
  .feedback-wrapper form input[type="button"],
  .feedback-wrapper form input[type="submit"],
  .feedback-wrapper form button:not(.swal2-styled),
  .feedback-wrapper form .button {
    display: block;
    width: 100%;
    color: #ffffff;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .feedback-wrapper form input[type="button"]:hover, .feedback-wrapper form input[type="button"].active,
    .feedback-wrapper form input[type="submit"]:hover,
    .feedback-wrapper form input[type="submit"].active,
    .feedback-wrapper form button:not(.swal2-styled):hover,
    .feedback-wrapper form button:not(.swal2-styled).active,
    .feedback-wrapper form .button:hover,
    .feedback-wrapper form .button.active {
      color: #000000;
      background-color: #ccc; }
  .feedback-wrapper form .section.error {
    color: #ff0000; }

.google-map-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  /*
	border:5px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*/ }
  .google-map-wrapper .google-map {
    width: 100%;
    height: 100%; }
  .google-map-wrapper .google-map-markers {
    display: none; }
  .google-map-wrapper img {
    max-width: none !important; }

.cookie-full_screen-contact_form-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.55); }
  .cookie-full_screen-contact_form-wrapper .content-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .cookie-full_screen-contact_form-wrapper .content-wrapper .form-wrapper {
      width: 96%;
      max-width: 30.5rem;
      margin: 0 auto;
      padding: 2.625rem 3.375rem;
      background-color: #ffffff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .cookie-full_screen-contact_form-wrapper .content-wrapper .form-wrapper .close {
        float: right;
        margin-left: 0.3125rem; }

footer {
  padding: 0.375rem 0;
  background-color: #000000;
  color: #ffffff; }
  footer p {
    font-size: 0.875rem;
    line-height: 1.25rem; }
    footer p span {
      float: right; }
      footer p span a {
        color: #ffffff; }
        footer p span a:hover {
          color: #ffffff;
          text-decoration: underline; }

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 999999; }

.swal2-container.swal2-fade {
  -webkit-transition: background-color .1s;
  transition: background-color .1s; }

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  background-color: #fff;
  font-family: "toyota", sans-serif;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }

.swal2-modal:focus {
  outline: none; }

.swal2-modal.swal2-loading {
  overflow-y: hidden; }

.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 800;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block;
  word-wrap: break-word; }

.swal2-modal .swal2-buttonswrapper {
  margin-top: 15px; }

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
  cursor: no-drop; }

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px; }

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #999999;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal; }

.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  margin: 15px 5px 0;
  padding: 10px 32px; }

.swal2-modal .swal2-styled:focus {
  outline: none;
  /*
      -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
              box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); 
		*/ }

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%; }

.swal2-modal .swal2-close {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: color .1s ease;
  transition: color .1s ease; }

.swal2-modal .swal2-close:hover {
  color: #d55; }

.swal2-modal > .swal2-input,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
  display: none; }

.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
  word-wrap: break-word; }

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox {
  margin: 20px auto; }

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, box-shadow .3s;
  transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s; }

.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important; }

.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
  outline: none;
  /*
      border: 1px solid #b4dbed;
      -webkit-box-shadow: 0 0 3px #c4e6f5;
              box-shadow: 0 0 3px #c4e6f5;
	*/ }

.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc; }

.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #cccccc; }

.swal2-modal .swal2-input::-ms-input-placeholder,
.swal2-modal .swal2-file::-ms-input-placeholder,
.swal2-modal .swal2-textarea::-ms-input-placeholder {
  color: #cccccc; }

.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #cccccc; }

.swal2-modal .swal2-range input {
  float: left;
  width: 80%; }

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 800;
  text-align: center; }

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0; }

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px; }

.swal2-modal .swal2-input[type='number'] {
  max-width: 150px; }

.swal2-modal .swal2-file {
  font-size: 20px; }

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px; }

.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%; }

.swal2-modal .swal2-radio {
  border: 0; }

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px; }

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle; }

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0; }

.swal2-modal .swal2-checkbox {
  color: #545454; }

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
  vertical-align: middle; }

.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 600;
  display: none; }

.swal2-modal .swal2-validationerror::before {
  content: '!';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-icon.swal2-error {
  border-color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block; }

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px; }

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px; }

.swal2-icon.swal2-warning {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-info {
  font-family: 'Open Sans', sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-question {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-success {
  border-color: #a5dc86; }

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px; }

.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 800;
  margin: 0 0 20px;
  padding: 0; }

.swal2-progresssteps li {
  display: inline-block;
  position: relative; }

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20; }

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0; }

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6; }

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: .4em;
  margin: 0 -1px;
  z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  -webkit-animation: showSweetAlert .3s;
  animation: showSweetAlert .3s; }

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none; }

.swal2-hide {
  -webkit-animation: hideSweetAlert .15s forwards;
  animation: hideSweetAlert .15s forwards; }

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none; }

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip .75s;
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long .75s;
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon .5s;
  animation: animate-error-icon .5s; }

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark .5s;
  animation: animate-x-mark .5s; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
