/*! normalize.css commit fe56763 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

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

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 8.33333%; }

.col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 16.66667%; }

.col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 25%; }

.col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 33.33333%; }

.col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 41.66667%; }

.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 50%; }

.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 58.33333%; }

.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 66.66667%; }

.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 75%; }

.col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 83.33333%; }

.col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 91.66667%; }

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.33333%; }

.offset-xs-2 {
  margin-left: 16.66667%; }

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

.offset-xs-4 {
  margin-left: 33.33333%; }

.offset-xs-5 {
  margin-left: 41.66667%; }

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

.offset-xs-7 {
  margin-left: 58.33333%; }

.offset-xs-8 {
  margin-left: 66.66667%; }

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

.offset-xs-10 {
  margin-left: 83.33333%; }

.offset-xs-11 {
  margin-left: 91.66667%; }

@media (min-width: 544px) {
  .col-sm-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.33333%; }
  .col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66667%; }
  .col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 25%; }
  .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33333%; }
  .col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.66667%; }
  .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%; }
  .col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 58.33333%; }
  .col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.66667%; }
  .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%; }
  .col-sm-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.33333%; }
  .col-sm-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 91.66667%; }
  .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.33333%; }
  .col-md-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66667%; }
  .col-md-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 25%; }
  .col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33333%; }
  .col-md-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.66667%; }
  .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%; }
  .col-md-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 58.33333%; }
  .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.66667%; }
  .col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%; }
  .col-md-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.33333%; }
  .col-md-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 91.66667%; }
  .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.33333%; }
  .col-lg-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66667%; }
  .col-lg-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 25%; }
  .col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33333%; }
  .col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.66667%; }
  .col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%; }
  .col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 58.33333%; }
  .col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.66667%; }
  .col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%; }
  .col-lg-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.33333%; }
  .col-lg-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 91.66667%; }
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.33333%; }
  .col-xl-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66667%; }
  .col-xl-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 25%; }
  .col-xl-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33333%; }
  .col-xl-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.66667%; }
  .col-xl-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%; }
  .col-xl-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 58.33333%; }
  .col-xl-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.66667%; }
  .col-xl-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%; }
  .col-xl-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.33333%; }
  .col-xl-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 91.66667%; }
  .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/**
 * fullPage 2.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: scroll; }

.fp-notransition {
  transition: none !important; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }
  .fp-slidesNav.bottom {
    bottom: 17px; }
  .fp-slidesNav.top {
    top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }
  #fp-nav ul li,
  .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative; }
    #fp-nav ul li a,
    .fp-slidesNav ul li a {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      cursor: pointer;
      text-decoration: none; }
      #fp-nav ul li a.active span,
      .fp-slidesNav ul li a.active span {
        height: 12px;
        width: 12px;
        margin: -6px 0 0 -6px;
        border-radius: 100%; }
        #fp-nav ul li:hover #fp-nav ul li a.active span,
        #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover
        .fp-slidesNav ul li a.active span,
        #fp-slidesNav ul li:hover
        .fp-slidesNav ul li a.active span {
          height: 12px;
          width: 12px;
          margin: -6px 0 0 -6px;
          border-radius: 100%; }
      #fp-nav ul li a span,
      .fp-slidesNav ul li a span {
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        height: 4px;
        width: 4px;
        border: 0;
        background: #333;
        left: 50%;
        top: 50%;
        margin: -2px 0 0 -2px;
        transition: all 0.1s ease-in-out; }
    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span {
      width: 10px;
      height: 10px;
      margin: -5px 0px 0px -5px; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.right {
    right: 17px; }
  #fp-nav.left {
    left: 17px; }
  #fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0; }
    #fp-nav ul li .fp-tooltip.right {
      right: 20px; }
  #fp-nav ul li:hover .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }
  #fp-nav.fp-show-active a.active + .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }

.fp-slidesNav ul li {
  display: inline-block; }

@font-face {
  font-family: 'geosquad';
  src: url("/font/geosquad-bold-webfont.eot");
  src: url("/font/geosquad-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/font/geosquad-bold-webfont.woff2") format("woff2"), url("/font/geosquad-bold-webfont.woff") format("woff"), url("/font/geosquad-bold-webfont.ttf") format("truetype"), url("/font/geosquad-bold-webfont.svg#geosquadbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'geosquad';
  src: url("/font/geosquad-bold-italic-webfont.eot");
  src: url("/font/geosquad-bold-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/font/geosquad-bold-italic-webfont.woff2") format("woff2"), url("/font/geosquad-bold-italic-webfont.woff") format("woff"), url("/font/geosquad-bold-italic-webfont.ttf") format("truetype"), url("/font/geosquad-bold-italic-webfont.svg#geosquadbold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'geosquad';
  src: url("/font/geosquad-regular-webfont.eot");
  src: url("/font/geosquad-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/font/geosquad-regular-webfont.woff2") format("woff2"), url("/font/geosquad-regular-webfont.woff") format("woff"), url("/font/geosquad-regular-webfont.ttf") format("truetype"), url("/font/geosquad-regular-webfont.svg#geosquadregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'geosquad';
  src: url("/font/geosquad-regular-italic-webfont.eot");
  src: url("/font/geosquad-regular-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/font/geosquad-regular-italic-webfont.woff2") format("woff2"), url("/font/geosquad-regular-italic-webfont.woff") format("woff"), url("/font/geosquad-regular-italic-webfont.ttf") format("truetype"), url("/font/geosquad-regular-italic-webfont.svg#geosquadregular_italic") format("svg");
  font-weight: normal;
  font-style: italic; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 1, 2015 */
@font-face {
  font-family: 'blogger';
  src: url("/font/blogger_sans-webfont.eot");
  src: url("/font/blogger_sans-webfont.eot?#iefix") format("embedded-opentype"), url("/font/blogger_sans-webfont.woff2") format("woff2"), url("/font/blogger_sans-webfont.woff") format("woff"), url("/font/blogger_sans-webfont.ttf") format("truetype"), url("/font/blogger_sans-webfont.svg#blogger_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'blogger';
  src: url("/font/blogger_sans-bold-webfont.eot");
  src: url("/font/blogger_sans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/font/blogger_sans-bold-webfont.woff2") format("woff2"), url("/font/blogger_sans-bold-webfont.woff") format("woff"), url("/font/blogger_sans-bold-webfont.ttf") format("truetype"), url("/font/blogger_sans-bold-webfont.svg#blogger_sansbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'blogger';
  src: url("/font/blogger_sans-light-webfont.eot");
  src: url("/font/blogger_sans-light-webfont.eot?#iefix") format("embedded-opentype"), url("/font/blogger_sans-light-webfont.woff2") format("woff2"), url("/font/blogger_sans-light-webfont.woff") format("woff"), url("/font/blogger_sans-light-webfont.ttf") format("truetype"), url("/font/blogger_sans-light-webfont.svg#blogger_sanslight") format("svg");
  font-weight: 300;
  font-style: normal; }

body {
  font-family: "geosquad";
  line-height: 2.5em;
  font-size: 11pt;
  visibility: hidden; }

.menu {
  position: fixed;
  right: 110px;
  top: 30px;
  z-index: 999999;
  max-width: 50%;
  list-style: none; }
  .menu li {
    float: left;
    text-transform: uppercase;
    z-index: 999999;
    text-decoration: none; }
    .menu li a {
      font-family: 'blogger';
      font-weight: bold;
      font-size: 16px;
      line-height: 60px;
      color: #000;
      display: block;
      padding: 0 20px;
      z-index: 999999;
      position: relative; }
  @media (max-width: 1024px) {
    .menu {
      position: fixed;
      right: 0px;
      top: 50px;
      /* display: flex; */
      display: none;
      justify-content: center;
      flex-wrap: wrap;
      padding: 10px;
      max-width: calc(100% - 150px);
      background: #ffffff; }
      .menu.open {
        display: -ms-flex !important;
        display: flex !important; }
      .menu li {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        float: left;
        clear: both;
        text-align: right; }
        .menu li a {
          padding: 0 10px;
          font-size: 14px;
          line-height: 25px; } }

.burger {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  background: #fff;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: .5s;
  transition-delay: 1s;
  pointer-events: auto;
  z-index: 9999999; }
  @media screen and (min-width: 1024px) {
    .burger {
      display: none;
      margin: 0; } }
  .burger span {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 3px);
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    padding: 0;
    background-color: #000;
    border-radius: 0%;
    transition-property: background;
    transition-duration: .2s;
    transition-delay: .2s; }
    .burger span:before, .burger span:after {
      content: '';
      position: absolute;
      right: 0;
      display: block;
      width: 30px;
      height: 2px;
      background-color: #000;
      border-radius: 0%;
      transition-property: margin,transform,width;
      transition-duration: .2s;
      transition-delay: .0s; }
    .burger span:before {
      margin-top: -8px; }
    .burger span:after {
      margin-top: 8px; }
  .burger.open span {
    background: none;
    transition-delay: 0s; }
    .burger.open span:after, .burger.open span:before {
      width: 26px;
      transition-delay: .2s; }
    .burger.open span:before {
      margin-top: 0;
      background: #000;
      transform: rotate(-45deg); }
    .burger.open span:after {
      margin-top: 0;
      background: #000;
      transform: rotate(45deg); }

.yt_popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  background: #fff; }
  .yt_popup .video {
    display: inline-block;
    position: relative;
    width: 80%;
    max-width: 80%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0px 20px 0px #3c3c3b;
    border: 2px solid #e4e4e4; }
  .yt_popup .close {
    font-family: 'blogger';
    text-transform: uppercase;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    color: #000;
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-align: center; }
  .yt_popup iframe {
    border: 5px solid #fff;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 20%;
    margin: 0 auto; }

#logo {
  position: fixed;
  left: 10px;
  top: 30px;
  z-index: 999999;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 30%;
  max-width: 140px;
  max-height: 64px;
  pointer-events: none; }

#join-button {
  position: fixed;
  right: 10px;
  top: 30px;
  background: #35c982;
  color: white;
  text-transform: uppercase;
  border: 2px #26b671 solid;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20pt;
  text-shadow: 1px 1px 8px rgba(20, 20, 20, 0.4);
  z-index: 999999;
  font-family: blogger; }

.big-devices {
  /* @media(min-width: 1280px) { */
  /* .cards-section { background-image: url(/img/section_bg.png); } */ }
  @media (min-width: 1024px) {
    .big-devices #fullpage .section {
      min-height: 100vh; } }
  .big-devices #map {
    /* display: inline-block;width: auto;height: auto; */
    width: 1400px;
    height: 900px;
    width: 1024px;
    height: 658px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center; }
    .big-devices #map canvas {
      display: inline-block;
      background-color: #fff; }
  .big-devices #map-slogans {
    position: absolute;
    bottom: 5em;
    left: 10%;
    z-index: 9;
    pointer-events: none;
    width: 80%; }
    .big-devices #map-slogans h1 {
      font-size: 80px;
      margin: 40px 0 100px 0;
      line-height: auto; }
    .big-devices #map-slogans h2 {
      font-weight: 300;
      font-size: 30px;
      line-height: auto; }
    .big-devices #map-slogans p {
      font-size: 18px;
      line-height: 1.778; }
    @media (max-width: 1500px) {
      .big-devices #map-slogans h1 {
        font-size: 64px; }
      .big-devices #map-slogans h2 {
        font-size: 27px; } }
    @media (max-width: 1200px) {
      .big-devices #map-slogans h1 {
        font-size: 48px;
        margin-bottom: 50px; }
      .big-devices #map-slogans h2 {
        font-size: 21px; }
      .big-devices #map-slogans p {
        font-size: 14.4px; } }
  .big-devices #map-container {
    height: 100%;
    position: relative;
    cursor: url(/img/cursor-minus.png) 10 10, auto;
    overflow: hidden;
    text-align: center; }
  .big-devices #map-container.plus {
    cursor: url(/img/cursor-plus.png) 10 10, auto; }
  .big-devices #map-toggle {
    position: absolute;
    bottom: 50px;
    right: 50px; }
  .big-devices .fp-tableCell {
    position: absolute !important; }
  .big-devices .switch {
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 20px;
    right: 60px;
    width: auto; }
    .big-devices .switch p {
      display: inline-block;
      text-transform: uppercase;
      color: #000;
      float: right;
      font-family: 'blogger';
      font-size: 14px; }
    .big-devices .switch #map-switch {
      float: right;
      position: relative;
      width: 80px;
      height: 34px;
      margin: 0 20px; }
  .big-devices #map-switch {
    background: black;
    display: block;
    background: #de4f4f;
    border: 2px solid black;
    border-radius: 17px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    transition: 0.5s; }
    .big-devices #map-switch .circle {
      position: absolute;
      background: black;
      height: 30px;
      width: 30px;
      top: 0;
      left: 0;
      border-radius: 15px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
      .big-devices #map-switch .circle img {
        height: 20px;
        width: 20px;
        position: absolute;
        top: 5px;
        left: 4px; }
  .big-devices #map-switch.plus {
    background: #26b671; }
  .big-devices h1, .big-devices h2, .big-devices h3, .big-devices h4, .big-devices h5, .big-devices h6 {
    font-family: blogger;
    font-weight: bold; }
  .big-devices a {
    text-decoration: none !important; }
  .big-devices .cards {
    display: block;
    position: absolute;
    top: 300px;
    left: 10%;
    height: 370px; }
    .big-devices .cards .card-container {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 261px;
      height: 362px; }
      .big-devices .cards .card-container.card-1 {
        top: 0;
        left: 200px;
        z-index: 99; }
      .big-devices .cards .card-container.card-2 {
        top: 0;
        left: 200px;
        z-index: 98; }
      .big-devices .cards .card-container.card-3 {
        top: 0;
        left: 200px;
        z-index: 97; }
      .big-devices .cards .card-container.card-4 {
        top: 0;
        left: 200px;
        z-index: 96; }
      .big-devices .cards .card-container .card {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent; }
        .big-devices .cards .card-container .card .front, .big-devices .cards .card-container .card .back {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .big-devices .cards .card-container .card .back .description {
          position: absolute;
          top: 70px;
          left: 10%;
          width: 80%;
          font-family: blogger;
          font-size: 13px; }
          .big-devices .cards .card-container .card .back .description table {
            padding: 0;
            margin: 0;
            width: 100%; }
            .big-devices .cards .card-container .card .back .description table td {
              line-height: 32px;
              color: white;
              padding: 0;
              margin: 0; }
            .big-devices .cards .card-container .card .back .description table td:first-child {
              text-transform: uppercase; }
            .big-devices .cards .card-container .card .back .description table td:last-child {
              font-weight: bold;
              text-align: right; }
        .big-devices .cards .card-container .card .button-plus, .big-devices .cards .card-container .card .button-minus {
          position: absolute;
          transition: stroke 1s; }
        .big-devices .cards .card-container .card .button-plus {
          top: 11px;
          right: 11px; }
        .big-devices .cards .card-container .card .button-minus {
          bottom: 11px;
          left: 11px; }
        .big-devices .cards .card-container .card .counter {
          position: absolute;
          border: 2px solid #d3d3d3;
          padding: 0 30px 0 30px;
          color: #3c3c3b;
          height: 38px;
          line-height: 36px;
          background: white;
          font-family: blogger;
          font-size: 18px;
          font-weight: bold;
          transition: border-color 1s; }
          .big-devices .cards .card-container .card .counter.counter-negative {
            bottom: 20px;
            left: 60px;
            border-top-right-radius: 19px;
            border-bottom-right-radius: 19px;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */
            border-left: none; }
          .big-devices .cards .card-container .card .counter.counter-positive {
            top: 20px;
            right: 57px;
            border-top-left-radius: 19px;
            border-bottom-left-radius: 19px;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */
            border-right: none; }
        .big-devices .cards .card-container .card .arrow {
          float: right;
          margin-top: 8px;
          margin-left: 8px; }
        .big-devices .cards .card-container .card img.poster {
          position: absolute;
          left: 27px;
          top: 76px;
          z-index: 9999; }
  .big-devices .card-top, .big-devices .card-bottom {
    transition: fill 1s;
    fill: white; }
  .big-devices .positive .card-top {
    fill: #35c982; }
  .big-devices .negative .card-bottom {
    fill: #ff6363; }
  .big-devices .cards .card-container.positive .button-plus .outline {
    stroke: #26b671; }
  .big-devices .cards .card-container.positive .card .counter.counter-positive {
    border-color: #26b671; }
  .big-devices .cards .card-container.positive .card .card-top {
    stroke: #26b671; }
  .big-devices .cards .card-container.positive .card .middle-border {
    fill: #26b671; }
  .big-devices .cards .card-container.positive .card circle {
    stroke: #26b671; }
  .big-devices .cards .card-container.negative .button-minus .outline {
    stroke: #de4f4f; }
  .big-devices .cards .card-container.negative .card .counter.counter-negative {
    border-color: #de4f4f; }
  .big-devices .cards .card-container.negative .card .card-bottom {
    stroke: #de4f4f; }
  .big-devices .cards .card-container.negative .card .middle-border {
    fill: #de4f4f; }
  .big-devices .cards .card-container.negative .card circle {
    stroke: #de4f4f; }
  .big-devices .text {
    width: 40%;
    position: absolute;
    top: 300px;
    right: 10%;
    text-align: justify; }
    .big-devices .text h1 {
      margin-bottom: 50px;
      font-size: 72px;
      line-height: 72px;
      text-align: left; }
    .big-devices .text p {
      font-size: 24px;
      line-height: 2; }
    @media (max-width: 1500px) {
      .big-devices .text h1 {
        font-size: 57.6px; }
      .big-devices .text p {
        font-size: 21.6px; }
      .big-devices .text {
        right: 5%;
        width: 40%; } }
    @media (max-width: 1200px) {
      .big-devices .text h1 {
        font-size: 43.2px; }
      .big-devices .text p {
        font-size: 19.2px; }
      .big-devices .text {
        right: 5%; } }
  .big-devices .cards-section {
    background-image: url(/bundles/prlanding/img/section_bg.png); }
  .big-devices .join-section {
    /* background-image: url(/img/section_green_bg.png); */
    background-color: #35C982;
    background-image: url(/bundles/prlanding/img/section_green_bg.png);
    text-align: center; }
    .big-devices .join-section h1 {
      font-size: 50pt;
      margin-bottom: 50px;
      color: #fff; }
    .big-devices .join-section .subheading {
      color: white;
      font-size: 24px;
      margin-bottom: 50px; }
    .big-devices .join-section input {
      border-radius: 5px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      padding: 10px 30px;
      font-size: 20pt;
      border: 2px solid #26b671; }
    .big-devices .join-section button {
      font-size: 20pt;
      margin-left: -10px;
      border-radius: 5px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background: #3c3c3b;
      border: 2px solid #242424;
      color: #fff;
      padding: 10px 20px;
      text-transform: uppercase;
      font-family: blogger;
      font-weight: bold; }
    .big-devices .join-section .quote {
      color: white;
      font-style: italic;
      font-size: 24px;
      margin-top: 1em;
      margin-bottom: 0.5em; }
    .big-devices .join-section .soical-icons {
      margin-top: 4em;
      margin-bottom: 4em; }
      .big-devices .join-section .soical-icons a {
        display: inline-block;
        margin: 0 7px; }
    .big-devices .join-section .quote:before {
      content: '\201C'; }
    .big-devices .join-section .quote:after {
      content: '\201D'; }
    .big-devices .join-section .author {
      color: white;
      font-size: 24px;
      font-weight: bold;
      margin: 0; }
  .big-devices .socialLog {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px; }
    .big-devices .socialLog .col {
      padding: 10px;
      flex: 0 1 auto;
      max-width: 100%; }
      .big-devices .socialLog .col a {
        display: inline-block;
        padding: 10px 20px;
        margin: 0;
        font-family: blogger;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        font-weight: 400;
        background: #3c3c3b;
        border: 2px solid #242424;
        border-radius: 5px; }
      .big-devices .socialLog .col img {
        display: inline-block;
        width: auto;
        height: 20px;
        margin: 0;
        padding: 0;
        margin-right: 10px;
        vertical-align: middle; }
  .big-devices #plus-minus {
    position: absolute;
    top: 50%;
    left: -51px;
    width: 266px;
    height: 56px;
    z-index: 99999; }
    .big-devices #plus-minus #pm-background {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
      .big-devices #plus-minus #pm-background img {
        float: left;
        margin: 0;
        padding: 0; }
    .big-devices #plus-minus #plus {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 99999; }
      .big-devices #plus-minus #plus circle {
        stroke: #35c982; }
    .big-devices #plus-minus #minus {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99999; }
      .big-devices #plus-minus #minus circle {
        stroke: #ff6363; }
    .big-devices #plus-minus #check {
      position: absolute;
      top: 0px;
      left: 105px;
      z-index: 99999; }
    .big-devices #plus-minus .counter {
      position: absolute;
      top: 10px;
      color: white;
      font-size: 28pt; }
    .big-devices #plus-minus .counter.minus {
      left: 70px; }
    .big-devices #plus-minus .counter.plus {
      right: 70px; }
  .big-devices #pill {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 18px;
    z-index: 9999999;
    display: none; }
    .big-devices #pill svg {
      float: left; }
    .big-devices #pill svg .fillable {
      transition: 0.6s; }
    .big-devices #pill svg.green .fillable {
      fill: #35C982; }
  @media (max-width: 1600px) {
    .big-devices .cards {
      left: 5%; }
    .big-devices #pill {
      right: 20px; } }
  @media (max-width: 1200px) {
    .big-devices .cards {
      left: -50px; } }
  @media (max-width: 1000px) {
    .big-devices .cards {
      left: 0%; } }
  .big-devices .thank-you {
    color: white; }
    .big-devices .thank-you h1 {
      font-size: 50pt; }
    .big-devices .thank-you h2 {
      font-size: 18pt; }
    .big-devices .thank-you img {
      margin-top: 40px;
      margin-bottom: 200px; }
  .big-devices .join, .big-devices .thank-you {
    position: absolute;
    width: 100%; }

.small-devices {
  background-image: url(../img/section_bg.png);
  width: 100%;
  padding-top: 80px; }
  .small-devices .cards {
    display: block;
    max-width: 90%;
    margin: 0 auto; }
  .small-devices .padd {
    padding: 20px; }
  .small-devices h2, .small-devices h3 {
    font-family: "blogger";
    font-size: 18pt;
    font-weight: 300; }
  .small-devices h1 {
    font-family: "blogger";
    font-size: 35px;
    line-height: 40pt; }
    @media (max-width: 480px) {
      .small-devices h1 {
        font-size: 35px; } }
  .small-devices p {
    font-size: 13pt;
    margin-top: 20pt;
    line-height: 25pt;
    text-align: justify; }
  .small-devices .join-small {
    background-color: #26b671;
    background-image: url(../img/section_green_bg.png);
    text-align: center;
    color: white; }
    .small-devices .join-small p.soical-icons {
      text-align: center;
      padding-bottom: 20px; }
    .small-devices .join-small input {
      width: 100%;
      max-width: 330px;
      border-radius: 5px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      padding: 10px 30px;
      font-size: 20pt;
      border: 2px solid #26b671;
      color: black; }
      @media (max-width: 480px) {
        .small-devices .join-small input {
          width: 90%; } }
    .small-devices .join-small button {
      width: 100%;
      width: auto;
      margin-top: 10pt;
      font-size: 20pt;
      border-radius: 5px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background: #3c3c3b;
      border: 2px solid #242424;
      color: #fff;
      padding: 10px 20px;
      text-transform: uppercase;
      font-family: blogger;
      font-weight: bold; }
      @media (max-width: 480px) {
        .small-devices .join-small button {
          width: 90%; } }
    .small-devices .join-small p {
      font-size: 24px; }
  .small-devices .socialLog {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 30px; }
    .small-devices .socialLog .col {
      padding: 10px;
      flex: 0 1 auto;
      max-width: 100%; }
      .small-devices .socialLog .col a {
        display: inline-block;
        max-width: 100%;
        padding: 10px 20px;
        margin: 0;
        font-family: blogger;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        font-weight: 400;
        background: #3c3c3b;
        border: 2px solid #242424;
        border-radius: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .small-devices .socialLog .col img {
        display: inline-block;
        width: auto;
        height: 20px;
        margin: 0;
        padding: 0;
        margin-right: 10px;
        vertical-align: middle; }

.big-devices {
  display: block; }

.small-devices {
  display: none; }

/* @media(max-width: 1280px) { */
@media (max-width: 1024px) {
  .big-devices {
    display: none; }
  .small-devices {
    display: block; } }

/* @media(max-width: 1280px){ */
@media (max-width: 1024px) {
  #logo {
    left: 10px;
    top: 10px;
    position: absolute; } }

#email.error {
  border-color: red;
  background-color: #ff6961; }

.email-info {
  font-size: 20px; }
