@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700);/*!
 * bootstrap-grid 3.0.0
 * Copyright 2015-present, Santeri Hiltunen
 * Licensed under MIT (https://github.com/Hilzu/bootstrap-grid/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@charset "UTF-8";
/* stylelint-disable */
@-webkit-keyframes load4 {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated--infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated--hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated--bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.animated--flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.animated--pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.animated--rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.animated--shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.animated--swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.animated--tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.animated--wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated--bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated--bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.animated--bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.animated--bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.animated--bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.animated--bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated--bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

.animated--bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

.animated--bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

.animated--bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

.animated--fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated--fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated--fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.animated--fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.animated--fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

.animated--fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.animated--fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

.animated--fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated--fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.animated--fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.animated--fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.animated--fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

.animated--fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.animated--fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

.animated--fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.animated--fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

.animated--fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.animated--fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

.animated--flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

.animated--flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.animated--flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.animated--flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.animated--flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated--lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.animated--lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.animated--rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

.animated--rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

.animated--rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

.animated--rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

.animated--rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

.animated--rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

.animated--rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

.animated--rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

.animated--rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

.animated--rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

.animated--hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

.animated--rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

.animated--rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.animated--zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated--zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

.animated--zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

.animated--zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

.animated--zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

.animated--zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.animated--zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

.animated--zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

.animated--zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

.animated--zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

.animated--slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.animated--slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.animated--slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.animated--slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.animated--slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

.animated--slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

.animated--slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

.animated--slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated--fall-down {
  -webkit-animation: fall-down 400ms linear both;
          animation: fall-down 400ms linear both;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-12.5%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-12.5%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-7.5%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-7.5%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-2.5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-2.5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-12.5%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-12.5%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-7.5%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-7.5%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-2.5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-2.5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(35px, 0, 0);
    transform: translate3d(35px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(35px, 0, 0);
    transform: translate3d(35px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-35px, 0, 0);
    transform: translate3d(-35px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-35px, 0, 0);
    transform: translate3d(-35px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes fall-down {
  0.00% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 1, 1);
    opacity: 0;
  }
  11.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.905, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.905, 1, 1);
  }
  22.22% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.922, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.922, 1, 1);
  }
  33.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.2, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.2, 1, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.062, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.062, 1, 1);
    opacity: 1;
  }
  55.56% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 1, 1);
  }
  66.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 1, 1);
  }
  77.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 1, 1);
  }
  88.89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
  }
  100.00% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
  }
}

@keyframes fall-down {
  0.00% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 1, 1);
    opacity: 0;
  }
  11.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.905, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.905, 1, 1);
  }
  22.22% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.922, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.922, 1, 1);
  }
  33.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.2, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.2, 1, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.062, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.062, 1, 1);
    opacity: 1;
  }
  55.56% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 1, 1);
  }
  66.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 1, 1);
  }
  77.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 1, 1);
  }
  88.89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
  }
  100.00% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
  }
}

body.woocommerce-page .main,
body.tribe-events-style-theme .main {
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

/**
 *
 * FONT SMOOTHING
 *
 * Changes the font rendering,
 * allowing thinner fonts
 */
/**
 * MEDIA QUERIES
 * -------------
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #f4f4f4;
  margin: 0;
  padding: 84px 0 0;
}

@media only screen and (min-width: 64.063em) {
  body {
    padding: 168px 0 0;
  }
}

img,
video {
  max-width: 100%;
}

.table {
  display: table;
  text-align: center;
  border-collapse: collapse;
  margin: 0 auto;
  margin-bottom: 2em;
  background: #fff;
}

a, a [class*=button], a [class*=btn], a[class*=button], a[class*=btn], p *, a *, input[type=submit], .btn, .button, .savage-card-teaser, .varnish-button {
  border-radius: 0 !important;
}

body {
  color: #1f323f;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
}

@media only screen and (min-width: 64.063em) {
  body {
    font-size: 18px;
  }
}

input {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 42px;
  font-weight: 300;
  margin: 40px 0 15px;
}

h2:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 64.063em) {
  h2 {
    font-size: 56px;
    margin: 40px 0 30px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 25px 0 0;
}

@media only screen and (min-width: 64.063em) {
  h3 {
    font-size: 22px;
  }
}

h2 a, h3 a, h4 a, h5 a {
  color: #1c6bab;
  text-decoration: none;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color: #1a6098;
  text-decoration: underline;
}

p,
ul {
  line-height: 1.5;
  margin: 10px 0 0;
}

ul > ul {
  margin-top: 15px;
}

p a {
  border-bottom: 1px solid #1c6bab;
  color: #1f323f;
  text-decoration: none;
}

p a:hover {
  color: #1c6bab;
}

p span.negative {
  color: #f80000;
}

p span.positive {
  color: #1c6bab;
}

p span.negative, p span.positive {
  font-size: 42px;
  font-weight: 500;
}

@media only screen and (min-width: 64.063em) {
  p span.negative, p span.positive {
    font-size: 46px;
  }
}

p span.disclaimer {
  color: #1f323f;
  display: block;
  font-size: 14px;
  margin-top: -20px;
}

@media only screen and (min-width: 64.063em) {
  p span.disclaimer {
    font-size: 14px;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text,
.content-info div.hs_email > label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.hs_email label:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

pre[class*='language-'] {
  background: #f4f4f4;
  -webkit-box-shadow: inset 0 0 10px rgba(31, 50, 63, 0.2);
          box-shadow: inset 0 0 10px rgba(31, 50, 63, 0.2);
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (min-width: 64.063em) {
  pre[class*='language-'] {
    font-size: 14px;
  }
}

.module,
.varnish-module {
  margin: 0 auto;
  overflow-x: hidden;
  padding: 50px 20px;
  position: relative;
}

@media only screen and (min-width: 64.063em) {
  .module,
  .varnish-module {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1420px) {
  .module,
  .varnish-module {
    padding-left: 0;
    padding-right: 0;
  }
}

.module h2.module-title,
.varnish-module h2.module-title {
  line-height: 1.2;
  margin: 20px auto 10px;
  max-width: 670px;
  text-align: center;
}

@media only screen and (min-width: 64.063em) {
  .module h2.module-title,
  .varnish-module h2.module-title {
    margin: 50px auto 30px;
  }
}

.module.no-padding,
.varnish-module.no-padding {
  padding: 0 !important;
}

.module.default,
.varnish-module.default {
  background-color: #f4f4f4;
}

.module.white,
.varnish-module.white {
  background-color: #fff;
}

.btn,
.button,
.varnish-button,
input[type='submit'],
.savage-card-teaser {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid #1c6bab;
  border-radius: 0px;
  color: #1c6bab;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: 500;
  max-width: 100%;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

@media only screen and (min-width: 64.063em) {
  .btn,
  .button,
  .varnish-button,
  input[type='submit'],
  .savage-card-teaser {
    padding: 15px 35px;
    width: auto;
  }
}

.btn:hover,
.button:hover,
.varnish-button:hover,
input[type='submit']:hover,
.savage-card-teaser:hover {
  background: #1c6bab;
  color: #fff;
}

.btn.important,
.button.important,
.varnish-button.important,
input[type='submit'].important,
.savage-card-teaser.important {
  background: #1c6bab;
  color: #fff;
}

footer.content-info .site-info .button {
  padding: 7px 15px;
}

@media only screen and (min-width: 64.063em) {
  footer.content-info .site-info .button {
    padding: 10px 25px;
  }
}

.button_scroll {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border: none;
  border-radius: 0;
  color: #1E75BB;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  width: 100%;
  padding: 0.7em 1.7em;
  text-align: center;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all .1s;
  transition: all .1s;
}

a[data-tooltip] {
  border-bottom-color: #1f323f;
  border-bottom-style: dotted;
  color: inherit;
  position: relative;
}

a[data-tooltip]:hover {
  color: inherit;
}

a[data-tooltip] .tooltip-content {
  -webkit-animation: flipInX 350ms linear both;
          animation: flipInX 350ms linear both;
  background: #1f323f;
  border-radius: 5px;
  bottom: calc( 100% + 3px);
  -webkit-box-shadow: 0 4px 5px rgba(31, 50, 63, 0.1);
          box-shadow: 0 4px 5px rgba(31, 50, 63, 0.1);
  color: #fff;
  font-size: 14px;
  left: -25px;
  margin-top: -75px;
  max-width: calc( 100vw - 30px);
  padding: 12px 20px;
  position: absolute;
  -webkit-transition: -webkit-animation ease-in-out;
  transition: -webkit-animation ease-in-out;
  transition: animation ease-in-out;
  transition: animation ease-in-out, -webkit-animation ease-in-out;
  width: 265px;
  z-index: 200;
}

@media only screen and (min-width: 64.063em) {
  a[data-tooltip] .tooltip-content {
    bottom: calc( 100% + 2px);
    font-size: 14px;
    left: -10px;
    margin: 0;
  }
}

a[data-tooltip] .tooltip-content.close {
  -webkit-animation: flipOutX 350ms linear both;
          animation: flipOutX 350ms linear both;
}

a[data-tooltip].active {
  border-bottom-style: solid;
}

.masthead {
  background: #fff;
  -webkit-box-shadow: 4px 0 30px rgba(31, 50, 63, 0.1);
          box-shadow: 4px 0 30px rgba(31, 50, 63, 0.1);
  padding: 10px 20px;
  position: fixed;
  top: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 100%;
  z-index: 150;
}

@media only screen and (min-width: 75em) {
  .masthead {
    background: #f4f4f4;
    -webkit-box-shadow: 4px 0 20px rgba(31, 50, 63, 0);
            box-shadow: 4px 0 20px rgba(31, 50, 63, 0);
    padding: 20px 20px 20px;
  }
}

@media only screen and (min-width: 1420px) {
  .masthead {
    padding: 20px 0 20px;
  }
}

@media (max-width: 1023px) {
  .masthead.active {
    height: 100vh;
    overflow-y: scroll;
  }
}

.masthead .header-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1360px;
}

.masthead .site-branding {
  background: #fff;
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 100px;
  z-index: 20;
}

@media only screen and (min-width: 75em) {
  .masthead .site-branding {
    background: transparent;
    width: 140px;
  }
}

@media (max-width: 1023px) {
  .masthead .site-branding img {
    max-height: 60px;
  }
}

.masthead .site-nav {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 100vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 100%;
  z-index: 10;
}

@media (max-width: 1023px) {
  .masthead .site-nav {
    height: auto;
    min-height: 100vh;
  }
}

.masthead .site-nav.active {
  -webkit-box-shadow: 0 4px 20px rgba(31, 50, 63, 0.1);
          box-shadow: 0 4px 20px rgba(31, 50, 63, 0.1);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (min-width: 75em) {
  .masthead .site-nav {
    background: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 0;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: auto;
  }
}

.masthead .site-nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

@media only screen and (min-width: 75em) {
  .masthead .site-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

.masthead .site-nav ul li {
  position: relative;
}

@media (max-width: 1023px) {
  .masthead .site-nav ul li {
    border-bottom: 1px solid #ebebeb;
  }
}

@media only screen and (min-width: 75em) {
  .masthead .site-nav ul li {
    margin-left: 40px;
  }
}

.masthead .site-nav ul li a {
  border: 0;
  color: #1f323f;
  display: block;
  font-size: 16px;
  padding: 15px 0;
  text-decoration: none;
}

@media only screen and (min-width: 75em) {
  .masthead .site-nav ul li a {
    border-color: transparent;
    display: inline-block;
    font-size: 18px;
    padding: 0;
  }
}

.masthead .site-nav ul li a:hover {
  text-decoration: underline;
}

.masthead .site-nav ul li:last-child {
  border: 0;
  text-align: center;
}

.masthead .site-nav ul li .btn {
  border: 1px solid #1c6bab;
  color: #1c6bab;
  display: inline-block;
  font-size: 16px;
  margin-top: 30px;
  padding: 15px 21px;
  width: auto;
}

.masthead .site-nav ul li .btn:hover {
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 75em) {
  .masthead .site-nav ul li .btn {
    margin-top: 0;
  }
}

.masthead .site-nav ul li .sub-menu {
  display: none;
}

.masthead .site-nav ul li .sub-menu li {
  position: relative;
  text-align: left;
}

.masthead .site-nav ul li .sub-menu li a {
  border: 0;
}

@media (max-width: 1023px) {
  .masthead .site-nav ul li.menu-item-has-children .mobile-toggle {
    border: 0;
    cursor: pointer;
    font-size: 17px !important;
    position: absolute;
    top: 5px;
    right: -10px;
    width: 50px;
    z-index: 2;
  }
  .masthead .site-nav ul li.menu-item-has-children .mobile-toggle span {
    background: #1c6bab;
    border-radius: 20px;
    display: block;
    height: 3px;
    margin-top: 5px;
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    width: 24px;
  }
  .masthead .site-nav ul li.menu-item-has-children .mobile-toggle span:nth-child(2) {
    -webkit-transform: rotate(-90deg) translate(7.5px, -0.5px);
            transform: rotate(-90deg) translate(7.5px, -0.5px);
  }
  .masthead .site-nav ul li.menu-item-has-children .mobile-toggle.active span:nth-child(2) {
    display: none;
  }
}

@media only screen and (min-width: 75em) {
  .masthead .site-nav ul li.menu-item-has-children:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  .masthead .site-nav ul li.menu-item-has-children:hover > .sub-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .masthead .site-nav ul li ul {
    display: none;
    position: absolute;
    top: 150%;
    z-index: 10;
  }
  .masthead .site-nav ul li ul li {
    display: block;
    line-height: 40px;
  }
  .masthead .site-nav ul li ul li.menu-item-has-children:hover > ul {
    display: inherit;
    opacity: inherit;
    visibility: inherit;
    -webkit-transform: none;
            transform: none;
  }
  .masthead .site-nav ul li .sub-menu {
    background: #fff;
    -webkit-box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    display: block !important;
    left: 50%;
    opacity: 0;
    padding: 20px 0;
    -webkit-transform: translateX(-50%) translateY(17px);
            transform: translateX(-50%) translateY(17px);
    visibility: hidden;
    width: 245px;
    will-change: transform,opacity;
    -webkit-transition: opacity .27s ease,visibility .27s ease,-webkit-transform .27s ease;
    transition: opacity .27s ease,visibility .27s ease,-webkit-transform .27s ease;
    transition: transform .27s ease,opacity .27s ease,visibility .27s ease;
    transition: transform .27s ease,opacity .27s ease,visibility .27s ease,-webkit-transform .27s ease;
  }
  .masthead .site-nav ul li .sub-menu::before {
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    border-bottom: 20px solid #fff;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: 92px;
    top: -15px;
  }
  .masthead .site-nav ul li .sub-menu li {
    margin: 7px 0 7px;
    text-align: left;
  }
  .masthead .site-nav ul li .sub-menu li a {
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding: 0 25px;
  }
  .masthead .site-nav ul li .sub-menu li .sub-menu {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 0;
    padding-left: 10px;
    position: relative;
    left: 20px;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    width: auto;
  }
}

.masthead .site-nav ul .search__glass {
  cursor: pointer;
}

.masthead .site-nav ul .search__inputs {
  position: relative;
}

.masthead .site-nav ul .search__container {
  background: #fff;
  display: block !important;
  padding: 10px;
  width: 300px;
}

.masthead .site-nav ul .search__container input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #1769AA;
  border-radius: 7px;
  font-size: 14px;
  margin-bottom: 0;
  padding: 15px;
  width: 100%;
}

.masthead .site-nav ul .search__container input[type='submit'] {
  background: #1c6bab;
  border: 1px solid #1769AA;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 7px;
  color: #fff;
  font-size: 14px;
  min-width: 0;
  padding: 15px 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

@media (min-width: 1024px) {
  .masthead .site-nav ul .search__container {
    background: #fff;
    -webkit-box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 11px 31px 4px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    display: block !important;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(17px);
            transform: translateX(-50%) translateY(17px);
    visibility: hidden;
    width: 300px;
    will-change: transform,opacity;
    -webkit-transition: opacity .27s ease,visibility .27s ease,-webkit-transform .27s ease;
    transition: opacity .27s ease,visibility .27s ease,-webkit-transform .27s ease;
    transition: transform .27s ease,opacity .27s ease,visibility .27s ease;
    transition: transform .27s ease,opacity .27s ease,visibility .27s ease,-webkit-transform .27s ease;
  }
  .masthead .site-nav ul .search__container.active {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  .masthead .site-nav ul .search__container::before {
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    border-bottom: 20px solid #fff;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: 118px;
    top: -15px;
  }
  .masthead .site-nav ul .search__container input[type='search'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #1769AA;
    border-radius: 7px;
    font-size: 14px;
    margin-bottom: 0;
    padding: 15px;
    width: 100%;
  }
  .masthead .site-nav ul .search__container input[type='submit'] {
    background: #1c6bab;
    border: 1px solid #1769AA;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 7px;
    color: #fff;
    font-size: 14px;
    min-width: 0;
    padding: 15px 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
  }
}

@media (max-width: 1023px) {
  .masthead .site-nav ul .search {
    border-bottom: 0 !important;
    margin-top: 30px;
  }
  .masthead .site-nav ul .search__glass {
    display: none;
  }
  .masthead .site-nav ul .search__container {
    margin: 0 auto;
    position: relative;
  }
}

.masthead .site-nav .sub-nav {
  margin-bottom: 30px;
}

.masthead .site-nav .sub-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 75em) {
  .masthead .site-nav .sub-nav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.masthead .site-nav .sub-nav ul li {
  border: 0;
  margin: 0;
}

.masthead .site-nav .sub-nav ul li a {
  border-bottom: 0;
  border-left: 1px solid #1f323f;
  color: #1f323f;
  font-size: 14px;
  padding: 0 13px;
  text-transform: uppercase;
}

@media only screen and (min-width: 75em) {
  .masthead .site-nav .sub-nav ul li a {
    font-size: 14px;
  }
}

.masthead .site-nav .sub-nav ul li:first-child a {
  border: 0;
}

.masthead .mobile-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 20;
}

@media only screen and (min-width: 75em) {
  .masthead .mobile-nav {
    background: transparent;
    display: none;
  }
}

.masthead .mobile-nav .btn {
  padding: 9px 20px;
}

.masthead .mobile-nav .nav-toggle {
  margin: -20px -20px -20px 0;
  padding: 20px;
}

.masthead .mobile-nav .nav-toggle span {
  background: #1c6bab;
  border-radius: 20px;
  display: block;
  height: 3px;
  margin-top: 5px;
  -webkit-transform: rotate(0deg) translate(0, 0);
          transform: rotate(0deg) translate(0, 0);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  width: 24px;
}

.masthead .mobile-nav .nav-toggle span:first-child {
  margin: 0;
}

.masthead .mobile-nav .nav-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.masthead .mobile-nav .nav-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}

.masthead .mobile-nav .nav-toggle.active span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(0.5px, -0.5px);
          transform: rotate(-45deg) translate(0.5px, -0.5px);
}

@media only screen and (min-width: 75em) {
  .masthead.scrolled {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px rgba(31, 50, 63, 0.1);
            box-shadow: 4px 0 20px rgba(31, 50, 63, 0.1);
    padding: 15px 0 20px;
  }
  .masthead.scrolled .site-branding {
    width: 140px;
  }
}

@media (min-width: 1024px) {
  .masthead.scrolled .header-wrap {
    padding: 0 10px;
  }
}

footer.content-info {
  background: #1c6bab;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px 0;
}

@media only screen and (min-width: 1420px) {
  footer.content-info {
    font-size: 14px;
    padding: 30px 0 0;
  }
}

footer.content-info a {
  border: none;
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
}

footer.content-info a:hover {
  text-decoration: underline;
}

footer.content-info .site-branding {
  border-bottom: 1px solid #a3aaaf;
  display: none;
  margin: 0 auto 60px;
  max-width: 1360px;
  padding: 60px 0;
}

@media only screen and (min-width: 64.063em) {
  footer.content-info .site-branding {
    display: block;
  }
}

footer.content-info .site-branding img {
  height: auto;
  max-width: 200px;
}

footer.content-info .site-info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 60px;
  max-width: 1360px;
}

footer.content-info .site-info > div {
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  footer.content-info .site-info > div {
    width: 25%;
  }
}

footer.content-info .site-info p {
  line-height: 2;
}

@media only screen and (min-width: 64.063em) {
  footer.content-info .site-info p {
    line-height: 1.5;
  }
}

footer.content-info .site-info .button {
  border: 1px solid #fff;
}

@media only screen and (min-width: 48.063em) {
  footer.content-info .site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 64.063em) {
  footer.content-info .site-info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

footer.content-info .site-contact {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 60px;
  max-width: 1360px;
}

@media only screen and (min-width: 64.063em) {
  footer.content-info .site-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer.content-info .site-contact h3 {
  margin-bottom: 20px;
}

footer.content-info .site-contact .some {
  margin-bottom: 45px;
}

footer.content-info .site-contact .some a {
  background-position: center;
  background-size: cover;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  height: 42px;
  margin-right: 20px;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  width: 42px;
}

footer.content-info .site-contact .some a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

footer.content-info .site-contact .some a.twitter {
  background-image: url("../images/twitter.svg");
}

footer.content-info .site-contact .some a.facebook {
  background-image: url("../images/facebook.svg");
}

footer.content-info .site-contact .some a.linkedin {
  background-image: url("../images/linkedin.svg");
}

footer.content-info .site-contact .some a.github {
  background-image: url("../images/github.svg");
}

footer.content-info .site-contact .some a.youtube {
  background-image: url("../images/youtube.svg");
}

footer.content-info .site-contact .newsletter {
  max-width: 640px;
  width: 100%;
}

footer.content-info .subfooter {
  background: #1f323f;
  margin: 0 -15px;
  padding: 20px 0;
  text-align: center;
}

@media only screen and (min-width: 1420px) {
  footer.content-info .subfooter {
    margin: 0;
  }
}

footer.content-info .subfooter > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer.content-info .subfooter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.content-info .subfooter ul li {
  margin: 0 15px;
}

footer.content-info .subfooter .copyright {
  font-size: 12px;
  font-style: italic;
}

.trail-modal {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 50, 63, 0);
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  overflow: hidden;
  height: 0;
}

.trail-modal .trail-modal-inner {
  background: #f4f4f4;
  -webkit-box-shadow: 2px 2px 7px rgba(31, 50, 63, 0.3);
          box-shadow: 2px 2px 7px rgba(31, 50, 63, 0.3);
  display: none;
  -webkit-animation: zoomIn 150ms linear both;
          animation: zoomIn 150ms linear both;
  -webkit-transition: -webkit-animation ease-in-out;
  transition: -webkit-animation ease-in-out;
  transition: animation ease-in-out;
  transition: animation ease-in-out, -webkit-animation ease-in-out;
  max-height: 90%;
  max-width: 90%;
  overflow: auto;
}

@media only screen and (min-width: 48.063em) {
  .trail-modal .trail-modal-inner {
    padding: 20px 40px;
  }
}

.trail-modal.active {
  height: 100%;
  background: rgba(31, 50, 63, 0.4);
}

.trail-modal.active .trail-modal-inner {
  display: block;
}

.region {
  width: 50%;
}

.dropdown-container {
  margin: 30px auto;
  position: relative;
}

.dropdown-container select {
  width: 100%;
  height: 40px;
  font-size: 100%;
  font-weight: bold;
  color: #1c6bab;
  cursor: pointer;
  border-radius: 0;
  background-color: #fff;
  border: solid 2px #fff;
  border-radius: 5px;
  appearance: none;
  padding: 10px;
  padding-right: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
}

/* For IE <= 11 */
.dropdown-container select::-ms-expand {
  display: none;
}

.dropdown-container .select-icon {
  position: absolute;
  top: 8px;
  right: 4px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  padding-left: 5px;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.dropdown-container .select-icon svg.icon {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fff;
}

.dropdown-container select:hover,
.dropdown-container select:focus {
  background-color: #fff;
  border-bottom-color: #DCDCDC;
}

.dropdown-container select:hover ~ .select-icon,
.dropdown-container select:focus ~ .select-icon {
  background-color: white;
  border-color: #DCDCDC;
}

/* PrismJS 1.10.0
http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+c+aspnet+cpp+php+php-extras+python+sass+scss&plugins=line-numbers */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

/* Code blocks */
pre[class*='language-'] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

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

.token.entity {
  cursor: help;
}

pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}

pre.line-numbers > code {
  margin-left: -6.6em;
  position: relative;
  white-space: inherit;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.line-numbers .line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}

.line-numbers .line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

.search-results {
  padding-top: 190px;
}

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

.search__heading {
  font-size: 34px;
}

.search__post {
  border-bottom: 2px solid #D8D8D8;
  margin-bottom: 30px;
}

.search__post-title {
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 12px;
}

.search__post-summary {
  color: #1F323F;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 30px;
}

.search__form {
  margin-top: 40px;
}

.search__form form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.search__form form input[type='search'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-shadow: 1px 1px 4px rgba(31, 50, 63, 0.15);
          box-shadow: 1px 1px 4px rgba(31, 50, 63, 0.15);
  font-size: 18px;
  margin-bottom: 20px;
  margin-right: 30px;
  padding: 10px 15px;
  width: 300px;
}

.search__nav {
  margin-bottom: 50px;
}

.search__nav a {
  color: #1668AA;
  display: inline-block;
  font-size: 17px;
  position: relative;
  text-decoration: none;
}

.search__nav .nav-links {
  width: 350px;
}

.search__nav .nav-next {
  display: inline-block;
  margin-right: 40px;
}

.search__nav .nav-next a {
  padding-left: 30px;
}

.search__nav .nav-next a::before {
  background: url("../images/arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 18px;
}

.search__nav .nav-previous {
  display: inline-block;
  float: right;
}

.search__nav .nav-previous a {
  padding-right: 30px;
}

.search__nav .nav-previous a::after {
  background: url("../images/arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 18px;
}

body.admin-bar {
  margin-top: 46px;
}

body.admin-bar > .masthead {
  top: 46px;
}

@media screen and (min-width: 783px) {
  body.admin-bar {
    margin-top: 32px;
  }
  body.admin-bar > .masthead {
    top: 32px;
  }
}

.newsletter-signup {
  position: relative;
}

.newsletter-signup label.small {
  color: #1f323f;
  font-size: 14px;
  margin-left: 20px;
}

.newsletter-signup input[type='email'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #fff;
  border-radius: 7px;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  .newsletter-signup input[type='email'] {
    font-size: 18px;
  }
}

.newsletter-signup input[type='email'].invalid {
  border-color: #f80000;
}

.newsletter-signup ul {
  list-style: none;
  padding: 0;
}

.newsletter-signup input[type='submit'] {
  background: #1c6bab;
  border: 1px solid #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 7px;
  color: #fff;
  font-size: 14px;
  min-width: 0;
  padding: 15px 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

@media only screen and (min-width: 64.063em) {
  .newsletter-signup input[type='submit'] {
    font-size: 18px;
    width: 160px;
  }
}

.newsletter-signup input[type='submit']:hover {
  background: #1a6098;
}

.newsletter-signup .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.4;
}

.newsletter-signup .hs-form-booleancheckbox-display input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.newsletter-signup .hs-error-msgs {
  background: #f80000;
  border-radius: 7px;
  color: #fff;
  padding: 10px 20px;
}

.newsletter-signup .hs-form-required,
.newsletter-signup .hs_error_rollup {
  display: none;
}

ul.release-notes {
  list-style: none;
  padding: 0;
}

ul.release-notes li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #a3aaaf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 15px 10px;
}

ul.release-notes li .tags {
  background: #fff;
  border-radius: 7px;
  color: #28a745;
  display: block;
  font-size: 18px;
  padding: 7px 14px;
}

ul.release-notes li .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 30px;
  width: 200px;
}

ul.release-notes li a {
  color: #1c6bab;
  display: block;
  text-decoration: none;
  width: 100%;
}

ul.release-notes li a:hover {
  text-decoration: underline;
}

ul.release-notes li:last-child {
  border: 0;
}

.module-section:nth-child(even) ul.release-notes li .tags {
  background: #f4f4f4;
}

/**
 * Banner
 */
.varnish-banner::before, .varnish-banner::after,
.varnish-banner-content-inner::before,
.varnish-banner-content-inner::after {
  content: "";
  display: table;
}

.varnish-banner::after,
.varnish-banner-content-inner::after {
  clear: both;
}

.varnish-banner {
  margin-left: auto;
  margin-right: auto;
}

.varnish-banner .varnish-module-inner {
  width: 100%;
}

/**
 * Content and text align
 */
.varnish-banner-content-inner {
  padding: 20px;
}

.varnish-banner-content-inner,
.varnish-banner-image img {
  width: 100%;
}

.varnish-banner-text-left .varnish-banner-content-inner {
  text-align: left;
}

.varnish-banner-text-center .varnish-banner-content-inner {
  text-align: center;
}

.varnish-banner-text-right .varnish-banner-content-inner {
  text-align: right;
}

@media (min-width: 768px) {
  .varnish-banner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    /**
		 * Content and text align
		 */
  }
  .varnish-banner-content-inner {
    padding: 40px;
  }
  .varnish-banner-image,
  .varnish-banner-image img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .varnish-banner-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .varnish-banner-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 560px;
    position: relative;
  }
  /*
	 * Layouts
	 */
  .varnish-banner-layout-half .varnish-banner-image {
    width: 50%;
  }
  .varnish-banner-layout-half .varnish-banner-content {
    margin-left: 50%;
    width: 50%;
  }
  .varnish-banner-layout-half.varnish-banner-content-left .varnish-banner-image {
    left: 50%;
  }
  .varnish-banner-layout-half.varnish-banner-content-left .varnish-banner-content {
    margin-left: 0;
  }
  .varnish-banner-layout-full .varnish-banner {
    min-height: 560px;
  }
  .varnish-banner-layout-full .varnish-banner-content {
    background-color: transparent !important;
    /* stylelint-disable-line declaration-no-important */
    display: block;
    margin-bottom: 80px;
    margin-top: 80px;
    min-height: 0;
    width: 100%;
  }
  .varnish-banner-layout-full .varnish-banner-content-inner {
    display: inline-block;
    min-height: 0;
    width: 50%;
  }
  @nest .varnish-banner-theme-transparent-light& {
    .varnish-banner-layout-full .varnish-banner-content-inner {
      padding: 0;
    }
  }
  @nest .varnish-banner-theme-transparent-dark& {
    .varnish-banner-layout-full .varnish-banner-content-inner {
      padding: 0;
    }
  }
  .varnish-banner-layout-full.varnish-banner-content-center .varnish-banner-content {
    text-align: center;
  }
  .varnish-banner-layout-full.varnish-banner-content-right .varnish-banner-content {
    text-align: right;
  }
}

@media (min-width: 1400px) {
  .varnish-banner-content-inner {
    padding: 80px;
  }
}

/*
 * Themes
 */
/*
 * Light
 */
.varnish-banner-theme-light .varnish-banner-content,
.varnish-banner-theme-light.varnish-banner-layout-full .varnish-banner-content-inner {
  @mixin-content;
  background-color: #fff;
  color: currentColor;
}

/*
 * Dark
 */
.varnish-banner-theme-dark .varnish-banner-content,
.varnish-banner-theme-dark.varnish-banner-layout-full .varnish-banner-content-inner {
  @mixin-content;
  background-color: #000;
  color: #fff;
}

/*
 * Light Transparent
 */
.varnish-banner-theme-light-transparent.varnish-banner-layout-full .varnish-banner-content-inner {
  background-color: #fff;
  color: currentColor;
}

@media (min-width: 768px) {
  .varnish-banner-theme-light-transparent.varnish-banner-layout-full .varnish-banner-content-inner {
    @mixin-content;
    background-color: transparent;
  }
}

/*
 * Dark Transparent
 */
.varnish-banner-theme-dark-transparent.varnish-banner-layout-full .varnish-banner-content-inner {
  background-color: #000;
  color: #fff;
}

@media (min-width: 768px) {
  .varnish-banner-theme-dark-transparent.varnish-banner-layout-full .varnish-banner-content-inner {
    @mixin-content;
    background-color: transparent;
  }
}

.varnish-module-banner {
  margin: 0 auto;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-banner {
    padding: 70px 20px 0;
  }
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-banner {
    padding: 70px 0 0;
  }
}

.varnish-module-banner.varnish-module-width-grid .varnish-module-inner {
  margin: 0 auto;
  max-width: 1360px;
}

.varnish-module-banner h2 {
  font-size: 30px;
  font-weight: 500;
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-banner h2 {
    font-size: 36px;
  }
}

.varnish-module-banner .varnish-banner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.varnish-module-banner .varnish-button {
  background: #1c6bab;
  color: #fff;
}

.varnish-module-banner .varnish-button:hover {
  background: #1a6098;
  color: #fff;
}

.varnish-module-banner .varnish-button.varnish-secondary-button {
  background: transparent;
  border: none;
  border-bottom: 1px solid #1c6bab;
  border-radius: 0;
  color: #1f323f;
  margin-left: 35px;
  min-width: 0;
  padding: 0;
}

.varnish-module-banner .varnish-banner-image {
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-banner .varnish-banner-image {
    position: absolute;
  }
}

.varnish-module-banner .varnish-banner-image img {
  width: 100%;
}

.varnish-module-banner:not(.varnish-banner-layout-full) .varnish-banner-image, .varnish-module-banner:not(.varnish-banner-layout-full) .varnish-banner-image img {
  position: static;
}

.varnish-module-banner:not(.varnish-banner-layout-full) .varnish-banner-image img {
  height: auto;
  width: auto;
}

.varnish-module-banner .varnish-banner {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1420px) {
  .varnish-module-banner .varnish-banner {
    padding-left: 0;
    padding-right: 0;
  }
}

.varnish-module-banner .varnish-banner-content {
  background-color: transparent !important;
  color: #1f323f !important;
  margin: 0 auto;
  max-width: 1250px;
  min-height: 0 !important;
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-banner .varnish-banner-content {
    margin-left: 0;
    margin-right: 40px;
  }
}

.varnish-module-banner .varnish-banner-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-banner .varnish-banner-image {
    padding-bottom: 20px;
  }
}

.varnish-module-banner .varnish-banner-image img {
  height: auto;
  width: 100%;
}

.varnish-module-banner .varnish-banner-content-inner {
  padding: 0;
}

.varnish-module-banner .varnish-banner-content-inner p {
  max-width: 595px;
}

.varnish-module-banner .varnish-banner-content-inner > div {
  margin-top: 30px;
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-banner .varnish-banner-content-inner > div {
    margin-top: 40px;
  }
}

.varnish-module-banner.varnish-banner-theme-dark-transparent.varnish-banner-layout-full .varnish-banner-content, .varnish-module-banner.varnish-banner-theme-dark.varnish-banner-layout-full .varnish-banner-content {
  color: #fff !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-banner.varnish-banner-theme-dark-transparent.varnish-banner-layout-full .varnish-banner-content, .varnish-module-banner.varnish-banner-theme-dark.varnish-banner-layout-full .varnish-banner-content {
    padding: 50px;
  }
}

.varnish-module-banner.varnish-banner-theme-dark-transparent.varnish-banner-layout-full .varnish-banner-content .varnish-banner-content-inner, .varnish-module-banner.varnish-banner-theme-dark.varnish-banner-layout-full .varnish-banner-content .varnish-banner-content-inner {
  padding: 20px;
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-banner.varnish-banner-theme-dark-transparent.varnish-banner-layout-full .varnish-banner-content .varnish-banner-content-inner, .varnish-module-banner.varnish-banner-theme-dark.varnish-banner-layout-full .varnish-banner-content .varnish-banner-content-inner {
    padding: 0;
  }
}

.varnish-module-banner.varnish-banner-theme-dark-transparent.varnish-banner-layout-full .varnish-secondary-button, .varnish-module-banner.varnish-banner-theme-dark.varnish-banner-layout-full .varnish-secondary-button {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.varnish-module-banner.varnish-banner-theme-dark-transparent.varnish-banner-layout-full .varnish-banner-image::before, .varnish-module-banner.varnish-banner-theme-dark.varnish-banner-layout-full .varnish-banner-image::before {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.varnish-module-banner.varnish-banner-theme-dark-transparent.varnish-banner-layout-full .varnish-banner-content, .varnish-module-banner.varnish-banner-theme-dark.varnish-banner-layout-full .varnish-banner-content {
  position: relative;
  z-index: 30;
}

.varnish-module-banner.varnish-banner-content-right .varnish-banner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-banner.varnish-banner-content-right .varnish-banner-content {
    margin-left: 40px;
    margin-right: 0;
  }
}

.varnish-module-banner.varnish-banner-layout-full .varnish-banner-content {
  margin-left: auto;
  margin-right: auto;
}

.varnish-banner-theme-dark.varnish-banner-layout-full .varnish-banner-content-inner {
  background-color: #1c6bab;
  color: #fff;
  padding: 30px;
  text-shadow: none;
}

.module-section:first-child .varnish-module-banner:first-child {
  padding-top: 0;
}

.varnish-banner-layout-full .varnish-banner-content-inner {
  padding: 20px 30px;
}

.main:first-child .varnish-module-banner:first-child {
  padding-top: 0;
}

/**
 * Campaign
 */
.varnish-campaign::before, .varnish-campaign::after,
.varnish-campaign-content-inner::before,
.varnish-campaign-content-inner::after {
  content: "";
  display: table;
}

.varnish-campaign::after,
.varnish-campaign-content-inner::after {
  clear: both;
}

/* Styling */
.varnish-module-campaign {
  margin: 0 auto;
  padding: 0;
  /*
	* Layout
	*/
}

.varnish-module-campaign h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0;
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-campaign h2 {
    font-size: 40px;
  }
}

.varnish-module-campaign-layout-full .varnish-campaign-button {
  margin-top: 20px;
}

.varnish-module-campaign-layout-full .varnish-campaign-image::before {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}

.varnish-module-campaign-layout-full .varnish-campaign-content-inner {
  color: #fff;
  padding: 20px 0px;
  text-shadow: none;
}

.varnish-module-campaign-layout-full .varnish-campaign-content {
  position: relative;
  z-index: 30;
}

.varnish-module-campaign-layout-half .varnish-campaign-button {
  margin-top: 20px;
}

.varnish-module-campaign-layout-half .varnish-campaign-image::before {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}

.varnish-module-campaign-layout-half .varnish-campaign-content-inner {
  color: #fff;
  padding: 20px 30px;
  text-shadow: none;
}

.varnish-module-campaign-layout-full .varnish-campaign-column-left {
  float: left;
  width: 100%;
}

.varnish-module-campaign-layout-full .varnish-campaign-column-right {
  float: right;
  width: 100%;
}

.varnish-module-campaign-layout-half .varnish-campaign-column-left {
  float: left;
  width: 50%;
}

.varnish-module-campaign-layout-half .varnish-campaign-column-right {
  float: right;
  width: 50%;
}

.varnish-module-campaign .varnish-campaign {
  background-position: center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 20px;
  padding-right: 20px;
  /* Mobile only */
  /* Desktop only */
}

@media only screen and (min-width: 1420px) {
  .varnish-module-campaign .varnish-campaign {
    padding-left: 0;
    padding-right: 0;
  }
}

.varnish-module-campaign .varnish-campaign.mobile {
  display: none;
}

@media (max-width: 767px) {
  .varnish-module-campaign .varnish-campaign.mobile {
    display: block;
  }
}

.varnish-module-campaign .varnish-campaign.desktop {
  display: none;
}

@media (min-width: 768px) {
  .varnish-module-campaign .varnish-campaign.desktop {
    display: block;
  }
}

.varnish-module-campaign .varnish-campaign .varnish-button {
  background: #1c6bab;
  color: #fff;
}

.varnish-module-campaign .varnish-campaign .varnish-button:hover {
  background: #f06a05;
  border-color: #f06a05;
  color: #fff;
}

.varnish-module-campaign .varnish-campaign-content-inner {
  text-align: left;
}

.varnish-module-campaign .varnish-campaign-image {
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-campaign .varnish-campaign-image {
    position: absolute;
  }
}

.varnish-module-campaign .varnish-campaign-image img {
  width: 100%;
}

.varnish-module-campaign .varnish-campaign .align-left {
  text-align: left;
}

.varnish-module-campaign .varnish-campaign .align-center {
  text-align: center;
}

.varnish-module-campaign .varnish-campaign .align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .varnish-module-campaign-layout-full .varnish-campaign-column-left {
    padding-bottom: 50px;
  }
  .varnish-module-campaign-layout-half .varnish-campaign-column-left {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .varnish-campaign {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .varnish-campaign-content-inner {
    margin: 0 auto;
    max-width: 1360px;
  }
  .varnish-module-campaign-layout-full .varnish-campaign-content-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    width: 100%;
  }
  .varnish-module-campaign-layout-full .varnish-campaign-content-inner.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .varnish-module-campaign-layout-full .varnish-campaign-column-left {
    text-align: center;
    width: 50%;
  }
  .varnish-module-campaign-layout-full .varnish-campaign-column-right {
    width: 50%;
  }
  .varnish-module-campaign-layout-half .varnish-campaign-content-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    width: 100%;
  }
  .varnish-module-campaign-layout-half .varnish-campaign-content-inner.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .varnish-module-campaign-layout-half .varnish-campaign-column-left {
    width: 50%;
  }
  .varnish-module-campaign-layout-half .varnish-campaign-column-right {
    width: 50%;
  }
}

.module-section:first-child .varnish-module-campaign:first-child {
  padding-top: 0;
}

/* stylelint-disable */
/**
 * varnish Grid WP Admin
 */
.acf-field-flexible-content.grid-layouts {
  background-color: #fff;
}

.acf-field-flexible-content.grid-layouts .layout {
  border: solid 1px gainsboro;
}

.acf-field-flexible-content.grid-layouts .layout .acf-fc-layout-handle {
  background-color: rgba(220, 220, 220, 0.5);
}

.acf-field-flexible-content.linklist-layouts .acf-fc-layout-order {
  display: none;
}

/**
 * varnish Grid
 */
:root {
  --varnish-grid-image-ratio: 77.75%;
  --varnish-grid-padding-small: 28px;
  --varnish-grid-padding-medium: 20px;
  --varnish-grid-padding-large: 60px;
  --varnish-grid-padding-xlarge: 80px;
}

.varnish-grid {
  font-size: 14px;
  margin: calc( var( --varnish-grid-padding-small ) / 2) 0;
  overflow: hidden;
}

.varnish-grid-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 calc( - var( --varnish-grid-padding-small ) / 2);
}

.varnish-grid-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: calc( var( --varnish-grid-padding-small ) / 2);
  position: relative;
  width: calc( 100% - var( --varnish-grid-padding-small ));
}

.varnish-grid-item.varnish-grid-item-size-large {
  width: calc( 100% - var( --varnish-grid-padding-small ));
}

.varnish-grid-item-inner,
.varnish-grid .savage-card-body {
  width: 100%;
}

.varnish-grid .savage-card-body {
  padding: 0 40px;
}

.varnish-grid .savage-card-body::before, .varnish-grid .savage-card-body::after {
  content: "";
  display: table;
}

.varnish-grid .savage-card-body::after {
  clear: both;
}

.varnish-grid .savage-card-body-inner {
  margin: 40px 0;
}

.varnish-grid .savage-card-icon,
.varnish-grid .savage-card-meta {
  background-color: #f3f3f3;
  position: relative;
}

.varnish-grid .savage-card-icon,
.varnish-grid .savage-card-avatar,
.varnish-grid .savage-card-meta {
  border-radius: 50%;
  height: 65px;
  width: 65px;
}

.varnish-grid .savage-card-icon svg,
.varnish-grid .savage-card-meta-inner {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.varnish-grid .savage-card-icon svg {
  height: 50%;
  width: 50%;
}

.varnish-grid .savage-card-meta-inner {
  font-size: 12px;
}

.varnish-grid-item-size-xsmall.savage-has-image,
.varnish-grid-item-size-small.savage-has-image {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.varnish-grid-item-size-xsmall.savage-has-image .savage-card-body-header,
.varnish-grid-item-size-small.savage-has-image .savage-card-body-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.varnish-grid-item-size-xsmall.savage-has-image .savage-card-body-header-inner,
.varnish-grid-item-size-small.savage-has-image .savage-card-body-header-inner {
  height: 0;
  padding-bottom: var(--varnish-grid-image-ratio);
  position: relative;
  width: 100%;
}

.varnish-grid-item-size-xsmall.savage-has-image .savage-card-body-header-content,
.varnish-grid-item-size-small.savage-has-image .savage-card-body-header-content {
  bottom: 0;
  left: 40px;
  position: absolute;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.varnish-grid-item-size-xsmall .savage-card-image,
.varnish-grid-item-size-small .savage-card-image {
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.varnish-grid-item-size-xsmall .savage-card-image + .savage-card-body,
.varnish-grid-item-size-small .savage-card-image + .savage-card-body {
  padding-top: var(--varnish-grid-image-ratio);
}

.varnish-grid-item-size-xsmall .savage-card-image-inner,
.varnish-grid-item-size-small .savage-card-image-inner {
  padding-bottom: var(--varnish-grid-image-ratio);
  position: relative;
}

.varnish-grid-item-size-medium .savage-card-image-inner {
  padding-bottom: 110%;
  position: relative;
}

.varnish-grid-item-size-large .savage-card-image-inner {
  padding-bottom: 88%;
  position: relative;
}

.varnish-grid .savage-card-image-image {
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.varnish-grid .savage-card-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.varnish-grid .savage-card-heading {
  font-size: 18px;
}

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

.varnish-grid-text-center .varnish-grid-item-size-xsmall.savage-has-image .savage-card-body-header-content,
.varnish-grid-text-center .varnish-grid-item-size-small.savage-has-image .savage-card-body-header-content {
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.varnish-grid-text-center .varnish-grid-item-size-xsmall .savage-card-icon,
.varnish-grid-text-center .varnish-grid-item-size-xsmall .savage-card-meta,
.varnish-grid-text-center .varnish-grid-item-size-small .savage-card-icon,
.varnish-grid-text-center .varnish-grid-item-size-small .savage-card-meta,
.varnish-grid-text-center .varnish-grid-item-size-large .savage-card-icon,
.varnish-grid-text-center .varnish-grid-item-size-large .savage-card-meta {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .varnish-grid {
    font-size: 13px;
    margin: calc( var( --varnish-grid-padding-medium ) / 2) 0;
  }
  .varnish-grid-inner {
    margin: 0 calc( - var( --varnish-grid-padding-medium ) / 2);
  }
  .varnish-grid-item-size-medium {
    text-align: left;
  }
  .varnish-grid-item {
    margin: calc( var( --varnish-grid-padding-medium ) / 2);
    width: calc( 33.33333% - var( --varnish-grid-padding-medium ));
  }
  .varnish-grid-item.varnish-grid-item-size-xsmall {
    width: calc( 25% - var( --varnish-grid-padding-medium ));
  }
  .varnish-grid-item.varnish-grid-item-size-medium {
    width: calc( 66.66667% - var( --varnish-grid-padding-medium ));
  }
  .varnish-grid-item.varnish-grid-item-size-large {
    width: calc( 100% - var( --varnish-grid-padding-medium ));
  }
  .varnish-grid-item-size-medium .varnish-grid-item-inner,
  .varnish-grid-item-size-large .varnish-grid-item-inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: static;
  }
  .varnish-grid-item-size-large .varnish-grid-item-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .varnish-grid-item-size-medium .savage-card-image-image,
  .varnish-grid-item-size-large .savage-card-image-image {
    right: 50%;
  }
  .varnish-grid-item-size-medium .savage-card-body-inner,
  .varnish-grid-item-size-large .savage-card-body-inner {
    margin: 80px 0;
  }
  .varnish-grid-item-size-medium .savage-card-image-inner {
    padding-bottom: 100%;
    position: static;
  }
  .varnish-grid-item-size-large .savage-card-image-inner {
    position: static;
  }
  .varnish-grid-item-size-medium .savage-card-image,
  .varnish-grid-item-size-medium .savage-card-image + .savage-card-body,
  .varnish-grid-item-size-large .savage-card-image,
  .varnish-grid-item-size-large .savage-card-image + .savage-card-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .varnish-grid-item-size-medium .savage-card-body,
  .varnish-grid-item-size-large .savage-card-body {
    padding: 0 30px;
  }
  .varnish-grid .savage-card-body-inner {
    margin: 30px 0;
  }
  .varnish-grid .savage-card-heading {
    font-size: 16px;
  }
  .varnish-grid .savage-card-icon,
  .varnish-grid .savage-card-avatar,
  .varnish-grid .savage-card-meta {
    height: 55px;
    width: 55px;
  }
}

@media screen and (min-width: 1280px) {
  .varnish-grid {
    font-size: 14px;
    margin: calc( var( --varnish-grid-padding-large ) / 2) 0;
  }
  .varnish-grid-inner {
    margin: 0 calc( - var( --varnish-grid-padding-large ) / 2);
  }
  .varnish-grid-item {
    margin: calc( var( --varnish-grid-padding-large ) / 2);
    width: calc( 33.33333% - var( --varnish-grid-padding-large ));
  }
  .varnish-grid-item.varnish-grid-item-size-xsmall {
    width: calc( 25% - var( --varnish-grid-padding-large ));
  }
  .varnish-grid-item.varnish-grid-item-size-medium {
    width: calc( 66.66667% - var( --varnish-grid-padding-large ));
  }
  .varnish-grid-item.varnish-grid-item-size-large {
    width: calc( 100% - var( --varnish-grid-padding-large ));
  }
  .varnish-grid-item-size-medium .savage-card-body,
  .varnish-grid-item-size-large .savage-card-body {
    padding: 0 60px;
  }
  .varnish-grid .savage-card-body-inner {
    margin: 40px 0;
  }
  .varnish-grid .savage-card-heading {
    font-size: 20px;
  }
  .varnish-grid .savage-card-icon,
  .varnish-grid .savage-card-avatar,
  .varnish-grid .savage-card-meta {
    height: 75px;
    width: 75px;
  }
  .varnish-grid .savage-card-meta-inner {
    font-size: 14px;
  }
}

@media screen and (min-width: 1500px) {
  .varnish-grid {
    margin: calc( var( --varnish-grid-padding-xlarge ) / 2) 0;
  }
  .varnish-grid-inner {
    margin: 0 calc( - var( --varnish-grid-padding-xlarge ) / 2);
  }
  .varnish-grid-item {
    margin: calc( var( --varnish-grid-padding-xlarge ) / 2);
    width: calc( 33.33333% - var( --varnish-grid-padding-xlarge ));
  }
  .varnish-grid-item.varnish-grid-item-size-xsmall {
    width: calc( 25% - var( --varnish-grid-padding-xlarge ));
  }
  .varnish-grid-item.varnish-grid-item-size-medium {
    width: calc( 66.66667% - var( --varnish-grid-padding-xlarge ));
  }
  .varnish-grid-item.varnish-grid-item-size-large {
    width: calc( 100% - var( --varnish-grid-padding-xlarge ));
  }
  .varnish-grid-item-size-medium .savage-card-body,
  .varnish-grid-item-size-large .savage-card-body {
    padding: 0 65px;
  }
  .varnish-grid .savage-card-body-inner {
    margin: 55px 0;
  }
  .varnish-grid .savage-card-heading {
    font-size: 24px;
  }
  .varnish-grid .savage-card-icon,
  .varnish-grid .savage-card-avatar,
  .varnish-grid .savage-card-meta {
    height: 85px;
    width: 85px;
  }
}

.varnish-module-grid {
  margin: 0 auto;
  max-width: 1360px;
  padding-bottom: 20px;
  padding-top: 0;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-grid {
    padding-bottom: 30px;
  }
}

.varnish-module-grid .varnish-grid {
  margin: 0;
}

.varnish-module-grid .teaser-wrapper {
  text-align: center;
}

.varnish-module-grid .varnish-grid-item {
  -webkit-box-shadow: 0 2px 7px rgba(31, 50, 63, 0.2);
          box-shadow: 0 2px 7px rgba(31, 50, 63, 0.2);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.varnish-module-grid .varnish-grid-item:hover {
  -webkit-box-shadow: 0 4px 10px rgba(31, 50, 63, 0.2);
          box-shadow: 0 4px 10px rgba(31, 50, 63, 0.2);
}

.varnish-module-grid .varnish-grid-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.varnish-module-grid .savage-card-teaser {
  line-height: 1.5;
  margin-top: 20px;
}

.varnish-module-grid .varnish-grid-item-size-small .varnish-grid-item-inner,
.varnish-module-grid .varnish-grid-item-size-small .savage-card-body {
  height: 100%;
}

.varnish-module-grid .varnish-grid-item-size-medium {
  text-align: center;
}

.varnish-module-grid .varnish-grid-item-size-medium .varnish-grid-item-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.varnish-module-grid .varnish-grid-item-size-small .varnish-grid-item-inner .savage-card-body .savage-card-body-inner,
.varnish-module-grid .varnish-grid-item-size-small.varnish-grid-item-type-savage_custom_card .varnish-grid-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.varnish-module-grid .varnish-grid-item:not(.varnish-grid-item-type-savage_custom_card) .varnish-grid-item-inner:hover .btn,
.varnish-module-grid .varnish-grid-item:not(.varnish-grid-item-type-savage_custom_card) .varnish-grid-item-inner:hover .button,
.varnish-module-grid .varnish-grid-item:not(.varnish-grid-item-type-savage_custom_card) .varnish-grid-item-inner:hover .varnish-button,
.varnish-module-grid .varnish-grid-item:not(.varnish-grid-item-type-savage_custom_card) .varnish-grid-item-inner:hover .savage-card-teaser {
  background: #1c6bab;
  color: #fff;
}

.varnish-module-grid .savage-card-body {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.varnish-module-grid .savage-card-body h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 10px;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-grid .savage-card-body h2 {
    font-size: 22px;
  }
}

.varnish-module-grid .savage-card-body .savage-card-body-inner {
  margin: 0;
  padding: 40px 0;
}

.varnish-module-grid .savage-card-body .savage-card-body-header-content .savage-card-meta {
  background: #bad0e2;
}

.varnish-module-grid .savage-card-body .savage-card-body-header-content .savage-card-meta .savage-card-meta-inner {
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-grid .varnish-grid-item-size-large .savage-card-body {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.varnish-module-grid .varnish-grid-item-type-savage_custom_card {
  text-align: left;
}

.varnish-module-grid .varnish-grid-item-type-savage_custom_card .content-wrapper {
  text-align: center;
}

.varnish-module-grid .varnish-grid-item-type-savage_custom_card .savage-card-body a {
  border: 0;
  color: #1c6bab;
}

.varnish-module-grid .varnish-grid-item-type-savage_custom_card h3:first-child {
  margin-top: 0;
}

.varnish-module-grid .varnish-grid-item-type-savage_custom_card .varnish-grid-item-inner .teaser-wrapper a {
  margin: 0 20px 40px;
}

.module-section:nth-child(even) .varnish-module-grid .varnish-grid-item {
  background: #f4f4f4;
}

@-moz-document url-prefix() {
  .varnish-module-grid .varnish-grid-item-size-small .varnish-grid-item-inner .savage-card-body .savage-card-body-inner,
  .varnish-module-grid .varnish-grid-item-size-small.varnish-grid-item-type-savage_custom_card .varnish-grid-item-inner {
    display: block;
    height: auto;
  }
}

.varnish-module-content_grid {
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
}

.varnish-module-content_grid h2 {
  text-align: center;
}

.varnish-module-content_grid .varnish-module-inner {
  margin: 0 auto;
  max-width: 1360px;
}

.varnish-module-content_grid .varnish-module-inner > p {
  margin: 0 auto;
  max-width: 670px;
  text-align: center;
}

.varnish-module-content_grid .varnish-module-inner > p + .varnish-content-grid {
  margin-top: 20px;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-content_grid .varnish-module-inner > p + .varnish-content-grid {
    margin-top: 60px;
  }
}

.varnish-module-content_grid .varnish-module-inner > h2 {
  margin-top: 40px;
}

.varnish-module-content_grid .varnish-content-grid {
  overflow-x: hidden;
}

.varnish-module-content_grid .varnish-content-grid .varnish-grid-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-content_grid .varnish-content-grid .varnish-grid-inner {
    margin: 0 -20px;
  }
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-content_grid .varnish-content-grid .varnish-grid-inner {
    margin: 0 -40px;
  }
}

.varnish-module-content_grid .varnish-content-grid .varnish-grid-inner .varnish-content-grid-item {
  margin: 10px 0;
  padding: 0 20px;
  width: 100%;
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-content_grid .varnish-content-grid .varnish-grid-inner .varnish-content-grid-item {
    padding: 0 20px;
    width: 33.3333%;
  }
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-content_grid .varnish-content-grid .varnish-grid-inner .varnish-content-grid-item {
    padding: 0 40px;
  }
}

.varnish-module-content_grid .varnish-content-grid .varnish-grid-inner .varnish-content-grid-item h3 {
  font-size: 20px;
  margin: 10px 0 5px;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-content_grid .varnish-content-grid .varnish-grid-inner .varnish-content-grid-item h3 {
    font-size: 22px;
  }
}

.varnish-module-content_grid .varnish-content-grid .varnish-grid-inner .varnish-content-grid-item p {
  line-height: 1.4;
  margin: 15px 0;
}

.varnish-module-content_grid .varnish-content-grid .varnish-grid-inner .varnish-content-grid-item.varnish-grid-item-type-image {
  width: 50%;
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-content_grid .varnish-content-grid .varnish-grid-inner .varnish-content-grid-item.varnish-grid-item-type-image {
    margin: 0 0 25px;
  }
}

@media only screen and (min-width: 48.063em) {
  .varnish-module-content_grid .varnish-content-grid .varnish-grid-inner .varnish-content-grid-item.varnish-grid-item-type-text {
    margin-bottom: 60px;
    margin-top: 40px;
  }
  .varnish-module-content_grid .varnish-content-grid .varnish-grid-inner .varnish-content-grid-item.varnish-grid-item-type-image {
    margin: 0;
    width: 25%;
  }
}

.varnish-module-content_grid .varnish-content-grid .varnish-grid-inner .varnish-content-grid-item figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.varnish-module-content_grid .varnish-content-grid .varnish-grid-inner .varnish-content-grid-item figure img {
  height: auto;
}

.varnish-module-content_grid .varnish-content-grid .varnish-grid-inner .varnish-content-grid-item img.aligncenter {
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram {
    padding-top: 50px;
  }
}

.module-diagram .diagram-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 35px;
  max-width: 1360px;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram .diagram-nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto 40px;
  }
}

.module-diagram .diagram-nav a {
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 2px 5px rgba(31, 50, 63, 0.15);
          box-shadow: 0 2px 5px rgba(31, 50, 63, 0.15);
  color: #1c6bab;
  display: none;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 15px 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 100%;
  z-index: 50;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram .diagram-nav a {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    margin: 0 5px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 15px 35px;
    text-align: center;
    width: auto;
  }
}

.module-diagram .diagram-nav a::after {
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  bottom: -50px;
  content: '';
  display: block;
  height: 0;
  left: calc( 50% - 30px);
  position: absolute;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 0;
}

.module-diagram .diagram-nav a.active {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(31, 50, 63, 0.15);
          box-shadow: 0 2px 5px rgba(31, 50, 63, 0.15);
  cursor: default;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 45;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram .diagram-nav a.active {
    color: #1f323f;
  }
}

.module-diagram .diagram-nav a.active:hover {
  text-decoration: none;
}

.module-diagram .diagram-nav a.active::after {
  border-bottom-color: #fff;
}

.module-diagram .diagram-nav a.active::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #1c6bab;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 20px;
  top: calc( 50% - 4px);
  width: 0;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram .diagram-nav a.active::before {
    display: none;
  }
}

.module-diagram .diagram-nav.active a {
  display: block;
}

.module-diagram .diagram-content-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 2px 7px rgba(31, 50, 63, 0.2);
          box-shadow: 0 2px 7px rgba(31, 50, 63, 0.2);
  margin: 0 auto;
  max-width: 1360px;
  padding: 25px 20px;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram .diagram-content-wrapper {
    margin: 0 auto 100px;
    padding: 40px;
  }
}

.module-diagram .diagram-content-wrapper .diagram-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram .diagram-content-wrapper .diagram-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.module-diagram .diagram-content-wrapper .diagram-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations {
  margin-top: 40px;
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram .diagram-content-wrapper .diagram-content .illustrations {
    margin: 0;
  }
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations pre {
  max-width: 840px;
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .main-illustration {
  padding: 20px 5px;
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .main-illustration svg .fast-pulse-left,
.module-diagram .diagram-content-wrapper .diagram-content .illustrations .main-illustration svg .fast-pulse-right {
  stroke-dasharray: 15;
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .main-illustration svg .slow-pulse-left,
.module-diagram .diagram-content-wrapper .diagram-content .illustrations .main-illustration svg .slow-pulse-right {
  stroke-dasharray: 20;
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .main-illustration svg .fast-pulse-left {
  -webkit-animation: pulse-left 300000ms linear;
          animation: pulse-left 300000ms linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .main-illustration svg .fast-pulse-right {
  -webkit-animation: pulse-right 300000ms linear;
          animation: pulse-right 300000ms linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .main-illustration svg .slow-pulse-left {
  -webkit-animation: pulse-left 1000000ms linear;
          animation: pulse-left 1000000ms linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .main-illustration svg .slow-pulse-right {
  -webkit-animation: pulse-right 1000000ms linear;
          animation: pulse-right 1000000ms linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pulse-left {
  to {
    stroke-dashoffset: 10000;
  }
}

@keyframes pulse-left {
  to {
    stroke-dashoffset: 10000;
  }
}

@-webkit-keyframes pulse-right {
  to {
    stroke-dashoffset: -10000;
  }
}

@keyframes pulse-right {
  to {
    stroke-dashoffset: -10000;
  }
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .tooltips {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram .diagram-content-wrapper .diagram-content .illustrations .tooltips {
    display: block;
  }
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .tooltips a {
  background: #1c6bab;
  background-image: url("../images/plus.png");
  background-position: center;
  background-repeat: no-repeat;
  border: 4px solid #fff;
  border-radius: 100%;
  display: block;
  height: 48px;
  position: absolute;
  -webkit-transition: background 200ms;
  transition: background 200ms;
  width: 48px;
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .tooltips a:hover {
  background-color: #1a6098;
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .legend-illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram .diagram-content-wrapper .diagram-content .illustrations .legend-illustration {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 50px;
  }
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .legend-illustration .legend {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram .diagram-content-wrapper .diagram-content .illustrations .legend-illustration .legend {
    border: 0;
    margin-right: 45px;
    padding: 0;
    width: auto;
  }
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .legend-illustration .legend::after {
  background: #1c6bab;
  background-image: url("../images/plus.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px auto;
  border-radius: 100%;
  content: '';
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  top: 13px;
  width: 24px;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram .diagram-content-wrapper .diagram-content .illustrations .legend-illustration .legend::after {
    display: none;
  }
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .legend-illustration .legend .responsive-tooltip {
  display: none;
  font-size: 14px;
  line-height: 1.3;
  margin-left: 15px;
  padding: 10px 0 5px 30px;
  width: 100%;
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .legend-illustration .legend.active::after {
  background-color: transparent;
  background-image: url("../images/cross.png");
  background-size: auto;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram .diagram-content-wrapper .diagram-content .illustrations .legend-illustration .legend .responsive-tooltip {
    display: none !important;
  }
}

.module-diagram .diagram-content-wrapper .diagram-content .illustrations .legend-illustration svg {
  height: auto;
  margin-right: 15px;
  width: 30px;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram .diagram-content-wrapper .diagram-content .illustrations .legend-illustration svg {
    width: 50px;
  }
}

.module-diagram .diagram-content-wrapper .diagram-content .text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (min-width: 64.063em) {
  .module-diagram .diagram-content-wrapper .diagram-content .text {
    border-left: 1px solid #ebebeb;
    margin-left: 50px;
    padding: 20px 0 20px 50px;
    width: 380px;
  }
}

.module-diagram .diagram-content-wrapper .diagram-content .text h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  text-align: left;
}

.module-diagram .diagram-content-wrapper .diagram-content .text h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.module-diagram .diagram-content-wrapper .diagram-content .text p a.button {
  margin: 20px 0;
}

.module-section:nth-child(even) .module-diagram .diagram-nav a.active {
  background: #f4f4f4;
  color: #1f323f;
}

.module-section:nth-child(even) .module-diagram .diagram-nav a.active::after {
  border-bottom-color: #f4f4f4;
}

.module-section:nth-child(even) .module-diagram .diagram-content-wrapper {
  background: #f4f4f4;
}

.module-section:nth-child(even) .module-diagram .diagram-content-wrapper .diagram-content .text {
  border-color: #a3aaaf;
}

.module-section:nth-child(even) .module-diagram :not(pre) > code[class*='language-'], .module-section:nth-child(even) .module-diagram pre[class*='language-'] {
  background: #fff;
}

/**
 * Embed
 */
.varnish-module-embed .embed-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  position: relative;
}

.varnish-module-embed .embed-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.varnish-module-embed {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  /*max-width: $page-width;*/
  padding-bottom: 50px;
  padding-top: 50px;
}

.varnish-module-embed > div {
  max-width: 670px;
  width: 100%;
}

.varnish-module-embed > div:nth-child(2) {
  margin-top: 30px;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-embed > div:nth-child(2) {
    margin-top: 0;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-embed {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.varnish-module-embed h2 {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 30px;
}

.varnish-module-embed figcaption {
  color: #1f323f;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-embed .varnish-lead,
  .varnish-module-embed .varnish-heading {
    padding-right: 20px;
  }
}

.varnish-module-employees {
  padding: 50px 10px;
  text-align: center;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-employees {
    padding: 20px 0 50px;
  }
}

.varnish-module-employees p {
  margin: 0 auto;
  max-width: 670px;
}

.varnish-module-employees .employee-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 70px;
  padding-top: 40px;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-employees .employee-filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.varnish-module-employees .employee-filters > div {
  margin: 0 0 10px;
  width: 50%;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-employees .employee-filters > div {
    margin: 0 30px 20px;
    width: auto;
  }
}

.varnish-module-employees .employee-filters label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.varnish-module-employees .employee-filters label::before, .varnish-module-employees .employee-filters label::after {
  border-radius: 7px;
  content: '';
  height: 32px;
  margin-right: 15px;
  width: 32px;
}

.varnish-module-employees .employee-filters label::before {
  border: 1px solid #a3aaaf;
  display: block;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.varnish-module-employees .employee-filters label::after {
  -webkit-animation: flipInX 300ms linear both;
          animation: flipInX 300ms linear both;
  background: #1c6bab;
  display: none;
  height: 30px;
  left: 2px;
  position: absolute;
  top: 2px;
  -webkit-transition: -webkit-animation ease-in-out;
  transition: -webkit-animation ease-in-out;
  transition: animation ease-in-out;
  transition: animation ease-in-out, -webkit-animation ease-in-out;
  width: 30px;
}

.varnish-module-employees .employee-filters label:hover::before {
  border-color: #1f323f;
}

.varnish-module-employees .employee-filters input {
  display: none;
}

.varnish-module-employees .employee-filters input:checked + label::after {
  display: block;
}

.varnish-module-employees ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-employees ul {
    margin: 0 -20px;
  }
}

.varnish-module-employees ul li {
  margin: 0 10px 100px;
  position: relative;
  width: calc( 50% - 20px);
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-employees ul li {
    margin: 0 20px 100px;
    width: calc( 25% - 40px);
  }
}

.varnish-module-employees ul li .description {
  display: none;
}

.varnish-module-employees ul li img {
  border-radius: 100%;
  height: auto;
  margin: 0 0 20px;
  max-width: 200px;
  width: 80%;
}

.varnish-module-employees ul li span {
  display: block;
}

.varnish-module-employees ul li span.name {
  font-size: 22px;
}

.varnish-module-employees ul li span.jobtitle {
  font-size: 14px;
}

.varnish-module-employees ul li .social a {
  background-position: center;
  background-size: cover;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  height: 35px;
  margin: 10px 5px 0;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  width: 35px;
}

.varnish-module-employees ul li .social a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.varnish-module-employees ul li .social a.twitter {
  background-image: url("../images/twitter-black.svg");
}

.varnish-module-employees ul li .social a.facebook {
  background-image: url("../images/facebook-black.svg");
}

.varnish-module-employees ul li .social a.linkedin {
  background-image: url("../images/linkedin-black.svg");
}

.varnish-module-employees ul li .social a.github {
  background-image: url("../images/github-black.svg");
}

.varnish-module-employees ul li .social a.youtube {
  background-image: url("../images/youtube.svg");
}

.varnish-module-employees ul li .quote {
  -webkit-animation: flipInX 350ms linear both;
          animation: flipInX 350ms linear both;
  background: #1f323f;
  -webkit-box-shadow: 0 4px 4px rgba(31, 50, 63, 0.4);
          box-shadow: 0 4px 4px rgba(31, 50, 63, 0.4);
  color: #fff;
  cursor: default;
  display: none;
  padding: 20px 15px;
  position: absolute;
  top: 10px;
  -webkit-transition: -webkit-animation ease-in-out;
  transition: -webkit-animation ease-in-out;
  transition: animation ease-in-out;
  transition: animation ease-in-out, -webkit-animation ease-in-out;
}

.varnish-module-employees ul li .quote p {
  font-size: 14px;
}

.varnish-module-employees ul li:hover .quote {
  display: block;
}

.varnish-module-expandable_list .varnish-expandable-list-item > a {
  display: block;
  position: relative;
  padding-right: 30px;
}

.varnish-module-expandable_list .varnish-expandable-list-item > a span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  border: #000 2px solid;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.varnish-module-expandable_list .varnish-expandable-list-item > a.active span {
  -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
}

.varnish-module-expandable_list .varnish-expandable-list-item > a span::before, .varnish-module-expandable_list .varnish-expandable-list-item > a span::after {
  display: block;
  content: " ";
  position: absolute;
  background-color: #000;
  z-index: 1;
}

.varnish-module-expandable_list .varnish-expandable-list-item > a span::before {
  left: 50%;
  top: 20%;
  bottom: 20%;
  width: 2px;
  margin-left: -1px;
}

.varnish-module-expandable_list .varnish-expandable-list-item > a span::after {
  top: 50%;
  left: 20%;
  right: 20%;
  height: 2px;
  margin-top: -1px;
}

.varnish-module-expandable_list .varnish-expandable-list-item > div {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms ease-out;
  transition: max-height 300ms ease-out;
}

.varnish-module-expandable_list .varnish-expandable-list-item > div > p {
  margin: 12px 0 0;
}

.varnish-module-expandable_list {
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}

.varnish-module-expandable_list .varnish-module-inner {
  margin: 0 auto;
  max-width: 780px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.varnish-module-expandable_list .varnish-expandable-list-item {
  border-bottom: 1px solid #a3aaaf;
}

.varnish-module-expandable_list .varnish-expandable-list-item > a > span {
  background-color: #1c6bab !important;
  border: none !important;
}

.varnish-module-expandable_list .varnish-expandable-list-item > a > span::before, .varnish-module-expandable_list .varnish-expandable-list-item > a > span::after {
  background-color: #fff !important;
}

.varnish-module-expandable_list .varnish-expandable-list-item > div {
  background: transparent;
  -webkit-box-shadow: 1px 1px 4px rgba(31, 50, 63, 0);
          box-shadow: 1px 1px 4px rgba(31, 50, 63, 0);
  margin: 0;
  padding: 0 15px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.varnish-module-expandable_list .varnish-expandable-list-item > div::after {
  content: '';
  display: block;
  height: 35px;
}

.varnish-module-expandable_list .varnish-expandable-list-item > div[aria-expanded='true'] {
  background: #fff;
  -webkit-box-shadow: 0 2px 7px rgba(31, 50, 63, 0.2);
          box-shadow: 0 2px 7px rgba(31, 50, 63, 0.2);
  margin: 15px 0;
  padding: 0 5px 15px;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-expandable_list .varnish-expandable-list-item > div[aria-expanded='true'] {
    padding: 10px 20px 25px;
  }
}

.varnish-module-expandable_list .varnish-expandable-list-item > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1c6bab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 5px;
  text-decoration: none;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-expandable_list .varnish-expandable-list-item > a {
    font-size: 18px;
    padding: 15px 20px;
  }
}

.varnish-module-expandable_list .varnish-expandable-list-item > a:hover {
  text-decoration: underline;
}

.varnish-module-expandable_list .varnish-expandable-list-item > a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.module-hubspot {
  padding-bottom: 30px;
  padding-top: 30px;
}

.module-hubspot .hubspot-form-wrapper {
  margin: 0 auto;
  max-width: 670px;
}

.module-hubspot .submitted-message {
  color: #1c6bab;
  font-size: 36px;
  padding: 50px 0;
}

.module-hubspot form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.module-hubspot form label .hs-form-required {
  color: #f80000;
  margin-left: 5px;
}

.module-hubspot form input[type='text'],
.module-hubspot form input[type='email'],
.module-hubspot form input[type='tel'],
.module-hubspot form textarea,
.module-hubspot form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-shadow: 1px 1px 4px rgba(31, 50, 63, 0.15);
          box-shadow: 1px 1px 4px rgba(31, 50, 63, 0.15);
  font-size: 18px;
  padding: 10px 15px;
  width: 100% !important;
}

.module-hubspot form input,
.module-hubspot form select,
.module-hubspot form textarea,
.module-hubspot form .inputs-list {
  margin-bottom: 20px;
}

.module-hubspot form legend {
  font-size: 14px;
}

.module-hubspot form fieldset {
  max-width: 100%;
}

.module-hubspot form .hs-error-msgs {
  color: #f80000;
  font-size: 14px;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.module-hubspot form .inputs-list {
  list-style: none;
  padding: 0;
}

.module-hubspot form .inputs-list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.module-hubspot form .inputs-list label input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.module-hubspot form .field.hs-recaptcha {
  margin-bottom: 30px;
}

.module-section:nth-child(even) .module-hubspot form input[type='text'],
.module-section:nth-child(even) .module-hubspot form input[type='email'],
.module-section:nth-child(even) .module-hubspot form input[type='tel'],
.module-section:nth-child(even) .module-hubspot form textarea,
.module-section:nth-child(even) .module-hubspot form select {
  background: #f4f4f4;
  -webkit-box-shadow: 1px 1px 4px rgba(31, 50, 63, 0.25);
          box-shadow: 1px 1px 4px rgba(31, 50, 63, 0.25);
}

.varnish-module-image {
  margin: 0 auto;
  max-width: auto;
  padding: 0;
  text-align: center;
}

.varnish-module-image figure {
  margin: 0;
}

.varnish-module-image img {
  height: auto;
  width: auto;
}

.acf-field-flexible-content.linklist-layouts {
  background-color: #fff;
}

.acf-field-flexible-content.linklist-layouts .layout {
  border: solid 1px gainsboro;
}

.acf-field-flexible-content.linklist-layouts .layout .acf-fc-layout-handle {
  background-color: rgba(220, 220, 220, 0.5);
}

.acf-field-flexible-content.linklist-layouts .acf-fc-layout-order {
  display: none;
}

.varnish-module-linklist {
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}

.varnish-module-linklist .varnish-linklist-container {
  list-style: none;
  margin: 0 auto;
  max-width: 780px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.varnish-module-linklist .varnish-linklist-container a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #a3aaaf;
  color: #1c6bab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 5px;
  text-decoration: none;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-linklist .varnish-linklist-container a {
    font-size: 18px;
    padding: 15px 20px;
  }
}

.varnish-module-linklist .varnish-linklist-container a::after {
  background: url("../images/arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 18px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 18px;
}

.varnish-module-linklist .varnish-linklist-container a:hover {
  text-decoration: underline;
}

.varnish-module-linklist .varnish-linklist-container a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.varnish-module-linklist .varnish-linklist-container li ul {
  list-style: none;
  padding: 0;
}

/**
 * Mobile Banner
 */
.varnish-mobile-banner {
  text-align: center;
  width: 100%;
  /* Mobile only */
  /* Desktop only */
}

.varnish-mobile-banner img {
  width: 100%;
}

.varnish-mobile-banner.mobile {
  display: none;
}

@media (max-width: 767px) {
  .varnish-mobile-banner.mobile {
    display: block;
  }
}

.varnish-mobile-banner.desktop {
  background: #073257;
  display: none;
  text-align: center;
}

.varnish-mobile-banner.desktop img {
  width: auto;
}

@media (min-width: 768px) {
  .varnish-mobile-banner.desktop {
    display: block;
  }
}

.module-pricing-calculator h2 {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.module-pricing-calculator h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 30px;
}

.module-pricing-calculator h3 span {
  font-weight: 500;
}

.module-pricing-calculator form {
  margin: 50px auto;
  max-width: 1360px;
  text-align: center;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator form {
    margin: 100px auto;
  }
}

.module-pricing-calculator form .submit {
  color: #1f323f;
}

.module-pricing-calculator form .submit div {
  margin: 20px auto;
}

.module-pricing-calculator form h3 {
  text-align: center;
}

.module-pricing-calculator .select-box {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(31, 50, 63, 0.1);
          box-shadow: 0 4px 10px rgba(31, 50, 63, 0.1);
  color: #1f323f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
  padding: 25px 20px;
  text-align: left;
  -webkit-transition: -webkit-box-shadow 200ms;
  transition: -webkit-box-shadow 200ms;
  transition: box-shadow 200ms;
  transition: box-shadow 200ms, -webkit-box-shadow 200ms;
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .select-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    margin: 0 30px;
    padding: 30px 40px;
    width: 33%;
  }
}

.module-pricing-calculator .select-box > div {
  padding-right: 15px;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .select-box > div {
    padding-right: 0;
  }
}

.module-pricing-calculator .select-box label {
  color: #1c6bab;
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .select-box label {
    font-size: 22px;
  }
}

.module-pricing-calculator .select-box .desc {
  line-height: 1.4;
  margin-bottom: 10px;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .select-box .desc {
    margin-bottom: 35px;
  }
}

.module-pricing-calculator .select-box input {
  display: none;
}

.module-pricing-calculator .select-box .btn {
  min-width: 100px;
  padding: 10px 20px;
}

.module-pricing-calculator .select-box .btn:hover {
  color: #fff;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .select-box .btn {
    min-width: 150px;
  }
}

.module-pricing-calculator .select-box.active {
  background: #1c6bab;
  -webkit-box-shadow: 0 4px 10px rgba(31, 50, 63, 0) !important;
          box-shadow: 0 4px 10px rgba(31, 50, 63, 0) !important;
  color: #fff;
}

.module-pricing-calculator .select-box.active label {
  color: #fff;
}

.module-pricing-calculator .select-box.active .btn {
  border-color: #fff;
  color: #fff;
  cursor: default;
  opacity: 0.5;
}

.module-pricing-calculator .select-box.active .tooltip {
  border-color: #fff;
}

.module-pricing-calculator .select-box.active .tooltip:hover {
  color: #fff;
}

.module-pricing-calculator .conditional-label {
  display: none;
}

.module-pricing-calculator .conditional-label.active {
  display: block;
}

.module-pricing-calculator .select-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 50px;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .select-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -30px 80px;
  }
}

.module-pricing-calculator .select-row.small {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .select-row.small {
    margin: 0 auto 80px;
  }
}

.module-pricing-calculator .select-row.small .select-box {
  border: 2px solid transparent;
  margin: 5px;
  padding: 0;
  text-align: center;
  width: 22%;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .select-row.small .select-box {
    margin: 0 15px;
    min-width: 56px;
    width: auto;
  }
}

.module-pricing-calculator .select-row.small .select-box label {
  cursor: pointer;
  font-size: 20px;
  padding: 15px 5px;
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .select-row.small .select-box label {
    font-size: 36px;
    padding: 35px;
  }
}

.module-pricing-calculator .select-row.small .select-box:hover {
  border-color: #1c6bab;
  -webkit-box-shadow: 0 4px 10px rgba(31, 50, 63, 0.2);
          box-shadow: 0 4px 10px rgba(31, 50, 63, 0.2);
}

.module-pricing-calculator .results,
.module-pricing-calculator .feature-table {
  -webkit-animation: fadeInUp 350ms linear both;
          animation: fadeInUp 350ms linear both;
  display: none;
  text-align: center;
  -webkit-transition: -webkit-animation ease-in-out;
  transition: -webkit-animation ease-in-out;
  transition: animation ease-in-out;
  transition: animation ease-in-out, -webkit-animation ease-in-out;
}

.module-pricing-calculator .results h3,
.module-pricing-calculator .feature-table h3 {
  text-align: left;
}

.module-pricing-calculator .results p,
.module-pricing-calculator .results a,
.module-pricing-calculator .feature-table p,
.module-pricing-calculator .feature-table a {
  font-size: 16px;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .results p,
  .module-pricing-calculator .results a,
  .module-pricing-calculator .feature-table p,
  .module-pricing-calculator .feature-table a {
    font-size: 18px;
  }
}

.module-pricing-calculator .results > .desc,
.module-pricing-calculator .feature-table > .desc {
  color: #1f323f;
}

.module-pricing-calculator .results > .desc a,
.module-pricing-calculator .feature-table > .desc a {
  color: #1f323f;
}

.module-pricing-calculator .results h2 .subscription-string {
  color: #1c6bab;
  font-weight: 400;
}

.module-pricing-calculator .results .results-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
  max-width: 1360px;
  position: relative;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .results .results-boxes {
    margin: 60px auto;
  }
}

.module-pricing-calculator .results .results-boxes .result-box {
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(31, 50, 63, 0.1);
          box-shadow: 0 4px 10px rgba(31, 50, 63, 0.1);
  display: none;
  left: -70%;
  margin: 0 auto;
  padding: 40px 30px;
  position: absolute;
  text-align: left;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: left 300ms, right 300ms, -webkit-transform 300ms;
  transition: left 300ms, right 300ms, -webkit-transform 300ms;
  transition: transform 300ms, left 300ms, right 300ms;
  transition: transform 300ms, left 300ms, right 300ms, -webkit-transform 300ms;
  width: 80%;
  z-index: 10;
}

.module-pricing-calculator .results .results-boxes .result-box.visible {
  display: block;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .results .results-boxes .result-box {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 50px;
    position: static;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 48%;
  }
}

.module-pricing-calculator .results .results-boxes .result-box h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .results .results-boxes .result-box h3 {
    font-size: 30px;
  }
}

.module-pricing-calculator .results .results-boxes .result-box .price {
  font-size: 14px;
  margin: 20px 0;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .results .results-boxes .result-box .price {
    font-size: 14px;
    margin: 40px 0 30px;
  }
}

.module-pricing-calculator .results .results-boxes .result-box .price span {
  color: #1f323f;
  display: block;
}

.module-pricing-calculator .results .results-boxes .result-box .price span.cost {
  color: #1f323f;
  font-size: 30px;
  font-weight: 500;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .results .results-boxes .result-box .price span.cost {
    font-size: 36px;
  }
}

.module-pricing-calculator .results .results-boxes .result-box.active + .result-box, .module-pricing-calculator .results .results-boxes .result-box:last-child {
  left: 90%;
  z-index: 12;
}

.module-pricing-calculator .results .results-boxes .result-box.active + .result-box {
  z-index: 15;
}

.module-pricing-calculator .results .results-boxes .result-box.active {
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(31, 50, 63, 0.1);
          box-shadow: 0 4px 10px rgba(31, 50, 63, 0.1);
  left: 0;
  position: relative;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 20;
}

.module-pricing-calculator .results .results-boxes .result-box.selected {
  background-image: url("../images/corner.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 90px 90px;
}

.module-pricing-calculator .results .results-boxes .result-box .est {
  display: none;
  font-size: 22px;
  font-weight: 500;
  margin: 30px 0;
}

.module-pricing-calculator .results .results-boxes .result-box.est .price {
  display: none;
}

.module-pricing-calculator .results .results-boxes .result-box.est .est {
  display: block;
}

.module-pricing-calculator .feature-table {
  margin: 100px auto;
  max-width: 1360px;
}

.module-pricing-calculator .feature-table .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 0;
  text-align: left;
}

.module-pricing-calculator .feature-table .table .column > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ebebeb;
  font-weight: 500;
  padding: 20px;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .feature-table .table .column > div {
    border-bottom: 1px solid #a3aaaf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 58px;
    padding: 0 50px 0 30px;
  }
}

.module-pricing-calculator .feature-table .table .column > div .label {
  color: #1f323f;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .feature-table .table .column > div .label {
    display: none;
  }
}

.module-pricing-calculator .feature-table .table .column > div.column-head {
  padding: 40px 20px;
}

.module-pricing-calculator .feature-table .table .column > div.column-head h3 {
  font-weight: 500;
  margin: 0;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .feature-table .table .column > div.column-head {
    padding: 30px 30px 50px;
  }
}

.module-pricing-calculator .feature-table .table .column > div.column-head::before {
  content: none;
}

.module-pricing-calculator .feature-table .table .column > div:nth-last-child(2) {
  border: 0;
}

.module-pricing-calculator .feature-table .table .column > div:nth-child(1) {
  border: 0;
}

.module-pricing-calculator .feature-table .table .column > div.c2a {
  border: 0;
  height: auto;
  padding-top: 40px;
}

.module-pricing-calculator .feature-table .table .labels {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 300;
  padding-bottom: 15px;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .feature-table .table .labels {
    display: block;
  }
}

.module-pricing-calculator .feature-table .table .labels .column > div {
  font-weight: 400;
  padding-left: 15px;
}

.module-pricing-calculator .feature-table .table .column {
  padding-bottom: 20px;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .feature-table .table .column {
    font-size: 18px;
  }
}

.module-pricing-calculator .feature-table .table .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding-bottom: 15px;
  width: 100%;
}

.module-pricing-calculator .feature-table .table .data .column {
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(31, 50, 63, 0.1);
          box-shadow: 0 4px 10px rgba(31, 50, 63, 0.1);
  left: -70%;
  margin: 0 auto;
  min-width: 200px;
  position: absolute;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: left 300ms, right 300ms, -webkit-transform 300ms;
  transition: left 300ms, right 300ms, -webkit-transform 300ms;
  transition: transform 300ms, left 300ms, right 300ms;
  transition: transform 300ms, left 300ms, right 300ms, -webkit-transform 300ms;
  width: 80%;
  z-index: 10;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .feature-table .table .data .column {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    position: static;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 33.333%;
  }
}

.module-pricing-calculator .feature-table .table .data .column.active + .column, .module-pricing-calculator .feature-table .table .data .column:last-child {
  left: 90%;
  z-index: 12;
}

.module-pricing-calculator .feature-table .table .data .column.active + .column {
  z-index: 15;
}

.module-pricing-calculator .feature-table .table .data .column.active {
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(31, 50, 63, 0.1);
          box-shadow: 0 4px 10px rgba(31, 50, 63, 0.1);
  left: 0;
  position: relative;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 20;
}

.module-pricing-calculator .feature-table .table .data .column.selected {
  background-image: url("../images/corner.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 90px 90px;
}

.module-pricing-calculator.active form .submit {
  -webkit-animation: fadeOut 150ms linear both;
          animation: fadeOut 150ms linear both;
  -webkit-transition: -webkit-animation ease-in-out;
  transition: -webkit-animation ease-in-out;
  transition: animation ease-in-out;
  transition: animation ease-in-out, -webkit-animation ease-in-out;
}

.module-pricing-calculator.active .results {
  margin-top: -380px;
}

.module-pricing-calculator.active .results,
.module-pricing-calculator.active .feature-table {
  display: block;
}

.module-pricing-calculator .full-service {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #1f323f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: -25px;
  margin-bottom: 50px;
  padding: 25px 20px;
  text-align: left;
  -webkit-transition: -webkit-box-shadow 200ms;
  transition: -webkit-box-shadow 200ms;
  transition: box-shadow 200ms;
  transition: box-shadow 200ms, -webkit-box-shadow 200ms;
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .full-service {
    width: 55%;
  }
}

.module-pricing-calculator .full-service > div {
  padding-right: 15px;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .full-service > div {
    padding-right: 0;
  }
}

.module-pricing-calculator .full-service label {
  color: #1f323f;
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .full-service label {
    font-size: 22px;
  }
}

.module-pricing-calculator .full-service .desc {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .full-service .desc {
    margin-bottom: 35px;
  }
}

.module-pricing-calculator .full-service input {
  display: none;
}

.module-pricing-calculator .full-service .btn {
  font-size: 14px;
  min-width: 100px;
  padding: 10px 20px;
}

.module-pricing-calculator .full-service .btn:hover {
  color: #fff;
}

@media only screen and (min-width: 64.063em) {
  .module-pricing-calculator .full-service .btn {
    min-width: 150px;
  }
}

.module-section:nth-child(even) .module-pricing-calculator .select-box:not(.active),
.module-section:nth-child(even) .module-pricing-calculator .result-box.active,
.module-section:nth-child(even) .module-pricing-calculator .table .column.active {
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.module-section:nth-child(even) .module-pricing-calculator .result-box,
.module-section:nth-child(even) .module-pricing-calculator .table .column {
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 64.063em) {
  .module-section:nth-child(even) .module-pricing-calculator .result-box,
  .module-section:nth-child(even) .module-pricing-calculator .table .column {
    background-color: inherit;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
}

.inquiry-modal {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 50, 63, 0);
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  overflow: hidden;
  height: 0;
}

.inquiry-modal .inquiry-modal-inner {
  background: #f4f4f4;
  -webkit-box-shadow: 2px 2px 7px rgba(31, 50, 63, 0.3);
          box-shadow: 2px 2px 7px rgba(31, 50, 63, 0.3);
  display: none;
  -webkit-animation: zoomIn 150ms linear both;
          animation: zoomIn 150ms linear both;
  -webkit-transition: -webkit-animation ease-in-out;
  transition: -webkit-animation ease-in-out;
  transition: animation ease-in-out;
  transition: animation ease-in-out, -webkit-animation ease-in-out;
  max-height: 90%;
  max-width: 90%;
  overflow: auto;
}

@media only screen and (min-width: 48.063em) {
  .inquiry-modal .inquiry-modal-inner {
    padding: 20px 40px;
  }
}

.inquiry-modal.active {
  height: 100%;
  background: rgba(31, 50, 63, 0.4);
}

.inquiry-modal.active .inquiry-modal-inner {
  display: block;
}

.module-section {
  background: transparent;
}

.module-section .section-media {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), color-stop(50%, #f4f4f4), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(#f4f4f4, #f4f4f4 50%, #fff 50%, #fff);
}

.module-section .section-media img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: calc( 100% - 30px);
  width: auto;
}

@media only screen and (min-width: 64.063em) {
  .module-section .section-media img {
    max-width: 1360px;
  }
}

.module-section:nth-child(even) {
  background: #fff;
}

.module-section:nth-child(even) .section-media {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), color-stop(50%, #f4f4f4), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(#f4f4f4, #f4f4f4 50%, #fff 50%, #fff);
}

/**
 * Slim Banner
 */
.varnish-slim-banner {
  display: none;
  position: relative;
  width: 100%;
}

@media (min-width: 1024px) {
  .varnish-slim-banner {
    display: block;
  }
}

.varnish-slim-banner__link {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.varnish-module-table {
  margin: 0 auto;
  max-width: 1360px;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

.varnish-module-table .icon-checkmark,
.varnish-module-table .icon-x {
  background-image: url("../images/check2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.varnish-module-table .icon-x {
  background-image: url("../images/cross.svg");
  height: 25px;
  width: 25px;
}

.varnish-module-table table {
  border-collapse: separate;
  border-spacing: 0;
  display: inline-block;
  font-size: 18px;
  margin-top: 30px;
  text-align: left;
}

.varnish-module-table table th {
  font-size: 22px;
  font-weight: 500;
  padding: 0 60px 40px 0;
}

.varnish-module-table table tbody tr td {
  border-bottom: 1px solid #a3aaaf;
  max-width: 250px;
  min-width: 150px;
  padding: 15px;
}

.varnish-module-table table tbody tr td:first-child {
  color: #1c6bab;
  padding-right: 60px;
}

.varnish-module-table table tbody tr:last-child td {
  border: 0;
}

.varnish-module-text,
.mce-content-body {
  font-size: 16px;
  margin: 0 auto;
  max-width: auto;
  padding-bottom: 40px;
  padding-top: 40px;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-text,
  .mce-content-body {
    font-size: 18px;
    padding: 60px 10px 40px;
  }
}

.varnish-module-text h2:first-child,
.varnish-module-text h3:first-child,
.mce-content-body h2:first-child,
.mce-content-body h3:first-child {
  margin-top: 0;
}

.varnish-module-text h3,
.mce-content-body h3 {
  font-size: 30px;
  margin-top: 45px;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-text h3,
  .mce-content-body h3 {
    font-size: 36px;
  }
}

.varnish-module-text h4,
.mce-content-body h4 {
  font-size: 20px;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-text h4,
  .mce-content-body h4 {
    font-size: 22px;
  }
}

.varnish-module-text p,
.mce-content-body p {
  color: #1f323f;
}

.varnish-module-text p a.button,
.mce-content-body p a.button {
  margin: 20px 0;
}

.varnish-module-text ul li,
.mce-content-body ul li {
  margin: 0 0 20px;
}

.varnish-module-text p,
.varnish-module-text ul,
.mce-content-body p,
.mce-content-body ul {
  margin: 20px 0;
}

.varnish-module-text blockquote,
.mce-content-body blockquote {
  font-size: 20px;
  text-align: center !important;
}

@media only screen and (min-width: 64.063em) {
  .varnish-module-text blockquote,
  .mce-content-body blockquote {
    font-size: 28px;
  }
}

.varnish-module-text blockquote > p,
.mce-content-body blockquote > p {
  text-align: center !important;
}

.varnish-module-text blockquote > div,
.mce-content-body blockquote > div {
  text-align: center !important;
}

.varnish-module-text blockquote > div::before,
.mce-content-body blockquote > div::before {
  content: '\201C';
}

.varnish-module-text blockquote > div::after,
.mce-content-body blockquote > div::after {
  content: '\201D';
}

.varnish-module-text blockquote cite,
.mce-content-body blockquote cite {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
}

.varnish-module-text blockquote cite::before,
.mce-content-body blockquote cite::before {
  content: '\2013   ';
}

.varnish-module-text blockquote img,
.mce-content-body blockquote img {
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(31, 50, 63, 0.2);
          box-shadow: 0 2px 4px rgba(31, 50, 63, 0.2);
  height: auto;
  margin-bottom: 0;
  width: 80px;
}

.varnish-module-text .varnish-module-inner > *,
.mce-content-body .varnish-module-inner > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
}

.varnish-module-text .varnish-module-inner > h2,
.mce-content-body .varnish-module-inner > h2 {
  max-width: 1000px;
  text-align: center !important;
}

.varnish-module-text img.alignright,
.mce-content-body img.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.varnish-module-text img.alignleft,
.mce-content-body img.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.mce-content-body > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
}

.mce-content-body > h2 {
  max-width: 1000px;
  text-align: center !important;
}

.mce-content-body > p {
  margin-left: auto;
  margin-right: auto;
}

/**
 * Two Columns
 */
.varnish-two-columns {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0 22px 0;
}

.varnish-two-columns .varnish-module-inner {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1420px) {
  .varnish-two-columns .varnish-module-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/**
 * Slider
 */
.slider-nav {
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .slider-nav {
    margin-bottom: 6.875rem;
  }
}

.slider-wrapper {
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .slider-wrapper {
    margin-bottom: 5rem;
  }
}

.slider__arrow {
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  background: transparent;
  cursor: pointer;
  color: #1c6bab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider__arrow .svg-icon {
  width: 12px;
  height: 12px;
  background-image: url("../images/arrow-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(25%) invert(1);
          filter: brightness(25%) invert(1);
}

.slider__arrow_next .svg-icon {
  background-image: url("../images/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(25%) invert(1);
          filter: brightness(25%) invert(1);
}

.slider__arrow:hover {
  -webkit-filter: brightness(50%) invert(1);
          filter: brightness(50%) invert(1);
}

.slider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .slider .slick-dots {
    margin: 0;
  }
}

.slider .slick-dots button {
  display: block;
  background: rgba(191, 191, 191, 0.6);
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 4px;
  width: 35px;
  border: none;
}

.slider .slick-dots li {
  padding: 0 0.325rem;
  width: 35px;
  height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider .slick-dots li.slick-active button {
  border: none;
  background: rgba(255, 255, 255, 0.6);
}

@media (min-width: 1024px) {
  .slider .slide-column-right .slider-buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 1023px) {
  .slider .slide .slider-content p, .slider .slide .slider-content span, .slider .slide .slider-content h1, .slider .slide .slider-content h2, .slider .slide .slider-content h3, .slider .slide .slider-content, .slider .slide .slider-content * {
    text-align: left !important;
  }
}

.slider .slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .slider .slide iframe {
    max-width: 100%;
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 100%;
  }
}

.slider .slide .slider-buttons {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .slider .slide .slider-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
}

.slider .slide h4 {
  margin-top: 0;
}

.slider .slide .slider-button-blue {
  background: #1c6bab;
  color: #fff;
  padding: 15px 35px;
  width: auto;
  border: 0 solid #0072ce;
  cursor: pointer;
  font-size: inherit;
  font-weight: 500;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .1s;
  transition: all .1s;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.slider .slide .slider-secondary-button {
  border-bottom: 1px solid #1c6bab;
  max-height: 20px;
  margin-top: 20px;
  margin-left: 8px;
}

@media (min-width: 1024px) {
  .slider .slide .slider-secondary-button {
    margin-left: 40px;
    margin-top: 0px;
  }
}

.slider .slide .btn-light {
  color: #fff;
  text-decoration: none;
}

.slider .slide .btn-dark {
  color: #1f323f;
  text-decoration: none;
}

.slider .slide__text {
  padding-bottom: 1.25rem;
}

@media (min-width: 1348px) {
  .slider .slide__text {
    padding: 2rem 3.5rem 0 0;
  }
}

.slider .slide__icon {
  margin-bottom: 1.875rem;
}

.slider .slide__row h5 {
  margin: 0;
}

.slider_arrow .slider__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.slider_arrow .slider__arrow_next {
  right: 0;
}

.slider_arrow .slider__arrow_prev {
  left: 0;
}

.slider_full .slider__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.slider_full .slider__arrow_next {
  right: 20px;
}

.slider_full .slider__arrow_prev {
  left: 20px;
}

.slider_full .slide {
  background-origin: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 1023px) {
  .slider_full .slide-column-right {
    margin-top: 30px;
  }
}

.slider_full .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
}

.slide p {
  margin-bottom: 1.25rem;
}

.slide__icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

@media (min-width: 768px) {
  .slide__icon {
    width: 78px;
    height: 78px;
  }
}

.slide__row {
  margin-bottom: 1.25rem;
}

.slide__row .slide__icon {
  min-width: 40px;
  margin: 0 0.9375rem 0 0;
}

@media (min-width: 768px) {
  .slide__row .slide__icon {
    min-width: 78px;
    margin: 0 1.875rem 0 0;
  }
}

.slide__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.625rem;
}

@-webkit-keyframes width {
  form {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes width {
  form {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

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

@media (min-width: 768px) and (max-width: 1199px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
}

/**
 * Landing page
 */
.text-light-blue {
  color: #1ba6f9;
}

.page-template-template-landing-php {
  font-family: 'neue-haas-unica', sans-serif;
}

.page-template-template-landing-php p {
  font-family: 'neue-haas-unica', sans-serif;
}

.page-template-template-landing-php h2 {
  font-family: 'nudista-web', sans-serif;
}

.page-template-template-landing-php h3 {
  font-family: 'nudista-web', sans-serif;
}

.page-template-template-landing-php ul {
  font-family: 'neue-haas-unica', sans-serif;
}

.page-wrapper {
  max-width: 1360px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .page-wrapper {
    padding: 0 15px;
  }
}

.page-block {
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-block {
    padding-left: 15px;
  }
}

.page-title {
  padding-bottom: 15px;
}

.page-title__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-title__number {
  font-size: 100px;
  padding-right: 15px;
  font-weight: 700;
  letter-spacing: -3px;
}

.page-title h2 {
  margin-bottom: 0;
  font-size: 41px;
  font-weight: 600;
}

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

@media screen and (max-width: 768px) {
  .page-title__number {
    font-size: 80px;
  }
  .page-title__row {
    display: block;
  }
  .page-title h2 {
    font-size: 33px;
  }
}

.page-blur {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .page-blur {
    padding: 15px;
  }
}

.page-border {
  padding: 40px;
  border: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .page-border {
    padding: 15px;
  }
}

.page-item {
  height: 100%;
  padding-bottom: 24px;
}

.page-item__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-item__wrapper_flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-item__wrapper_flex .page-item__icon {
  margin: 0 16px 0 0;
}

.page-item__icon {
  width: 200px;
  min-width: 200px;
  margin: 0 auto 24px;
}

.page-item__number {
  margin-right: 16px;
  font-size: 200px;
  font-weight: 700;
}

.page-item__number img {
  display: block;
}

.page-item__number_1 {
  width: 55px;
  min-width: 55px;
}

.page-item__number_2 {
  width: 100px;
  min-width: 100px;
}

.page-item__number_3 {
  width: 100px;
  min-width: 100px;
}

.page-item__title {
  position: relative;
  margin-bottom: 24px;
  text-align: right;
}

.page-item__title h2 {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0;
  text-align: left;
}

.page-item__title img {
  max-width: 60%;
}

.page-item__button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 24px;
}

.page-item h3 {
  margin: 0 0 0.25rem;
}

@media screen and (max-width: 1024px) {
  .page-item__icon {
    width: 200px;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-item__wrapper_flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-item__number {
    font-size: 100px;
  }
}

@media screen and (max-width: 768px) {
  .page-item__wrapper {
    height: auto;
    display: block;
  }
  .page-item__wrapper_flex .page-item__icon {
    margin: 0 auto 8px;
  }
  .page-item__icon {
    margin-bottom: 8px;
  }
  .page-item__number {
    margin: 0;
    text-align: center;
  }
}

.page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-list li {
  width: 50%;
  min-width: 50%;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .page-list li {
    width: 100%;
    min-width: 100%;
    margin-bottom: 8px;
  }
}

.page-dropdown {
  cursor: pointer;
}

.page-dropdown__top h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
}

.page-dropdown__text {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}

.page-video {
  position: relative;
  padding-top: 56.25%;
}

.page-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.module_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.module_bg--var {
  background-size: auto 100%;
}

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

.text-blue {
  color: #1c6bab;
}

.text-white {
  color: #fff;
}

.g-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.g-row_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.g-row_middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-row_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g-col {
  padding: 0 15px;
  width: 100%;
  min-width: 100%;
}

.g-col-auto {
  width: auto;
  min-width: 0;
}

@media screen and (min-width: 1200px) {
  .g-col-lg-6 {
    width: 50%;
    min-width: 50%;
  }
}

.page-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .page-logos__item {
    width: 50%;
    min-width: 50%;
  }
}

.page-logos__item img {
  max-width: 170px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.module-message {
  padding: 0 0 40px 0;
}

@media only screen and (min-width: 64.063em) {
  .module-message h2 {
    font-size: 41px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 64.063em) {
  .module-message .page-block_left h2 {
    font-size: 40px;
    width: 600px;
    max-width: 600px;
  }
}

.module-message .page-block_left .message-content {
  width: 600px;
  max-width: 100%;
  font-size: 18px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 64.063em) {
  .module-message .page-block_left .message-content {
    font-size: 20px;
  }
}

.module-message .page-block_right .message-content {
  width: 700px;
  max-width: 100%;
  font-size: 18px;
}

@media only screen and (min-width: 64.063em) {
  .module-message .page-block_right .message-content {
    padding-right: 120px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .module-message__light {
    padding-bottom: 50px;
  }
}

.page-item__number {
  width: 260px;
}

.page-item__number img {
  width: 100px;
  height: 250px;
}

.module-numbered_columns h2 {
  margin-bottom: 70px;
}

@media only screen and (min-width: 64.063em) {
  .module-5g-affects h2 {
    font-size: 44px;
    max-width: 600px;
  }
}

@media only screen and (max-width: 64.063em) {
  .module-5g-affects h2 {
    font-size: 30px;
    max-width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .module-5g-affects .page-blur {
    padding: 15px 20px;
  }
}

@media only screen and (min-width: 1280px) {
  .module-5g-affects h3 {
    min-width: 340px;
    width: 340px;
    line-height: 26px;
  }
}

.module-5g-affects .page-item__text p {
  width: 300px;
  min-width: 300px;
}

@media only screen and (min-width: 1280px) {
  .module-5g-affects .page-item__text p {
    width: 360px;
    min-width: 360px;
  }
}

@media only screen and (min-width: 1300px) {
  .module-5g-affects .page-item__text p {
    width: 380px;
    min-width: 380px;
  }
}

.module-3col-contnent h3 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 64.063em) {
  .module-3col-contnent h3 {
    font-size: 26px;
    font-weight: 600;
  }
}

.module-3col-contnent .feature_content {
  padding: 5px 0px;
  max-width: 340px;
  margin: 0 auto;
}

.module-landing__3col-light h2 {
  color: #1c6bab;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 46px;
}

.module-landing__3col-light h3 {
  color: #1c6bab;
  padding-bottom: 20px;
  font-weight: 600;
}

.module-landing__3col-light .page-item__text {
  padding-left: 32px;
  padding-right: 32px;
}

.module-numbered .page-title {
  padding-bottom: 20px;
}

.module-numbered .page-title h2 {
  color: #1ba6f9;
}

.module-numbered .page-item h3 {
  color: #1ba6f9;
  font-weight: 600;
  padding: 5px 40px 15px 0;
}

@media only screen and (min-width: 64.063em) {
  .module-numbered .page-item h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .module-numbered .page-item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .module-numbered .page-item__text {
    padding-left: 20px;
    padding-left: 20px;
  }
}

.module-numbered .page-item__wrapper_flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.module-landing__2col .page-link {
  border: 2px solid #fff;
}

.module-landing__2col .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .module-landing__2col .embed-container {
    margin-top: 25px;
  }
}

.module-request .page-item__text {
  padding: 0 10%;
}

@media only screen and (min-width: 1500px) {
  .module-2col__blur-bg {
    background-position: 0 -27px !important;
  }
}

@media only screen and (min-width: 1650px) {
  .module-2col__blur-bg {
    background-position: 0 -45px !important;
  }
}

.module-2col__blur .page-item {
  padding-bottom: 25px;
}

@media only screen and (min-width: 64.063em) {
  .module-2col__blur .page-item {
    margin: 0 10%;
  }
}

.active .page-dropdown__text {
  -webkit-transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  max-height: 200px;
  visibility: visible;
  opacity: 1;
  padding: 15px 40px;
}

.module-process p {
  padding-bottom: 15px;
}

.module-process ul {
  padding-bottom: 15px;
  max-width: 80%;
}

@media only screen and (min-width: 1200px) {
  .module-process .page-border {
    max-width: 90%;
    width: 900px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1080px) {
  .module-toggle {
    padding-bottom: 70px;
  }
}

.module-toggle .page-dropdown__top {
  background: -webkit-gradient(linear, left top, right top, from(#184278), to(#6AB6BE));
  background: linear-gradient(90deg, #184278 0%, #6AB6BE 100%);
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module-toggle .page-blur {
  padding: 10px 0;
}

.module-toggle .toggle-plus {
  font-size: 40px;
  font-weight: 100;
  position: absolute;
  right: 56px;
  display: block;
}

.module-toggle .toggle-minus {
  font-size: 39px;
  font-weight: 100;
  position: absolute;
  right: 64px;
  display: none;
}

.module-toggle .active .toggle-plus {
  display: none;
}

.module-toggle .active .toggle-minus {
  display: block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.d-flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.module_video_container {
  padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
  .module_video_container {
    padding: 150px 0;
  }
}

@media only screen and (min-width: 1500px) {
  .module_video_container {
    padding: 200px 0;
  }
}

@media only screen and (min-width: 2200px) {
  .module_video_container {
    height: calc(100% - (140px));
    display: block;
  }
}

.module_video_container .page-block.page-block_right {
  padding: 0 30px;
}

@media only screen and (min-width: 980px) {
  .module_video_container .page-block.page-block_right {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .module_video_container {
    background-image: url("../images/mobile-video-bg.png");
    background-size: cover;
    background-position: center;
  }
}

@media only screen and (max-width: 767px) {
  .module_video_container video {
    display: none;
  }
}

.module_video_container .page-link {
  padding-bottom: 3px;
}

.section_video_block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .section_video_block::after {
    background: rgba(0, 0, 0, 0.3);
  }
}

.section_video_block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .section_video_block::before {
    background: rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 768px) {
  .section_video_block .page-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 500;
  padding: 0 24px;
  text-align: center;
  height: 54px;
  min-width: 300px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#184278), to(#49a3c3));
  background: linear-gradient(90deg, #184278 0%, #49a3c3 100%);
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.page-link:hover {
  background: linear-gradient(80deg, #184278 0%, #49a3c3 100%);
}

.landing-fixed-image {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 40%;
  margin-top: -8%;
}

.landing-fixed-image img {
  position: absolute;
  z-index: 4;
}

@media screen and (max-width: 1080px) {
  .landing-fixed-image {
    display: none !important;
  }
}

@media screen and (min-width: 1081px) {
  .landing-fixed-image {
    width: 52%;
    margin-top: -8%;
  }
}


@media screen and (min-width: 1300px) {
  .landing-fixed-image {
    width: 45%;
  }
}


@media screen and (min-width: 1480px) {
  .landing-fixed-image {
    width: 45%;
  }
}

@media screen and (min-width: 1600px) {
  .landing-fixed-image {
    width: 42%;
  }
}



@media screen and (min-width: 1700px) {
  .landing-fixed-image {
    width: 38%;
    margin-top: -8%;
  }
}

@media screen and (min-width: 2000px) {
  .landing-fixed-image {
    width: 34%;
    margin-top: -8%;
  }
}

@media screen and (min-width: 2500px) {
  .landing-fixed-image {
    width: 32%;
    margin-top: -8%;
  }
}

.page-template-template-landing-php .varnish-module-banner h2 {
  color: #1c6bab;
}

.page-template-template-landing-php .varnish-module-banner .varnish-button {
  background: transparent;
  border: none;
}

.page-template-template-landing-php .varnish-module-banner .varnish-banner-content-inner p {
  max-width: 540px;
}

.page-template-template-landing-php .varnish-campaign-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 500;
  padding: 0 24px;
  text-align: center;
  height: 54px;
  min-width: 300px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#184278), to(#49a3c3));
  background: linear-gradient(90deg, #184278 0%, #49a3c3 100%);
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.page-template-template-landing-php .varnish-campaign-button:hover {
  background: linear-gradient(80deg, #184278 0%, #49a3c3 100%);
}

.page-template-template-landing-php .varnish-module-banner {
  background-image: url("../images/landing-book-bg.png");
  background-size: cover;
  background-position: left top;
}

.page-template-template-landing-php .varnish-module-banner .varnish-banner {
  padding-bottom: 70px !important;
}

@media screen and (max-width: 1080px) {
  .page-template-template-landing-php .module-toggle-container {
    background-size: 70% !important;
  }
}

@media screen and (max-width: 1080px) {
  .module-message_var {
    background-size: 70% !important;
  }
}

@media screen and (max-width: 1080px) {
  .module-numbered-container {
    background-size: 75% !important;
  }
}

.module_video_container {
    padding: 50px 0;
}

@media only screen and (min-width: 1200px) {
.module_video_container {
    padding: 150px 0 !important;;
}
}

@media only screen and (min-width: 1500px){
.module_video_container {
    padding: 200px 0 !important;
}
}

