@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
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: transparent;
}
a:active,
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 {
  -moz-box-sizing: content-box;
  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"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
/** Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
* Less Version by Seth Coelen https://github.com/whatsnewsaes
*/
.block-center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.fullyalign {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .valign {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  min-height: 1px;
}
/* For devices smaller than 768px */
@media (max-width: 319px) {
  [class*=" xs"].column,
  [class*=" xs"].columns {
    margin-left: 4%;
  }
  [class*=" xs"].column:first-child,
  [class*=" xs"].columns:first-child {
    margin-left: 0;
  }
  .one-xs.column,
  .one-xs.columns {
    width: 4.66666667%;
  }
  .two-xs.columns {
    width: 13.33333333%;
  }
  .three-xs.columns {
    width: 22%;
  }
  .four-xs.columns {
    width: 30.66666667%;
  }
  .five-xs.columns {
    width: 39.33333333%;
  }
  .six-xs.columns {
    width: 48%;
  }
  .seven-xs.columns {
    width: 56.66666667%;
  }
  .eight-xs.columns {
    width: 65.33333333%;
  }
  .nine-xs.columns {
    width: 74%;
  }
  .ten-xs.columns {
    width: 82.66666667%;
  }
  .eleven-xs.columns {
    width: 91.33333333%;
  }
  .twelve-xs.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third-xs.column {
    width: 30.66666667%;
  }
  .two-thirds-xs.column {
    width: 65.33333333%;
  }
  .one-half-xs.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one-xs.column,
  .offset-by-one-xs.columns {
    margin-left: 8.66666667%;
  }
  .offset-by-two-xs.column,
  .offset-by-two-xs.columns {
    margin-left: 17.33333333%;
  }
  .offset-by-three-xs.column,
  .offset-by-three-xs.columns {
    margin-left: 26%;
  }
  .offset-by-four-xs.column,
  .offset-by-four-xs.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-five-xs.column,
  .offset-by-five-xs.columns {
    margin-left: 43.33333333%;
  }
  .offset-by-six-xs.column,
  .offset-by-six-xs.columns {
    margin-left: 52%;
  }
  .offset-by-seven-xs.column,
  .offset-by-seven-xs.columns {
    margin-left: 60.66666667%;
  }
  .offset-by-eight-xs.column,
  .offset-by-eight-xs.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-nine-xs.column,
  .offset-by-nine-xs.columns {
    margin-left: 78%;
  }
  .offset-by-ten-xs.column,
  .offset-by-ten-xs.columns {
    margin-left: 86.66666667%;
  }
  .offset-by-eleven-xs.column,
  .offset-by-eleven-xs.columns {
    margin-left: 95.33333333%;
  }
  .offset-by-one-third-xs.column,
  .offset-by-one-third-xs.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-two-thirds-xs.column,
  .offset-by-two-thirds-xs.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-one-half-xs.column,
  .offset-by-one-half-xs.column {
    margin-left: 52%;
  }
}
/* For devices larger than 768px */
@media (min-width: 320px) {
  .container {
    width: 100%;
    padding: 0;
  }
  [class*=" sm"].column,
  [class*=" sm"].columns {
    margin-left: 4%;
  }
  [class*=" sm"].column:first-child,
  [class*=" sm"].columns:first-child {
    margin-left: 0;
  }
  .one-sm.column,
  .one-sm.columns {
    width: 4.66666667%;
  }
  .two-sm.columns {
    width: 13.33333333%;
  }
  .three-sm.columns {
    width: 22%;
  }
  .four-sm.columns {
    width: 30.66666667%;
  }
  .five-sm.columns {
    width: 39.33333333%;
  }
  .six-sm.columns {
    width: 48%;
  }
  .seven-sm.columns {
    width: 56.66666667%;
  }
  .eight-sm.columns {
    width: 65.33333333%;
  }
  .nine-sm.columns {
    width: 74%;
  }
  .ten-sm.columns {
    width: 82.66666667%;
  }
  .eleven-sm.columns {
    width: 91.33333333%;
  }
  .twelve-sm.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third-sm.column {
    width: 30.66666667%;
  }
  .two-thirds-sm.column {
    width: 65.33333333%;
  }
  .one-half-sm.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one-sm.column,
  .offset-by-one-sm.columns {
    margin-left: 8.66666667%;
  }
  .offset-by-two-sm.column,
  .offset-by-two-sm.columns {
    margin-left: 17.33333333%;
  }
  .offset-by-three-sm.column,
  .offset-by-three-sm.columns {
    margin-left: 26%;
  }
  .offset-by-four-sm.column,
  .offset-by-four-sm.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-five-sm.column,
  .offset-by-five-sm.columns {
    margin-left: 43.33333333%;
  }
  .offset-by-six-sm.column,
  .offset-by-six-sm.columns {
    margin-left: 52%;
  }
  .offset-by-seven-sm.column,
  .offset-by-seven-sm.columns {
    margin-left: 60.66666667%;
  }
  .offset-by-eight-sm.column,
  .offset-by-eight-sm.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-nine-sm.column,
  .offset-by-nine-sm.columns {
    margin-left: 78%;
  }
  .offset-by-ten-sm.column,
  .offset-by-ten-sm.columns {
    margin-left: 86.66666667%;
  }
  .offset-by-eleven-sm.column,
  .offset-by-eleven-sm.columns {
    margin-left: 95.33333333%;
  }
  .offset-by-one-third-sm.column,
  .offset-by-one-third-sm.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-two-thirds-sm.column,
  .offset-by-two-thirds-sm.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-one-half-sm.column,
  .offset-by-one-half-sm.column {
    margin-left: 52%;
  }
}
/* For devices larger than 1024px */
@media (min-width: 768px) {
  .container {
    width: 690px;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666667%;
  }
  .two.columns {
    width: 13.33333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.66666667%;
  }
  .five.columns {
    width: 39.33333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66666667%;
  }
  .eight.columns {
    width: 65.33333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66666667%;
  }
  .eleven.columns {
    width: 91.33333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.66666667%;
  }
  .two-thirds.column {
    width: 65.33333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}
/* For devices larger than desktop */
@media (min-width: 1280px) {
  .container {
    width: 1050px;
  }
  [class*=" lg"].column,
  [class*=" lg"].columns {
    margin-left: 4%;
  }
  [class*=" lg"].column:first-child,
  [class*=" lg"].columns:first-child {
    margin-left: 0;
  }
  .one-lg.column,
  .one-lg.columns {
    width: 4.66666667%;
  }
  .two-lg.columns {
    width: 13.33333333%;
  }
  .three-lg.columns {
    width: 22%;
  }
  .four-lg.columns {
    width: 30.66666667%;
  }
  .five-lg.columns {
    width: 39.33333333%;
  }
  .six-lg.columns {
    width: 48%;
  }
  .seven-lg.columns {
    width: 56.66666667%;
  }
  .eight-lg.columns {
    width: 65.33333333%;
  }
  .nine-lg.columns {
    width: 74%;
  }
  .ten-lg.columns {
    width: 82.66666667%;
  }
  .eleven-lg.columns {
    width: 91.33333333%;
  }
  .twelve-lg.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third-lg.column {
    width: 30.66666667%;
  }
  .two-thirds-lg.column {
    width: 65.33333333%;
  }
  .one-half-lg.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one-lg.column,
  .offset-by-one-lg.columns {
    margin-left: 8.66666667%;
  }
  .offset-by-two-lg.column,
  .offset-by-two-lg.columns {
    margin-left: 17.33333333%;
  }
  .offset-by-three-lg.column,
  .offset-by-three-lg.columns {
    margin-left: 26%;
  }
  .offset-by-four-lg.column,
  .offset-by-four-lg.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-five-lg.column,
  .offset-by-five-lg.columns {
    margin-left: 43.33333333%;
  }
  .offset-by-six-lg.column,
  .offset-by-six-lg.columns {
    margin-left: 52%;
  }
  .offset-by-seven-lg.column,
  .offset-by-seven-lg.columns {
    margin-left: 60.66666667%;
  }
  .offset-by-eight-lg.column,
  .offset-by-eight-lg.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-nine-lg.column,
  .offset-by-nine-lg.columns {
    margin-left: 78%;
  }
  .offset-by-ten-lg.column,
  .offset-by-ten-lg.columns {
    margin-left: 86.66666667%;
  }
  .offset-by-eleven-lg.column,
  .offset-by-eleven-lg.columns {
    margin-left: 95.33333333%;
  }
  .offset-by-one-third-lg.column,
  .offset-by-one-third-lg.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-two-thirds-lg.column,
  .offset-by-two-thirds-lg.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-one-half-lg.column,
  .offset-by-one-half-lg.column {
    margin-left: 52%;
  }
}
/* For devices larger than desktophd */
@media (min-width: 1680px) {
  .container {
    width: 1050px;
  }
}
/* For devices smaller than 768px */
@media (max-width: 767px) {
  .hide-for-mobile {
    display: none!important;
  }
}
/* For devices larger than 768px */
@media (min-width: 768px) {
  .show-for-mobile {
    display: none!important;
  }
}
/* For devices smaller than 992px */
@media (min-width: 768px) (max-width: 767px) {
  .show-for-tablet-only {
    display: block!important;
  }
}
/* For devices larger than 992px */
@media (min-width: 768px) and (max-width: 1279px) {
  .hide-for-tablet-only {
    display: none!important;
  }
}
/* For devices smaller than 1200px */
@media (max-width: 1279px) {
  .show-for-desktop {
    display: none!important;
  }
}
/* For devices larger than 1200px */
@media (min-width: 1280px) {
  .hide-for-desktop {
    display: none!important;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 2.4rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: #222222;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 0px;
  margin-bottom: 100px;
  border-width: 0;
  border-top: 2px solid #eeeeee;
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
}
h1 {
  font-size: 4.8rem;
  line-height: 2.8rem;
}
h2 {
  font-size: 3.6rem;
  line-height: 2.8rem;
}
h3 {
  font-size: 3rem;
  line-height: 2.8rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
h5 {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
h6 {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
/* Larger than desktop */
@media (min-width: 1280px) {
  h1 {
    font-size: 4.8rem;
    line-height: inherit;
  }
  h2 {
    font-size: 3.6rem;
    line-height: inherit;
  }
  h3 {
    font-size: inherit;
    line-height: inherit;
  }
  h4 {
    font-size: inherit;
    line-height: inherit;
  }
  h5 {
    font-size: 1.6rem;
    line-height: inherit;
  }
  h6 {
    font-size: 1.6rem;
    line-height: inherit;
  }
}
/* Smaller than tablet */
@media (max-width: 767px) {
  h1 {
    font-size: 3.4rem;
    line-height: inherit;
  }
  h2 {
    font-size: 3.6rem;
    line-height: inherit;
  }
  h3 {
    font-size: inherit;
    line-height: inherit;
  }
  h4 {
    font-size: inherit;
    line-height: inherit;
  }
  h5 {
    font-size: 1.6rem;
    line-height: inherit;
  }
  h6 {
    font-size: 1.6rem;
    line-height: inherit;
  }
}
/* Smaller than mobile */
@media (max-width: 319px) {
  h1 {
    font-size: 3.4rem;
    line-height: inherit;
  }
  h2 {
    font-size: 3.6rem;
    line-height: inherit;
  }
  h3 {
    font-size: inherit;
    line-height: inherit;
  }
  h4 {
    font-size: inherit;
    line-height: inherit;
  }
  h5 {
    font-size: 1.6rem;
    line-height: inherit;
  }
  h6 {
    font-size: 1.6rem;
    line-height: inherit;
  }
}
p {
  margin-top: 0;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1c7cd6;
}
a:hover {
  color: #196fbf;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button {
  display: inline-block;
  height: 45px;
  padding: 0 15px;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 4.3rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: 'Montserrat', sans-serif;
}
.button.small,
button.small {
  height: 36px;
  padding: 7px 28px;
  font-size: 12px;
}
.button.large,
button.large {
  height: 62px;
  padding: 15px 65px;
  font-size: 20px;
}
@media (max-width: 319px) {
  .button,
  button {
    white-space: inherit;
  }
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 45px;
  padding: 0 15px;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 4.3rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: 'Montserrat', sans-serif;
}
.button:hover,
button:hover {
  color: #444444;
  border-color: #888888;
  outline: 0;
  background-color: #ffffff;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #444444;
  border-color: #888888;
  outline: 0;
  background-color: #ffffff;
}
.button:focus,
button:focus {
  color: #444444;
  border-color: #888888;
  outline: 0;
  background-color: #ffffff;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #444444;
  border-color: #888888;
  outline: 0;
  background-color: #ffffff;
}
.button.button-primary,
button.button-primary {
  color: #ffffff;
  background-color: #f08c00;
  border-color: none;
}
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #ffffff;
  background-color: #f08c00;
  border-color: none;
}
.button.button-primary:hover,
button.button-primary:hover {
  color: #ffffff;
  background-color: #f59f00;
  border-color: #a35f00;
}
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover {
  color: #ffffff;
  background-color: #f59f00;
  border-color: #a35f00;
}
.button.button-primary:focus,
button.button-primary:focus {
  color: #ffffff;
  background-color: #f59f00;
  border-color: #a35f00;
}
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #ffffff;
  background-color: #f59f00;
  border-color: #a35f00;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  height: 45px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
.list-inline {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-inline li {
  display: inline;
  vertical-align: middle;
}
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  box-sizing: border-box;
}
.max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.hide {
  display: none;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right {
  padding-left: 10px;
}
.media-left {
  padding-right: 10px;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/**
 * wallop.css
 *
 * @fileoverview Default styles for wallop – recommended
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
/**
 * wallop.css
 *
 * @fileoverview Default styles for wallop – recommended
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
.Wallop {
  position: relative;
}
.Wallop-list {
  position: relative;
  overflow: hidden;
}
.Wallop-item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.Wallop-item--current {
  visibility: visible;
  position: relative;
}
/**
 * Wallop--scale.css
 *
 * @fileoverview Scale animation for Wallop
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/Wallop
 */
.Wallop--scale .Wallop-item--hidePrevious,
.Wallop--scale .Wallop-item--hideNext {
  visibility: visible;
  -webkit-animation: scaleOut 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
  -moz-animation: scaleOut 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
  -ms-animation: scaleOut 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
  animation: scaleOut 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}
/*
  In order to scale out properly we need to make sure
  that the item that is going to be the previous one
  has a higer z-index that the next one
 */
.Wallop--scale .Wallop-item--hidePrevious,
.Wallop--scale .Wallop-item--hideNext {
  z-index: 2;
}
.Wallop--scale .Wallop-item--showPrevious,
.Wallop--scale .Wallop-item--showNext {
  z-index: 1;
}
/*==========  SCALE ANIMATIONS  ==========*/
@-webkit-keyframes scaleOut {
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes scaleOut {
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-ms-keyframes scaleOut {
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes scaleOut {
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
header {
  min-height: 585px;
  background: url('../images/bg-hero.png') no-repeat center;
  background-size: cover;
}
.navbar {
  height: 160px;
}
@media (max-width: 767px) {
  .navbar {
    height: 80px;
  }
}
.navbar.fixed-theme {
  background-color: #222;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  height: 70px;
}
@media (max-width: 767px) {
  .navbar.fixed-theme {
    height: 60px;
  }
}
.navbar-fixed-top {
  margin-bottom: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.navbar-container {
  padding-top: 40px;
  text-align: justify;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media (min-width: 768px) {
  .navbar-container.fixed-theme {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-container {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .navbar-container:after {
    content: '';
    width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
}
.navbar-brand {
  margin-right: 10px;
  padding: 20px 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand.fixed-theme {
  width: 144px;
  height: 30px;
}
.navbar .nav {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .navbar .nav {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.navbar .nav > li {
  margin: 0 0 0 20px;
  display: block;
  float: left;
}
.navbar .nav > li:first-child {
  margin-left: 0;
}
.navbar .nav > li > a {
  float: none;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 2px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 767px) {
  .navbar .nav > li > a {
    letter-spacing: 1px;
  }
}
.navbar .nav > li > a:hover,
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
}
.jumbotron {
  padding: 155px 0 100px;
  text-align: center;
}
@media (min-width: 1280px) {
  .jumbotron {
    padding: 180px 0 120px;
  }
}
@media (max-width: 767px) {
  .jumbotron {
    padding: 100px 0 60px;
  }
}
.jumbotron .logo-mobile {
  margin-bottom: 40px;
}
.jumbotron h1 {
  margin-bottom: 0;
  max-width: 570px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media (min-width: 1280px) {
  .jumbotron h1 {
    max-width: 850px;
  }
}
.jumbotron h1:after {
  content: '';
  margin: 20px auto;
  display: block;
  background-color: #ffffff;
  width: 180px;
  height: 2px;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .jumbotron h1:after {
    width: 120px;
  }
}
.jumbotron p {
  max-width: 585px;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 1.6rem;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .jumbotron p {
    margin: 0 50px 40px;
  }
}
@media (max-width: 767px) {
  .jumbotron .button {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.jumbotron .button-primary {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .jumbotron .button-primary {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
@media (max-width: 767px) {
  .improve {
    padding-bottom: 0;
  }
}
.improve h1 {
  max-width: 580px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .improve h1 {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .improve h1 {
    margin-bottom: 40px;
    padding: 0 30px;
  }
}
.improve div[class*=' pic-improve'] {
  width: 350px;
  height: 350px;
}
@media (max-width: 767px) {
  .improve div[class*=' pic-improve'] {
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: 30px;
    width: 320px;
    height: 320px;
  }
}
.improve .pic-improve-1 {
  background: url('../images/pic-improve-1.png') no-repeat center center;
}
.improve .pic-improve-2 {
  background: url('../images/pic-improve-2.png') no-repeat center center;
}
.improve .pic-improve-3 {
  background: url('../images/pic-improve-3.png') no-repeat center center;
}
@media (min-width: 768px) {
  .improve .content {
    background-color: #fbfbfb;
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .improve .content {
    margin-bottom: 30px;
  }
}
.shift h1 {
  margin-bottom: 40px;
}
.shift h1 + h6 {
  margin-bottom: 10px;
}
.shift h1 + h6 + p {
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .shift img {
    margin-top: 20px;
  }
}
@media (max-width: 1279px) {
  .shift img {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .shift img {
    max-width: 425px;
    position: relative;
    left: -150px;
  }
}
@media (max-width: 1279px) {
  .shift .text-right {
    text-align: left;
  }
  .shift .text-right .right:after {
    margin-left: 0;
  }
}
.point {
  padding: 120px 0;
  background: url('../images/bg-divider-1.png') no-repeat center;
  background-size: cover;
}
@media (max-width: 1279px) {
  .point {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .point {
    padding: 60px 0;
  }
}
.point ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.point ul li {
  display: table-cell;
  text-align: center;
}
@media (max-width: 767px) {
  .point ul li {
    width: 100%;
    display: table;
  }
}
.point ul li .count {
  margin-bottom: 20px;
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 100%;
  display: block;
  color: #ffffff;
}
@media (max-width: 767px) {
  .point ul li .count {
    width: 40%;
    display: table-cell;
    font-size: 3.6rem;
    line-height: 5.2rem;
    vertical-align: middle;
  }
}
.point ul li p {
  margin: 0;
  line-height: 2.4rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .point ul li p {
    width: 60%;
    padding-left: 20px;
    display: table-cell;
    line-height: 2rem;
    vertical-align: middle;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .point ul li:last-child {
    display: none;
  }
}
.advantage {
  padding-bottom: 60px;
}
.advantage h1 {
  margin-bottom: 60px;
}
.advantage .icon {
  display: block;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .advantage .icon {
    position: absolute;
  }
}
.advantage .icon-1 {
  background-image: url('../images/icon-1.svg');
}
.advantage .icon-2 {
  background-image: url('../images/icon-2.svg');
}
.advantage .icon-3 {
  background-image: url('../images/icon-3.svg');
}
.advantage .icon-4 {
  background-image: url('../images/icon-4.svg');
}
.advantage .icon-5 {
  background-image: url('../images/icon-5.svg');
}
.advantage .icon-6 {
  background-image: url('../images/icon-6.svg');
}
.advantage .icon-7 {
  background-image: url('../images/icon-7.svg');
}
.advantage .icon-8 {
  background-image: url('../images/icon-8.svg');
}
.advantage .icon-9 {
  background-image: url('../images/icon-9.svg');
}
.advantage h5 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .advantage h5 {
    padding-left: 70px;
    text-align: left;
  }
}
.advantage p {
  margin-bottom: 40px;
  line-height: 2.4rem;
}
@media (max-width: 767px) {
  .advantage p {
    padding-left: 70px;
    text-align: left;
  }
}
.testimonials .media-body,
.testimonials .media-left {
  vertical-align: middle;
}
@media (max-width: 1279px) {
  .testimonials .media-body,
  .testimonials .media-left {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.testimonials .media-left {
  padding-right: 0;
}
.testimonials .media-object {
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(187, 187, 187, 0.7);
  -moz-box-shadow: 0px 20px 30px 0px rgba(187, 187, 187, 0.7);
  box-shadow: 0px 20px 30px 0px rgba(187, 187, 187, 0.7);
}
@media (max-width: 1279px) {
  .testimonials .media-object {
    margin-bottom: 40px;
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .testimonials .media-object {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1280px) {
  .testimonials .media-body {
    max-width: 380px;
    padding-left: 120px;
  }
}
@media (max-width: 1279px) {
  .testimonials .media-body {
    max-width: 510px;
  }
}
.testimonials .media-body p {
  margin-bottom: 20px;
  color: #3b3c43;
  font-size: 1.6rem;
  line-height: 3.0rem;
  font-family: 'PT Serif', serif;
}
@media (max-width: 1279px) {
  .testimonials .media-body p {
    text-align: center;
  }
}
.testimonials .media-body .media-title {
  margin-bottom: 0;
  text-transform: uppercase;
}
.testimonials .media-body .media-sub-title {
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .testimonials .media-body > * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  .testimonials .media-body .lead:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonials .Wallop-dot {
  position: absolute;
  top: 200px;
  right: -60px;
  cursor: pointer;
}
@media (min-width: 1680px) {
  .testimonials .Wallop-dot {
    right: -200px;
  }
}
@media (max-width: 1279px) {
  .testimonials .Wallop-dot {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .testimonials .Wallop-dot {
    right: -30px;
    top: 40px;
    bottom: auto;
  }
}
.testimonials .Wallop-dot .user-pic {
  width: 180px;
  height: 180px;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(187, 187, 187, 0.7);
  -moz-box-shadow: 0px 10px 15px 0px rgba(187, 187, 187, 0.7);
  box-shadow: 0px 10px 15px 0px rgba(187, 187, 187, 0.7);
}
@media (max-width: 1279px) {
  .testimonials .Wallop-dot .user-pic {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .testimonials .Wallop-dot .user-pic {
    width: 80px;
    height: 80px;
  }
}
.testimonials .Wallop-dot .icon {
  position: absolute;
  left: 0;
  bottom: 0;
}
.testimonials .Wallop-dot--current {
  display: none;
}
.testimonials .Wallop-dot:hover .user-pic,
.testimonials .Wallop-dot:focus .user-pic {
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.testimonials .Wallop-dot:hover .icon,
.testimonials .Wallop-dot:focus .icon {
  background-color: #329af0;
}
.screens {
  padding-bottom: 0;
}
.screens h1 {
  margin-bottom: 40px;
}
.screens .Wallop-list {
  overflow: inherit;
}
@media (max-width: 767px) {
  .screens .Wallop-item {
    margin-bottom: 60px;
    visibility: visible;
    position: inherit;
  }
}
.screens .Wallop-item .content {
  height: 72px;
  max-width: 480px;
  margin-bottom: 85px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media (max-width: 1279px) {
  .screens .Wallop-item .content {
    max-width: 510px;
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .screens .Wallop-item .content {
    height: auto;
    margin-bottom: 40px;
  }
}
.screens .Wallop-item .img-thumbnail {
  margin: 0 auto;
  -webkit-box-shadow: 0 20px 30px 0 rgba(187, 187, 187, 0.7);
  -moz-box-shadow: 0 20px 30px 0 rgba(187, 187, 187, 0.7);
  box-shadow: 0 20px 30px 0 rgba(187, 187, 187, 0.7);
}
.screens .id-item {
  position: absolute;
  top: 90px;
  color: #868e96;
  font-size: 1.2rem;
}
@media (max-width: 1279px) {
  .screens .id-item {
    display: none;
  }
}
.screens .id-item.previous {
  left: 25px;
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
.screens .id-item.next {
  right: 25px;
  -webkit-transform: translate(30%, 0);
  -moz-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  -o-transform: translate(30%, 0);
  transform: translate(30%, 0);
}
.screens button {
  position: absolute;
  top: 125px;
  z-index: 3;
}
@media (max-width: 767px) {
  .screens button {
    display: none;
  }
}
.screens button.Wallop-buttonPrevious {
  left: 25px;
}
@media (max-width: 1279px) {
  .screens button.Wallop-buttonPrevious {
    left: 20px;
  }
}
.screens button.Wallop-buttonNext {
  right: 25px;
}
@media (max-width: 1279px) {
  .screens button.Wallop-buttonNext {
    right: 20px;
  }
}
.screens button:hover .icon {
  background-color: #329af0;
}
.support {
  padding: 0;
  color: #ffffff;
}
.support .container {
  padding: 0;
}
.support h5,
.support p,
.support ul {
  position: relative;
  z-index: 1;
}
.support .row.flex .columns {
  position: relative;
}
@media (min-width: 1280px) {
  .support .row.flex .columns {
    height: 560px;
  }
}
.support .row.flex .left {
  padding: 100px 90px;
}
@media (min-width: 1280px) {
  .support .row.flex .left {
    padding: 130px 110px 130px 0;
  }
}
@media (max-width: 767px) {
  .support .row.flex .left {
    padding: 60px 30px;
  }
}
.support .row.flex .left:before {
  content: '';
  background: url('../images/bg-support.jpg') no-repeat center left;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  width: 100vw;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 1280px) {
  .support .row.flex .left:before {
    max-width: 1900px;
    left: auto;
    right: 0;
    width: 100vw;
    height: 100%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@media (min-width: 1280px) {
  .support .row.flex .left h5 {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .support .row.flex .left h5 {
    text-align: center;
  }
}
.support .row.flex .right {
  padding-right: 0 ;
  padding-left: 0;
}
@media (min-width: 1280px) {
  .support .row.flex .right {
    padding-left: 110px;
  }
}
@media (max-width: 767px) {
  .support .row.flex .right {
    padding-right: 30px ;
    padding-left: 30px;
  }
}
.support .row.flex .right > * {
  padding: 40px 0 40px 118px;
  float: left;
  width: 50%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  .support .row.flex .right > * {
    padding: 60px 0 0 100px;
    float: inherit;
    width: auto;
    height: 220px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}
@media (max-width: 767px) {
  .support .row.flex .right > * {
    padding-top: 30px;
    padding-bottom: 30px;
    float: inherit;
    width: auto;
    height: auto;
  }
}
.support .row.flex .right > *:before {
  content: '';
  background: #1c7cd6;
  position: absolute;
  top: 0;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  width: 50vw;
  height: 100%;
}
@media (min-width: 1280px) {
  .support .row.flex .right > *:before {
    max-width: 950px;
    left: 0;
    width: 100vw;
    height: 50%;
  }
}
@media (max-width: 767px) {
  .support .row.flex .right > *:before {
    width: 100vw;
    height: 50%;
  }
}
.support .row.flex .right h5 {
  margin-bottom: 10px;
  color: #a3daff;
}
.support .row.flex .right p {
  margin-bottom: 0;
}
.support .row.flex .right p:after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40%;
  left: -30px;
  width: 48px;
  height: 48px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media (min-width: 1280px) {
  .support .row.flex .right p:after {
    left: -52px;
  }
}
.support .row.flex .right .r1 {
  padding-left: 78px;
  padding-right: 40px;
}
@media (min-width: 1280px) {
  .support .row.flex .right .r1 {
    padding-left: 100px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .support .row.flex .right .r1 {
    padding-right: 0;
  }
}
.support .row.flex .right .r1:before {
  right: 50%;
}
@media (max-width: 767px) {
  .support .row.flex .right .r1:before {
    right: 0;
    left: 0;
  }
}
.support .row.flex .right .r1 p:after {
  background-image: url('../images/easytouse.svg');
}
@media (max-width: 767px) {
  .support .row.flex .right .r2 {
    padding-left: 78px;
  }
}
.support .row.flex .right .r2:before {
  background: #1874ca;
  left: 50%;
}
@media (min-width: 1280px) {
  .support .row.flex .right .r2:before {
    top: 50%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .support .row.flex .right .r2:before {
    top: 50%;
    left: 0;
    right: 0;
  }
}
.support .row.flex .right .r2 p:after {
  background-image: url('../images/reliability.svg');
}
.support ul {
  margin: 0;
}
.support ul:before {
  content: '';
  width: 100px;
  margin-bottom: 20px;
  display: block;
  border: 1px solid #ffffff;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .support ul:before {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.support ul li {
  margin-bottom: 20px;
  list-style: none;
  position: relative;
  letter-spacing: -0.2px;
}
@media (max-width: 767px) {
  .support ul li {
    padding-left: 21px;
  }
}
.support ul li:before {
  content: '\2022';
  display: block;
  color: #a3daff;
  font-size: 1.85rem;
  position: absolute;
  left: -22px;
  top: 0;
  line-height: inherit;
  font-weight: 700;
}
@media (max-width: 767px) {
  .support ul li:before {
    left: 0px;
  }
}
.support ul li:last-child {
  margin-bottom: 0;
}
.features {
  padding: 100px 0 0;
}
@media (min-width: 1280px) {
  .features {
    padding: 70px 0 0;
  }
}
@media (max-width: 767px) {
  .features {
    padding: 60px 0 0;
  }
}
.features .feature {
  margin-bottom: 70px;
  position: relative;
}
.features .feature.flex .columns {
  padding: 0;
}
@media (min-width: 1280px) {
  .features .feature {
    margin-bottom: 70px;
  }
  .features .feature > * {
    height: 450px;
  }
  .features .feature.left .img-thumbnail {
    right: 100px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(187, 187, 187, 0.7);
    -moz-box-shadow: 0px 20px 30px 0px rgba(187, 187, 187, 0.7);
    box-shadow: 0px 20px 30px 0px rgba(187, 187, 187, 0.7);
  }
  .features .feature.right .img-thumbnail {
    left: 100px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(187, 187, 187, 0.7);
    -moz-box-shadow: 0px 20px 30px 0px rgba(187, 187, 187, 0.7);
    box-shadow: 0px 20px 30px 0px rgba(187, 187, 187, 0.7);
  }
}
@media (max-width: 1279px) {
  .features .feature .valign {
    position: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.features .feature .img-holder {
  position: relative;
}
.features .feature .img-thumbnail {
  max-width: none;
}
@media (min-width: 1280px) {
  .features .feature .img-thumbnail {
    position: absolute;
  }
}
@media (max-width: 1279px) {
  .features .feature .img-thumbnail {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
@media (max-width: 767px) {
  .features .feature .img-thumbnail {
    max-width: 420px;
    position: relative;
    left: -150px;
  }
}
.features h2,
.features p {
  max-width: 480px;
}
@media (max-width: 1279px) {
  .features h2,
  .features p {
    max-width: 700px;
    text-align: center;
  }
}
@media (max-width: 1279px) {
  .features p {
    margin-bottom: 40px;
  }
}
.divider {
  padding: 100px 0;
  background: url('../images/bg-divider-2.png') no-repeat center;
  background-size: cover;
}
@media (max-width: 1279px) {
  .divider {
    padding: 80px 0;
  }
}
.divider h1 {
  margin: 0;
  color: #ffffff;
}
.total-cost {
  padding: 0;
}
@media (max-width: 767px) {
  .total-cost .container {
    padding: 0;
  }
}
.total-cost .row.flex .columns {
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .total-cost .row.flex .columns {
    height: 400px;
  }
}
@media (max-width: 1279px) {
  .total-cost .row.flex .left {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .total-cost .row.flex .left {
    padding: 0 30px;
  }
}
.total-cost .row.flex .left > * {
  position: relative;
}
.total-cost .row.flex .left:before {
  content: '';
  max-width: 950px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../images/bg-total_cost.png') no-repeat center;
  background-size: cover;
  width: 50vw;
  height: 100%;
}
@media (max-width: 767px) {
  .total-cost .row.flex .left:before {
    width: 100vw;
    height: 100%;
  }
}
.total-cost .row.flex .right {
  padding-left: 110px;
}
@media (max-width: 1279px) {
  .total-cost .row.flex .right {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .total-cost .row.flex .right {
    padding: 30px;
  }
}
.total-cost .row.flex .right > * {
  position: relative;
}
.total-cost .row.flex .right:before {
  content: '';
  max-width: 950px;
  position: absolute;
  top: 0;
  left: 0;
  background: #1c7cd6;
  width: 100vw;
  height: 100%;
}
.total-cost h1 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .total-cost h1 {
    margin: 0;
    padding: 60px 0;
    text-align: center;
  }
}
.total-cost .cost {
  padding-bottom: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .total-cost .cost {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.total-cost .cost span {
  padding-left: 10px;
  display: table-cell;
}
.total-cost .cost span:first-child {
  padding-left: 0;
}
.total-cost .cost span:last-child {
  padding-bottom: 15px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .total-cost .cost span {
    vertical-align: top;
  }
  .total-cost .cost span:last-child {
    padding-top: 10px;
    padding-bottom: 0;
    vertical-align: top;
  }
}
.total-cost .cost .value {
  font-size: 3.6rem;
  line-height: 6rem;
  font-weight: 700;
  letter-spacing: -0.7px;
  vertical-align: top;
}
.total-cost .cost .price {
  font-size: 8rem;
  line-height: 8rem;
  font-weight: 700;
  letter-spacing: -1px;
}
.total-cost p {
  font-family: 'PT Serif', serif;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #a3daff;
}
.total-cost p:before {
  content: '';
  display: block;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .total-cost p:before {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .total-cost p {
    margin: 0 10px;
  }
}
.marketing {
  height: 540px;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .marketing {
    height: auto;
  }
}
@media (min-width: 1280px) {
  .marketing .wrapper {
    max-width: 580px;
    margin: 0 0 0 auto;
    position: relative;
  }
}
.marketing h2 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .marketing h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1279px) {
  .marketing .accordion {
    max-width: 420px;
    margin: 0 0 0 auto;
    position: relative;
  }
}
@media (max-width: 767px) {
  .marketing .accordion {
    max-width: none;
  }
}
.marketing .accordion-content .image-holder {
  position: absolute;
  top: 30px;
  left: -80px;
  display: none;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media (max-width: 1279px) {
  .marketing .accordion-content .image-holder {
    width: 295px;
    top: 30px;
    left: -10px;
  }
}
@media (max-width: 767px) {
  .marketing .accordion-content .image-holder {
    display: none!important;
  }
}
.marketing .accordion-content .image-holder:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.marketing .accordion-content#accordion1 .image-holder:before {
  background-image: url('../images/template-2.png');
  top: 40px;
  right: 70px;
  z-index: -1;
  width: 390px;
  height: 658px;
}
@media (max-width: 1279px) {
  .marketing .accordion-content#accordion1 .image-holder:before {
    background-size: cover;
    width: 295px;
    height: 565px;
  }
}
.marketing .accordion-content#accordion2 .image-holder:before {
  background-image: url('../images/template-2.png');
  top: 80px;
  right: 60px;
  z-index: -1;
  width: 410px;
  height: 394px;
}
@media (max-width: 1279px) {
  .marketing .accordion-content#accordion2 .image-holder:before {
    background-size: cover;
    width: 295px;
    height: 565px;
  }
}
.marketing .accordion-content.is-expanded .image-holder {
  display: block;
}
.contacts .media-left {
  padding-right: 80px;
}
@media (max-width: 1279px) {
  .contacts .media-left {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .contacts .media-left {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.contacts .media-body {
  width: 350px;
}
.contacts .media-body .lead {
  font-family: 'PT Serif', serif;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media (max-width: 767px) {
  .contacts .media-body .lead:after {
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .contacts .media-body h2 {
    margin-bottom: 10px;
  }
}
.contacts .media-body p {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contacts .media-body p {
    margin-bottom: 10px;
  }
  .contacts .media-body p.lead {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contacts .media-body {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.contacts .media-right {
  padding-left: 50px;
}
@media (max-width: 1279px) {
  .contacts .media-right {
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
    display: table;
  }
  .contacts .media-right p,
  .contacts .media-right iframe {
    display: table-cell;
    vertical-align: top;
  }
  .contacts .media-right p {
    width: 120px;
    padding-right: 60px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .contacts .media-right p,
  .contacts .media-right iframe {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .contacts .media-right p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contacts .media-right {
    margin-top: 0;
  }
}
.contacts .media-object {
  margin-bottom: 30px;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(187, 187, 187, 0.7);
  -moz-box-shadow: 0px 10px 15px 0px rgba(187, 187, 187, 0.7);
  box-shadow: 0px 10px 15px 0px rgba(187, 187, 187, 0.7);
}
@media (max-width: 767px) {
  .contacts .media-object {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
@media (max-width: 767px) {
  .contacts .media .logo {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.faq h1 {
  margin-bottom: 60px;
}
@media (max-width: 1279px) {
  .faq h1 {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.faq .accordion-title {
  padding: 30px 20px 30px 90px;
}
@media (max-width: 767px) {
  .faq .accordion-title {
    padding: 20px 10px;
  }
}
.faq .accordion-title:before {
  content: "";
  margin-top: -16px;
  display: block;
  border: 2px solid #1c7cd6;
  position: absolute;
  text-align: center;
  font-size: 1.3rem;
  line-height: 28px;
  color: #1c7cd6;
  top: 50%;
  left: 20px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .faq .accordion-title:before {
    display: none;
  }
}
.faq .accordion-title[href="#accordion1"]:before {
  content: "1";
}
.faq .accordion-title[href="#accordion2"]:before {
  content: "2";
}
.faq .accordion-title[href="#accordion3"]:before {
  content: "3";
}
.faq .accordion-title[href="#accordion4"]:before {
  content: "4";
}
.faq .accordion-content p {
  margin: 0 20px 30px 90px;
}
@media (max-width: 767px) {
  .faq .accordion-content p {
    margin: 0 10px 20px 10px;
  }
}
footer {
  padding: 40px 0;
  background-color: #343a40;
  color: #868e96;
}
@media (min-width: 1280px) {
  footer {
    height: 30px;
    padding: 35px 0;
  }
}
@media (max-width: 1279px) {
  footer {
    height: 120px;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  footer {
    height: 190px;
    padding: 30px 0;
  }
}
@media (min-width: 1280px) {
  footer .container {
    text-align: justify;
  }
}
@media (min-width: 1280px) {
  footer .container:after {
    content: '';
    width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
}
footer .navbar-brand {
  padding: 0;
  display: inline-block;
  width: 144px;
  height: 30px;
}
@media (max-width: 1279px) {
  footer .navbar-brand {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    display: table;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (max-width: 767px) {
  footer .navbar-brand {
    top: 130px;
  }
}
footer .nav {
  margin: 0;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
footer .nav > li {
  margin: 0 0 0 20px;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  footer .nav > li {
    margin: 0 0 10px;
    text-align: center;
    float: inherit;
  }
  footer .nav > li:last-child {
    margin: 0;
  }
}
footer .nav > li:first-child {
  margin-left: 0;
}
footer .nav > li > a {
  float: none;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 2px;
  font-weight: 700;
  color: #868e96;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
footer .nav > li > a:hover,
footer .nav .active > a,
footer .nav .active > a:hover {
  color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1279px) {
  footer .nav {
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
@media (max-width: 767px) {
  footer .nav {
    margin-bottom: 75px;
  }
}
footer .copyright {
  display: inline-block;
}
@media (max-width: 1279px) {
  footer .copyright {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  position: relative;
  background-color: #fcfcfc;
}
@media (min-width: 1680px) {
  body {
    max-width: 1900px;
    margin: 0 auto;
    display: block;
  }
}
.container {
  min-width: 320px;
}
@media (min-width: 1280px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container.fluid {
  padding-left: 0;
  padding-right: 0;
}
.row.flex .columns {
  margin-left: 0;
  padding: 0 35px;
}
@media (min-width: 768px) {
  .row.flex .columns.six {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .row.flex .columns {
    padding: 0 30px;
  }
}
@media (min-width: 1280px) {
  .row.flex .columns.four-lg {
    width: 33.333333%;
  }
  .row.flex .columns.six-lg {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .column,
  .columns {
    float: inherit;
    width: 100%;
  }
}
section {
  padding: 100px 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  section {
    padding: 60px 0;
  }
}
section.shaded {
  background-color: #fbfbfb;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
}
h1 {
  line-height: 5.2rem;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  h1 {
    line-height: 3.8rem;
  }
}
h2 {
  line-height: 4rem;
  letter-spacing: -1px;
}
h5 {
  line-height: 2.6rem;
  letter-spacing: -0.2px;
  font-weight: 600;
  text-transform: uppercase;
}
h6 {
  line-height: 2.6rem;
  letter-spacing: -0.2px;
}
p {
  letter-spacing: -0.2px;
}
.lead:after {
  content: '';
  margin: 20px 0 0;
  display: block;
  background-color: #1c7cd6;
  width: 80px;
  height: 2px;
}
.lead.right:after {
  margin-left: auto;
}
.button {
  width: 180px;
  display: inline-block;
  letter-spacing: 2px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.button:hover,
.button:focus {
  border-color: #ffffff;
}
.button.button-primary {
  border-color: #f08c00;
}
.button.button-primary:hover,
.button.button-primary:focus {
  border-color: #f59f00;
}
.icon {
  display: inline-block;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.icon[class*=' icon-arrow'] {
  background-color: #1c7cd6;
  overflow: hidden;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon[class*=' icon-arrow']:after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  height: 14px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .icon[class*=' icon-arrow']:after {
    width: 6.5px;
    height: 9.5px;
  }
}
@media (max-width: 767px) {
  .icon[class*=' icon-arrow'] {
    width: 32px;
    height: 32px;
  }
}
.icon[class*=' icon-arrow'].small {
  width: 32px;
  height: 32px;
}
.icon[class*=' icon-arrow'].small:after {
  width: 6.5px;
  height: 9.5px;
}
.icon.icon-arrow-right:after {
  background-image: url('../images/arrow-right.svg');
}
.icon.icon-arrow-left:after {
  background-image: url('../images/arrow-left.svg');
}
.accordion dl {
  margin: 0;
}
.accordion dt {
  border-top: 1px solid #dadbdf;
}
.accordion dt:last-child {
  border-bottom: 1px solid #dadbdf;
}
.accordion dd {
  margin: 0;
}
.accordion dd:last-child {
  border-bottom: 1px solid #dadbdf;
}
.accordion-title {
  padding: 30px 100px 30px 20px;
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #222222;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .accordion-title {
    padding: 20px 10px;
  }
  .accordion-title span {
    border-bottom: 1px dashed #1c7cd6;
  }
  .accordion-title.is-expanded span {
    border-color: transparent;
  }
}
.accordion-title:after {
  content: "";
  margin-top: -7.5px;
  display: block;
  background: url('../images/icon-plus.svg') no-repeat center;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .accordion-title:after {
    display: none;
  }
}
.accordion-title:hover,
.accordion-title:focus {
  color: #222222;
}
.accordion-title.is-expanded:after {
  background-image: url('../images/icon-minus.svg');
}
.accordion-content {
  height: auto;
  overflow: hidden;
  max-height: 150px;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.accordion-content p {
  margin: 0 100px 30px 20px;
}
@media (max-width: 767px) {
  .accordion-content p {
    margin: 0 10px 20px 10px;
  }
}
@media (max-width: 767px) {
  .accordion-content {
    max-height: 250px;
  }
}
.accordion-content.is-collapsed {
  max-height: 0;
}
.accordion-content.is-collapsed:after {
  background-image: url('../images/icon-minus.svg');
}
.no-js .accordion-content.is-collapsed {
  max-height: auto;
}
hr {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .valign {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
