/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  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; } }

figure {
  margin: 0; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/*PATHS*/
/*COLORS*/
/**
 * SCREEN SIZES
 */
@font-face {
  font-family: 'volvo_sans';
  src: url("/fonts/volvosanspro-regular-webfont.woff2") format("woff2"), url("/fonts/volvosanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'volvo_sans';
  src: url("/fonts/volvosanspro-bold-webfont.woff2") format("woff2"), url("/fonts/volvosanspro-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'volvo_sans';
  src: url("/fonts/volvosanspro-medium-webfont.woff2") format("woff2"), url("/fonts/volvosanspro-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'volvo_broad';
  src: url("/fonts/volvobroad-webfont.woff2") format("woff2"), url("/fonts/volvobroad-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  fill: currentColor;
  position: absolute;
  top: 0;
  left: 0; }

.svg-object {
  display: inline-block;
  width: 40px;
  height: 40px; }
  .svg-object--filled {
    fill: currentColor; }

a, button {
  outline: none; }

a {
  color: inherit;
  text-decoration: none; }

button {
  background: none;
  border: none;
  box-shadow: none;
  color: inherit; }

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  font-size: 1em;
  font-family: 'volvo_sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body > svg {
    position: absolute;
    width: 0;
    height: 0; }

p {
  line-height: 23px;
  margin: 25px 0; }
  p strong {
    text-decoration: underline; }

.title {
  font-family: 'volvo_broad';
  font-size: 60px;
  color: #000;
  font-weight: normal;
  position: relative;
  margin-top: 0;
  line-height: 55px; }
  .title--underline {
    margin-bottom: 55px; }
    .title--underline:after {
      content: "";
      display: block;
      height: 1px;
      background: #000;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -30px; }

h2 {
  font-family: 'volvo_broad';
  font-weight: normal;
  font-size: 45px;
  line-height: 50px; }

.center {
  text-align: center; }

.center-y {
  display: table;
  width: 100%;
  height: 100%; }
  .center-y__inner {
    display: table-cell;
    vertical-align: middle; }

@media (max-width: 767px) {
  .title {
    font-size: 40px;
    line-height: 35px; }
  h2 {
    font-size: 30px;
    line-height: 30px; } }

/**
 ** GRID SETTINGS
 */
/**
 ** MIXINS
 */
/**
 ** Render grid
 */
.row {
  margin-left: 0;
  margin-right: 0; }
  .row > .col {
    padding-left: 0;
    padding-right: 0; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.gutter-xs-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .gutter-xs-10 > .col {
    padding-left: 5px;
    padding-right: 5px; }

.gutter-xs-20 {
  margin-left: -10px;
  margin-right: -10px; }
  .gutter-xs-20 > .col {
    padding-left: 10px;
    padding-right: 10px; }

.gutter-xs-30 {
  margin-left: -15px;
  margin-right: -15px; }
  .gutter-xs-30 > .col {
    padding-left: 15px;
    padding-right: 15px; }

.gutter-xs-40 {
  margin-left: -20px;
  margin-right: -20px; }
  .gutter-xs-40 > .col {
    padding-left: 20px;
    padding-right: 20px; }

.gutter-xs-50 {
  margin-left: -25px;
  margin-right: -25px; }
  .gutter-xs-50 > .col {
    padding-left: 25px;
    padding-right: 25px; }

.gutter-xs-60 {
  margin-left: -30px;
  margin-right: -30px; }
  .gutter-xs-60 > .col {
    padding-left: 30px;
    padding-right: 30px; }

.gutter-xs-70 {
  margin-left: -35px;
  margin-right: -35px; }
  .gutter-xs-70 > .col {
    padding-left: 35px;
    padding-right: 35px; }

.gutter-xs-80 {
  margin-left: -40px;
  margin-right: -40px; }
  .gutter-xs-80 > .col {
    padding-left: 40px;
    padding-right: 40px; }

.gutter-xs-90 {
  margin-left: -45px;
  margin-right: -45px; }
  .gutter-xs-90 > .col {
    padding-left: 45px;
    padding-right: 45px; }

.gutter-xs-100 {
  margin-left: -50px;
  margin-right: -50px; }
  .gutter-xs-100 > .col {
    padding-left: 50px;
    padding-right: 50px; }

.gutter-xs-200 {
  margin-left: -100px;
  margin-right: -100px; }
  .gutter-xs-200 > .col {
    padding-left: 100px;
    padding-right: 100px; }

@media (min-width: 768px) {
  .gutter-sm-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .gutter-sm-10 > .col {
      padding-left: 5px;
      padding-right: 5px; }
  .gutter-sm-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .gutter-sm-20 > .col {
      padding-left: 10px;
      padding-right: 10px; }
  .gutter-sm-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .gutter-sm-30 > .col {
      padding-left: 15px;
      padding-right: 15px; }
  .gutter-sm-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .gutter-sm-40 > .col {
      padding-left: 20px;
      padding-right: 20px; }
  .gutter-sm-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .gutter-sm-50 > .col {
      padding-left: 25px;
      padding-right: 25px; }
  .gutter-sm-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .gutter-sm-60 > .col {
      padding-left: 30px;
      padding-right: 30px; }
  .gutter-sm-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .gutter-sm-70 > .col {
      padding-left: 35px;
      padding-right: 35px; }
  .gutter-sm-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .gutter-sm-80 > .col {
      padding-left: 40px;
      padding-right: 40px; }
  .gutter-sm-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .gutter-sm-90 > .col {
      padding-left: 45px;
      padding-right: 45px; }
  .gutter-sm-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .gutter-sm-100 > .col {
      padding-left: 50px;
      padding-right: 50px; }
  .gutter-sm-200 {
    margin-left: -100px;
    margin-right: -100px; }
    .gutter-sm-200 > .col {
      padding-left: 100px;
      padding-right: 100px; } }

@media (min-width: 992px) {
  .gutter-md-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .gutter-md-10 > .col {
      padding-left: 5px;
      padding-right: 5px; }
  .gutter-md-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .gutter-md-20 > .col {
      padding-left: 10px;
      padding-right: 10px; }
  .gutter-md-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .gutter-md-30 > .col {
      padding-left: 15px;
      padding-right: 15px; }
  .gutter-md-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .gutter-md-40 > .col {
      padding-left: 20px;
      padding-right: 20px; }
  .gutter-md-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .gutter-md-50 > .col {
      padding-left: 25px;
      padding-right: 25px; }
  .gutter-md-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .gutter-md-60 > .col {
      padding-left: 30px;
      padding-right: 30px; }
  .gutter-md-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .gutter-md-70 > .col {
      padding-left: 35px;
      padding-right: 35px; }
  .gutter-md-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .gutter-md-80 > .col {
      padding-left: 40px;
      padding-right: 40px; }
  .gutter-md-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .gutter-md-90 > .col {
      padding-left: 45px;
      padding-right: 45px; }
  .gutter-md-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .gutter-md-100 > .col {
      padding-left: 50px;
      padding-right: 50px; }
  .gutter-md-200 {
    margin-left: -100px;
    margin-right: -100px; }
    .gutter-md-200 > .col {
      padding-left: 100px;
      padding-right: 100px; } }

@media (min-width: 1200px) {
  .gutter-lg-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .gutter-lg-10 > .col {
      padding-left: 5px;
      padding-right: 5px; }
  .gutter-lg-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .gutter-lg-20 > .col {
      padding-left: 10px;
      padding-right: 10px; }
  .gutter-lg-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .gutter-lg-30 > .col {
      padding-left: 15px;
      padding-right: 15px; }
  .gutter-lg-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .gutter-lg-40 > .col {
      padding-left: 20px;
      padding-right: 20px; }
  .gutter-lg-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .gutter-lg-50 > .col {
      padding-left: 25px;
      padding-right: 25px; }
  .gutter-lg-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .gutter-lg-60 > .col {
      padding-left: 30px;
      padding-right: 30px; }
  .gutter-lg-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .gutter-lg-70 > .col {
      padding-left: 35px;
      padding-right: 35px; }
  .gutter-lg-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .gutter-lg-80 > .col {
      padding-left: 40px;
      padding-right: 40px; }
  .gutter-lg-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .gutter-lg-90 > .col {
      padding-left: 45px;
      padding-right: 45px; }
  .gutter-lg-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .gutter-lg-100 > .col {
      padding-left: 50px;
      padding-right: 50px; }
  .gutter-lg-200 {
    margin-left: -100px;
    margin-right: -100px; }
    .gutter-lg-200 > .col {
      padding-left: 100px;
      padding-right: 100px; } }

.col {
  display: block;
  min-height: 1px; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333%;
    float: left; }
  .col-sm-2 {
    width: 16.66667%;
    float: left; }
  .col-sm-3 {
    width: 25%;
    float: left; }
  .col-sm-4 {
    width: 33.33333%;
    float: left; }
  .col-sm-5 {
    width: 41.66667%;
    float: left; }
  .col-sm-6 {
    width: 50%;
    float: left; }
  .col-sm-7 {
    width: 58.33333%;
    float: left; }
  .col-sm-8 {
    width: 66.66667%;
    float: left; }
  .col-sm-9 {
    width: 75%;
    float: left; }
  .col-sm-10 {
    width: 83.33333%;
    float: left; }
  .col-sm-11 {
    width: 91.66667%;
    float: left; }
  .col-sm-12 {
    width: 100%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333%;
    float: left; }
  .col-md-2 {
    width: 16.66667%;
    float: left; }
  .col-md-3 {
    width: 25%;
    float: left; }
  .col-md-4 {
    width: 33.33333%;
    float: left; }
  .col-md-5 {
    width: 41.66667%;
    float: left; }
  .col-md-6 {
    width: 50%;
    float: left; }
  .col-md-7 {
    width: 58.33333%;
    float: left; }
  .col-md-8 {
    width: 66.66667%;
    float: left; }
  .col-md-9 {
    width: 75%;
    float: left; }
  .col-md-10 {
    width: 83.33333%;
    float: left; }
  .col-md-11 {
    width: 91.66667%;
    float: left; }
  .col-md-12 {
    width: 100%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333%;
    float: left; }
  .col-lg-2 {
    width: 16.66667%;
    float: left; }
  .col-lg-3 {
    width: 25%;
    float: left; }
  .col-lg-4 {
    width: 33.33333%;
    float: left; }
  .col-lg-5 {
    width: 41.66667%;
    float: left; }
  .col-lg-6 {
    width: 50%;
    float: left; }
  .col-lg-7 {
    width: 58.33333%;
    float: left; }
  .col-lg-8 {
    width: 66.66667%;
    float: left; }
  .col-lg-9 {
    width: 75%;
    float: left; }
  .col-lg-10 {
    width: 83.33333%;
    float: left; }
  .col-lg-11 {
    width: 91.66667%;
    float: left; }
  .col-lg-12 {
    width: 100%;
    float: left; } }

@keyframes updown {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(15px); } }

.app {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

.btn__holder {
  margin-top: 40px; }

.btn {
  display: inline-block;
  text-align: center;
  line-height: normal;
  padding: 13px 20px 13px 20px;
  border: none;
  position: relative;
  background: #fff;
  font-weight: bold;
  font-size: 20px; }
  .btn strong {
    font-family: 'volvo_broad';
    font-weight: normal; }
  .btn--full {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    width: 100%; }
  .btn--icon {
    padding-right: 75px; }
    .btn--icon .icon-arrow-right {
      width: 45px;
      height: 45px;
      position: absolute;
      margin-top: 1px;
      top: 50%;
      right: 20px;
      left: auto;
      transform: translateY(-50%); }
  .btn--border {
    background: none;
    border: 1px solid #000; }
  .btn--light {
    color: #fff;
    border-color: #fff; }

.btn-group .btn {
  margin: 20px 0; }

@media (max-width: 767px) {
  .btn {
    font-size: 16px; } }

/**
 * Header
 */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 12;
  color: #fff; }
  .header:before {
    content: "";
    display: none;
    background-image: linear-gradient(-180deg, transparent 0%, rgba(0, 0, 0, 0.01) 80%, #000000 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    transform: rotate(180deg);
    opacity: .25;
    z-index: -1; }
  .header--in {
    color: #000; }
  .header__btn {
    display: none; }
  .header__logo {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1; }
    .header__logo img {
      display: block;
      width: 100%;
      height: auto; }
  .header--white {
    color: #fff; }

/**
 * Nav
 */
.nav {
  position: absolute;
  top: 31px;
  right: 20px;
  white-space: nowrap;
  z-index: 1; }
  .nav__item {
    display: block;
    float: left; }
  .nav__link {
    font-weight: bold;
    display: block;
    padding: 10px 15px 10px 15px; }
    .nav__link:hover {
      color: #142260; }

/**
 * Social
 */
.social {
  float: left;
  z-index: 1;
  margin-top: 1px;
  margin-left: 14px; }
  .social__lbl {
    font-weight: bold;
    float: left;
    padding-right: 20px;
    padding-top: 8px; }
  .social__items {
    float: left; }
  .social__link {
    width: 30px;
    height: 40px;
    display: block;
    float: left;
    position: relative; }
    .social__link:hover {
      color: #142260; }
    .social__link .icon {
      width: 20px;
      height: 20px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .social__link .icon-fb {
      width: 16px;
      height: 16px; }

@media (max-width: 767px) {
  .header {
    height: 55px;
    background: #fff;
    color: #000;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05); }
    .header__logo {
      top: 5px;
      width: 45px;
      height: 45px; }
  .nav {
    top: 10px;
    right: 20px; }
    .nav__link {
      font-size: 11px;
      padding: 10px 3px 10px 3px; }
  .social {
    margin-top: -2px;
    margin-left: 5px; }
    .social__link {
      width: 20px; }
    .social__lbl {
      display: none; } }

.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  text-align: right;
  padding: 6px 15px 5px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px; }
  .footer__link {
    padding: 5px 10px 5px 10px;
    display: inline-block;
    position: relative;
    font-weight: bold; }
    .footer__link:after {
      content: "|";
      position: absolute;
      display: block;
      right: -1px;
      top: 4px; }
    .footer__link:last-child:after {
      display: none; }
  @media (max-width: 767px) {
    .footer__link {
      font-size: 9px;
      padding: 5px 5px 5px 5px; } }

.slider {
  height: 100vh;
  width: 100vw; }
  .slider__items {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    z-index: 1; }
    .slider__items:after {
      content: "";
      display: block;
      position: absolute;
      background-size: 240px;
      left: 0;
      top: 0;
      width: 400vw;
      bottom: 0;
      z-index: 10;
      opacity: .3;
      pointer-events: none; }
  .slider__item {
    flex: 0 0 auto;
    width: 100%;
    position: relative; }
  .slider .timeline {
    z-index: 3; }
  .slider__indicator {
    position: absolute;
    right: 16px;
    bottom: 130px;
    z-index: 100; }
    .slider__indicator__item {
      display: block;
      float: left;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      border: 2px solid #fff;
      margin: 0 5px;
      cursor: pointer; }
      .slider__indicator__item.active {
        background: #fff; }
    @media (max-width: 767px) {
      .slider__indicator {
        display: none; } }

.segment {
  height: 100%;
  width: 100vw;
  position: relative;
  overflow: hidden; }
  .segment__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0; }
    .segment__bg video {
      width: 100%;
      height: 100%; }
  .segment__content {
    position: absolute;
    right: 20px;
    bottom: 170px;
    z-index: 20; }
    .segment__content .btn {
      float: right; }
  .segment__flcontent {
    position: absolute;
    top: 40px;
    right: 650px;
    width: 350px; }
    .segment__flcontent p {
      font-size: 16px;
      line-height: 23px;
      text-shadow: 1px 1px 3px black; }
    .segment__flcontent__inner {
      text-align: right; }
    .segment__flcontent .segment__title {
      display: none; }
    .segment__flcontent p {
      color: #fff; }
  .segment__title {
    font-size: 70px;
    color: #fff;
    font-family: 'volvo_broad';
    font-weight: normal;
    margin: 0 0 -20px -30px;
    position: relative;
    z-index: 2; }
  .segment .map {
    opacity: 0; }
    .segment .map__holder {
      width: 100%;
      height: 100%; }
  .segment--map .map {
    opacity: 1;
    transition: opacity .15s; }

.btnmap {
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
  border: none;
  border-radius: 50%;
  position: absolute;
  right: 35px;
  top: 120px;
  cursor: pointer;
  z-index: 20;
  color: #fff; }
  .btnmap .icon {
    color: #658AFF;
    width: 27px;
    height: 27px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .btnmap__lbl {
    font-family: 'volvo_broad';
    white-space: nowrap;
    position: absolute;
    right: 60px;
    top: 15px; }
  .btnmap:hover .icon {
    color: #142260; }

@media (max-height: 1024px) {
  .segment__flcontent {
    right: 530px; } }

@media (max-width: 768px) {
  .segment__flcontent {
    right: 370px; }
    .segment__flcontent p {
      font-size: 16px;
      line-height: 22px; } }

@media (max-width: 767px) {
  .segment__title {
    font-size: 50px;
    margin: 0 0 20px 0; }
  .segment__content {
    left: 20px;
    right: 20px;
    bottom: 150px; }
  .segment__flcontent {
    position: static;
    width: auto; }
    .segment__flcontent__inner {
      text-align: left; }
    .segment__flcontent .segment__title {
      display: block;
      margin-left: 0; }
  .btnmap {
    display: none; } }

@keyframes pulsate {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

.timeline {
  position: absolute;
  z-index: 10;
  left: 20px;
  right: 0;
  bottom: 70px;
  height: 50px; }
  .timeline:after {
    content: "";
    display: block;
    background-image: linear-gradient(-180deg, transparent 0%, rgba(0, 0, 0, 0.01) 80%, #000000 100%);
    position: absolute;
    left: -20px;
    right: 0;
    bottom: -70px;
    height: 100vh;
    z-index: 0;
    opacity: .5;
    pointer-events: none; }
  .timeline__dots {
    position: absolute;
    left: 50px;
    right: 0;
    top: 50%;
    height: 1px;
    background-size: 10px;
    z-index: 1; }
  .timeline__start {
    border: 3px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1; }
    .timeline__start:after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff; }
  .timeline__segment {
    width: 100vw;
    height: 2px;
    background: #fff;
    float: left;
    position: relative;
    margin-top: 24px;
    z-index: 1; }
    .timeline__segment:first-child {
      width: calc(100vw - 70px);
      margin-left: 50px; }
  .timeline__lbl {
    display: block;
    font-size: 25px;
    font-family: 'volvo_broad';
    position: absolute;
    left: 40px;
    top: -44px;
    color: #fff; }
    .timeline__lbl:after {
      content: "";
      display: block;
      height: 20px;
      width: 1px;
      background: #fff;
      position: absolute;
      left: 50%;
      bottom: -20px; }
  .timeline__point {
    color: #fff;
    padding-top: 25px;
    position: absolute;
    top: -7px;
    cursor: pointer;
    /*&--active {
      .timeline__pointmarker:before {
        transform: scale(.9);
      }

      .timeline__pointmarker:after {
        animation: none;
        border: 3px solid #fff;
        width: 24px;
        height: 24px;
        top: -7px;
        margin-left: -15px
      }
  }*/ }
    .timeline__pointmarker {
      position: absolute;
      top: 0;
      width: 16px;
      height: 16px;
      left: 50%;
      margin-left: -8px; }
      .timeline__pointmarker:before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -8px;
        transform: scale(0.75);
        transition: all .15s ease; }
      .timeline__pointmarker:after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.6);
        position: absolute;
        top: -3px;
        left: 50%;
        margin-left: -11px;
        transform: scale(1);
        animation: pulsate .5s infinite; }
    .timeline__pointlbl {
      font-size: 12px; }
    .timeline__point:hover:before {
      transform: scale(1); }
    .timeline__point:hoverlbl {
      color: #142260; }
  @media (max-width: 767px) {
    .timeline {
      height: 30px;
      bottom: 70px; }
      .timeline__segment {
        margin-top: 15px; }
        .timeline__segment:first-child {
          width: calc(100vw - 50px);
          margin-left: 30px; }
      .timeline__lbl {
        display: none; }
      .timeline__pointlbl {
        font-size: 7px;
        text-align: center;
        max-width: 75px; }
      .timeline__start {
        width: 30px;
        height: 30px; }
        .timeline__start:after {
          width: 11px;
          height: 11px; } }

.video {
  width: 620px;
  position: relative; }
  .video:before {
    content: "";
    display: block;
    padding-bottom: 56.30769%;
    width: 100%; }
  .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.bgvideo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .bgvideo video {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .bgvideo__hidden {
    opacity: 0; }

@media (max-height: 1024px) {
  .video {
    width: 500px; } }

@media (max-width: 768px) {
  .video {
    width: 350px; } }

@media (max-width: 767px) {
  .video {
    display: none; }
  .bgvideo {
    display: none; } }

.visual {
  position: absolute;
  width: 50vw;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100; }
  .visual__close {
    position: absolute;
    top: 80px;
    right: 20px;
    color: #000;
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    z-index: 10;
    display: none; }
    .visual__close .icon {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 16px;
      height: 16px; }
  .visual__fig {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 240px;
    transition: width .2s ease-out;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateX(-50%); }
  .visual--full .visual__fig {
    width: 100%; }
  .visual--full .visual__lbl, .visual--full .btn {
    opacity: 0;
    transition: opacity .15s; }
  .visual__lbl {
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 20px;
    padding-left: 160px;
    white-space: nowrap; }
    .visual__lbl:before {
      content: "";
      display: block;
      width: 140px;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 0;
      top: 11px; }
  .visual .btn {
    position: absolute;
    bottom: 160px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%); }
  .visual.showvisual-enter {
    transform: scale(0, 1); }
  .visual.showvisual-enter.showvisual-enter-active {
    transform: scale(1);
    transition: all .15s; }
  .visual.showvisual-leave {
    transform: scale(1); }
  .visual.showvisual-leave.showvisual-enter-active {
    transform: scale(0, 1);
    transition: all .15s; }
  @media (max-width: 767px) {
    .visual {
      width: 100vw; }
      .visual__close {
        display: block; }
      .visual__fig {
        width: 100%; }
      .visual__lbl {
        top: 80px; } }

.detail {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background: #fff; }
  .detail:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 130px;
    z-index: 2;
    background: linear-gradient(to bottom, white 70%, rgba(255, 255, 255, 0) 100%); }
  .detail__holder {
    height: 100%;
    width: 100%;
    overflow: auto; }
  .detail__content {
    max-width: 330px;
    margin: 0 auto;
    padding: 120px 0 100px 0; }
  .detail__close {
    position: absolute;
    top: 120px;
    right: 30px;
    color: #000;
    width: 54px;
    height: 54px;
    border: 1px solid #0B1E5A;
    border-radius: 50%; }
    .detail__close .icon {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 16px;
      height: 16px; }
  .detail a:hover {
    text-decoration: underline; }
  .detail.showdetail-enter {
    transform: translateX(100%); }
  .detail.showdetail-enter.showdetail-enter-active {
    transform: translateX(0);
    transition: all .2s ease-out; }
  .detail.showdetail-leave {
    transform: translateX(0); }
  .detail.showdetail-leave.showdetail-leave-active {
    transform: translateX(100%);
    transition: all .2s ease-in; }
  @media (max-width: 767px) {
    .detail {
      left: 0; }
      .detail:before, .detail:after {
        display: none; }
      .detail__close {
        position: relative;
        z-index: 10;
        float: right;
        top: 80px;
        right: 0; }
        .detail__close:after {
          display: none; }
      .detail__content {
        padding: 30px 0 50px 0;
        max-width: none; }
      .detail__holder {
        padding: 0 20px; }
      .detail .title {
        padding-right: 60px; } }

.input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  line-height: normal;
  padding: 5px 0;
  -moz-appearance: textfield; }
  .input::-webkit-inner-spin-button, .input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .input ::-webkit-input-placeholder {
    color: #9B9B9B; }
  .input ::-moz-placeholder {
    color: #9B9B9B; }
  .input :-ms-input-placeholder {
    color: #9B9B9B; }
  .input :-moz-placeholder {
    color: #9B9B9B; }

.frm__row {
  position: relative;
  margin-bottom: 10px; }

.frm__lbl {
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px; }
  .frm__lbl:before {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #142260;
    position: absolute;
    top: 10px;
    left: 15px;
    transform: rotate(-70deg); }
  .frm__lbl .icon {
    color: #142260;
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 23px; }

.frm__errors {
  margin-bottom: 20px; }

.frm__error {
  color: red;
  display: block; }

.link {
  display: inline-block;
  text-decoration: underline;
  position: relative; }
  .link--icon {
    padding-left: 40px; }
  .link .icon {
    top: 50%;
    left: 0;
    width: 32px;
    transform: translateY(-50%); }

.rad {
  position: relative;
  margin-bottom: 8px; }
  .rad--inline {
    display: inline-block;
    margin-right: 20px; }
  .rad__lbl {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding-left: 30px;
    font-size: 18px;
    color: #000; }
  .rad__check {
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 0;
    border: 1px solid #000;
    border-radius: 50%; }
    .rad__check:after {
      content: "";
      display: none;
      width: 8px;
      height: 8px;
      background: #142260;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .rad__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .rad .icon {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    color: #142260;
    display: none; }
  .rad__input:checked + .rad__check:after {
    display: block; }

.home {
  width: 100%;
  height: 100%;
  position: relative; }
  .home__segment-slider {
    z-index: 1;
    position: absolute; }
  .home__timeline-slider {
    z-index: 3;
    position: absolute;
    height: 130px;
    bottom: 0; }
  .home .visual {
    z-index: 11; }
    .home .visual--full {
      z-index: 4; }
  .home .detail {
    z-index: 5; }

.intro {
  position: relative;
  z-index: 2;
  height: 100%; }
  .intro:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2); }
  .intro__logo {
    width: 315px;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
    z-index: 2;
    color: #fff;
    transform: scale(1.15) translateX(-20px);
    opacity: 0; }
    .intro__logo:before {
      top: 0; }
    .intro__logo:after {
      bottom: 0; }
    .intro__logo .icon {
      position: relative;
      width: 315px;
      height: 105px; }
  .intro__txt {
    opacity: 0; }
  .intro__content {
    width: 315px;
    margin: 0 auto 90px auto;
    position: relative;
    z-index: 1;
    text-align: center; }
    .intro__content p {
      color: #fff;
      text-align: justify;
      line-height: 22px;
      text-shadow: 1px 1px 3px black; }
    .intro__content a {
      text-decoration: underline; }
    .intro__content--hidden {
      display: none; }
    .intro__content .segment__title {
      font-size: 55px;
      margin: 0 0 25px 0; }
    .intro__content + .intro__content {
      text-align: center; }
      .intro__content + .intro__content .intro__txt p {
        text-align: center; }
      .intro__content + .intro__content .intro__logo {
        transform: none; }
  .intro__links {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 98px; }
  .intro .link {
    color: #fff;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold; }
  @media (max-width: 767px) {
    .intro .intro__logo, .intro .intro__txt {
      opacity: 1;
      transform: none; }
    .intro .intro__logo {
      width: 200px;
      padding: 20px 0; }
      .intro .intro__logo .icon {
        width: 200px;
        height: 67px; }
    .intro .intro__content {
      width: auto;
      padding: 0 20px; }
    .intro .intro__links {
      margin-bottom: 0; } }

p.intro__highlight, a.intro__highlight {
  padding: 18px 25px;
  background: #FFF;
  color: #111;
  text-shadow: none;
  text-align: center;
  cursor: pointer; }

/*# sourceMappingURL=main-8c71557def774932ee90.css.map*/