/*! Made with Bones: http://themble.com/bones :) */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: 0.35em 0.75em 0.625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.container {
  max-width: 1560px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.flex {
  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
}

.flex--auto .col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

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

.flex--start .col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

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

.flex--center .col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

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

.flex--end .col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

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

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

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

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

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

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

.flex--bottom .col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

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

.flex--around .col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1
}

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

.flex--between .col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1
}

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

.col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 0px
}

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

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

.col--1 {
  -ms-flex-preferred-size: 4.1666666667%;
  flex-basis: 4.1666666667%;
  max-width: 4.1666666667%
}

.col--2 {
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%
}

.col--3 {
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%
}

.col--4 {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%
}

.col--5 {
  -ms-flex-preferred-size: 20.8333333333%;
  flex-basis: 20.8333333333%;
  max-width: 20.8333333333%
}

.col--6 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%
}

.col--7 {
  -ms-flex-preferred-size: 29.1666666667%;
  flex-basis: 29.1666666667%;
  max-width: 29.1666666667%
}

.col--8 {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%
}

.col--9 {
  -ms-flex-preferred-size: 37.5%;
  flex-basis: 37.5%;
  max-width: 37.5%
}

.col--10 {
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%
}

.col--11 {
  -ms-flex-preferred-size: 45.8333333333%;
  flex-basis: 45.8333333333%;
  max-width: 45.8333333333%
}

.col--12 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

.col--13 {
  -ms-flex-preferred-size: 54.1666666667%;
  flex-basis: 54.1666666667%;
  max-width: 54.1666666667%
}

.col--14 {
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%
}

.col--15 {
  -ms-flex-preferred-size: 62.5%;
  flex-basis: 62.5%;
  max-width: 62.5%
}

.col--16 {
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%
}

.col--17 {
  -ms-flex-preferred-size: 70.8333333333%;
  flex-basis: 70.8333333333%;
  max-width: 70.8333333333%
}

.col--18 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%
}

.col--19 {
  -ms-flex-preferred-size: 79.1666666667%;
  flex-basis: 79.1666666667%;
  max-width: 79.1666666667%
}

.col--20 {
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%
}

.col--21 {
  -ms-flex-preferred-size: 87.5%;
  flex-basis: 87.5%;
  max-width: 87.5%
}

.col--22 {
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%
}

.col--23 {
  -ms-flex-preferred-size: 95.8333333333%;
  flex-basis: 95.8333333333%;
  max-width: 95.8333333333%
}

.col--24 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

.col__offset--0 {
  margin-left: 0%
}

.col__offset--1 {
  margin-left: 4.1666666667%
}

.col__offset--2 {
  margin-left: 8.3333333333%
}

.col__offset--3 {
  margin-left: 12.5%
}

.col__offset--4 {
  margin-left: 16.6666666667%
}

.col__offset--5 {
  margin-left: 20.8333333333%
}

.col__offset--6 {
  margin-left: 25%
}

.col__offset--7 {
  margin-left: 29.1666666667%
}

.col__offset--8 {
  margin-left: 33.3333333333%
}

.col__offset--9 {
  margin-left: 37.5%
}

.col__offset--10 {
  margin-left: 41.6666666667%
}

.col__offset--11 {
  margin-left: 45.8333333333%
}

.col__offset--12 {
  margin-left: 50%
}

.col__offset--13 {
  margin-left: 54.1666666667%
}

.col__offset--14 {
  margin-left: 58.3333333333%
}

.col__offset--15 {
  margin-left: 62.5%
}

.col__offset--16 {
  margin-left: 66.6666666667%
}

.col__offset--17 {
  margin-left: 70.8333333333%
}

.col__offset--18 {
  margin-left: 75%
}

.col__offset--19 {
  margin-left: 79.1666666667%
}

.col__offset--20 {
  margin-left: 83.3333333333%
}

.col__offset--21 {
  margin-left: 87.5%
}

.col__offset--22 {
  margin-left: 91.6666666667%
}

.col__offset--23 {
  margin-left: 95.8333333333%
}

.col__offset--24 {
  margin-left: 100%
}

@media (min-width: 30em) {
  .col__sm--first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

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

  .col__sm--1 {
    -ms-flex-preferred-size: 4.1666666667%;
    flex-basis: 4.1666666667%;
    max-width: 4.1666666667%
  }

  .col__sm--2 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col__sm--3 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%
  }

  .col__sm--4 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col__sm--5 {
    -ms-flex-preferred-size: 20.8333333333%;
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%
  }

  .col__sm--6 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col__sm--7 {
    -ms-flex-preferred-size: 29.1666666667%;
    flex-basis: 29.1666666667%;
    max-width: 29.1666666667%
  }

  .col__sm--8 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col__sm--9 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%
  }

  .col__sm--10 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col__sm--11 {
    -ms-flex-preferred-size: 45.8333333333%;
    flex-basis: 45.8333333333%;
    max-width: 45.8333333333%
  }

  .col__sm--12 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col__sm--13 {
    -ms-flex-preferred-size: 54.1666666667%;
    flex-basis: 54.1666666667%;
    max-width: 54.1666666667%
  }

  .col__sm--14 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col__sm--15 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%
  }

  .col__sm--16 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col__sm--17 {
    -ms-flex-preferred-size: 70.8333333333%;
    flex-basis: 70.8333333333%;
    max-width: 70.8333333333%
  }

  .col__sm--18 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col__sm--19 {
    -ms-flex-preferred-size: 79.1666666667%;
    flex-basis: 79.1666666667%;
    max-width: 79.1666666667%
  }

  .col__sm--20 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col__sm--21 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%
  }

  .col__sm--22 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col__sm--23 {
    -ms-flex-preferred-size: 95.8333333333%;
    flex-basis: 95.8333333333%;
    max-width: 95.8333333333%
  }

  .col__sm--24 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col__sm__offset--0 {
    margin-left: 0%
  }

  .col__sm__offset--1 {
    margin-left: 4.1666666667%
  }

  .col__sm__offset--2 {
    margin-left: 8.3333333333%
  }

  .col__sm__offset--3 {
    margin-left: 12.5%
  }

  .col__sm__offset--4 {
    margin-left: 16.6666666667%
  }

  .col__sm__offset--5 {
    margin-left: 20.8333333333%
  }

  .col__sm__offset--6 {
    margin-left: 25%
  }

  .col__sm__offset--7 {
    margin-left: 29.1666666667%
  }

  .col__sm__offset--8 {
    margin-left: 33.3333333333%
  }

  .col__sm__offset--9 {
    margin-left: 37.5%
  }

  .col__sm__offset--10 {
    margin-left: 41.6666666667%
  }

  .col__sm__offset--11 {
    margin-left: 45.8333333333%
  }

  .col__sm__offset--12 {
    margin-left: 50%
  }

  .col__sm__offset--13 {
    margin-left: 54.1666666667%
  }

  .col__sm__offset--14 {
    margin-left: 58.3333333333%
  }

  .col__sm__offset--15 {
    margin-left: 62.5%
  }

  .col__sm__offset--16 {
    margin-left: 66.6666666667%
  }

  .col__sm__offset--17 {
    margin-left: 70.8333333333%
  }

  .col__sm__offset--18 {
    margin-left: 75%
  }

  .col__sm__offset--19 {
    margin-left: 79.1666666667%
  }

  .col__sm__offset--20 {
    margin-left: 83.3333333333%
  }

  .col__sm__offset--21 {
    margin-left: 87.5%
  }

  .col__sm__offset--22 {
    margin-left: 91.6666666667%
  }

  .col__sm__offset--23 {
    margin-left: 95.8333333333%
  }

  .col__sm__offset--24 {
    margin-left: 100%
  }
}

@media (min-width: 48em) {
  .col__md--first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

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

  .col__md--1 {
    -ms-flex-preferred-size: 4.1666666667%;
    flex-basis: 4.1666666667%;
    max-width: 4.1666666667%
  }

  .col__md--2 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col__md--3 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%
  }

  .col__md--4 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col__md--5 {
    -ms-flex-preferred-size: 20.8333333333%;
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%
  }

  .col__md--6 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col__md--7 {
    -ms-flex-preferred-size: 29.1666666667%;
    flex-basis: 29.1666666667%;
    max-width: 29.1666666667%
  }

  .col__md--8 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col__md--9 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%
  }

  .col__md--10 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col__md--11 {
    -ms-flex-preferred-size: 45.8333333333%;
    flex-basis: 45.8333333333%;
    max-width: 45.8333333333%
  }

  .col__md--12 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col__md--13 {
    -ms-flex-preferred-size: 54.1666666667%;
    flex-basis: 54.1666666667%;
    max-width: 54.1666666667%
  }

  .col__md--14 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col__md--15 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%
  }

  .col__md--16 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col__md--17 {
    -ms-flex-preferred-size: 70.8333333333%;
    flex-basis: 70.8333333333%;
    max-width: 70.8333333333%
  }

  .col__md--18 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col__md--19 {
    -ms-flex-preferred-size: 79.1666666667%;
    flex-basis: 79.1666666667%;
    max-width: 79.1666666667%
  }

  .col__md--20 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col__md--21 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%
  }

  .col__md--22 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col__md--23 {
    -ms-flex-preferred-size: 95.8333333333%;
    flex-basis: 95.8333333333%;
    max-width: 95.8333333333%
  }

  .col__md--24 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col__md__offset--0 {
    margin-left: 0%
  }

  .col__md__offset--1 {
    margin-left: 4.1666666667%
  }

  .col__md__offset--2 {
    margin-left: 8.3333333333%
  }

  .col__md__offset--3 {
    margin-left: 12.5%
  }

  .col__md__offset--4 {
    margin-left: 16.6666666667%
  }

  .col__md__offset--5 {
    margin-left: 20.8333333333%
  }

  .col__md__offset--6 {
    margin-left: 25%
  }

  .col__md__offset--7 {
    margin-left: 29.1666666667%
  }

  .col__md__offset--8 {
    margin-left: 33.3333333333%
  }

  .col__md__offset--9 {
    margin-left: 37.5%
  }

  .col__md__offset--10 {
    margin-left: 41.6666666667%
  }

  .col__md__offset--11 {
    margin-left: 45.8333333333%
  }

  .col__md__offset--12 {
    margin-left: 50%
  }

  .col__md__offset--13 {
    margin-left: 54.1666666667%
  }

  .col__md__offset--14 {
    margin-left: 58.3333333333%
  }

  .col__md__offset--15 {
    margin-left: 62.5%
  }

  .col__md__offset--16 {
    margin-left: 66.6666666667%
  }

  .col__md__offset--17 {
    margin-left: 70.8333333333%
  }

  .col__md__offset--18 {
    margin-left: 75%
  }

  .col__md__offset--19 {
    margin-left: 79.1666666667%
  }

  .col__md__offset--20 {
    margin-left: 83.3333333333%
  }

  .col__md__offset--21 {
    margin-left: 87.5%
  }

  .col__md__offset--22 {
    margin-left: 91.6666666667%
  }

  .col__md__offset--23 {
    margin-left: 95.8333333333%
  }

  .col__md__offset--24 {
    margin-left: 100%
  }
}

@media (min-width: 64em) {
  .col__lg--first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

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

  .col__lg--1 {
    -ms-flex-preferred-size: 4.1666666667%;
    flex-basis: 4.1666666667%;
    max-width: 4.1666666667%
  }

  .col__lg--2 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col__lg--3 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%
  }

  .col__lg--4 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col__lg--5 {
    -ms-flex-preferred-size: 20.8333333333%;
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%
  }

  .col__lg--6 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col__lg--7 {
    -ms-flex-preferred-size: 29.1666666667%;
    flex-basis: 29.1666666667%;
    max-width: 29.1666666667%
  }

  .col__lg--8 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col__lg--9 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%
  }

  .col__lg--10 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col__lg--11 {
    -ms-flex-preferred-size: 45.8333333333%;
    flex-basis: 45.8333333333%;
    max-width: 45.8333333333%
  }

  .col__lg--12 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col__lg--13 {
    -ms-flex-preferred-size: 54.1666666667%;
    flex-basis: 54.1666666667%;
    max-width: 54.1666666667%
  }

  .col__lg--14 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col__lg--15 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%
  }

  .col__lg--16 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col__lg--17 {
    -ms-flex-preferred-size: 70.8333333333%;
    flex-basis: 70.8333333333%;
    max-width: 70.8333333333%
  }

  .col__lg--18 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col__lg--19 {
    -ms-flex-preferred-size: 79.1666666667%;
    flex-basis: 79.1666666667%;
    max-width: 79.1666666667%
  }

  .col__lg--20 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col__lg--21 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%
  }

  .col__lg--22 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col__lg--23 {
    -ms-flex-preferred-size: 95.8333333333%;
    flex-basis: 95.8333333333%;
    max-width: 95.8333333333%
  }

  .col__lg--24 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col__lg__offset--0 {
    margin-left: 0%
  }

  .col__lg__offset--1 {
    margin-left: 4.1666666667%
  }

  .col__lg__offset--2 {
    margin-left: 8.3333333333%
  }

  .col__lg__offset--3 {
    margin-left: 12.5%
  }

  .col__lg__offset--4 {
    margin-left: 16.6666666667%
  }

  .col__lg__offset--5 {
    margin-left: 20.8333333333%
  }

  .col__lg__offset--6 {
    margin-left: 25%
  }

  .col__lg__offset--7 {
    margin-left: 29.1666666667%
  }

  .col__lg__offset--8 {
    margin-left: 33.3333333333%
  }

  .col__lg__offset--9 {
    margin-left: 37.5%
  }

  .col__lg__offset--10 {
    margin-left: 41.6666666667%
  }

  .col__lg__offset--11 {
    margin-left: 45.8333333333%
  }

  .col__lg__offset--12 {
    margin-left: 50%
  }

  .col__lg__offset--13 {
    margin-left: 54.1666666667%
  }

  .col__lg__offset--14 {
    margin-left: 58.3333333333%
  }

  .col__lg__offset--15 {
    margin-left: 62.5%
  }

  .col__lg__offset--16 {
    margin-left: 66.6666666667%
  }

  .col__lg__offset--17 {
    margin-left: 70.8333333333%
  }

  .col__lg__offset--18 {
    margin-left: 75%
  }

  .col__lg__offset--19 {
    margin-left: 79.1666666667%
  }

  .col__lg__offset--20 {
    margin-left: 83.3333333333%
  }

  .col__lg__offset--21 {
    margin-left: 87.5%
  }

  .col__lg__offset--22 {
    margin-left: 91.6666666667%
  }

  .col__lg__offset--23 {
    margin-left: 95.8333333333%
  }

  .col__lg__offset--24 {
    margin-left: 100%
  }
}

@media (min-width: 105em) {
  .col__xl--first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

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

  .col__xl--1 {
    -ms-flex-preferred-size: 4.1666666667%;
    flex-basis: 4.1666666667%;
    max-width: 4.1666666667%
  }

  .col__xl--2 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col__xl--3 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%
  }

  .col__xl--4 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col__xl--5 {
    -ms-flex-preferred-size: 20.8333333333%;
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%
  }

  .col__xl--6 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col__xl--7 {
    -ms-flex-preferred-size: 29.1666666667%;
    flex-basis: 29.1666666667%;
    max-width: 29.1666666667%
  }

  .col__xl--8 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col__xl--9 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%
  }

  .col__xl--10 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col__xl--11 {
    -ms-flex-preferred-size: 45.8333333333%;
    flex-basis: 45.8333333333%;
    max-width: 45.8333333333%
  }

  .col__xl--12 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col__xl--13 {
    -ms-flex-preferred-size: 54.1666666667%;
    flex-basis: 54.1666666667%;
    max-width: 54.1666666667%
  }

  .col__xl--14 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col__xl--15 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%
  }

  .col__xl--16 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col__xl--17 {
    -ms-flex-preferred-size: 70.8333333333%;
    flex-basis: 70.8333333333%;
    max-width: 70.8333333333%
  }

  .col__xl--18 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col__xl--19 {
    -ms-flex-preferred-size: 79.1666666667%;
    flex-basis: 79.1666666667%;
    max-width: 79.1666666667%
  }

  .col__xl--20 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col__xl--21 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%
  }

  .col__xl--22 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col__xl--23 {
    -ms-flex-preferred-size: 95.8333333333%;
    flex-basis: 95.8333333333%;
    max-width: 95.8333333333%
  }

  .col__xl--24 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col__xl__offset--0 {
    margin-left: 0%
  }

  .col__xl__offset--1 {
    margin-left: 4.1666666667%
  }

  .col__xl__offset--2 {
    margin-left: 8.3333333333%
  }

  .col__xl__offset--3 {
    margin-left: 12.5%
  }

  .col__xl__offset--4 {
    margin-left: 16.6666666667%
  }

  .col__xl__offset--5 {
    margin-left: 20.8333333333%
  }

  .col__xl__offset--6 {
    margin-left: 25%
  }

  .col__xl__offset--7 {
    margin-left: 29.1666666667%
  }

  .col__xl__offset--8 {
    margin-left: 33.3333333333%
  }

  .col__xl__offset--9 {
    margin-left: 37.5%
  }

  .col__xl__offset--10 {
    margin-left: 41.6666666667%
  }

  .col__xl__offset--11 {
    margin-left: 45.8333333333%
  }

  .col__xl__offset--12 {
    margin-left: 50%
  }

  .col__xl__offset--13 {
    margin-left: 54.1666666667%
  }

  .col__xl__offset--14 {
    margin-left: 58.3333333333%
  }

  .col__xl__offset--15 {
    margin-left: 62.5%
  }

  .col__xl__offset--16 {
    margin-left: 66.6666666667%
  }

  .col__xl__offset--17 {
    margin-left: 70.8333333333%
  }

  .col__xl__offset--18 {
    margin-left: 75%
  }

  .col__xl__offset--19 {
    margin-left: 79.1666666667%
  }

  .col__xl__offset--20 {
    margin-left: 83.3333333333%
  }

  .col__xl__offset--21 {
    margin-left: 87.5%
  }

  .col__xl__offset--22 {
    margin-left: 91.6666666667%
  }

  .col__xl__offset--23 {
    margin-left: 95.8333333333%
  }

  .col__xl__offset--24 {
    margin-left: 100%
  }
}

.button {
  font-size: 18px;
  text-transform: none;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5799), color-stop(0%, #0079ff), to(#0016ff));
  background: linear-gradient(to bottom, #1e5799 0%, #0079ff 0%, #0016ff 100%);
  padding: 10px 40px;
  border-radius: 30px;
  margin-right: 10px;
  line-height: 1;
  font-weight: bold;
  font-family: "futura-pt-bold";
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none
}

.button span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "futura-pt"
}

@media screen and (min-width: 1480px) {
  font-size: 25px;
  padding: 10px 60px;
  border-radius: 30px;
  margin-right: 40px;

  span {
    font-size: 12px
  }
}

.form-text {
  color: #b4b4b4;
  font-size: 16px
}

.form-text a {
  color: inherit
}

.form-text--billing {
  color: #000;
  text-decoration: underline
}

.form-header {
  text-transform: uppercase;
  font-style: italic;
  font-size: 24px;
  font-family: "futura-pt-bold";
  margin: 20px 0 30px
}

.form-steps {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid #bdbdbd;
  margin: 20px 0;
  display: none
}

.form-step {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-transform: uppercase;
  color: #b4b4b4;
  font-weight: bold;
  font-family: "futura-pt-bold";
  position: relative
}

.form-step::after {
  display: block;
  width: 12px;
  height: 12px;
  left: 50%;
  top: calc(100% + 1px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: ' ';
  background-color: #b4b4b4;
  border-radius: 50%;
  position: absolute
}

.form-step--active {
  color: #ff8600
}

.form-step--active::after {
  background-color: #ff8600
}

.form-section {
  margin: 40px auto 0
}

.form-content {
  margin-bottom: 30px
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
  display: block;
  max-width: 480px;
  width: 80%;
  margin: 10px auto;
  border: none;
  color: #000;
  font-size: 20px;
  padding: 8px 15px
}

select {
  color: #b4b4b4;
  max-width: 270px;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''
}

.form-select-inner-wrapper {
  display: inline-block;
  position: relative;
  max-width: 270px;
  width: 100%
}

.form-select-inner-wrapper::after {
  width: 20px;
  height: 100%;
  background-color: #b4b4b4;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  content: ' ';
  background-image: url("../img/select-arrows.png");
  background-position: center center;
  background-repeat: no-repeat
}

.form-select-wrapper {
  max-width: 480px;
  width: 80%;
  margin: 10px auto;
  text-align: left
}

option {
  color: #000
}

::-webkit-input-placeholder {
  color: #b4b4b4
}

::-moz-placeholder {
  color: #b4b4b4
}

:-ms-input-placeholder {
  color: #b4b4b4
}

:-moz-placeholder {
  color: #b4b4b4
}

.button-submit {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "futura-pt-bold";
  padding: 10px 25px;
  margin: 10px auto;
  cursor: pointer
}

.form-control-buttons {
  padding-bottom: 50px
}

.button-next,
.button-back {
  margin: 10px auto;
  width: 230px
}

.button-back {
  font-size: 18px;
  line-height: 20px
}

.button-back {
  background: -webkit-gradient(linear, left top, left bottom, from(#a5a4a4), to(#606060));
  background: linear-gradient(to bottom, #a5a4a4 0%, #606060 100%);
  text-transform: none;
  font-weight: 100;
  font-family: "futura-pt"
}

.form-text--login {
  color: #000;
  font-size: 20px;
  margin: 0 0 50px
}

.form-text--login a {
  color: #0072ff
}

.form-address-fields,
.form-credit-card-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 480px;
  margin: 10px auto;
  width: 80%
}

.form-address-fields div:first-child,
.form-credit-card-fields div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%
}

.form-address-fields div:first-child input,
.form-credit-card-fields div:first-child input {
  width: 100%;
  margin: 0
}

.form-address-fields div:last-child,
.form-credit-card-fields div:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%
}

.form-address-fields div:last-child input,
.form-credit-card-fields div:last-child input {
  width: 100%;
  margin: 0
}

.form-credit-card-fields div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%
}

.form-credit-card-fields div:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin-right: 5%
}

.form-billing-offer {
  margin: 0 auto;
  width: 80%;
  max-width: 480px;
  border: 4px solid #ff8600;
  color: #ff8600;
  text-align: center;
  padding: 15px 0
}

.form-billing-offer p {
  margin: 0;
  font-size: 20px;
  font-family: "futura-pt-bold"
}

.form-billing-offer span {
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: bold
}

.form-credit-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 20px
}

.form-credit-cards img {
  border-radius: 12px;
  max-width: 100%
}

@media screen and (min-width: 768px) {
  .form-steps {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .form-header {
    font-size: 30px;
    margin: 20px 0 35px
  }

  .form-section {
    margin: 50px auto 0
  }

  .form-content {
    margin-bottom: 40px
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  select {
    margin: 15px auto;
    font-size: 20px;
    padding: 9px 12px
  }

  select {
    margin: 0
  }

  .form-select-wrapper {
    margin: 15px auto
  }

  .form-address-fields {
    margin: 15px auto
  }

  .button-submit {
    font-size: 24px;
    padding: 12px 30px;
    margin: 20px auto
  }

  .button-next,
  .button-back {
    margin: 10px auto;
    width: 250px
  }

  .button-back {
    font-size: 20px;
    line-height: 24px
  }

  .form-text--login {
    font-size: 20px
  }

  .form-billing-offer {
    padding: 16px 0
  }

  .form-billing-offer p {
    font-size: 23px
  }

  .form-billing-offer span {
    font-size: 18px
  }

  .form-credit-cards {
    padding-bottom: 25px
  }
}

@media screen and (min-width: 1080px) {
  .form-steps {
    margin: 50px 0
  }

  .form-header {
    font-size: 32px;
    margin: 25px 0 40px
  }

  .form-section {
    margin: 60px auto 0
  }

  .form-content {
    margin-bottom: 50px
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  select {
    margin: 15px auto;
    font-size: 22px;
    padding: 10px 15px
  }

  select {
    margin: 0
  }

  .form-select-wrapper {
    margin: 15px auto
  }

  .button-submit {
    font-size: 26px;
    padding: 12px 30px;
    margin: 20px auto
  }

  .button-next,
  .button-back {
    margin: 10px auto;
    width: 290px
  }

  .button-back {
    font-size: 22px;
    line-height: 26px
  }

  .form-text--login {
    font-size: 22px
  }

  .form-text {
    font-size: 18px
  }

  .form-billing-offer {
    padding: 18px 0
  }

  .form-billing-offer p {
    font-size: 25px
  }

  .form-billing-offer span {
    font-size: 19px
  }

  .form-credit-cards {
    padding-bottom: 30px
  }
}

@media screen and (min-width: 1280px) {
  .form-steps {
    margin: 50px 0
  }

  .form-header {
    font-size: 36px;
    margin: 30px 0 50px
  }

  .form-section {
    margin: 70px auto 0
  }

  .form-content {
    margin-bottom: 60px
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  select {
    margin: 20px auto;
    font-size: 24px;
    padding: 10px 20px
  }

  select {
    margin: 0
  }

  .form-select-wrapper {
    margin: 20px auto
  }

  .form-address-fields {
    margin: 20px auto
  }

  .button-submit {
    font-size: 30px;
    padding: 15px 35px;
    margin: 20px auto
  }

  .button-next,
  .button-back {
    margin: 10px auto;
    width: 330px
  }

  .button-back {
    font-size: 24px;
    line-height: 30px
  }

  .form-text--login {
    font-size: 24px
  }

  .form-billing-offer {
    padding: 20px 0
  }

  .form-billing-offer p {
    font-size: 26px
  }

  .form-billing-offer span {
    font-size: 20px
  }

  .form-credit-cards {
    padding-bottom: 35px
  }
}

.form-table {
  font-size: 16px;
  max-width: 95%;
  margin: 0 auto 30px;
  overflow: auto;
  overflow-x: scroll;
  overflow-y: hidden
}

.form-table table {
  margin: 0 auto
}

.form-table .table-title {
  text-align: right;
  font-family: "futura-pt-bold";
  padding-right: 20px
}

.form-table td {
  border-top: 2px solid #bdbdbd
}

.form-table td:first-child {
  border-top: none
}

.form-table .table--border-right {
  border-right: 2px solid #bdbdbd
}

.form-table .table-footer {
  text-transform: uppercase
}

.form-table .table-footer td {
  border-top: none;
  padding-top: 10px;
  padding-bottom: 10px
}

.form-table .table-price {
  padding: 10px 15px
}

.form-table .radio-checked {
  font-family: "futura-pt-bold";
  font-weight: bold
}

.form-table .table-input {
  padding: 5px;
  position: relative
}

.form-table .table-input input {
  height: 0;
  width: 0;
  position: absolute;
  z-index: -5;
  top: 10px;
  left: 10px
}

.form-table .table-input::before {
  width: 100%;
  height: 30px;
  display: block;
  content: ' ';
  background-color: #ff8600;
  cursor: pointer
}

.form-table .table-input.radio-checked::before {
  background-color: #000
}

.form-table .table-input.radio-checked::after {
  content: 'Checked';
  text-transform: uppercase;
  font-family: "futura-pt-bold";
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 90%
}

@media screen and (min-width: 768px) {
  .form-table {
    font-size: 17px
  }

  .form-table .table-price {
    padding: 10px 20px
  }
}

@media screen and (min-width: 1080px) {
  .form-table {
    font-size: 19px;
    overflow: hidden;
    margin: 0 auto 50px
  }

  .form-table .table-price {
    padding: 12px 26px
  }
}

@media screen and (min-width: 1280px) {
  .form-table {
    font-size: 20px
  }

  .form-table .table-price {
    padding: 15px 30px
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a,
button {
  outline: none
}

body {
  color: #000;
  font-family: 'futura-pt', sans-serif;
  font-weight: 100;
  background: url("../img/footer.png") no-repeat center bottom/100% auto, #f6f6f6
}

img {
  max-width: 100%
}

.section-container {
  max-width: 1320px;
  width: 95%;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center
}

@media screen and (min-width: 768px) {
  .section-container {
    padding-top: 60px
  }
}

@media screen and (min-width: 1080px) {
  .section-container {
    padding-top: 80px
  }
}

@media screen and (min-width: 1280px) {
  .section-container {
    padding-top: 100px
  }
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  background: #fff;
  z-index: 2;
  text-align: center
}

.site-header h1 {
  margin: 10px 0;
  display: inline-block;
  position: relative;
  font-size: 0;
  text-indent: -99999px;
  width: 100px;
  padding-bottom: 15px
}

.site-header h1 span {
  display: block;
  position: absolute;
  background: url("../img/logo.svg") no-repeat center center/contain;
  width: 100%;
  height: 100%
}

.site-header-wrapper {
  width: 95%;
  max-width: 1380px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (min-width: 768px) {
  .site-header h1 {
    width: 200px;
    padding-bottom: 30px
  }
}

@media screen and (min-width: 1080px) {
  .site-header-nav {
    margin: 10px 0
  }
}

@media screen and (min-width: 1280px) {
  .site-header {
    padding: 20px 0
  }

  .site-header h1 {
    width: 240px;
    padding-bottom: 40px
  }
}

.section-faq h1 {
  font-style: italic;
  font-size: 22px;
  margin: 30px 0
}

.section-content {
  width: 80%;
  max-width: 1320px;
  margin: 20px auto;
  text-align: left
}

.section-content h2 {
  text-transform: uppercase;
  cursor: pointer;
  font-style: italic;
  font-size: 20px;
  position: relative;
  display: block;
  margin-top: 40px;
}

/* .section-content h2::before {
  display: block;
  content: ' ';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5799), color-stop(0%, #ff8500), to(#ff3200));
  background: linear-gradient(to bottom, #1e5799 0%, #ff8500 0%, #ff3200 100%);
  z-index: -1
} */

.section-content p {
  font-size: 16px;
  color: #000;
  display: block;
  margin-top: 0
}

.section-content ul, .section-content ol {
  margin-top: -10px;
}

.section-content ul li, .section-content ol li {
  font-size: 16px;
}

.section-content .red {
  color: red
}

.faq-single {
  border-top: 1px solid #505050
}

.faq-answer {
  width: 90%;
  padding-bottom: 10px;
  margin: 0 auto;
  display: none;
  padding-top: 10px
}

@media screen and (min-width: 768px) {
  .section-faq h1 {
    font-size: 26px;
    margin: 35px 0
  }

  .section-content {
    margin: 25px auto
  }

  .section-content h2 {
    font-size: 19px;
  }

  .section-content h2::before {
    width: 30px;
    height: 30px;
    left: 0px;
    top: -5px;
  }

  .section-content p {
    font-size: 21px
  }

  .faq-answer {
    width: 90%;
    margin: 0px auto;
    padding-bottom: 15px;
    padding-top: 15px
  }

  .section-content ul, .section-content ol {
    margin-top: -20px;
  }

  .section-content ul li, .section-content ol li {
    font-size: 21px;
  }
}

@media screen and (min-width: 1080px) {
  .section-faq h1 {
    font-size: 40px;
    margin: 30px 0
  }

  .section-content {
    margin: 30px auto
  }

  .section-content h2 {
    font-size: 22px;
  }

  .section-content p {
    font-size: 24px
  }

  .faq-answer {
    width: 90%;
    margin: 0px auto;
    padding-bottom: 20px;
    padding-top: 20px
  }

  .section-content ul li, .section-content ol li {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .section-faq h1 {
    font-size: 45px;
    margin: 40px 0
  }

  .section-content {
    margin: 40px auto
  }

  .section-content h2 {
    font-size: 26px;
  }

  .section-content p {
    font-size: 28px;
  }

  .faq-answer {
    width: 80%;
    margin: 0px auto;
    padding-bottom: 30px;
    padding-top: 30px
  }
  .section-content ul li, .section-content ol li {
    font-size: 28px;
  }
}

@media screen and (min-width: 1480px) {
  .section-faq h1 {
    font-size: 55px;
    margin: 50px 0
  }

  .section-content {
    margin: 50px auto
  }

  .section-content h2 {
    font-size: 30px;
  }

  .section-content p {
    font-size: 32px
  }

  .faq-answer {
    width: 80%;
    margin: 0px auto;
    padding-bottom: 40px;
    padding-top: 40px
  }
  .section-content ul li, .section-content ol li {
    font-size: 32px;
  }
}

.site-footer {
  background: rgba(30, 30, 30, 0.7);
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
  margin-top: 70px
}

.site-footer--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.site-footer--left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.site-footer--left img {
  margin: 5px
}

.site-footer--right {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center
}

.site-footer--right img {
  max-width: 200px;
  margin-bottom: 5px
}

.site-footer--right p {
  line-height: 1;
  font-size: 13px;
  color: #b3b3b3
}

.popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  text-align: center
}

.popup-inner-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1500px;
  max-height: 80vh
}

.popup-inner-wrapper video {
  max-height: 80vh;
  width: auto;
  max-width: 100%
}

.video-container {
  display: inline-block;
  position: relative
}

.popup {
  position: relative;
  max-width: 1500px;
  display: inline-block
}

.popup-close {
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url("../img/close.png") no-repeat center center/contain;
  position: absolute;
  top: -35px;
  right: 0
}

@media screen and (min-width: 769px) {
  .site-footer {
    margin-top: 110px
  }

  .site-footer--left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left
  }

  .site-footer--right {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right
  }

  .site-footer--right img {
    display: inline-block;
    margin: 5px 10px 5px 0
  }
}

@media screen and (min-width: 1080px) {
  .site-footer {
    margin-top: 150px
  }
}

@media screen and (min-width: 1280px) {
  .site-footer {
    margin-top: 200px
  }
}

@media screen and (min-width: 1480px) {
  .site-footer {
    margin-top: 250px
  }
}

/*# sourceMappingURL=style.css.map */

.section-faq p > strong, .section-faq p > b {
  font-weight: 900;
}

.section-faq .underline {
  text-decoration: underline;
}


.section-faq .form table {
  width: 400px;
  max-width: 100%;
}

.section-faq .form .label {
  width: 1%;
  white-space: nowrap;
  padding-right: 10px;
}

.section-faq .form .placeholder {
  border-bottom: 1px solid black;
}