@charset "UTF-8";
/* ==========================================================================
   EMS STYLESHEET // MAIN ENTRY POINT
   ========================================================================== */
/* mixins */
/* MIXINS
   ========================================================================== */
/**
 returns size value in rem
*/
/**
 returns size value in em
*/
/*

sets property responsively
- uses grid breakpoints as defined in $grid-breakpoints
- only sets breakpoints that are necessary (where value is set and different from previous value)

example:
@include responsive-property(min-height, 200px, 250px, 250px, 400px);
@include responsive-property(min-height, 200px, 250px, null, 400px);

- sets 200px as default value
- sets 250px for sm breakpoint
- sets 400px for lg breakpoint

*/
/**
 * better font-smoothing, see https://maximilianhoffmann.com/posts/better-font-rendering-on-osx
 * */
/* TYPE MIXINS
   ========================================================================== */
/*
heading mixin:
set type (default / display), font-size, line-height, margin-bottom, font-size (wide), line-height (wide), margin-bottom (wide)
*/
/*
@mixin heading($type, $fs, $lh, $mb, $fs-wide: null, $lh-wide: null, $mb-wide: null, $hyphens: auto) {
  @if $type == display {
    font-family: $heading-display-font;
    font-weight: bold;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  } @else {
    font-family: $heading-font;
    font-weight: $fw-regular;
  }

  font-size: $fs;
  line-height: $lh;
  hyphens: $hyphens;

  @if $fs-wide {
    @include media-breakpoint-up(md) {
      font-size: $fs-wide;
      line-height: $lh-wide;
    }
  }

  // class .has-spacing provides default margin-bottom
  // when heading is used inside of .richtext, it has margin-top and margin-bottom by default
  &.has-spacing {
    @include type-spacing($mb, $mb-wide);
  }
}
*/
/*
copy text mixin
set font-size, line-height, margin-bottom, font-size (wide), line-height (wide), margin-bottom (wide)
*/
/*
type-spacing mixin:
set margin-bottom, margin-bottom (wide)
*/
/* fontello icon definition */
/* default link, text / background invert on hover */
/* animated underline, text must be single-line */
/* animation: show element */
/* variables */
/* VARIABLES
   ========================================================================== */
/* PATH VARIABLES
   all paths relative from public/css/
   ========================================================================== */
/* LAYOUT VARIABLES
   ========================================================================== */
/* base font size, used to calculate rems */
/* spacers */
/* TYPOGRAPHY */
/* font weight */
/* h1 display */
/* h2 display */
/* h3 display */
/* h4 display */
/* h2 display nav */
/* h3 display nav */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/* h5 */
/* h6 */
/* copy large */
/* copy default */
/* copy small */
/* copy smallest */
/* buttons */
/* forms */
/* COLORS */
/* TIMING */
/* CUSTOM EASING */
/* DEFAULT EASING */
/* EASE IN */
/* EASE OUT */
/* EASE IN OUT */
/* EMS Logo, SVG, black with red flag
   ========================================================================== */
/* vendor libs */
/* ==========================================================================
   THIRD PARTY LIBS
   ========================================================================== */
/* ==========================================================================
   AUTOMATED FONTELLO BUILD
   ========================================================================== */
.icon-arrow_left_regular:before {
  content: '\e800'; }

/* '' */
.icon-arrow_right_light:before {
  content: '\e801'; }

/* '' */
.icon-arrow_right_regular:before {
  content: '\e802'; }

/* '' */
.icon-arrow_down_light:before {
  content: '\e803'; }

/* '' */
.icon-arrow_down_regular:before {
  content: '\e804'; }

/* '' */
.icon-download_light:before {
  content: '\e805'; }

/* '' */
.icon-download_regular:before {
  content: '\e806'; }

/* '' */
.icon-dropdown_light:before {
  content: '\e807'; }

/* '' */
.icon-dropdown_regular:before {
  content: '\e808'; }

/* '' */
.icon-checkbox:before {
  content: '\e809'; }

/* '' */
.icon-academy:before {
  content: '\e80a'; }

/* '' */
.icon-accessories_surgery:before {
  content: '\e80b'; }

/* '' */
.icon-edit:before {
  content: '\e80c'; }

/* '' */
.icon-career:before {
  content: '\e80d'; }

/* '' */
.icon-check:before {
  content: '\e80e'; }

/* '' */
.icon-close_20_20:before {
  content: '\e80f'; }

/* '' */
.icon-contact:before {
  content: '\e810'; }

/* '' */
.icon-efficiency:before {
  content: '\e811'; }

/* '' */
.icon-environment:before {
  content: '\e812'; }

/* '' */
.icon-built_in_kit:before {
  content: '\e813'; }

/* '' */
.icon-globe_20_20:before {
  content: '\e814'; }

/* '' */
.icon-globe:before {
  content: '\e815'; }

/* '' */
.icon-handies:before {
  content: '\e816'; }

/* '' */
.icon-history:before {
  content: '\e817'; }

/* '' */
.icon-home_20_20:before {
  content: '\e818'; }

/* '' */
.icon-home:before {
  content: '\e819'; }

/* '' */
.icon-information:before {
  content: '\e81a'; }

/* '' */
.icon-latest_topics:before {
  content: '\e81b'; }

/* '' */
.icon-link_locked_light:before {
  content: '\e81c'; }

/* '' */
.icon-link_locked_regular:before {
  content: '\e81d'; }

/* '' */
.icon-lock_closed:before {
  content: '\e81e'; }

/* '' */
.icon-lock_open_20_20:before {
  content: '\e81f'; }

/* '' */
.icon-lock_open:before {
  content: '\e820'; }

/* '' */
.icon-location:before {
  content: '\e821'; }

/* '' */
.icon-mail_20_20:before {
  content: '\e822'; }

/* '' */
.icon-mission_values:before {
  content: '\e823'; }

/* '' */
.icon-phone_20_20:before {
  content: '\e824'; }

/* '' */
.icon-my_ems:before {
  content: '\e825'; }

/* '' */
.icon-play_mobile:before {
  content: '\e826'; }

/* '' */
.icon-play:before {
  content: '\e827'; }

/* '' */
.icon-plus_20_20:before {
  content: '\e828'; }

/* '' */
.icon-powders:before {
  content: '\e829'; }

/* '' */
.icon-quote:before {
  content: '\e82a'; }

/* '' */
.icon-releases:before {
  content: '\e82b'; }

/* '' */
.icon-swiss_instruments:before {
  content: '\e82c'; }

/* '' */
.icon-table_top:before {
  content: '\e82d'; }

/* '' */
.icon-vimeo:before {
  content: '\e82e'; }

/* '' */
.icon-warning:before {
  content: '\e82f'; }

/* '' */
.icon-whatsapp:before {
  content: '\e830'; }

/* '' */
.icon-youtube:before {
  content: '\e831'; }

/* '' */
.icon-checkbox-1:before {
  content: '\e832'; }

/* '' */
.icon-location_module:before {
  content: '\e833'; }

/* '' */
.icon-arrow_left_light:before {
  content: '\e834'; }

/* '' */
.icon-list-style-dot:before {
  content: '\e835'; }

/* '' */
.icon-linkedin:before {
  content: '\e836'; }

/* '' */
.icon-vkontakte:before {
  content: '\e837'; }

/* '' */
.icon-facebook:before {
  content: '\e838'; }

/* '' */
.icon-youtube-1:before {
  content: '\e839'; }

/* '' */
.icon-whatsapp-1:before {
  content: '\e83a'; }

/* '' */
.icon-twitter:before {
  content: '\e83b'; }

/* '' */
.icon-xing:before {
  content: '\e83c'; }

/* '' */
.icon-skype:before {
  content: '\e83d'; }

/* '' */
.icon-gplus:before {
  content: '\e83e'; }

/* '' */
.icon-arrow_up_light:before {
  content: '\e83f'; }

/* '' */
.icon-arrow_up_regular:before {
  content: '\e840'; }

/* '' */
.icon-garbage_20_20:before {
  content: '\e841'; }

/* '' */
.icon-garbage:before {
  content: '\e842'; }

/* '' */
.icon-register_20_20:before {
  content: '\e843'; }

/* '' */
.icon-service_20_20:before {
  content: '\e844'; }

/* '' */
.icon-register:before {
  content: '\e845'; }

/* '' */
.icon-service:before {
  content: '\e846'; }

/* '' */
.icon-menu_20_20:before {
  content: '\e847'; }

/* '' */
.icon-gbt:before {
  content: '\e848'; }

/* '' */
.icon-edit_20_20:before {
  content: '\e849'; }

/* '' */
.icon-air_flow_master:before {
  content: '\e84a'; }

/* '' */
.icon-about:before {
  content: '\e84b'; }

/* '' */
.icon-news:before {
  content: '\e84c'; }

/* '' */
.icon-air_flow:before {
  content: '\e87f'; }

/* '' */
.icon-ergonomic:before {
  content: '\e880'; }

/* '' */
.icon-piezon:before {
  content: '\e881'; }

/* '' */
.icon-ems-logo_20_20:before {
  content: '\e88a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-wechat:before {
  content: '\f1d7'; }

/* '' */
/* button icons need to have :before and :after elements for animation */
.icon-btn-arrow_left_light:before {
  content: '\e834'; }

/* '' */
.icon-btn-arrow_left_regular:before {
  content: '\e800'; }

/* '' */
.icon-btn-arrow_right_light:before {
  content: '\e801'; }

/* '' */
.icon-btn-arrow_right_regular:before {
  content: '\e802'; }

/* '' */
.icon-btn-arrow_down_light:before {
  content: '\e803'; }

/* '' */
.icon-btn-arrow_down_regular:before {
  content: '\e804'; }

/* '' */
.icon-btn-arrow_up_light:before {
  content: '\e83f'; }

/* '' */
.icon-btn-arrow_up_regular:before {
  content: '\e840'; }

/* '' */
.icon-btn-arrow_left_light:after {
  content: '\e834'; }

/* '' */
.icon-btn-arrow_left_regular:after {
  content: '\e800'; }

/* '' */
.icon-btn-arrow_right_light:after {
  content: '\e801'; }

/* '' */
.icon-btn-arrow_right_regular:after {
  content: '\e802'; }

/* '' */
.icon-btn-arrow_down_light:after {
  content: '\e803'; }

/* '' */
.icon-btn-arrow_down_regular:after {
  content: '\e804'; }

/* '' */
.icon-btn-arrow_up_light:after {
  content: '\e83f'; }

/* '' */
.icon-btn-arrow_up_regular:after {
  content: '\e840'; }

/* '' */
.icon-btn-service_20_20:before,
.icon-btn-service_20_20:after {
  content: '\e844'; }

/* '' */
.icon-btn-garbage_20_20:before,
.icon-btn-garbage_20_20:after {
  content: '\e841'; }

/* '' */
.icon-btn-mail_20_20:before,
.icon-btn-mail_20_20:after {
  content: '\e822'; }

/* '' */
.icon-btn-edit_20_20:before,
.icon-btn-edit_20_20:after {
  content: '\e849'; }

/* '' */
.icon-btn-close_20_20:before,
.icon-btn-close_20_20:after {
  content: '\e80f'; }

/* '' */
.icon-btn-download_light:before,
.icon-btn-download_light:after {
  content: '\e805'; }

/* '' */
.icon-btn-link_locked_light:before,
.icon-btn-link_locked_light:after {
  content: '\e81c'; }

/* '' */
.icon-btn-powders:before,
.icon-btn-powders:after {
  content: '\e829'; }

/* '' */
.icon-btn-check:before,
.icon-btn-check:after {
  content: '\e832'; }

/* '' */
/* ==========================================================================
   SELECTIVE BOOTSTRAP BUILD
   ========================================================================== */
/* ==========================================================================
   CUSTOMIZED BOOTSTRAP VARIABLES
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

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

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Roboto", Arial, sans-serif, sans-serif;
  font-size: 1.125rem;
  line-height: 1.445;
  color: #000;
  background-color: #fff; }

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

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

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

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

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #000;
  text-decoration: none; }
  a:focus {
    color: #e1221a;
    text-decoration: none; }
  @media (hover: hover) {
    a:hover {
      color: #e1221a;
      text-decoration: none; } }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

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

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

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

body {
  overflow-x: hidden; }

p {
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 {
  font-size: 1.875rem; }

h2 {
  font-size: 1.875rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1.125rem; }

.h1 {
  font-size: 1.875rem; }

.h2 {
  font-size: 1.875rem; }

.h3 {
  font-size: 1.5rem; }

.h4 {
  font-size: 1.125rem; }

.h5 {
  font-size: 1.125rem; }

.h6 {
  font-size: 1.125rem; }

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

.display-1 {
  font-size: 3.125rem;
  font-weight: bold; }

.display-2 {
  font-size: 2.5rem;
  font-weight: bold; }

.display-3 {
  font-size: 1.875rem;
  font-weight: bold; }

.display-4 {
  font-size: 1.875rem;
  font-weight: bold; }

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

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

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

.list-unstyled, .image-gallery-slider .slick-dots {
  padding-left: 0;
  list-style: none; }

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

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

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem; }
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

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

.blockquote {
  padding: 0.46875rem 0.9375rem;
  margin-bottom: 0.9375rem;
  font-size: 1.40625rem;
  border-left: 0.25rem solid #c7c7c7; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.445;
  color: #999; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

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

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

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

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

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

.figure {
  display: inline-block; }

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

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

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

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.445;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (min-width: 480px) {
    .container {
      max-width: 480px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 1024px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1280px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

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

.col-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
  /* IE11 hack */ }

.col-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
  /* IE11 hack */ }

.col-xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  /* IE11 hack */ }

.col-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  /* IE11 hack */ }

.col-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
  /* IE11 hack */ }

.col-xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  /* IE11 hack */ }

.col-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
  /* IE11 hack */ }

.col-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
  /* IE11 hack */ }

.col-xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  /* IE11 hack */ }

.col-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
  /* IE11 hack */ }

.col-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
  /* IE11 hack */ }

.col-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  /* IE11 hack */ }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

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

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

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

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

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

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 480px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    /* IE11 hack */ }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    /* IE11 hack */ }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    /* IE11 hack */ }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    /* IE11 hack */ }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    /* IE11 hack */ }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    /* IE11 hack */ }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    /* IE11 hack */ }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    /* IE11 hack */ }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    /* IE11 hack */ }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    /* IE11 hack */ }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    /* IE11 hack */ }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    /* IE11 hack */ }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    /* IE11 hack */ }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    /* IE11 hack */ }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    /* IE11 hack */ }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    /* IE11 hack */ }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    /* IE11 hack */ }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    /* IE11 hack */ }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    /* IE11 hack */ }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    /* IE11 hack */ }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    /* IE11 hack */ }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    /* IE11 hack */ }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    /* IE11 hack */ }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    /* IE11 hack */ }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    /* IE11 hack */ }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    /* IE11 hack */ }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    /* IE11 hack */ }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    /* IE11 hack */ }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    /* IE11 hack */ }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    /* IE11 hack */ }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    /* IE11 hack */ }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    /* IE11 hack */ }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    /* IE11 hack */ }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    /* IE11 hack */ }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    /* IE11 hack */ }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    /* IE11 hack */ }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    /* IE11 hack */ }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    /* IE11 hack */ }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    /* IE11 hack */ }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    /* IE11 hack */ }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    /* IE11 hack */ }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    /* IE11 hack */ }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    /* IE11 hack */ }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    /* IE11 hack */ }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.col-xs-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1; }

.col-xs-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1; }

@media (min-width: 480px) {
  .col-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .col-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; } }

@media (min-width: 768px) {
  .col-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .col-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; } }

@media (min-width: 1024px) {
  .col-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .col-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; } }

@media (min-width: 1280px) {
  .col-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .col-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; } }

.row-xs-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start; }

.row-xs-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.row-xs-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end; }

@media (min-width: 480px) {
  .row-sm-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .row-sm-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .row-sm-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end; } }

@media (min-width: 768px) {
  .row-md-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .row-md-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .row-md-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end; } }

@media (min-width: 1024px) {
  .row-lg-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .row-lg-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .row-lg-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end; } }

@media (min-width: 1280px) {
  .row-xl-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .row-xl-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .row-xl-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end; } }

.col-xs-top {
  -webkit-align-self: flex-start;
          align-self: flex-start; }

.col-xs-center {
  -webkit-align-self: center;
              -ms-grid-row-align: center;
          align-self: center; }

.col-xs-bottom {
  -webkit-align-self: flex-end;
          align-self: flex-end; }

@media (min-width: 480px) {
  .col-sm-top {
    -webkit-align-self: flex-start;
            align-self: flex-start; }
  .col-sm-center {
    -webkit-align-self: center;
                -ms-grid-row-align: center;
            align-self: center; }
  .col-sm-bottom {
    -webkit-align-self: flex-end;
            align-self: flex-end; } }

@media (min-width: 768px) {
  .col-md-top {
    -webkit-align-self: flex-start;
            align-self: flex-start; }
  .col-md-center {
    -webkit-align-self: center;
                -ms-grid-row-align: center;
            align-self: center; }
  .col-md-bottom {
    -webkit-align-self: flex-end;
            align-self: flex-end; } }

@media (min-width: 1024px) {
  .col-lg-top {
    -webkit-align-self: flex-start;
            align-self: flex-start; }
  .col-lg-center {
    -webkit-align-self: center;
                -ms-grid-row-align: center;
            align-self: center; }
  .col-lg-bottom {
    -webkit-align-self: flex-end;
            align-self: flex-end; } }

@media (min-width: 1280px) {
  .col-xl-top {
    -webkit-align-self: flex-start;
            align-self: flex-start; }
  .col-xl-center {
    -webkit-align-self: center;
                -ms-grid-row-align: center;
            align-self: center; }
  .col-xl-bottom {
    -webkit-align-self: flex-end;
            align-self: flex-end; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.9375rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    line-height: 1.445;
    vertical-align: top;
    border-top: 1px solid #c7c7c7; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #c7c7c7; }
  .table tbody + tbody {
    border-top: 2px solid #c7c7c7; }
  .table .table {
    background-color: #fff; }

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

@media (hover: hover) {
  .table-hover tbody tr:hover {
    background-color: #f5f5f5; } }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5; }

@media (hover: hover) {
  .table-hover .table-active:hover {
    background-color: #e8e8e8; }
    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
      background-color: #e8e8e8; } }

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

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

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

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

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #666;
  background-color: #c7c7c7; }

.table-inverse {
  color: #c7c7c7;
  background-color: #373a3c; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #666; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #c7c7c7; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #c7c7c7; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #c7c7c7; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.445;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 0.0625rem solid #ccc;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #66afe9;
    outline: none; }
  .form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #c7c7c7;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

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

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.37563rem; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"].form-control {
    line-height: 1.8625rem; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"].form-control {
    line-height: 3.5rem; } }

.form-control-static {
  min-height: 2.37563rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.5rem;
  line-height: 1.33333; }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.70312rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

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

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

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

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #5cb85c; }

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

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

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

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f0ad4e; }

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

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

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

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  color: #e1221a; }

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

.has-danger .input-group-addon {
  color: #e1221a;
  border-color: #e1221a;
  background-color: #f9cfce; }

.has-danger .form-control-feedback {
  color: #e1221a; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 480px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 1.1875rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus {
    text-decoration: none; }
  @media (hover: hover) {
    .btn:hover {
      text-decoration: none; } }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

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

.btn-primary {
  color: #fff;
  background-color: #e1221a;
  border-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .btn-primary > * {
    color: #fff; }
  @media (hover: hover) {
    .btn-primary:hover {
      color: #fff;
      background-color: #e1221a;
      border-color: rgba(0, 0, 0, 0); } }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #e1221a;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #e1221a;
    border-color: rgba(0, 0, 0, 0); }

.btn-secondary {
  color: #fff;
  background-color: #000;
  border-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .btn-secondary > * {
    color: #fff; }
  @media (hover: hover) {
    .btn-secondary:hover {
      color: #fff;
      background-color: black;
      border-color: rgba(0, 0, 0, 0); } }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: black;
    border-color: rgba(0, 0, 0, 0); }
  .btn-secondary:active, .btn-secondary.active {
    color: #fff;
    background-color: black;
    border-color: rgba(0, 0, 0, 0); }

.btn-outline {
  color: #000;
  background-image: none;
  background-color: #fff;
  border-color: #000; }
  @media (hover: hover) {
    .btn-outline:hover {
      color: #000;
      border-color: #000; } }
  .btn-outline:focus, .btn-outline.focus {
    color: #000;
    border-color: #000; }
  .btn-outline:active, .btn-outline.active {
    color: #000;
    border-color: #000; }

.btn.js-hide {
  display: none !important; }

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

.btn-block + .btn-block {
  margin-top: 5px; }

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

input[type="submit"] {
  color: #fff;
  border-color: transparent;
  background-color: #e1221a;
  background-image: url(/sites/default/themes/ems/assets/images/arrow_right_light.svg);
  background-position: calc(100% - 20px) calc(100% - 0px);
  background-repeat: repeat-y;
  background-size: 20px 44px;
  padding-left: 1rem;
  padding-right: 3.5rem;
  font-weight: 300; }
  input[type="submit"]:hover {
    background-color: #e1221a;
    color: #fff;
    background-position: calc(100% - 20px) calc(100% - 44px);
    -webkit-transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), all 250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), all 250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1); }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1.125rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.445;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  @media (hover: hover) {
    .dropdown-item:hover {
      color: #2b2d2f;
      text-decoration: none;
      background-color: #f5f5f5; } }
  .dropdown-item.active, .dropdown-item.active:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e1221a;
    outline: 0; }
  @media (hover: hover) {
    .dropdown-item.active:hover {
      color: #fff;
      text-decoration: none;
      background-color: #e1221a;
      outline: 0; } }
  .dropdown-item.disabled, .dropdown-item.disabled:focus {
    color: #999; }
  @media (hover: hover) {
    .dropdown-item.disabled:hover {
      color: #999; } }
  .dropdown-item.disabled:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }
  @media (hover: hover) {
    .dropdown-item.disabled:hover {
      text-decoration: none;
      cursor: not-allowed;
      background-color: transparent;
      background-image: none;
      filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; } }

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.445;
  color: #999;
  white-space: nowrap; }

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

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

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    @media (hover: hover) {
      .btn-group > .btn:hover,
      .btn-group-vertical > .btn:hover {
        z-index: 2; } }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -0.0625rem; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

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

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

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

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

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

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

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

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

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

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

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active {
      z-index: 3; }
    @media (hover: hover) {
      .input-group .form-control:hover {
        z-index: 3; } }

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

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1;
  color: #666;
  text-align: center;
  background-color: #c7c7c7;
  border: 0.0625rem solid #ccc; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.5rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -0.0625rem; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 3; }
    @media (hover: hover) {
      .input-group-btn > .btn:hover {
        z-index: 3; } }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -0.0625rem; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -0.0625rem; }
    .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active,
    .input-group-btn:last-child > .btn-group:focus,
    .input-group-btn:last-child > .btn-group:active {
      z-index: 3; }
    @media (hover: hover) {
      .input-group-btn:last-child > .btn:hover,
      .input-group-btn:last-child > .btn-group:hover {
        z-index: 3; } }

.c-input {
  position: relative;
  display: inline-block;
  padding-left: 1.625rem;
  cursor: pointer; }
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .c-input > input:checked ~ .c-indicator {
      background-color: #c7c7c7; }
    .c-input > input:focus ~ .c-indicator {
      box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.1875rem #c7c7c7; }
    .c-input > input:active ~ .c-indicator {
      background-color: #c7c7c7; }
  .c-input:not(:last-of-type) {
    margin-right: 1.875rem; }
  .c-input.c-checkbox + .c-input.c-checkbox {
    display: block;
    margin-top: 1.125rem; }

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0.5rem;
  width: 0.625rem;
  height: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #000;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #c7c7c7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }
  .c-indicator--label {
    display: block;
    font-weight: 300; }
    .c-indicator--label > * {
      font-weight: 300; }

.c-checkbox {
  margin-left: -0.3125rem; }
  .c-checkbox .c-indicator {
    border-radius: 0;
    background-color: #c7c7c7; }
    .c-checkbox .c-indicator:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: '';
      color: #000;
      font-size: 1.625rem; }
  .c-checkbox input:checked ~ .c-indicator:before {
    content: "";
    top: 23%;
    left: 70%; }

.c-radio {
  margin-left: -0.3125rem; }
  .c-radio .c-indicator {
    border-radius: 50%; }
  .c-radio input:checked ~ .c-indicator:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000; }

.c-inputs-stacked .c-input {
  display: inline; }
  .c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: ""; }
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #666;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 0.0625rem solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none; }
  .c-select::-ms-expand {
    opacity: 0; }

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer; }

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 0.0625rem solid #ddd;
  border-radius: .25rem; }

.file-custom::after {
  content: "Choose file..."; }

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 0.0625rem solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus {
    text-decoration: none; }
  @media (hover: hover) {
    .nav-link:hover {
      text-decoration: none; } }
  .nav-link.disabled {
    color: #999; }
    .nav-link.disabled, .nav-link.disabled:focus {
      color: #999;
      cursor: not-allowed;
      background-color: transparent; }
    @media (hover: hover) {
      .nav-link.disabled:hover {
        color: #999;
        cursor: not-allowed;
        background-color: transparent; } }

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

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent; }
    .nav-tabs .nav-link:focus {
      border-color: #c7c7c7 #c7c7c7 #ddd; }
    @media (hover: hover) {
      .nav-tabs .nav-link:hover {
        border-color: #c7c7c7 #c7c7c7 #ddd; } }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus {
      color: #999;
      background-color: transparent;
      border-color: transparent; }
    @media (hover: hover) {
      .nav-tabs .nav-link.disabled:hover {
        color: #999;
        background-color: transparent;
        border-color: transparent; } }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus {
    color: #666;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
  @media (hover: hover) {
    .nav-tabs .nav-link.active:hover,
    .nav-tabs .nav-item.open .nav-link:hover {
      color: #666;
      background-color: #fff;
      border-color: #ddd #ddd transparent; } }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }

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

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus {
  color: #fff;
  cursor: default;
  background-color: #e1221a; }

@media (hover: hover) {
  .nav-pills .nav-link.active:hover,
  .nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #e1221a; } }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px; }

.navbar {
  position: relative;
  padding: 0.46875rem 0.9375rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }

.navbar-full {
  z-index: 1000; }

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

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.5rem; }
  .navbar-brand:focus {
    text-decoration: none; }
  @media (hover: hover) {
    .navbar-brand:hover {
      text-decoration: none; } }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.5rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent; }
  .navbar-toggler:focus {
    text-decoration: none; }
  @media (hover: hover) {
    .navbar-toggler:hover {
      text-decoration: none; } }

@media (min-width: 480px) {
  .navbar-toggleable-xs {
    display: block !important; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    display: block !important; } }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.8); }
  @media (hover: hover) {
    .navbar-light .navbar-brand:hover {
      color: rgba(0, 0, 0, 0.8); } }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.6); }
  @media (hover: hover) {
    .navbar-light .navbar-nav .nav-link:hover {
      color: rgba(0, 0, 0, 0.6); } }

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

@media (hover: hover) {
  .navbar-light .navbar-nav .open > .nav-link:hover,
  .navbar-light .navbar-nav .active > .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.open:hover,
  .navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.8); } }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus {
    color: white; }
  @media (hover: hover) {
    .navbar-dark .navbar-brand:hover {
      color: white; } }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  @media (hover: hover) {
    .navbar-dark .navbar-nav .nav-link:hover {
      color: rgba(255, 255, 255, 0.75); } }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus {
  color: white; }

@media (hover: hover) {
  .navbar-dark .navbar-nav .open > .nav-link:hover,
  .navbar-dark .navbar-nav .active > .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link.open:hover,
  .navbar-dark .navbar-nav .nav-link.active:hover {
    color: white; } }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-xs-left {
  float: left !important; }

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

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

@media (min-width: 480px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 1024px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

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

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

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #999; }

.text-primary {
  color: #e1221a !important; }

a.text-primary:focus {
  color: #b31b15; }

@media (hover: hover) {
  a.text-primary:hover {
    color: #b31b15; } }

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

a.text-success:focus {
  color: #449d44; }

@media (hover: hover) {
  a.text-success:hover {
    color: #449d44; } }

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

a.text-info:focus {
  color: #31b0d5; }

@media (hover: hover) {
  a.text-info:hover {
    color: #31b0d5; } }

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

a.text-warning:focus {
  color: #ec971f; }

@media (hover: hover) {
  a.text-warning:hover {
    color: #ec971f; } }

.text-danger {
  color: #e1221a !important; }

a.text-danger:focus {
  color: #b31b15; }

@media (hover: hover) {
  a.text-danger:hover {
    color: #b31b15; } }

/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
/**
 * The .focusable class extends the .visually-hidden class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.bg-inverse {
  color: #c7c7c7;
  background-color: #373a3c; }

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

.bg-primary {
  color: #fff !important;
  background-color: #e1221a !important; }

a.bg-primary:focus {
  background-color: #b31b15; }

@media (hover: hover) {
  a.bg-primary:hover {
    background-color: #b31b15; } }

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

a.bg-success:focus {
  background-color: #449d44; }

@media (hover: hover) {
  a.bg-success:hover {
    background-color: #449d44; } }

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

a.bg-info:focus {
  background-color: #31b0d5; }

@media (hover: hover) {
  a.bg-info:hover {
    background-color: #31b0d5; } }

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

a.bg-warning:focus {
  background-color: #ec971f; }

@media (hover: hover) {
  a.bg-warning:hover {
    background-color: #ec971f; } }

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

a.bg-danger:focus {
  background-color: #b31b15; }

@media (hover: hover) {
  a.bg-danger:hover {
    background-color: #b31b15; } }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

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

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

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

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

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

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

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

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

.m-t-1 {
  margin-top: 0.9375rem !important; }

.m-r-1 {
  margin-right: 0.9375rem !important; }

.m-b-1 {
  margin-bottom: 0.9375rem !important; }

.m-l-1 {
  margin-left: 0.9375rem !important; }

.m-x-1 {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important; }

.m-y-1 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important; }

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

.m-t-2 {
  margin-top: 1.875rem !important; }

.m-r-2 {
  margin-right: 1.875rem !important; }

.m-b-2 {
  margin-bottom: 1.875rem !important; }

.m-l-2 {
  margin-left: 1.875rem !important; }

.m-x-2 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important; }

.m-y-2 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important; }

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

.m-t-3 {
  margin-top: 2.8125rem !important; }

.m-r-3 {
  margin-right: 2.8125rem !important; }

.m-b-3 {
  margin-bottom: 2.8125rem !important; }

.m-l-3 {
  margin-left: 2.8125rem !important; }

.m-x-3 {
  margin-right: 2.8125rem !important;
  margin-left: 2.8125rem !important; }

.m-y-3 {
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important; }

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

.m-t-4 {
  margin-top: 3.75rem !important; }

.m-r-4 {
  margin-right: 3.75rem !important; }

.m-b-4 {
  margin-bottom: 3.75rem !important; }

.m-l-4 {
  margin-left: 3.75rem !important; }

.m-x-4 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important; }

.m-y-4 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important; }

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

.m-t-5 {
  margin-top: 5.625rem !important; }

.m-r-5 {
  margin-right: 5.625rem !important; }

.m-b-5 {
  margin-bottom: 5.625rem !important; }

.m-l-5 {
  margin-left: 5.625rem !important; }

.m-x-5 {
  margin-right: 5.625rem !important;
  margin-left: 5.625rem !important; }

.m-y-5 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important; }

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

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

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

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

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

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

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

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

.p-t-1 {
  padding-top: 0.9375rem !important; }

.p-r-1 {
  padding-right: 0.9375rem !important; }

.p-b-1 {
  padding-bottom: 0.9375rem !important; }

.p-l-1 {
  padding-left: 0.9375rem !important; }

.p-x-1 {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important; }

.p-y-1 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important; }

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

.p-t-2 {
  padding-top: 1.875rem !important; }

.p-r-2 {
  padding-right: 1.875rem !important; }

.p-b-2 {
  padding-bottom: 1.875rem !important; }

.p-l-2 {
  padding-left: 1.875rem !important; }

.p-x-2 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important; }

.p-y-2 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important; }

.p-a-3 {
  padding: 2.8125rem 2.8125rem !important; }

.p-t-3 {
  padding-top: 2.8125rem !important; }

.p-r-3 {
  padding-right: 2.8125rem !important; }

.p-b-3 {
  padding-bottom: 2.8125rem !important; }

.p-l-3 {
  padding-left: 2.8125rem !important; }

.p-x-3 {
  padding-right: 2.8125rem !important;
  padding-left: 2.8125rem !important; }

.p-y-3 {
  padding-top: 2.8125rem !important;
  padding-bottom: 2.8125rem !important; }

.p-a-4 {
  padding: 3.75rem 3.75rem !important; }

.p-t-4 {
  padding-top: 3.75rem !important; }

.p-r-4 {
  padding-right: 3.75rem !important; }

.p-b-4 {
  padding-bottom: 3.75rem !important; }

.p-l-4 {
  padding-left: 3.75rem !important; }

.p-x-4 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important; }

.p-y-4 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important; }

.p-a-5 {
  padding: 5.625rem 5.625rem !important; }

.p-t-5 {
  padding-top: 5.625rem !important; }

.p-r-5 {
  padding-right: 5.625rem !important; }

.p-b-5 {
  padding-bottom: 5.625rem !important; }

.p-l-5 {
  padding-left: 5.625rem !important; }

.p-x-5 {
  padding-right: 5.625rem !important;
  padding-left: 5.625rem !important; }

.p-y-5 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* min-height and min-width helper */
.m-w-0 {
  min-width: 0 !important; }

.m-h-0 {
  min-height: 0 !important; }

.m-w-1 {
  min-width: 0.9375rem !important; }

.m-h-1 {
  min-height: 0.9375rem !important; }

.m-w-2 {
  min-width: 1.875rem !important; }

.m-h-2 {
  min-height: 1.875rem !important; }

.m-w-3 {
  min-width: 2.8125rem !important; }

.m-h-3 {
  min-height: 2.8125rem !important; }

.m-w-4 {
  min-width: 3.75rem !important; }

.m-h-4 {
  min-height: 3.75rem !important; }

.m-w-5 {
  min-width: 5.625rem !important; }

.m-h-5 {
  min-height: 5.625rem !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 479px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 480px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1023px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1279px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1280px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

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

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

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

/* !!!! THIS FILE HAS BEEN EDITED !!!! */
/*!
 * Bootstrap-select v1.8.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none; }

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
  outline-offset: -2px; }
  .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999; }

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0;
  opacity: 0 !important;
  border: none; }
  .bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2; }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #e1221a; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select .dropdown-toggle:focus {
  outline: none; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-table;
  /* should be inline-block or inline-flex, but FF gets the height wrong */
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-weight: 400; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../assets/fonts/lightcase/lightcase.eot?55356177");
  src: url("../assets/fonts/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../assets/fonts/lightcase/lightcase.woff?55356177") format("woff"), url("../assets/fonts/lightcase/lightcase.ttf?55356177") format("truetype"), url("../assets/fonts/lightcase/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
.lightcase-icon-play:before {
  content: '\e800'; }

.lightcase-icon-pause:before {
  content: '\e801'; }

.lightcase-icon-close:before {
  content: '\e802'; }

.lightcase-icon-prev:before {
  content: '\e803'; }

.lightcase-icon-next:before {
  content: '\e804'; }

.lightcase-icon-spin:before {
  content: '\e805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 640px) {
    html[data-lc-type=inline] #lightcase-case,
    html[data-lc-type=ajax] #lightcase-case {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      margin: 0 !important;
      padding: 55px 0 70px 0;
      width: 100% !important;
      height: 100% !important;
      overflow: auto !important; } }

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content,
  html[data-lc-type=video] #lightcase-content {
    background-color: #fff; } }

html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none; }
  @media screen and (max-width: 640px) {
    html[data-lc-type=inline] #lightcase-content,
    html[data-lc-type=ajax] #lightcase-content,
    html[data-lc-type=error] #lightcase-content {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      border: none !important;
      background: none !important; } }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
      html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
      html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
        padding: 15px; }
        html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,
        html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
        html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,
        html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
        html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
          width: 100% !important;
          max-width: none !important; }
        html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),
        html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),
        html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
          height: auto !important;
          max-height: none !important; } }

@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }

@media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }
  @media screen and (max-width: 640px) {
    #lightcase-case p.lightcase-error {
      padding: 30px 0; } }
  @media screen and (min-width: 641px) {
    #lightcase-case p.lightcase-error {
      padding: 0; } }

.lightcase-open body {
  overflow: hidden; }
  .lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%; }

#lightcase-info {
  position: absolute;
  padding-top: 15px; }
  #lightcase-info #lightcase-title,
  #lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis; }
  #lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa; }
    @media screen and (max-width: 640px) {
      #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #fff; } }
  #lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa; }
  #lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa; }
  @media screen and (max-width: 640px) {
    .lightcase-fullScreenMode #lightcase-info {
      padding-left: 15px;
      padding-right: 15px; }
    html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
      position: static; } }

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }
  #lightcase-loading, #lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s; }
  #lightcase-loading > span {
    display: inline-block;
    text-indent: -9999px; }

a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }
  a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s; }
  a[class*='lightcase-icon-'] > span {
    display: inline-block;
    text-indent: -9999px; }
  a[class*='lightcase-icon-']:hover {
    color: black;
    text-shadow: 0 0 15px black; }
  .lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none; }
  a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none; }
  a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px; }
  a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px; }
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em; }
    @media screen and (min-width: 641px) {
      a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0; } }
  @media screen and (max-width: 640px) {
    a[class*='lightcase-icon-'] {
      bottom: 15px;
      font-size: 24px; } }
  @media screen and (min-width: 641px) {
    a[class*='lightcase-icon-'] {
      bottom: 50%;
      margin-bottom: -0.5em; }
      a[class*='lightcase-icon-']:hover,
      #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
        opacity: 1; } }

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #fff; }
  @media screen and (max-width: 640px) {
    #lightcase-overlay {
      opacity: 1 !important; } }

/* base */
/* FONT INCLUDES
   ========================================================================== */
/* ROBOTO from Google Fonts */
/* roboto-300 - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-300.woff2") format("woff2"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-300.woff") format("woff"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-300.ttf") format("truetype"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-regular - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-regular.woff2") format("woff2"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-regular.woff") format("woff"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-regular.ttf") format("truetype"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-500 - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500.woff2") format("woff2"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500.woff") format("woff"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500.ttf") format("truetype"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-500 - cyrillic-ext_cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Roboto Medium';
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500.woff2") format("woff2"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500.woff") format("woff"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500.ttf") format("truetype"), url("../assets/fonts/roboto-v18/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* TRANS BOLD NEUE */
@font-face {
  font-family: 'TRANSBold';
  src: url("../assets/fonts/trans-neue-euro/TransboldNeueEuro-Bold.eot");
  src: url("../assets/fonts/trans-neue-euro/TransboldNeueEuro-Bold.eot#iefix") format("embedded-opentype"), url("../assets/fonts/trans-neue-euro/TransboldNeueEuro-Bold.woff2") format("woff2"), url("../assets/fonts/trans-neue-euro/TransboldNeueEuro-Bold.woff") format("woff"), url("../assets/fonts/trans-neue-euro/TransboldNeueEuro-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }

/* Fontello */
@font-face {
  font-family: 'fontello';
  src: url("../assets/fonts/fontello/fontello.eot?123456787");
  src: url("../assets/fonts/fontello/fontello.eot?123456787#iefix") format("embedded-opentype"), url("../assets/fonts/fontello/fontello.woff2?123456787") format("woff2"), url("../assets/fonts/fontello/fontello.woff?123456787") format("woff"), url("../assets/fonts/fontello/fontello.ttf?123456787") format("truetype"), url("../assets/fonts/fontello/fontello.svg?123456787#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* GLOBAL STYLES
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.transparent {
  opacity: 0 !important; }

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

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

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

.red {
  color: #e1221a; }

.black {
  color: #000; }

.white {
  color: #fff; }

/* class used by waypoints for sticky elements */
.stuck {
  position: fixed !important;
  z-index: 1050;
  top: 0; }

.no-scroll {
  overflow: hidden !important; }

/* page transitions */
/*
 * CSS Animations
 * Don't forget to add vendor prefixes!
 */
.m-scene .scene_element {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.m-scene .scene_element--fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

.m-scene.is-exiting .scene_element {
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

/*
 * Keyframes
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.g-recaptcha {
  margin-bottom: 1.875rem; }

/* EMS BASIC LAYOUT
   ========================================================================== */
.ems-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1280px;
  position: relative; }

.page-main {
  overflow-x: hidden; }

.page-tab {
  overflow: hidden;
  min-height: 60vh; }

.push-in {
  position: relative;
  will-change: transform, opacity;
  -webkit-transition: opacity 1.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1); }
  .push-in.pushed-out {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: .5; }

.node__content {
  overflow: hidden; }

.col-component-title {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  /* IE11 hack */ }
  @media (min-width: 768px) {
    .col-component-title {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      /* IE11 hack */
      margin-left: 8.33333%; } }

.col-component-subtitle {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  /* IE11 hack */ }
  @media (min-width: 768px) {
    .col-component-subtitle {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      /* IE11 hack */
      margin-left: 8.33333%; } }

.col-form {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  /* IE11 hack */ }
  @media (min-width: 480px) {
    .col-form {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      /* IE11 hack */
      margin-left: 8.33333%; } }
  @media (min-width: 768px) {
    .col-form {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      /* IE11 hack */
      margin-left: 16.66667%; } }
  @media (min-width: 1024px) {
    .col-form {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      /* IE11 hack */
      margin-left: 25%; } }

.row-no-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.site-navigation ul.nav-level-0 li {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto; }

.hyphenate {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }
  .hyphenate span {
    -ms-word-break: normal;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }

@media all and (min-width: 360px) {
  .hyphenate {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
    .hyphenate span {
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
  p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

@media (max-width: 767px) {
  .site-navigation {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
    .site-navigation .display-nav-2 {
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      white-space: nowrap; } }

/* elements */
/* ASSET STYLES
   ========================================================================== */
/* default fluid asset: set width responsively */
.img-fluid {
  width: 100%; }

/* restrict max-height for fluid images */
.restrict-height-16-9 {
  max-height: 270px; }
  @media (min-width: 480px) {
    .restrict-height-16-9 {
      max-height: 432px; } }
  @media (min-width: 768px) {
    .restrict-height-16-9 {
      max-height: 576px; } }
  @media (min-width: 1024px) {
    .restrict-height-16-9 {
      max-height: 720px; } }

/* restrict max-height for fluid images */
.restrict-height-16-9-narrow {
  max-height: 270px; }
  @media (min-width: 480px) {
    .restrict-height-16-9-narrow {
      max-height: 432px; } }
  @media (min-width: 768px) {
    .restrict-height-16-9-narrow {
      max-height: initial; } }

.restrict-height-1-1 {
  max-height: 480px; }
  @media (min-width: 480px) {
    .restrict-height-1-1 {
      max-height: 768px; } }
  @media (min-width: 768px) {
    .restrict-height-1-1 {
      max-height: 1024px; } }
  @media (min-width: 1024px) {
    .restrict-height-1-1 {
      max-height: 1280px; } }

/* wrapper with aspect ratio built-in to minimize page renders */
.asset-ratio-box {
  position: relative;
  height: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%; }

/* for assets in asset-ratio-boxes using object-fit */
.asset-ratio-fit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

/* object-fit: image scaling like background images */
.object-fit-contain {
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

.object-fit-cover {
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.lazyload {
  -webkit-filter: blur(10px);
  filter: blur(10px); }
  .lazyload.lazyloaded {
    -webkit-filter: none;
    filter: none; }

/* video wrapper */
.video-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .video-box iframe,
  .video-box object,
  .video-box embed,
  .video-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-box .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    background-color: #fff;
    cursor: pointer; }
    .video-box .btn-play:before {
      content: '';
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      width: 5rem;
      height: 5rem;
      border-radius: 5rem;
      -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transform: scale(1);
              transform: scale(1); }
    .video-box .btn-play:hover:before {
      -webkit-transform: scale(1.15);
              transform: scale(1.15); }
    .video-box .btn-play .icon-play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 4.0625rem;
      height: 4.0625rem;
      font-size: 4.0625rem; }
      .video-box .btn-play .icon-play:before {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        /* opacity: .8; */
        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Animation center compensation - margins should be symmetric */
        /* remove if not needed */
        /* you can be more comfortable with increased icons size */
        /* font-size: 120%; */
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* Uncomment for 3D effect */
        /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
        content: '\e826'; }

/* TYPOGRAPHY // HEADINGS
   ========================================================================== */
/* CLASSES */
h1, .h1 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2.375rem; }
  body.lang-ja h1, body.lang-ja .h1 {
    font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko h1, body.lang-ko .h1 {
    font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans h1, body.lang-zh-hans .h1 {
    font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
  h1.has-spacing-top, .h1.has-spacing-top {
    margin-top: 1.875rem; }
  h1.has-spacing-bottom, .h1.has-spacing-bottom {
    margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
    h1.has-spacing-top, .h1.has-spacing-top {
      margin-top: 2.8125rem; }
    h1.has-spacing-bottom, .h1.has-spacing-bottom {
      margin-bottom: 2.8125rem; } }

h2, .h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.375rem; }
  body.lang-ja h2, body.lang-ja .h2 {
    font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko h2, body.lang-ko .h2 {
    font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans h2, body.lang-zh-hans .h2 {
    font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
  h2.has-spacing-top, .h2.has-spacing-top {
    margin-top: 1.875rem; }
  h2.has-spacing-bottom, .h2.has-spacing-bottom {
    margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
    h2.has-spacing-top, .h2.has-spacing-top {
      margin-top: 2.8125rem; }
    h2.has-spacing-bottom, .h2.has-spacing-bottom {
      margin-bottom: 2.8125rem; } }

h3, .h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem; }
  body.lang-ja h3, body.lang-ja .h3 {
    font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko h3, body.lang-ko .h3 {
    font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans h3, body.lang-zh-hans .h3 {
    font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
  h3.has-spacing-top, .h3.has-spacing-top {
    margin-top: 1.875rem; }
  h3.has-spacing-bottom, .h3.has-spacing-bottom {
    margin-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    h3.has-spacing-top, .h3.has-spacing-top {
      margin-top: 1.875rem; }
    h3.has-spacing-bottom, .h3.has-spacing-bottom {
      margin-bottom: 0.9375rem; } }

h4, .h4 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem; }
  body.lang-ja h4, body.lang-ja .h4 {
    font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko h4, body.lang-ko .h4 {
    font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans h4, body.lang-zh-hans .h4 {
    font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
  h4.has-spacing-top, .h4.has-spacing-top {
    margin-top: 1.875rem; }
  h4.has-spacing-bottom, .h4.has-spacing-bottom {
    margin-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    h4.has-spacing-top, .h4.has-spacing-top {
      margin-top: 1.875rem; }
    h4.has-spacing-bottom, .h4.has-spacing-bottom {
      margin-bottom: 0.9375rem; } }

h5, .h5 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300; }
  body.lang-ja h5, body.lang-ja .h5 {
    font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko h5, body.lang-ko .h5 {
    font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans h5, body.lang-zh-hans .h5 {
    font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }

h6, .h6 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300; }
  body.lang-ja h6, body.lang-ja .h6 {
    font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko h6, body.lang-ko .h6 {
    font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans h6, body.lang-zh-hans .h6 {
    font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }

.display-1 {
  font-family: "TRANSBold", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-size: 3.125rem;
  line-height: 2.8125rem; }
  body.lang-ja .display-1 {
    font-family: "Roboto Medium", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko .display-1 {
    font-family: "Roboto Medium", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans .display-1 {
    font-family: "Roboto Medium", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
  @media (min-width: 768px) {
    .display-1 {
      font-size: 5rem;
      line-height: 4.375rem; } }
  @media (min-width: 1280px) {
    .display-1 {
      font-size: 6.25rem;
      line-height: 5.3125rem; } }
  .display-1.has-spacing-top {
    margin-top: 3.75rem; }
  .display-1.has-spacing-bottom {
    margin-bottom: 3.75rem; }
  @media (min-width: 768px) {
    .display-1.has-spacing-top {
      margin-top: 5.625rem; }
    .display-1.has-spacing-bottom {
      margin-bottom: 5.625rem; } }
  body.lang-ja .display-1 {
    font-size: 2.5rem;
    line-height: 2.8125rem; }
    @media (min-width: 768px) {
      body.lang-ja .display-1 {
        font-size: 4rem;
        line-height: 4.375rem; } }
    @media (min-width: 1280px) {
      body.lang-ja .display-1 {
        font-size: 5rem;
        line-height: 5.3125rem; } }
  body.lang-ko .display-1 {
    font-size: 2.5rem;
    line-height: 2.8125rem; }
    @media (min-width: 768px) {
      body.lang-ko .display-1 {
        font-size: 4rem;
        line-height: 4.375rem; } }
    @media (min-width: 1280px) {
      body.lang-ko .display-1 {
        font-size: 5rem;
        line-height: 5.3125rem; } }
  body.lang-zh-hans .display-1 {
    font-size: 2.5rem;
    line-height: 2.8125rem; }
    @media (min-width: 768px) {
      body.lang-zh-hans .display-1 {
        font-size: 4rem;
        line-height: 4.375rem; } }
    @media (min-width: 1280px) {
      body.lang-zh-hans .display-1 {
        font-size: 5rem;
        line-height: 5.3125rem; } }

.display-2 {
  font-family: "TRANSBold", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem; }
  body.lang-ja .display-2 {
    font-family: "Roboto Medium", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko .display-2 {
    font-family: "Roboto Medium", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans .display-2 {
    font-family: "Roboto Medium", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
  @media (min-width: 768px) {
    .display-2 {
      font-size: 3.75rem;
      line-height: 3.75rem; } }
  .display-2.has-spacing-top {
    margin-top: 3.75rem; }
  .display-2.has-spacing-bottom {
    margin-bottom: 3.75rem; }
  @media (min-width: 768px) {
    .display-2.has-spacing-top {
      margin-top: 5.625rem; }
    .display-2.has-spacing-bottom {
      margin-bottom: 5.625rem; } }
  body.lang-ja .display-2 {
    font-size: 2rem;
    line-height: 2.5rem; }
    @media (min-width: 768px) {
      body.lang-ja .display-2 {
        font-size: 3rem;
        line-height: 3.75rem; } }
  body.lang-ko .display-2 {
    font-size: 2rem;
    line-height: 2.5rem; }
    @media (min-width: 768px) {
      body.lang-ko .display-2 {
        font-size: 3rem;
        line-height: 3.75rem; } }
  body.lang-zh-hans .display-2 {
    font-size: 2rem;
    line-height: 2.5rem; }
    @media (min-width: 768px) {
      body.lang-zh-hans .display-2 {
        font-size: 3rem;
        line-height: 3.75rem; } }

.display-3 {
  font-family: "TRANSBold", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1.875rem; }
  body.lang-ja .display-3 {
    font-family: "Roboto Medium", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko .display-3 {
    font-family: "Roboto Medium", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans .display-3 {
    font-family: "Roboto Medium", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
  @media (min-width: 768px) {
    .display-3 {
      font-size: 2.5rem;
      line-height: 2.5rem; } }
  .display-3.has-spacing-top {
    margin-top: 3.75rem; }
  .display-3.has-spacing-bottom {
    margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
    .display-3.has-spacing-top {
      margin-top: 5.625rem; }
    .display-3.has-spacing-bottom {
      margin-bottom: 2.8125rem; } }
  body.lang-ja .display-3 {
    font-size: 1.5rem;
    line-height: 1.875rem; }
    @media (min-width: 768px) {
      body.lang-ja .display-3 {
        font-size: 2rem;
        line-height: 2.5rem; } }
  body.lang-ko .display-3 {
    font-size: 1.5rem;
    line-height: 1.875rem; }
    @media (min-width: 768px) {
      body.lang-ko .display-3 {
        font-size: 2rem;
        line-height: 2.5rem; } }
  body.lang-zh-hans .display-3 {
    font-size: 1.5rem;
    line-height: 1.875rem; }
    @media (min-width: 768px) {
      body.lang-zh-hans .display-3 {
        font-size: 2rem;
        line-height: 2.5rem; } }

.display-4 {
  font-family: "TRANSBold", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase; }
  body.lang-ja .display-4 {
    font-family: "Roboto Medium", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko .display-4 {
    font-family: "Roboto Medium", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans .display-4 {
    font-family: "Roboto Medium", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }

.display-nav-2 {
  font-family: "TRANSBold", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-size: 1.5625rem;
  line-height: 1.5625rem; }
  body.lang-ja .display-nav-2 {
    font-family: "Roboto Medium", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko .display-nav-2 {
    font-family: "Roboto Medium", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans .display-nav-2 {
    font-family: "Roboto Medium", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
  @media (min-width: 768px) {
    .display-nav-2 {
      font-size: 2.5rem;
      line-height: 2.5rem; } }
  .display-nav-2.has-spacing-top {
    margin-top: 0.9375rem; }
  .display-nav-2.has-spacing-bottom {
    margin-bottom: 0.9375rem; }

.display-nav-3 {
  font-family: "TRANSBold", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-size: 1.5625rem;
  line-height: 1.5625rem; }
  body.lang-ja .display-nav-3 {
    font-family: "Roboto Medium", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko .display-nav-3 {
    font-family: "Roboto Medium", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans .display-nav-3 {
    font-family: "Roboto Medium", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
  @media (min-width: 768px) {
    .display-nav-3 {
      font-size: 1.875rem;
      line-height: 1.875rem; } }
  .display-nav-3.has-spacing-top {
    margin-top: 0.9375rem; }
  .display-nav-3.has-spacing-bottom {
    margin-bottom: 0.9375rem; }

/* in richtext headings have a margin by default */
.richtext h1:not(:first-child), .richtext .h1:not(:first-child) {
  margin-top: 1.875rem; }

.richtext h1:not(:last-child), .richtext .h1:not(:last-child) {
  margin-bottom: 1.875rem; }

@media (min-width: 768px) {
  .richtext h1:not(:first-child), .richtext .h1:not(:first-child) {
    margin-top: 2.8125rem; }
  .richtext h1:not(:last-child), .richtext .h1:not(:last-child) {
    margin-bottom: 2.8125rem; } }

.richtext h2:not(:first-child), .richtext .h2:not(:first-child) {
  margin-top: 1.875rem; }

.richtext h2:not(:last-child), .richtext .h2:not(:last-child) {
  margin-bottom: 1.875rem; }

@media (min-width: 768px) {
  .richtext h2:not(:first-child), .richtext .h2:not(:first-child) {
    margin-top: 2.8125rem; }
  .richtext h2:not(:last-child), .richtext .h2:not(:last-child) {
    margin-bottom: 2.8125rem; } }

.richtext h3:not(:first-child), .richtext .h3:not(:first-child) {
  margin-top: 1.875rem; }

.richtext h3:not(:last-child), .richtext .h3:not(:last-child) {
  margin-bottom: 0.9375rem; }

@media (min-width: 768px) {
  .richtext h3:not(:first-child), .richtext .h3:not(:first-child) {
    margin-top: 1.875rem; }
  .richtext h3:not(:last-child), .richtext .h3:not(:last-child) {
    margin-bottom: 0.9375rem; } }

.richtext h4:not(:first-child), .richtext .h4:not(:first-child) {
  margin-top: 1.875rem; }

.richtext h4:not(:last-child), .richtext .h4:not(:last-child) {
  margin-bottom: 0.9375rem; }

@media (min-width: 768px) {
  .richtext h4:not(:first-child), .richtext .h4:not(:first-child) {
    margin-top: 1.875rem; }
  .richtext h4:not(:last-child), .richtext .h4:not(:last-child) {
    margin-bottom: 0.9375rem; } }

.richtext .display-1:not(:first-child) {
  margin-top: 3.75rem; }

.richtext .display-1:not(:last-child) {
  margin-bottom: 3.75rem; }

@media (min-width: 768px) {
  .richtext .display-1:not(:first-child) {
    margin-top: 5.625rem; }
  .richtext .display-1:not(:last-child) {
    margin-bottom: 5.625rem; } }

.richtext .display-2:not(:first-child) {
  margin-top: 3.75rem; }

.richtext .display-2:not(:last-child) {
  margin-bottom: 3.75rem; }

@media (min-width: 768px) {
  .richtext .display-2:not(:first-child) {
    margin-top: 5.625rem; }
  .richtext .display-2:not(:last-child) {
    margin-bottom: 5.625rem; } }

.richtext .display-3:not(:first-child) {
  margin-top: 3.75rem; }

.richtext .display-3:not(:last-child) {
  margin-bottom: 1.875rem; }

@media (min-width: 768px) {
  .richtext .display-3:not(:first-child) {
    margin-top: 5.625rem; }
  .richtext .display-3:not(:last-child) {
    margin-bottom: 2.8125rem; } }

/* TYPOGRAPHY // TEXT
   ========================================================================== */
/* TEXT STYLES */
body, p, .richtext, .copy {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 300; }
  body.lang-ja body, body.lang-ja p, body.lang-ja .richtext, body.lang-ja .copy {
    font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko body, body.lang-ko p, body.lang-ko .richtext, body.lang-ko .copy {
    font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans body, body.lang-zh-hans p, body.lang-zh-hans .richtext, body.lang-zh-hans .copy {
    font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }

.copy-small, .a005-2 .list-contents .quantity, .p009-1 .list-contents .quantity, small {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300; }
  body.lang-ja .copy-small, body.lang-ja .a005-2 .list-contents .quantity, .a005-2 .list-contents body.lang-ja .quantity, body.lang-ja .p009-1 .list-contents .quantity, .p009-1 .list-contents body.lang-ja .quantity, body.lang-ja small {
    font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko .copy-small, body.lang-ko .a005-2 .list-contents .quantity, .a005-2 .list-contents body.lang-ko .quantity, body.lang-ko .p009-1 .list-contents .quantity, .p009-1 .list-contents body.lang-ko .quantity, body.lang-ko small {
    font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans .copy-small, body.lang-zh-hans .a005-2 .list-contents .quantity, .a005-2 .list-contents body.lang-zh-hans .quantity, body.lang-zh-hans .p009-1 .list-contents .quantity, .p009-1 .list-contents body.lang-zh-hans .quantity, body.lang-zh-hans small {
    font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
  .copy-small *, .a005-2 .list-contents .quantity *, .p009-1 .list-contents .quantity *, small * {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300; }
    body.lang-ja .copy-small *, body.lang-ja .a005-2 .list-contents .quantity *, .a005-2 .list-contents body.lang-ja .quantity *, body.lang-ja .p009-1 .list-contents .quantity *, .p009-1 .list-contents body.lang-ja .quantity *, body.lang-ja small * {
      font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
    body.lang-ko .copy-small *, body.lang-ko .a005-2 .list-contents .quantity *, .a005-2 .list-contents body.lang-ko .quantity *, body.lang-ko .p009-1 .list-contents .quantity *, .p009-1 .list-contents body.lang-ko .quantity *, body.lang-ko small * {
      font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
    body.lang-zh-hans .copy-small *, body.lang-zh-hans .a005-2 .list-contents .quantity *, .a005-2 .list-contents body.lang-zh-hans .quantity *, body.lang-zh-hans .p009-1 .list-contents .quantity *, .p009-1 .list-contents body.lang-zh-hans .quantity *, body.lang-zh-hans small * {
      font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }

.copy-large, .lead {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300; }
  body.lang-ja .copy-large, body.lang-ja .lead {
    font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
  body.lang-ko .copy-large, body.lang-ko .lead {
    font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
  body.lang-zh-hans .copy-large, body.lang-zh-hans .lead {
    font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
  .copy-large *, .lead * {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300; }
    body.lang-ja .copy-large *, body.lang-ja .lead * {
      font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
    body.lang-ko .copy-large *, body.lang-ko .lead * {
      font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
    body.lang-zh-hans .copy-large *, body.lang-zh-hans .lead * {
      font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }

strong, b, .strong {
  font-weight: 400; }

sup {
  font-size: 60%; }

.fw-light {
  font-weight: 300 !important; }

.fw-regular {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 500 !important; }

.light-on-dark mark {
  background-color: #373a3c; }

.richtext body, .richtext p, .richtext .richtext, .richtext .copy {
  margin-bottom: 0.9375rem; }

.richtext .copy-small, .richtext .a005-2 .list-contents .quantity, .a005-2 .list-contents .richtext .quantity, .richtext .p009-1 .list-contents .quantity, .p009-1 .list-contents .richtext .quantity, .richtext small {
  margin-bottom: 0.9375rem; }

.richtext .copy-large, .richtext .lead {
  margin-bottom: 0.9375rem; }

.richtext a:not(.btn),
.textlink {
  text-decoration: none;
  color: #000;
  border: 1px solid transparent;
  border-bottom-width: 1px;
  box-shadow: 0 1px 0 #000;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  will-color: color, background-color; }
  .richtext a:not(.btn):active, .richtext a:not(.btn):visited,
  .textlink:active,
  .textlink:visited {
    color: #000;
    text-decoration: none; }
  .richtext a:not(.btn):hover,
  .textlink:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff; }

.textlink-mobile-only {
  color: #000; }
  .textlink-mobile-only:hover, .textlink-mobile-only:active, .textlink-mobile-only:focus {
    color: #000; }
  @media (max-width: 767px) {
    .textlink-mobile-only {
      text-decoration: none;
      color: #000;
      border: 1px solid transparent;
      border-bottom-width: 0px;
      box-shadow: 0 1px 0 #000;
      -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
      will-color: color, background-color; }
      .textlink-mobile-only:active, .textlink-mobile-only:visited {
        color: #000;
        text-decoration: none; }
      .textlink-mobile-only:hover {
        text-decoration: none;
        background-color: #000;
        color: #fff; } }

.light-on-dark .richtext a:not(.btn),
.richtext .light-on-dark a:not(.btn),
.light-on-dark .textlink {
  text-decoration: none;
  color: #fff;
  border: 1px solid transparent;
  border-bottom-width: 0px;
  box-shadow: 0 1px 0 #fff;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  will-color: color, background-color; }
  .light-on-dark .richtext a:not(.btn):active, .light-on-dark .richtext a:not(.btn):visited,
  .richtext .light-on-dark a:not(.btn):active,
  .richtext .light-on-dark a:not(.btn):visited,
  .light-on-dark .textlink:active,
  .light-on-dark .textlink:visited {
    color: #fff;
    text-decoration: none; }
  .light-on-dark .richtext a:not(.btn):hover,
  .richtext .light-on-dark a:not(.btn):hover,
  .light-on-dark .textlink:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000; }

.light-on-dark .textlink-mobile-only {
  color: #fff; }
  .light-on-dark .textlink-mobile-only:hover, .light-on-dark .textlink-mobile-only:active, .light-on-dark .textlink-mobile-only:focus {
    color: #fff; }
  @media (max-width: 767px) {
    .light-on-dark .textlink-mobile-only {
      text-decoration: none;
      color: #fff;
      border: 1px solid transparent;
      border-bottom-width: 0px;
      box-shadow: 0 1px 0 #fff;
      -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
      will-color: color, background-color; }
      .light-on-dark .textlink-mobile-only:active, .light-on-dark .textlink-mobile-only:visited {
        color: #fff;
        text-decoration: none; }
      .light-on-dark .textlink-mobile-only:hover {
        text-decoration: none;
        background-color: #fff;
        color: #000; } }

.nav-link:hover, .nav-link:active, .nav-link.active {
  color: #e1221a; }

/* BUTTONS
   ========================================================================== */
/*
.btn, .btn-primary, .btn-secondary, .btn-primary-outline etc are defined by bootstrap,
therefor see libs/bootstrap/buttons and|or libs/bootstrap-overrides/buttons for reference
*/
/* button with icon attached */
.btn-icon {
  position: relative;
  overflow: hidden;
  min-height: 2.75rem;
  padding-right: 2.5rem;
  /* icon position and animation */
  /* default icon: arrow-right-light */
  /* margin between label and icon */ }
  .btn-icon:before, .btn-icon:after, .btn-icon[class^="icon-"]:before, .btn-icon[class*=" icon-"]:before, .btn-icon[class^="icon-"]:after, .btn-icon[class*=" icon-"]:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    position: absolute;
    top: 0;
    bottom: 0;
    will-change: transform;
    height: 2.75em;
    line-height: 2.75em;
    right: 1.25em;
    width: 1.25em;
    margin: auto 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1); }
  .btn-icon:not([class^="icon-"]):not([class*=" icon-"]):before, .btn-icon:not([class^="icon-"]):not([class*=" icon-"]):after {
    content: '\e801'; }
  .btn-icon > * {
    margin-right: 0.9375rem;
    display: inline-block; }

.btn-icon:not([class^="btn-anim-"]):not([class*=" btn-anim-"]):before {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0; }

.btn-icon:not([class^="btn-anim-"]):not([class*=" btn-anim-"]):after {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.btn-icon:not([class^="btn-anim-"]):not([class*=" btn-anim-"]):hover:before,
.delegate-hover:hover .btn-icon:not([class^="btn-anim-"]):not([class*=" btn-anim-"]):before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }

.btn-icon:not([class^="btn-anim-"]):not([class*=" btn-anim-"]):hover:after,
.delegate-hover:hover .btn-icon:not([class^="btn-anim-"]):not([class*=" btn-anim-"]):after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0; }

.btn-anim-icon-move-right:before {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.btn-anim-icon-move-right:after {
  display: none; }

.btn-anim-icon-move-right:hover:before,
.delegate-hover:hover .btn-anim-icon-move-right:before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px); }

.btn-anim-icon-move-right:before {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.btn-anim-icon-move-right:after {
  display: none; }

.btn-anim-icon-move-right:hover:before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px); }

.btn-text {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  padding-left: 0;
  text-align: left; }
  .btn-text > * {
    color: #000; }
  @media (hover: hover) {
    .btn-text:hover {
      color: #000;
      background-color: rgba(0, 0, 0, 0);
      border-color: rgba(0, 0, 0, 0); } }
  .btn-text:focus, .btn-text.focus {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-text:active, .btn-text.active {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-text.btn-icon:before, .btn-text.btn-icon:after {
    color: #e1221a; }
  .btn-text.btn-icon:not([class^="icon-"]):not([class*=" icon-"]):before, .btn-text.btn-icon:not([class^="icon-"]):not([class*=" icon-"]):after {
    content: '\e801'; }
  .btn-text.btn-text--light {
    font-weight: 300; }

.richtext .btn:not(.btn-text):not(:first-child) {
  margin-top: 0.9375rem; }

.richtext .btn:not(.btn-text):not(:last-child) {
  margin-bottom: 2.8125rem; }

.richtext .btn-text:not(:first-child) {
  margin-top: -0.625rem; }

.richtext .btn-text:not(:last-child) {
  margin-bottom: 1.875rem; }

.light-on-dark .btn-primary {
  color: #e1221a;
  background-color: #fff;
  border-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .light-on-dark .btn-primary > * {
    color: #e1221a; }
  @media (hover: hover) {
    .light-on-dark .btn-primary:hover {
      color: #e1221a;
      background-color: white;
      border-color: white; } }
  .light-on-dark .btn-primary:focus, .light-on-dark .btn-primary.focus {
    color: #e1221a;
    background-color: white;
    border-color: white; }
  .light-on-dark .btn-primary:active, .light-on-dark .btn-primary.active {
    color: #e1221a;
    background-color: white;
    border-color: white; }

.light-on-dark .btn-secondary {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .light-on-dark .btn-secondary > * {
    color: #000; }
  @media (hover: hover) {
    .light-on-dark .btn-secondary:hover {
      color: #000;
      background-color: white;
      border-color: white; } }
  .light-on-dark .btn-secondary:focus, .light-on-dark .btn-secondary.focus {
    color: #000;
    background-color: white;
    border-color: white; }
  .light-on-dark .btn-secondary:active, .light-on-dark .btn-secondary.active {
    color: #000;
    background-color: white;
    border-color: white; }

.light-on-dark .btn-outline {
  color: #fff;
  background-image: none;
  background-color: #fff;
  border-color: #fff; }
  @media (hover: hover) {
    .light-on-dark .btn-outline:hover {
      color: #fff;
      border-color: #fff; } }
  .light-on-dark .btn-outline:focus, .light-on-dark .btn-outline.focus {
    color: #fff;
    border-color: #fff; }
  .light-on-dark .btn-outline:active, .light-on-dark .btn-outline.active {
    color: #fff;
    border-color: #fff; }

.light-on-dark .btn-text:before, .light-on-dark .btn-text:after {
  color: #fff; }

.delegate-hover {
  cursor: pointer; }
  .delegate-hover:hover {
    color: inherit; }

.label-verified {
  display: none; }

.btn-verify.btn-verify-verified {
  cursor: default !important; }
  .btn-verify.btn-verify-verified .label {
    display: none; }
    .btn-verify.btn-verify-verified .label-verified {
      display: block; }

.richtext ul:not(.list-inline):not(.dropdown-menu) {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0.9375rem; }
  .richtext ul:not(.list-inline):not(.dropdown-menu) li {
    padding-left: 1.25rem;
    margin-bottom: 0.46875rem; }
    .richtext ul:not(.list-inline):not(.dropdown-menu) li:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: "";
      /* list-style-dot, see libs/fontello/fontello-codes.css */
      display: inline-block;
      margin-left: -1.875rem;
      margin-right: 0;
      width: 1.875rem;
      /* same as margin-left */ }

ol ol:not(.list-unstyled), ol ul:not(.list-unstyled), ul ol:not(.list-unstyled), ul ul:not(.list-unstyled) {
  margin-top: 0.9375rem; }

/* inline list */
ul.list-inline {
  padding-left: 0;
  list-style: none; }
  ul.list-inline li {
    display: inline-block;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

/* fontello icon definition */
[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.bg-dark {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .bg-dark:before {
    content: "";
    background-color: #000;
    left: -1.875rem;
    right: -1.875rem;
    top: 0;
    bottom: 0;
    position: absolute; }
  .bg-dark > * {
    position: relative;
    /* set position to relative, otherwise children are behind background */ }

.light-on-dark * {
  color: #fff; }

/*

animate fade-in and out

usage:
<div class="my-div animate-fade can-fade"></div>

$button.on('click', () => { $('.my-div').animateFade() });

*/
.animate-fade.can-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.animate-fade.will-fade {
  visibility: inherit; }
  .animate-fade.will-fade.is-fading {
    opacity: 1; }

.animate-fade.did-fade {
  -webkit-transition: none;
  transition: none;
  visibility: inherit;
  opacity: 1; }

.animate-flip.can-flip {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  opacity: 0;
  visibility: inherit; }

.animate-flip.will-flip {
  visibility: inherit; }
  .animate-flip.will-flip.is-flipping {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; }

.animate-flip.did-flip {
  visibility: inherit;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  opacity: 1; }

.image-gallery-slider.slick-dotted {
  margin-bottom: 1.875rem; }

.image-gallery-slider .slick-hitarea {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 3;
  cursor: pointer; }
  .image-gallery-slider .slick-hitarea:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
  .image-gallery-slider .slick-hitarea.slick-prev {
    left: 0;
    right: auto; }
    .image-gallery-slider .slick-hitarea.slick-prev:before {
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%; }
    .image-gallery-slider .slick-hitarea.slick-prev .arrow-icon {
      left: 1.875rem; }
  .image-gallery-slider .slick-hitarea.slick-next {
    right: 0;
    left: auto; }
    .image-gallery-slider .slick-hitarea.slick-next:before {
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%; }
    .image-gallery-slider .slick-hitarea.slick-next .arrow-icon {
      right: 1.875rem; }
  .image-gallery-slider .slick-hitarea .arrow-icon {
    position: absolute;
    top: 0;
    bottom: 1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    margin: auto 0;
    opacity: 1;
    -webkit-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1); }
  .image-gallery-slider .slick-hitarea:not(.slick-disabled):hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0.5; }
  .image-gallery-slider .slick-hitarea.slick-disabled {
    cursor: default; }
    .image-gallery-slider .slick-hitarea.slick-disabled .arrow-icon {
      opacity: 0; }

.image-gallery-slider .slick-dots {
  position: absolute;
  bottom: -1.875rem;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  z-index: 4; }
  .image-gallery-slider .slick-dots li {
    position: relative;
    display: inline-block; }
    .image-gallery-slider .slick-dots li button {
      border: 0;
      background: transparent;
      height: 1.875rem;
      width: 1.625rem;
      outline: none;
      color: transparent;
      cursor: pointer; }
      .image-gallery-slider .slick-dots li button:before, .image-gallery-slider .slick-dots li button:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: '';
        background-color: #c7c7c7;
        width: 0.25rem;
        height: 0.25rem;
        border-radius: 0.25rem;
        -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
      .image-gallery-slider .slick-dots li button:after {
        background-color: #000; }
    .image-gallery-slider .slick-dots li.slick-active button,
    .image-gallery-slider .slick-dots li button:hover,
    .image-gallery-slider .slick-dots li button:focus {
      outline: none; }
      .image-gallery-slider .slick-dots li.slick-active button:before,
      .image-gallery-slider .slick-dots li button:hover:before,
      .image-gallery-slider .slick-dots li button:focus:before {
        -webkit-transform: translate(-50%, -50%) scale(2.5);
                transform: translate(-50%, -50%) scale(2.5); }

.box-outline {
  position: relative; }
  .box-outline > * {
    position: relative;
    z-index: 3; }
  .box-outline .outline {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    /* white thick outline */
    /* black thin outline */ }
    .box-outline .outline:before {
      content: '';
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: -1.875rem;
      left: -1.875rem;
      bottom: -1.875rem;
      right: -1.875rem; }
    .box-outline .outline:after {
      content: '';
      border: 1px solid #000;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .box-outline.bg-red .outline {
    background-color: #e1221a; }
    .box-outline.bg-red .outline:before {
      display: none; }
    .box-outline.bg-red .outline:after {
      display: none; }
  .box-outline.bg-grey .outline, .box-outline.bg-gray .outline {
    background-color: #f3f3f3; }
    .box-outline.bg-grey .outline:before, .box-outline.bg-gray .outline:before {
      display: none; }
    .box-outline.bg-grey .outline:after, .box-outline.bg-gray .outline:after {
      display: none; }
  .box-outline.outline-only .outline {
    background-color: transparent; }
    .box-outline.outline-only .outline:before {
      display: none; }
  .box-outline.bg-white .outline:before {
    display: none; }
  .box-outline.bg-white .outline:after {
    display: none; }

.box-gradient {
  position: relative; }
  .box-gradient > * {
    position: relative;
    z-index: 3; }
  .box-gradient .gradient {
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #e1e1e1 55%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%, #e1e1e1 55%, #f4f4f4 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2; }

.icon-item {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  /* IE11 hack */
  margin-bottom: 3.75rem; }
  .icon-item .col-icon-item-icon {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .icon-item .col-icon-item-copy {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    text-align: center; }
  .icon-item .icon {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 3.125rem;
    position: relative;
    margin: 0 auto 0.9375rem; }
  @media (min-width: 480px) {
    .icon-item {
      margin-left: 16.66667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      /* IE11 hack */ } }
  @media (min-width: 768px) {
    .icon-item {
      margin-bottom: 5.625rem; }
      .icon-item .col-icon-item-icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        /* IE11 hack */ }
      .icon-item .col-icon-item-copy {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
        /* IE11 hack */
        text-align: left; }
      .icon-item .icon {
        margin: -0.6rem 0 0.9375rem auto; } }
  @media (min-width: 1024px) {
    .icon-item.icon-item--half {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      /* IE11 hack */
      margin-left: 8.33333%; } }

.divider {
  border-top: 1px solid #000;
  width: 11.25rem;
  margin: 0.3125rem auto;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform; }

.col-product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  .col-product-item .product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%; }
  .col-product-item .box-gradient {
    padding: 1.875rem 1.875rem 0 1.875rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
            flex: 1 1 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 100%;
    /* IE wants this */ }
  .col-product-item .product-title {
    margin-bottom: 1.875rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    /* this element is the one to dynamically grow */ }
  .col-product-item .product-subtitle {
    margin-bottom: 0.3125rem;
    font-size: 1.125rem;
    color: #666; }
  .col-product-item .product-asset {
    display: block;
    /* element has <a> tag, therefor needs block */
    margin: 0 auto;
    max-width: 420px;
    width: 100%; }
  .col-product-item .button-wrapper {
    text-align: right; }
    .col-product-item .button-wrapper .btn {
      position: relative;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); }
  @media (min-width: 768px) {
    .col-product-item .product-asset {
      margin: 0 15%;
      width: auto; } }

.tab-controller ul.list-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end; }
  .tab-controller ul.list-tabs li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%; }

.tab-controller .tab-link {
  padding: 0 0.9375rem;
  display: block; }
  .tab-controller .tab-link .label {
    padding: 0.5625rem 0;
    display: block;
    border-bottom: 1px solid #000; }
  .tab-controller .tab-link.active .label, .tab-controller .tab-link:hover .label {
    color: #e1221a;
    border-color: #e1221a; }

.form-group {
  margin-bottom: 2.8125rem; }
  .block-views-blockuser-login-content-block-1 .form-group,
  .block-views-block-user-register-content-block-1 .form-group, .form-group[block="block-views-block-user-login-content-bottom-block-1"], .form-group[block="block-views-block-user-register-content-block-1"], .form-group[block="block-views-block-user-register-content-bottom-block-1"] {
    margin-bottom: 0; }
  .form-group .description {
    margin-bottom: 0.9375rem; }
  .form-group .form-group-note {
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .form-group.has-danger,
  .form-group .has-danger {
    color: #e1221a; }

.form-select {
  /* the original select element */
  /* the substitute */
  /* very specific selector is needed to override rules of bootstrap-select.edit.scss */ }
  .form-select select.bs-select-hidden,
  .form-select select.selectpicker {
    display: inline-block;
    margin-bottom: 0.625rem;
    /* same margin as substitute */
    width: 100%;
    height: 2.75rem;
    /* same height as substitute */ }
  .form-select .bootstrap-select.btn-group:not(.input-group-btn) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: auto; }
  .form-select .bootstrap-select {
    background-color: transparent; }
    .form-select .bootstrap-select:before {
      content: "";
      background-color: #fff;
      opacity: 0;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      position: fixed;
      z-index: 10;
      -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0s linear 250ms, height 0s linear 250ms;
      transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0s linear 250ms, height 0s linear 250ms; }
    .form-select .bootstrap-select.open:before {
      opacity: 0.75;
      width: 100%;
      height: 100%;
      -webkit-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), width 0s, height 0s;
      transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), width 0s, height 0s; }
    .form-select .bootstrap-select.open > * {
      z-index: 11; }
    .form-select .bootstrap-select .dropdown-toggle {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0 -1.1875rem 0.625rem;
      padding-left: 1.1875rem;
      padding-right: 2.4375rem;
      background-color: #fff;
      color: #000; }
      .form-select .bootstrap-select .dropdown-toggle .bs-caret {
        position: absolute;
        bottom: 0.5rem;
        right: 0.5rem;
        z-index: 10; }
      .form-select .bootstrap-select .dropdown-toggle .caret {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        /* opacity: .8; */
        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Animation center compensation - margins should be symmetric */
        /* remove if not needed */
        /* you can be more comfortable with increased icons size */
        /* font-size: 120%; */
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* Uncomment for 3D effect */
        /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
        color: #e1221a; }
        .form-select .bootstrap-select .dropdown-toggle .caret:before {
          content: ""; }
      .form-select .bootstrap-select .dropdown-toggle.bs-placeholder {
        color: #999; }
      .form-select .bootstrap-select .dropdown-toggle .input-label {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 1.1875rem;
        margin: 0;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: text;
        text-align: left;
        /* bottom border line */ }
        .form-select .bootstrap-select .dropdown-toggle .input-label:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          border: 1px solid #000;
          opacity: 0;
          pointer-events: none;
          will-change: opacity, bottom; }
        .form-select .bootstrap-select .dropdown-toggle .input-label:after {
          position: absolute;
          height: 1px;
          background-color: #000;
          left: 1.1875rem;
          right: 1.1875rem;
          bottom: 0;
          content: ''; }
      .form-select .bootstrap-select .dropdown-toggle .input-label-content {
        position: relative;
        display: inline-block;
        margin-top: 0.5625rem;
        padding: 0 0.3125rem;
        background-color: #fff;
        color: #999;
        -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
        -webkit-transform: translate3d(-0.3125rem, 0, 0);
                transform: translate3d(-0.3125rem, 0, 0);
        will-change: border, transform; }
    .form-select .bootstrap-select div.dropdown-menu {
      border: 0;
      margin: 0 -1.1875rem;
      background-color: transparent;
      right: 0;
      top: 2.75rem;
      padding-top: 0;
      max-height: 50vh;
      overflow: hidden;
      overflow-y: scroll; }
    .form-select .bootstrap-select ul.dropdown-menu.inner {
      padding: 0 1.1875rem;
      background-color: transparent; }
      .form-select .bootstrap-select ul.dropdown-menu.inner li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        padding: 0.5rem 1.1875rem;
        min-height: 3.75rem;
        background-color: #f3f3f3; }
        .form-select .bootstrap-select ul.dropdown-menu.inner li a span.text {
          font-weight: 400; }
      .form-select .bootstrap-select ul.dropdown-menu.inner li.selected a {
        background-color: #c7c7c7;
        color: #000; }
      .form-select .bootstrap-select ul.dropdown-menu.inner li a:focus {
        color: #fff !important;
        position: relative;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        outline: none; }
        .form-select .bootstrap-select ul.dropdown-menu.inner li a:focus:before {
          content: "";
          background-color: #000;
          left: -1.125rem;
          right: -1.125rem;
          top: 0;
          bottom: 0;
          position: absolute; }
        .form-select .bootstrap-select ul.dropdown-menu.inner li a:focus > * {
          position: relative;
          /* set position to relative, otherwise children are behind background */ }
  .form-select.open .dropdown-toggle .caret {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }
  .form-select.open .dropdown-toggle .input-label,
  .form-select.focussed .dropdown-toggle .input-label,
  .form-select.input--filled .dropdown-toggle .input-label {
    cursor: default;
    pointer-events: none; }
    .form-select.open .dropdown-toggle .input-label:before,
    .form-select.focussed .dropdown-toggle .input-label:before,
    .form-select.input--filled .dropdown-toggle .input-label:before {
      opacity: 1;
      bottom: 0; }
    .form-select.open .dropdown-toggle .input-label:after,
    .form-select.focussed .dropdown-toggle .input-label:after,
    .form-select.input--filled .dropdown-toggle .input-label:after {
      opacity: 0; }
    .form-select.open .dropdown-toggle .input-label .input-label-content,
    .form-select.focussed .dropdown-toggle .input-label .input-label-content,
    .form-select.input--filled .dropdown-toggle .input-label .input-label-content {
      color: #000;
      -webkit-transform: translate3d(-0.24306rem, -1.625rem, 0) scale3d(0.77778, 0.77778, 1);
              transform: translate3d(-0.24306rem, -1.625rem, 0) scale3d(0.77778, 0.77778, 1); }
  .form-select.has-animation .bootstrap-select .input-label:before {
    -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .form-select.has-animation .bootstrap-select .input-label-content {
    -webkit-transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.has-danger .form-select:not(.input--changed) .bootstrap-select .input-label-content {
  color: #e1221a; }

.has-danger .form-select:not(.input--changed) .bootstrap-select .input-label:before {
  border-color: #e1221a; }

.has-danger .form-select:not(.input--changed) .bootstrap-select .input-label:after {
  opacity: 0; }

.views-exposed-form .form-select {
  margin-bottom: 2.8125rem; }

/* default wrapper class for input and textarea fields */
.form-input {
  position: relative;
  display: block;
  width: auto;
  margin: 1.375rem -1.1875rem 0.625rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  /* empty input fields and textareas have single-line height */ }
  .form-input .form-control {
    position: relative;
    display: block;
    width: 100%;
    max-height: 300px;
    padding: 0.5rem 1.1875rem;
    border: 1px solid transparent;
    background-color: transparent !important;
    color: #000;
    font-weight: 400;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
    -webkit-transition: max-height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: max-height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    will-change: max-height;
    resize: none;
    /* non-resizable textarea */
    /* hide default focus outline */
    /* hide default placeholder */ }
    .form-input .form-control:focus {
      outline: none; }
    .form-input .form-control::-webkit-input-placeholder {
      visibility: hidden !important;
      display: none !important;
      opacity: 0 !important; }
    .form-input .form-control::-moz-placeholder {
      visibility: hidden !important;
      display: none !important;
      opacity: 0 !important; }
    .form-input .form-control::placeholder {
      visibility: hidden !important;
      display: none !important;
      opacity: 0 !important; }
    .form-input .form-control.form-autocomplete:-ms-input-placeholder {
      visibility: visible !important;
      display: block !important; }
  .form-input .input-label {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 1.1875rem;
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: text; }
    .form-input .input-label:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: calc(100% - 2.75rem);
      border: 1px solid #000;
      opacity: 0;
      pointer-events: none;
      will-change: opacity, bottom; }
    .form-input .input-label:after {
      content: '';
      position: absolute;
      height: 1px;
      bottom: calc(100% - 2.75rem);
      left: 1.1875rem;
      right: 1.1875rem;
      border-bottom: 1px solid #000;
      will-change: bottom; }
  .form-input .input-label-content {
    position: absolute;
    display: inline-block;
    margin-top: 0.5625rem;
    padding: 0 0.3125rem;
    background-color: #fff;
    color: #999;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: translate3d(-0.3125rem, 0, 0);
            transform: translate3d(-0.3125rem, 0, 0);
    will-change: border, transform; }
  .form-input.file-input.has-focus .input-label,
  .form-input.input--filled .input-label,
  .form-input .form-control:focus + .input-label {
    cursor: default;
    pointer-events: none; }
    .form-input.file-input.has-focus .input-label:before,
    .form-input.input--filled .input-label:before,
    .form-input .form-control:focus + .input-label:before {
      opacity: 1;
      bottom: 0; }
    .form-input.file-input.has-focus .input-label:after,
    .form-input.input--filled .input-label:after,
    .form-input .form-control:focus + .input-label:after {
      bottom: 0; }
    .form-input.file-input.has-focus .input-label .input-label-content,
    .form-input.input--filled .input-label .input-label-content,
    .form-input .form-control:focus + .input-label .input-label-content {
      color: #000;
      -webkit-transform: translate3d(-0.24306rem, -1.625rem, 0) scale3d(0.77778, 0.77778, 1);
              transform: translate3d(-0.24306rem, -1.625rem, 0) scale3d(0.77778, 0.77778, 1); }
  .form-input .form-control:-webkit-autofill + .input-label {
    cursor: default;
    pointer-events: none; }
    .form-input .form-control:-webkit-autofill + .input-label:before {
      opacity: 1;
      bottom: 0; }
    .form-input .form-control:-webkit-autofill + .input-label:after {
      bottom: 0; }
    .form-input .form-control:-webkit-autofill + .input-label .input-label-content {
      color: #000;
      -webkit-transform: translate3d(-0.24306rem, -1.625rem, 0) scale3d(0.77778, 0.77778, 1);
              transform: translate3d(-0.24306rem, -1.625rem, 0) scale3d(0.77778, 0.77778, 1); }
  .form-input.has-animation .input-label:before {
    -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .form-input.has-animation .input-label:after {
    -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .form-input.has-animation .input-label-content {
    -webkit-transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .form-input.file-input {
    height: 2.75rem;
    /* visually hide input */
    /* make label clickable again */ }
    .form-input.file-input input {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
    .form-input.file-input .input-label {
      cursor: pointer;
      pointer-events: auto; }
      .form-input.file-input .input-label > * {
        pointer-events: none; }
    .form-input.file-input .input-label-files {
      position: absolute;
      display: inline-block;
      margin-top: 0.5625rem;
      padding: 0;
      background-color: #fff;
      color: #000;
      font-weight: 400; }

.has-danger .form-input:not(.input--changed) .input-label:before {
  border-color: #e1221a; }

.has-danger .form-input:not(.input--changed) .input-label:after {
  border-color: #e1221a; }

.has-danger .form-input:not(.input--changed) .form-control:focus + .input-label .input-label-content,
.has-danger .form-input:not(.input--changed).input--filled .input-label .input-label-content {
  color: #e1221a !important; }

.form-datepicker {
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: auto !important;
  /* toggle button */ }
  .form-datepicker:before {
    content: "";
    background-color: #fff;
    opacity: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    position: fixed;
    z-index: 10;
    -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0s linear 250ms, height 0s linear 250ms;
    transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0s linear 250ms, height 0s linear 250ms; }
  .form-datepicker.open:before {
    opacity: 0.75;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), width 0s, height 0s;
    transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), width 0s, height 0s; }
  .form-datepicker.open > * {
    z-index: 11; }
  .form-datepicker .datepicker-toggle {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 -1.1875rem;
    padding-left: 1.1875rem;
    padding-right: 2.4375rem;
    background-color: #fff;
    color: #000;
    outline-offset: -2px;
    /* button title */
    /* angle icon */
    /* soft gray border when focussed */ }
    .form-datepicker .datepicker-toggle .filter-option {
      display: inline-table;
      /* should be inline-block or inline-flex, but FF gets the height wrong */
      overflow: hidden;
      width: 100%;
      text-align: left;
      font-weight: 400; }
    .form-datepicker .datepicker-toggle .bs-caret {
      position: absolute;
      bottom: 0.5rem;
      right: 1.5rem;
      z-index: 10; }
    .form-datepicker .datepicker-toggle .caret {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      color: #e1221a; }
      .form-datepicker .datepicker-toggle .caret:before {
        content: ""; }
    .form-datepicker .datepicker-toggle.bs-placeholder {
      color: #999; }
    .form-datepicker .datepicker-toggle:focus {
      outline: none; }
    .form-datepicker .datepicker-toggle .input-label {
      position: absolute;
      display: inline-block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0 1.1875rem;
      margin: 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: text;
      text-align: left;
      /* bottom border line */ }
      .form-datepicker .datepicker-toggle .input-label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #000;
        opacity: 0;
        pointer-events: none;
        will-change: opacity, bottom; }
      .form-datepicker .datepicker-toggle .input-label:after {
        position: absolute;
        height: 1px;
        background-color: #000;
        left: 1.1875rem;
        right: 1.1875rem;
        bottom: 0;
        content: ''; }
    .form-datepicker .datepicker-toggle .input-label-content {
      position: relative;
      display: inline-block;
      margin-top: 0.5625rem;
      padding: 0 0.3125rem;
      background-color: #fff;
      color: #999;
      -webkit-transform-origin: 0% 50%;
              transform-origin: 0% 50%;
      -webkit-transform: translate3d(-0.3125rem, 0, 0);
              transform: translate3d(-0.3125rem, 0, 0);
      will-change: border, transform; }
  .form-datepicker.open .datepicker-toggle .caret {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }
  .form-datepicker.open .datepicker-toggle .input-label,
  .form-datepicker.focussed .datepicker-toggle .input-label,
  .form-datepicker.input--filled .datepicker-toggle .input-label {
    cursor: default;
    pointer-events: none; }
    .form-datepicker.open .datepicker-toggle .input-label:before,
    .form-datepicker.focussed .datepicker-toggle .input-label:before,
    .form-datepicker.input--filled .datepicker-toggle .input-label:before {
      opacity: 1;
      bottom: 0; }
    .form-datepicker.open .datepicker-toggle .input-label:after,
    .form-datepicker.focussed .datepicker-toggle .input-label:after,
    .form-datepicker.input--filled .datepicker-toggle .input-label:after {
      opacity: 0; }
    .form-datepicker.open .datepicker-toggle .input-label .input-label-content,
    .form-datepicker.focussed .datepicker-toggle .input-label .input-label-content,
    .form-datepicker.input--filled .datepicker-toggle .input-label .input-label-content {
      color: #000;
      -webkit-transform: translate3d(-0.24306rem, -1.625rem, 0) scale3d(0.77778, 0.77778, 1);
              transform: translate3d(-0.24306rem, -1.625rem, 0) scale3d(0.77778, 0.77778, 1); }
  .form-datepicker.has-animation .input-label:before {
    -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .form-datepicker.has-animation .input-label-content {
    -webkit-transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.has-danger .form-datepicker:not(.input--changed) .input-label .input-label-content {
  color: #e1221a; }

.has-danger .form-datepicker:not(.input--changed) .input-label:before {
  border-color: #e1221a; }

.has-danger .form-datepicker:not(.input--changed) .input-label:after {
  opacity: 0; }

.datepicker.datepicker-dropdown {
  position: absolute;
  top: 2.75rem;
  left: -1.125rem !important;
  /* !important, because js wants to set it to wrong value */
  right: -1.125rem;
  margin: 0;
  padding: 0.9375rem;
  background-color: #f3f3f3;
  border: none; }
  .datepicker.datepicker-dropdown table {
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%; }
    .datepicker.datepicker-dropdown table tr td, .datepicker.datepicker-dropdown table tr th {
      text-align: center;
      width: 2.75rem;
      height: 2.75rem;
      border: none; }
  .table-striped .datepicker.datepicker-dropdown table tr td, .table-striped .datepicker.datepicker-dropdown table tr th {
    background-color: transparent; }
  .datepicker.datepicker-dropdown table tr th {
    font-weight: 400; }
    .datepicker.datepicker-dropdown table tr th.thead-underline {
      position: relative;
      height: 1.875rem; }
      .datepicker.datepicker-dropdown table tr th.thead-underline:before {
        content: '';
        position: absolute;
        left: 0.9375rem;
        right: 0.9375rem;
        top: 0.9375rem;
        height: 1px;
        background-color: #000; }
  .datepicker.datepicker-dropdown table tr td {
    position: relative; }
    .datepicker.datepicker-dropdown table tr td:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 2.75rem;
      height: 2.75rem;
      background: #000;
      z-index: -1;
      display: none; }
    .datepicker.datepicker-dropdown table tr td.old, .datepicker.datepicker-dropdown table tr td.new {
      color: #999; }
    .datepicker.datepicker-dropdown table tr td.day:hover, .datepicker.datepicker-dropdown table tr td.focused {
      color: #fff;
      cursor: pointer; }
      .datepicker.datepicker-dropdown table tr td.day:hover:before, .datepicker.datepicker-dropdown table tr td.focused:before {
        display: block;
        background-color: #000; }
    .datepicker.datepicker-dropdown table tr td.disabled, .datepicker.datepicker-dropdown table tr td.disabled:hover {
      background: none;
      color: #999;
      cursor: default; }
      .datepicker.datepicker-dropdown table tr td.disabled:before, .datepicker.datepicker-dropdown table tr td.disabled:hover:before {
        display: none !important; }
    .datepicker.datepicker-dropdown table tr td.highlighted:before {
      display: block;
      background-color: #c7c7c7; }
    .datepicker.datepicker-dropdown table tr td.today {
      color: #e1221a; }
    .datepicker.datepicker-dropdown table tr td.active:before, .datepicker.datepicker-dropdown table tr td.active.highlighted:before {
      display: block;
      background-color: #c7c7c7; }
  .datepicker.datepicker-dropdown .prev, .datepicker.datepicker-dropdown .next {
    cursor: pointer;
    color: #e1221a; }
    .datepicker.datepicker-dropdown .prev.disabled, .datepicker.datepicker-dropdown .next.disabled {
      visibility: hidden; }

.form-choice-group .c-input {
  font-weight: 400;
  margin-bottom: 0.75rem; }

.has-danger .c-input {
  color: #000; }

.has-danger .form-choice-group:not(.input--changed) .c-input .c-indicator {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.1875rem #e1221a; }

.form-message {
  position: relative;
  margin-bottom: 3.75rem;
  padding: 2.8125rem 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .form-message:before {
    content: "";
    background-color: #f3f3f3;
    left: -5000px;
    right: -5000px;
    top: 0;
    bottom: 0;
    position: absolute; }
  .form-message > * {
    position: relative;
    /* set position to relative, otherwise children are behind background */ }
  .form-message .col-message-icon {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    position: relative; }
  .form-message .col-message-copy {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    text-align: center; }
  .form-message .icon {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 3.125rem;
    position: relative;
    margin: 0 auto 0.9375rem; }
  .form-message .btn-close {
    position: absolute;
    right: 0;
    top: -1.875rem;
    padding: 0.1875rem;
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer; }
    .form-message .btn-close i {
      width: 1.5rem;
      height: 1.5rem;
      font-size: 1.5rem;
      color: #000; }
  @media (min-width: 480px) {
    .form-message .col-message-icon {
      margin-left: 8.33333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%;
      /* IE11 hack */ }
    .form-message .col-message-copy {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
      /* IE11 hack */
      text-align: left; }
    .form-message .icon {
      position: absolute;
      right: 0.9375rem;
      top: -0.6rem; } }
  @media (min-width: 768px) {
    .form-message {
      margin-bottom: 5.625rem; }
      .form-message .col-message-icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
        max-width: 8.33333%;
        /* IE11 hack */ }
      .form-message .col-message-copy {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        /* IE11 hack */
        text-align: left; }
      .form-message .btn-close {
        right: calc(16.66667% - 4.6875rem);
        top: 0; } }
  @media (min-width: 1024px) {
    .form-message .col-message-icon {
      margin-left: 16.66667%; }
    .form-message .col-message-copy {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      /* IE11 hack */ }
    .form-message .btn-close {
      right: calc(25% - 4.6875rem); } }
  .form-message.has-danger {
    color: #e1221a; }

@media screen and (min-width: 641px) {
  .field--widget-phonecountrywidget {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
    .field--widget-phonecountrywidget > .form-select {
      width: 30%; }
    .field--widget-phonecountrywidget > .form-group {
      width: 70%; }
      .field--widget-phonecountrywidget > .form-group > .form-item {
        margin-top: 0;
        margin-left: 30px; } }

/* components */
/* ==========================================================================
   EMS Component Styles
   ========================================================================== */
/* site-wide and page-wide components */
.page-main {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 0.9375rem; }

.page-header {
  background-color: transparent; }
  .page-header .header-bar {
    min-height: 4rem;
    position: relative;
    -webkit-transition: min-height 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), top 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: min-height 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), top 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .page-header .header-bar.sticky {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1030;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.9); }
  .page-header .top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: left;
    -webkit-align-items: left;
            align-items: left;
    height: 4rem; }
  .page-header .header-placeholder {
    min-height: 4rem;
    -webkit-transition: min-height 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: min-height 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .page-header .btn-menu {
    position: relative;
    color: #000;
    background-color: transparent;
    border-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0.25rem;
    margin-top: 0.4375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
    .page-header .btn-menu > * {
      color: #000; }
    @media (hover: hover) {
      .page-header .btn-menu:hover {
        color: #000;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(0, 0, 0, 0); } }
    .page-header .btn-menu:focus, .page-header .btn-menu.focus {
      color: #000;
      background-color: rgba(0, 0, 0, 0);
      border-color: rgba(0, 0, 0, 0); }
    .page-header .btn-menu:active, .page-header .btn-menu.active {
      color: #000;
      background-color: rgba(0, 0, 0, 0);
      border-color: rgba(0, 0, 0, 0); }
    @media (min-width: 768px) {
      .page-header .btn-menu {
        display: none; } }
    .page-header .btn-menu i {
      font-size: 1.875rem;
      width: 1.875rem;
      height: 1.875rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      margin-right: 0.9375rem; }
    .page-header .btn-menu .label {
      font-weight: 400;
      font-size: 0.875rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex; }
    .page-header .btn-menu .icon-close_20_20 {
      display: none; }
    .page-header .btn-menu:focus {
      outline: none; }
  .page-header .ems-logo {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 1.25rem;
    margin-left: auto;
    margin-right: 1.5rem;
    width: 6.25rem;
    height: 1.5rem;
    background: url(../assets/images/ems-logo.svg);
    background-size: contain; }
  .page-header .header-nav ul {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 1.5rem;
    margin-left: 1.5rem;
    margin-right: auto; }
    @media (min-width: 768px) {
      .page-header .header-nav ul {
        display: inline-block; } }
    .page-header .header-nav ul li {
      float: left;
      padding-right: 1.375rem;
      padding-left: 1.375rem;
      border-right: 4px solid #e1221a; }
      .page-header .header-nav ul li:first-child {
        padding-left: 0; }
      .page-header .header-nav ul li:last-child {
        padding-right: 0;
        border: none; }
  .page-header.site-navi-open .btn-menu .icon-menu_20_20 {
    display: none; }
  .page-header.site-navi-open .btn-menu .icon-close_20_20 {
    display: inline-block; }
  .page-header.top-bar-hidden .header-bar.sticky {
    top: -4rem; }
  @media (min-width: 768px) {
    .page-header .header-bar {
      min-height: 5rem; }
    .page-header .top-bar {
      height: 5rem; }
    .page-header .header-placeholder {
      min-height: 5rem; } }

.page-node-type-home .page-header {
  background-color: transparent; }
  .page-node-type-home .page-header .header-bar.sticky {
    background-color: transparent; }

.no-scroll .page-header {
  background-color: #fff;
  background-color: white; }
  .no-scroll .page-header .header-bar.sticky {
    background-color: #fff;
    background-color: white; }

.page-footer {
  overflow-x: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
  /* grid */
  /* breadcrumb section */
  /* sitemap section */
  /* closing section */
  /* media queries */ }
  .page-footer.has-slideover .slideover-content {
    position: relative;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -ms-transform: translateZ(0); }
  .page-footer .row-breadcrumbs {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .page-footer .row-breadcrumbs:before {
      content: "";
      background-color: #e7e7e7;
      left: -5000px;
      right: -5000px;
      top: 0;
      bottom: 0;
      position: absolute; }
    .page-footer .row-breadcrumbs > * {
      position: relative;
      /* set position to relative, otherwise children are behind background */ }
  .page-footer .row-sitemap {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 2.8125rem; }
    .page-footer .row-sitemap:before {
      content: "";
      background-color: #999;
      left: -5000px;
      right: -5000px;
      top: 0;
      bottom: 0;
      position: absolute; }
    .page-footer .row-sitemap > * {
      position: relative;
      /* set position to relative, otherwise children are behind background */ }
  .page-footer .row-closing {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 1.875rem; }
    .page-footer .row-closing:before {
      content: "";
      background-color: #666;
      left: -5000px;
      right: -5000px;
      top: 0;
      bottom: 0;
      position: absolute; }
    .page-footer .row-closing > * {
      position: relative;
      /* set position to relative, otherwise children are behind background */ }
  .page-footer .col-footer {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .page-footer .distribute-equal-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 768px) {
      .page-footer .distribute-equal-container .distributed-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 20%;
                flex: 1 0 20%;
        text-align: center; }
        .page-footer .distribute-equal-container .distributed-item:first-child {
          text-align: left; }
        .page-footer .distribute-equal-container .distributed-item:last-child {
          text-align: right; } }
  .page-footer ul.list-footer-inline {
    margin-bottom: 0; }
    .page-footer ul.list-footer-inline li {
      display: inline-block; }
  .page-footer ul.list-breadcrumbs {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: block;
    /* flex on desktop */ }
    .page-footer ul.list-breadcrumbs li {
      position: relative;
      margin-bottom: 3px; }
      .page-footer ul.list-breadcrumbs li .breadcrumb-link {
        display: inline-block;
        margin-right: 1.875rem;
        padding: 3px; }
      .page-footer ul.list-breadcrumbs li .last-breadcrumb {
        color: #e1221a; }
      .page-footer ul.list-breadcrumbs li .icon {
        font-size: 1.25rem; }
      .page-footer ul.list-breadcrumbs li:not(:last-child):after {
        content: '';
        position: absolute;
        right: 0.9375rem;
        top: 0.375rem;
        bottom: 0.375rem;
        width: 1px;
        background-color: #000; }
  .page-footer .language-market-switch.distributed-item {
    position: relative;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0; }
  .page-footer .select-switch-language .form-select {
    width: auto;
    margin-right: 1.875rem; }
    .page-footer .select-switch-language .form-select .bootstrap-select .dropdown-toggle {
      background-color: transparent;
      font-size: 0.875rem; }
      .page-footer .select-switch-language .form-select .bootstrap-select .dropdown-toggle .input-label:before {
        border-color: transparent; }
      .page-footer .select-switch-language .form-select .bootstrap-select .dropdown-toggle .filter-option i {
        margin-right: 0.625rem;
        font-size: 1.25rem; }
    .page-footer .select-switch-language .form-select .bootstrap-select ul.dropdown-menu.inner {
      padding: 0 1.1875rem;
      background-color: transparent;
      font-size: 0.875rem; }
      .page-footer .select-switch-language .form-select .bootstrap-select ul.dropdown-menu.inner li a {
        background-color: #000;
        color: #fff !important; }
        .page-footer .select-switch-language .form-select .bootstrap-select ul.dropdown-menu.inner li a i {
          display: none; }
      .page-footer .select-switch-language .form-select .bootstrap-select ul.dropdown-menu.inner li.selected a {
        background-color: #373a3c; }
      .page-footer .select-switch-language .form-select .bootstrap-select ul.dropdown-menu.inner li a:focus {
        color: #000 !important;
        position: relative;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .page-footer .select-switch-language .form-select .bootstrap-select ul.dropdown-menu.inner li a:focus:before {
          content: "";
          background-color: #f3f3f3;
          left: -1.1875rem;
          right: -1.1875rem;
          top: 0;
          bottom: 0;
          position: absolute; }
        .page-footer .select-switch-language .form-select .bootstrap-select ul.dropdown-menu.inner li a:focus > * {
          position: relative;
          /* set position to relative, otherwise children are behind background */ }
    .page-footer .select-switch-language .form-select .bootstrap-select select {
      width: calc(100% + 20px); }
  .page-footer .btn-switch-market {
    font-size: 0.875rem;
    margin-bottom: 0.625rem; }
  .page-footer .toggle-controller .toggle-box {
    display: none; }
  .page-footer .toggle-controller.is-open .toggle-box {
    display: inherit; }
  .page-footer ul.list-sitemap.sitemap-level-1 {
    margin-bottom: 1.875rem; }
    .page-footer ul.list-sitemap.sitemap-level-1 > li {
      border-bottom: 1px solid #fff;
      margin-bottom: 0.9375rem;
      margin-right: 0.9375rem; }
  .page-footer ul.list-sitemap.sitemap-level-2 {
    position: relative;
    margin-left: 1.875rem;
    margin-bottom: 1.875rem; }
    .page-footer ul.list-sitemap.sitemap-level-2:before {
      content: '';
      position: absolute;
      left: -0.9375rem;
      top: 0.5rem;
      bottom: 0.5rem;
      width: 1px;
      background-color: #fff; }
  .page-footer ul.list-sitemap-additional {
    margin-bottom: 2.8125rem; }
    .page-footer ul.list-sitemap-additional > li {
      display: block; }
    .page-footer ul.list-sitemap-additional .sitemap-link {
      padding: 0.5rem 1.875rem 0.5rem 0; }
  .page-footer .sitemap-link {
    display: inline-block;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-right: 0.625rem;
    text-transform: uppercase; }
    .page-footer .sitemap-link:hover * {
      color: #e1221a; }
  .page-footer .sitemap-headline-link {
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
    .page-footer .sitemap-headline-link:hover * {
      color: #e1221a; }
    .page-footer .sitemap-headline-link:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: "";
      position: absolute;
      right: 0;
      top: 0.625rem; }
  .page-footer .is-open .sitemap-headline-link {
    border-color: transparent;
    margin-bottom: 0.9375rem; }
  .page-footer .row-closing .col-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .page-footer .row-closing .list-social {
    display: inline-block;
    margin: 0 0.625rem 1.875rem; }
  .page-footer .row-closing .social-link {
    font-size: 2.8125rem;
    padding: 0 0.625rem; }
  .page-footer .row-closing .list-sister-sites {
    display: inline-block;
    margin: 0 -0.625rem 1.875rem 0.9375rem;
    text-align: center; }
  .page-footer .row-closing .lbl-copyright {
    display: inline-block;
    margin: 0 0.9375rem 1.875rem; }
  @media (min-width: 480px) {
    .page-footer .language-market-switch.distributed-item {
      position: absolute;
      right: -1.25rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-right: 1.875rem;
      /* neutralize button padding */ } }
  @media (min-width: 768px) {
    .page-footer ul.list-breadcrumbs {
      padding-right: 1.875rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; }
    .page-footer .language-market-switch.distributed-item {
      position: relative;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
              flex: 0 0 auto;
      /* no flex-grow, only take space that it needs */
      margin: 0; }
    .page-footer ul.list-sitemap.sitemap-level-1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
              align-items: flex-start; }
      .page-footer ul.list-sitemap.sitemap-level-1 > li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
                flex: 1 1 100%;
        border-color: transparent; }
    .page-footer .sitemap-headline-link {
      display: inline-block; }
      .page-footer .sitemap-headline-link:before {
        content: ''; }
    .page-footer .is-open .sitemap-headline-link {
      padding-top: 0;
      padding-bottom: 0; }
    .page-footer ul.list-sitemap-additional > li {
      display: inline-block; }
    .page-footer .row-closing .col-footer {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
              justify-content: flex-start; }
    .page-footer .row-closing .list-sister-sites {
      margin-left: 0; }
    .page-footer .row-closing .lbl-copyright {
      margin-right: 0; } }

/* SITE NAVIGATION
   ========================================================================== */
.site-navigation {
  /* general layout */
  /* level 0 navigation: jump markers to level 1 headlines */
  /* level 1 navigation */
  /* level 2 navigation */
  /* level 3 navigation */
  /* level 4 navigation */
  /* media breakpoints */ }
  .site-navigation .nav-scroll-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1030;
    top: 4rem;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .site-navigation .btn-to-top {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    padding-left: 11px;
    padding-right: 31px;
    z-index: 1033;
    font-size: 1.5rem;
    display: none; }
    .site-navigation .btn-to-top:before, .site-navigation .btn-to-top:after {
      right: 13px; }
  .site-navigation .container-nav-level-0 {
    margin-top: 3.75rem; }
  .site-navigation ul.nav-level-0 li {
    margin-bottom: 1.5625rem;
    position: relative; }
    .site-navigation ul.nav-level-0 li a:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 100%;
      height: 1px;
      width: 5vw;
      margin-left: 1.875rem;
      background-color: #000;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1); }
    .site-navigation ul.nav-level-0 li a:focus {
      color: inherit; }
    .site-navigation ul.nav-level-0 li a.active {
      outline: none;
      color: #e1221a; }
      .site-navigation ul.nav-level-0 li a.active:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
  .site-navigation .sticky-headline.nav-level-1 {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    width: 100%;
    z-index: 1032; }
    .site-navigation .sticky-headline.nav-level-1:before {
      content: "";
      background-color: #000;
      left: -1.875rem;
      right: -1.875rem;
      top: 0;
      bottom: 0;
      position: absolute; }
    .site-navigation .sticky-headline.nav-level-1 > * {
      position: relative;
      /* set position to relative, otherwise children are behind background */ }
    .site-navigation .sticky-headline.nav-level-1.stuck {
      top: 4rem;
      z-index: 1031;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      max-width: 1280px;
      position: relative; }
  .site-navigation ul.nav-level-1 {
    /* sticky headline for mobile */ }
    .site-navigation ul.nav-level-1 li.nav-level-1 {
      margin-bottom: 3.75rem; }
    .site-navigation ul.nav-level-1 .sticky-wrapper {
      position: relative;
      margin-bottom: 0.9375rem; }
    .site-navigation ul.nav-level-1 .nav-link-wrapper {
      position: relative;
      margin-bottom: 0.9375rem; }
      .site-navigation ul.nav-level-1 .nav-link-wrapper.hidden-label {
        margin: 0;
        height: 2.5rem; }
    .site-navigation ul.nav-level-1 .nav-link.nav-level-1 {
      margin-bottom: 0.9375rem; }
      .site-navigation ul.nav-level-1 .nav-link.nav-level-1 .display-nav-2 {
        margin-bottom: 0.625rem; }
    .site-navigation ul.nav-level-1 .nav-link.active {
      color: #e1221a; }
    .site-navigation ul.nav-level-1 .nav-link:hover .no-link-hover,
    .site-navigation ul.nav-level-1 .nav-link.active .no-link-hover {
      color: #000; }
  .site-navigation ul.nav-level-2 {
    padding-left: 5rem;
    /*
    icon beside nav-level-2 title
    1. positioned relative to parent nav-link-wrapper
    */ }
    .site-navigation ul.nav-level-2 li.nav-level-2 {
      position: relative; }
    .site-navigation ul.nav-level-2 .nav-icon.nav-level-2 {
      position: absolute;
      left: -5rem;
      /* 1 */
      top: 50%;
      /* 1 */
      background: transparent;
      width: 3.125rem;
      height: 3.125rem;
      font-size: 3.125rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      /* 1 */ }
  .site-navigation ul.nav-level-3 {
    position: relative;
    margin-bottom: 1.875rem;
    min-height: 1.875rem;
    /*
     vertical line between icons
     1. positioned relative to ul.nav-level-3 */ }
    .site-navigation ul.nav-level-3:before {
      content: '';
      position: absolute;
      left: -3.4375rem;
      /* 1 */
      top: 0.3125rem;
      /* 1 */
      bottom: 0.3125rem;
      /* 1 */
      width: 1px;
      background-color: #000; }
    .site-navigation ul.nav-level-3 .nav-link {
      margin-bottom: 0.625rem; }
    .site-navigation ul.nav-level-3 .nav-link.has-children {
      font-weight: 400; }
  .site-navigation ul.nav-level-4 {
    padding-left: 0.9375rem; }
  @media (min-width: 768px) {
    .site-navigation .nav-scroll-container {
      top: 5rem; }
    .site-navigation .container-nav-level-0 {
      position: fixed;
      top: 200px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      /* IE11 hack */
      right: 66.66667%;
      padding-left: 1.875rem;
      margin-top: inherit;
      min-height: inherit;
      will-change: top; }
    .site-navigation ul.nav-level-0 {
      text-align: right; }
    .site-navigation .col-nav-level-1 {
      position: relative;
      min-height: 1px;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      /* IE11 hack */
      margin-left: 41.66667%; }
    .site-navigation ul.nav-level-1 li.nav-level-1 {
      margin-bottom: 5.625rem;
      padding-bottom: 3.75rem; }
      .site-navigation ul.nav-level-1 li.nav-level-1:after {
        content: '';
        display: block;
        background-color: #000;
        height: 1px;
        width: 11.25rem;
        position: relative;
        top: 3.75rem; }
      .site-navigation ul.nav-level-1 li.nav-level-1 .nav-link-wrapper.hidden-label {
        height: 0.5rem; }
    .site-navigation ul.nav-level-1 .nav-link.nav-level-1 {
      margin-bottom: 1.875rem; }
    .site-navigation ul.nav-level-4 {
      padding-left: 1.875rem; } }

.site-cookie-notification .cc_container .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.site-cookie-notification .cc_container .col-text {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  /* IE11 hack */
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }

.site-cookie-notification .cc_container .col-button {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  /* IE11 hack */
  text-align: center;
  margin-bottom: 1.875rem; }

.site-cookie-notification .cc_container p {
  font-size: 0.875rem;
  line-height: 1.25rem; }

.site-cookie-notification .cc_container--open {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050; }

@media (min-width: 768px) {
  .site-cookie-notification .cc_container .col-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    /* IE11 hack */ }
  .site-cookie-notification .cc_container .col-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    /* IE11 hack */
    text-align: right;
    margin-top: 1.875rem; } }

/* MAP VIEW
   ========================================================================== */
.geolocation-common-map-locations {
  display: none; }

div.geolocation-common-map {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden; }

div.geolocation-common-map-container {
  position: relative;
  display: block;
  height: 400px;
  width: 100%;
  overflow: hidden; }

/* VIEW PAGER
   ========================================================================== */
nav.pager {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 3.75rem 0 1.875rem 0;
  text-align: center; }
  nav.pager ul.pager__items {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    list-style: none; }
    nav.pager ul.pager__items li.pager__item {
      position: relative;
      display: inline;
      float: left;
      margin: 0 0.3125rem; }
      nav.pager ul.pager__items li.pager__item a {
        color: #000; }
        nav.pager ul.pager__items li.pager__item a:hover {
          color: #e1221a; }
        @media (max-width: 767px) {
          nav.pager ul.pager__items li.pager__item a.btn {
            padding: 0.25rem 0.75rem; } }
      nav.pager ul.pager__items li.pager__item.is-active a {
        color: #e1221a; }
    nav.pager ul.pager__items li.pager__item--first,
    nav.pager ul.pager__items li.pager__item--last {
      display: none; }

/* content components */
/* A002-1 STAGE TEXT IMAGE
   ========================================================================== */
.a002-1 {
  padding-top: 0;
  margin-bottom: 2.8125rem;
  /* asset for teaser stage */
  /* title */
  /* copy */
  /* cta for teaser stage */ }
  .block-views-blockuser-login-content-block-1 .a002-1,
  .block-views-blockuser-register-content-block-1 .a002-1 {
    margin-bottom: 0; }
  .a002-1 .asset-wrapper {
    margin-left: -1.875rem;
    margin-right: -1.875rem; }
  .a002-1 .col-stage-title {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem; }
    .a002-1 .col-stage-title.margin-bottom-small {
      margin-bottom: 0.9375rem; }
  .a002-1 .col-text-arrow {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
    .a002-1 .col-text-arrow .icon {
      width: 2rem;
      height: 2rem;
      font-size: 2rem;
      color: #e1221a;
      position: relative;
      top: 0.1em;
      left: -0.2em; }
  .a002-1 .col-text {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .a002-1 .col-cta {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    padding-top: 0.9375rem; }
  .a002-1 .box-outline .outline {
    display: none; }
  @media (max-width: 767px) {
    .a002-1 .row-text-arrow {
      /* on mobile the text arrow has to be positioned below the subline */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .a002-1 .row-text-arrow .col-text-arrow,
      .a002-1 .row-text-arrow .col-text {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
                flex: 1 0 auto; } }
  @media (min-width: 768px) {
    .a002-1 {
      margin-bottom: 3.75rem; }
      .a002-1 .asset-wrapper {
        margin-bottom: -7.5rem; }
      .a002-1 .col-stage-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        /* IE11 hack */
        margin-left: 16.66667%;
        margin-top: 3.75rem;
        margin-bottom: 3.75rem; }
        .a002-1 .col-stage-title.margin-bottom-small {
          margin-bottom: 1.875rem; }
      .a002-1 .row-text-arrow {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row; }
        .a002-1 .row-text-arrow .icon {
          margin-top: 0; }
      .a002-1 .col-text-arrow {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
        max-width: 8.33333%;
        /* IE11 hack */
        margin-left: 16.66667%; }
        .a002-1 .col-text-arrow .icon {
          width: 2.75rem;
          height: 2.75rem;
          font-size: 2.75rem; }
      .a002-1 .col-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        /* IE11 hack */ }
      .a002-1 .col-cta {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        /* IE11 hack */
        margin-left: 16.66667%;
        padding-top: 1.875rem;
        min-height: 3.75rem; }
        .a002-1 .col-cta .btn {
          position: relative;
          -webkit-transform: translateY(50%);
                  transform: translateY(50%); }
      .a002-1 .box-outline .outline {
        display: block;
        left: 8.33333%;
        width: 83.33333%; } }
  @media (min-width: 1280px) {
    .a002-1 .asset-wrapper {
      margin-bottom: -10.3125rem; }
    .a002-1 .col-stage-title {
      margin-top: 3.75rem; } }

.a002-2 {
  /**
     * See animation settings below
     */
  /**
     * Animate bubbles on hover
     */ }
  .a002-2 .ems-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 75%;
    position: relative;
    z-index: -1; }
  .a002-2 .asset-wrapper {
    position: absolute;
    z-index: 10;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    display: block;
    width: 11.7%;
    margin-top: -5.85%;
    margin-left: -5.85%; }
    .a002-2 .asset-wrapper:before {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      overflow: hidden;
      padding-top: 100%;
      position: relative;
      z-index: -1; }
    .a002-2 .asset-wrapper .asset-inner {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 100%; }
    .a002-2 .asset-wrapper img {
      display: block;
      border-radius: 100%;
      -webkit-clip-path: circle(50% at 50% 50%);
              clip-path: circle(50% at 50% 50%); }
    .a002-2 .asset-wrapper .link-text {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: 100%;
      text-align: center;
      z-index: 2;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      white-space: nowrap;
      display: block;
      padding: .25rem;
      font-family: "TRANSBold", Arial, sans-serif;
      font-weight: bold;
      letter-spacing: -0.03em;
      text-transform: uppercase;
      font-size: 2vw;
      line-height: 1em; }
      body.lang-ja .a002-2 .asset-wrapper .link-text {
        font-family: "Roboto Medium", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
      body.lang-ko .a002-2 .asset-wrapper .link-text {
        font-family: "Roboto Medium", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
      body.lang-zh-hans .a002-2 .asset-wrapper .link-text {
        font-family: "Roboto Medium", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
      .a002-2 .asset-wrapper .link-text:before {
        content: "00";
        display: block;
        text-align: center;
        color: #e1221a; }
    .a002-2 .asset-wrapper.is--0 {
      width: 19.5%;
      margin-top: -9.75%;
      margin-left: -9.75%;
      z-index: 1; }
      .a002-2 .asset-wrapper.is--0 .link-text {
        font-size: 1.875rem;
        line-height: 1.875rem;
        display: none; }
        @media (min-width: 768px) {
          .a002-2 .asset-wrapper.is--0 .link-text {
            font-size: 2.5rem;
            line-height: 2.5rem; } }
        .a002-2 .asset-wrapper.is--0 .link-text.has-spacing-top {
          margin-top: 3.75rem; }
        .a002-2 .asset-wrapper.is--0 .link-text.has-spacing-bottom {
          margin-bottom: 1.875rem; }
        @media (min-width: 768px) {
          .a002-2 .asset-wrapper.is--0 .link-text.has-spacing-top {
            margin-top: 5.625rem; }
          .a002-2 .asset-wrapper.is--0 .link-text.has-spacing-bottom {
            margin-bottom: 2.8125rem; } }
        .a002-2 .asset-wrapper.is--0 .link-text:before {
          content: "";
          display: none; }
    .a002-2 .asset-wrapper.is--1 {
      -webkit-transform: translate(0, -137.5%);
              transform: translate(0, -137.5%); }
      .a002-2 .asset-wrapper.is--1 .link-text {
        margin-top: -50%;
        -webkit-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%); }
        .a002-2 .asset-wrapper.is--1 .link-text:before {
          content: "01"; }
    .a002-2 .asset-wrapper.is--2 {
      -webkit-transform: translate(97.625%, -98.3125%);
              transform: translate(97.625%, -98.3125%); }
      .a002-2 .asset-wrapper.is--2 .link-text {
        margin-top: -50%;
        margin-left: 71%; }
        .a002-2 .asset-wrapper.is--2 .link-text:before {
          content: "02"; }
    .a002-2 .asset-wrapper.is--3 {
      -webkit-transform: translate(137.5%, 0);
              transform: translate(137.5%, 0); }
      .a002-2 .asset-wrapper.is--3 .link-text {
        margin-left: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        .a002-2 .asset-wrapper.is--3 .link-text:before {
          content: "03"; }
    .a002-2 .asset-wrapper.is--4 {
      -webkit-transform: translate(97.625%, 98.3125%);
              transform: translate(97.625%, 98.3125%); }
      .a002-2 .asset-wrapper.is--4 .link-text {
        margin-top: 50%;
        margin-left: 71%; }
        .a002-2 .asset-wrapper.is--4 .link-text:before {
          content: "04"; }
    .a002-2 .asset-wrapper.is--5 {
      -webkit-transform: translate(0, 137.5%);
              transform: translate(0, 137.5%); }
      .a002-2 .asset-wrapper.is--5 .link-text {
        margin-top: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
        .a002-2 .asset-wrapper.is--5 .link-text:before {
          content: "05"; }
    .a002-2 .asset-wrapper.is--6 {
      -webkit-transform: translate(-97.625%, 98.3125%);
              transform: translate(-97.625%, 98.3125%); }
      .a002-2 .asset-wrapper.is--6 .link-text {
        margin-top: 50%;
        margin-left: -71%; }
        .a002-2 .asset-wrapper.is--6 .link-text:before {
          content: "06"; }
    .a002-2 .asset-wrapper.is--7 {
      -webkit-transform: translate(-137.5%, 0);
              transform: translate(-137.5%, 0); }
      .a002-2 .asset-wrapper.is--7 .link-text {
        margin-left: -50%;
        -webkit-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%); }
        .a002-2 .asset-wrapper.is--7 .link-text:before {
          content: "07"; }
    .a002-2 .asset-wrapper.is--8 {
      -webkit-transform: translate(-97.625%, -98.3125%);
              transform: translate(-97.625%, -98.3125%); }
      .a002-2 .asset-wrapper.is--8 .link-text {
        margin-top: -50%;
        margin-left: -71%; }
        .a002-2 .asset-wrapper.is--8 .link-text:before {
          content: "08"; }
  @media (min-width: 480px) {
    .a002-2 .ems-container:before {
      padding-top: 65%; } }
  @media (min-width: 768px) {
    .a002-2 .ems-container:before {
      padding-top: 60%; } }
  @media (min-width: 1280px) {
    .a002-2 .ems-container:before {
      padding-top: 56.25%; }
    .a002-2 .asset-wrapper .link-text {
      font-size: 1.5rem; } }
  .a002-2 .ems-container .asset-wrapper img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
            transform: translate3d(0, 0, 0) scale(1, 1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
  .a002-2 .ems-container .asset-wrapper .link-text {
    -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .a002-2 .ems-container:hover .asset-wrapper:not(.is--0) img {
    -webkit-transform: translate3d(0, 0, 0) scale(0.95, 0.95);
            transform: translate3d(0, 0, 0) scale(0.95, 0.95); }
  .a002-2 .ems-container:hover .asset-wrapper:not(.is--0) a:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
            transform: translate3d(0, 0, 0) scale(1, 1); }

/* A003-1 TEASER FULL
   ========================================================================== */
.a003-1 {
  margin-bottom: 3.75rem;
  /* title */
  /* copy */
  /* cta for teaser stage */ }
  @media (min-width: 768px) {
    .a003-1 {
      margin-bottom: 7.5rem; } }
  .a003-1 .col-teaser-title {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    margin-top: 3.75rem;
    margin-bottom: 0.9375rem; }
  .a003-1 .col-text {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    margin-top: 0.9375rem; }
  .a003-1 .col-cta {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
    .a003-1 .col-cta .btn {
      position: relative;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); }
  .a003-1 .content-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .a003-1 .box-outline {
    padding: 0 1.875rem; }
  .a003-1.has-button {
    padding-bottom: 1.375rem; }
  @media (min-width: 768px) {
    .a003-1 {
      margin-bottom: 7.5rem; }
      .a003-1 .col-teaser-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
                flex: 0 0 80%;
        max-width: 80%;
        /* IE11 hack */
        margin-left: 10%;
        margin-top: 5.625rem;
        margin-bottom: 1.875rem; }
      .a003-1 .col-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70%;
                flex: 0 0 70%;
        max-width: 70%;
        /* IE11 hack */
        margin-left: 20%;
        margin-top: 0;
        margin-bottom: 0.9375rem; }
      .a003-1 .col-cta {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
                flex: 0 0 80%;
        max-width: 80%;
        /* IE11 hack */
        margin-left: 10%;
        margin-top: 0.9375rem; }
      .a003-1 .content-wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
        /* IE11 hack */
        margin-left: 8.33333%; }
      .a003-1 .box-outline {
        padding: 0; }
      .a003-1:not(.has-copy) .col-teaser-title,
      .a003-1:not(.has-copy) .col-cta {
        text-align: center; } }
  @media (min-width: 1024px) {
    .a003-1 .col-teaser-title {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
      /* IE11 hack */
      margin-left: 12.5%; }
    .a003-1 .col-text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 62.5%;
              flex: 0 0 62.5%;
      max-width: 62.5%;
      /* IE11 hack */
      margin-left: 25%; }
    .a003-1 .col-cta {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
      /* IE11 hack */
      margin-left: 12.5%; }
    .a003-1 .content-wrapper {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      /* IE11 hack */
      margin-left: 16.66667%; } }

/* A003-2 TEASER IMAGE FULL
   ========================================================================== */
.a003-2 {
  margin-bottom: 5.625rem;
  /* copy */ }
  .a003-2 .ems-container.has-button {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem; }
  .a003-2 .asset-wrapper {
    position: relative;
    z-index: 3;
    margin-bottom: -1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
  .a003-2 .content-wrapper {
    display: block; }
  .a003-2 .col-text {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .a003-2 .box-outline {
    padding: 3.75rem 1.875rem;
    width: 100%; }
  .a003-2 h2 {
    margin-bottom: 1.875rem; }
  .a003-2 .richtext {
    margin-bottom: 1.875rem; }
  .a003-2 .btn {
    position: relative;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    margin-top: -0.9375rem; }
  .a003-2.bg-grey {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    position: relative;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }
    .a003-2.bg-grey:before {
      content: "";
      background-color: #f3f3f3;
      left: -5000px;
      right: -5000px;
      top: 0;
      bottom: 0;
      position: absolute; }
    .a003-2.bg-grey > * {
      position: relative;
      /* set position to relative, otherwise children are behind background */ }
  @media (min-width: 768px) {
    .a003-2 {
      margin-bottom: 3.75rem; }
      .a003-2 .asset-wrapper {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        padding-left: 3.75rem;
        margin-bottom: 0; }
        .a003-2 .asset-wrapper .asset-ratio-box {
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .a003-2 .col-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        /* IE11 hack */
        margin-left: 58.33333%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column; }
      .a003-2 .box-outline {
        padding: 5.625rem 1.875rem; }
        .a003-2 .box-outline .outline {
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
      .a003-2 .copy-wrapper {
        margin-bottom: 1.875rem;
        max-width: 100%;
        /* IE needs that */ }
      .a003-2.asset-right .asset-wrapper {
        left: 50%;
        padding-left: 0;
        padding-right: 3.75rem; }
      .a003-2.asset-right .col-text {
        margin-left: 8.33333%; }
      .a003-2.bg-grey .asset-wrapper {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem; }
        .a003-2.bg-grey .asset-wrapper .asset-ratio-box {
          position: relative;
          top: -1.875rem; } }
  .a003-2.asset-small .box-outline {
    padding-top: 1.875rem; }
    .a003-2.asset-small .box-outline:before {
      content: "";
      display: block;
      height: 8.75rem;
      margin: 0 auto;
      margin-bottom: 1.875rem; }
    .a003-2.asset-small .box-outline .outline {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .a003-2.asset-small .asset-wrapper {
    padding: 0 1.875rem;
    max-width: 12.5rem;
    width: 100%;
    margin: 0 auto;
    top: 1.875rem; }
    .a003-2.asset-small .asset-wrapper .asset-ratio-box {
      margin-bottom: -100%; }
  @media (min-width: 768px) {
    .a003-2.asset-small .content-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      padding-left: 0;
      padding-right: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
              flex-direction: row; }
    .a003-2.asset-small .box-outline:before {
      display: none; }
    .a003-2.asset-small .box-outline .outline {
      top: 0;
      bottom: 0;
      left: 1.875rem;
      right: 1.875rem; }
    .a003-2.asset-small .asset-wrapper {
      position: relative;
      top: auto;
      left: auto;
      padding: 1.875rem;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      /* IE11 hack */
      box-sizing: border-box; }
      .a003-2.asset-small .asset-wrapper .asset-ratio-box {
        -webkit-transform: none;
                transform: none;
        margin-bottom: auto; }
      .a003-2.asset-small .asset-wrapper + div .col-text {
        padding-top: 1.875rem; }
        .a003-2.asset-small .asset-wrapper + div .col-text .copy-wrapper {
          padding-left: 0;
          z-index: 5; }
        .a003-2.asset-small .asset-wrapper + div .col-text .btn {
          margin-left: 0;
          z-index: 5; }
    .a003-2.asset-small .box-outline {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      /* IE11 hack */
      position: static; }
      .a003-2.asset-small .box-outline .outline {
        z-index: 1; }
      .a003-2.asset-small .box-outline .row {
        display: block;
        margin: 0;
        position: static; }
      .a003-2.asset-small .box-outline .col-text {
        max-width: none;
        -webkit-box-flex: 0;
        -webkit-flex: none;
                flex: none;
        margin-left: 0;
        position: static; }
        .a003-2.asset-small .box-outline .col-text .btn {
          position: absolute;
          bottom: 0; }
    .a003-2.asset-small.asset-right .asset-wrapper {
      width: 33.33333%;
      position: absolute;
      top: 50%;
      right: 0;
      padding-right: 3.75rem;
      margin-bottom: 0; }
      .a003-2.asset-small.asset-right .asset-wrapper .asset-ratio-box {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .a003-2.asset-small.asset-right .col-text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      /* IE11 hack */
      margin-left: 0%;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      padding-left: 3.75rem;
      padding-right: 0;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column; }
    .a003-2.asset-small.asset-right .box-outline {
      padding: 5.625rem 1.875rem; }
      .a003-2.asset-small.asset-right .box-outline .outline {
        top: 0;
        bottom: 0;
        left: 1.875rem;
        right: 1.875rem; } }

/* A003-3 TEASER TEXT HALF
   ========================================================================== */
.a003-3 {
  /* title */
  /* copy */
  /* cta for teaser stage */ }
  .a003-3 .row.single-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .a003-3 .col-teaser-item {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    margin-bottom: 3.75rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .a003-3 .teaser-icon {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: 3.125rem;
    height: 3.125rem;
    top: 0;
    left: 1.875rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .a003-3 .teaser-icon:before {
      content: "";
      background-color: #fff;
      left: -0.3125rem;
      right: -0.3125rem;
      top: -0.3125rem;
      bottom: -0.3125rem;
      position: absolute; }
    .a003-3 .teaser-icon > * {
      position: relative;
      /* set position to relative, otherwise children are behind background */ }
    .a003-3 .teaser-icon .icon {
      width: 3.125rem;
      height: 3.125rem; }
  .a003-3 .col-teaser-title {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    margin-top: 3.75rem;
    margin-bottom: 1.875rem; }
  .a003-3 .col-text {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .a003-3 .col-cta {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
    .a003-3 .col-cta .btn {
      position: relative;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); }
  .a003-3 .box-outline {
    padding: 0 1.875rem; }
    .a003-3 .box-outline.has-button {
      margin-bottom: 1.375rem; }
  @media (min-width: 768px) {
    .a003-3 .col-teaser-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      /* IE11 hack */
      display: -webkit-box;
      display: -webkit-flex;
      display: flex; }
    .a003-3 .teaser-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      width: 100%; }
    .a003-3 .col-teaser-title {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      /* IE11 hack */
      margin-left: 16.66667%;
      margin-top: 5.625rem;
      margin-bottom: 2.8125rem; }
    .a003-3 .row-text {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
              flex: 1 0 auto;
      /* this element is the one to dynamically grow */ }
    .a003-3 .col-text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      /* IE11 hack */
      margin-left: 16.66667%;
      margin-bottom: 1.875rem; }
    .a003-3 .col-cta {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      /* IE11 hack */
      margin-left: 16.66667%; }
    .a003-3 .box-outline {
      padding: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0;
              flex: 1 1 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      width: 100%;
      /* IE wants this */ } }

/* A004-1 TEXT COMPONENT
   ========================================================================== */
.a004-1 {
  margin-bottom: 1.875rem;
  /* title */
  /* copy and button */ }
  .a004-1 .col-component-title {
    margin-bottom: 1.875rem; }
  .a004-1 .col-text {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  @media (min-width: 768px) {
    .a004-1 .col-component-title {
      margin-bottom: 1.875rem; }
    .a004-1 .col-text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      /* IE11 hack */
      margin-left: 16.66667%; } }
  @media (min-width: 1280px) {
    .a004-1 .col-component-title {
      margin-bottom: 3.75rem; } }

.a004-2 {
  margin-bottom: 5.625rem; }
  .a004-2 .col-component-title {
    margin-bottom: 1.875rem; }
  .a004-2 .col-slider {
    width: 100%;
    padding: 0 0.9375rem; }
  .a004-2 .col-caption {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .a004-2 .asset-caption {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    color: #666; }
  .a004-2 .multi-asset .asset-ratio-box, .a004-2 .multi-asset .video-box {
    margin-bottom: 0.9375rem; }
  .a004-2 .multi-asset .col-caption {
    position: relative; }
  .a004-2 .multi-asset .asset-caption {
    position: absolute;
    left: 1.875rem;
    right: 1.875rem;
    bottom: 0;
    padding: 0.625rem 0.9375rem;
    background-color: #f3f3f3;
    color: #666;
    overflow-y: auto; }
    .a004-2 .multi-asset .asset-caption .copy-small, .a004-2 .multi-asset .asset-caption .a005-2 .list-contents .quantity, .a005-2 .list-contents .a004-2 .multi-asset .asset-caption .quantity, .a004-2 .multi-asset .asset-caption .p009-1 .list-contents .quantity, .p009-1 .list-contents .a004-2 .multi-asset .asset-caption .quantity {
      display: none;
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem;
      text-align: center; }
    .a004-2 .multi-asset .asset-caption .icn-close {
      display: none; }
    .a004-2 .multi-asset .asset-caption .btn-toggle-caption {
      width: 100%;
      height: 1.875rem;
      text-align: center;
      cursor: pointer;
      position: relative;
      top: 0.1rem; }
    .a004-2 .multi-asset .asset-caption.is-open .copy-small, .a004-2 .multi-asset .asset-caption.is-open .a005-2 .list-contents .quantity, .a005-2 .list-contents .a004-2 .multi-asset .asset-caption.is-open .quantity, .a004-2 .multi-asset .asset-caption.is-open .p009-1 .list-contents .quantity, .p009-1 .list-contents .a004-2 .multi-asset .asset-caption.is-open .quantity,
    .a004-2 .multi-asset .asset-caption.is-open .icn-close {
      display: block; }
    .a004-2 .multi-asset .asset-caption.is-open .icn-open {
      display: none; }
  .a004-2 .single-asset .btn-toggle-caption {
    display: none; }
  @media (min-width: 768px) {
    .a004-2 {
      margin-bottom: 3.75rem; }
      .a004-2 .col-component-title {
        margin-bottom: 2.8125rem; }
      .a004-2 .multi-asset .asset-ratio-box, .a004-2 .multi-asset .video-box {
        margin-bottom: 1.875rem; }
      .a004-2 .multi-asset .col-caption {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        /* IE11 hack */
        margin-left: 8.33333%; }
      .a004-2 .multi-asset .asset-caption {
        bottom: 0;
        left: 0;
        right: 0;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        margin-left: 0.625rem;
        margin-right: 0.625rem; }
        .a004-2 .multi-asset .asset-caption .copy-small, .a004-2 .multi-asset .asset-caption .a005-2 .list-contents .quantity, .a005-2 .list-contents .a004-2 .multi-asset .asset-caption .quantity, .a004-2 .multi-asset .asset-caption .p009-1 .list-contents .quantity, .p009-1 .list-contents .a004-2 .multi-asset .asset-caption .quantity {
          text-align: left; }
        .a004-2 .multi-asset .asset-caption .btn-toggle-caption {
          display: none; }
      .a004-2 .single-asset .col-caption {
        margin-left: 8.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        /* IE11 hack */ }
      .a004-2 .slick-dots {
        bottom: 0; } }

.a004-3 {
  margin-bottom: 1.875rem;
  /* title */
  /* asset */
  /* copy and button */ }
  .a004-3 .col-component-title {
    margin-bottom: 1.875rem; }
  .a004-3 .text-asset-item {
    margin-bottom: 3.75rem; }
  .a004-3 .col-asset {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    margin-bottom: 1.875rem; }
    .a004-3 .col-asset .asset-caption {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      /* IE11 hack */
      padding: 0.9375rem 0 1.875rem;
      color: #666; }
  .a004-3 .col-text {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    margin-bottom: 0.9375rem; }
    .a004-3 .col-text .display-3 {
      margin-bottom: 0.9375rem; }
  .a004-3 .col-show-more-btn {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    text-align: center; }
  @media (min-width: 768px) {
    .a004-3 {
      margin-bottom: 3.75rem; }
      .a004-3 .col-component-title {
        margin-bottom: 2.8125rem; }
      .a004-3 .col-asset {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        /* IE11 hack */
        margin-left: 8.33333%; }
      .a004-3 .col-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        /* IE11 hack */
        margin-bottom: 0; }
        .a004-3 .col-text .display-3 {
          margin-bottom: 1.875rem; }
      .a004-3 .text-asset-item {
        margin-bottom: 1.875rem; }
        .a004-3 .text-asset-item .col-text {
          margin-right: 8.33333%; }
        .a004-3 .text-asset-item.asset-right .row-content {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
        .a004-3 .text-asset-item.asset-right .col-text {
          margin-right: 0;
          margin-left: 8.33333%; }
        .a004-3 .text-asset-item.asset-right .col-asset {
          margin-right: 8.33333%;
          margin-left: 0%; }
          .a004-3 .text-asset-item.asset-right .col-asset .asset-caption {
            text-align: right;
            margin-left: auto; } }
  @media (min-width: 1024px) {
    .a004-3 .col-asset {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      /* IE11 hack */
      margin-bottom: 0; }
    .a004-3 .col-text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      /* IE11 hack */ }
    .a004-3 .text-asset-item.asset-small .col-asset {
      margin-left: 16.66667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      /* IE11 hack */ }
      .a004-3 .text-asset-item.asset-small .col-asset .asset-caption {
        padding-left: 0;
        padding-right: 0; }
    .a004-3 .text-asset-item.asset-small .col-text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      /* IE11 hack */ }
    .a004-3 .text-asset-item.asset-right.asset-small .col-asset {
      margin-left: 0;
      margin-right: 16.66667%; } }

.a004-5 {
  margin-bottom: 0.9375rem; }
  .a004-5 .col-slider {
    width: 100%;
    padding: 0 0.9375rem; }
    .a004-5 .col-slider .image-gallery-slider.slick-dotted {
      padding-bottom: 2.8125rem;
      margin-bottom: 0; }
    .a004-5 .col-slider .slick-slide {
      position: relative; }
    .a004-5 .col-slider .slick-dots {
      bottom: 0; }
  .a004-5 .asset-title {
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    padding: 2.8125rem 5.625rem 2.8125rem 5.625rem;
    background-color: transparent; }
    .a004-5 .asset-title.top_left {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }
    .a004-5 .asset-title.top_right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }
    .a004-5 .asset-title.bottom_left {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0; }
    .a004-5 .asset-title.bottom_right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
  .a004-5 .multi-asset .asset-ratio-box, .a004-5 .multi-asset .video-box {
    margin-bottom: 0.9375rem; }
  .a004-5 .single-asset .btn-toggle-caption {
    display: none; }
  @media (min-width: 768px) {
    .a004-5 .multi-asset .asset-ratio-box, .a004-5 .multi-asset .video-box {
      margin-bottom: 1.875rem; } }
  @media (max-width: 1023px) {
    .a004-5 .col-slider .asset-title {
      padding: 0.9375rem; }
    .a004-5 .col-slider .display-1 {
      font-family: "TRANSBold", Arial, sans-serif;
      font-weight: bold;
      letter-spacing: -0.03em;
      text-transform: uppercase;
      font-size: 2.5rem;
      line-height: 2.5rem; }
      body.lang-ja .a004-5 .col-slider .display-1 {
        font-family: "Roboto Medium", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
      body.lang-ko .a004-5 .col-slider .display-1 {
        font-family: "Roboto Medium", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
      body.lang-zh-hans .a004-5 .col-slider .display-1 {
        font-family: "Roboto Medium", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .a004-5 .col-slider .display-1 {
      font-size: 3.75rem;
      line-height: 3.75rem; } }
  @media (max-width: 1023px) {
      .a004-5 .col-slider .display-1.has-spacing-top {
        margin-top: 3.75rem; }
      .a004-5 .col-slider .display-1.has-spacing-bottom {
        margin-bottom: 3.75rem; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .a004-5 .col-slider .display-1.has-spacing-top {
      margin-top: 5.625rem; }
    .a004-5 .col-slider .display-1.has-spacing-bottom {
      margin-bottom: 5.625rem; } }
  @media (max-width: 1023px) {
    .a004-5 .col-slider .btn {
      margin-top: 0.75rem; } }
  @media (max-width: 767px) {
    .a004-5 .col-slider {
      padding: 0; }
      .a004-5 .col-slider .asset-title {
        position: relative;
        padding: 0.9375rem 0.9375rem; } }

@media (max-width: 767px) {
  .a004-5 .ems-container {
    padding-left: 0;
    padding-right: 0; }
    .a004-5 .ems-container .row {
      margin-left: 0;
      margin-right: 0; } }

.a005-1 {
  margin-bottom: 5.625rem; }
  .a005-1 .col-component-title {
    margin-bottom: 1.875rem; }
  .a005-1 .row-facts {
    padding-top: 3.75rem;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .a005-1 .row-facts:before {
      content: "";
      background-color: #f3f3f3;
      left: -5000px;
      right: -5000px;
      top: 0;
      bottom: 0;
      position: absolute; }
    .a005-1 .row-facts > * {
      position: relative;
      /* set position to relative, otherwise children are behind background */ }
  @media (min-width: 768px) {
    .a005-1 {
      margin-bottom: 7.5rem; }
      .a005-1 .col-component-title {
        margin-bottom: 2.8125rem; }
      .a005-1 .row-facts {
        padding-top: 5.625rem; } }

/* ==========================================================================
   A005-2 Facts List
   ========================================================================== */
.a005-2 {
  margin-bottom: 3.75rem;
  /* title */ }
  .a005-2 .col-title {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    margin-top: 2.8125rem;
    margin-bottom: 1.875rem;
    overflow: hidden; }
    .a005-2 .col-title h2 {
      overflow: hidden; }
  .a005-2 .col-list {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    margin-bottom: 0; }
  .a005-2 .list-contents {
    position: relative;
    margin-bottom: 0;
    min-height: 1.875rem;
    margin-left: 1.875rem; }
    .a005-2 .list-contents:before {
      content: '';
      position: absolute;
      left: -1.875rem;
      top: 0.3125rem;
      bottom: 0.3125rem;
      width: 1px;
      background-color: #000; }
    .a005-2 .list-contents > * {
      margin-bottom: 1.25rem; }
    .a005-2 .list-contents .quantity {
      margin-left: 0.625rem; }
  @media (min-width: 768px) {
    .a005-2 {
      margin-bottom: 3.75rem; }
      .a005-2 .col-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        /* IE11 hack */
        margin-left: 8.33333%;
        padding-right: 2.8125rem;
        margin-top: 0; }
      .a005-2 .col-list {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        /* IE11 hack */ }
      .a005-2 .list-contents {
        margin-left: 0; } }
  @media (min-width: 1024px) {
    .a005-2 .col-title {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      /* IE11 hack */
      margin-left: 16.66667%; }
    .a005-2 .col-list {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      /* IE11 hack */ } }

.p009-1 .list-contents .quantity {
  display: inline-block;
  float: left;
  width: 10%;
  margin: 0;
  padding-right: 0.625rem;
  text-align: right;
  padding-top: 0.25rem; }

.p009-1 .list-contents .label {
  display: inline-block;
  float: right;
  margin: 0 0 1.25rem 0;
  width: 90%; }

.p009-1 .list-contents .list-item {
  clear: both; }
  .p009-1 .list-contents .list-item a {
    border: none;
    box-shadow: none;
    color: #000; }
    .p009-1 .list-contents .list-item a:hover, .p009-1 .list-contents .list-item a:active, .p009-1 .list-contents .list-item a:focus {
      color: #e1221a; }

@media (min-width: 1024px) {
  .p009-1 .list-contents .quantity {
    width: 5%; }
  .p009-1 .list-contents .label {
    width: 95%; } }

/* ==========================================================================
   A006-1 LINK-DOWNLOAD-LIST
   ========================================================================== */
.a006-1 {
  margin-bottom: 5.625rem;
  /* title */ }
  .a006-1 .col-title {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    margin-top: 2.8125rem;
    margin-bottom: 1.875rem; }
  .a006-1 .col-list {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    margin-bottom: 1.875rem; }
    .a006-1 .col-list.no-title {
      margin-top: 2.8125rem; }
  .a006-1 .box-outline {
    padding: 0 1.875rem; }
  .a006-1 .list-title {
    margin-bottom: 0.9375rem; }
  .a006-1 ul.list-links {
    position: relative;
    margin-bottom: 1.875rem;
    min-height: 1.875rem;
    margin-left: 2rem; }
    .a006-1 ul.list-links:before {
      content: '';
      position: absolute;
      left: -1.875rem;
      top: 0.3125rem;
      bottom: 0.3125rem;
      width: 1px;
      background-color: #000; }
    .a006-1 ul.list-links li:not(:last-child) .link {
      margin-bottom: 0.625rem; }
  @media (min-width: 480px) {
    .a006-1 ul.list-links {
      margin-left: 2.8125rem; } }
  @media (min-width: 768px) {
    .a006-1 {
      margin-bottom: 5.625rem; }
      .a006-1 .col-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        /* IE11 hack */
        margin-left: 16.66667%;
        margin-top: 3.75rem;
        margin-bottom: 2.8125rem; }
      .a006-1 .col-list {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        /* IE11 hack */
        margin-left: 16.66667%;
        margin-bottom: 2.8125rem; }
        .a006-1 .col-list.no-title {
          margin-top: 3.75rem; }
      .a006-1 .box-outline {
        padding: 0; }
        .a006-1 .box-outline .outline {
          left: 8.33333%;
          width: 83.33333%; }
      .a006-1 ul.list-links {
        margin-left: 3.75rem; } }
  @media (min-width: 1024px) {
    .a006-1 .col-title {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      /* IE11 hack */
      margin-left: 25%; }
    .a006-1 .col-list {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      /* IE11 hack */
      margin-left: 25%; }
    .a006-1 .box-outline .outline {
      left: 16.66667%;
      width: 66.66667%; } }

.a007-1 {
  padding-top: 3.75rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .a007-1:before {
    content: "";
    background-color: #f3f3f3;
    left: -5000px;
    right: -5000px;
    top: 0;
    bottom: 0;
    position: absolute; }
  .a007-1 > * {
    position: relative;
    /* set position to relative, otherwise children are behind background */ }
  .a007-1 .col-title {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    margin-bottom: 1.875rem;
    text-align: center; }
  .a007-1 .icon-item {
    text-align: center; }
    .a007-1 .icon-item .col-icon-item-copy {
      text-align: center; }
      .a007-1 .icon-item .col-icon-item-copy .title {
        font-weight: 400;
        white-space: nowrap; }
  .a007-1 .contact-details .label {
    padding: 0 0.625rem 0 0;
    display: inline-block; }
  .a007-1 .contact-details .title {
    padding: 0 0.625rem 0.625rem 0;
    display: inline-block; }
  @media (min-width: 768px) {
    .a007-1 {
      padding-top: 5.625rem; }
      .a007-1 .col-title {
        margin-left: 16.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        /* IE11 hack */
        margin-bottom: 2.8125rem; }
      .a007-1 .row-item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center; }
      .a007-1 .icon-item {
        text-align: left;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: 0%; }
        .a007-1 .icon-item .col-icon-item-icon {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 auto;
                  flex: 0 1 auto; }
        .a007-1 .icon-item .col-icon-item-copy {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 auto;
                  flex: 0 1 auto;
          text-align: left; }
        .a007-1 .icon-item .icon {
          margin: -0.6rem 0 0.9375rem auto; }
      .a007-1 .contact-details {
        display: table; }
        .a007-1 .contact-details .tbl-row {
          display: table-row; }
        .a007-1 .contact-details .label,
        .a007-1 .contact-details .title {
          display: table-cell; } }

.a008-1 {
  margin-bottom: 3.75rem; }
  @media (min-width: 768px) {
    .a008-1 {
      margin-bottom: 7.5rem; } }
  .a008-1 .col-slider {
    width: 100%;
    padding: 0 0.9375rem; }
  .a008-1 .col-slider-controls {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .a008-1 .slider-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    .a008-1 .slider-controls .btn.slick-prev {
      position: relative;
      color: #e1221a;
      margin-top: -0.5625rem;
      margin-left: -1.25rem; }
    .a008-1 .slider-controls .btn.slick-next {
      position: relative;
      color: #e1221a;
      margin-top: -0.5625rem;
      margin-right: -1.25rem; }
  .a008-1 .quote-item .col-image {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .a008-1 .quote-item .col-image img {
      max-height: 12.5rem;
      position: relative;
      z-index: 3;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
              flex: 1; }
  .a008-1 .quote-item .col-copy {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .a008-1 .quote-item .icon-quote {
    font-size: 11.25rem;
    width: 11.25rem;
    height: 11.25rem;
    color: #f3f3f3;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .a008-1 .quote-item .hairline-top {
    margin-top: 2.8125rem;
    margin-bottom: 1.875rem;
    height: 1px;
    width: 100%;
    background-color: #000; }
  .a008-1 .quote-item .hairline-bottom {
    margin-top: 1.875rem;
    margin-bottom: 0;
    height: 1px;
    background-color: #000;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-flex-basis: auto;
            flex-basis: auto; }
  .a008-1 .quote-item .quote-author {
    margin-top: 0.75rem;
    margin-left: 0.9375rem; }
  .a008-1 .quote-item.has-image .col-image {
    margin-bottom: -5rem; }
  .a008-1 .quote-item.has-image .hairline-top {
    margin-bottom: 3.75rem; }
  @media (min-width: 480px) {
    .a008-1 .col-slider {
      width: 83.33333%;
      margin-left: 8.33333%; }
    .a008-1 .col-slider-controls {
      margin-left: 8.33333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      /* IE11 hack */ } }
  @media (min-width: 768px) {
    .a008-1 .col-slider {
      width: 66.66667%; }
    .a008-1 .col-slider-controls {
      margin-left: 0%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%;
      /* IE11 hack */ }
    .a008-1 .slider-controls {
      position: absolute;
      margin-top: 2.0625rem;
      min-width: 8.75rem; }
    .a008-1 .quote-item .col-image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      /* IE11 hack */ }
    .a008-1 .quote-item .col-copy {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
      /* IE11 hack */ }
    .a008-1 .quote-item .icon-quote {
      right: -5.625rem;
      top: -0.9375rem; }
    .a008-1 .quote-item.has-image .col-image {
      margin-bottom: 0; }
    .a008-1 .quote-item.has-image .hairline-top {
      margin-top: 0;
      margin-bottom: 1.875rem; } }

.a009-1 {
  margin-bottom: 3.75rem; }
  @media (min-width: 768px) {
    .a009-1 {
      margin-bottom: 3.75rem; } }
  .a009-1 .col-component-title {
    margin-bottom: 1.875rem; }
  .a009-1 .col-tab {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .a009-1 .col-text {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .a009-1 .tab-controls {
    margin-bottom: 2.8125rem; }
  .a009-1 .form-select.bootstrap-select.btn-group {
    max-width: 420px; }
  .a009-1 .col-btn {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    text-align: center; }
  .a009-1 .release-item {
    /* title column */
    /* asset column, only visible on narrow */
    /* arrow column, only visible on wide */ }
    .a009-1 .release-item .col-text {
      position: relative;
      min-height: 1px;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      /* IE11 hack */
      min-height: 5.625rem; }
    .a009-1 .release-item .col-asset {
      position: relative;
      min-height: 1px;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      /* IE11 hack */
      margin-bottom: 0.9375rem; }
    .a009-1 .release-item .col-arrow {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
      .a009-1 .release-item .col-arrow i {
        color: #e1221a;
        margin-left: auto;
        /* align icon right */ }
    .a009-1 .release-item .release-item-link {
      display: block;
      padding-bottom: 1.875rem;
      padding-top: 1.875rem; }
      .a009-1 .release-item .release-item-link:hover {
        color: inherit;
        position: relative;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .a009-1 .release-item .release-item-link:hover:before {
          content: "";
          background-color: #f3f3f3;
          left: -5000px;
          right: -5000px;
          top: 0;
          bottom: 0;
          position: absolute; }
        .a009-1 .release-item .release-item-link:hover > * {
          position: relative;
          /* set position to relative, otherwise children are behind background */ }
        .a009-1 .release-item .release-item-link:hover .item-index {
          color: #fff; }
    .a009-1 .release-item .date-wrapper {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
              flex: 0 1 auto;
      margin-right: 1.875rem; }
      .a009-1 .release-item .date-wrapper .item-index {
        position: absolute;
        top: 0;
        left: 0.9375rem;
        color: #f3f3f3;
        font-size: 6.25rem;
        line-height: 4.375rem;
        font-family: "TRANSBold", Arial, sans-serif;
        font-weight: bold;
        letter-spacing: -0.03em;
        text-transform: uppercase; }
        body.lang-ja .a009-1 .release-item .date-wrapper .item-index {
          font-family: "Roboto Medium", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
        body.lang-ko .a009-1 .release-item .date-wrapper .item-index {
          font-family: "Roboto Medium", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
        body.lang-zh-hans .a009-1 .release-item .date-wrapper .item-index {
          font-family: "Roboto Medium", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
      .a009-1 .release-item .date-wrapper .item-date {
        position: relative;
        margin-top: 2.8125rem;
        line-height: 2rem; }
      .a009-1 .release-item .date-wrapper .link-icon-narrow {
        position: absolute;
        right: 0.9375rem;
        top: 0;
        margin-top: 2.8125rem;
        color: #e1221a; }
    .a009-1 .release-item .item-title {
      position: relative;
      display: inline-block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
              flex: 0 1 auto; }
  @media (min-width: 768px) {
    .a009-1 .col-component-title {
      margin-bottom: 3.75rem; }
    .a009-1 .col-tab {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      /* IE11 hack */
      margin-left: 8.33333%; }
    .a009-1 .list-releases {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
              flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
              align-items: stretch;
      -webkit-align-content: stretch;
              align-content: stretch; }
    .a009-1 .release-item {
      -webkit-box-flex: 0;
      -webkit-flex: none;
              flex: none;
      position: relative;
      min-height: 1px;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      -webkit-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      /* IE11 hack */ }
      .a009-1 .release-item .release-item-link {
        position: static;
        height: 100%; }
        .a009-1 .release-item .release-item-link:hover {
          position: relative;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: static; }
          .a009-1 .release-item .release-item-link:hover:before {
            content: "";
            background-color: #f3f3f3;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            position: absolute; }
          .a009-1 .release-item .release-item-link:hover > * {
            position: relative;
            /* set position to relative, otherwise children are behind background */ }
      .a009-1 .release-item .date-wrapper .link-icon-narrow {
        right: 0.9375rem; } }

.a010-1 {
  margin-bottom: 3.75rem; }
  @media (min-width: 768px) {
    .a010-1 {
      margin-bottom: 3.75rem; } }

/* A011-1 Location
   ========================================================================== */
.a011-1 {
  margin-bottom: 0; }
  .a011-1 .col-component-title {
    margin-bottom: 2.8125rem; }
  .a011-1 .col-map {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .a011-1 .col-location-details {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    margin-bottom: 0.9375rem; }
    .a011-1 .col-location-details .col-location-title {
      position: relative;
      min-height: 1px;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      /* IE11 hack */
      margin-bottom: 2.8125rem; }
    .a011-1 .col-location-details .col-location-copy {
      position: relative;
      min-height: 1px;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      /* IE11 hack */ }
  .a011-1 .box-outline {
    padding: 1.875rem;
    margin: 0 -1.875rem; }
  .a011-1 .has-map .box-outline {
    padding-top: 3.75rem; }
  .a011-1 .img-map {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 15rem;
    position: relative;
    display: block;
    z-index: 4;
    margin-bottom: -1.875rem; }
  .a011-1 .location-details .address {
    padding-bottom: 1.875rem; }
  .a011-1 .location-details .label {
    margin-right: 8px;
    display: inline-block; }
  .a011-1 .location-details .title {
    margin-bottom: 0.9375rem;
    display: inline-block; }
  .a011-1 .location-details .phone-number {
    white-space: nowrap;
    font-weight: 400; }
  .a011-1 .location-details .email-address {
    white-space: nowrap;
    font-weight: 400; }
    .a011-1 .location-details .email-address a {
      text-decoration: none;
      border: none;
      border-bottom: 1px solid #fff; }
      .a011-1 .location-details .email-address a:hover {
        color: #000;
        background-color: #fff; }
  .a011-1 .location-details .buttons {
    margin-top: 0.625rem; }
  @media (min-width: 480px) {
    .a011-1 .img-map {
      height: 20rem; } }
  @media (min-width: 768px) {
    .a011-1 {
      margin-bottom: 0; }
      .a011-1 .col-component-title {
        margin-bottom: 3.75rem; }
      .a011-1 .col-map {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
        /* IE11 hack */
        margin-left: 8.33333%; }
      .a011-1 .col-location-details {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        /* IE11 hack */
        margin-left: 0%; }
        .a011-1 .col-location-details .col-location-title {
          margin-left: 8.33333%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 41.66667%;
                  flex: 0 0 41.66667%;
          max-width: 41.66667%;
          /* IE11 hack */
          margin-bottom: 0; }
        .a011-1 .col-location-details .col-location-copy {
          margin-left: 8.33333%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%;
          max-width: 33.33333%;
          /* IE11 hack */ }
        .a011-1 .col-location-details.has-map .box-outline {
          padding-top: 7.5rem; }
      .a011-1 .box-outline {
        padding: 3.75rem 0 3.75rem;
        margin: 0; }
      .a011-1 .img-map {
        height: 22.5rem;
        margin-bottom: -3.75rem; }
      .a011-1 .location-details {
        position: relative; }
        .a011-1 .location-details:before {
          content: '';
          position: absolute;
          left: -1.875rem;
          top: 0.3125rem;
          bottom: 0.9375rem;
          width: 1px;
          background-color: #fff; } }
  @media (min-width: 1024px) {
    .a011-1 {
      margin-bottom: 3.75rem; }
      .a011-1 .col-location-details {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
        /* IE11 hack */
        margin-left: 8.33333%; }
        .a011-1 .col-location-details .col-location-title {
          margin-left: 10%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 40%;
                  flex: 0 0 40%;
          max-width: 40%;
          /* IE11 hack */ }
        .a011-1 .col-location-details .col-location-copy {
          margin-left: 10%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 30%;
                  flex: 0 0 30%;
          max-width: 30%;
          /* IE11 hack */ }
        .a011-1 .col-location-details.has-map {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          /* IE11 hack */
          margin-left: 0%; }
          .a011-1 .col-location-details.has-map .col-location-title {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
                    flex: 0 0 50%;
            max-width: 50%;
            /* IE11 hack */
            margin-left: 8.33333%; }
          .a011-1 .col-location-details.has-map .col-location-copy {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 25%;
                    flex: 0 0 25%;
            max-width: 25%;
            /* IE11 hack */
            margin-left: 8.33333%; } }

/* A014-1 BLAETTERKATALOG COMPONENT
   ========================================================================== */
.a014-1 {
  margin-bottom: 5.625rem;
  /* title */
  /* copy and button */ }
  .a014-1 .col-component-title {
    margin-bottom: 0.9375rem; }
  .a014-1 .col-text {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
    .a014-1 .col-text .label {
      text-align: right; }
  .a014-1 .blaetterkatalog {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    border: 1px solid #c7c7c7; }
    .a014-1 .blaetterkatalog iframe {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      border: 0; }
  @media (min-width: 480px) {
    .a014-1 .col-component-title {
      margin-bottom: 3.75rem; } }
  @media (min-width: 768px) {
    .a014-1 {
      margin-bottom: 7.5rem; }
      .a014-1 .col-component-title {
        margin-bottom: 5.625rem; } }

/* H001-1 Stage Home
   ========================================================================== */
.h001-1 .loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10; }
  .h001-1 .loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80px;
    height: 80px; }

.h001-1 .background-box {
  position: relative;
  padding-top: 1.875rem; }
  .h001-1 .background-box .outline {
    position: absolute;
    left: 37.5%;
    right: 37.5%;
    top: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0;
    -webkit-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1); }
    .h001-1 .background-box .outline.sticky {
      position: fixed; }
    .h001-1 .background-box .outline.visible {
      opacity: 1; }

.h001-1 .col-links {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  /* IE11 hack */ }

.h001-1 .quicklinks {
  margin-bottom: 3.75rem;
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1); }
  .h001-1 .quicklinks .btn-wrapper {
    display: block;
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #fff;
    text-align: center; }
  .h001-1 .quicklinks.visible {
    opacity: 1; }

.h001-1 .btn-quicklink {
  color: #000;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .h001-1 .btn-quicklink > * {
    color: #000; }
  @media (hover: hover) {
    .h001-1 .btn-quicklink:hover {
      color: #000;
      background-color: #f3f3f3;
      border-color: #f3f3f3; } }
  .h001-1 .btn-quicklink:focus, .h001-1 .btn-quicklink.focus {
    color: #000;
    background-color: #f3f3f3;
    border-color: #f3f3f3; }
  .h001-1 .btn-quicklink:active, .h001-1 .btn-quicklink.active {
    color: #000;
    background-color: #f3f3f3;
    border-color: #f3f3f3; }
  .h001-1 .btn-quicklink:before, .h001-1 .btn-quicklink:after {
    color: #e1221a; }

.h001-1 .home-teaser-item {
  margin-bottom: 0.9375rem;
  pointer-events: none; }
  .h001-1 .home-teaser-item .col-asset {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
    .h001-1 .home-teaser-item .col-asset img {
      margin-bottom: 1.875rem;
      border-bottom: 1rem solid #fff;
      border-top: 1rem solid #fff;
      background-color: #fff; }
  .h001-1 .home-teaser-item .col-copy {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
    .h001-1 .home-teaser-item .col-copy .copy-wrapper {
      border-bottom: 1rem solid #fff;
      border-top: 1rem solid #fff;
      background-color: #fff; }
    .h001-1 .home-teaser-item .col-copy .btn {
      pointer-events: auto; }
  .h001-1 .home-teaser-item .teaser-title {
    background-color: #fff;
    margin-bottom: 0.9375rem; }
  .h001-1 .home-teaser-item .teaser-copy {
    margin-bottom: 0.46875rem;
    display: block;
    background-color: #fff; }
  .h001-1 .home-teaser-item:last-of-type {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .h001-1 {
    margin-bottom: 3.75rem; }
    .h001-1 .home-teaser-item {
      margin-bottom: 7.5rem; }
      .h001-1 .home-teaser-item.teaser-hero .col-asset {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        /* IE11 hack */
        margin-left: 8.33333%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        padding-right: 0; }
      .h001-1 .home-teaser-item.teaser-hero .col-copy {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        /* IE11 hack */
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        padding-left: 0; }
        .h001-1 .home-teaser-item.teaser-hero .col-copy .copy-wrapper {
          border-left: 1.875rem solid #fff; }
      .h001-1 .home-teaser-item.teaser-hero .teaser-title {
        margin-bottom: 1.875rem; }
      .h001-1 .home-teaser-item.teaser-center .col-asset {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        /* IE11 hack */
        margin-left: 16.66667%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        padding-right: 0; }
      .h001-1 .home-teaser-item.teaser-center .col-copy {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        /* IE11 hack */
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        padding-left: 0; }
        .h001-1 .home-teaser-item.teaser-center .col-copy .copy-wrapper {
          border-left: 1.875rem solid #fff; }
      .h001-1 .home-teaser-item.teaser-center .teaser-title {
        margin-bottom: 1.875rem; }
      .h001-1 .home-teaser-item.teaser-left .col-asset {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        /* IE11 hack */
        margin-left: 8.33333%;
        margin-right: 50%;
        background-color: #fff; }
      .h001-1 .home-teaser-item.teaser-left .col-copy {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        /* IE11 hack */
        margin-left: 8.33333%;
        margin-right: 50%;
        padding-right: 0; }
        .h001-1 .home-teaser-item.teaser-left .col-copy .copy-wrapper {
          border-right: 0.9375rem solid #fff; }
      .h001-1 .home-teaser-item.teaser-right .col-asset {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        /* IE11 hack */
        margin-left: 50%;
        margin-right: 8.33333%;
        background-color: #fff; }
      .h001-1 .home-teaser-item.teaser-right .col-copy {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        /* IE11 hack */
        margin-left: 50%;
        margin-right: 8.33333%;
        padding-left: 0; }
        .h001-1 .home-teaser-item.teaser-right .col-copy .copy-wrapper {
          border-left: 0.9375rem solid #fff; }
    .h001-1 .home-teaser-item.teaser-left + .home-teaser-item.teaser-right,
    .h001-1 .home-teaser-item.teaser-right + .home-teaser-item.teaser-left {
      margin-top: -200px; }
    .h001-1 .home-teaser-item.teaser-right + .home-teaser-item.teaser-center {
      margin-top: -3.75rem; }
    .h001-1 .quicklinks {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      position: relative;
      z-index: 10; }
      .h001-1 .quicklinks .btn-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
                flex: 1 1 100%; }
      .h001-1 .quicklinks .btn-quicklink {
        white-space: nowrap; }
      .h001-1 .quicklinks.align-bottom {
        position: absolute;
        bottom: -5.625rem;
        top: auto;
        height: 46px;
        width: 100%;
        margin-bottom: -46px; }
      .h001-1 .quicklinks.stuck {
        position: fixed !important;
        bottom: 1.875rem !important;
        right: 1.875rem;
        left: 1.875rem;
        top: auto;
        height: 46px;
        margin-bottom: 0;
        max-width: 1220px;
        margin-left: auto;
        margin-right: auto;
        width: 100%; }
        .h001-1 .quicklinks.stuck:before {
          content: '';
          position: absolute;
          display: block;
          width: 100%;
          height: 1.875rem;
          top: 100%;
          background-color: #fff; } }

@media (min-width: 1024px) {
  .h001-1 .home-teaser-item.teaser-left .col-asset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    /* IE11 hack */
    margin-left: 16.66667%; }
  .h001-1 .home-teaser-item.teaser-left .col-copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    /* IE11 hack */
    margin-left: 16.66667%; }
  .h001-1 .home-teaser-item.teaser-right .col-asset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    /* IE11 hack */
    margin-right: 16.66667%; }
  .h001-1 .home-teaser-item.teaser-right .col-copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    /* IE11 hack */
    margin-right: 16.66667%; } }

/* H001-2 Only Quick Links
   ========================================================================== */
.h001-2 {
  margin-bottom: 3.75rem; }
  .h001-2 .col-links {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .h001-2 .quicklinks {
    margin-bottom: 3.75rem;
    -webkit-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1); }
    .h001-2 .quicklinks .btn-wrapper {
      display: block;
      width: 100%;
      background-color: #f3f3f3;
      border: 1px solid #fff;
      text-align: center; }
  .h001-2 .btn-quicklink {
    color: #000;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .h001-2 .btn-quicklink > * {
      color: #000; }
    @media (hover: hover) {
      .h001-2 .btn-quicklink:hover {
        color: #000;
        background-color: #f3f3f3;
        border-color: #f3f3f3; } }
    .h001-2 .btn-quicklink:focus, .h001-2 .btn-quicklink.focus {
      color: #000;
      background-color: #f3f3f3;
      border-color: #f3f3f3; }
    .h001-2 .btn-quicklink:active, .h001-2 .btn-quicklink.active {
      color: #000;
      background-color: #f3f3f3;
      border-color: #f3f3f3; }
    .h001-2 .btn-quicklink:before, .h001-2 .btn-quicklink:after {
      color: #e1221a; }
  @media (min-width: 768px) {
    .h001-2 {
      margin-bottom: 5.625rem; }
      .h001-2 .quicklinks {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        position: relative;
        z-index: 10; }
        .h001-2 .quicklinks .btn-wrapper {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 100%;
                  flex: 1 1 100%; }
        .h001-2 .quicklinks .btn-quicklink {
          white-space: nowrap; }
        .h001-2 .quicklinks.align-bottom {
          top: auto;
          height: 46px;
          width: 100%; }
        .h001-2 .quicklinks.stuck {
          position: fixed !important;
          bottom: 1.875rem !important;
          right: 1.875rem;
          left: 1.875rem;
          top: auto;
          height: 46px;
          margin-bottom: 0;
          max-width: 1220px;
          margin-left: auto;
          margin-right: auto;
          width: 100%; }
          .h001-2 .quicklinks.stuck:before {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 1.875rem;
            top: 100%;
            background-color: #fff; } }

/* A013-1 PROPHYLAXIS CALCULATOR
   ========================================================================== */
.a013-1 {
  margin-bottom: 5.625rem;
  /* currency */
  /* title */
  /* copy and button */ }
  .a013-1 i.currency {
    font-style: normal; }
  .a013-1 .col-component-title {
    margin-bottom: 3.75rem; }
  .a013-1 .col-component-body {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .a013-1 .col-input {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.875rem; }
  .a013-1 .form-group {
    margin: 0 0.9375rem 1.875rem; }
  .a013-1 .form-input {
    margin-top: 0; }
  .a013-1 .col-text {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */ }
  .a013-1 .intro-copy {
    margin-bottom: 3.75rem; }
  .a013-1 .result-box {
    padding: 1.875rem;
    background-color: #f3f3f3;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1.875rem;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
    .a013-1 .result-box .label-profit-pos {
      display: none; }
    @media (max-width: 479px) {
      .a013-1 .result-box {
        display: block; }
        .a013-1 .result-box .result-box-col-right {
          text-align: left;
          padding-left: 0;
          margin-top: 0.9375rem; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .a013-1 .result-box.result-box--small {
    display: block; }
    .a013-1 .result-box.result-box--small .result-box-col-right {
      text-align: left;
      padding-left: 0;
      margin-top: 0.9375rem; } }
  .a013-1 .result-box-col-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto; }
  .a013-1 .result-box-col-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: right;
    padding-left: 0.9375rem; }
  .a013-1 .result-box--profit-pos {
    background-color: #e1221a; }
    .a013-1 .result-box--profit-pos .label-profit-pos {
      display: block; }
    .a013-1 .result-box--profit-pos .label-profit-neg {
      display: none; }
  @media (min-width: 768px) {
    .a013-1 {
      margin-bottom: 7.5rem; }
      .a013-1 .col-component-title {
        margin-bottom: 5.625rem; }
      .a013-1 .col-component-body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        /* IE11 hack */
        margin-left: 16.66667%; }
      .a013-1 .col-input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        /* IE11 hack */
        margin-bottom: 0; }
      .a013-1 .intro-copy {
        margin-bottom: 5.625rem; } }

.user-login-form > .m-t-4,
.user-register-form > .m-t-4 {
  margin-top: 0 !important; }

@media (min-width: 768px) {
  .user-login-form > .m-t-4,
  .user-register-form > .m-t-4 {
    margin-top: 3.75rem !important; } }

.block-user-login-block ul {
  display: none; }

/* View Distributor
   ========================================================================== */
.view-distributor {
  margin-bottom: 1.875rem; }
  .view-distributor .col-component-title {
    margin-bottom: 2.8125rem; }
  .view-distributor .col-location-details {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    margin-bottom: 0.9375rem; }
    .view-distributor .col-location-details .col-location-title {
      position: relative;
      min-height: 1px;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      /* IE11 hack */
      margin-bottom: 2.8125rem; }
    .view-distributor .col-location-details .col-location-copy {
      position: relative;
      min-height: 1px;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      /* IE11 hack */ }
  .view-distributor .box-outline {
    padding: 1.875rem;
    margin: 0 -1.875rem; }
  .view-distributor .location-details .spacer {
    display: none; }
  .view-distributor .location-details .address {
    padding-bottom: 1.875rem; }
  .view-distributor .location-details .label {
    margin-right: 8px;
    display: inline-block; }
  .view-distributor .location-details .title {
    margin-bottom: 0.9375rem;
    display: inline-block; }
  .view-distributor .location-details .phone-number {
    font-weight: 400; }
  .view-distributor .location-details .email-address {
    font-weight: 400; }
    .view-distributor .location-details .email-address a {
      text-decoration: none;
      border: none;
      border-bottom: 1px solid #fff; }
      .view-distributor .location-details .email-address a:hover {
        color: #000;
        background-color: #fff; }
  .view-distributor .location-details .buttons {
    margin-top: 0.625rem; }
  .view-distributor .col-btn {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* IE11 hack */
    text-align: center; }
  @media (min-width: 768px) {
    .view-distributor .col-component-title {
      margin-bottom: 3.75rem; }
    .view-distributor .col-location-details {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      /* IE11 hack */
      margin-left: 0%; }
      .view-distributor .col-location-details .spacer {
        display: block; }
      .view-distributor .col-location-details .col-location-title {
        margin-left: 8.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        /* IE11 hack */ }
      .view-distributor .col-location-details .col-location-copy {
        margin-left: 8.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        /* IE11 hack */ }
    .view-distributor .box-outline {
      padding: 3.75rem 0 3.75rem;
      margin: 0; }
    .view-distributor .location-details {
      position: relative; }
      .view-distributor .location-details:before {
        content: '';
        position: absolute;
        left: -1.875rem;
        top: 0.3125rem;
        bottom: 0.9375rem;
        width: 1px;
        background-color: #fff; } }
  @media (min-width: 1024px) {
    .view-distributor .col-location-details {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      /* IE11 hack */
      margin-left: 8.33333%; }
      .view-distributor .col-location-details .col-location-title {
        margin-left: 10%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 40%;
        /* IE11 hack */ }
      .view-distributor .col-location-details .col-location-copy {
        margin-left: 10%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
                flex: 0 0 30%;
        max-width: 30%;
        /* IE11 hack */ } }

/* View Mediapool
   ========================================================================== */
.view-mediapool {
  margin-bottom: 1.875rem; }

.media-item {
  display: block;
  padding: 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%; }
  .media-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
            align-content: stretch; }
  @media (min-width: 768px) {
    .media-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1024px) {
    .media-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333%;
              flex: 0 0 33.333%;
      max-width: 33.333%; } }
  @media (min-width: 1280px) {
    .media-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .media-item .box-outline {
    padding: 0.9375rem;
    display: block;
    height: 100%; }
    .media-item .box-outline > .outline {
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      height: 100%;
      -webkit-transform: none !important;
              transform: none !important; }

@media (min-width: 480px) and (max-width: 767px) {
  .media-item .box-outline:after {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    clear: both; } }
    @media (min-width: 1280px) {
      .media-item .box-outline:after {
        display: block;
        content: "";
        width: 100%;
        height: 0;
        clear: both; } }
  .media-item-asset {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden; }
    .media-item-asset:before {
      content: "";
      display: block;
      padding-top: 62.25%;
      width: 100%;
      height: 0;
      position: relative;
      z-index: 1; }
    .media-item-asset > img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 3;
      width: auto;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .media-item-asset .btn-play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 4;
      opacity: .5;
      -webkit-transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
      width: 5rem;
      height: 5rem;
      border-radius: 5rem;
      background-color: #fff;
      cursor: pointer; }
      .media-item-asset .btn-play:before {
        content: '';
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        width: 5rem;
        height: 5rem;
        border-radius: 5rem;
        -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transform: scale(1);
                transform: scale(1); }
      .pointerevents .media-item-asset .btn-play:hover {
        opacity: 1; }
        .pointerevents .media-item-asset .btn-play:hover:before {
          -webkit-transform: scale(1.15);
                  transform: scale(1.15); }
      .media-item-asset .btn-play .icon-play {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 4.0625rem;
        height: 4.0625rem;
        font-size: 4.0625rem; }
        .media-item-asset .btn-play .icon-play:before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          text-align: center;
          /* opacity: .8; */
          /* For safety - reset parent styles, that can break glyph codes*/
          font-variant: normal;
          text-transform: none;
          /* fix buttons height, for twitter bootstrap */
          line-height: 1em;
          /* Animation center compensation - margins should be symmetric */
          /* remove if not needed */
          /* you can be more comfortable with increased icons size */
          /* font-size: 120%; */
          /* Font smoothing. That was taken from TWBS */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          /* Uncomment for 3D effect */
          /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
          content: '\e826'; }

@media (min-width: 480px) and (max-width: 767px) {
  .media-item-asset {
    width: 50%;
    float: right;
    padding-left: 0.9375rem; }
    .media-item-asset > img {
      left: 0.9375rem; } }
    @media (min-width: 1280px) {
      .media-item-asset {
        width: 50%;
        float: right;
        padding-left: 0.9375rem; }
        .media-item-asset > img {
          left: 0.9375rem; } }
  .media-item-info {
    padding-top: 0.9375rem; }

@media (min-width: 480px) and (max-width: 767px) {
  .media-item-info {
    padding-top: 0;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; } }
    @media (min-width: 1280px) {
      .media-item-info {
        padding-top: 0;
        padding-right: 0.9375rem;
        width: 50%;
        float: left; } }
  .media-item-title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2rem; }
    body.lang-ja .media-item-title {
      font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
    body.lang-ko .media-item-title {
      font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
    body.lang-zh-hans .media-item-title {
      font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
    .media-item-title.has-spacing-top {
      margin-top: 1.875rem; }
    .media-item-title.has-spacing-bottom {
      margin-bottom: 0.9375rem; }
    @media (min-width: 768px) {
      .media-item-title.has-spacing-top {
        margin-top: 1.875rem; }
      .media-item-title.has-spacing-bottom {
        margin-bottom: 0.9375rem; } }
  .media-item-details {
    padding-top: 0.46875rem;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 300; }
    body.lang-ja .media-item-details {
      font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
    body.lang-ko .media-item-details {
      font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
    body.lang-zh-hans .media-item-details {
      font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
  .media-item-subline {
    display: block; }
  .media-item-duration {
    display: block;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300; }
    body.lang-ja .media-item-duration {
      font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
    body.lang-ko .media-item-duration {
      font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
    body.lang-zh-hans .media-item-duration {
      font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
  .media-item-download {
    margin-top: 0.9375rem;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 300; }
    body.lang-ja .media-item-download {
      font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
    body.lang-ko .media-item-download {
      font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
    body.lang-zh-hans .media-item-download {
      font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }

@media (min-width: 480px) and (max-width: 767px) {
  .media-item-download {
    width: 50%;
    float: left;
    padding-right: 0.9375rem; } }
    @media (min-width: 1280px) {
      .media-item-download {
        width: 50%;
        float: left;
        padding-right: 0.9375rem; } }
    .media-item-download-title {
      font-weight: 500;
      margin: 0; }
    .media-item-download-list {
      list-style-type: none;
      display: block;
      padding: 0;
      margin: 0; }
    .media-item-download-item {
      display: block;
      padding: 0;
      margin: 0; }
      .media-item-download-item-link {
        display: block; }
      .media-item-download-item-description {
        display: block; }
      .media-item-download-item-options {
        display: block;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 300; }
        body.lang-ja .media-item-download-item-options {
          font-family: "Roboto", "游ゴシックMedium", "ヒラギノ角ゴ Pro W3", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; }
        body.lang-ko .media-item-download-item-options {
          font-family: "Roboto", "Apple SD Gothic Neo", "NanumBarunGothic", "맑은 고딕", "Malgun Gothic", "굴림", "Gulim", "돋움", "Dotum", Arial, sans-serif; }
        body.lang-zh-hans .media-item-download-item-options {
          font-family: "Roboto", "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun", Arial, sans-serif; }
      .media-item-download-item + .media-item-download-item {
        margin-top: 0.46875rem; }
    .media-item-download-toggle {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      opacity: 0; }
      .media-item-download-toggle + label {
        display: block;
        cursor: pointer;
        position: relative;
        padding-right: 1.875rem; }
        .media-item-download-toggle + label:after {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          text-align: center;
          /* opacity: .8; */
          /* For safety - reset parent styles, that can break glyph codes*/
          font-variant: normal;
          text-transform: none;
          /* fix buttons height, for twitter bootstrap */
          line-height: 1em;
          /* Animation center compensation - margins should be symmetric */
          /* remove if not needed */
          /* you can be more comfortable with increased icons size */
          /* font-size: 120%; */
          /* Font smoothing. That was taken from TWBS */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          /* Uncomment for 3D effect */
          /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          font-size: 15px;
          -webkit-transform-origin: 50% 50%;
                  transform-origin: 50% 50%;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg);
          -webkit-transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1); }
        .media-item-download-toggle + label + .media-item-download-list {
          max-height: 0;
          overflow: hidden;
          -webkit-transition: max-height 500ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: max-height 500ms cubic-bezier(0.19, 1, 0.22, 1); }
      .media-item-download-toggle:checked + label:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .media-item-download-toggle:checked + label + .media-item-download-list {
        max-height: 31.25rem; }

.voucher-form .field--name-field-contact-voucher-salutation {
  margin-bottom: 0.9375rem; }
  .voucher-form .field--name-field-contact-voucher-salutation .description {
    display: none; }

/* Home
   ========================================================================== */
.page-node-type-home .page-main {
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.page-node-type-home .fullscreen {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat; }

.page-node-type-home .home-badge {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: 0.125rem;
  bottom: 2.25rem;
  left: 0;
  pointer-events: none; }
  @media (min-width: 768px) {
    .page-node-type-home .home-badge {
      height: 0.25rem;
      bottom: 4.5rem; } }
  .page-node-type-home .home-badge span {
    position: absolute;
    display: block;
    width: 6.25rem;
    height: 6.25rem;
    bottom: -1.5rem;
    right: 0.75rem;
    background-color: transparent;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .page-node-type-home .home-badge span {
        width: 8.75rem;
        height: 8.75rem;
        bottom: -2.25rem;
        right: 1.5rem; } }

.page-node-type-home ul.menu {
  position: absolute;
  display: inline-block;
  top: 20vh;
  left: 1.5rem;
  right: auto;
  width: auto;
  height: auto;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .page-node-type-home ul.menu {
      left: auto;
      right: 3rem; } }
  .page-node-type-home ul.menu li {
    height: auto;
    border-left: 8px solid; }
    @media (min-width: 768px) {
      .page-node-type-home ul.menu li {
        height: 3.75rem;
        border: none; } }
    @media (min-width: 1280px) {
      .page-node-type-home ul.menu li {
        height: 5rem;
        border: none; } }
    .page-node-type-home ul.menu li a {
      color: #000;
      white-space: nowrap;
      line-height: normal;
      padding-left: 1.25rem;
      font-family: "TRANSBold", Arial, sans-serif;
      font-weight: 400;
      letter-spacing: -0.03em;
      text-transform: uppercase;
      font-size: 1.25rem;
      line-height: 1.5625rem;
      position: relative;
      display: block;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .page-node-type-home ul.menu li a {
          font-size: 1.875rem;
          line-height: 1.875rem; } }
      @media (min-width: 1280px) {
        .page-node-type-home ul.menu li a {
          font-size: 2.5rem;
          line-height: 2.8125rem; } }
      @media (min-width: 768px) {
        .page-node-type-home ul.menu li a {
          position: relative;
          display: inline-block;
          padding-left: 1.75rem;
          margin-top: 0;
          margin-bottom: 0; } }
      .page-node-type-home ul.menu li a span {
        position: relative;
        display: block;
        text-indent: 0;
        text-align: left;
        padding-right: 0;
        border-right: none;
        font-weight: 500;
        font-size: 1.875rem;
        line-height: 1.5625rem; }
        @media (min-width: 768px) {
          .page-node-type-home ul.menu li a span {
            font-size: 2.5rem;
            line-height: 1.875rem; } }
        @media (min-width: 1280px) {
          .page-node-type-home ul.menu li a span {
            font-size: 3.75rem;
            line-height: 2.8125rem; } }
        @media (min-width: 768px) {
          .page-node-type-home ul.menu li a span {
            position: absolute;
            left: 0;
            text-align: right;
            padding-right: 1.25rem;
            border-right: 8px solid;
            text-indent: -100%;
            -webkit-transform: translateX(-100%);
                    transform: translateX(-100%); } }
      .page-node-type-home ul.menu li a:hover {
        color: #e1221a !important; }

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