html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

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

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

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

input, label, select, option, button, textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1
}

button, input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio], select, option {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none
}

button, input[type="reset"], input[type="button"], input[type="submit"] {
  overflow: visible;
  width: auto
}

.h-abs-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

.h-abs-center-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

.h-abs-center-top {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: auto
}

.h-abs-center-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.h-abs-center-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}

.h-abs-left-top {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto
}

.h-abs-left-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto
}

.h-abs-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto
}

.h-abs-right-top {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto
}

.h-abs-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat scroll center center transparent;
  background-size: auto 100%;
  background-size: cover
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

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

.clearfix:before, .clearfix:after {
  content: "";
  display: table
}

.clearfix:after {
  clear: both
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 769px) {
  .container {
    max-width: 90%
  }
}

@media (min-width: 993px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 85%
  }
}

@media (min-width: 1201px) {
  .container {
    max-width: 1181px
  }
}

@media (min-width: 1441px) {
  .container {
    max-width: 1421px
  }
}

@media (min-width: 1981px) {
  .container {
    max-width: 85%
  }
}

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0
}

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12
}

.offset-1 {
  margin-left: 8.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media (min-width: 769px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.333333%
  }
  .offset-sm-2 {
    margin-left: 16.666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.333333%
  }
  .offset-sm-5 {
    margin-left: 41.666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.333333%
  }
  .offset-sm-8 {
    margin-left: 66.666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.333333%
  }
  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 993px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.333333%
  }
  .offset-md-2 {
    margin-left: 16.666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.333333%
  }
  .offset-md-5 {
    margin-left: 41.666667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.333333%
  }
  .offset-md-8 {
    margin-left: 66.666667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.333333%
  }
  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 1201px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.333333%
  }
  .offset-lg-2 {
    margin-left: 16.666667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.333333%
  }
  .offset-lg-5 {
    margin-left: 41.666667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.333333%
  }
  .offset-lg-8 {
    margin-left: 66.666667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.333333%
  }
  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 1441px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.333333%
  }
  .offset-xl-2 {
    margin-left: 16.666667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.333333%
  }
  .offset-xl-5 {
    margin-left: 41.666667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.333333%
  }
  .offset-xl-8 {
    margin-left: 66.666667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.333333%
  }
  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important
}

@media (min-width: 769px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width: 993px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width: 1201px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width: 1441px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

.h-lazy-img {
  opacity: 0
}

.h-lazy-img.is-loaded {
  -webkit-transition: opacity 0.55s;
  transition: opacity 0.55s;
  opacity: 1
}

.h-table {
  position: relative;
  display: table;
  width: 100%;
  height: 100%
}

.h-table__cell {
  display: table-cell;
  vertical-align: middle
}

@media (min-width: 1201px) {
  .h-table\@lg {
    position: relative;
    display: table;
    width: 100%;
    height: 100%
  }
  .h-table__cell\@lg {
    display: table-cell;
    vertical-align: middle
  }
}

.h-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: currentColor;
  z-index: 1
}

@-webkit-keyframes bt-line {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  51% {
    -webkit-transform-origin: right;
    transform-origin: right
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
}

@keyframes bt-line {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  51% {
    -webkit-transform-origin: right;
    transform-origin: right
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
}

.h-loader__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px
}

.h-loader__content:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-name: bt-line;
  animation-name: bt-line;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

html {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: "normal";
  font-WEIGHT: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 10px;
  line-height: 2.2em
}

@media (min-width: 481px) {
  html {
    font-size: 12px
  }
}

@media (min-width: 993px) {
  html {
    font-size: 14px
  }
}

body {
  color: #000;
  overflow-x: hidden
}

a {
  text-decoration: none
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

img {
  max-width: 100%;
  vertical-align: middle
}

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

.l-main {
  overflow: hidden
}

.l-header {
  position: fixed;
  width: 100vw;
  z-index: 100;
  padding-top: 2.7rem;
  padding-bottom: 1rem
}

.l-header__logo {
  color: #fff;
  float: left;
  position: relative;
  display: block;
  width: 9.7rem;
  height: 1.4rem
}

.l-header__logo .a-icon {
  width: 100% !important;
  height: 100% !important
}

.l-header__logo__small {
  position: absolute;
  top: 0;
  visibility: hidden
}

.l-header__bt-demo {
  display: none !important
}

.l-header__bt-nav {
  display: block;
  position: relative;
  right: 0;
  float: right;
  width: 4.2rem;
  height: 2.4rem;
  padding: .5rem;
  top: -0.6rem;
  cursor: pointer;
  z-index: 101
}

.l-header__bt-nav .is-rippling {
  background-color: #AFCF44;
  opacity: 1
}

.l-header__bt-nav__line {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #fff
}

.l-header__bt-nav__line:nth-child(2) {
  top: calc(50% - 1px)
}

.l-header__bt-nav__line:nth-child(3) {
  top: calc(100% - 1px)
}

.l-header__nav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 99;
  left: -200vw
}

.l-header__nav-content {
  padding-top: 6.9rem;
  padding-left: 4.7rem
}

.l-header__nav-bt {
  display: block;
  font-weight: 700;
  font-size: 1.9rem;
  text-transform: uppercase;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem
}

.l-header__nav-bt span {
  color: #000
}

.l-header__nav-bt-demo {
  margin-top: 1.3rem
}

@media (max-width: 768px) {
  html.is-menu-active {
    overflow: hidden
  }
}

html.is-menu-active .l-header__logo {
  position: absolute;
  left: -200vw
}

html.is-menu-active .l-header__bt-nav__line {
  background-color: #AFCF44 !important
}

html.is-menu-active .l-header__nav {
  left: 0
}

html.is-menu-active .l-header__bt-nav {
  width: 3.4rem
}

html.is-menu-active .l-header__bt-nav span:nth-child(1) {
  -webkit-transform: rotate(39deg);
  transform: rotate(39deg);
  -webkit-transform-origin: left;
  transform-origin: left
}

html.is-menu-active .l-header__bt-nav span:nth-child(2) {
  opacity: 0
}

html.is-menu-active .l-header__bt-nav span:nth-child(3) {
  -webkit-transform: rotate(-39deg);
  transform: rotate(-39deg);
  -webkit-transform-origin: left;
  transform-origin: left
}

@media (max-width: 768px) {
  html:not(.is-scroll-top) .l-header {
    background-color: transparent;
    -webkit-transition: top 0.45s, background-color 0.01s 0.45s;
    transition: top 0.45s, background-color 0.01s 0.45s
  }
  html.is-scrolling-down:not(.is-scroll-top) .l-header__logo__big, html.is-scrolling-top .l-header__logo__big {
    visibility: hidden;
    position: absolute
  }
  html.is-scrolling-down:not(.is-scroll-top) .l-header__logo__small, html.is-scrolling-top .l-header__logo__small {
    visibility: visible
  }
  html.is-scrolling-down:not(.is-scroll-top) .l-header__logo, html.is-scrolling-top .l-header__logo {
    width: 4.5rem;
    height: 2.4rem;
    top: -.5rem
  }
  html.is-scrolling-down:not(.is-scroll-top) .l-header {
    top: -8rem
  }
  html.is-scrolling-top:not(.is-scroll-top) .l-header {
    background-color: #fff;
    top: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
  html.is-scrolling-top:not(.is-scroll-top) .l-header__bt-nav__line {
    background-color: #000
  }
  html.is-scroll-top:not(.is-scrolling-down) .l-header__logo__big {
    visibility: visible
  }
  html.is-scroll-top:not(.is-scrolling-down) .l-header__logo__small {
    visibility: hidden
  }
  html.is-scroll-top:not(.is-scrolling-down) .l-header__logo {
    width: 9.7rem;
    height: 1.4rem;
    top: -.5rem
  }
}

@media (min-width: 769px) {
  .l-header {
    position: absolute
  }
  .l-header__logo {
    width: 10.7rem;
    height: 3.8rem;
    left: 0 !important
  }
  .l-header__bt-nav {
    display: none
  }
  .l-header__bt-demo {
    display: block !important;
    float: right;
    position: relative
  }
  .l-header__nav {
    position: absolute;
    height: auto;
    left: 0;
    bottom: 0;
    background-color: transparent;
    height: 160px
  }
  .l-header__nav-content {
    padding: 0 0 5.2rem 0;
    text-align: center
  }
  .l-header__nav-bt-demo {
    display: none !important
  }
  .l-header__nav-bt {
    display: inline-block;
    font-size: 1.4rem;
    padding-left: 4rem;
    padding-right: 4rem;
    height: 6.2rem;
    line-height: 6.2rem;
    padding-top: 0;
    padding-bottom: 0
  }
  .l-header__nav-bt span {
    color: #fff
  }
  .l-header__nav-wrapper {
    height: 6.2rem
  }
  html:not(.is-scroll-top) .l-header, html:not(.is-scroll-top) .l-header__nav-wrapper {
    background-color: transparent;
    -webkit-transition: top 0.45s, background-color 0.01s 0.45s;
    transition: top 0.45s, background-color 0.01s 0.45s
  }
  html.is-scrolling-down:not(.is-scroll-top) .l-header, html.is-scrolling-down:not(.is-scroll-top) .l-header__nav-wrapper {
    top: -8rem
  }
  html.is-nav-below-fold.is-scrolling-top .l-header, html.is-nav-below-fold.is-hover-header .l-header {
    position: fixed;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
  html.is-nav-below-fold.is-scrolling-top .l-header__logo, html.is-nav-below-fold.is-hover-header .l-header__logo {
    width: 3.5rem;
    height: 3.8rem
  }
  html.is-nav-below-fold.is-scrolling-top .l-header__logo__big, html.is-nav-below-fold.is-hover-header .l-header__logo__big {
    visibility: hidden
  }
  html.is-nav-below-fold.is-scrolling-top .l-header__logo__small, html.is-nav-below-fold.is-hover-header .l-header__logo__small {
    visibility: visible
  }
  html.is-nav-below-fold.is-scrolling-top .l-header__bt-demo, html.is-nav-below-fold.is-hover-header .l-header__bt-demo {
    color: #AFCF44;
    background-color: #fff;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    right: -1.2rem;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
  html.is-nav-below-fold.is-scrolling-top .l-header__nav, html.is-nav-below-fold.is-hover-header .l-header__nav {
    z-index: 100
  }
  html.is-nav-below-fold.is-scrolling-top .l-header__nav-wrapper, html.is-nav-below-fold.is-hover-header .l-header__nav-wrapper {
    position: fixed;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    top: 0;
    height: 3.8rem
  }
  html.is-nav-below-fold.is-scrolling-top .l-header__nav-bt, html.is-nav-below-fold.is-hover-header .l-header__nav-bt {
    height: 3.8rem;
    line-height: 3.8rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    font-size: 1rem
  }
  html.is-nav-below-fold.is-scrolling-top .l-header__nav-bt span, html.is-nav-below-fold.is-hover-header .l-header__nav-bt span {
    color: #000 !important
  }
}

@media (min-width: 993px) {
  html.is-nav-below-fold.is-scrolling-top .l-header__nav-bt, html.is-nav-below-fold.is-hover-header .l-header__nav-bt {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

@media (min-width: 1201px) {
  .l-header__nav-bt {
    padding-left: 5.35rem;
    padding-right: 5.35rem
  }
  .l-header__nav-bt:first-child {
    padding-left: 0
  }
  .l-header__nav-bt.is-last {
    padding-right: 0
  }
  html.is-nav-below-fold.is-scrolling-top .l-header__nav-bt, html.is-nav-below-fold.is-hover-header .l-header__nav-bt {
    padding-left: 3.5rem;
    padding-right: 3.5rem
  }
}

@media (min-width: 1441px) {
  .l-header__nav-bt {
    padding-left: 6.35rem;
    padding-right: 6.35rem
  }
}

.l-footer {
  position: relative;
  text-align: center;
  background-color: #000;
  padding-top: 2.9rem;
  padding-bottom: 2.9rem
}

.l-footer__logo {
  display: inline-block;
  color: #fff;
  width: 12.7rem;
  height: 1.6rem;
  margin-bottom: 2.6rem
}

.l-footer__logo svg {
  width: 100%;
  height: 100%
}

.l-footer__social-item {
  display: inline-block;
  padding-bottom: 2.9rem
}

.l-footer__social-item svg {
  width: 3rem;
  height: 3rem
}

.l-footer__social-item a {
  color: #fff;
  padding-left: 2.3rem;
  padding-right: 2.3rem
}

.l-footer__social-item:first-child a {
  padding-left: 0
}

.l-footer__social-item:last-child a {
  padding-right: 0
}

.l-footer__copyright {
  color: #fff;
  font-size: 1.8rem
}

@media (min-width: 993px) {
  .l-footer {
    padding-bottom: 0
  }
  .l-footer__logo {
    float: left;
    width: 127px;
    height: 16px;
    margin-bottom: 0
  }
  .l-footer__social {
    float: right
  }
  .l-footer__social svg {
    width: 19px;
    height: 19px
  }
  .l-footer__social a {
    padding-left: 1.6rem;
    padding-right: 1.6rem
  }
  .l-footer__copyright {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 18px
  }
}

.l-lightbox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: -200vw;
  z-index: 200;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}

.l-lightbox__bg {
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100%
}

.l-lightbox__close {
  position: absolute;
  top: 2.6rem;
  right: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer
}

.l-lightbox__close:after, .l-lightbox__close:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #AFCF44
}

.l-lightbox__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.l-lightbox__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.l-lightbox__close .is-rippling {
  background-color: #fff
}

.l-lightbox-video__container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98%;
  max-width: 850px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.l-lightbox-video__content {
  position: relative;
  height: 0;
  padding-bottom: 56.25%
}

.l-lightbox-video__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block
}

html.is-lightbox-video {
  overflow: hidden
}

html.is-lightbox-video .l-lightbox-video {
  left: 0
}

.l-lightbox-report {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

html.is-lightbox-report {
  overflow: hidden
}

html.is-lightbox-report .l-lightbox-report {
  left: 0
}

.l-lightbox-video {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.01s;
  transition-duration: 0.01s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s
}

.l-lightbox__close:after, .l-lightbox__close:before {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s
}

.l-lightbox__close:after {
  -webkit-transform: rotate(45deg) scaleX(0);
  transform: rotate(45deg) scaleX(0)
}

.l-lightbox__close:before {
  -webkit-transform: rotate(-45deg) scaleX(0);
  transform: rotate(-45deg) scaleX(0)
}

.l-lightbox-video__content, .l-lightbox__bg {
  opacity: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s
}

.l-lightbox-video__content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s
}

.l-lightbox__bg {
  -webkit-transition-property: opacity;
  transition-property: opacity
}

html.is-lightbox-video {
  overflow: hidden
}

html.is-lightbox-video .l-lightbox-video__content, html.is-lightbox-video .l-lightbox__bg {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s
}

html.is-lightbox-video .l-lightbox__close:after, html.is-lightbox-video .l-lightbox__close:before {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s
}

html.is-lightbox-video .l-lightbox__close:after {
  -webkit-transform: rotate(45deg) scaleX(1);
  transform: rotate(45deg) scaleX(1)
}

html.is-lightbox-video .l-lightbox__close:before {
  -webkit-transform: rotate(-45deg) scaleX(1);
  transform: rotate(-45deg) scaleX(1)
}

html.is-lightbox-video .l-lightbox-video__content {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s
}

html.is-lightbox-video .l-lightbox-video {
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s
}

html.is-lightbox-report {
  overflow: hidden
}

html.is-lightbox-report .l-lightbox__close:after, html.is-lightbox-report .l-lightbox__close:before {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s
}

html.is-lightbox-report .l-lightbox__close:after {
  -webkit-transform: rotate(45deg) scaleX(1);
  transform: rotate(45deg) scaleX(1)
}

html.is-lightbox-report .l-lightbox__close:before {
  -webkit-transform: rotate(-45deg) scaleX(1);
  transform: rotate(-45deg) scaleX(1)
}

.is-rippling {
  position: absolute;
  border-radius: 50%;
  background-color: #000;
  pointer-events: none;
  padding: 0;
  margin: 0;
  opacity: .3;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.h-bt {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.h-bt__text {
  position: relative
}

.h-bt__line {
  position: absolute;
  height: 3px;
  width: 0;
  left: -10px;
  top: calc(100%);
  width: calc(100% + 20px);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 1;
  background-color: currentColor
}

@keyframes bt-line {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  51% {
    -webkit-transform-origin: right;
    transform-origin: right
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
}

html:not(.is-mobile) .h-bt--light:hover .h-bt__line {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bt-line;
  animation-name: bt-line;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.h-bt--bold {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #AFCF44;
  padding: 1.4rem 5.9rem
}

.h-bt--bold-small {
  padding: 27px
}

.a-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor
}

.a-input {
  display: block;
  color: #fff;
  width: 100%;
  font-size: 1.6rem;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1.6rem 1.7rem;
  margin-bottom: 2.3rem
}

.a-input::-webkit-input-placeholder {
  -webkit-transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  color: #fff;
  opacity: 0.5
}

.a-input:-moz-placeholder {
  -webkit-transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  color: #fff;
  opacity: 0.5
}

.a-input::-moz-placeholder {
  -webkit-transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  color: #fff;
  opacity: 0.5
}

.a-input:-ms-input-placeholder {
  -webkit-transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  color: #fff;
  opacity: 0.5
}

.a-input:focus::-webkit-input-placeholder {
  opacity: 0
}

.a-input:focus:-moz-placeholder {
  opacity: 0
}

.a-input:focus::-moz-placeholder {
  opacity: 0
}

.a-input:focus:-ms-input-placeholder {
  opacity: 0
}

.a-select {
  padding: 0
}

.a-select select, .a-select option {
  font-size: 1.6rem;
  line-height: 1em;
  margin: 0;
  color: #000;
  width: 100%
}

.a-select select {
  padding: 1.6rem 1.7rem;
  background: url(/content/static/freedom/assets/images/arrow.png) 96%/15% no-repeat rgba(255, 255, 255, 0.6);
  background-size: auto 10px
}

.a-checkbox {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important
}

.a-p {
  color: currentColor;
  font-size: 1.2rem;
  line-height: 2.3rem
}

.a-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.6rem;
  text-transform: uppercase;
  padding-bottom: 1.4rem;
  color: currentColor
}

.a-title:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 10.4rem;
  height: 1px;
  background-color: #388FF6
}

.a-desc {
  opacity: 0.8;
  font-size: 1.5rem;
  line-height: 2.3rem;
  padding-bottom: 2.6rem;
  color: currentColor
}

.nutanix-form-checkbox {
  display: none;
  margin-bottom: 1.6rem
}

.nutanix-form-checkbox input {
  width: 30px;
  height: 30px;
  float: left
}

.nutanix-form-checkbox a {
  color: inherit;
  text-decoration: underline
}

.nutanix-form-checkbox-text {
  width: calc(100% - 40px);
  float: left;
  margin-left: 10px;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.2
}

.m-report {
  position: relative
}

.m-report__header {
  background-color: #fff;
  color: #000;
  padding: 4.5rem 3rem
}

.m-report__img {
  text-align: center;
  padding-bottom: 2rem
}

.m-report__form {
  padding: 4.5rem 3rem;
  color: #fff;
  background-color: #000
}

.m-report__form form {
  padding-bottom: 2.1rem
}

.m-report__bg {
  opacity: .75
}

.m-report__item {
  display: none
}

.m-report__item.is-active {
  display: block
}

@media (min-width: 993px) {
  .m-report {
    width: 100vw;
    height: 100vh;
    max-width: 1630px;
    max-height: 1025px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
  }
  .m-report__wrapper {
    display: table;
    background-color: #fff;
    width: 100%;
    height: 100%
  }
  .m-report__header, .m-report__form {
    display: table-cell;
    width: 50%;
    vertical-align: top
  }
}

.o-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 480px;
  background-color: #000;
  color: #fff
}

.o-hero__header {
  position: absolute;
  top: 0
}

.o-hero__title {
  font-size: 3.6rem;
  line-height: 4.9rem;
  font-weight: 700;
  padding-bottom: 2rem
}

.o-hero__bt-video {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 5rem;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s
}

.o-hero__bt-video svg {
  width: 5rem;
  height: 5rem;
  float: left
}

.o-hero__bt-video span {
  display: block;
  float: left;
  line-height: 5rem;
  padding-left: 1rem
}

.o-hero__bt-video:hover {
  opacity: .5
}

.o-hero__bg-video {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%
}

.o-hero__bg-video:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .6
}

.o-hero__bg-video video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (min-width: 769px) {
  .o-hero {
    min-height: 500px
  }
  .o-hero__bt-scroll {
    width: 120px;
    height: 3.6rem;
    bottom: 15px;
    z-index: 100;
    cursor: pointer
  }
  .o-hero__bt-scroll .is-rippling {
    background-color: #AFCF44
  }
  .o-hero__bt-scroll:before, .o-hero__bt-scroll:after {
    content: '';
    display: block
  }
  .o-hero__bt-scroll:before {
    width: 3px;
    height: 100%;
    margin: 0 auto;
    background-color: #fff
  }
  .o-hero__bt-scroll:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 19px;
    height: 19px;
    bottom: 3px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}

@media (min-width: 1201px) {
  .o-hero {
    min-height: 600px
  }
  .o-hero__title {
    font-size: 5.4rem;
    line-height: 6.2rem
  }
  .o-hero__title span {
    display: block
  }
}

@media (min-width: 1441px) {
  .o-hero__title {
    font-size: 6.4rem;
    line-height: 7.2rem
  }
}

.o-quote {
  background-color: #fff;
  position: relative
}

.o-quote__header {
  padding-top: 7.7rem;
  padding-bottom: 7.7rem
}

.o-quote__title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 3rem;
  padding-bottom: 2.2rem;
  position: relative
}

.o-quote__title:before {
  content: '';
  display: block;
  position: absolute;
  top: -1rem;
  width: 10.3rem;
  height: 3px;
  background-color: #3ABFEF
}

.o-quote__desc {
  font-size: 1.4rem;
  line-height: 1.5em
}

.o-quote__desc>p span {
  display: block;
  padding-bottom: 1rem
}

@media (min-width: 481px) {
  .o-quote__title {
    font-size: 2.8rem;
    line-height: 3.5rem
  }
  .o-quote__desc {
    font-size: 1.8rem
  }
}

@media (min-width: 993px) {
  .o-quote__header {
    padding-top: 17.6rem;
    padding-bottom: 17.6rem
  }
}

@media (min-width: 1201px) {
  .o-quote__title span {
    display: block
  }
}

.o-cards {
  position: relative
}

.o-cards__card .h-loader {
  left: -200vw
}

.o-cards__image, .o-cards__header-wrapper {
  position: relative;
  height: 100vh;
  min-height: 480px
}

.o-cards__frames {
  position: absolute;
  width: 100%;
  height: 100%
}

.o-cards__frame {
  visibility: hidden
}

.o-cards__frame:first-child {
  visibility: visible
}

.o-cards__image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1
}

.o-cards__header-wrapper {
  text-align: center;
  color: #fff
}

.o-cards__title {
  text-transform: uppercase;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.597em
}

.o-cards__title span {
  display: block;
  padding-bottom: 1.4rem;
  left: 1em
}

.o-cards__title-logo {
  height: 13rem;
  top: -2rem;
  left: -2rem !important;
  position: relative
}

.o-cards__title-logo .a-icon {
  width: 100%;
  height: 100%
}

.o-cards__p {
  font-size: 1.8rem;
  line-height: 2.8rem
}

.o-cards__content-wrapper {
  padding-top: 4.9rem;
  margin-bottom: 6.4rem;
  background-color: #fff
}

.o-cards__higlights {
  background-color: #fff
}

.o-cards__p--desc {
  font-size: 1.8rem;
  line-height: 3.4rem;
  padding-bottom: 2.2rem
}

.o-card__hl {
  padding-bottom: 3.2rem;
  padding-right: 7rem
}

.o-card__hl-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 1rem;
  color: #388FF6
}

.o-card__hl-title {
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding-bottom: 0.8rem
}

.o-card__hl-desc {
  font-size: 1.5rem;
  line-height: 2.4rem
}

.o-card__cta {
  padding-top: 1.2rem;
  position: relative
}

.o-card__cta-content {
  display: block;
  max-width: 520px;
  position: relative
}

.o-card__cta-title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
  color: #388FF6;
  padding-right: 7rem;
  padding-bottom: 1.7rem
}

.o-card__cta-img {
  padding-right: 3.2rem
}

.o-card__cta-button {
  position: absolute;
  right: 0;
  bottom: 2.7rem
}

@media (min-width: 993px) {
  .o-cards {
    position: relative
  }
  .o-cards__title {
    font-size: 1.4rem
  }
  .o-cards__p {
    font-size: 1.6rem;
    line-height: 2.4rem
  }
  .o-cards__title-logo {
    height: 10rem
  }
}

@media (min-width: 1201px) {
  .o-cards__card .h-loader {
    left: 0;
    opacity: 1;
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
    -webkit-transition-duration: 0.25s, 0.01s;
    transition-duration: 0.25s, 0.01s;
    -webkit-transition-delay: 0s, 0.25s;
    transition-delay: 0s, 0.25s
  }
  .o-cards__card.is-sticky .o-cards__image-container {
    position: fixed;
    top: 0;
    width: 45vw;
    height: 100vh
  }
  .o-cards__card.is-frozen .o-cards__image, .o-cards__card.is-frozen .o-cards__header-wrapper {
    overflow: visible
  }
  .o-cards__card.is-frozen .o-cards__image-container {
    position: absolute;
    top: 100%;
    height: 100vh
  }
  .o-cards__card[data-frame='1'] .o-cards__frame:nth-child(1) {
    visibility: visible
  }
  .o-cards__card[data-frame='2'] .o-cards__frame:nth-child(2) {
    visibility: visible
  }
  .o-cards__card[data-frame='3'] .o-cards__frame:nth-child(3) {
    visibility: visible
  }
  .o-cards__card[data-frame='4'] .o-cards__frame:nth-child(4) {
    visibility: visible
  }
  .o-cards__card[data-frame='5'] .o-cards__frame:nth-child(5) {
    visibility: visible
  }
  .o-cards__card[data-frame='6'] .o-cards__frame:nth-child(6) {
    visibility: visible
  }
  .o-cards__card[data-frame='7'] .o-cards__frame:nth-child(7) {
    visibility: visible
  }
  .o-cards__card[data-frame='8'] .o-cards__frame:nth-child(8) {
    visibility: visible
  }
  .o-cards__card[data-frame='9'] .o-cards__frame:nth-child(9) {
    visibility: visible
  }
  .o-cards__card[data-frame='10'] .o-cards__frame:nth-child(10) {
    visibility: visible
  }
  .o-cards__card[data-frame='11'] .o-cards__frame:nth-child(11) {
    visibility: visible
  }
  .o-cards__card[data-frame='12'] .o-cards__frame:nth-child(12) {
    visibility: visible
  }
  .o-cards__card[data-frame='13'] .o-cards__frame:nth-child(13) {
    visibility: visible
  }
  .o-cards__card[data-frame='14'] .o-cards__frame:nth-child(14) {
    visibility: visible
  }
  .o-cards__card[data-frame='15'] .o-cards__frame:nth-child(15) {
    visibility: visible
  }
  .o-cards__card[data-frame='16'] .o-cards__frame:nth-child(16) {
    visibility: visible
  }
  .o-cards__card[data-frame='17'] .o-cards__frame:nth-child(17) {
    visibility: visible
  }
  .o-cards__card[data-frame='18'] .o-cards__frame:nth-child(18) {
    visibility: visible
  }
  .o-cards__card[data-frame='19'] .o-cards__frame:nth-child(19) {
    visibility: visible
  }
  .o-cards__card[data-frame='20'] .o-cards__frame:nth-child(20) {
    visibility: visible
  }
  .o-cards__card[data-frame='21'] .o-cards__frame:nth-child(21) {
    visibility: visible
  }
  .o-cards__card[data-frame='22'] .o-cards__frame:nth-child(22) {
    visibility: visible
  }
  .o-cards__card[data-frame='23'] .o-cards__frame:nth-child(23) {
    visibility: visible
  }
  .o-cards__card[data-frame='24'] .o-cards__frame:nth-child(24) {
    visibility: visible
  }
  .o-cards__card[data-frame='25'] .o-cards__frame:nth-child(25) {
    visibility: visible
  }
  .o-cards__card[data-frame='26'] .o-cards__frame:nth-child(26) {
    visibility: visible
  }
  .o-cards__card[data-frame='27'] .o-cards__frame:nth-child(27) {
    visibility: visible
  }
  .o-cards__card[data-frame='28'] .o-cards__frame:nth-child(28) {
    visibility: visible
  }
  .o-cards__card[data-frame='29'] .o-cards__frame:nth-child(29) {
    visibility: visible
  }
  .o-cards__card[data-frame='30'] .o-cards__frame:nth-child(30) {
    visibility: visible
  }
  .o-cards__card[data-frame='31'] .o-cards__frame:nth-child(31) {
    visibility: visible
  }
  .o-cards__card[data-frame='32'] .o-cards__frame:nth-child(32) {
    visibility: visible
  }
  .o-cards__card[data-frame='33'] .o-cards__frame:nth-child(33) {
    visibility: visible
  }
  .o-cards__card[data-frame='34'] .o-cards__frame:nth-child(34) {
    visibility: visible
  }
  .o-cards__card[data-frame='35'] .o-cards__frame:nth-child(35) {
    visibility: visible
  }
  .o-cards__card[data-frame='36'] .o-cards__frame:nth-child(36) {
    visibility: visible
  }
  .o-cards__card.is-loaded .h-loader {
    left: -200vw;
    opacity: 0
  }
  .o-cards__content, .o-cards__header {
    width: 100vw;
    height: 100vh
  }
  .o-cards__header-wrapper, .o-cards__content-wrapper {
    width: 55vw
  }
  .o-cards__image {
    width: 45vw
  }
  .o-cards__image, .o-cards__header-wrapper, .o-cards__content-wrapper {
    height: 100vh
  }
  .o-cards__image {
    float: left;
    display: block
  }
  .o-cards__header-wrapper, .o-cards__content-wrapper {
    float: right
  }
  .o-cards__content-wrapper {
    padding-top: 0;
    margin-bottom: 0
  }
  .o-cards__p--desc {
    font-size: 16px;
    line-height: 1.8em;
    padding-bottom: 1rem
  }
  .o-cards__higlights {
    position: relative;
    width: 100%
  }
  .o-cards__clearfix\@lg: after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0
  }
  .o-card__hl {
    width: 65%;
    padding-right: 0;
    padding-bottom: 1.2rem
  }
  .o-card__hl:last-child {
    padding-bottom: 0
  }
  .o-card__hl:last-child .o-card__hl-desc {
    padding-bottom: 0
  }
  .o-card__hl-title {
    font-size: 14px;
    line-height: 1.4em
  }
  .o-card__hl-icon {
    margin-bottom: 10px;
    height: 15px
  }
  .o-card__hl-desc {
    font-size: 12px;
    line-height: 22px
  }
  .o-cards__content-bottom {
    position: relative;
    float: left;
    width: 100%
  }
  .o-card__cta {
    padding-top: 0;
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    bottom: 0
  }
  .o-card__cta-content {
    float: left;
    padding-left: 1.5rem;
    position: absolute;
    bottom: 0;
    width: 100%
  }
  .o-card__cta-title {
    padding-right: 0;
    font-size: 13px;
    line-height: 20px
  }
}

@media (min-height: 700px) and (min-width: 1201px) {
  .o-cards__card.is-sticky .o-cards__image-container {
    width: 50vw
  }
  .o-card__hl {
    width: 60%
  }
  .o-card__hl-title {
    line-height: 2.4em
  }
  .o-card__hl-icon {
    width: 24px;
    height: 20px;
    margin-bottom: 0
  }
  .o-cards__header-wrapper, .o-cards__content-wrapper {
    width: 50vw
  }
  .o-cards__image {
    width: 50vw
  }
}

@media (min-width: 1981px) {
  .o-cards {
    position: relative;
    overflow: hidden;
    width: 100vw
  }
  .o-cards__card {
    position: relative;
    width: 100vw;
    height: 200vh;
    overflow: hidden
  }
  .o-cards__p {
    font-size: 1.8rem;
    line-height: 2.8rem
  }
  .o-cards__p--subtitle {
    margin-left: auto;
    margin-right: auto;
    max-width: 52rem
  }
  .o-cards__p--desc {
    padding-top: 0
  }
  .o-card__hl-icon {
    width: 30px;
    height: 30px;
    margin-bottom: .5rem
  }
  .o-cards__title {
    font-size: 2.7rem
  }
  .o-cards__title-logo {
    height: 20rem
  }
  .o-cards__p--subtitle {
    font-size: 2.4rem;
    line-height: 3.4rem;
    max-width: 100%
  }
  .o-cards__p--desc {
    font-size: 1.6rem;
    line-height: 3rem;
    padding-bottom: 2rem
  }
  .o-card__hl {
    padding-bottom: 2rem
  }
  .o-card__hl-title {
    font-size: 1.4rem;
    line-height: 1em
  }
  .o-card__hl-desc {
    font-size: 1.3rem;
    line-height: 2.2rem
  }
  .o-card__cta-title {
    padding-right: 3rem
  }
  .o-card__cta-content {
    max-width: 21.4rem;
    right: 0
  }
}

.o-testimonials {
  position: relative;
  width: 100vw;
  height: 100vh;
  color: #fff;
  text-align: center
}

.o-testimonials__wrapper, .o-testimonials__item {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.o-testimonials__item {
  position: absolute;
  left: -100%
}

.o-testimonials__item.is-active {
  left: 0
}

.o-testimonials__item-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 54rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  top: -5rem
}

.o-testimonials__text {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4em;
  padding-bottom: 4rem;
  font-weight: 200
}

.o-testimonials__author {
  height: 4rem
}

.o-testimonials__author svg {
  height: 100%;
  width: 100%
}

.o-testimonials__nav {
  position: absolute;
  width: 100%;
  top: 25rem;
  height: 4.1rem;
  text-align: center
}

@-webkit-keyframes nav-item-in {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
  1% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

@keyframes nav-item-in {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
  1% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

@-webkit-keyframes nav-item-out {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
  1% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
}

@keyframes nav-item-out {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
  1% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
}

.o-testimonials__nav-ro {
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 2rem;
  position: relative;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-name: nav-item-out;
  animation-name: nav-item-out;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.o-testimonials__nav-item {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  cursor: pointer
}

.o-testimonials__nav-item:hover .o-testimonials__nav-ro, .o-testimonials__nav-item.is-active .o-testimonials__nav-ro {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-name: nav-item-in;
  animation-name: nav-item-in
}

.o-testimonials__nav-bullet {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: currentColor
}

@media (min-width: 993px) {
  .o-testimonials__item-content {
    max-width: 64rem
  }
  .o-testimonials__text {
    font-size: 2.4rem
  }
  .o-testimonials__author {
    height: 6rem
  }
}

.o-demo {
  position: relative;
  background-color: rgba(0, 0, 0, 0.87);
  color: #fff
}

.o-demo__content {
  padding-top: 6rem;
  padding-bottom: 6rem
}

.o-demo__right {
  position: absolute
}

@media (min-width: 993px) {
  .o-demo__left, .o-demo__right {
    width: 50%
  }
  .o-demo__right {
    top: 0;
    right: 0;
    height: 100%
  }
}