@charset "UTF-8";
/* SCSS Compiled */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

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: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

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; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

/*usage  @include font-size(13);*/
/* Brand Fonts & Treatment -------------------------------------*/
h1 {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 5px 0; }

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 5px 0; }

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 5px 0; }

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 5px 0; }

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 5px 0; }

h6 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 5px 0; }

p, .p-basic, ul li, ol li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 100;
  margin: 0 0 15px 0;
  position: relative;
  width: 100%; }

.link, a {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem; }
  .link:hover, a:hover, .link.hovered, a.hovered {
    text-decoration: none; }
  .link:active, a:active {
    color: inherit; }

b, strong {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  color: #404040; }

a {
  outline: none !important;
  position: relative;
  color: #FFB800;
  font-weight: 600; }

ul {
  margin: 0;
  list-style: none;
  padding: 10px 0 10px 0; }
  ul li {
    text-decoration: none;
    margin: 0 0 5px 0;
    padding: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    ul li:before {
      content: "\25CF";
      font-weight: 400;
      font-size: 10px;
      font-size: 1rem;
      position: absolute;
      top: 2px;
      left: 0;
      color: #FFB800; }

ol {
  margin: 0;
  padding: 10px 0 10px 0;
  list-style-type: none;
  counter-reset: point; }
  ol li {
    text-decoration: none;
    margin: 0 0 5px 0;
    list-style: none;
    padding: 0 0 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    ol li:before {
      counter-increment: point 1;
      content: counter(point) ".";
      font-weight: 600;
      position: absolute;
      left: 0;
      color: #FFB800; }

em {
  font-style: italic;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem; }

strong {
  font-weight: bold;
  position: relative; }

mark {
  color: #FFB800;
  background: none;
  position: relative; }

hr {
  margin: 0;
  border-bottom: none;
  position: relative; }

/*---Grid Variables -----------------------------------------*/
.row {
  overflow: visible; }
  .row.flex {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .row.flex .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .row.flex [class^="col-"], .row.flex [class*="col-"] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  .row.flex.no-gutters {
    padding: 0; }
  .row.flex.gutters {
    padding: calc( 12px / 2 ); }

.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  position: relative;
  margin: auto;
  overflow: visible;
  border-color: inherit; }
  @media (max-width: 1448px) {
    .container {
      max-width: 100%; } }

[class^="col-"], [class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: visible; }

.full-row-content {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.col-1 {
  width: calc((4.16667% * 1) - 12px);
  margin: calc( 12px / 2 ); }
  .col-1.lock {
    max-width: calc((4.16667% * 1) - 12px); }

.col-2 {
  width: calc((4.16667% * 2) - 12px);
  margin: calc( 12px / 2 ); }
  .col-2.lock {
    max-width: calc((4.16667% * 2) - 12px); }

.col-3 {
  width: calc((4.16667% * 3) - 12px);
  margin: calc( 12px / 2 ); }
  .col-3.lock {
    max-width: calc((4.16667% * 3) - 12px); }

.col-4 {
  width: calc((4.16667% * 4) - 12px);
  margin: calc( 12px / 2 ); }
  .col-4.lock {
    max-width: calc((4.16667% * 4) - 12px); }

.col-5 {
  width: calc((4.16667% * 5) - 12px);
  margin: calc( 12px / 2 ); }
  .col-5.lock {
    max-width: calc((4.16667% * 5) - 12px); }

.col-6 {
  width: calc((4.16667% * 6) - 12px);
  margin: calc( 12px / 2 ); }
  .col-6.lock {
    max-width: calc((4.16667% * 6) - 12px); }

.col-7 {
  width: calc((4.16667% * 7) - 12px);
  margin: calc( 12px / 2 ); }
  .col-7.lock {
    max-width: calc((4.16667% * 7) - 12px); }

.col-8 {
  width: calc((4.16667% * 8) - 12px);
  margin: calc( 12px / 2 ); }
  .col-8.lock {
    max-width: calc((4.16667% * 8) - 12px); }

.col-9 {
  width: calc((4.16667% * 9) - 12px);
  margin: calc( 12px / 2 ); }
  .col-9.lock {
    max-width: calc((4.16667% * 9) - 12px); }

.col-10 {
  width: calc((4.16667% * 10) - 12px);
  margin: calc( 12px / 2 ); }
  .col-10.lock {
    max-width: calc((4.16667% * 10) - 12px); }

.col-11 {
  width: calc((4.16667% * 11) - 12px);
  margin: calc( 12px / 2 ); }
  .col-11.lock {
    max-width: calc((4.16667% * 11) - 12px); }

.col-12 {
  width: calc((4.16667% * 12) - 12px);
  margin: calc( 12px / 2 ); }
  .col-12.lock {
    max-width: calc((4.16667% * 12) - 12px); }

.col-13 {
  width: calc((4.16667% * 13) - 12px);
  margin: calc( 12px / 2 ); }
  .col-13.lock {
    max-width: calc((4.16667% * 13) - 12px); }

.col-14 {
  width: calc((4.16667% * 14) - 12px);
  margin: calc( 12px / 2 ); }
  .col-14.lock {
    max-width: calc((4.16667% * 14) - 12px); }

.col-15 {
  width: calc((4.16667% * 15) - 12px);
  margin: calc( 12px / 2 ); }
  .col-15.lock {
    max-width: calc((4.16667% * 15) - 12px); }

.col-16 {
  width: calc((4.16667% * 16) - 12px);
  margin: calc( 12px / 2 ); }
  .col-16.lock {
    max-width: calc((4.16667% * 16) - 12px); }

.col-17 {
  width: calc((4.16667% * 17) - 12px);
  margin: calc( 12px / 2 ); }
  .col-17.lock {
    max-width: calc((4.16667% * 17) - 12px); }

.col-18 {
  width: calc((4.16667% * 18) - 12px);
  margin: calc( 12px / 2 ); }
  .col-18.lock {
    max-width: calc((4.16667% * 18) - 12px); }

.col-19 {
  width: calc((4.16667% * 19) - 12px);
  margin: calc( 12px / 2 ); }
  .col-19.lock {
    max-width: calc((4.16667% * 19) - 12px); }

.col-20 {
  width: calc((4.16667% * 20) - 12px);
  margin: calc( 12px / 2 ); }
  .col-20.lock {
    max-width: calc((4.16667% * 20) - 12px); }

.col-21 {
  width: calc((4.16667% * 21) - 12px);
  margin: calc( 12px / 2 ); }
  .col-21.lock {
    max-width: calc((4.16667% * 21) - 12px); }

.col-22 {
  width: calc((4.16667% * 22) - 12px);
  margin: calc( 12px / 2 ); }
  .col-22.lock {
    max-width: calc((4.16667% * 22) - 12px); }

.col-23 {
  width: calc((4.16667% * 23) - 12px);
  margin: calc( 12px / 2 ); }
  .col-23.lock {
    max-width: calc((4.16667% * 23) - 12px); }

.col-24 {
  width: calc((4.16667% * 24) - 12px);
  margin: calc( 12px / 2 ); }
  .col-24.lock {
    max-width: calc((4.16667% * 24) - 12px); }

@media (max-width: 1448px) {
  .col-dm-1 {
    width: calc((4.16667% * 1) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-1.lock {
      max-width: calc((4.16667% * 1) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-2 {
    width: calc((4.16667% * 2) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-2.lock {
      max-width: calc((4.16667% * 2) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-3 {
    width: calc((4.16667% * 3) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-3.lock {
      max-width: calc((4.16667% * 3) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-4 {
    width: calc((4.16667% * 4) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-4.lock {
      max-width: calc((4.16667% * 4) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-5 {
    width: calc((4.16667% * 5) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-5.lock {
      max-width: calc((4.16667% * 5) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-6 {
    width: calc((4.16667% * 6) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-6.lock {
      max-width: calc((4.16667% * 6) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-7 {
    width: calc((4.16667% * 7) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-7.lock {
      max-width: calc((4.16667% * 7) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-8 {
    width: calc((4.16667% * 8) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-8.lock {
      max-width: calc((4.16667% * 8) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-9 {
    width: calc((4.16667% * 9) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-9.lock {
      max-width: calc((4.16667% * 9) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-10 {
    width: calc((4.16667% * 10) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-10.lock {
      max-width: calc((4.16667% * 10) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-11 {
    width: calc((4.16667% * 11) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-11.lock {
      max-width: calc((4.16667% * 11) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-12 {
    width: calc((4.16667% * 12) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-12.lock {
      max-width: calc((4.16667% * 12) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-13 {
    width: calc((4.16667% * 13) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-13.lock {
      max-width: calc((4.16667% * 13) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-14 {
    width: calc((4.16667% * 14) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-14.lock {
      max-width: calc((4.16667% * 14) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-15 {
    width: calc((4.16667% * 15) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-15.lock {
      max-width: calc((4.16667% * 15) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-16 {
    width: calc((4.16667% * 16) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-16.lock {
      max-width: calc((4.16667% * 16) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-17 {
    width: calc((4.16667% * 17) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-17.lock {
      max-width: calc((4.16667% * 17) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-18 {
    width: calc((4.16667% * 18) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-18.lock {
      max-width: calc((4.16667% * 18) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-19 {
    width: calc((4.16667% * 19) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-19.lock {
      max-width: calc((4.16667% * 19) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-20 {
    width: calc((4.16667% * 20) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-20.lock {
      max-width: calc((4.16667% * 20) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-21 {
    width: calc((4.16667% * 21) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-21.lock {
      max-width: calc((4.16667% * 21) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-22 {
    width: calc((4.16667% * 22) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-22.lock {
      max-width: calc((4.16667% * 22) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-23 {
    width: calc((4.16667% * 23) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-23.lock {
      max-width: calc((4.16667% * 23) - 12px); } }
@media (max-width: 1448px) {
  .col-dm-24 {
    width: calc((4.16667% * 24) - 12px);
    margin: calc( 12px / 2 ); }
    .col-dm-24.lock {
      max-width: calc((4.16667% * 24) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-1 {
    width: calc((4.16667% * 1) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-1.lock {
      max-width: calc((4.16667% * 1) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-2 {
    width: calc((4.16667% * 2) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-2.lock {
      max-width: calc((4.16667% * 2) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-3 {
    width: calc((4.16667% * 3) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-3.lock {
      max-width: calc((4.16667% * 3) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-4 {
    width: calc((4.16667% * 4) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-4.lock {
      max-width: calc((4.16667% * 4) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-5 {
    width: calc((4.16667% * 5) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-5.lock {
      max-width: calc((4.16667% * 5) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-6 {
    width: calc((4.16667% * 6) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-6.lock {
      max-width: calc((4.16667% * 6) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-7 {
    width: calc((4.16667% * 7) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-7.lock {
      max-width: calc((4.16667% * 7) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-8 {
    width: calc((4.16667% * 8) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-8.lock {
      max-width: calc((4.16667% * 8) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-9 {
    width: calc((4.16667% * 9) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-9.lock {
      max-width: calc((4.16667% * 9) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-10 {
    width: calc((4.16667% * 10) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-10.lock {
      max-width: calc((4.16667% * 10) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-11 {
    width: calc((4.16667% * 11) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-11.lock {
      max-width: calc((4.16667% * 11) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-12 {
    width: calc((4.16667% * 12) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-12.lock {
      max-width: calc((4.16667% * 12) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-13 {
    width: calc((4.16667% * 13) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-13.lock {
      max-width: calc((4.16667% * 13) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-14 {
    width: calc((4.16667% * 14) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-14.lock {
      max-width: calc((4.16667% * 14) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-15 {
    width: calc((4.16667% * 15) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-15.lock {
      max-width: calc((4.16667% * 15) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-16 {
    width: calc((4.16667% * 16) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-16.lock {
      max-width: calc((4.16667% * 16) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-17 {
    width: calc((4.16667% * 17) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-17.lock {
      max-width: calc((4.16667% * 17) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-18 {
    width: calc((4.16667% * 18) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-18.lock {
      max-width: calc((4.16667% * 18) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-19 {
    width: calc((4.16667% * 19) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-19.lock {
      max-width: calc((4.16667% * 19) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-20 {
    width: calc((4.16667% * 20) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-20.lock {
      max-width: calc((4.16667% * 20) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-21 {
    width: calc((4.16667% * 21) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-21.lock {
      max-width: calc((4.16667% * 21) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-22 {
    width: calc((4.16667% * 22) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-22.lock {
      max-width: calc((4.16667% * 22) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-23 {
    width: calc((4.16667% * 23) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-23.lock {
      max-width: calc((4.16667% * 23) - 12px); } }
@media (max-width: 1224px) {
  .col-ds-24 {
    width: calc((4.16667% * 24) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ds-24.lock {
      max-width: calc((4.16667% * 24) - 12px); } }
@media (max-width: 768px) {
  .col-t-1 {
    width: calc((4.16667% * 1) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-1.lock {
      max-width: calc((4.16667% * 1) - 12px); } }
@media (max-width: 768px) {
  .col-t-2 {
    width: calc((4.16667% * 2) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-2.lock {
      max-width: calc((4.16667% * 2) - 12px); } }
@media (max-width: 768px) {
  .col-t-3 {
    width: calc((4.16667% * 3) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-3.lock {
      max-width: calc((4.16667% * 3) - 12px); } }
@media (max-width: 768px) {
  .col-t-4 {
    width: calc((4.16667% * 4) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-4.lock {
      max-width: calc((4.16667% * 4) - 12px); } }
@media (max-width: 768px) {
  .col-t-5 {
    width: calc((4.16667% * 5) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-5.lock {
      max-width: calc((4.16667% * 5) - 12px); } }
@media (max-width: 768px) {
  .col-t-6 {
    width: calc((4.16667% * 6) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-6.lock {
      max-width: calc((4.16667% * 6) - 12px); } }
@media (max-width: 768px) {
  .col-t-7 {
    width: calc((4.16667% * 7) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-7.lock {
      max-width: calc((4.16667% * 7) - 12px); } }
@media (max-width: 768px) {
  .col-t-8 {
    width: calc((4.16667% * 8) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-8.lock {
      max-width: calc((4.16667% * 8) - 12px); } }
@media (max-width: 768px) {
  .col-t-9 {
    width: calc((4.16667% * 9) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-9.lock {
      max-width: calc((4.16667% * 9) - 12px); } }
@media (max-width: 768px) {
  .col-t-10 {
    width: calc((4.16667% * 10) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-10.lock {
      max-width: calc((4.16667% * 10) - 12px); } }
@media (max-width: 768px) {
  .col-t-11 {
    width: calc((4.16667% * 11) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-11.lock {
      max-width: calc((4.16667% * 11) - 12px); } }
@media (max-width: 768px) {
  .col-t-12 {
    width: calc((4.16667% * 12) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-12.lock {
      max-width: calc((4.16667% * 12) - 12px); } }
@media (max-width: 768px) {
  .col-t-13 {
    width: calc((4.16667% * 13) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-13.lock {
      max-width: calc((4.16667% * 13) - 12px); } }
@media (max-width: 768px) {
  .col-t-14 {
    width: calc((4.16667% * 14) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-14.lock {
      max-width: calc((4.16667% * 14) - 12px); } }
@media (max-width: 768px) {
  .col-t-15 {
    width: calc((4.16667% * 15) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-15.lock {
      max-width: calc((4.16667% * 15) - 12px); } }
@media (max-width: 768px) {
  .col-t-16 {
    width: calc((4.16667% * 16) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-16.lock {
      max-width: calc((4.16667% * 16) - 12px); } }
@media (max-width: 768px) {
  .col-t-17 {
    width: calc((4.16667% * 17) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-17.lock {
      max-width: calc((4.16667% * 17) - 12px); } }
@media (max-width: 768px) {
  .col-t-18 {
    width: calc((4.16667% * 18) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-18.lock {
      max-width: calc((4.16667% * 18) - 12px); } }
@media (max-width: 768px) {
  .col-t-19 {
    width: calc((4.16667% * 19) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-19.lock {
      max-width: calc((4.16667% * 19) - 12px); } }
@media (max-width: 768px) {
  .col-t-20 {
    width: calc((4.16667% * 20) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-20.lock {
      max-width: calc((4.16667% * 20) - 12px); } }
@media (max-width: 768px) {
  .col-t-21 {
    width: calc((4.16667% * 21) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-21.lock {
      max-width: calc((4.16667% * 21) - 12px); } }
@media (max-width: 768px) {
  .col-t-22 {
    width: calc((4.16667% * 22) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-22.lock {
      max-width: calc((4.16667% * 22) - 12px); } }
@media (max-width: 768px) {
  .col-t-23 {
    width: calc((4.16667% * 23) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-23.lock {
      max-width: calc((4.16667% * 23) - 12px); } }
@media (max-width: 768px) {
  .col-t-24 {
    width: calc((4.16667% * 24) - 12px);
    margin: calc( 12px / 2 ); }
    .col-t-24.lock {
      max-width: calc((4.16667% * 24) - 12px); } }
@media (max-width: 550px) {
  .col-ml-1 {
    width: calc((4.16667% * 1) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-1.lock {
      max-width: calc((4.16667% * 1) - 12px); } }
@media (max-width: 550px) {
  .col-ml-2 {
    width: calc((4.16667% * 2) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-2.lock {
      max-width: calc((4.16667% * 2) - 12px); } }
@media (max-width: 550px) {
  .col-ml-3 {
    width: calc((4.16667% * 3) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-3.lock {
      max-width: calc((4.16667% * 3) - 12px); } }
@media (max-width: 550px) {
  .col-ml-4 {
    width: calc((4.16667% * 4) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-4.lock {
      max-width: calc((4.16667% * 4) - 12px); } }
@media (max-width: 550px) {
  .col-ml-5 {
    width: calc((4.16667% * 5) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-5.lock {
      max-width: calc((4.16667% * 5) - 12px); } }
@media (max-width: 550px) {
  .col-ml-6 {
    width: calc((4.16667% * 6) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-6.lock {
      max-width: calc((4.16667% * 6) - 12px); } }
@media (max-width: 550px) {
  .col-ml-7 {
    width: calc((4.16667% * 7) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-7.lock {
      max-width: calc((4.16667% * 7) - 12px); } }
@media (max-width: 550px) {
  .col-ml-8 {
    width: calc((4.16667% * 8) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-8.lock {
      max-width: calc((4.16667% * 8) - 12px); } }
@media (max-width: 550px) {
  .col-ml-9 {
    width: calc((4.16667% * 9) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-9.lock {
      max-width: calc((4.16667% * 9) - 12px); } }
@media (max-width: 550px) {
  .col-ml-10 {
    width: calc((4.16667% * 10) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-10.lock {
      max-width: calc((4.16667% * 10) - 12px); } }
@media (max-width: 550px) {
  .col-ml-11 {
    width: calc((4.16667% * 11) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-11.lock {
      max-width: calc((4.16667% * 11) - 12px); } }
@media (max-width: 550px) {
  .col-ml-12 {
    width: calc((4.16667% * 12) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-12.lock {
      max-width: calc((4.16667% * 12) - 12px); } }
@media (max-width: 550px) {
  .col-ml-13 {
    width: calc((4.16667% * 13) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-13.lock {
      max-width: calc((4.16667% * 13) - 12px); } }
@media (max-width: 550px) {
  .col-ml-14 {
    width: calc((4.16667% * 14) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-14.lock {
      max-width: calc((4.16667% * 14) - 12px); } }
@media (max-width: 550px) {
  .col-ml-15 {
    width: calc((4.16667% * 15) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-15.lock {
      max-width: calc((4.16667% * 15) - 12px); } }
@media (max-width: 550px) {
  .col-ml-16 {
    width: calc((4.16667% * 16) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-16.lock {
      max-width: calc((4.16667% * 16) - 12px); } }
@media (max-width: 550px) {
  .col-ml-17 {
    width: calc((4.16667% * 17) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-17.lock {
      max-width: calc((4.16667% * 17) - 12px); } }
@media (max-width: 550px) {
  .col-ml-18 {
    width: calc((4.16667% * 18) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-18.lock {
      max-width: calc((4.16667% * 18) - 12px); } }
@media (max-width: 550px) {
  .col-ml-19 {
    width: calc((4.16667% * 19) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-19.lock {
      max-width: calc((4.16667% * 19) - 12px); } }
@media (max-width: 550px) {
  .col-ml-20 {
    width: calc((4.16667% * 20) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-20.lock {
      max-width: calc((4.16667% * 20) - 12px); } }
@media (max-width: 550px) {
  .col-ml-21 {
    width: calc((4.16667% * 21) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-21.lock {
      max-width: calc((4.16667% * 21) - 12px); } }
@media (max-width: 550px) {
  .col-ml-22 {
    width: calc((4.16667% * 22) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-22.lock {
      max-width: calc((4.16667% * 22) - 12px); } }
@media (max-width: 550px) {
  .col-ml-23 {
    width: calc((4.16667% * 23) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-23.lock {
      max-width: calc((4.16667% * 23) - 12px); } }
@media (max-width: 550px) {
  .col-ml-24 {
    width: calc((4.16667% * 24) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ml-24.lock {
      max-width: calc((4.16667% * 24) - 12px); } }
@media (max-width: 400px) {
  .col-ms-1 {
    width: calc((4.16667% * 1) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-1.lock {
      max-width: calc((4.16667% * 1) - 12px); } }
@media (max-width: 400px) {
  .col-ms-2 {
    width: calc((4.16667% * 2) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-2.lock {
      max-width: calc((4.16667% * 2) - 12px); } }
@media (max-width: 400px) {
  .col-ms-3 {
    width: calc((4.16667% * 3) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-3.lock {
      max-width: calc((4.16667% * 3) - 12px); } }
@media (max-width: 400px) {
  .col-ms-4 {
    width: calc((4.16667% * 4) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-4.lock {
      max-width: calc((4.16667% * 4) - 12px); } }
@media (max-width: 400px) {
  .col-ms-5 {
    width: calc((4.16667% * 5) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-5.lock {
      max-width: calc((4.16667% * 5) - 12px); } }
@media (max-width: 400px) {
  .col-ms-6 {
    width: calc((4.16667% * 6) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-6.lock {
      max-width: calc((4.16667% * 6) - 12px); } }
@media (max-width: 400px) {
  .col-ms-7 {
    width: calc((4.16667% * 7) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-7.lock {
      max-width: calc((4.16667% * 7) - 12px); } }
@media (max-width: 400px) {
  .col-ms-8 {
    width: calc((4.16667% * 8) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-8.lock {
      max-width: calc((4.16667% * 8) - 12px); } }
@media (max-width: 400px) {
  .col-ms-9 {
    width: calc((4.16667% * 9) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-9.lock {
      max-width: calc((4.16667% * 9) - 12px); } }
@media (max-width: 400px) {
  .col-ms-10 {
    width: calc((4.16667% * 10) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-10.lock {
      max-width: calc((4.16667% * 10) - 12px); } }
@media (max-width: 400px) {
  .col-ms-11 {
    width: calc((4.16667% * 11) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-11.lock {
      max-width: calc((4.16667% * 11) - 12px); } }
@media (max-width: 400px) {
  .col-ms-12 {
    width: calc((4.16667% * 12) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-12.lock {
      max-width: calc((4.16667% * 12) - 12px); } }
@media (max-width: 400px) {
  .col-ms-13 {
    width: calc((4.16667% * 13) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-13.lock {
      max-width: calc((4.16667% * 13) - 12px); } }
@media (max-width: 400px) {
  .col-ms-14 {
    width: calc((4.16667% * 14) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-14.lock {
      max-width: calc((4.16667% * 14) - 12px); } }
@media (max-width: 400px) {
  .col-ms-15 {
    width: calc((4.16667% * 15) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-15.lock {
      max-width: calc((4.16667% * 15) - 12px); } }
@media (max-width: 400px) {
  .col-ms-16 {
    width: calc((4.16667% * 16) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-16.lock {
      max-width: calc((4.16667% * 16) - 12px); } }
@media (max-width: 400px) {
  .col-ms-17 {
    width: calc((4.16667% * 17) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-17.lock {
      max-width: calc((4.16667% * 17) - 12px); } }
@media (max-width: 400px) {
  .col-ms-18 {
    width: calc((4.16667% * 18) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-18.lock {
      max-width: calc((4.16667% * 18) - 12px); } }
@media (max-width: 400px) {
  .col-ms-19 {
    width: calc((4.16667% * 19) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-19.lock {
      max-width: calc((4.16667% * 19) - 12px); } }
@media (max-width: 400px) {
  .col-ms-20 {
    width: calc((4.16667% * 20) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-20.lock {
      max-width: calc((4.16667% * 20) - 12px); } }
@media (max-width: 400px) {
  .col-ms-21 {
    width: calc((4.16667% * 21) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-21.lock {
      max-width: calc((4.16667% * 21) - 12px); } }
@media (max-width: 400px) {
  .col-ms-22 {
    width: calc((4.16667% * 22) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-22.lock {
      max-width: calc((4.16667% * 22) - 12px); } }
@media (max-width: 400px) {
  .col-ms-23 {
    width: calc((4.16667% * 23) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-23.lock {
      max-width: calc((4.16667% * 23) - 12px); } }
@media (max-width: 400px) {
  .col-ms-24 {
    width: calc((4.16667% * 24) - 12px);
    margin: calc( 12px / 2 ); }
    .col-ms-24.lock {
      max-width: calc((4.16667% * 24) - 12px); } }
.gutters .col-1 {
  width: calc((4.16667% * 1) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-1.lock {
    max-width: calc((4.16667% * 1) - 12px); }
.gutters .col-2 {
  width: calc((4.16667% * 2) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-2.lock {
    max-width: calc((4.16667% * 2) - 12px); }
.gutters .col-3 {
  width: calc((4.16667% * 3) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-3.lock {
    max-width: calc((4.16667% * 3) - 12px); }
.gutters .col-4 {
  width: calc((4.16667% * 4) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-4.lock {
    max-width: calc((4.16667% * 4) - 12px); }
.gutters .col-5 {
  width: calc((4.16667% * 5) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-5.lock {
    max-width: calc((4.16667% * 5) - 12px); }
.gutters .col-6 {
  width: calc((4.16667% * 6) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-6.lock {
    max-width: calc((4.16667% * 6) - 12px); }
.gutters .col-7 {
  width: calc((4.16667% * 7) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-7.lock {
    max-width: calc((4.16667% * 7) - 12px); }
.gutters .col-8 {
  width: calc((4.16667% * 8) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-8.lock {
    max-width: calc((4.16667% * 8) - 12px); }
.gutters .col-9 {
  width: calc((4.16667% * 9) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-9.lock {
    max-width: calc((4.16667% * 9) - 12px); }
.gutters .col-10 {
  width: calc((4.16667% * 10) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-10.lock {
    max-width: calc((4.16667% * 10) - 12px); }
.gutters .col-11 {
  width: calc((4.16667% * 11) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-11.lock {
    max-width: calc((4.16667% * 11) - 12px); }
.gutters .col-12 {
  width: calc((4.16667% * 12) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-12.lock {
    max-width: calc((4.16667% * 12) - 12px); }
.gutters .col-13 {
  width: calc((4.16667% * 13) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-13.lock {
    max-width: calc((4.16667% * 13) - 12px); }
.gutters .col-14 {
  width: calc((4.16667% * 14) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-14.lock {
    max-width: calc((4.16667% * 14) - 12px); }
.gutters .col-15 {
  width: calc((4.16667% * 15) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-15.lock {
    max-width: calc((4.16667% * 15) - 12px); }
.gutters .col-16 {
  width: calc((4.16667% * 16) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-16.lock {
    max-width: calc((4.16667% * 16) - 12px); }
.gutters .col-17 {
  width: calc((4.16667% * 17) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-17.lock {
    max-width: calc((4.16667% * 17) - 12px); }
.gutters .col-18 {
  width: calc((4.16667% * 18) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-18.lock {
    max-width: calc((4.16667% * 18) - 12px); }
.gutters .col-19 {
  width: calc((4.16667% * 19) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-19.lock {
    max-width: calc((4.16667% * 19) - 12px); }
.gutters .col-20 {
  width: calc((4.16667% * 20) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-20.lock {
    max-width: calc((4.16667% * 20) - 12px); }
.gutters .col-21 {
  width: calc((4.16667% * 21) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-21.lock {
    max-width: calc((4.16667% * 21) - 12px); }
.gutters .col-22 {
  width: calc((4.16667% * 22) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-22.lock {
    max-width: calc((4.16667% * 22) - 12px); }
.gutters .col-23 {
  width: calc((4.16667% * 23) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-23.lock {
    max-width: calc((4.16667% * 23) - 12px); }
.gutters .col-24 {
  width: calc((4.16667% * 24) - 12px);
  margin: calc( 12px / 2 ); }
  .gutters .col-24.lock {
    max-width: calc((4.16667% * 24) - 12px); }
@media (max-width: 1448px) {
  .gutters .col-dm-1 {
    width: calc((4.16667% * 1) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-1.lock {
      max-width: calc((4.16667% * 1) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-2 {
    width: calc((4.16667% * 2) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-2.lock {
      max-width: calc((4.16667% * 2) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-3 {
    width: calc((4.16667% * 3) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-3.lock {
      max-width: calc((4.16667% * 3) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-4 {
    width: calc((4.16667% * 4) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-4.lock {
      max-width: calc((4.16667% * 4) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-5 {
    width: calc((4.16667% * 5) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-5.lock {
      max-width: calc((4.16667% * 5) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-6 {
    width: calc((4.16667% * 6) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-6.lock {
      max-width: calc((4.16667% * 6) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-7 {
    width: calc((4.16667% * 7) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-7.lock {
      max-width: calc((4.16667% * 7) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-8 {
    width: calc((4.16667% * 8) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-8.lock {
      max-width: calc((4.16667% * 8) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-9 {
    width: calc((4.16667% * 9) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-9.lock {
      max-width: calc((4.16667% * 9) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-10 {
    width: calc((4.16667% * 10) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-10.lock {
      max-width: calc((4.16667% * 10) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-11 {
    width: calc((4.16667% * 11) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-11.lock {
      max-width: calc((4.16667% * 11) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-12 {
    width: calc((4.16667% * 12) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-12.lock {
      max-width: calc((4.16667% * 12) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-13 {
    width: calc((4.16667% * 13) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-13.lock {
      max-width: calc((4.16667% * 13) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-14 {
    width: calc((4.16667% * 14) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-14.lock {
      max-width: calc((4.16667% * 14) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-15 {
    width: calc((4.16667% * 15) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-15.lock {
      max-width: calc((4.16667% * 15) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-16 {
    width: calc((4.16667% * 16) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-16.lock {
      max-width: calc((4.16667% * 16) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-17 {
    width: calc((4.16667% * 17) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-17.lock {
      max-width: calc((4.16667% * 17) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-18 {
    width: calc((4.16667% * 18) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-18.lock {
      max-width: calc((4.16667% * 18) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-19 {
    width: calc((4.16667% * 19) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-19.lock {
      max-width: calc((4.16667% * 19) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-20 {
    width: calc((4.16667% * 20) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-20.lock {
      max-width: calc((4.16667% * 20) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-21 {
    width: calc((4.16667% * 21) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-21.lock {
      max-width: calc((4.16667% * 21) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-22 {
    width: calc((4.16667% * 22) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-22.lock {
      max-width: calc((4.16667% * 22) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-23 {
    width: calc((4.16667% * 23) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-23.lock {
      max-width: calc((4.16667% * 23) - 12px); } }
@media (max-width: 1448px) {
  .gutters .col-dm-24 {
    width: calc((4.16667% * 24) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-dm-24.lock {
      max-width: calc((4.16667% * 24) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-1 {
    width: calc((4.16667% * 1) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-1.lock {
      max-width: calc((4.16667% * 1) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-2 {
    width: calc((4.16667% * 2) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-2.lock {
      max-width: calc((4.16667% * 2) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-3 {
    width: calc((4.16667% * 3) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-3.lock {
      max-width: calc((4.16667% * 3) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-4 {
    width: calc((4.16667% * 4) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-4.lock {
      max-width: calc((4.16667% * 4) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-5 {
    width: calc((4.16667% * 5) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-5.lock {
      max-width: calc((4.16667% * 5) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-6 {
    width: calc((4.16667% * 6) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-6.lock {
      max-width: calc((4.16667% * 6) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-7 {
    width: calc((4.16667% * 7) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-7.lock {
      max-width: calc((4.16667% * 7) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-8 {
    width: calc((4.16667% * 8) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-8.lock {
      max-width: calc((4.16667% * 8) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-9 {
    width: calc((4.16667% * 9) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-9.lock {
      max-width: calc((4.16667% * 9) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-10 {
    width: calc((4.16667% * 10) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-10.lock {
      max-width: calc((4.16667% * 10) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-11 {
    width: calc((4.16667% * 11) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-11.lock {
      max-width: calc((4.16667% * 11) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-12 {
    width: calc((4.16667% * 12) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-12.lock {
      max-width: calc((4.16667% * 12) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-13 {
    width: calc((4.16667% * 13) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-13.lock {
      max-width: calc((4.16667% * 13) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-14 {
    width: calc((4.16667% * 14) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-14.lock {
      max-width: calc((4.16667% * 14) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-15 {
    width: calc((4.16667% * 15) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-15.lock {
      max-width: calc((4.16667% * 15) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-16 {
    width: calc((4.16667% * 16) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-16.lock {
      max-width: calc((4.16667% * 16) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-17 {
    width: calc((4.16667% * 17) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-17.lock {
      max-width: calc((4.16667% * 17) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-18 {
    width: calc((4.16667% * 18) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-18.lock {
      max-width: calc((4.16667% * 18) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-19 {
    width: calc((4.16667% * 19) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-19.lock {
      max-width: calc((4.16667% * 19) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-20 {
    width: calc((4.16667% * 20) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-20.lock {
      max-width: calc((4.16667% * 20) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-21 {
    width: calc((4.16667% * 21) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-21.lock {
      max-width: calc((4.16667% * 21) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-22 {
    width: calc((4.16667% * 22) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-22.lock {
      max-width: calc((4.16667% * 22) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-23 {
    width: calc((4.16667% * 23) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-23.lock {
      max-width: calc((4.16667% * 23) - 12px); } }
@media (max-width: 1224px) {
  .gutters .col-ds-24 {
    width: calc((4.16667% * 24) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ds-24.lock {
      max-width: calc((4.16667% * 24) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-1 {
    width: calc((4.16667% * 1) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-1.lock {
      max-width: calc((4.16667% * 1) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-2 {
    width: calc((4.16667% * 2) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-2.lock {
      max-width: calc((4.16667% * 2) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-3 {
    width: calc((4.16667% * 3) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-3.lock {
      max-width: calc((4.16667% * 3) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-4 {
    width: calc((4.16667% * 4) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-4.lock {
      max-width: calc((4.16667% * 4) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-5 {
    width: calc((4.16667% * 5) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-5.lock {
      max-width: calc((4.16667% * 5) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-6 {
    width: calc((4.16667% * 6) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-6.lock {
      max-width: calc((4.16667% * 6) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-7 {
    width: calc((4.16667% * 7) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-7.lock {
      max-width: calc((4.16667% * 7) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-8 {
    width: calc((4.16667% * 8) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-8.lock {
      max-width: calc((4.16667% * 8) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-9 {
    width: calc((4.16667% * 9) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-9.lock {
      max-width: calc((4.16667% * 9) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-10 {
    width: calc((4.16667% * 10) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-10.lock {
      max-width: calc((4.16667% * 10) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-11 {
    width: calc((4.16667% * 11) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-11.lock {
      max-width: calc((4.16667% * 11) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-12 {
    width: calc((4.16667% * 12) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-12.lock {
      max-width: calc((4.16667% * 12) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-13 {
    width: calc((4.16667% * 13) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-13.lock {
      max-width: calc((4.16667% * 13) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-14 {
    width: calc((4.16667% * 14) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-14.lock {
      max-width: calc((4.16667% * 14) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-15 {
    width: calc((4.16667% * 15) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-15.lock {
      max-width: calc((4.16667% * 15) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-16 {
    width: calc((4.16667% * 16) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-16.lock {
      max-width: calc((4.16667% * 16) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-17 {
    width: calc((4.16667% * 17) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-17.lock {
      max-width: calc((4.16667% * 17) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-18 {
    width: calc((4.16667% * 18) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-18.lock {
      max-width: calc((4.16667% * 18) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-19 {
    width: calc((4.16667% * 19) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-19.lock {
      max-width: calc((4.16667% * 19) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-20 {
    width: calc((4.16667% * 20) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-20.lock {
      max-width: calc((4.16667% * 20) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-21 {
    width: calc((4.16667% * 21) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-21.lock {
      max-width: calc((4.16667% * 21) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-22 {
    width: calc((4.16667% * 22) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-22.lock {
      max-width: calc((4.16667% * 22) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-23 {
    width: calc((4.16667% * 23) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-23.lock {
      max-width: calc((4.16667% * 23) - 12px); } }
@media (max-width: 768px) {
  .gutters .col-t-24 {
    width: calc((4.16667% * 24) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-t-24.lock {
      max-width: calc((4.16667% * 24) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-1 {
    width: calc((4.16667% * 1) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-1.lock {
      max-width: calc((4.16667% * 1) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-2 {
    width: calc((4.16667% * 2) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-2.lock {
      max-width: calc((4.16667% * 2) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-3 {
    width: calc((4.16667% * 3) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-3.lock {
      max-width: calc((4.16667% * 3) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-4 {
    width: calc((4.16667% * 4) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-4.lock {
      max-width: calc((4.16667% * 4) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-5 {
    width: calc((4.16667% * 5) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-5.lock {
      max-width: calc((4.16667% * 5) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-6 {
    width: calc((4.16667% * 6) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-6.lock {
      max-width: calc((4.16667% * 6) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-7 {
    width: calc((4.16667% * 7) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-7.lock {
      max-width: calc((4.16667% * 7) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-8 {
    width: calc((4.16667% * 8) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-8.lock {
      max-width: calc((4.16667% * 8) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-9 {
    width: calc((4.16667% * 9) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-9.lock {
      max-width: calc((4.16667% * 9) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-10 {
    width: calc((4.16667% * 10) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-10.lock {
      max-width: calc((4.16667% * 10) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-11 {
    width: calc((4.16667% * 11) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-11.lock {
      max-width: calc((4.16667% * 11) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-12 {
    width: calc((4.16667% * 12) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-12.lock {
      max-width: calc((4.16667% * 12) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-13 {
    width: calc((4.16667% * 13) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-13.lock {
      max-width: calc((4.16667% * 13) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-14 {
    width: calc((4.16667% * 14) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-14.lock {
      max-width: calc((4.16667% * 14) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-15 {
    width: calc((4.16667% * 15) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-15.lock {
      max-width: calc((4.16667% * 15) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-16 {
    width: calc((4.16667% * 16) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-16.lock {
      max-width: calc((4.16667% * 16) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-17 {
    width: calc((4.16667% * 17) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-17.lock {
      max-width: calc((4.16667% * 17) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-18 {
    width: calc((4.16667% * 18) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-18.lock {
      max-width: calc((4.16667% * 18) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-19 {
    width: calc((4.16667% * 19) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-19.lock {
      max-width: calc((4.16667% * 19) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-20 {
    width: calc((4.16667% * 20) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-20.lock {
      max-width: calc((4.16667% * 20) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-21 {
    width: calc((4.16667% * 21) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-21.lock {
      max-width: calc((4.16667% * 21) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-22 {
    width: calc((4.16667% * 22) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-22.lock {
      max-width: calc((4.16667% * 22) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-23 {
    width: calc((4.16667% * 23) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-23.lock {
      max-width: calc((4.16667% * 23) - 12px); } }
@media (max-width: 550px) {
  .gutters .col-ml-24 {
    width: calc((4.16667% * 24) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ml-24.lock {
      max-width: calc((4.16667% * 24) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-1 {
    width: calc((4.16667% * 1) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-1.lock {
      max-width: calc((4.16667% * 1) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-2 {
    width: calc((4.16667% * 2) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-2.lock {
      max-width: calc((4.16667% * 2) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-3 {
    width: calc((4.16667% * 3) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-3.lock {
      max-width: calc((4.16667% * 3) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-4 {
    width: calc((4.16667% * 4) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-4.lock {
      max-width: calc((4.16667% * 4) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-5 {
    width: calc((4.16667% * 5) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-5.lock {
      max-width: calc((4.16667% * 5) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-6 {
    width: calc((4.16667% * 6) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-6.lock {
      max-width: calc((4.16667% * 6) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-7 {
    width: calc((4.16667% * 7) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-7.lock {
      max-width: calc((4.16667% * 7) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-8 {
    width: calc((4.16667% * 8) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-8.lock {
      max-width: calc((4.16667% * 8) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-9 {
    width: calc((4.16667% * 9) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-9.lock {
      max-width: calc((4.16667% * 9) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-10 {
    width: calc((4.16667% * 10) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-10.lock {
      max-width: calc((4.16667% * 10) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-11 {
    width: calc((4.16667% * 11) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-11.lock {
      max-width: calc((4.16667% * 11) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-12 {
    width: calc((4.16667% * 12) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-12.lock {
      max-width: calc((4.16667% * 12) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-13 {
    width: calc((4.16667% * 13) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-13.lock {
      max-width: calc((4.16667% * 13) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-14 {
    width: calc((4.16667% * 14) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-14.lock {
      max-width: calc((4.16667% * 14) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-15 {
    width: calc((4.16667% * 15) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-15.lock {
      max-width: calc((4.16667% * 15) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-16 {
    width: calc((4.16667% * 16) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-16.lock {
      max-width: calc((4.16667% * 16) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-17 {
    width: calc((4.16667% * 17) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-17.lock {
      max-width: calc((4.16667% * 17) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-18 {
    width: calc((4.16667% * 18) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-18.lock {
      max-width: calc((4.16667% * 18) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-19 {
    width: calc((4.16667% * 19) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-19.lock {
      max-width: calc((4.16667% * 19) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-20 {
    width: calc((4.16667% * 20) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-20.lock {
      max-width: calc((4.16667% * 20) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-21 {
    width: calc((4.16667% * 21) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-21.lock {
      max-width: calc((4.16667% * 21) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-22 {
    width: calc((4.16667% * 22) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-22.lock {
      max-width: calc((4.16667% * 22) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-23 {
    width: calc((4.16667% * 23) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-23.lock {
      max-width: calc((4.16667% * 23) - 12px); } }
@media (max-width: 400px) {
  .gutters .col-ms-24 {
    width: calc((4.16667% * 24) - 12px);
    margin: calc( 12px / 2 ); }
    .gutters .col-ms-24.lock {
      max-width: calc((4.16667% * 24) - 12px); } }

.no-gutters .col-1 {
  width: calc(4.16667% * 1);
  margin: 0; }
  .no-gutters .col-1.lock {
    max-width: calc(4.16667% * 1); }
.no-gutters .col-2 {
  width: calc(4.16667% * 2);
  margin: 0; }
  .no-gutters .col-2.lock {
    max-width: calc(4.16667% * 2); }
.no-gutters .col-3 {
  width: calc(4.16667% * 3);
  margin: 0; }
  .no-gutters .col-3.lock {
    max-width: calc(4.16667% * 3); }
.no-gutters .col-4 {
  width: calc(4.16667% * 4);
  margin: 0; }
  .no-gutters .col-4.lock {
    max-width: calc(4.16667% * 4); }
.no-gutters .col-5 {
  width: calc(4.16667% * 5);
  margin: 0; }
  .no-gutters .col-5.lock {
    max-width: calc(4.16667% * 5); }
.no-gutters .col-6 {
  width: calc(4.16667% * 6);
  margin: 0; }
  .no-gutters .col-6.lock {
    max-width: calc(4.16667% * 6); }
.no-gutters .col-7 {
  width: calc(4.16667% * 7);
  margin: 0; }
  .no-gutters .col-7.lock {
    max-width: calc(4.16667% * 7); }
.no-gutters .col-8 {
  width: calc(4.16667% * 8);
  margin: 0; }
  .no-gutters .col-8.lock {
    max-width: calc(4.16667% * 8); }
.no-gutters .col-9 {
  width: calc(4.16667% * 9);
  margin: 0; }
  .no-gutters .col-9.lock {
    max-width: calc(4.16667% * 9); }
.no-gutters .col-10 {
  width: calc(4.16667% * 10);
  margin: 0; }
  .no-gutters .col-10.lock {
    max-width: calc(4.16667% * 10); }
.no-gutters .col-11 {
  width: calc(4.16667% * 11);
  margin: 0; }
  .no-gutters .col-11.lock {
    max-width: calc(4.16667% * 11); }
.no-gutters .col-12 {
  width: calc(4.16667% * 12);
  margin: 0; }
  .no-gutters .col-12.lock {
    max-width: calc(4.16667% * 12); }
.no-gutters .col-13 {
  width: calc(4.16667% * 13);
  margin: 0; }
  .no-gutters .col-13.lock {
    max-width: calc(4.16667% * 13); }
.no-gutters .col-14 {
  width: calc(4.16667% * 14);
  margin: 0; }
  .no-gutters .col-14.lock {
    max-width: calc(4.16667% * 14); }
.no-gutters .col-15 {
  width: calc(4.16667% * 15);
  margin: 0; }
  .no-gutters .col-15.lock {
    max-width: calc(4.16667% * 15); }
.no-gutters .col-16 {
  width: calc(4.16667% * 16);
  margin: 0; }
  .no-gutters .col-16.lock {
    max-width: calc(4.16667% * 16); }
.no-gutters .col-17 {
  width: calc(4.16667% * 17);
  margin: 0; }
  .no-gutters .col-17.lock {
    max-width: calc(4.16667% * 17); }
.no-gutters .col-18 {
  width: calc(4.16667% * 18);
  margin: 0; }
  .no-gutters .col-18.lock {
    max-width: calc(4.16667% * 18); }
.no-gutters .col-19 {
  width: calc(4.16667% * 19);
  margin: 0; }
  .no-gutters .col-19.lock {
    max-width: calc(4.16667% * 19); }
.no-gutters .col-20 {
  width: calc(4.16667% * 20);
  margin: 0; }
  .no-gutters .col-20.lock {
    max-width: calc(4.16667% * 20); }
.no-gutters .col-21 {
  width: calc(4.16667% * 21);
  margin: 0; }
  .no-gutters .col-21.lock {
    max-width: calc(4.16667% * 21); }
.no-gutters .col-22 {
  width: calc(4.16667% * 22);
  margin: 0; }
  .no-gutters .col-22.lock {
    max-width: calc(4.16667% * 22); }
.no-gutters .col-23 {
  width: calc(4.16667% * 23);
  margin: 0; }
  .no-gutters .col-23.lock {
    max-width: calc(4.16667% * 23); }
.no-gutters .col-24 {
  width: calc(4.16667% * 24);
  margin: 0; }
  .no-gutters .col-24.lock {
    max-width: calc(4.16667% * 24); }
@media (max-width: 1224px) {
  .no-gutters .col-ds-1 {
    width: calc(4.16667% * 1);
    margin: 0; }
    .no-gutters .col-ds-1.lock {
      max-width: calc(4.16667% * 1); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-2 {
    width: calc(4.16667% * 2);
    margin: 0; }
    .no-gutters .col-ds-2.lock {
      max-width: calc(4.16667% * 2); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-3 {
    width: calc(4.16667% * 3);
    margin: 0; }
    .no-gutters .col-ds-3.lock {
      max-width: calc(4.16667% * 3); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-4 {
    width: calc(4.16667% * 4);
    margin: 0; }
    .no-gutters .col-ds-4.lock {
      max-width: calc(4.16667% * 4); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-5 {
    width: calc(4.16667% * 5);
    margin: 0; }
    .no-gutters .col-ds-5.lock {
      max-width: calc(4.16667% * 5); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-6 {
    width: calc(4.16667% * 6);
    margin: 0; }
    .no-gutters .col-ds-6.lock {
      max-width: calc(4.16667% * 6); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-7 {
    width: calc(4.16667% * 7);
    margin: 0; }
    .no-gutters .col-ds-7.lock {
      max-width: calc(4.16667% * 7); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-8 {
    width: calc(4.16667% * 8);
    margin: 0; }
    .no-gutters .col-ds-8.lock {
      max-width: calc(4.16667% * 8); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-9 {
    width: calc(4.16667% * 9);
    margin: 0; }
    .no-gutters .col-ds-9.lock {
      max-width: calc(4.16667% * 9); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-10 {
    width: calc(4.16667% * 10);
    margin: 0; }
    .no-gutters .col-ds-10.lock {
      max-width: calc(4.16667% * 10); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-11 {
    width: calc(4.16667% * 11);
    margin: 0; }
    .no-gutters .col-ds-11.lock {
      max-width: calc(4.16667% * 11); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-12 {
    width: calc(4.16667% * 12);
    margin: 0; }
    .no-gutters .col-ds-12.lock {
      max-width: calc(4.16667% * 12); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-13 {
    width: calc(4.16667% * 13);
    margin: 0; }
    .no-gutters .col-ds-13.lock {
      max-width: calc(4.16667% * 13); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-14 {
    width: calc(4.16667% * 14);
    margin: 0; }
    .no-gutters .col-ds-14.lock {
      max-width: calc(4.16667% * 14); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-15 {
    width: calc(4.16667% * 15);
    margin: 0; }
    .no-gutters .col-ds-15.lock {
      max-width: calc(4.16667% * 15); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-16 {
    width: calc(4.16667% * 16);
    margin: 0; }
    .no-gutters .col-ds-16.lock {
      max-width: calc(4.16667% * 16); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-17 {
    width: calc(4.16667% * 17);
    margin: 0; }
    .no-gutters .col-ds-17.lock {
      max-width: calc(4.16667% * 17); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-18 {
    width: calc(4.16667% * 18);
    margin: 0; }
    .no-gutters .col-ds-18.lock {
      max-width: calc(4.16667% * 18); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-19 {
    width: calc(4.16667% * 19);
    margin: 0; }
    .no-gutters .col-ds-19.lock {
      max-width: calc(4.16667% * 19); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-20 {
    width: calc(4.16667% * 20);
    margin: 0; }
    .no-gutters .col-ds-20.lock {
      max-width: calc(4.16667% * 20); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-21 {
    width: calc(4.16667% * 21);
    margin: 0; }
    .no-gutters .col-ds-21.lock {
      max-width: calc(4.16667% * 21); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-22 {
    width: calc(4.16667% * 22);
    margin: 0; }
    .no-gutters .col-ds-22.lock {
      max-width: calc(4.16667% * 22); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-23 {
    width: calc(4.16667% * 23);
    margin: 0; }
    .no-gutters .col-ds-23.lock {
      max-width: calc(4.16667% * 23); } }
@media (max-width: 1224px) {
  .no-gutters .col-ds-24 {
    width: calc(4.16667% * 24);
    margin: 0; }
    .no-gutters .col-ds-24.lock {
      max-width: calc(4.16667% * 24); } }
@media (max-width: 768px) {
  .no-gutters .col-t-1 {
    width: calc(4.16667% * 1);
    margin: 0; }
    .no-gutters .col-t-1.lock {
      max-width: calc(4.16667% * 1); } }
@media (max-width: 768px) {
  .no-gutters .col-t-2 {
    width: calc(4.16667% * 2);
    margin: 0; }
    .no-gutters .col-t-2.lock {
      max-width: calc(4.16667% * 2); } }
@media (max-width: 768px) {
  .no-gutters .col-t-3 {
    width: calc(4.16667% * 3);
    margin: 0; }
    .no-gutters .col-t-3.lock {
      max-width: calc(4.16667% * 3); } }
@media (max-width: 768px) {
  .no-gutters .col-t-4 {
    width: calc(4.16667% * 4);
    margin: 0; }
    .no-gutters .col-t-4.lock {
      max-width: calc(4.16667% * 4); } }
@media (max-width: 768px) {
  .no-gutters .col-t-5 {
    width: calc(4.16667% * 5);
    margin: 0; }
    .no-gutters .col-t-5.lock {
      max-width: calc(4.16667% * 5); } }
@media (max-width: 768px) {
  .no-gutters .col-t-6 {
    width: calc(4.16667% * 6);
    margin: 0; }
    .no-gutters .col-t-6.lock {
      max-width: calc(4.16667% * 6); } }
@media (max-width: 768px) {
  .no-gutters .col-t-7 {
    width: calc(4.16667% * 7);
    margin: 0; }
    .no-gutters .col-t-7.lock {
      max-width: calc(4.16667% * 7); } }
@media (max-width: 768px) {
  .no-gutters .col-t-8 {
    width: calc(4.16667% * 8);
    margin: 0; }
    .no-gutters .col-t-8.lock {
      max-width: calc(4.16667% * 8); } }
@media (max-width: 768px) {
  .no-gutters .col-t-9 {
    width: calc(4.16667% * 9);
    margin: 0; }
    .no-gutters .col-t-9.lock {
      max-width: calc(4.16667% * 9); } }
@media (max-width: 768px) {
  .no-gutters .col-t-10 {
    width: calc(4.16667% * 10);
    margin: 0; }
    .no-gutters .col-t-10.lock {
      max-width: calc(4.16667% * 10); } }
@media (max-width: 768px) {
  .no-gutters .col-t-11 {
    width: calc(4.16667% * 11);
    margin: 0; }
    .no-gutters .col-t-11.lock {
      max-width: calc(4.16667% * 11); } }
@media (max-width: 768px) {
  .no-gutters .col-t-12 {
    width: calc(4.16667% * 12);
    margin: 0; }
    .no-gutters .col-t-12.lock {
      max-width: calc(4.16667% * 12); } }
@media (max-width: 768px) {
  .no-gutters .col-t-13 {
    width: calc(4.16667% * 13);
    margin: 0; }
    .no-gutters .col-t-13.lock {
      max-width: calc(4.16667% * 13); } }
@media (max-width: 768px) {
  .no-gutters .col-t-14 {
    width: calc(4.16667% * 14);
    margin: 0; }
    .no-gutters .col-t-14.lock {
      max-width: calc(4.16667% * 14); } }
@media (max-width: 768px) {
  .no-gutters .col-t-15 {
    width: calc(4.16667% * 15);
    margin: 0; }
    .no-gutters .col-t-15.lock {
      max-width: calc(4.16667% * 15); } }
@media (max-width: 768px) {
  .no-gutters .col-t-16 {
    width: calc(4.16667% * 16);
    margin: 0; }
    .no-gutters .col-t-16.lock {
      max-width: calc(4.16667% * 16); } }
@media (max-width: 768px) {
  .no-gutters .col-t-17 {
    width: calc(4.16667% * 17);
    margin: 0; }
    .no-gutters .col-t-17.lock {
      max-width: calc(4.16667% * 17); } }
@media (max-width: 768px) {
  .no-gutters .col-t-18 {
    width: calc(4.16667% * 18);
    margin: 0; }
    .no-gutters .col-t-18.lock {
      max-width: calc(4.16667% * 18); } }
@media (max-width: 768px) {
  .no-gutters .col-t-19 {
    width: calc(4.16667% * 19);
    margin: 0; }
    .no-gutters .col-t-19.lock {
      max-width: calc(4.16667% * 19); } }
@media (max-width: 768px) {
  .no-gutters .col-t-20 {
    width: calc(4.16667% * 20);
    margin: 0; }
    .no-gutters .col-t-20.lock {
      max-width: calc(4.16667% * 20); } }
@media (max-width: 768px) {
  .no-gutters .col-t-21 {
    width: calc(4.16667% * 21);
    margin: 0; }
    .no-gutters .col-t-21.lock {
      max-width: calc(4.16667% * 21); } }
@media (max-width: 768px) {
  .no-gutters .col-t-22 {
    width: calc(4.16667% * 22);
    margin: 0; }
    .no-gutters .col-t-22.lock {
      max-width: calc(4.16667% * 22); } }
@media (max-width: 768px) {
  .no-gutters .col-t-23 {
    width: calc(4.16667% * 23);
    margin: 0; }
    .no-gutters .col-t-23.lock {
      max-width: calc(4.16667% * 23); } }
@media (max-width: 768px) {
  .no-gutters .col-t-24 {
    width: calc(4.16667% * 24);
    margin: 0; }
    .no-gutters .col-t-24.lock {
      max-width: calc(4.16667% * 24); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-1 {
    width: calc(4.16667% * 1);
    margin: 0; }
    .no-gutters .col-ml-1.lock {
      max-width: calc(4.16667% * 1); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-2 {
    width: calc(4.16667% * 2);
    margin: 0; }
    .no-gutters .col-ml-2.lock {
      max-width: calc(4.16667% * 2); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-3 {
    width: calc(4.16667% * 3);
    margin: 0; }
    .no-gutters .col-ml-3.lock {
      max-width: calc(4.16667% * 3); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-4 {
    width: calc(4.16667% * 4);
    margin: 0; }
    .no-gutters .col-ml-4.lock {
      max-width: calc(4.16667% * 4); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-5 {
    width: calc(4.16667% * 5);
    margin: 0; }
    .no-gutters .col-ml-5.lock {
      max-width: calc(4.16667% * 5); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-6 {
    width: calc(4.16667% * 6);
    margin: 0; }
    .no-gutters .col-ml-6.lock {
      max-width: calc(4.16667% * 6); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-7 {
    width: calc(4.16667% * 7);
    margin: 0; }
    .no-gutters .col-ml-7.lock {
      max-width: calc(4.16667% * 7); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-8 {
    width: calc(4.16667% * 8);
    margin: 0; }
    .no-gutters .col-ml-8.lock {
      max-width: calc(4.16667% * 8); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-9 {
    width: calc(4.16667% * 9);
    margin: 0; }
    .no-gutters .col-ml-9.lock {
      max-width: calc(4.16667% * 9); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-10 {
    width: calc(4.16667% * 10);
    margin: 0; }
    .no-gutters .col-ml-10.lock {
      max-width: calc(4.16667% * 10); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-11 {
    width: calc(4.16667% * 11);
    margin: 0; }
    .no-gutters .col-ml-11.lock {
      max-width: calc(4.16667% * 11); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-12 {
    width: calc(4.16667% * 12);
    margin: 0; }
    .no-gutters .col-ml-12.lock {
      max-width: calc(4.16667% * 12); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-13 {
    width: calc(4.16667% * 13);
    margin: 0; }
    .no-gutters .col-ml-13.lock {
      max-width: calc(4.16667% * 13); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-14 {
    width: calc(4.16667% * 14);
    margin: 0; }
    .no-gutters .col-ml-14.lock {
      max-width: calc(4.16667% * 14); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-15 {
    width: calc(4.16667% * 15);
    margin: 0; }
    .no-gutters .col-ml-15.lock {
      max-width: calc(4.16667% * 15); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-16 {
    width: calc(4.16667% * 16);
    margin: 0; }
    .no-gutters .col-ml-16.lock {
      max-width: calc(4.16667% * 16); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-17 {
    width: calc(4.16667% * 17);
    margin: 0; }
    .no-gutters .col-ml-17.lock {
      max-width: calc(4.16667% * 17); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-18 {
    width: calc(4.16667% * 18);
    margin: 0; }
    .no-gutters .col-ml-18.lock {
      max-width: calc(4.16667% * 18); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-19 {
    width: calc(4.16667% * 19);
    margin: 0; }
    .no-gutters .col-ml-19.lock {
      max-width: calc(4.16667% * 19); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-20 {
    width: calc(4.16667% * 20);
    margin: 0; }
    .no-gutters .col-ml-20.lock {
      max-width: calc(4.16667% * 20); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-21 {
    width: calc(4.16667% * 21);
    margin: 0; }
    .no-gutters .col-ml-21.lock {
      max-width: calc(4.16667% * 21); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-22 {
    width: calc(4.16667% * 22);
    margin: 0; }
    .no-gutters .col-ml-22.lock {
      max-width: calc(4.16667% * 22); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-23 {
    width: calc(4.16667% * 23);
    margin: 0; }
    .no-gutters .col-ml-23.lock {
      max-width: calc(4.16667% * 23); } }
@media (max-width: 550px) {
  .no-gutters .col-ml-24 {
    width: calc(4.16667% * 24);
    margin: 0; }
    .no-gutters .col-ml-24.lock {
      max-width: calc(4.16667% * 24); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-1 {
    width: calc(4.16667% * 1);
    margin: 0; }
    .no-gutters .col-ms-1.lock {
      max-width: calc(4.16667% * 1); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-2 {
    width: calc(4.16667% * 2);
    margin: 0; }
    .no-gutters .col-ms-2.lock {
      max-width: calc(4.16667% * 2); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-3 {
    width: calc(4.16667% * 3);
    margin: 0; }
    .no-gutters .col-ms-3.lock {
      max-width: calc(4.16667% * 3); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-4 {
    width: calc(4.16667% * 4);
    margin: 0; }
    .no-gutters .col-ms-4.lock {
      max-width: calc(4.16667% * 4); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-5 {
    width: calc(4.16667% * 5);
    margin: 0; }
    .no-gutters .col-ms-5.lock {
      max-width: calc(4.16667% * 5); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-6 {
    width: calc(4.16667% * 6);
    margin: 0; }
    .no-gutters .col-ms-6.lock {
      max-width: calc(4.16667% * 6); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-7 {
    width: calc(4.16667% * 7);
    margin: 0; }
    .no-gutters .col-ms-7.lock {
      max-width: calc(4.16667% * 7); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-8 {
    width: calc(4.16667% * 8);
    margin: 0; }
    .no-gutters .col-ms-8.lock {
      max-width: calc(4.16667% * 8); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-9 {
    width: calc(4.16667% * 9);
    margin: 0; }
    .no-gutters .col-ms-9.lock {
      max-width: calc(4.16667% * 9); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-10 {
    width: calc(4.16667% * 10);
    margin: 0; }
    .no-gutters .col-ms-10.lock {
      max-width: calc(4.16667% * 10); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-11 {
    width: calc(4.16667% * 11);
    margin: 0; }
    .no-gutters .col-ms-11.lock {
      max-width: calc(4.16667% * 11); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-12 {
    width: calc(4.16667% * 12);
    margin: 0; }
    .no-gutters .col-ms-12.lock {
      max-width: calc(4.16667% * 12); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-13 {
    width: calc(4.16667% * 13);
    margin: 0; }
    .no-gutters .col-ms-13.lock {
      max-width: calc(4.16667% * 13); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-14 {
    width: calc(4.16667% * 14);
    margin: 0; }
    .no-gutters .col-ms-14.lock {
      max-width: calc(4.16667% * 14); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-15 {
    width: calc(4.16667% * 15);
    margin: 0; }
    .no-gutters .col-ms-15.lock {
      max-width: calc(4.16667% * 15); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-16 {
    width: calc(4.16667% * 16);
    margin: 0; }
    .no-gutters .col-ms-16.lock {
      max-width: calc(4.16667% * 16); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-17 {
    width: calc(4.16667% * 17);
    margin: 0; }
    .no-gutters .col-ms-17.lock {
      max-width: calc(4.16667% * 17); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-18 {
    width: calc(4.16667% * 18);
    margin: 0; }
    .no-gutters .col-ms-18.lock {
      max-width: calc(4.16667% * 18); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-19 {
    width: calc(4.16667% * 19);
    margin: 0; }
    .no-gutters .col-ms-19.lock {
      max-width: calc(4.16667% * 19); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-20 {
    width: calc(4.16667% * 20);
    margin: 0; }
    .no-gutters .col-ms-20.lock {
      max-width: calc(4.16667% * 20); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-21 {
    width: calc(4.16667% * 21);
    margin: 0; }
    .no-gutters .col-ms-21.lock {
      max-width: calc(4.16667% * 21); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-22 {
    width: calc(4.16667% * 22);
    margin: 0; }
    .no-gutters .col-ms-22.lock {
      max-width: calc(4.16667% * 22); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-23 {
    width: calc(4.16667% * 23);
    margin: 0; }
    .no-gutters .col-ms-23.lock {
      max-width: calc(4.16667% * 23); } }
@media (max-width: 400px) {
  .no-gutters .col-ms-24 {
    width: calc(4.16667% * 24);
    margin: 0; }
    .no-gutters .col-ms-24.lock {
      max-width: calc(4.16667% * 24); } }

.wrap {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  display: inline-block;
  background-color: green; }
  .wrap .row {
    margin: 5px 0;
    padding: 10px;
    background-color: red; }
  .wrap .container {
    margin: 10px auto;
    padding: 10px;
    background-color: yellow; }
  .wrap [class^="col-"], .wrap [class*="col-"] {
    min-height: 10px;
    background-color: blue; }
    .wrap [class^="col-"].first, .wrap [class*="col-"].first {
      background-color: aqua; }
    .wrap [class^="col-"].last, .wrap [class*="col-"].last {
      background-color: teal; }
  @media (max-width: 1224px) {
    .wrap [class^="col-ds-"], .wrap [class*="col-ds-"] {
      background-color: lime; } }
  @media (max-width: 768px) {
    .wrap [class^="col-t-"], .wrap [class*="col-t-"] {
      background-color: aqua; } }
  @media (max-width: 550px) {
    .wrap [class^="col-ml-"], .wrap [class*="col-ml-"] {
      background-color: cadetblue; } }
  @media (max-width: 400px) {
    .wrap [class^="col-ms-"], .wrap [class*="col-ms-"] {
      background-color: coral; } }

.form {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(12px / 2); }
  .form.borders {
    border-width: 1px;
    border-style: solid; }
  .form * {
    border-color: inherit; }
  .form .field-block-1 {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .form .field-block-2 {
    width: 50%;
    psotion: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .form .block-1 {
    height: auto;
    width: calc(100% - 12px);
    margin: calc(12px / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .form .block-2 {
    height: auto;
    width: calc(50% - 12px);
    margin: calc(12px / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 550px) {
      .form .block-2 {
        width: calc(100% - 12px); } }
  .form .block-3 {
    height: auto;
    width: calc(33.333333% - 12px);
    margin: calc(12px / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 1224px) {
      .form .block-3 {
        width: calc(50% - 12px); } }
    @media (max-width: 550px) {
      .form .block-3 {
        width: calc(100% - 12px); } }
  .form .block-4 {
    height: auto;
    width: calc(25% - 12px);
    margin: calc(12px / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 1224px) {
      .form .block-4 {
        width: calc(50% - 12px); } }
    @media (max-width: 550px) {
      .form .block-4 {
        width: calc(100% - 12px); } }
  .form .error label {
    color: red; }
  .form .error input, .form .error select, .form .error textarea, .form .error .dud {
    border-color: red; }
  .form .error textarea:-moz-placeholder, .form .error input:-moz-placeholder {
    color: red; }
  .form .error textarea::-moz-placeholder, .form .error input::-moz-placeholder {
    color: red; }
  .form .error textarea::-webkit-input-placeholder, .form .error input::-webkit-input-placeholder {
    color: red; }
  .form .error textarea:-ms-input-placeholder, .form .error input:-ms-input-placeholder {
    color: red; }
  .form .error textarea::placeholder, .form .error input::placeholder {
    color: red; }
  .form .success label {
    color: green; }
  .form .success input, .form .success select, .form .success textarea, .form .success .dud {
    border-color: green; }
  .form .success textarea:-moz-placeholder, .form .success input:-moz-placeholder {
    color: green; }
  .form .success textarea::-moz-placeholder, .form .success input::-moz-placeholder {
    color: green; }
  .form .success textarea::-webkit-input-placeholder, .form .success input::-webkit-input-placeholder {
    color: green; }
  .form .success textarea:-ms-input-placeholder, .form .success input:-ms-input-placeholder {
    color: green; }
  .form .success textarea::placeholder, .form .success input::placeholder {
    color: green; }
  .form textarea:-moz-placeholder, .form input:-moz-placeholder {
    color: rgba(64, 64, 64, 0.6);
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 550px) {
      .form textarea:-moz-placeholder, .form input:-moz-placeholder {
        font-size: 12px;
        font-size: 1.2rem; } }
  .form textarea::-moz-placeholder, .form input::-moz-placeholder {
    color: rgba(64, 64, 64, 0.6);
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 550px) {
      .form textarea::-moz-placeholder, .form input::-moz-placeholder {
        font-size: 12px;
        font-size: 1.2rem; } }
  .form textarea::-webkit-input-placeholder, .form input::-webkit-input-placeholder {
    color: rgba(64, 64, 64, 0.6);
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 550px) {
      .form textarea::-webkit-input-placeholder, .form input::-webkit-input-placeholder {
        font-size: 12px;
        font-size: 1.2rem; } }
  .form textarea:-ms-input-placeholder, .form input:-ms-input-placeholder {
    color: rgba(64, 64, 64, 0.6);
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 550px) {
      .form textarea:-ms-input-placeholder, .form input:-ms-input-placeholder {
        font-size: 12px;
        font-size: 1.2rem; } }
  .form textarea::placeholder, .form input::placeholder {
    color: rgba(64, 64, 64, 0.6);
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 550px) {
      .form textarea::placeholder, .form input::placeholder {
        font-size: 12px;
        font-size: 1.2rem; } }
  .form label {
    width: 100%;
    height: auto;
    padding: 8px 0;
    font-size: 10px;
    font-size: 1rem;
    color: #404040; }
  .form input, .form select, .form textarea, .form .dud {
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: auto;
    padding: 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
    min-height: 50px;
    color: #404040;
    font-family: "Open Sans", sans-serif;
    background: white;
    border: 1px solid #707070;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media (max-width: 550px) {
      .form input, .form select, .form textarea, .form .dud {
        font-size: 12px;
        font-size: 1.2rem; } }
  .form input::-webkit-input-placeholder {
    line-height: normal !important; }
  .form [class^="btn-"], .form [class*="btn-"] {
    width: auto;
    margin: 0 0 0 auto;
    display: block;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .form .selectize-input, .form .selectize-dropdown {
    font-size: 12px;
    font-size: 1.2rem;
    background: white;
    border: 1px solid #707070; }
  .form .select-1, .form .select-2, .form .select-3 {
    width: 100%;
    height: auto;
    min-height: 55px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .form .select-1 .items, .form .select-2 .items, .form .select-3 .items {
      border-width: 1px;
      border-style: solid;
      border-color: inherit;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
  .form textarea {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    padding: 15px; }

/* Buttons */
.btn-1,
input.btn-1,
button.btn-1,
a.btn-1 {
  outline: none !important;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 12px 24px;
  margin: 4px auto;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  line-height: 1.25em;
  border: 1px solid transparent;
  font-weight: 700; }
  @media (max-width: 768px) {
    .btn-1,
    input.btn-1,
    button.btn-1,
    a.btn-1 {
      font-size: 12px;
      font-size: 1.2rem; } }
  .btn-1.c-1,
  input.btn-1.c-1,
  button.btn-1.c-1,
  a.btn-1.c-1 {
    border: 1px solid #FFB800;
    background-color: #FFB800;
    color: #404040; }
    .btn-1.c-1:hover,
    input.btn-1.c-1:hover,
    button.btn-1.c-1:hover,
    a.btn-1.c-1:hover {
      border: 1px solid #FFB800;
      color: #262626;
      background-color: transparent;
      -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .btn-1.c-2,
  input.btn-1.c-2,
  button.btn-1.c-2,
  a.btn-1.c-2 {
    border: 1px solid #262626;
    background-color: #262626;
    color: #FFB800; }
    .btn-1.c-2:hover,
    input.btn-1.c-2:hover,
    button.btn-1.c-2:hover,
    a.btn-1.c-2:hover {
      border: 1px solid #262626;
      color: #262626;
      background-color: transparent;
      -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.btn-2,
input.btn-2,
button.btn-2,
a.btn-2 {
  outline: none !important;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 12px 24px;
  margin: 5px auto;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  line-height: 1.25em;
  border: 1px solid transparent;
  font-weight: 700; }
  @media (max-width: 768px) {
    .btn-2,
    input.btn-2,
    button.btn-2,
    a.btn-2 {
      font-size: 12px;
      font-size: 1.2rem; } }
  .btn-2.c-1,
  input.btn-2.c-1,
  button.btn-2.c-1,
  a.btn-2.c-1 {
    border: 1px solid #FFB800;
    color: #262626;
    background-color: transparent; }
    .btn-2.c-1:hover,
    input.btn-2.c-1:hover,
    button.btn-2.c-1:hover,
    a.btn-2.c-1:hover {
      border: 1px solid #FFB800;
      color: #404040;
      background-color: #FFB800;
      -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .btn-2.c-2,
  input.btn-2.c-2,
  button.btn-2.c-2,
  a.btn-2.c-2 {
    border: 1px solid #262626;
    color: #262626;
    background-color: transparent; }
    .btn-2.c-2:hover,
    input.btn-2.c-2:hover,
    button.btn-2.c-2:hover,
    a.btn-2.c-2:hover {
      border: 1px solid #262626;
      color: #FFB800;
      background-color: #262626;
      -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.t1 {
  position: relative;
  width: 100%;
  height: auto; }
  .t1 #main {
    display: block;
    padding-top: 70px; }
    @media (max-width: 768px) {
      .t1 #main {
        padding-top: 52px; } }

/* Global Elements ---------------------------*/
html {
  font-size: 80.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  min-height: 100%;
  overflow: overflow; }

body {
  background-color: white;
  color: #404040;
  font-family: "Roboto", sans-serif, "Open Sans", sans-serif, Arial, Helvetica, sans-serif;
  width: 100%;
  min-height: 100%; }

#main {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #main img {
    max-width: 100%; }

/*----- Variables --------------------------------------------*/
/*--- All supporing stylyes shall be placed on this style sheet. These are classses that are used globally to style general elements as needed.----*/
.flex-v-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.flex-v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.flex-v-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.flex-h-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.flex-h-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.flex-h-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.full-width {
  max-width: 100% !important;
  width: 100%;
  padding: 0; }

.full-height {
  height: 100%; }

.full-height-vh {
  min-height: 100vh !important; }

.bg-attach {
  background-attachment: fixed; }

.hide-mobile {
  display: block; }
  @media (max-width: 550px) {
    .hide-mobile {
      display: none; } }

.fade-in > *:nth-child(1) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(1) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(1) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(2) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(2) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(3) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(3) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(3) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(3) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(4) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(4) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(4) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(4) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(5) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(5) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(5) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(5) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(6) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(6) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(6) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(6) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(7) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(7) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(7) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(7) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(8) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(8) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(8) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(8) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(9) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(9) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(9) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(9) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(10) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(10) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(10) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(10) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(11) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(11) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(11) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(11) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(12) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(12) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(12) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(12) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(13) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(13) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(13) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(13) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(14) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(14) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(14) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(14) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(15) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(15) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(15) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(15) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(16) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(16) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(16) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(16) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(17) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(17) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(17) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(17) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(18) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(18) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(18) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(18) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(19) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(19) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(19) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(19) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 0.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(20) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(20) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(20) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(20) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(21) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(21) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(21) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(21) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(22) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(22) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(22) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(22) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(23) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(23) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(23) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(23) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(24) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(24) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(24) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(24) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(25) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(25) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(25) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(25) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(26) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(26) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(26) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(26) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(27) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(27) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(27) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(27) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(28) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(28) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(28) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(28) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(29) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(29) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(29) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(29) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(30) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(30) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(30) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(30) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(31) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(31) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(31) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(31) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(32) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(32) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(32) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(32) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(33) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(33) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(33) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(33) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(34) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(34) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(34) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(34) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(35) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(35) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(35) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(35) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(36) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(36) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(36) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(36) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(37) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(37) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(37) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(37) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(38) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(38) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(38) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(38) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(39) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 1.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(39) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(39) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(39) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 1.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(40) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(40) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(40) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(40) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(41) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(41) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(41) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(41) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(42) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(42) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(42) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(42) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(43) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(43) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(43) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(43) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(44) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(44) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(44) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(44) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(45) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(45) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(45) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(45) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(46) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(46) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(46) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(46) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(47) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(47) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(47) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(47) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(48) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(48) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(48) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(48) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(49) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(49) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(49) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(49) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(50) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(50) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(50) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(50) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(51) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(51) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 5.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(51) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(51) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(52) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(52) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 5.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(52) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(52) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(53) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(53) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 5.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(53) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(53) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(54) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(54) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 5.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(54) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(54) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(55) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(55) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 5.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(55) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(55) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(56) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(56) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 5.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(56) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(56) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(57) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(57) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 5.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(57) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(57) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(58) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(58) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 5.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(58) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(58) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(59) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 2.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(59) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 5.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(59) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(59) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 2.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(60) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(60) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(60) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(60) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(61) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(61) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 6.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(61) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(61) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(62) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(62) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 6.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(62) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(62) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(63) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(63) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 6.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(63) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(63) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(64) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(64) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 6.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(64) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(64) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(65) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(65) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 6.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(65) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(65) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(66) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(66) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 6.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(66) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(66) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(67) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(67) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 6.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(67) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(67) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(68) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(68) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 6.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(68) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(68) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(69) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(69) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 6.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(69) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(69) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(70) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(70) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(70) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(70) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(71) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(71) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 7.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(71) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(71) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(72) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(72) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 7.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(72) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(72) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(73) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(73) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 7.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(73) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(73) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(74) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(74) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 7.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(74) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(74) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(75) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(75) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 7.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(75) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(75) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(76) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(76) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 7.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(76) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(76) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(77) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(77) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 7.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(77) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(77) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(78) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(78) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 7.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(78) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(78) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(79) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 3.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(79) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 7.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(79) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(79) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 3.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(80) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(80) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(80) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(80) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(81) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(81) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 8.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(81) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(81) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(82) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(82) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 8.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(82) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(82) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(83) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(83) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 8.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(83) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(83) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(84) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(84) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 8.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(84) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(84) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(85) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(85) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 8.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(85) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(85) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.25s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(86) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(86) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 8.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(86) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(86) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(87) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(87) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 8.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(87) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(87) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.35s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(88) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(88) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 8.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(88) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(88) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(89) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(89) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 8.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(89) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(89) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(90) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(90) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(90) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(90) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(91) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(91) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 9.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(91) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(91) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.55s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(92) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(92) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 9.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(92) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(92) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(93) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(93) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 9.3s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(93) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(93) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.65s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(94) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(94) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 9.4s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(94) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(94) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(95) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(95) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 9.5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(95) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(95) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.75s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(96) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(96) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 9.6s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(96) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(96) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(97) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(97) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 9.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(97) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(97) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.85s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(98) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(98) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 9.8s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(98) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(98) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(99) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 4.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(99) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 9.9s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(99) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(99) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 4.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in > *:nth-child(100) {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-out > *:nth-child(100) {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 10s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-up *:nth-child(100) {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-up;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.slide-down *:nth-child(100) {
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: slide-down;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-delay: 5s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.fade-in-single {
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes fade-in {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-o-keyframes fade-in {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes fade-in {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-webkit-keyframes slide-up {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes slide-up {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes slide-up {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slide-up {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes slide-down {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes slide-down {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes slide-down {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slide-down {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013тАУ2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 30px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  cursor: text; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 0 15px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 10px;
  background: #FFB800;
  color: white;
  border: 0; }

.selectize-control.multi .selectize-input > div.active {
  background: #FFB800;
  color: white;
  border: 0; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  border-color: inherit;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #404040;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #FFB800;
  color: white; }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

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

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

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

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

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

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 1em 1em;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #262626; }

.hamburger-box {
  width: 32px;
  height: 23px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 5px;
    background-color: #262626;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 9px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 18px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-4.57143px, -4px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -18px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2.5px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 9px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 18px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(4.57143px, -4px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -18px, 0) rotate(90deg); }

/* Special Styles -------------------------------------*/
.section-title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 5px;
  color: #919191; }
  @media (max-width: 550px) {
    .section-title {
      font-size: 13px;
      font-size: 1.3rem; } }

.title {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media (max-width: 550px) {
    .title {
      font-size: 25px;
      font-size: 2.5rem; } }
  .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFB800;
    width: 80px;
    height: 3px;
    z-index: 1; }

/* Modules -------------------------------------*/
.module-wysiwyg {
  padding: 0 2em; }

.module-homepage-hero-old {
  position: relative;
  width: 100%;
  min-height: 500px;
  height: auto;
  padding: 6em 2em 9em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  display: none; }
  .module-homepage-hero-old .content {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .module-homepage-hero-old .content .hero-text {
      position: absolute;
      width: 542px;
      height: 356px;
      z-index: 1;
      top: calc(50% + 5px);
      left: 0;
      right: 0;
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      margin: 0 auto;
      padding: 4em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: none; }
      .module-homepage-hero-old .content .hero-text .logo {
        position: relative;
        display: block;
        width: 28px;
        height: auto;
        margin: 0 auto 10px; }
      .module-homepage-hero-old .content .hero-text .title {
        text-align: center;
        font-family: "Roboto", sans-serif;
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: 100; }
        .module-homepage-hero-old .content .hero-text .title span {
          color: #FFB800; }
        .module-homepage-hero-old .content .hero-text .title:after {
          right: 0;
          margin: 0 auto;
          background: #262626; }
      .module-homepage-hero-old .content .hero-text .des {
        text-align: center;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        font-weight: 100; }
      .module-homepage-hero-old .content .hero-text [class^="btn-"], .module-homepage-hero-old .content .hero-text [class*="btn-"] {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 200px; }
    .module-homepage-hero-old .content .vector-animate {
      position: relative;
      width: 922px;
      height: auto;
      margin: 0 auto; }

.module-homepage-hero {
  position: relative;
  width: 100%;
  min-height: 500px;
  height: 80vh;
  padding: 0 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white; }
  @media (max-width: 1224px) {
    .module-homepage-hero {
      height: 60vh; } }
  @media (max-width: 768px) {
    .module-homepage-hero {
      height: auto;
      padding: 0 6em 9em; } }
  @media (max-width: 550px) {
    .module-homepage-hero {
      padding: 0 2em 5em; } }
  .module-homepage-hero .content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0 9em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .module-homepage-hero .content {
        padding: 0;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .module-homepage-hero .content:after {
      content: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      background: -moz-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%); }
      @media (max-width: 1224px) {
        .module-homepage-hero .content:after {
          content: ""; } }
      @media (max-width: 550px) {
        .module-homepage-hero .content:after {
          content: none; } }
    .module-homepage-hero .content .hero-text {
      position: relative;
      width: 100%;
      max-width: 600px;
      height: auto;
      margin: 0;
      z-index: 1;
      padding: 0 0 0 6em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-align-self: flex-end;
      -moz-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; }
      @media (max-width: 768px) {
        .module-homepage-hero .content .hero-text {
          margin-top: 350px;
          padding: 0; } }
      @media (max-width: 550px) {
        .module-homepage-hero .content .hero-text {
          margin-top: 200px; } }
      .module-homepage-hero .content .hero-text .logo {
        position: relative;
        display: block;
        width: 28px;
        height: auto;
        margin: 0 auto 15px 0; }
        @media (max-width: 550px) {
          .module-homepage-hero .content .hero-text .logo {
            width: 35px; } }
      .module-homepage-hero .content .hero-text .title {
        font-family: "Roboto", sans-serif;
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: 300; }
        @media (max-width: 768px) {
          .module-homepage-hero .content .hero-text .title {
            padding-right: 70px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
        @media (max-width: 550px) {
          .module-homepage-hero .content .hero-text .title {
            padding-right: 40px;
            font-size: 22px;
            font-size: 2.2rem; } }
        .module-homepage-hero .content .hero-text .title span {
          color: #FFB800; }
        .module-homepage-hero .content .hero-text .title:after {
          left: 0;
          background: #262626; }
      .module-homepage-hero .content .hero-text .des {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 100; }
        @media (max-width: 550px) {
          .module-homepage-hero .content .hero-text .des {
            font-size: 15px;
            font-size: 1.5rem; } }
      .module-homepage-hero .content .hero-text [class^="btn-"], .module-homepage-hero .content .hero-text [class*="btn-"] {
        margin: 20px auto 0 0;
        width: 200px;
        font-size: 16px;
        font-size: 1.6rem; }
        @media (max-width: 550px) {
          .module-homepage-hero .content .hero-text [class^="btn-"], .module-homepage-hero .content .hero-text [class*="btn-"] {
            font-size: 15px;
            font-size: 1.5rem; } }
    .module-homepage-hero .content .vector-animate {
      position: absolute;
      width: 100%;
      max-width: 1500px;
      height: auto;
      top: -100px;
      right: -30%; }
      @media (max-width: 768px) {
        .module-homepage-hero .content .vector-animate {
          right: -10%; }
          .module-homepage-hero .content .vector-animate svg {
            width: auto;
            height: 570px; } }
      @media (max-width: 550px) {
        .module-homepage-hero .content .vector-animate {
          right: auto;
          top: -70px;
          left: -10%; }
          .module-homepage-hero .content .vector-animate svg {
            width: auto;
            height: 400px; } }

.module-homepage-about {
  position: relative;
  width: 100%;
  height: auto;
  padding: 9em 2em 9em 8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F8F8F8; }
  @media (max-width: 1224px) {
    .module-homepage-about {
      padding: 9em 2em 9em 7em; } }
  @media (max-width: 768px) {
    .module-homepage-about {
      padding: 4em 3em 6em; } }
  @media (max-width: 550px) {
    .module-homepage-about {
      padding: 0; } }
  .module-homepage-about:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 217px;
    top: 50%;
    left: 0;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #FFB800; }
    @media (max-width: 768px) {
      .module-homepage-about:after {
        content: none; } }
  .module-homepage-about .content {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .module-homepage-about .content .title {
      padding-right: 6em; }
      @media (max-width: 1224px) {
        .module-homepage-about .content .title {
          padding-right: 2em; } }
      @media (max-width: 768px) {
        .module-homepage-about .content .title {
          padding-right: 0; } }
    .module-homepage-about .content .text {
      position: relative;
      width: 65%;
      height: auto;
      z-index: 1; }
      @media (max-width: 1224px) {
        .module-homepage-about .content .text {
          width: 85%; } }
      @media (max-width: 768px) {
        .module-homepage-about .content .text {
          width: 80%;
          padding: 20em 0 0 0;
          margin: 0 auto; } }
      @media (max-width: 550px) {
        .module-homepage-about .content .text {
          width: 100%;
          padding: 20em 2em 4em; } }
      .module-homepage-about .content .text .column {
        position: relative;
        width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 768px) {
          .module-homepage-about .content .text .column {
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        .module-homepage-about .content .text .column .box {
          position: relative;
          width: 50%;
          height: auto;
          margin-right: 20px; }
          @media (max-width: 768px) {
            .module-homepage-about .content .text .column .box {
              width: 100%;
              margin: 0; } }
          .module-homepage-about .content .text .column .box:last-child {
            margin-right: 0; }
          .module-homepage-about .content .text .column .box .list-title {
            margin: 0; }
      .module-homepage-about .content .text .call-out {
        font-weight: 700;
        font-style: italic; }
      @media (max-width: 550px) {
        .module-homepage-about .content .text p {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media (max-width: 550px) {
        .module-homepage-about .content .text ul, .module-homepage-about .content .text li {
          font-size: 12px;
          font-size: 1.2rem; } }
    .module-homepage-about .content .image {
      position: absolute;
      width: 40%;
      height: 100%;
      top: 0;
      right: 0;
      background-image: url("../../images/images/map-1.jpg");
      background-position: center;
      background-size: cover; }
      .module-homepage-about .content .image:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #F8F8F8;
        background: linear-gradient(90deg, #f8f8f8 0%, rgba(248, 248, 248, 0.8) 50%, rgba(248, 248, 248, 0) 100%); }
        @media (max-width: 768px) {
          .module-homepage-about .content .image:after {
            background: linear-gradient(360deg, #f8f8f8 0%, rgba(248, 248, 248, 0.8) 50%, rgba(248, 248, 248, 0) 100%); } }
      @media (max-width: 768px) {
        .module-homepage-about .content .image {
          width: 100%;
          height: 400px; } }

.module-homepage-features {
  position: relative;
  width: 100%;
  height: auto;
  padding: 9em 18em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white; }
  @media (max-width: 1448px) {
    .module-homepage-features {
      padding: 9em 10em; } }
  @media (max-width: 1224px) {
    .module-homepage-features {
      padding: 9em 7em; } }
  @media (max-width: 768px) {
    .module-homepage-features {
      padding: 9em 3em; } }
  @media (max-width: 550px) {
    .module-homepage-features {
      padding: 6em 2em; } }
  .module-homepage-features .content {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .module-homepage-features .content .section-header {
      margin: 0 auto;
      margin-bottom: 50px; }
      .module-homepage-features .content .section-header .section-title {
        text-align: center; }
      .module-homepage-features .content .section-header .title {
        text-align: center;
        text-transform: none; }
        .module-homepage-features .content .section-header .title:after {
          right: 0;
          margin: 0 auto; }
    .module-homepage-features .content .highlight-feature {
      position: relative;
      width: 100%;
      height: auto; }
      @media (max-width: 768px) {
        .module-homepage-features .content .highlight-feature {
          padding: 0 4em;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
      @media (max-width: 768px) {
        .module-homepage-features .content .highlight-feature {
          padding: 0; } }
      .module-homepage-features .content .highlight-feature .item {
        width: 100%;
        height: auto;
        padding: 50px 0;
        border-bottom: 1px solid #DDDDDD;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap; }
        @media (max-width: 768px) {
          .module-homepage-features .content .highlight-feature .item {
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        .module-homepage-features .content .highlight-feature .item:nth-child(even) img {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-order: 2;
          -ms-flex-order: 2;
          order: 2;
          margin-right: 0; }
          @media (max-width: 768px) {
            .module-homepage-features .content .highlight-feature .item:nth-child(even) img {
              -webkit-box-ordinal-group: 2;
              -webkit-order: 1;
              -moz-order: 1;
              -ms-flex-order: 1;
              order: 1;
              margin: 0 auto; } }
        .module-homepage-features .content .highlight-feature .item:nth-child(even) .text {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-order: 1;
          -ms-flex-order: 1;
          order: 1;
          margin-right: 20px; }
          @media (max-width: 768px) {
            .module-homepage-features .content .highlight-feature .item:nth-child(even) .text {
              -webkit-box-ordinal-group: 3;
              -webkit-order: 2;
              -moz-order: 2;
              -ms-flex-order: 2;
              order: 2;
              margin: 0 auto; } }
        @media (max-width: 768px) {
          .module-homepage-features .content .highlight-feature .item:first-child {
            padding-top: 0; } }
        .module-homepage-features .content .highlight-feature .item:last-child {
          padding: 50px 0 0;
          border-bottom: none;
          margin-bottom: 100px; }
        .module-homepage-features .content .highlight-feature .item img {
          position: relative;
          width: 50%;
          height: auto;
          margin-right: 20px; }
          @media (max-width: 1224px) {
            .module-homepage-features .content .highlight-feature .item img {
              width: 55%; } }
          @media (max-width: 768px) {
            .module-homepage-features .content .highlight-feature .item img {
              width: 100%;
              margin: 0 auto; } }
        .module-homepage-features .content .highlight-feature .item .text {
          position: relative;
          width: 50%;
          height: auto;
          margin-right: 0; }
          @media (max-width: 1224px) {
            .module-homepage-features .content .highlight-feature .item .text {
              width: 45%;
              margin: 0 auto; } }
          @media (max-width: 768px) {
            .module-homepage-features .content .highlight-feature .item .text {
              width: 100%;
              margin: 0 auto; } }
          @media (max-width: 768px) {
            .module-homepage-features .content .highlight-feature .item .text .subtitle, .module-homepage-features .content .highlight-feature .item .text p {
              text-align: center; } }
          @media (max-width: 550px) {
            .module-homepage-features .content .highlight-feature .item .text .subtitle {
              font-size: 20px;
              font-size: 2rem; } }
          @media (max-width: 550px) {
            .module-homepage-features .content .highlight-feature .item .text p {
              font-size: 12px;
              font-size: 1.2rem; } }
    .module-homepage-features .content .more-feature-old {
      position: relative;
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: none; }
      .module-homepage-features .content .more-feature-old .section-title {
        width: 100%;
        margin-bottom: 15px; }
      .module-homepage-features .content .more-feature-old .item {
        position: relative;
        width: calc(25% - 4px);
        height: auto;
        margin: 2px;
        padding: 4em 3em;
        background: #F8F8F8;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }
        @media (max-width: 1224px) {
          .module-homepage-features .content .more-feature-old .item {
            width: calc(33.33% - 4px); } }
        @media (max-width: 768px) {
          .module-homepage-features .content .more-feature-old .item {
            width: calc(50% - 4px); } }
        @media (max-width: 550px) {
          .module-homepage-features .content .more-feature-old .item {
            width: 100%; } }
        .module-homepage-features .content .more-feature-old .item:hover {
          background: #EFEFEF;
          -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }
        .module-homepage-features .content .more-feature-old .item .icon-con {
          position: relative;
          width: 47px;
          height: 47px;
          margin: 0 auto 15px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; }
        .module-homepage-features .content .more-feature-old .item .icon {
          display: block;
          width: 100%;
          height: auto;
          margin: 0 auto; }
        .module-homepage-features .content .more-feature-old .item .des {
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center;
          margin: 0;
          line-height: 1.2em; }
    .module-homepage-features .content .more-feature {
      position: relative;
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .module-homepage-features .content .more-feature .section-title {
        width: 100%;
        margin-bottom: 15px; }
      .module-homepage-features .content .more-feature .item {
        position: relative;
        width: calc(33.33% - 4px);
        height: auto;
        margin: 2px;
        padding: 4em 3em;
        background: #F8F8F8;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }
        @media (max-width: 1224px) {
          .module-homepage-features .content .more-feature .item {
            width: calc(50% - 4px); } }
        @media (max-width: 550px) {
          .module-homepage-features .content .more-feature .item {
            width: 100%; } }
        .module-homepage-features .content .more-feature .item:hover {
          background: #EFEFEF;
          -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }
        .module-homepage-features .content .more-feature .item .info {
          position: relative;
          width: 100%;
          height: auto;
          margin-bottom: 15px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; }
          .module-homepage-features .content .more-feature .item .info .icon-con {
            position: relative;
            width: 47px;
            height: 47px;
            margin: 0 15px 0 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center; }
          .module-homepage-features .content .more-feature .item .info .icon {
            display: block;
            width: 100%;
            height: auto;
            margin: 0 auto; }
          .module-homepage-features .content .more-feature .item .info .service-title {
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: 0; }
            @media (max-width: 768px) {
              .module-homepage-features .content .more-feature .item .info .service-title {
                font-size: 14px;
                font-size: 1.4rem; } }
        .module-homepage-features .content .more-feature .item .des {
          font-size: 12px;
          font-size: 1.2rem;
          margin: 0;
          line-height: 1.45em; }
          @media (max-width: 550px) {
            .module-homepage-features .content .more-feature .item .des {
              font-size: 11px;
              font-size: 1.1rem; } }

.module-homepage-integrate {
  position: relative;
  width: 100%;
  height: auto;
  padding: 9em 18em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border-top: 1px solid #DDDDDD; }
  @media (max-width: 1448px) {
    .module-homepage-integrate {
      padding: 9em 10em; } }
  @media (max-width: 1224px) {
    .module-homepage-integrate {
      padding: 9em 7em; } }
  @media (max-width: 768px) {
    .module-homepage-integrate {
      padding: 9em 3em; } }
  @media (max-width: 550px) {
    .module-homepage-integrate {
      padding: 6em 2em; } }
  .module-homepage-integrate .content {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .module-homepage-integrate .content .section-header {
      margin: 0 auto;
      margin-bottom: 50px; }
      @media (max-width: 550px) {
        .module-homepage-integrate .content .section-header {
          margin-bottom: 25px; } }
      .module-homepage-integrate .content .section-header .section-title {
        text-align: center; }
      .module-homepage-integrate .content .section-header .title {
        text-align: center; }
        .module-homepage-integrate .content .section-header .title:after {
          right: 0;
          margin: 0 auto; }
    .module-homepage-integrate .content .listing {
      position: relative;
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .module-homepage-integrate .content .listing .item {
        position: relative;
        width: calc(33.33% - 4px);
        height: auto;
        margin: 2px;
        padding: 4em 3em;
        background: #F8F8F8;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          .module-homepage-integrate .content .listing .item {
            width: calc(50% - 4px); } }
        @media (max-width: 550px) {
          .module-homepage-integrate .content .listing .item {
            width: 100%; } }
        .module-homepage-integrate .content .listing .item:hover {
          background: #EFEFEF;
          -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }
        .module-homepage-integrate .content .listing .item .logo-wrap {
          position: relative;
          width: 100%;
          height: auto;
          display: block;
          margin: 0 auto 10px;
          overflow: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .module-homepage-integrate .content .listing .item .logo-wrap img {
            width: 100%;
            height: auto; }
        .module-homepage-integrate .content .listing .item .company {
          width: 100%;
          height: auto;
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center;
          margin: 0;
          color: #919191;
          text-transform: uppercase;
          -webkit-align-self: flex-end;
          -moz-align-self: flex-end;
          -ms-flex-item-align: end;
          align-self: flex-end; }

.module-homepage-plan {
  position: relative;
  width: 100%;
  height: auto;
  padding: 9em 8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F8F8F8; }
  @media (max-width: 1224px) {
    .module-homepage-plan {
      padding: 9em 4em; } }
  @media (max-width: 1224px) {
    .module-homepage-plan {
      padding: 9em 3em; } }
  @media (max-width: 550px) {
    .module-homepage-plan {
      padding: 6em 2em; } }
  .module-homepage-plan:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 217px;
    top: 50%;
    left: 0;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #FFB800; }
    @media (max-width: 768px) {
      .module-homepage-plan:before {
        content: none; } }
  .module-homepage-plan:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 217px;
    top: 50%;
    right: 0;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #FFB800; }
    @media (max-width: 768px) {
      .module-homepage-plan:after {
        content: none; } }
  .module-homepage-plan .content {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .module-homepage-plan .content .section-header {
      width: 100%;
      margin: 0 auto 30px;
    }
    @media (max-width: 768px) {
      .module-homepage-plan .content .section-header {
        margin: 0 auto 50px;
      }
      .module-homepage-plan .content .section-header .section-title {
        text-align: center;
      }
      .module-homepage-plan .content .section-header .title {
        text-align: center;
      }
      .module-homepage-plan .content .section-header .title:after {
        right: 0;
        margin: 0 auto;
      }
    }
    .module-homepage-plan .content .pricing {
      position: relative;
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .module-homepage-plan .content .pricing .price-header {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          .module-homepage-plan .content .pricing .price-header {
            display: none; } }
        .module-homepage-plan .content .pricing .price-header .cell {
          width: 20%;
          height: auto;
          text-align: center;
          text-transform: uppercase;
          color: #919191;
          font-family: "Roboto", sans-serif;
          font-size: 12px;
          font-size: 1.2rem;
          letter-spacing: 3px; }
      .module-homepage-plan .content .pricing .price-listing {
        position: relative;
        width: 100%;
        height: auto;
        background: white;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .module-homepage-plan .content .pricing .price-listing .row {
          position: relative;
          width: 100%;
          height: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          border-bottom: 1px solid #DDDDDD;
          padding: 20px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media (max-width: 768px) {
            .module-homepage-plan .content .pricing .price-listing .row {
              width: 50%;
              padding: 2em 3em;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              border-bottom: none;
              border-right: 1px solid #DDDDDD; } }
          @media (max-width: 550px) {
            .module-homepage-plan .content .pricing .price-listing .row {
              width: 100%;
              padding: 3em;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              border-bottom: 1px solid #DDDDDD;
              border-right: none; } }
          .module-homepage-plan .content .pricing .price-listing .row:last-child {
            border: none; }
        .module-homepage-plan .content .pricing .price-listing .cell {
          width: 20%;
          height: auto;
          text-align: center;
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-size: 1.4rem;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 1em; }
          @media (max-width: 768px) {
            .module-homepage-plan .content .pricing .price-listing .cell {
              width: 100%;
              padding: 0; } }
          .module-homepage-plan .content .pricing .price-listing .cell.price .value {
            position: relative;
            font-size: 40px;
            font-size: 4rem;
            line-height: 1em;
            font-weight: 600;
            color: #FFB800;
            font-family: "Roboto", sans-serif; }
            .module-homepage-plan .content .pricing .price-listing .cell.price .value:before {
              content: "$";
              font-size: 25px;
              font-size: 2.5rem;
              line-height: 1em;
              font-weight: 600;
              color: #919191;
              font-family: "Roboto", sans-serif;
              position: absolute;
              top: 50%;
              left: -20px;
              -moz-transform: translate(0, -50%);
              -o-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
              -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
          .module-homepage-plan .content .pricing .price-listing .cell.price .monthly {
            font-size: 12px;
            font-size: 1.2rem;
            text-transform: uppercase;
            color: #919191;
            letter-spacing: 3px;
            display: block;
            margin-top: 5px;
            font-family: "Roboto", sans-serif; }
          @media (max-width: 768px) {
            .module-homepage-plan .content .pricing .price-listing .cell.price {
              position: relative;
              padding: 15px;
              margin-bottom: 15px; }
              .module-homepage-plan .content .pricing .price-listing .cell.price:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                background: #262626;
                width: 80px;
                height: 3px;
                z-index: 1;
                margin: 0 auto; } }
          @media (max-width: 768px) {
            .module-homepage-plan .content .pricing .price-listing .cell.size {
              margin-bottom: 5px; }
              .module-homepage-plan .content .pricing .price-listing .cell.size:before {
                content: "Size";
                margin-right: 10px;
                text-transform: uppercase;
                color: #919191;
                font-family: "Roboto", sans-serif;
                font-size: 12px;
                font-size: 1.2rem;
                letter-spacing: 1px; } }
          @media (max-width: 550px) {
            .module-homepage-plan .content .pricing .price-listing .cell {
              font-size: 12px;
              font-size: 1.2rem; } }
          @media (max-width: 768px) {
            .module-homepage-plan .content .pricing .price-listing .cell.set-up {
              margin-bottom: 5px; }
              .module-homepage-plan .content .pricing .price-listing .cell.set-up:before {
                content: "Set Up Fee";
                margin-right: 10px;
                text-transform: uppercase;
                color: #919191;
                font-family: "Roboto", sans-serif;
                font-size: 12px;
                font-size: 1.2rem;
                letter-spacing: 1px; } }
          @media (max-width: 550px) {
            .module-homepage-plan .content .pricing .price-listing .cell.set-up {
              font-size: 12px;
              font-size: 1.2rem; } }
          @media (max-width: 768px) {
            .module-homepage-plan .content .pricing .price-listing .cell.month {
              margin-bottom: 5px; }
              .module-homepage-plan .content .pricing .price-listing .cell.month:before {
                content: "Pay Per Month";
                margin-right: 10px;
                text-transform: uppercase;
                color: #919191;
                font-family: "Roboto", sans-serif;
                font-size: 12px;
                font-size: 1.2rem;
                letter-spacing: 1px; } }
          @media (max-width: 550px) {
            .module-homepage-plan .content .pricing .price-listing .cell.month {
              font-size: 12px;
              font-size: 1.2rem; } }
          .module-homepage-plan .content .pricing .price-listing .cell.action [class^="btn-"], .module-homepage-plan .content .pricing .price-listing .cell.action [class*="btn-"] {
            display: block;
            font-size: 14px;
            font-size: 1.4rem;
            padding: 12px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            @media (max-width: 768px) {
              .module-homepage-plan .content .pricing .price-listing .cell.action [class^="btn-"], .module-homepage-plan .content .pricing .price-listing .cell.action [class*="btn-"] {
                margin: 10px 0 0 0;
                display: inline-block;
                padding: 12px 24px; } }
          @media (max-width: 1224px) {
            .module-homepage-plan .content .pricing .price-listing .cell.action {
              padding: 0; } }

.module-homepage-testimonials {
  position: relative;
  width: 100%;
  height: auto;
  padding: 4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white; }
  @media (max-width: 768px) {
    .module-homepage-testimonials {
      padding: 4em 3em; } }
  @media (max-width: 550px) {
    .module-homepage-testimonials {
      padding: 0; } }
  .module-homepage-testimonials .content {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .module-homepage-testimonials .content .left {
      position: relative;
      width: 50%;
      min-height: 700px;
      height: auto;
      padding: 0 4em;
      background-image: url("../../images/images/storage-1.jpg");
      background-position: center;
      background-size: cover;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      @media (max-width: 1224px) {
        .module-homepage-testimonials .content .left {
          width: 100%;
          min-height: 300px;
          padding: 8em 4em 0; } }
      @media (max-width: 550px) {
        .module-homepage-testimonials .content .left {
          padding: 8em 2em 0; } }
      .module-homepage-testimonials .content .left:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #F8F8F8;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 30%, white 100%); }
        @media (max-width: 1224px) {
          .module-homepage-testimonials .content .left:before {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 30%, white 100%); } }
      .module-homepage-testimonials .content .left:after {
        content: "";
        position: absolute;
        height: 300px;
        width: 1px;
        background: #DDDDDD;
        top: 0;
        right: 0;
        -moz-transform: translate(0, 50%);
        -o-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%); }
        @media (max-width: 1224px) {
          .module-homepage-testimonials .content .left:after {
            content: none; } }
      .module-homepage-testimonials .content .left .section-header {
        position: relative;
        width: 430px;
        height: auto;
        z-index: 1;
        margin-left: auto; }
        @media (max-width: 1224px) {
          .module-homepage-testimonials .content .left .section-header {
            margin: 0 auto;
            width: 600px; } }
        .module-homepage-testimonials .content .left .section-header .section-title {
          color: #FFB800; }
        .module-homepage-testimonials .content .left .section-header .title {
          text-transform: none;
          margin-bottom: 0;
          padding: 0; }
          .module-homepage-testimonials .content .left .section-header .title:after {
            content: none; }
    .module-homepage-testimonials .content .right.slide-testimonial {
      position: relative;
      width: 50%;
      height: auto;
      background: white;
      padding: 0 0 4em 4em;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: white;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start; }
      @media (max-width: 1224px) {
        .module-homepage-testimonials .content .right.slide-testimonial {
          width: 100%;
          max-width: 700px;
          margin: 0 auto; } }
      @media (max-width: 550px) {
        .module-homepage-testimonials .content .right.slide-testimonial {
          padding: 0 2em 4em; } }
      .module-homepage-testimonials .content .right.slide-testimonial .slick-list {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; }
      .module-homepage-testimonials .content .right.slide-testimonial .slick-prev, .module-homepage-testimonials .content .right.slide-testimonial .slick-next {
        position: relative;
        width: auto;
        height: auto;
        padding: 15px 30px;
        background: white;
        border: 1px solid #BFBFBF;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        color: #BFBFBF;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase; }
      .module-homepage-testimonials .content .right.slide-testimonial .slick-prev {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .module-homepage-testimonials .content .right.slide-testimonial .slick-next {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-order: 3;
        -ms-flex-order: 3;
        order: 3; }
    .module-homepage-testimonials .content .right .quote-slide {
      position: relative;
      width: 100%;
      height: auto;
      padding: 4em 4em 0 0;
      @incldue box-treatment;
      overflow: visible; }
      @media (max-width: 550px) {
        .module-homepage-testimonials .content .right .quote-slide {
          padding: 2em 2em 0 0; } }
      .module-homepage-testimonials .content .right .quote-slide:before {
        content: "";
        position: absolute;
        width: 134px;
        height: 111px;
        top: 0;
        right: 0;
        background-image: url("../../images/icons/icon-quote.svg");
        background-position: center;
        background-size: contain; }
        @media (max-width: 550px) {
          .module-homepage-testimonials .content .right .quote-slide:before {
            width: 78px;
            height: 64px; } }
      .module-homepage-testimonials .content .right .quote-slide .quote {
        font-style: italic; }
        @media (max-width: 550px) {
          .module-homepage-testimonials .content .right .quote-slide .quote {
            font-size: 12px;
            font-size: 1.2rem; } }
      .module-homepage-testimonials .content .right .quote-slide .author {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-size: 1.4rem; }
        @media (max-width: 550px) {
          .module-homepage-testimonials .content .right .quote-slide .author {
            font-size: 13px;
            font-size: 1.3rem; } }
        .module-homepage-testimonials .content .right .quote-slide .author .company {
          display: block;
          font-family: "Open Sans", sans-serif;
          font-size: 13px;
          font-size: 1.3rem;
          font-weight: 300;
          margin-top: 7px; }
          @media (max-width: 550px) {
            .module-homepage-testimonials .content .right .quote-slide .author .company {
              font-size: 12px;
              font-size: 1.2rem; } }

.module-homepage-faq-contact {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F8F8F8; }
  .module-homepage-faq-contact .content {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .module-homepage-faq-contact .content .faq {
      position: relative;
      width: 50%;
      height: auto;
      background: red;
      padding: 9em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      background-image: url("../../images/images/computer-1.jpg");
      background-position: center;
      background-size: cover; }
      @media (max-width: 1224px) {
        .module-homepage-faq-contact .content .faq {
          width: 100%;
          padding: 9em 7em; } }
      @media (max-width: 768px) {
        .module-homepage-faq-contact .content .faq {
          padding: 9em 3em; } }
      @media (max-width: 550px) {
        .module-homepage-faq-contact .content .faq {
          padding: 6em 2em; } }
      .module-homepage-faq-contact .content .faq:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.8); }
        @media (max-width: 768px) {
          .module-homepage-faq-contact .content .faq:before {
            background: rgba(255, 255, 255, 0.85); } }
      .module-homepage-faq-contact .content .faq:after {
        content: "";
        position: absolute;
        width: 15px;
        height: 217px;
        top: 50%;
        right: -7.5px;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: #FFB800; }
        @media (max-width: 1224px) {
          .module-homepage-faq-contact .content .faq:after {
            width: 217px;
            height: 15px;
            top: auto;
            bottom: -7.5px;
            right: 0;
            left: 0;
            margin: 0 auto;
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
      .module-homepage-faq-contact .content .faq .con {
        position: relative;
        width: 520px;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        z-index: 1; }
      .module-homepage-faq-contact .content .faq .title {
        margin: 0 0 10px;
        padding: 0; }
        .module-homepage-faq-contact .content .faq .title:after {
          content: none; }
      @media (max-width: 550px) {
        .module-homepage-faq-contact .content .faq .des {
          font-size: 12px;
          font-size: 1.2rem; } }
    .module-homepage-faq-contact .content .contact {
      position: relative;
      width: 50%;
      height: auto;
      padding: 9em 6em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      @media (max-width: 1224px) {
        .module-homepage-faq-contact .content .contact {
          width: 100%;
          padding: 9em 7em; } }
      @media (max-width: 768px) {
        .module-homepage-faq-contact .content .contact {
          padding: 9em 3em; } }
      @media (max-width: 550px) {
        .module-homepage-faq-contact .content .contact {
          padding: 6em 2em; } }
      .module-homepage-faq-contact .content .contact .con {
        position: relative;
        width: 520px;
        height: auto;
        margin: 0 auto; }
      .module-homepage-faq-contact .content .contact .section-header p a, .module-contact .content .section-header p a {
        color: #404040;
      }
      .module-homepage-faq-contact .content .contact .section-header p a:hover, .module-contact .content .section-header p a:hover {
        color: #FFB800;
      }
      .module-homepage-faq-contact .content .contact .section-header {
        padding: 0 6px; }
        @media (max-width: 550px) {
          .module-homepage-faq-contact .content .contact .section-header p {
            font-size: 12px;
            font-size: 1.2rem;
          }
          .module-homepage-faq-contact .content .contact .section-header p a, .module-contact .content .section-header p a {
              font-size: 1.2rem;
          }
        }
      .module-homepage-faq-contact .content .contact .form {
        padding: 0; }

.module-faq-hero {
  position: relative;
  width: 100%;
  min-height: 300px;
  height: auto;
  padding: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../../images/graphics/map.svg");
  background-position: center;
  background-size: cover; }
  .module-faq-hero:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.75) 30%, white 60%); }
  .module-faq-hero:after {
    content: "";
    position: absolute;
    width: 211px;
    height: 195px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("../../images/graphics/stella-a.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .module-faq-hero .content {
    position: relative;
    width: 100%;
    max-width: 425px;
    height: auto;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1; }
    .module-faq-hero .content .title {
      text-align: center;
      font-family: "Roboto", sans-serif;
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 600; }
      .module-faq-hero .content .title:after {
        right: 0;
        margin: 0 auto;
        background: #FFB800; }
    .module-faq-hero .content .des {
      text-align: center;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5;
      font-weight: 100; }

.module-faq-listing {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 2em 9em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 550px) {
    .module-faq-listing {
      padding: 0 2em 2em; } }
  .module-faq-listing .content {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .module-faq-listing .content .item {
      position: relative;
      width: 100%;
      height: auto;
      padding: 3em 9em;
      margin-bottom: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #F8F8F8; }
      @media (max-width: 768px) {
        .module-faq-listing .content .item {
          padding: 3em 3em 3em 6em; } }
      @media (max-width: 550px) {
        .module-faq-listing .content .item {
          padding: 2em 2em 2em 6em; } }
      .module-faq-listing .content .item .question {
        position: relative;
        font-size: 17px;
        font-size: 1.7rem;
        margin-bottom: 15px; }
        .module-faq-listing .content .item .question:before {
          content: "Q";
          position: absolute;
          top: 50%;
          left: -45px;
          -moz-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
          font-family: "Roboto", sans-serif;
          font-size: 26px;
          font-size: 2.6rem;
          color: #FFB800; }
          @media (max-width: 550px) {
            .module-faq-listing .content .item .question:before {
              font-size: 22px;
              font-size: 2.2rem; } }
        @media (max-width: 550px) {
          .module-faq-listing .content .item .question {
            font-size: 14px;
            font-size: 1.4rem; } }
      @media (max-width: 550px) {
        .module-faq-listing .content .item .answer {
          font-size: 12px;
          font-size: 1.2rem; } }

.module-contact {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F8F8F8; }
  .module-contact:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 217px;
    top: 50%;
    left: 0;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #FFB800; }
    @media (max-width: 768px) {
      .module-contact:before {
        content: none; } }
  .module-contact:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 217px;
    top: 50%;
    right: 0;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #FFB800; }
    @media (max-width: 768px) {
      .module-contact:after {
        content: none; } }
  .module-contact .content {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    padding: 9em 6em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 1224px) {
      .module-contact .content {
        width: 100%;
        padding: 9em 7em; } }
    @media (max-width: 768px) {
      .module-contact .content {
        padding: 9em 3em; } }
    @media (max-width: 550px) {
      .module-contact .content {
        padding: 6em 2em; } }
    .module-contact .content .con {
      position: relative;
      width: 520px;
      height: auto;
      margin: 0 auto; }
    .module-contact .content .section-header {
      width: 100%;
      padding: 0 6px; }
      @media (max-width: 550px) {
        .module-contact .content .section-header p {
          font-size: 12px;
          font-size: 1.2rem; } }
    .module-contact .content .form {
      padding: 0; }

/* Animation -------------------------------------*/
.animate-2 #stella-a-1 {
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: scaleuop-fade-in;
  animation-duration: 0.55s;
  animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  animation-delay: 0s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: scaleuop-fade-in;
  -webkit-animation-duration: 0.55s;
  -webkit-animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: scaleuop-fade-in;
  -moz--moz-animation-duration: 0.55s;
  -moz-animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  -moz-animation-delay: 0s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #stella-a-2 {
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: scaleuop-fade-in;
  animation-duration: 0.55s;
  animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  animation-delay: 0s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: scaleuop-fade-in;
  -webkit-animation-duration: 0.55s;
  -webkit-animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: scaleuop-fade-in;
  -moz--moz-animation-duration: 0.55s;
  -moz-animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  -moz-animation-delay: 0s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #map {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  animation-name: slideup-fade-in;
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.1s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: slideup-fade-in;
  -webkit-animation-duration: 1.25s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-animation-delay: 0.1s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slideup-fade-in;
  -moz--moz-animation-duration: 1.25s;
  -moz-animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  -moz-animation-delay: 0.1s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
  .animate-2 #map #trail-1 {
    opacity: 0;
    filter: alpha(opacity=0);
    animation-name: fade-in;
    animation-duration: 0.35s;
    animation-timing-function: cubic-bezier(0.81, 0.14, 0.63, 0.84);
    animation-delay: 0.45s;
    animation-iteration-count: initial;
    animation-direction: normal;
    animation-fill-mode: forwards;
    -webkit-animation-name: fade-in;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-timing-function: cubic-bezier(0.81, 0.14, 0.63, 0.84);
    -webkit-animation-delay: 0.45s;
    -webkit-animation-iteration-count: initial;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fade-in;
    -moz--moz-animation-duration: 0.35s;
    -moz-animation-timing-function: cubic-bezier(0.81, 0.14, 0.63, 0.84);
    -moz-animation-delay: 0.45s;
    -moz-animation-iteration-count: initial;
    -moz-animation-direction: normal;
    -moz-animation-fill-mode: forwards; }
  .animate-2 #map #trail-2 {
    opacity: 0;
    filter: alpha(opacity=0);
    animation-name: fade-in;
    animation-duration: 0.35s;
    animation-timing-function: cubic-bezier(0.81, 0.14, 0.63, 0.84);
    animation-delay: 0.55s;
    animation-iteration-count: initial;
    animation-direction: normal;
    animation-fill-mode: forwards;
    -webkit-animation-name: fade-in;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-timing-function: cubic-bezier(0.81, 0.14, 0.63, 0.84);
    -webkit-animation-delay: 0.55s;
    -webkit-animation-iteration-count: initial;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fade-in;
    -moz--moz-animation-duration: 0.35s;
    -moz-animation-timing-function: cubic-bezier(0.81, 0.14, 0.63, 0.84);
    -moz-animation-delay: 0.55s;
    -moz-animation-iteration-count: initial;
    -moz-animation-direction: normal;
    -moz-animation-fill-mode: forwards; }
.animate-2 #storage-1 {
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: scaleuop-fade-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  animation-delay: 1.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: scaleuop-fade-in;
  -webkit-animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -webkit-animation-delay: 1.2s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: scaleuop-fade-in;
  -moz--moz-animation-duration: 0.15s;
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -moz-animation-delay: 1.2s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #storage-2 {
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: scaleuop-fade-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  animation-delay: 1.05s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: scaleuop-fade-in;
  -webkit-animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -webkit-animation-delay: 1.05s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: scaleuop-fade-in;
  -moz--moz-animation-duration: 0.15s;
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -moz-animation-delay: 1.05s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #storage-3 {
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: scaleuop-fade-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  animation-delay: 0.7s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: scaleuop-fade-in;
  -webkit-animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -webkit-animation-delay: 0.7s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: scaleuop-fade-in;
  -moz--moz-animation-duration: 0.15s;
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -moz-animation-delay: 0.7s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #storage-4 {
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: scaleuop-fade-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  animation-delay: 0.89s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: scaleuop-fade-in;
  -webkit-animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -webkit-animation-delay: 0.89s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: scaleuop-fade-in;
  -moz--moz-animation-duration: 0.15s;
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -moz-animation-delay: 0.89s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #storage-5 {
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: scaleuop-fade-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  animation-delay: 1.11s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: scaleuop-fade-in;
  -webkit-animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -webkit-animation-delay: 1.11s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: scaleuop-fade-in;
  -moz--moz-animation-duration: 0.15s;
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -moz-animation-delay: 1.11s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #storage-6 {
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: scaleuop-fade-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  animation-delay: 1.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: scaleuop-fade-in;
  -webkit-animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -webkit-animation-delay: 1.15s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: scaleuop-fade-in;
  -moz--moz-animation-duration: 0.15s;
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -moz-animation-delay: 1.15s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #storage-7 {
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: scaleuop-fade-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  animation-delay: 1.22s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: scaleuop-fade-in;
  -webkit-animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -webkit-animation-delay: 1.22s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: scaleuop-fade-in;
  -moz--moz-animation-duration: 0.15s;
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -moz-animation-delay: 1.22s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #storage-8 {
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: scaleuop-fade-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  animation-delay: 1.31s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: scaleuop-fade-in;
  -webkit-animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -webkit-animation-delay: 1.31s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: scaleuop-fade-in;
  -moz--moz-animation-duration: 0.15s;
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -moz-animation-delay: 1.31s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #storage-9 {
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: scaleuop-fade-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  animation-delay: 1.39s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: scaleuop-fade-in;
  -webkit-animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -webkit-animation-delay: 1.39s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: scaleuop-fade-in;
  -moz--moz-animation-duration: 0.15s;
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -moz-animation-delay: 1.39s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #storage-group-1 {
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: scaleuop-fade-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  animation-delay: 1.45s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: scaleuop-fade-in;
  -webkit-animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -webkit-animation-delay: 1.45s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: scaleuop-fade-in;
  -moz--moz-animation-duration: 0.15s;
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -moz-animation-delay: 1.45s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #storage-group-2 {
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: scaleuop-fade-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  animation-delay: 0.95s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: scaleuop-fade-in;
  -webkit-animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -webkit-animation-delay: 0.95s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: scaleuop-fade-in;
  -moz--moz-animation-duration: 0.15s;
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  -moz-animation-delay: 0.95s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #pin-location-1 {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: bounceInDown;
  animation-duration: 1.25s;
  animation-timing-function: linear;
  animation-delay: 0.15s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: bounceInDown;
  -webkit-animation-duration: 1.25s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.15s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: bounceInDown;
  -moz--moz-animation-duration: 1.25s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0.15s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #pin-location-2 {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: bounceInDown;
  animation-duration: 1.25s;
  animation-timing-function: linear;
  animation-delay: 0.27s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: bounceInDown;
  -webkit-animation-duration: 1.25s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.27s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: bounceInDown;
  -moz--moz-animation-duration: 1.25s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0.27s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #storage-truck-1 {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: bounceInDown;
  animation-duration: 1.25s;
  animation-timing-function: linear;
  animation-delay: 0.2s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: bounceInDown;
  -webkit-animation-duration: 1.25s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: bounceInDown;
  -moz--moz-animation-duration: 1.25s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0.2s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }
.animate-2 #storage-truck-2 {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: bounceInDown;
  animation-duration: 1.25s;
  animation-timing-function: linear;
  animation-delay: 0.37s;
  animation-iteration-count: initial;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-name: bounceInDown;
  -webkit-animation-duration: 1.25s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.37s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: bounceInDown;
  -moz--moz-animation-duration: 1.25s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0.37s;
  -moz-animation-iteration-count: initial;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards; }

@keyframes fade-in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes slideup-fade-in {
  0% {
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes scaleuop-fade-in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  45% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
#header {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 5;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
  #header.second {
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    background: white !important; }
  @media (max-width: 768px) {
    #header {
      background: white !important; } }
  #header .content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1em 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 1224px) {
      #header .content {
        padding: 1em; } }
    @media (max-width: 768px) {
      #header .content {
        padding: 0 0 0 1em; } }
    #header .content .left {
      width: auto;
      height: auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      #header .content .left .logo {
        position: relative;
        width: 142px;
        height: auto;
        margin: 0 2em 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #header .content .left .logo img {
          width: 100%;
          height: auto;
          display: block;
          margin: 0 auto; }
        @media (max-width: 1224px) {
          #header .content .left .logo {
            width: 120px;
            margin: 0 20px 0 0; } }
      #header .content .left .nav-list {
        position: relative;
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          #header .content .left .nav-list {
            pointer-events: none;
            background: #fff;
            top: 52px;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 1em;
            position: fixed;
            z-index: 10;
            border-top: 1px solid #DDDDDD;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-align-content: flex-start;
            -moz-align-content: flex-start;
            -ms-flex-line-pack: start;
            align-content: flex-start;
            -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); } }
        @media (max-width: 768px) {
          #header .content .left .nav-list.open {
            pointer-events: auto;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); } }
        #header .content .left .nav-list .nav-item {
          width: auto;
          height: auto;
          margin-right: 18px;
          font-size: 12px;
          font-size: 1.2rem;
          font-family: "Open Sans", sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          color: #404040; }
          #header .content .left .nav-list .nav-item.active:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 100%;
            background: #ffb800;
            left: 0;
            bottom: -7px;
            -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }
            @media (max-width: 768px) {
              #header .content .left .nav-list .nav-item.active:after {
                content: none; } }
          @media (max-width: 1224px) {
            #header .content .left .nav-list .nav-item {
              font-size: 11px;
              font-size: 1.1rem;
              margin-right: 7px;
            }
          }
          @media (max-width: 810px) {
              #header .content .left .nav-list .nav-item {
                font-size: 10px;
                font-size: 1rem;
                margin-right: 7px;
              }
          }
          @media (max-width: 768px) {
            #header .content .left .nav-list .nav-item {
              font-size: 12px;
              font-size: 1.2rem;
              background: white;
              width: 100%;
              padding: 20px 0;
              border-bottom: 1px solid #DDDDDD; } }
          #header .content .left .nav-list .nav-item:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 0%;
            background: rgba(255, 184, 0, 0);
            left: 0;
            bottom: -7px;
            -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }
            @media (max-width: 768px) {
              #header .content .left .nav-list .nav-item:after {
                content: none; } }
          #header .content .left .nav-list .nav-item:hover:after {
            width: 100%;
            background: #ffb800;
            -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    #header .content .right {
      position: relative;
      width: auto;
      height: auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 768px) {
        #header .content .right {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; } }
      #header .content .right .contact {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0 10px 0 0;
        padding: 10px 40px; }
        @media (max-width: 1260px) {
          #header .content .right .contact {
            padding: 10px 15px;
            margin: 0px 5px 0px 0px; } }
        @media (max-width: 768px) {
          #header .content .right .contact {
            margin: 0 3px 0 0;
            padding: 1em 15px; } }
        #header .content .right .contact .icon {
          display: none;
          width: 20px;
          height: 20px;
          margin: 0 auto;
          fill: #404040;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; }
          #header .content .right .contact .icon svg {
            width: 100%;
            height: auto; }
          @media (max-width: 1260px) {
            #header .content .right .contact .icon {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex; } }
        #header .content .right .phone {
            outline: none !important;
            display: inline-block;
            vertical-align: top;
            width: auto;
            height: auto;
            margin: 10px 20px 0 0;
            color: #404040;
            font-size: 12px;
            font-size: 1.2rem;
            font-family: "Open Sans", sans-serif;
            font-weight: 700;
            text-transform: uppercase;
        }
        #header .content .right .phone {
            border: none;
            background-color: transparent;
        }
        #header .content .right .phone:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 0%;
            background: rgba(255, 184, 0, 0);
            left: 0;
            bottom: -7px;
            -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        #header .content .right .phone:hover:after {
            width: 100%;
            background: #ffb800;
            -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        @media (max-width: 768px) {
            #header .content .right .phone:hover:after {
                content: none;
            }
        }
        @media (max-width: 1260px) {
            #header .content .right .phone {
                padding: 10px 15px;
                margin: 0px 5px 0px 0px;
            }
            #header .content .right .phone {
                border: 1px solid #262626;
                background-color: #262626;
            }
            #header .content .right .phone:hover {
                border: 1px solid #262626;
                background-color: transparent;
                -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
                transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
            }
        }
        @media (max-width: 768px) {
            #header .content .right .phone {
                margin: 0 3px 0 0;
                padding: 1em 15px;
            }
        }
        #header .content .right .phone .icon {
            display: none;
            width: 20px;
            height: 20px;
            margin: 0 auto;
            fill: #404040;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
        }
        #header .content .right .phone .icon svg {
            width: 100%;
            height: auto;
        }
        @media (max-width: 1260px) {
            #header .content .right .phone .icon {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
            }
        }
      #header .content .right .login {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0;
        padding: 10px 40px; }
        @media (max-width: 1260px) {
          #header .content .right .login {
            padding: 10px 15px; } }
        @media (max-width: 768px) {
          #header .content .right .login {
            margin-right: 3px;
            padding: 1em 15px; } }
        #header .content .right .login .icon {
          display: none;
          width: 20px;
          height: 20px;
          margin: 0 auto;
          fill: #FFB800;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; }
          #header .content .right .login .icon svg {
            width: 100%;
            height: auto; }
          @media (max-width: 1260px) {
            #header .content .right .login .icon {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex; } }
      #header .content .right .hide-responsive {
        display: block; }
        @media (max-width: 1260px) {
          #header .content .right .hide-responsive {
            display: none; } }
    #header .content .mobile-menu {
      display: none; }
      @media (max-width: 768px) {
        #header .content .mobile-menu {
          display: block; } }

#footer {
  position: relative;
  width: 100%;
  height: auto; }
  #footer .content {
    width: 100%;
    padding: 1.5em 2em;
    border-top: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff; }
    #footer .content .disclaimer {
      width: 100%;
      font-size: 12px;
      font-size: 1.2rem;
      text-align: center !important;
      margin: 0; }
      @media (max-width: 550px) {
        #footer .content .disclaimer {
          font-size: 11px;
          font-size: 1.1rem; } }
.thank-you-box {
    display: none;
}
.thank-you-box, .error-box {
    display: none;
    width: calc(100% - 12px);
    height: auto;
    margin: calc(12px / 2);
}
.error-box {
    color: red;
}
.contact-btn {
  flex-grow: unset !important;
}

.module-blog-hero {
  position: relative;
  width: 100%;
  min-height: 300px;
  height: auto;
  padding: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../../images/graphics/map.svg");
  background-position: center;
  background-size: cover; }
.module-blog-hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.75) 30%, white 60%); }
.module-blog-hero:after {
  content: "";
  position: absolute;
  width: 211px;
  height: 195px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url("../../images/graphics/light-bulbs-image.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
.module-blog-hero .content {
  position: relative;
  width: 100%;
  max-width: 425px;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1; }
.module-blog-hero .content .title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600; }
.module-blog-hero .content .title:after {
  right: 0;
  margin: 0 auto;
  background: #FFB800; }
.module-blog-hero .content .des {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 100; }

.module-homepage-testimonials .content .right .quote-slide .image-container {
  display: flex;
  justify-content: space-between;
}

.pricing-help-text {
  padding: 10px 0;
  color: #ff0000;
  font-weight: 600;
  font-size: 20px;
}

.pricing-custom-main-title {
  line-height: 1;
  font-weight: 500;
  margin: 30px 0 5px 0;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 28px;
  width: 100%;
  text-align: center;
}

.module-homepage-plan .content .pricing .price-header .cell.width-15,
.module-homepage-plan .content .pricing .price-listing .cell.width-15 {
  width: 15%;
}

.module-homepage-plan .content .pricing .price-header .cell.width-55,
.module-homepage-plan .content .pricing .price-listing .cell.width-55 {
  width: 55%;
}

.pricing-features {
  margin-top: 60px;
}

.module-homepage-plan .content .pricing .price-listing .cell.width-15.cell-sstandard span{
  display: none;
}

.price-section-header {
  display: flex;
}

.price-section-header .section-header-left-side {
  width: 50%;
}

.price-section-header .section-header-left-side h4.section-subtitle {
  color: #FFB800;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.price-section-header .section-header-right-side {
  width: 50%;
  text-align: right;
}

.price-section-header .section-header-right-side img {
    width: auto;
    height: 120px;
    margin-top: -30px;
}

.lpc-logo-mobile {
  display: none;
}

@media(max-width:1008px) {
  .price-section-header .section-header-right-side {
    text-align: center;
  }
  .price-section-header .section-header-right-side img {
    display: none;
  }
  .lpc-logo-mobile {
    display: block;
    margin: 0 auto;
    padding: 10px 0 50px 0;
    width: 60%;
  }
  .price-section-header {
    display: block;
  }
  .price-section-header .section-header-left-side,
  .price-section-header .section-header-right-side {
    width: 100%;
    text-align: center;
  }
  .price-section-header .section-header-left-side .title:after {
    left: calc(50% - 40px);
  }
}

@media(max-width:768px) {
  .module-homepage-plan .content .pricing .price-listing .cell.width-55 {
    width: 100%;
  }
  .module-homepage-plan .content .pricing .price-listing .cell.width-55.cell-features {
    margin: 0 0 10px 0;
  }
  .module-homepage-plan .content .pricing .price-listing .cell.width-15.cell-sstandard span{
    display: contents;
  }
  .module-homepage-plan .content .pricing .price-listing .cell.cell-sstandard:before {
    content: "STELLA STANDARD";
    margin-right: 10px;
    text-transform: uppercase;
    color: #919191;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .module-homepage-plan .content .pricing .price-listing .cell.cell-splus:before {
    content: "STELLA PLUS";
    margin-right: 10px;
    text-transform: uppercase;
    color: #919191;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .module-homepage-plan .content .pricing .price-listing .cell.cell-spro:before {
    content: "STELLA PRO COMING 2024";
    margin-right: 10px;
    text-transform: uppercase;
    color: #919191;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .module-homepage-plan .content .pricing .price-listing .cell.width-15 {
    width: 100%;
  }
}
