@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@font-face {
  font-family: 'ubnt';
  src: url("../fonts/ubnt/ubnt.eot?hd3e7t");
  src: url("../fonts/ubnt/ubnt.eot?hd3e7t#iefix") format("embedded-opentype"), url("../fonts/ubnt/ubnt.woff2?hd3e7t") format("woff2"), url("../fonts/ubnt/ubnt.ttf?hd3e7t") format("truetype"), url("../fonts/ubnt/ubnt.woff?hd3e7t") format("woff"), url("../fonts/ubnt/ubnt.svg?hd3e7t#ubnt") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* normalize.css v3.0.3 | 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,
hgroup,
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,
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;
  box-sizing: content-box;
}

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

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.71429;
  color: #494949;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #494949;
  text-decoration: none;
}

a:hover, a:focus {
  color: #636363;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.71429;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: initial;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 39px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 19px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 13px;
}

p {
  margin: 0 0 12.5px;
}

.lead {
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 767px) {
  .lead {
    font-size: 22.5px;
  }
}

small,
.small {
  font-size: 86%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #f80000;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #c50000;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #ffe6e7;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ffb3b6;
}

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 25px;
}

dt,
dd {
  line-height: 1.71429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 767px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.71429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.71429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 767px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

.col-xs-1 {
  width: 4.16667%;
}

.col-xs-2 {
  width: 8.33333%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-4 {
  width: 16.66667%;
}

.col-xs-5 {
  width: 20.83333%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-7 {
  width: 29.16667%;
}

.col-xs-8 {
  width: 33.33333%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-10 {
  width: 41.66667%;
}

.col-xs-11 {
  width: 45.83333%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-13 {
  width: 54.16667%;
}

.col-xs-14 {
  width: 58.33333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.66667%;
}

.col-xs-17 {
  width: 70.83333%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-19 {
  width: 79.16667%;
}

.col-xs-20 {
  width: 83.33333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.66667%;
}

.col-xs-23 {
  width: 95.83333%;
}

.col-xs-24 {
  width: 100%;
}

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

.col-xs-pull-1 {
  right: 4.16667%;
}

.col-xs-pull-2 {
  right: 8.33333%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-4 {
  right: 16.66667%;
}

.col-xs-pull-5 {
  right: 20.83333%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-7 {
  right: 29.16667%;
}

.col-xs-pull-8 {
  right: 33.33333%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-10 {
  right: 41.66667%;
}

.col-xs-pull-11 {
  right: 45.83333%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-13 {
  right: 54.16667%;
}

.col-xs-pull-14 {
  right: 58.33333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.66667%;
}

.col-xs-pull-17 {
  right: 70.83333%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-19 {
  right: 79.16667%;
}

.col-xs-pull-20 {
  right: 83.33333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.66667%;
}

.col-xs-pull-23 {
  right: 95.83333%;
}

.col-xs-pull-24 {
  right: 100%;
}

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

.col-xs-push-1 {
  left: 4.16667%;
}

.col-xs-push-2 {
  left: 8.33333%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-4 {
  left: 16.66667%;
}

.col-xs-push-5 {
  left: 20.83333%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-7 {
  left: 29.16667%;
}

.col-xs-push-8 {
  left: 33.33333%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-10 {
  left: 41.66667%;
}

.col-xs-push-11 {
  left: 45.83333%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-13 {
  left: 54.16667%;
}

.col-xs-push-14 {
  left: 58.33333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.66667%;
}

.col-xs-push-17 {
  left: 70.83333%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-19 {
  left: 79.16667%;
}

.col-xs-push-20 {
  left: 83.33333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.66667%;
}

.col-xs-push-23 {
  left: 95.83333%;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-13 {
  margin-left: 54.16667%;
}

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

.col-xs-offset-15 {
  margin-left: 62.5%;
}

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

.col-xs-offset-17 {
  margin-left: 70.83333%;
}

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

.col-xs-offset-19 {
  margin-left: 79.16667%;
}

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

.col-xs-offset-21 {
  margin-left: 87.5%;
}

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

.col-xs-offset-23 {
  margin-left: 95.83333%;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

@media (min-width: 767px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.16667%;
  }
  .col-sm-2 {
    width: 8.33333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.66667%;
  }
  .col-sm-5 {
    width: 20.83333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.16667%;
  }
  .col-sm-8 {
    width: 33.33333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66667%;
  }
  .col-sm-11 {
    width: 45.83333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.16667%;
  }
  .col-sm-14 {
    width: 58.33333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66667%;
  }
  .col-sm-17 {
    width: 70.83333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16667%;
  }
  .col-sm-20 {
    width: 83.33333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66667%;
  }
  .col-sm-23 {
    width: 95.83333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 4.16667%;
  }
  .col-sm-pull-2 {
    right: 8.33333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.66667%;
  }
  .col-sm-pull-5 {
    right: 20.83333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.16667%;
  }
  .col-sm-pull-8 {
    right: 33.33333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.66667%;
  }
  .col-sm-pull-11 {
    right: 45.83333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.16667%;
  }
  .col-sm-pull-14 {
    right: 58.33333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.66667%;
  }
  .col-sm-pull-17 {
    right: 70.83333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.16667%;
  }
  .col-sm-pull-20 {
    right: 83.33333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.66667%;
  }
  .col-sm-pull-23 {
    right: 95.83333%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 4.16667%;
  }
  .col-sm-push-2 {
    left: 8.33333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.66667%;
  }
  .col-sm-push-5 {
    left: 20.83333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.16667%;
  }
  .col-sm-push-8 {
    left: 33.33333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.66667%;
  }
  .col-sm-push-11 {
    left: 45.83333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.16667%;
  }
  .col-sm-push-14 {
    left: 58.33333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.66667%;
  }
  .col-sm-push-17 {
    left: 70.83333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.16667%;
  }
  .col-sm-push-20 {
    left: 83.33333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.66667%;
  }
  .col-sm-push-23 {
    left: 95.83333%;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333%;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.16667%;
  }
  .col-md-2 {
    width: 8.33333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.66667%;
  }
  .col-md-5 {
    width: 20.83333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.16667%;
  }
  .col-md-8 {
    width: 33.33333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.66667%;
  }
  .col-md-11 {
    width: 45.83333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.16667%;
  }
  .col-md-14 {
    width: 58.33333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.66667%;
  }
  .col-md-17 {
    width: 70.83333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.16667%;
  }
  .col-md-20 {
    width: 83.33333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.66667%;
  }
  .col-md-23 {
    width: 95.83333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.16667%;
  }
  .col-md-pull-2 {
    right: 8.33333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.66667%;
  }
  .col-md-pull-5 {
    right: 20.83333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.16667%;
  }
  .col-md-pull-8 {
    right: 33.33333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.66667%;
  }
  .col-md-pull-11 {
    right: 45.83333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.16667%;
  }
  .col-md-pull-14 {
    right: 58.33333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.66667%;
  }
  .col-md-pull-17 {
    right: 70.83333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.16667%;
  }
  .col-md-pull-20 {
    right: 83.33333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.66667%;
  }
  .col-md-pull-23 {
    right: 95.83333%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.16667%;
  }
  .col-md-push-2 {
    left: 8.33333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.66667%;
  }
  .col-md-push-5 {
    left: 20.83333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.16667%;
  }
  .col-md-push-8 {
    left: 33.33333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.66667%;
  }
  .col-md-push-11 {
    left: 45.83333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.16667%;
  }
  .col-md-push-14 {
    left: 58.33333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.66667%;
  }
  .col-md-push-17 {
    left: 70.83333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.16667%;
  }
  .col-md-push-20 {
    left: 83.33333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.66667%;
  }
  .col-md-push-23 {
    left: 95.83333%;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 4.16667%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.66667%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.16667%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.66667%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.16667%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.66667%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.16667%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.66667%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.16667%;
  }
  .col-lg-2 {
    width: 8.33333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.66667%;
  }
  .col-lg-5 {
    width: 20.83333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.16667%;
  }
  .col-lg-8 {
    width: 33.33333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.66667%;
  }
  .col-lg-11 {
    width: 45.83333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.16667%;
  }
  .col-lg-14 {
    width: 58.33333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.66667%;
  }
  .col-lg-17 {
    width: 70.83333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.16667%;
  }
  .col-lg-20 {
    width: 83.33333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.66667%;
  }
  .col-lg-23 {
    width: 95.83333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.16667%;
  }
  .col-lg-pull-2 {
    right: 8.33333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.66667%;
  }
  .col-lg-pull-5 {
    right: 20.83333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.16667%;
  }
  .col-lg-pull-8 {
    right: 33.33333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.66667%;
  }
  .col-lg-pull-11 {
    right: 45.83333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.16667%;
  }
  .col-lg-pull-14 {
    right: 58.33333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.66667%;
  }
  .col-lg-pull-17 {
    right: 70.83333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.16667%;
  }
  .col-lg-pull-20 {
    right: 83.33333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.66667%;
  }
  .col-lg-pull-23 {
    right: 95.83333%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.16667%;
  }
  .col-lg-push-2 {
    left: 8.33333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.66667%;
  }
  .col-lg-push-5 {
    left: 20.83333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.16667%;
  }
  .col-lg-push-8 {
    left: 33.33333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.66667%;
  }
  .col-lg-push-11 {
    left: 45.83333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.16667%;
  }
  .col-lg-push-14 {
    left: 58.33333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.66667%;
  }
  .col-lg-push-17 {
    left: 70.83333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.16667%;
  }
  .col-lg-push-20 {
    left: 83.33333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.66667%;
  }
  .col-lg-push-23 {
    left: 95.83333%;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.71429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.71429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 48px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 0;
}

select.input-lg {
  height: 48px;
  line-height: 48px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 48.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #f80000;
}

.has-error .form-control {
  border-color: #f80000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #c50000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff5f5f;
}

.has-error .input-group-addon {
  color: #f80000;
  border-color: #f80000;
  background-color: #ffe6e7;
}

.has-error .form-control-feedback {
  color: #f80000;
}

.has-feedback label ~ .form-control-feedback {
  top: 30px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #898989;
}

@media (min-width: 767px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 767px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 767px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 19px;
  }
}

@media (min-width: 767px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.71429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #494949;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #636363;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 0;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 766px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 766px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 766px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 766px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 766px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

[data-feature-detect] {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
  top: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [data-feature-detect="retina"] {
    height: 1px;
  }
}

html {
  background-color: #ffffff;
  height: 100%;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

::selection {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

@keyframes flipscreen {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

body {
  height: 100%;
  max-width: 100%;
  background-color: transparent;
  -moz-osx-font-smoothing: grayscale;
}

body.mobile-menu-active {
  overflow: hidden;
}

a {
  cursor: pointer;
}

#app-root {
  height: 100%;
  opacity: 1;
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.app-divider {
  border-bottom: 1px solid rgba(73, 73, 73, 0.2);
}

[data-scroll-class] {
  transition: opacity 0.9s cubic-bezier(0.26, 0.46, 0.45, 0.95) 0s, transform 0.9s cubic-bezier(0.26, 0.46, 0.45, 0.95) 0s, color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transform: translate3d(0px, 50px, 0px);
  opacity: 0;
}

.scrollaware-active {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.col-x {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

#app-header {
  color: #aeb4b7;
  height: 57px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  background-color: #11181c;
}

.section-content-menu {
  float: right;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .section-content-menu {
    display: none;
  }
}

.section-content-menu li {
  float: left;
  margin-left: 29px;
}

.section-content-menu a {
  color: #939393;
  font-size: 11.5px;
  text-decoration: none;
  line-height: 69px;
  display: block;
  transition: .35s;
  letter-spacing: 1.75px;
}

.section-content-menu a .btn {
  font-size: 11.5px;
  line-height: 35px;
  height: 35px;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.section-content-menu a:hover {
  color: #000000;
}

.fp-viewing-products .section-content-menu a:hover {
  color: #ffffff;
}

.header-menu-dark .section-content-menu a:hover {
  color: #000000;
}

.section-content-header {
  height: 69px;
  line-height: 69px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: lighter;
  color: #ffffff;
}

.section-content-header:before, .section-content-header:after {
  content: " ";
  display: table;
}

.section-content-header:after {
  clear: both;
}

@media (max-width: 480px) {
  .section-content-header {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.section-content-header .section-content-title {
  float: left;
}

.section-content-header .section-content-title:before, .section-content-header .section-content-title:after {
  content: " ";
  display: table;
}

.section-content-header .section-content-title:after {
  clear: both;
}

@media (max-width: 320px) {
  .section-content-header .section-content-title {
    transform: scale(0.7) translateX(-50px) translateY(-20px);
  }
}

.section-content-header .section-content-btn {
  float: right;
}

.section-content-header .section-content-btn .btn {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding-left: 23px;
  padding-right: 23px;
}

@media (max-width: 480px) {
  .section-content-header .section-content-btn .btn {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }
}

.section-content-header .node-icon {
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  height: 69px;
}

@media (max-width: 480px) {
  .section-content-header .node-icon {
    padding-right: 10px;
    margin-right: 10px;
  }
}

.section-content-header .node-icon a {
  width: 60px;
  height: 69px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  background-image: url("../img/unifi.svg");
  background-size: 60px auto;
}

.section-content-header .node-icon:before {
  display: block;
  content: ' ';
  height: 30px;
  width: 1px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.section-content-header .node-title {
  float: left;
  font-size: 18px;
}

@media (max-width: 992px) {
  .section-content-header .node-title {
    font-weight: 300;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .section-content-header .node-title {
    font-size: 14px;
  }
}

.node-section-three .section-content-header .node-icon a {
  color: #4A4A4A;
}

.node-section-three .section-content-header .node-icon:before {
  background-color: #4A4A4A;
}

.node-section-three .section-content-header .node-title {
  color: #4A4A4A;
}

.header-light .section-content-header .node-icon a {
  color: #ffffff;
}

.header-light .section-content-header .node-icon:before {
  background-color: #ffffff;
}

.header-light .section-content-header .node-title {
  color: #ffffff;
}

.node-section-one {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  background-color: #0d1316;
  height: 57px;
  transform: translate3d(0px, 0px, 0px);
  z-index: 5;
  overflow: hidden;
}

.node-section-two {
  position: absolute;
  left: 0;
  right: 0;
  top: 57px;
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: translate3d(0px, 0px, 0px);
  z-index: 2;
  overflow: hidden;
}

.node-section-three {
  position: absolute;
  left: 0;
  right: 0;
  top: 57px;
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: translate3d(0px, -126px, 0px);
  z-index: 2;
  overflow: hidden;
  display: none;
}

.node-section-three .node-icon a {
  background-image: url("../img/unifi-dark.svg");
}

html.fp-enabled .node-section-three {
  display: block;
}

body.fp-viewing-home .node-section-one {
  transform: translate3d(0px, 0px, 0px);
}

body.fp-viewing-home .node-section-two {
  transform: translate3d(0px, 0px, 0px);
}

body.fp-viewing-consolidate .node-section-two,
body.fp-viewing-virtualize .node-section-two,
body.fp-viewing-mobile .node-section-two,
body.fp-viewing-surveillance .node-section-two {
  transform: translate3d(0px, -126px, 0px);
}

body.fp-viewing-consolidate .node-section-three,
body.fp-viewing-virtualize .node-section-three,
body.fp-viewing-mobile .node-section-three,
body.fp-viewing-surveillance .node-section-three {
  transform: translate3d(0px, 0px, 0px);
}

body.mobile-menu-active .node-section-one {
  transform: translate3d(0px, 0px, 0px);
}

body.mobile-menu-active .node-section-two {
  transform: translate3d(0px, -126px, 0px);
}

body.mobile-menu-active .node-section-three {
  transform: translate3d(0px, -126px, 0px);
}

#app-logo {
  float: left;
}

#app-logo a {
  display: block;
  background-color: #00a0df;
  width: 57px;
  height: 57px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  text-align: center;
  background-image: url("../img/ubnt-logo-u.svg");
  background-size: 30px auto;
}

.app-menu {
  text-transform: uppercase;
}

@media (max-width: 890px) {
  .app-menu {
    display: none;
  }
}

.app-menu li {
  float: left;
  letter-spacing: 1.75px;
}

@media (max-width: 1150px) {
  .app-menu li {
    letter-spacing: 1px;
  }
}

.app-menu li.active a {
  color: #00a0df;
}

.app-menu a {
  color: #aeb4b7;
  font-size: 11.5px;
  text-decoration: none;
  line-height: 56px;
  display: block;
  transition: .35s;
  letter-spacing: 1.75px;
}

@media (max-width: 1150px) {
  .app-menu a {
    letter-spacing: 1px;
  }
}

.app-menu.left {
  float: left;
  margin-left: 32px;
}

.app-menu.left li {
  margin-right: 33px;
}

@media (max-width: 1150px) {
  .app-menu.left li {
    margin-right: 13px;
  }
}

.app-menu.right {
  float: right;
  margin-right: 8px;
}

.app-menu.right li {
  margin-left: 33px;
}

@media (max-width: 1150px) {
  .app-menu.right li {
    margin-left: 13px;
  }
}

.app-menu a:hover {
  color: #ffffff;
}

.app-search {
  margin-right: 10px;
  float: right;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  padding-right: 57px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

@media (max-width: 890px) {
  .app-search {
    display: none;
  }
}

@media (max-width: 1150px) {
  .app-search {
    margin-right: -10px;
  }
}

.app-search form {
  overflow: hidden;
  width: 0px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.app-search.active {
  margin-left: 28px;
}

.app-search.active form {
  width: 200px;
}

.app-search input {
  border: 0;
  background-color: rgba(255, 255, 255, 0.05);
  height: 57px;
  padding: 15px;
  padding-left: 15px;
  padding-right: 15px;
  color: #aeb4b7;
  font-size: 12px;
  transition: .35s;
  line-height: 1.4;
  width: 200px;
  display: block;
  letter-spacing: 1.75px;
  transition: .35s;
}

.app-search input:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.app-search input:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

.app-search input:invalid {
  background-color: rgba(255, 255, 255, 0.08);
  border: transparent;
  box-shadow: 0 0 0 transparent;
}

.app-search input:valid {
  background-color: rgba(255, 255, 255, 0.08);
}

.app-search button {
  margin: 0;
  padding: 0;
  border: 0;
  height: 57px;
  width: 57px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../img/search.svg");
  background-size: 16px auto;
  background-position: 50% 19px;
}

#app-mobile-menu-trigger {
  display: none;
  position: relative;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  background-color: transparent;
  float: right;
  cursor: pointer;
}

#app-mobile-menu-trigger .line {
  display: block;
  position: absolute;
  width: 27px;
  height: 3px;
  left: 50%;
  margin-left: -13px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#app-mobile-menu-trigger .line.line-top {
  top: 20px;
  animation: line-move-1 0.5s forwards;
  animation-play-state: paused;
  animation-direction: normal;
}

#app-mobile-menu-trigger .line.line-middle {
  top: 27px;
}

#app-mobile-menu-trigger .line.line-bottom {
  bottom: 20px;
  animation: line-move-2 0.5s forwards;
  animation-play-state: paused;
  animation-direction: normal;
}

.mobile-menu-activating #app-mobile-menu-trigger .line {
  display: block;
  position: absolute;
  width: 27px;
  height: 3px;
  left: 50%;
}

.mobile-menu-activating #app-mobile-menu-trigger .line.line-top {
  top: 27px;
}

.mobile-menu-activating #app-mobile-menu-trigger .line.line-middle {
  opacity: 0;
}

.mobile-menu-activating #app-mobile-menu-trigger .line.line-bottom {
  bottom: 27px;
}

.mobile-menu-active #app-mobile-menu-trigger .line {
  background-color: #00aeff;
}

.mobile-menu-active #app-mobile-menu-trigger .line.line-top {
  transform: rotate(45deg);
}

.mobile-menu-active #app-mobile-menu-trigger .line.line-bottom {
  transform: rotate(-45deg);
}

@media (max-width: 890px) {
  #app-mobile-menu-trigger {
    display: block;
  }
}

#app-mobile-menu {
  overflow: hidden;
  top: 0;
  right: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 19, 22, 0.97);
  z-index: 99998;
  transform: translate3d(150%, 0, 0);
  filter: blur(50px);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  display: none;
}

@media (max-width: 992px) {
  #app-mobile-menu {
    display: block;
  }
}

.mobile-menu-active #app-mobile-menu {
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}

#app-mobile-menu .menu-content {
  position: absolute;
  left: 0px;
  top: 57px;
  right: 0px;
  bottom: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#app-mobile-menu .menu-head form {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#app-mobile-menu .menu-head form input {
  display: block;
  width: 100%;
  height: 57px;
  padding: 10px;
  background-color: black;
  margin: 0;
  border: none;
  padding-left: 57px;
  padding-right: 30px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
}

#app-mobile-menu .menu-head form button {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 57px;
  height: 57px;
  width: 57px;
  z-index: 2;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

#app-mobile-menu .menu-head form button .icon {
  font-size: 22px;
  vertical-align: middle;
  color: #8d8d8d;
}

#app-mobile-menu .menu-body {
  text-align: left;
}

#app-mobile-menu .menu-body li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#app-mobile-menu .menu-body > ul > li {
  transform: translate3d(0px, -20px, 0px);
  filter: blur(20px);
  opacity: 0;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li {
  transform: translate3d(0px, 0px, 0px);
  filter: blur(0px);
  opacity: 1;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(0) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(1) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(2) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(3) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(4) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(5) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(6) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(7) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(8) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(9) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(10) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(11) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(12) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.7s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(13) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(14) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.9s;
}

.mobile-menu-active #app-mobile-menu .menu-body > ul > li:nth-child(15) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 2s;
}

#app-mobile-menu .menu-body a {
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  transition: .35s;
  color: rgba(255, 255, 255, 0.9);
}

#app-mobile-menu .menu-body a:active {
  background-color: rgba(255, 255, 255, 0.05);
}

#app-mobile-menu .menu-body a .icon {
  margin-right: 15px;
  font-size: 22px;
  vertical-align: middle;
}

#app-mobile-menu .menu-body a .icon.ubnt-icon--pointer-down {
  margin-right: 0;
  font-size: 15px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  transform: rotate(90deg);
  transition: .35s;
}

#app-mobile-menu .menu-body .node-sublist {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.02);
  transform: translate3d(0px, 20px, 0px) scale(1.2);
  filter: blur(50px);
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#app-mobile-menu .menu-body .node-sublist li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#app-mobile-menu .menu-body .node-sublist li:last-child {
  border-bottom: none;
}

#app-mobile-menu .menu-body .node-sublist a {
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: none;
}

#app-mobile-menu .menu-body .node-sublist a .icon {
  font-size: 17px;
  margin-right: 10px;
}

#app-mobile-menu .menu-body li.active a .icon.ubnt-icon--pointer-down {
  transform: rotate(0deg);
}

#app-mobile-menu .menu-body li.active .node-sublist {
  height: auto;
  transform: translate3d(0px, 0px, 0px) scale(1);
  filter: blur(0px);
  opacity: 1;
  visibility: visible;
}

#app-mobile-submenu-view-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: 99999999999999;
}

@media (max-width: 767px) {
  #app-mobile-submenu-view-container {
    display: block;
  }
}

#app-mobile-submenu-view-container.active {
  opacity: 1;
  visibility: visible;
}

#app-mobile-submenu-view-container.active #app-mobile-submenu-view {
  transform: scale(1);
}

#app-mobile-submenu-view {
  background-color: rgba(49, 55, 59, 0.95);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  z-index: 999999;
  text-align: center;
  overflow-y: scroll;
  width: 325px;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: scale(0.8);
  position: relative;
  zoom: 1;
  margin-top: 65px;
  margin-bottom: 65px;
  max-height: 70vh;
}

@media (max-width: 480px) {
  #app-mobile-submenu-view {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}

#app-mobile-submenu-view ul {
  padding: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#app-mobile-submenu-view li {
  padding-top: 15px;
  padding-bottom: 15px;
  transform: translate3d(-150px, 0px, 0px);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #app-mobile-submenu-view li {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0px, 0px, 0px);
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }
}

@media (max-width: 480px) {
  #app-mobile-submenu-view li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#app-mobile-submenu-view li.product-dropdown-divider {
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
}

#app-mobile-submenu-view li:nth-child(1) {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#app-mobile-submenu-view li:nth-child(2) {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

#app-mobile-submenu-view li:nth-child(3) {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

#app-mobile-submenu-view a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#app-mobile-submenu-view .node-icon {
  display: block;
  height: 60px;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-size: contain !important;
  margin-bottom: 10px;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#app-mobile-submenu-view .node-title {
  display: block;
}

@media (max-width: 767px) {
  #app-mobile-submenu-view .node-title {
    color: #939393;
    font-size: 14px;
  }
}

#app-mobile-submenu-view .node-prop {
  color: #A5A5A5;
  display: block;
}

#app-mobile-submenu-view .node-price {
  color: #0DA2DF;
  display: block;
  font-weight: 600;
}

#app-mobile-submenu-view li {
  display: inline-block;
  padding-left: 18px;
  padding-right: 18px;
  vertical-align: top;
  position: relative;
}

#app-mobile-submenu-view li:before {
  display: block;
  content: ' ';
  position: absolute;
  left: -10px;
  top: 25px;
  bottom: 25px;
  width: 2px;
  background-image: url("../img/general/submenu-divider.png");
  background-size: 2px auto;
  background-position: 0 0;
  background-repeat: repeat-y;
}

@media (max-width: 480px) {
  #app-mobile-submenu-view li:before {
    display: none;
  }
}

#app-mobile-submenu-view li:first-child:before {
  display: none;
}

#app-mobile-submenu-view li:nth-child(2n+3):before {
  display: none;
}

#app-mobile-submenu-view a .node-icon {
  margin-bottom: 20px;
}

#app-mobile-submenu-view a .node-title {
  color: #ffffff !important;
}

.linebrake {
  display: block;
}

@media (max-width: 767px) {
  .linebrake {
    display: inline-block;
  }
}

.app-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
  position: relative;
  max-width: 990px;
}

.app-container:before, .app-container:after {
  content: " ";
  display: table;
}

.app-container:after {
  clear: both;
}

.app-container.limitless {
  width: auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

video {
  background-color: transparent !important;
}

#app-content .section-content {
  position: relative;
  z-index: 999;
}

#section--01 {
  height: 57px;
}

#section--02 {
  position: relative;
  overflow: hidden;
}

#section--02 .app-container, #section--02 .row, #section--02 [class*="col-"], #section--02 .node--content {
  height: 100%;
}

#section--02 .item {
  text-align: center;
}

#section--02 .item .item-logo {
  padding-bottom: 14px;
  position: relative;
  z-index: 3;
  transform: translateZ(0);
  transition: opacity 0.9s cubic-bezier(0.26, 0.46, 0.45, 0.95) 0s, transform 0.9s cubic-bezier(0.26, 0.46, 0.45, 0.95) 0s, color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transform: translate3d(0px, 50px, 0px) scale(0.96);
  opacity: 0;
}

.preload-complete #section--02 .item .item-logo {
  transform: translate3d(0px, 0px, 0px) scale(1);
  opacity: 1;
}

#section--02 .item .item-title {
  font-size: 20px;
  position: relative;
  z-index: 3;
  transform: translateZ(0);
  transition: opacity 0.9s cubic-bezier(0.26, 0.46, 0.45, 0.95) 0s, transform 0.9s cubic-bezier(0.26, 0.46, 0.45, 0.95) 0s, color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition-delay: 0.2s;
  transform: translate3d(0px, 50px, 0px) scale(0.96);
  opacity: 0;
}

.preload-complete #section--02 .item .item-title {
  transform: translate3d(0px, 0px, 0px) scale(1);
  opacity: 1;
}

#section--02 .item .item-subtitle {
  font-size: 13px;
  position: relative;
  z-index: 3;
  transform: translateZ(0);
  transition: opacity 0.9s cubic-bezier(0.26, 0.46, 0.45, 0.95) 0s, transform 0.9s cubic-bezier(0.26, 0.46, 0.45, 0.95) 0s, color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition-delay: 0.4s;
  transform: translate3d(0px, 50px, 0px) scale(0.96);
  opacity: 0;
}

.preload-complete #section--02 .item .item-subtitle {
  transform: translate3d(0px, 0px, 0px) scale(1);
  opacity: 1;
}

#section--02 .item .item-buy {
  position: relative;
  z-index: 2;
  padding-top: 25px;
  transition: opacity 0.9s cubic-bezier(0.26, 0.46, 0.45, 0.95) 0s, transform 0.9s cubic-bezier(0.26, 0.46, 0.45, 0.95) 0s, color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition-delay: 0.6s;
  transform: translate3d(0px, 50px, 0px) scale(0.96);
  opacity: 0;
}

.preload-complete #section--02 .item .item-buy {
  transform: translate3d(0px, 0px, 0px) scale(1);
  opacity: 1;
}

#section--02 .item .item-buy .btn {
  padding-left: 40px;
  padding-right: 40px;
}

#section--02 .node--background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 0 100%;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

#section--02 .node--background.active {
  opacity: 1;
}

@media (max-width: 767px) {
  #section--02 .node--background {
    background-image: url("../img/section-02/header-responsive.jpg");
    filter: blur(3px);
    opacity: 0.5;
  }
}

@media (max-height: 550px) {
  #section--02 .node--background {
    background-image: url("../img/section-02/header-responsive.jpg");
    filter: blur(3px);
    opacity: 0.5;
  }
}

#section--02 .node--background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}

@media (max-width: 767px) {
  #section--02 .node--background video {
    display: none;
  }
}

@media (max-height: 550px) {
  #section--02 .node--background video {
    display: none;
  }
}

#section--03 {
  position: relative;
  overflow: hidden;
}

#section--03 .app-container {
  z-index: 3;
}

#section--03 .node--content {
  padding-top: 60px;
  min-height: 500px;
  position: relative;
}

@media (max-width: 992px) {
  #section--03 .node--content {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

#section--03 .node--content:before {
  display: block;
  content: ' ';
  height: 1px;
  background-color: #EDEDED;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

#section--03 .node--content:after {
  display: block;
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -365px;
  margin-left: -365px;
  width: 730px;
  height: 730px;
  background-color: #FCFCFC;
  border-radius: 100%;
  filter: blur(50px);
  z-index: 10;
}

#section--03 .node--device {
  position: absolute;
  right: -85px;
  top: 50%;
  margin-top: -240px;
  width: 500px;
  height: 449px;
  z-index: 1;
}

#section--03 .node--device video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out 1s;
}

#section--03 .node--device.state-initiated video {
  opacity: 1;
}

#section--03 .node--device img {
  display: none;
}

@media (max-width: 992px) {
  #section--03 .node--device {
    margin-top: 0;
    position: relative;
    top: auto;
    text-align: center;
    width: auto;
    height: auto;
    z-index: 999;
    right: auto;
  }
  #section--03 .node--device video {
    display: none;
  }
  #section--03 .node--device img {
    display: inline-block;
    max-width: 100%;
  }
}

#section--03 .node--title {
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
  padding-right: 50%;
}

@media (max-width: 992px) {
  #section--03 .node--title {
    padding-right: 0;
    text-align: center;
  }
}

#section--03 .node--lead {
  padding-bottom: 35px;
  padding-right: 50%;
  font-weight: 300;
  position: relative;
  z-index: 20;
}

@media (max-width: 992px) {
  #section--03 .node--lead {
    padding-right: 0;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

#section--03 .node--list {
  padding-bottom: 40px;
  position: relative;
  z-index: 20;
}

@media (max-width: 992px) {
  #section--03 .node--list {
    width: auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
}

#section--03 .node--list li {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  #section--03 .node--list li {
    margin-bottom: 40px;
  }
}

#section--03 .node--list li:last-child {
  margin-bottom: 0;
}

#section--03 .node--list .item-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -21.5px;
  width: 44px;
  height: 43px;
  border-radius: 100%;
  box-shadow: 0 0 10px 5px rgba(193, 193, 193, 0.5);
}

@media (max-width: 480px) {
  #section--03 .node--list .item-icon {
    position: relative;
    margin-top: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

#section--03 .node--list .item-icon.icon--01 {
  background-image: url("../img/section-03/icon-01.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #section--03 .node--list .item-icon.icon--01 {
    background-image: url("../img/section-03/icon-01@2x.png");
    background-size: 44px 43px;
  }
}

#section--03 .node--list .item-icon.icon--02 {
  background-image: url("../img/section-03/icon-02.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #section--03 .node--list .item-icon.icon--02 {
    background-image: url("../img/section-03/icon-02@2x.png");
    background-size: 44px 43px;
  }
}

#section--03 .node--list .item-icon.icon--03 {
  background-image: url("../img/section-03/icon-03.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #section--03 .node--list .item-icon.icon--03 {
    background-image: url("../img/section-03/icon-03@2x.png");
    background-size: 44px 43px;
  }
}

#section--03 .node--list .item-title {
  line-height: 40px;
  padding-left: 60px;
  font-weight: 300;
}

@media (max-width: 480px) {
  #section--03 .node--list .item-title {
    text-align: center;
    padding-left: 0;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
  }
}

#section--03 .node--more {
  padding-bottom: 40px;
  position: relative;
  z-index: 20;
}

@media (max-width: 992px) {
  #section--03 .node--more {
    text-align: center;
  }
}

#section--03 .node--more .btn {
  min-width: 140px;
}

#section--04 {
  position: relative;
  overflow: hidden;
}

#section--04 .node--content {
  padding-top: 80px;
  min-height: 600px;
  position: relative;
}

@media (max-width: 992px) {
  #section--04 .node--content {
    min-height: 0;
    padding-top: 40px;
  }
}

#section--04 .node--device {
  position: absolute;
  bottom: -155px;
  right: 0;
  height: 599px;
  width: 700px;
}

@media (max-width: 992px) {
  #section--04 .node--device {
    width: auto;
    height: auto;
    position: relative;
    bottom: auto;
    padding-top: 20px;
    margin-bottom: -20%;
    text-align: center;
  }
  #section--04 .node--device img {
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  #section--04 .node--device img {
    max-width: 100%;
  }
}

#section--04 .node--device .item-01 {
  position: absolute;
  left: -32px;
  top: 145px;
  width: 150px;
  height: 150px;
}

@media (max-width: 992px) {
  #section--04 .node--device .item-01 {
    display: none;
  }
}

#section--04 .node--title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
}

@media (max-width: 992px) {
  #section--04 .node--title {
    text-align: center;
  }
}

#section--04 .node--lead {
  margin-bottom: 35px;
  font-weight: 300;
}

@media (max-width: 992px) {
  #section--04 .node--lead {
    text-align: center;
  }
}

#section--04 .node--list {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  #section--04 .node--list {
    text-align: center;
  }
}

@media (max-width: 992px) {
  #section--04 .node--list ul {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
}

#section--04 .node--list li {
  position: relative;
  margin-bottom: 20px;
}

#section--04 .node--list li:last-child {
  margin-bottom: 0;
}

#section--04 .node--list .item-icon {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #fafafa;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

#section--04 .node--list .item-icon.icon--01 {
  background-color: #006FBC;
}

#section--04 .node--list .item-icon.icon--02 {
  background-color: #01BEFE;
}

#section--04 .node--list .item-title {
  line-height: 20px;
  padding-left: 35px;
  font-weight: 300;
}

#section--05 {
  background-color: #FAFAFA;
  overflow: hidden;
  border-bottom: 1px solid #EDEDED;
}

#section--05 .node--content {
  height: 380px;
  position: relative;
}

@media (max-width: 992px) {
  #section--05 .node--content {
    height: auto;
    padding-bottom: 40px;
    text-align: center;
    padding-top: 30px;
  }
}

#section--05 .node--title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
  padding-right: 50%;
}

@media (max-width: 992px) {
  #section--05 .node--title {
    padding-right: 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

#section--05 .node--lead {
  margin-bottom: 35px;
  font-weight: 300;
  padding-right: 60%;
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  #section--05 .node--lead {
    padding-right: 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}

#section--05 .node--devices {
  position: absolute;
  right: -55px;
  top: 50%;
  width: 512px;
  height: 347px;
  margin-top: -70px;
  text-align: center;
}

#section--05 .node--devices img {
  width: 400px;
}

@media (max-width: 992px) {
  #section--05 .node--devices {
    margin-top: 0;
    position: relative;
    right: auto;
    top: 0;
    text-align: center;
    width: auto;
    height: auto;
    padding-top: 40px;
    margin-bottom: -40px;
  }
  #section--05 .node--devices img {
    max-width: 100%;
  }
}

#section--05 .node--list {
  padding-right: 60%;
}

@media (max-width: 992px) {
  #section--05 .node--list {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  #section--05 .node--list ul {
    display: inline-block;
    vertical-align: middle;
  }
}

#section--05 .node--list .item-title {
  font-weight: 300;
}

#section--06 {
  position: relative;
  overflow: hidden;
}

#section--06 .app-container {
  z-index: 3;
}

#section--06:after {
  display: block;
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -365px;
  margin-left: -365px;
  width: 730px;
  height: 730px;
  background-color: #FCFCFC;
  border-radius: 100%;
  filter: blur(50px);
  z-index: 0;
}

#section--06 .node--content {
  padding-top: 45px;
  min-height: 720px;
  position: relative;
  border-bottom: 1px solid #EDEDED;
}

#section--06 .node--logo {
  text-align: center;
  margin-bottom: 25px;
}

#section--06 .node--title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#section--06 .node--lead {
  margin-bottom: 35px;
  text-align: center;
  font-weight: 300;
}

@media (max-width: 992px) {
  #section--06 .node--lead {
    margin-bottom: 0;
  }
}

#section--06 .node--list {
  margin-bottom: 60px;
  width: 45%;
  margin-left: auto;
  padding-top: 50px;
}

@media (max-width: 992px) {
  #section--06 .node--list {
    width: auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

#section--06 .node--list li {
  position: relative;
  margin-bottom: 40px;
}

#section--06 .node--list li:last-child {
  margin-bottom: 0;
}

#section--06 .node--list .item-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -21.5px;
  width: 44px;
  height: 43px;
  border-radius: 100%;
  box-shadow: 0 0 10px 5px rgba(193, 193, 193, 0.5);
}

@media (max-width: 480px) {
  #section--06 .node--list .item-icon {
    position: relative;
    margin-top: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

#section--06 .node--list .item-icon.icon--01 {
  background-image: url("../img/section-06/icon-01.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #section--06 .node--list .item-icon.icon--01 {
    background-image: url("../img/section-06/icon-01@2x.png");
    background-size: 44px 43px;
  }
}

#section--06 .node--list .item-icon.icon--02 {
  background-image: url("../img/section-06/icon-02.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #section--06 .node--list .item-icon.icon--02 {
    background-image: url("../img/section-06/icon-02@2x.png");
    background-size: 44px 43px;
  }
}

#section--06 .node--list .item-icon.icon--03 {
  background-image: url("../img/section-06/icon-03.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #section--06 .node--list .item-icon.icon--03 {
    background-image: url("../img/section-06/icon-03@2x.png");
    background-size: 44px 43px;
  }
}

#section--06 .node--list .item-title {
  line-height: 1.4;
  padding-left: 60px;
}

@media (max-width: 480px) {
  #section--06 .node--list .item-title {
    text-align: center;
    padding-left: 0;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

#section--06 .node--list .item-title .item-title--01 {
  font-size: 16px;
  color: #494949;
  padding-bottom: 10px;
}

#section--06 .node--list .item-title .item-title--02 {
  font-size: 13px;
  color: #A1A1A1;
  font-weight: 300;
}

#section--06 .node--more {
  margin-bottom: 40px;
  width: 45%;
  margin-left: auto;
}

@media (max-width: 992px) {
  #section--06 .node--more {
    width: auto;
    text-align: center;
  }
}

#section--06 .node--more .btn {
  min-width: 140px;
  margin-right: 10px;
  text-align: left;
  padding-left: 55px;
}

@media (max-width: 992px) {
  #section--06 .node--more .btn {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 480px) {
  #section--06 .node--more .btn {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

#section--06 .node--more .btn:before, #section--06 .node--more .btn:after {
  display: block;
  position: absolute;
  content: ' ';
  width: 40px;
  left: 15px;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out 0s;
}

#section--06 .node--more .btn:before {
  opacity: 1;
}

#section--06 .node--more .btn:after {
  opacity: 0;
}

#section--06 .node--more .btn.icon--01:before {
  background-image: url("../img/section-06/apple-01.svg");
}

#section--06 .node--more .btn.icon--01:after {
  background-image: url("../img/section-06/apple-02.svg");
}

#section--06 .node--more .btn.icon--01:hover:before {
  opacity: 0;
}

#section--06 .node--more .btn.icon--01:hover:after {
  opacity: 1;
}

#section--06 .node--more .btn.icon--02:before {
  background-image: url("../img/section-06/play.svg");
}

#section--06 .node--device {
  position: absolute;
  right: 50%;
  bottom: -200px;
  width: 335px;
  height: 641px;
}

#section--06 .node--device img {
  position: relative;
  z-index: 20;
}

#section--06 .node--device .item {
  left: 5.67164%;
  right: 17.91045%;
  top: 11.23245%;
  bottom: 17.62871%;
  position: absolute;
  background-color: #ffffff;
  z-index: 10;
}

#section--06 .node--device .item-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
  visibility: visible;
  filter: blur(50px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: translateZ(0px);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

#section--06 .node--device .item-image.active {
  opacity: 1;
  z-index: 99;
  visibility: visible;
  filter: blur(0px);
}

#section--06 .node--device .item-image.image--01 {
  background-image: url("../img/section-06/app-screenshots/01.jpg");
}

#section--06 .node--device .item-image.image--02 {
  background-image: url("../img/section-06/app-screenshots/02.jpg");
}

#section--06 .node--device .item-image.image--03 {
  background-image: url("../img/section-06/app-screenshots/03.jpg");
}

#section--06 .node--device .item-image.image--04 {
  background-image: url("../img/section-06/app-screenshots/04.jpg");
}

#section--06 .node--device .item-image.image--05 {
  background-image: url("../img/section-06/app-screenshots/05.jpg");
}

#section--06 .node--device .item-image.image--06 {
  background-image: url("../img/section-06/app-screenshots/06.jpg");
}

#section--06 .node--device .item-image.image--07 {
  background-image: url("../img/section-06/app-screenshots/07.jpg");
}

#section--06 .node--device .item-image.image--08 {
  background-image: url("../img/section-06/app-screenshots/08.jpg");
}

#section--06 .node--device .item-image.image--09 {
  background-image: url("../img/section-06/app-screenshots/09.jpg");
}

#section--06 .node--device .item-image.image--10 {
  background-image: url("../img/section-06/app-screenshots/10.jpg");
}

@media (max-width: 992px) {
  #section--06 .node--device {
    position: relative;
    right: -20px;
    bottom: auto;
    margin-bottom: -350px;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  #section--06 .node--device {
    width: auto;
    height: auto;
    margin-right: 0;
    text-align: center;
    right: -20px;
  }
  #section--06 .node--device img {
    width: 100%;
    height: auto;
  }
}

#section--07 {
  position: relative;
  overflow: hidden;
}

#section--07 .node--content {
  padding-top: 65px;
  padding-bottom: 60px;
  font-weight: 300;
}

@media (max-width: 992px) {
  #section--07 .node--content {
    padding-top: 40px;
  }
}

#section--07 .node--head {
  padding-bottom: 30px;
}

@media (max-width: 992px) {
  #section--07 .node--head {
    text-align: center;
  }
}

@media (max-width: 992px) {
  #section--07 .node--head [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

#section--07 .node--head .item {
  height: 130px;
  font-size: 20px;
}

@media (max-width: 992px) {
  #section--07 .node--head .item img {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  #section--07 .node--head .item.fr {
    padding-top: 25px;
  }
}

@media (max-width: 992px) {
  #section--07 .node--head .item.fl {
    padding-top: 20px;
  }
  #section--07 .node--head .item.fl img {
    margin-right: -19px;
  }
}

@media (max-width: 992px) {
  #section--07 .node--title {
    padding-bottom: 20px;
  }
}

#section--07 .item-border {
  border-bottom: 1px solid #EDEDED;
}

@media (max-width: 992px) {
  #section--07 .item-border {
    display: none;
  }
}

@media (max-width: 992px) {
  #section--07 .node--body [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 992px) {
  #section--07 .node--body {
    text-align: center;
  }
}

#section--07 .node--body .item {
  padding-top: 8px;
  padding-bottom: 8px;
}

#section--07 .node--body .item-label {
  font-weight: normal;
}

@media (max-width: 992px) {
  #section--07 .node--body .item-label {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

#section--07 .node--body .item-name {
  color: #009FE2;
  font-weight: normal;
}

@media (max-width: 767px) {
  #section--07 .node--body .item-name {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  #section--07 .node--body .item-name.fl {
    position: relative;
    text-align: center;
  }
}

@media (max-width: 992px) {
  #section--07 .node--body .item-param {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  #section--07 .node--body .item-param {
    font-size: 11px;
  }
}

@media (max-width: 992px) {
  #section--07 .node--body .item-param.fl {
    position: relative;
  }
}

#app-footer {
  position: relative;
  background-color: #FFFFFF;
}

#app-footer .app-section-alpha {
  background-color: #F6F6F8;
}

#app-footer .app-section-alpha .app-container {
  padding-top: 40px;
}

@media (max-width: 767px) {
  #app-footer .app-section-alpha .app-container {
    padding-top: 30px;
  }
}

#app-footer .app-section-alpha .node-title {
  font-size: 20px;
  color: #494949;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

#app-footer .app-section-alpha .node-title .node-title-text {
  display: inline-block;
  vertical-align: middle;
  background-color: #F6F6F8;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 2;
}

#app-footer .app-section-alpha .node-title:before {
  display: block;
  content: ' ';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  background-color: #E3E3EB;
  z-index: 1;
  margin-top: 3px;
}

#app-footer .app-section-alpha .node-downloads {
  padding-bottom: 55px;
}

@media (max-width: 767px) {
  #app-footer .app-section-alpha .node-downloads {
    padding-bottom: 30px;
  }
}

#app-footer .app-section-alpha .node-downloads .node-title {
  font-size: 20px;
  color: #494949;
  font-weight: 300;
}

#app-footer .app-section-alpha .node-downloads .node-body {
  font-size: 14px;
}

@media (max-width: 767px) {
  #app-footer .app-section-alpha .node-downloads .node-body ul {
    text-align: center;
  }
}

#app-footer .app-section-alpha .node-downloads .node-body li {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #app-footer .app-section-alpha .node-downloads .node-body li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  #app-footer .app-section-alpha .node-downloads .node-body li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

#app-footer .app-section-alpha .node-downloads .node-body li:nth-child(1) a {
  transition-delay: 0.1s;
}

#app-footer .app-section-alpha .node-downloads .node-body li:nth-child(2) a {
  transition-delay: 0.2s;
}

#app-footer .app-section-alpha .node-downloads .node-body li:nth-child(3) a {
  transition-delay: 0.3s;
}

#app-footer .app-section-alpha .node-downloads .node-body li:nth-child(4) a {
  transition-delay: 0.4s;
}

#app-footer .app-section-alpha .node-downloads .node-body li:nth-child(5) a {
  transition-delay: 0.5s;
}

#app-footer .app-section-alpha .node-downloads .node-body li:nth-child(6) a {
  transition-delay: 0.6s;
}

#app-footer .app-section-alpha .node-downloads .node-body li:nth-child(7) a {
  transition-delay: 0.7s;
}

#app-footer .app-section-alpha .node-downloads .node-body li:nth-child(8) a {
  transition-delay: 0.8s;
}

#app-footer .app-section-alpha .node-downloads .node-body a {
  display: inline-block;
  line-height: 2;
  color: #494949;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 480px) {
  #app-footer .app-section-alpha .node-downloads .node-body a {
    padding-left: 30px;
  }
}

#app-footer .app-section-alpha .node-downloads .node-body a:before {
  display: block;
  content: " ";
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}

#app-footer .app-section-alpha .node-downloads .node-body a.icon-datasheet:before {
  background-image: url("../img/general/chart.svg");
}

#app-footer .app-section-alpha .node-downloads .node-body a.icon-booklet:before {
  background-image: url("../img/general/book.svg");
}

#app-footer .app-section-alpha .node-related-products .owl-carousel.static-carousel {
  display: block;
  text-align: center;
  padding-bottom: 20px;
}

#app-footer .app-section-alpha .node-related-products .owl-carousel.static-carousel .node-item {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
}

#app-footer .app-section-alpha .node-related-products .node-title {
  margin-bottom: 20px;
}

#app-footer .app-section-alpha .node-related-products .node-body {
  padding-bottom: 15px;
  transition-delay: 0.2s;
}

@media (max-width: 767px) {
  #app-footer .app-section-alpha .node-related-products .node-body {
    padding-bottom: 0;
    margin-top: -20px;
  }
}

#app-footer .app-section-alpha .node-related-products .node-body .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
}

@media (max-width: 767px) {
  #app-footer .app-section-alpha .node-related-products .node-body .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
  }
}

#app-footer .app-section-alpha .node-related-products .node-body .owl-theme .owl-dots .owl-dot span {
  background-color: rgba(187, 187, 187, 0.3);
}

#app-footer .app-section-alpha .node-related-products .node-body .owl-theme .owl-dots .owl-dot.active span {
  background-color: #BBBBBB;
}

#app-footer .app-section-alpha .node-related-products .node-body .owl-item:nth-child(1) .node-item {
  transition-delay: 0s;
}

#app-footer .app-section-alpha .node-related-products .node-body .owl-item:nth-child(2) .node-item {
  transition-delay: 0.1s;
}

#app-footer .app-section-alpha .node-related-products .node-body .owl-item:nth-child(3) .node-item {
  transition-delay: 0.2s;
}

#app-footer .app-section-alpha .node-related-products .node-body .owl-item:nth-child(4) .node-item {
  transition-delay: 0.3s;
}

#app-footer .app-section-alpha .node-related-products .node-body .node-item {
  text-align: center;
}

#app-footer .app-section-alpha .node-related-products .node-body .node-item a {
  display: block;
  text-decoration: none;
  padding-bottom: 20px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

#app-footer .app-section-alpha .node-related-products .node-body .node-item a:before {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #EEEEF2;
  z-index: 0;
  border-radius: 8px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: blur(10px);
}

#app-footer .app-section-alpha .node-related-products .node-body .node-item a:hover:before {
  opacity: 1;
  filter: blur(0px);
}

#app-footer .app-section-alpha .node-related-products .node-body .node-item .item-image {
  height: 150px;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
}

#app-footer .app-section-alpha .node-related-products .node-body .node-item .item-title {
  font-size: 14px;
  color: #494949;
  display: block;
  position: relative;
  z-index: 10;
}

#app-footer .app-section-beta {
  background-color: #EEEEF2;
}

#app-footer .app-section-beta .app-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  #app-footer .app-section-beta .app-container {
    padding-top: 15px;
  }
}

#app-footer .app-section-beta .node-subscribe {
  float: left;
}

@media (max-width: 767px) {
  #app-footer .app-section-beta .node-subscribe {
    float: none;
    padding-bottom: 40px;
  }
}

#app-footer .app-section-beta .node-subscribe form {
  line-height: 40px;
}

#app-footer .app-section-beta .node-subscribe .node-label {
  float: left;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.2px;
  margin-right: 10px;
  transition-delay: 0s;
}

@media (max-width: 767px) {
  #app-footer .app-section-beta .node-subscribe .node-label {
    float: none;
    margin-right: 0;
    text-align: center;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

#app-footer .app-section-beta .node-subscribe .node-input {
  float: left;
  transition-delay: 0.1s;
  margin-right: -10px;
}

@media (max-width: 767px) {
  #app-footer .app-section-beta .node-subscribe .node-input {
    float: none;
    margin-right: 0;
    padding-bottom: 10px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

#app-footer .app-section-beta .node-subscribe .node-input input {
  height: 40px;
  border: none;
  background-color: #ffffff;
  font-size: 14px;
  box-shadow: inset 0 0 0 transparent, 0 0 0 transparent;
  min-width: 220px;
  font-weight: 300;
  border-radius: 5px;
  padding-right: 20px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  #app-footer .app-section-beta .node-subscribe .node-input input {
    width: 100%;
    text-align: center;
  }
}

#app-footer .app-section-beta .node-subscribe .node-submit {
  float: left;
  transition-delay: 0.1s;
}

@media (max-width: 767px) {
  #app-footer .app-section-beta .node-subscribe .node-submit {
    float: none;
    margin-right: 0;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

#app-footer .app-section-beta .node-subscribe .node-submit button {
  min-width: 180px;
  font-weight: normal;
  line-height: 36px;
  height: 40px;
  border-radius: 5px;
  background-color: #00A0DE;
  border: 2px solid #00A0DE !important;
}

@media (max-width: 767px) {
  #app-footer .app-section-beta .node-subscribe .node-submit button {
    width: 100%;
  }
}

#app-footer .app-section-beta .node-subscribe .node-submit button:hover, #app-footer .app-section-beta .node-subscribe .node-submit button:active, #app-footer .app-section-beta .node-subscribe .node-submit button:focus {
  background-color: #ffffff;
  color: #00A0DE;
}

#app-footer .app-section-beta .node-social {
  float: right;
  width: 130px;
}

@media (max-width: 767px) {
  #app-footer .app-section-beta .node-social {
    float: none;
  }
}

@media (max-width: 767px) {
  #app-footer .app-section-beta .node-social ul {
    text-align: center;
  }
}

#app-footer .app-section-beta .node-social li {
  float: left;
  margin-left: 2px;
}

@media (max-width: 767px) {
  #app-footer .app-section-beta .node-social li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
  }
}

#app-footer .app-section-beta .node-social a {
  display: block;
  font-size: 0px;
  color: transparent;
  width: 40px;
  height: 40px;
}

#app-footer .app-section-beta .node-social a.icon-twitter {
  transition-delay: 0.4s;
  background-image: url("../img/general/icon-twitter.svg");
}

#app-footer .app-section-beta .node-social a.icon-facebook {
  transition-delay: 0.5s;
  background-image: url("../img/general/icon-facebook.svg");
  background-size: 24px 24px;
}

#app-footer .app-section-beta .node-social a.icon-youtube {
  transition-delay: 0.6s;
  background-image: url("../img/general/icon-youtube.svg");
  background-size: 24px auto;
}

#app-footer .app-section-gamma {
  background-color: #ffffff;
  text-align: center;
  font-weight: 300;
}

#app-footer .app-section-gamma .app-container {
  padding-top: 55px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  #app-footer .app-section-gamma .app-container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

#app-footer .app-section-gamma .node-menu-blocks {
  padding-bottom: 35px;
}

#app-footer .app-section-gamma .node-menu-blocks .node-item {
  padding-bottom: 30px;
  line-height: 1.57143;
}

@media (max-width: 767px) {
  #app-footer .app-section-gamma .node-menu-blocks .node-item {
    padding-bottom: 15px;
  }
}

@media (max-width: 340px) {
  #app-footer .app-section-gamma .node-menu-blocks .node-item {
    width: 100%;
  }
}

#app-footer .app-section-gamma .node-menu-blocks .node-item .item-icon {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  color: #494949;
  font-size: 28px;
}

#app-footer .app-section-gamma .node-menu-blocks .node-item .item-head {
  font-size: 16px;
  color: #494949;
  padding-bottom: 10px;
}

#app-footer .app-section-gamma .node-menu-blocks .node-item .item-body {
  font-size: 13px;
  line-height: 1.83333;
}

#app-footer .app-section-gamma .node-menu-blocks .node-item .item-body a {
  color: #A1A1A1;
  display: inline-block;
  font-weight: 300;
}

#app-footer .app-section-gamma .node-menu-blocks .node-item:nth-child(1) {
  transition-delay: 0s;
}

#app-footer .app-section-gamma .node-menu-blocks .node-item:nth-child(2) {
  transition-delay: 0.1s;
}

#app-footer .app-section-gamma .node-menu-blocks .node-item:nth-child(4) {
  transition-delay: 0.2s;
}

#app-footer .app-section-gamma .node-menu-blocks .node-item:nth-child(4) .item-icon {
  font-size: 38px;
}

#app-footer .app-section-gamma .node-menu-blocks .node-item:nth-child(5) {
  transition-delay: 0.3s;
}

#app-footer .app-section-gamma .node-copyrights {
  padding-bottom: 10px;
  font-size: 13px;
  color: #494949;
  font-weight: 300;
  border-top: 1px solid rgba(73, 73, 73, 0.2);
  padding-top: 25px;
  transition-delay: 0.2s;
}

#app-footer .app-section-gamma .node-menu {
  transition-delay: 0.4s;
}

@media (max-width: 767px) {
  #app-footer .app-section-gamma .node-menu {
    padding-bottom: 20px;
  }
}

#app-footer .app-section-gamma .node-menu li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 16px;
  border-left: 1px solid rgba(187, 187, 187, 0.2);
}

#app-footer .app-section-gamma .node-menu li:first-child {
  border-left: none;
}

#app-footer .app-section-gamma .node-menu a {
  color: #00A0DE;
  display: block;
  font-size: 13px;
}

.newsletter-success-pop-up {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  max-width: 420px;
  width: 100%;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  transform: translateY(120px);
  opacity: 0;
}

@media (max-width: 767px) {
  .newsletter-success-pop-up {
    max-width: 320px;
  }
}

.newsletter-success-pop-up.active {
  transform: translateY(0px);
  opacity: 1;
}

.newsletter-success-pop-up__image {
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  background-image: url("../img/general/envelope.svg");
  position: relative;
  z-index: 9999;
}

.newsletter-success-pop-up__text {
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  position: relative;
  z-index: 9999;
  vertical-align: center;
}

.newsletter-success-pop-up__text .message {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  position: absolute;
  padding: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .newsletter-success-pop-up__text .message {
    font-size: 12px;
    line-height: 18px;
    padding: 15px;
  }
}

.newsletter-success-pop-up__close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

@media (max-width: 767px) {
  .newsletter-success-pop-up__close {
    right: 0px;
    top: -30px;
  }
}

.newsletter-success-pop-up__close:hover {
  opacity: 0.7;
}

.newsletter-success-pop-up:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  margin: auto;
  bottom: -20px;
  opacity: 0.3;
  left: 0;
  right: 0;
  z-index: 9000;
  background: radial-gradient(ellipse at center, black 0%, rgba(93, 93, 93, 0) 60%, rgba(153, 153, 153, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00999999',GradientType=1 );
}

[class^="ubnt-icon--"], [class*=" ubnt-icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ubnt' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ubnt-icon--enhance:before {
  content: "\e931";
}

.ubnt-icon--unifi-switch-poe:before {
  content: "\e930";
}

.ubnt-icon--edgeswitch-8-150w:before {
  content: "\e92c";
}

.ubnt-icon--unifi-app:before {
  content: "\e92d";
}

.ubnt-icon--unifi-edu-app:before {
  content: "\e92e";
}

.ubnt-icon--unifi-video-app:before {
  content: "\e92f";
}

.ubnt-icon--aircontrol:before {
  content: "\e929";
}

.ubnt-icon--airLink:before {
  content: "\e92a";
}

.ubnt-icon--airOS-mobile:before {
  content: "\e92b";
}

.ubnt-icon--air-fiber-edge-max:before {
  content: "\e926";
}

.ubnt-icon--sun2:before {
  content: "\e927";
}

.ubnt-icon--uniFi-video-3g:before {
  content: "\e928";
}

.ubnt-icon--u-crm:before {
  content: "\e925";
}

.ubnt-icon--restart:before {
  content: "\e924";
}

.ubnt-icon--guest-wired:before {
  content: "\e91e";
}

.ubnt-icon--guest-wireless:before {
  content: "\e91f";
}

.ubnt-icon--guest:before {
  content: "\e920";
}

.ubnt-icon--user-wired:before {
  content: "\e921";
}

.ubnt-icon--user-wireless:before {
  content: "\e922";
}

.ubnt-icon--user:before {
  content: "\e923";
}

.ubnt-icon--u-crm-billing:before {
  content: "\e91d";
}

.ubnt-icon--bars:before {
  content: "\e918";
}

.ubnt-icon--bluetooth-oval:before {
  content: "\e919";
}

.ubnt-icon--box-archive:before {
  content: "\e91a";
}

.ubnt-icon--microwave:before {
  content: "\e91b";
}

.ubnt-icon--tone:before {
  content: "\e91c";
}

.ubnt-icon--unifi-switch-8-150w:before {
  content: "\e916";
}

.ubnt-icon--unifi-switch-16-150w:before {
  content: "\e917";
}

.ubnt-icon--edgeswitch-12-fiber:before {
  content: "\e915";
}

.ubnt-icon--unifi-ap-in-wall:before {
  content: "\e913";
}

.ubnt-icon--fiber-poe-accessory:before {
  content: "\e914";
}

.ubnt-icon--edgeswitch-16xg:before {
  content: "\e911";
}

.ubnt-icon--edgeswitch-12f-150w:before {
  content: "\e912";
}

.ubnt-icon--ap-unifi:before {
  content: "\e910";
}

.ubnt-icon--filter-fill:before {
  content: "\e90e";
}

.ubnt-icon--filter:before {
  content: "\e90f";
}

.ubnt-icon--ul-logo:before {
  content: "\e90c";
}

.ubnt-icon--bluetooth:before {
  content: "\e90d";
}

.ubnt-icon--airgateway-ins:before {
  content: "\e90b";
}

.ubnt-icon--unifi-security-gateway-pro:before {
  content: "\e90a";
}

.ubnt-icon--lens-correction:before {
  content: "\e909";
}

.ubnt-icon--airmagic:before {
  content: "\e907";
}

.ubnt-icon--unifi-ap-ac-in-wall:before {
  content: "\e908";
}

.ubnt-icon--reset:before {
  content: "\e905";
}

.ubnt-icon--isp:before {
  content: "\e906";
}

.ubnt-icon--denoise:before {
  content: "\e900";
}

.ubnt-icon--hue:before {
  content: "\e901";
}

.ubnt-icon--aemode:before {
  content: "\e902";
}

.ubnt-icon--sharpness:before {
  content: "\e903";
}

.ubnt-icon--clipboard:before {
  content: "\e904";
}

.ubnt-icon--stamp:before {
  content: "\e803";
}

.ubnt-icon--map-pins:before {
  content: "\e802";
}

.ubnt-icon--rocket5ac-prism-01:before {
  content: "\e800";
}

.ubnt-icon--airfiber-nxn:before {
  content: "\e801";
}

.ubnt-icon--litebeam-ac:before {
  content: "\e7c2";
}

.ubnt-icon--litebeam-m5:before {
  content: "\e7a2";
}

.ubnt-icon--sunlink:before {
  content: "\e7c0";
}

.ubnt-icon--sunmax:before {
  content: "\e7c1";
}

.ubnt-icon--panels:before {
  content: "\e7be";
}

.ubnt-icon--dc-power:before {
  content: "\e7bf";
}

.ubnt-icon--crm-point:before {
  content: "\e7bd";
}

.ubnt-icon--controller:before {
  content: "\e7bb";
}

.ubnt-icon--cloud-key:before {
  content: "\e7bc";
}

.ubnt-icon--unifi-controller:before {
  content: "\e7ba";
}

.ubnt-icon--unifi-cloud-key:before {
  content: "\e7b9";
}

.ubnt-icon--unifi-ac:before {
  content: "\e7b8";
}

.ubnt-icon--crm-control:before {
  content: "\e7b7";
}

.ubnt-icon--organizations-manager:before {
  content: "\e7b6";
}

.ubnt-icon--unifi_ap_ac_edu:before {
  content: "\e7b5";
}

.ubnt-icon--info-fill:before {
  content: "\e7af";
}

.ubnt-icon--eye-fill:before {
  content: "\e7b0";
}

.ubnt-icon--check-circle-fill:before {
  content: "\e7b1";
}

.ubnt-icon--lightning-bolt-fill:before {
  content: "\e7b2";
}

.ubnt-icon--pointer-double-right:before {
  content: "\e7b3";
}

.ubnt-icon--lines-step-up:before {
  content: "\e7b4";
}

.ubnt-icon--innerfeed:before {
  content: "\e6c5";
}

.ubnt-icon--powerbeam-ac:before {
  content: "\e7a3";
}

.ubnt-icon--powerbeam-m5-iso:before {
  content: "\e6d1";
}

.ubnt-icon--powerbeam-ac-iso:before {
  content: "\e765";
}

.ubnt-icon--powerbeam:before {
  content: "\e7a4";
}

.ubnt-icon--fullscreen-exit:before {
  content: "\e7ae";
}

.ubnt-icon--edgeswitch-lite-24:before {
  content: "\e7ab";
}

.ubnt-icon--edgeswitch-lite-48:before {
  content: "\e7ac";
}

.ubnt-icon--edgeswitch-lite:before {
  content: "\e7ad";
}

.ubnt-icon--pencil:before {
  content: "\e6e4";
}

.ubnt-icon--world:before {
  content: "\e7aa";
}

.ubnt-icon--keyboard:before {
  content: "\e7a8";
}

.ubnt-icon--popout:before {
  content: "\e7a9";
}

.ubnt-icon--unifi-ap-ac-pro:before {
  content: "\e7a5";
}

.ubnt-icon--unifi-ap-ac-lr:before {
  content: "\e7a6";
}

.ubnt-icon--unifi-ap-ac-lite:before {
  content: "\e7a7";
}

.ubnt-icon--mobile-phone:before {
  content: "\e79e";
}

.ubnt-icon--signal-offline:before {
  content: "\e79f";
}

.ubnt-icon--sine-wave-alert:before {
  content: "\e7a0";
}

.ubnt-icon--sine-wave-offline:before {
  content: "\e7a1";
}

.ubnt-icon--aircrm-operations-beta:before {
  content: "\e79c";
}

.ubnt-icon--aircrm-operations:before {
  content: "\e79d";
}

.ubnt-icon--edgepoint:before {
  content: "\e79b";
}

.ubnt-icon--arrow-status-high:before {
  content: "\e77d";
}

.ubnt-icon--arrow-status-normal:before {
  content: "\e77e";
}

.ubnt-icon--arrow-status-low:before {
  content: "\e799";
}

.ubnt-icon--arrow-status-critical:before {
  content: "\e79a";
}

.ubnt-icon--edgebox:before {
  content: "\e77c";
}

.ubnt-icon--x-circle:before {
  content: "\e798";
}

.ubnt-icon--precision-alignment-kit:before {
  content: "\e77f";
}

.ubnt-icon--rocketdish-lw:before {
  content: "\e780";
}

.ubnt-icon--isobeam:before {
  content: "\e781";
}

.ubnt-icon--edgerouter-x-sfp:before {
  content: "\e782";
}

.ubnt-icon--edgerouter-x:before {
  content: "\e783";
}

.ubnt-icon--alert-fill:before {
  content: "\e784";
}

.ubnt-icon--minus:before {
  content: "\e785";
}

.ubnt-icon--airfiber-x-antenna:before {
  content: "\e786";
}

.ubnt-icon--airfiber-5x:before {
  content: "\e787";
}

.ubnt-icon--check-circle2:before {
  content: "\e788";
}

.ubnt-icon--airfiber-antenna:before {
  content: "\e789";
}

.ubnt-icon--airfiber-x:before {
  content: "\e78a";
}

.ubnt-icon--email2:before {
  content: "\e78b";
}

.ubnt-icon--network-drive-small:before {
  content: "\e78c";
}

.ubnt-icon--lock-open:before {
  content: "\e78d";
}

.ubnt-icon--lock:before {
  content: "\e78e";
}

.ubnt-icon--lock-positive:before {
  content: "\e78f";
}

.ubnt-icon--lock-alert:before {
  content: "\e790";
}

.ubnt-icon--cloud2:before {
  content: "\e791";
}

.ubnt-icon--airfiber-5t:before {
  content: "\e792";
}

.ubnt-icon--unifi-video-camera-micro:before {
  content: "\e793";
}

.ubnt-icon--eye22:before {
  content: "\e794";
}

.ubnt-icon--apple-outline2:before {
  content: "\e795";
}

.ubnt-icon--desktop-monitor2:before {
  content: "\e796";
}

.ubnt-icon--share-android2:before {
  content: "\e797";
}

.ubnt-icon--airfiber-24hd:before {
  content: "\e755";
}

.ubnt-icon--rocket-ac:before {
  content: "\e77b";
}

.ubnt-icon--arrows-updown-leftright:before {
  content: "\e777";
}

.ubnt-icon--clone-marker:before {
  content: "\e775";
}

.ubnt-icon--creditcard:before {
  content: "\e776";
}

.ubnt-icon--arrow-horizontal-vertical:before {
  content: "\e77a";
}

.ubnt-icon--arrows-diagonal:before {
  content: "\e778";
}

.ubnt-icon--camera:before {
  content: "\e779";
}

.ubnt-icon--cloud-storm:before {
  content: "\e76e";
}

.ubnt-icon--cloud:before {
  content: "\e76f";
}

.ubnt-icon--apple:before {
  content: "\e770";
}

.ubnt-icon--android-solid:before {
  content: "\e771";
}

.ubnt-icon--list-unordered:before {
  content: "\e772";
}

.ubnt-icon--add-simulation:before {
  content: "\e773";
}

.ubnt-icon--layers:before {
  content: "\e774";
}

.ubnt-icon--leaf:before {
  content: "\e763";
}

.ubnt-icon--location-2:before {
  content: "\e764";
}

.ubnt-icon--dollar-sign-plus:before {
  content: "\e766";
}

.ubnt-icon--bookmark-star:before {
  content: "\e767";
}

.ubnt-icon--pdf:before {
  content: "\e768";
}

.ubnt-icon--bookmark:before {
  content: "\e769";
}

.ubnt-icon--flag:before {
  content: "\e76a";
}

.ubnt-icon--printer:before {
  content: "\e76b";
}

.ubnt-icon--tag:before {
  content: "\e76c";
}

.ubnt-icon--documentdouble:before {
  content: "\e76d";
}

.ubnt-icon--airCRM-Billing-beta:before {
  content: "\e75e";
}

.ubnt-icon--billing-app-icon:before {
  content: "\e75f";
}

.ubnt-icon--control-app-icon:before {
  content: "\e760";
}

.ubnt-icon--airCRM-Control-beta:before {
  content: "\e761";
}

.ubnt-icon--airCRM-beta:before {
  content: "\e762";
}

.ubnt-icon--signal:before {
  content: "\e75b";
}

.ubnt-icon--length:before {
  content: "\e75c";
}

.ubnt-icon--radio:before {
  content: "\e75d";
}

.ubnt-icon--chipset:before {
  content: "\e754";
}

.ubnt-icon--chart:before {
  content: "\e756";
}

.ubnt-icon--rx:before {
  content: "\e757";
}

.ubnt-icon--tx:before {
  content: "\e758";
}

.ubnt-icon--chart-signal-1:before {
  content: "\e759";
}

.ubnt-icon--chart-signal-2:before {
  content: "\e75a";
}

.ubnt-icon--sfp-port:before {
  content: "\e74f";
}

.ubnt-icon--shield-check:before {
  content: "\e750";
}

.ubnt-icon--eye:before {
  content: "\e751";
}

.ubnt-icon--unifi-switch:before {
  content: "\e752";
}

.ubnt-icon--trashcan:before {
  content: "\e753";
}

.ubnt-icon--airmax-device-offline:before {
  content: "\e6df";
}

.ubnt-icon--airmax-device:before {
  content: "\e74d";
}

.ubnt-icon--ap-offline:before {
  content: "\e74e";
}

.ubnt-icon--plus:before {
  content: "\e748";
}

.ubnt-icon--airCRM-Market:before {
  content: "\e749";
}

.ubnt-icon--airCRM-Billing:before {
  content: "\e74a";
}

.ubnt-icon--airCRM-Control:before {
  content: "\e74b";
}

.ubnt-icon--airCRM:before {
  content: "\e74c";
}

.ubnt-icon--RocketDish-AC:before {
  content: "\e743";
}

.ubnt-icon--key:before {
  content: "\e744";
}

.ubnt-icon--email:before {
  content: "\e745";
}

.ubnt-icon--login:before {
  content: "\e746";
}

.ubnt-icon--logout:before {
  content: "\e747";
}

.ubnt-icon--ethernet-surge-protector:before {
  content: "\e736";
}

.ubnt-icon--NanoBeam-AC:before {
  content: "\e741";
}

.ubnt-icon--airMAX-AC-Sector:before {
  content: "\e742";
}

.ubnt-icon--unifi-security-gateway:before {
  content: "\e735";
}

.ubnt-icon--header-maximize:before {
  content: "\e60b";
}

.ubnt-icon--header-minimize:before {
  content: "\e60d";
}

.ubnt-icon--chipset-x2:before {
  content: "\e731";
}

.ubnt-icon--android:before {
  content: "\e732";
}

.ubnt-icon--multi-touch:before {
  content: "\e733";
}

.ubnt-icon--shield-checkered:before {
  content: "\e734";
}

.ubnt-icon--calendar-day:before {
  content: "\e737";
}

.ubnt-icon--calendar-week:before {
  content: "\e738";
}

.ubnt-icon--calendar-month:before {
  content: "\e739";
}

.ubnt-icon--dollar-sign-2:before {
  content: "\e73a";
}

.ubnt-icon--arrows-downup:before {
  content: "\e73b";
}

.ubnt-icon--grid:before {
  content: "\e73c";
}

.ubnt-icon--block:before {
  content: "\e73d";
}

.ubnt-icon--auto:before {
  content: "\e73e";
}

.ubnt-icon--manual:before {
  content: "\e73f";
}

.ubnt-icon--lock-2:before {
  content: "\e740";
}

.ubnt-icon--airplay:before {
  content: "\e728";
}

.ubnt-icon--sliders:before {
  content: "\e729";
}

.ubnt-icon--infrared:before {
  content: "\e72a";
}

.ubnt-icon--register:before {
  content: "\e72b";
}

.ubnt-icon--sign-in:before {
  content: "\e72c";
}

.ubnt-icon--flip-horizontal:before {
  content: "\e72d";
}

.ubnt-icon--flip-vertical:before {
  content: "\e72e";
}

.ubnt-icon--rotate:before {
  content: "\e72f";
}

.ubnt-icon--axis:before {
  content: "\e730";
}

.ubnt-icon--unifi-voip-phone:before {
  content: "\e718";
}

.ubnt-icon--diamond:before {
  content: "\e719";
}

.ubnt-icon--target-2:before {
  content: "\e71a";
}

.ubnt-icon--infrared2:before {
  content: "\e71b";
}

.ubnt-icon--saturation:before {
  content: "\e71c";
}

.ubnt-icon--sun:before {
  content: "\e71d";
}

.ubnt-icon--contrast:before {
  content: "\e71e";
}

.ubnt-icon--brightness:before {
  content: "\e71f";
}

.ubnt-icon--magnify-minus:before {
  content: "\e720";
}

.ubnt-icon--magnify-plus:before {
  content: "\e721";
}

.ubnt-icon--camera-record:before {
  content: "\e722";
}

.ubnt-icon--fullscreen:before {
  content: "\e723";
}

.ubnt-icon--trash:before {
  content: "\e724";
}

.ubnt-icon--circle:before {
  content: "\e725";
}

.ubnt-icon--check-circle:before {
  content: "\e726";
}

.ubnt-icon--plus-circle:before {
  content: "\e727";
}

.ubnt-icon--geolocation:before {
  content: "\e717";
}

.ubnt-icon--brain:before {
  content: "\e715";
}

.ubnt-icon--dumbell:before {
  content: "\e716";
}

.ubnt-icon--door-open:before {
  content: "\e6a0";
}

.ubnt-icon--airfiber:before {
  content: "\e69b";
}

.ubnt-icon--unifi:before {
  content: "\e69d";
}

.ubnt-icon--airmax:before {
  content: "\e69e";
}

.ubnt-icon--zero-handoff-roaming:before {
  content: "\e69f";
}

.ubnt-icon--unifi-video:before {
  content: "\e69a";
}

.ubnt-icon--logotype:before {
  content: "\e697";
}

.ubnt-icon--unifi-video-camera-dome:before {
  content: "\e698";
}

.ubnt-icon--airMAX-omni:before {
  content: "\e699";
}

.ubnt-icon--link:before {
  content: "\e68d";
}

.ubnt-icon--NanoBeam-M:before {
  content: "\e68e";
}

.ubnt-icon--logo-lockup:before {
  content: "\e68f";
}

.ubnt-icon--ubnt-logo-u:before {
  content: "\e690";
}

.ubnt-icon--cloud-add:before {
  content: "\e691";
}

.ubnt-icon--UWN:before {
  content: "\e692";
}

.ubnt-icon--UWN-horizontal:before {
  content: "\e693";
}

.ubnt-icon--airGrid-M:before {
  content: "\e694";
}

.ubnt-icon--airMAX-Omni:before {
  content: "\e695";
}

.ubnt-icon--airMAX-Yagi:before {
  content: "\e696";
}

.ubnt-icon--dolly:before {
  content: "\e600";
}

.ubnt-icon--UniFi-Appliance:before {
  content: "\e601";
}

.ubnt-icon--play-2:before {
  content: "\e602";
}

.ubnt-icon--day:before {
  content: "\e603";
}

.ubnt-icon--droplet:before {
  content: "\e604";
}

.ubnt-icon--lightning-bolt:before {
  content: "\e605";
}

.ubnt-icon--thermometer-mid:before {
  content: "\e606";
}

.ubnt-icon--thermometer-low:before {
  content: "\e607";
}

.ubnt-icon--thermometer-high:before {
  content: "\e608";
}

.ubnt-icon--user-legacy:before {
  content: "\e609";
}

.ubnt-icon--bulb:before {
  content: "\e60a";
}

.ubnt-icon--energy-savings:before {
  content: "\e60c";
}

.ubnt-icon--airOSX-billing:before {
  content: "\e60e";
}

.ubnt-icon--airOSX-market:before {
  content: "\e60f";
}

.ubnt-icon--airOSX-control:before {
  content: "\e610";
}

.ubnt-icon--mfi:before {
  content: "\e611";
}

.ubnt-icon--magnifying-glass:before {
  content: "\e612";
}

.ubnt-icon--news:before {
  content: "\e614";
}

.ubnt-icon--phone:before {
  content: "\e615";
}

.ubnt-icon--info:before {
  content: "\e616";
}

.ubnt-icon--dish-angled:before {
  content: "\e617";
}

.ubnt-icon--TOUGHSwitch:before {
  content: "\e618";
}

.ubnt-icon--UniFi-Appliance2:before {
  content: "\e619";
}

.ubnt-icon--play-22:before {
  content: "\e61a";
}

.ubnt-icon--unifi-video-nvr:before {
  content: "\e61b";
}

.ubnt-icon--unifi-video-camera:before {
  content: "\e61c";
}

.ubnt-icon--unifi-video-camera-pro:before {
  content: "\e61d";
}

.ubnt-icon--unifi-video-camera-dome2:before {
  content: "\e61e";
}

.ubnt-icon--PowerBridge-M10:before {
  content: "\e61f";
}

.ubnt-icon--EdgeSwitch:before {
  content: "\e620";
}

.ubnt-icon--arrow-down-4:before {
  content: "\e621";
}

.ubnt-icon--UniFi-AP-Outdoor-Plus:before {
  content: "\e622";
}

.ubnt-icon--arrow-up:before {
  content: "\e623";
}

.ubnt-icon--arrow-down:before {
  content: "\e624";
}

.ubnt-icon--arrows-sort:before {
  content: "\e625";
}

.ubnt-icon--UniFi-AP-Outdoor:before {
  content: "\e626";
}

.ubnt-icon--lightning-bolt2:before {
  content: "\e627";
}

.ubnt-icon--arrow-right-4:before {
  content: "\e628";
}

.ubnt-icon--arrow-left-4:before {
  content: "\e629";
}

.ubnt-icon--arrow-up-4:before {
  content: "\e62a";
}

.ubnt-icon--mSensor:before {
  content: "\e62b";
}

.ubnt-icon--rain:before {
  content: "\e62c";
}

.ubnt-icon--day-night:before {
  content: "\e62d";
}

.ubnt-icon--microphone:before {
  content: "\e62e";
}

.ubnt-icon--snowflake:before {
  content: "\e62f";
}

.ubnt-icon--hard-drive:before {
  content: "\e630";
}

.ubnt-icon--camera-add:before {
  content: "\e631";
}

.ubnt-icon--camera-hd:before {
  content: "\e632";
}

.ubnt-icon--wide-angle:before {
  content: "\e633";
}

.ubnt-icon--asterisk-light:before {
  content: "\e634";
}

.ubnt-icon--document:before {
  content: "\e635";
}

.ubnt-icon--bridge:before {
  content: "\e636";
}

.ubnt-icon--UniFi-AP-Outdoor-5:before {
  content: "\e637";
}

.ubnt-icon--airOSX-market2:before {
  content: "\e638";
}

.ubnt-icon--airOSX-control2:before {
  content: "\e639";
}

.ubnt-icon--airOSX-billing2:before {
  content: "\e63a";
}

.ubnt-icon--pencil-2:before {
  content: "\e63b";
}

.ubnt-icon--calendar-3:before {
  content: "\e63c";
}

.ubnt-icon--arrows-range:before {
  content: "\e63d";
}

.ubnt-icon--wave-frequency:before {
  content: "\e63e";
}

.ubnt-icon--ethernet:before {
  content: "\e63f";
}

.ubnt-icon--ethernet-port:before {
  content: "\e640";
}

.ubnt-icon--play:before {
  content: "\e641";
}

.ubnt-icon--rocket-M:before {
  content: "\e642";
}

.ubnt-icon--rocket-M5-AC:before {
  content: "\e643";
}

.ubnt-icon--airMAX-AC:before {
  content: "\e644";
}

.ubnt-icon--NanoBeam-M5-AC:before {
  content: "\e645";
}

.ubnt-icon--switch:before {
  content: "\e646";
}

.ubnt-icon--box:before {
  content: "\e647";
}

.ubnt-icon--routing:before {
  content: "\e648";
}

.ubnt-icon--phone-3:before {
  content: "\e649";
}

.ubnt-icon--UniFi-VoIP:before {
  content: "\e64a";
}

.ubnt-icon--UniFi-AP:before {
  content: "\e64b";
}

.ubnt-icon--UniFi-AP-PRO:before {
  content: "\e64c";
}

.ubnt-icon--UniFi-AP-LR:before {
  content: "\e64d";
}

.ubnt-icon--UniFi-AP-AC-Outdoor:before {
  content: "\e64e";
}

.ubnt-icon--UniFi-AP-AC:before {
  content: "\e64f";
}

.ubnt-icon--TOUGHSwitch-PoE:before {
  content: "\e650";
}

.ubnt-icon--TOUGHCable:before {
  content: "\e651";
}

.ubnt-icon--airGrid-M2:before {
  content: "\e652";
}

.ubnt-icon--NanoBridge-M:before {
  content: "\e653";
}

.ubnt-icon--NanoBeam-M2:before {
  content: "\e654";
}

.ubnt-icon--mPower:before {
  content: "\e655";
}

.ubnt-icon--mPort:before {
  content: "\e656";
}

.ubnt-icon--RocketDish:before {
  content: "\e657";
}

.ubnt-icon--PowerBridge-M:before {
  content: "\e658";
}

.ubnt-icon--NanoStation-M:before {
  content: "\e659";
}

.ubnt-icon--EdgeRouter-pro:before {
  content: "\e65a";
}

.ubnt-icon--EdgeRouter-poe:before {
  content: "\e65b";
}

.ubnt-icon--EdgeRouter-lite:before {
  content: "\e65c";
}

.ubnt-icon--airfiber-5:before {
  content: "\e65d";
}

.ubnt-icon--airCam-pro:before {
  content: "\e65e";
}

.ubnt-icon--airCam-IR:before {
  content: "\e65f";
}

.ubnt-icon--airCam-IR-Dome:before {
  content: "\e660";
}

.ubnt-icon--EdgeRouter:before {
  content: "\e661";
}

.ubnt-icon--bullet-m:before {
  content: "\e662";
}

.ubnt-icon--airMAX-titanium-sector:before {
  content: "\e663";
}

.ubnt-icon--airMAX-sector:before {
  content: "\e664";
}

.ubnt-icon--airMAX-omni2:before {
  content: "\e665";
}

.ubnt-icon--airGateway:before {
  content: "\e666";
}

.ubnt-icon--rocket-M2:before {
  content: "\e667";
}

.ubnt-icon--PicoStation-M:before {
  content: "\e668";
}

.ubnt-icon--instant-8023af:before {
  content: "\e669";
}

.ubnt-icon--airfiber-24:before {
  content: "\e66a";
}

.ubnt-icon--airMAX-Yagi2:before {
  content: "\e66b";
}

.ubnt-icon--PoE-adapters:before {
  content: "\e66c";
}

.ubnt-icon--universal-arm-bracket:before {
  content: "\e66d";
}

.ubnt-icon--NanoStation-Mount:before {
  content: "\e66e";
}

.ubnt-icon--multilane-rf:before {
  content: "\e66f";
}

.ubnt-icon--doorhang:before {
  content: "\e670";
}

.ubnt-icon--ap:before {
  content: "\e671";
}

.ubnt-icon--questionmark:before {
  content: "\e672";
}

.ubnt-icon--facebook:before {
  content: "\e673";
}

.ubnt-icon--single-airos:before {
  content: "\e674";
}

.ubnt-icon--waterfall:before {
  content: "\e675";
}

.ubnt-icon--HDD:before {
  content: "\e676";
}

.ubnt-icon--airPRISM:before {
  content: "\e677";
}

.ubnt-icon--airmax2:before {
  content: "\e678";
}

.ubnt-icon--airBeam:before {
  content: "\e679";
}

.ubnt-icon--airView:before {
  content: "\e67a";
}

.ubnt-icon--current:before {
  content: "\e67b";
}

.ubnt-icon--pamphlet:before {
  content: "\e67c";
}

.ubnt-icon--datasheet:before {
  content: "\e67d";
}

.ubnt-icon--backhaul-single:before {
  content: "\e67e";
}

.ubnt-icon--UWN2:before {
  content: "\e67f";
}

.ubnt-icon--minus-circle:before {
  content: "\e680";
}

.ubnt-icon--arrow-drag:before {
  content: "\e681";
}

.ubnt-icon--blank:before {
  content: "\e682";
}

.ubnt-icon--briefcase:before {
  content: "\e683";
}

.ubnt-icon--audio-on:before {
  content: "\e684";
}

.ubnt-icon--audio-off:before {
  content: "\e685";
}

.ubnt-icon--cast:before {
  content: "\e686";
}

.ubnt-icon--markup:before {
  content: "\e687";
}

.ubnt-icon--rss:before {
  content: "\e688";
}

.ubnt-icon--unifi_video22:before {
  content: "\e689";
}

.ubnt-icon--unifi-security:before {
  content: "\e68a";
}

.ubnt-icon--ellipsis:before {
  content: "\e68b";
}

.ubnt-icon--airOS5:before {
  content: "\e68c";
}

.ubnt-icon--disc-2:before {
  content: "\e69c";
}

.ubnt-icon--certificate:before {
  content: "\e6a1";
}

.ubnt-icon--lock-22:before {
  content: "\e6a2";
}

.ubnt-icon--unlock-2:before {
  content: "\e6a3";
}

.ubnt-icon--L3:before {
  content: "\e6a4";
}

.ubnt-icon--shield:before {
  content: "\e6a5";
}

.ubnt-icon--ubnt-logo-u2:before {
  content: "\e6a6";
}

.ubnt-icon--airOS:before {
  content: "\e6a7";
}

.ubnt-icon--airOS7:before {
  content: "\e6a8";
}

.ubnt-icon--UWN22:before {
  content: "\e6a9";
}

.ubnt-icon--airOSX:before {
  content: "\e6aa";
}

.ubnt-icon--audio-on2:before {
  content: "\e6ab";
}

.ubnt-icon--audio-off2:before {
  content: "\e6ac";
}

.ubnt-icon--asterisk:before {
  content: "\e6ad";
}

.ubnt-icon--logical:before {
  content: "\e6ae";
}

.ubnt-icon--unifi_video222:before {
  content: "\e6af";
}

.ubnt-icon--speedometer:before {
  content: "\e6b0";
}

.ubnt-icon--speedometer-high:before {
  content: "\e6b1";
}

.ubnt-icon--checkboxes:before {
  content: "\e6b2";
}

.ubnt-icon--tools:before {
  content: "\e6b3";
}

.ubnt-icon--wifi-2:before {
  content: "\e6b4";
}

.ubnt-icon--network:before {
  content: "\e6b5";
}

.ubnt-icon--map-2:before {
  content: "\e6b6";
}

.ubnt-icon--record:before {
  content: "\e6b7";
}

.ubnt-icon--camera-2:before {
  content: "\e6b8";
}

.ubnt-icon--book-2:before {
  content: "\e6b9";
}

.ubnt-icon--graph-3:before {
  content: "\e6ba";
}

.ubnt-icon--target:before {
  content: "\e6bb";
}

.ubnt-icon--cast2:before {
  content: "\e6bc";
}

.ubnt-icon--live-view:before {
  content: "\e6bd";
}

.ubnt-icon--users:before {
  content: "\e6be";
}

.ubnt-icon--firmware:before {
  content: "\e6bf";
}

.ubnt-icon--chat-bubbles-2:before {
  content: "\e6c0";
}

.ubnt-icon--logotype2:before {
  content: "\e6c1";
}

.ubnt-icon--ap2:before {
  content: "\e6c2";
}

.ubnt-icon--cube:before {
  content: "\e6c3";
}

.ubnt-icon--cart:before {
  content: "\e6c4";
}

.ubnt-icon--pdf2:before {
  content: "\e6c6";
}

.ubnt-icon--rss2:before {
  content: "\e6c7";
}

.ubnt-icon--excel:before {
  content: "\e6c8";
}

.ubnt-icon--xbrl:before {
  content: "\e6c9";
}

.ubnt-icon--wrench-2:before {
  content: "\e6ca";
}

.ubnt-icon--download-2:before {
  content: "\e6cb";
}

.ubnt-icon--x:before {
  content: "\e6cc";
}

.ubnt-icon--pointer-up:before {
  content: "\e6cd";
}

.ubnt-icon--pointer-right:before {
  content: "\e6ce";
}

.ubnt-icon--pointer-left:before {
  content: "\e6cf";
}

.ubnt-icon--pointer-down:before {
  content: "\e6d0";
}

.ubnt-icon--check-2:before {
  content: "\e613";
}

.ubnt-icon--sort:before {
  content: "\e6d2";
}

.ubnt-icon--send:before {
  content: "\e6d3";
}

.ubnt-icon--search-2:before {
  content: "\e6d4";
}

.ubnt-icon--select-check:before {
  content: "\e6d5";
}

.ubnt-icon--select-unchecked:before {
  content: "\e6d6";
}

.ubnt-icon--firmware-download:before {
  content: "\e6d7";
}

.ubnt-icon--preferences:before {
  content: "\e6d8";
}

.ubnt-icon--menu:before {
  content: "\e6d9";
}

.ubnt-icon--stopwatch:before {
  content: "\e6da";
}

.ubnt-icon--signal-low:before {
  content: "\e6db";
}

.ubnt-icon--power:before {
  content: "\e6dc";
}

.ubnt-icon--refresh-2:before {
  content: "\e6dd";
}

.ubnt-icon--sync:before {
  content: "\e6de";
}

.ubnt-icon--network-drive:before {
  content: "\e6e0";
}

.ubnt-icon--eye2:before {
  content: "\e6e1";
}

.ubnt-icon--envelope:before {
  content: "\e6e2";
}

.ubnt-icon--clock-2:before {
  content: "\e6e3";
}

.ubnt-icon--statistics:before {
  content: "\e6e5";
}

.ubnt-icon--firmware-update:before {
  content: "\e6e6";
}

.ubnt-icon--ap-airos:before {
  content: "\e6e7";
}

.ubnt-icon--backhaul:before {
  content: "\e6e8";
}

.ubnt-icon--house:before {
  content: "\e6e9";
}

.ubnt-icon--alert:before {
  content: "\e6ea";
}

.ubnt-icon--internet-offline:before {
  content: "\e6eb";
}

.ubnt-icon--internet:before {
  content: "\e6ec";
}

.ubnt-icon--backhaul-offline:before {
  content: "\e6ed";
}

.ubnt-icon--question:before {
  content: "\e6ee";
}

.ubnt-icon--statistics-low:before {
  content: "\e6ef";
}

.ubnt-icon--speedometer-low:before {
  content: "\e6f0";
}

.ubnt-icon--link-broken:before {
  content: "\e6f1";
}

.ubnt-icon--gears:before {
  content: "\e6f2";
}

.ubnt-icon--gear-3:before {
  content: "\e6f3";
}

.ubnt-icon--youtube:before {
  content: "\e6f4";
}

.ubnt-icon--unifisecurity:before {
  content: "\e6f5";
}

.ubnt-icon--unifi2:before {
  content: "\e6f6";
}

.ubnt-icon--twitter:before {
  content: "\e6f7";
}

.ubnt-icon--news2:before {
  content: "\e6f8";
}

.ubnt-icon--mfi2:before {
  content: "\e6f9";
}

.ubnt-icon--instagram:before {
  content: "\e6fa";
}

.ubnt-icon--headset2:before {
  content: "\e6fb";
}

.ubnt-icon--graph2:before {
  content: "\e6fc";
}

.ubnt-icon--facebook2:before {
  content: "\e6fd";
}

.ubnt-icon--edgemax:before {
  content: "\e6fe";
}

.ubnt-icon--cap:before {
  content: "\e6ff";
}

.ubnt-icon--buildings:before {
  content: "\e700";
}

.ubnt-icon--box2:before {
  content: "\e701";
}

.ubnt-icon--airmax22:before {
  content: "\e702";
}

.ubnt-icon--airfiber2:before {
  content: "\e703";
}

.ubnt-icon--videos:before {
  content: "\e704";
}

.ubnt-icon--support:before {
  content: "\e705";
}

.ubnt-icon--signout:before {
  content: "\e706";
}

.ubnt-icon--settings:before {
  content: "\e707";
}

.ubnt-icon--profile:before {
  content: "\e708";
}

.ubnt-icon--kb:before {
  content: "\e709";
}

.ubnt-icon--inbox:before {
  content: "\e70a";
}

.ubnt-icon--guides:before {
  content: "\e70b";
}

.ubnt-icon--forums:before {
  content: "\e70c";
}

.ubnt-icon--airos-logo:before {
  content: "\e70d";
}

.ubnt-icon--u:before {
  content: "\e70e";
}

.ubnt-icon--bell:before {
  content: "\e70f";
}

.ubnt-icon--dish:before {
  content: "\e710";
}

.ubnt-icon--chat-bubble-2:before {
  content: "\e711";
}

.ubnt-icon--gear-2:before {
  content: "\e712";
}

.ubnt-icon--acc-logo-2:before {
  content: "\e713";
}

.ubnt-icon--acc-logo:before {
  content: "\e714";
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
   * Owl Carousel v2.2.0
   * Copyright 2013-2016 David Deutsch
   * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
   */
/*
   * 	Default theme - Owl Carousel CSS File
   */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 6px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: white;
}

html *,
*:focus,
* {
  outline: none !important;
}

button {
  overflow: visible;
}

button,
input {
  margin: 0;
  padding: 0;
  width: auto;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}

input[type="number"],
input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

a {
  color: #494949;
}

a [href^="tel:"] {
  color: #494949;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
  border-radius: 0;
}

b, strong {
  font-weight: 600;
}

.list-unstyled {
  margin: 0;
}

*, :before, :after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.app-t {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.app-tr {
  display: table-row;
  width: 100%;
  height: 100%;
}

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

.offstage {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

hr {
  border: none;
  border-top: 1px solid #e8e8e8;
  border-left: none;
  border-right: none;
  margin-top: 40px;
  margin-bottom: 35px;
}

.btn {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  font-family: "Lato", sans-serif;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 25px;
  height: 40px;
  line-height: 36px;
  background-color: #00CFD2;
  border: 2px solid #00CFD2;
  font-size: 14px;
  font-weight: normal;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  color: #ffffff;
  vertical-align: bottom;
  position: relative;
}

@media (max-width: 767px) {
  .btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.btn.btn-gradient-mist {
  color: transparent;
}

.btn.btn-gradient-mist:before {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(#00DDA5, #00D1D1);
  border-radius: 25px;
  transition: all 0.3s ease-in-out 0s;
}

.btn.btn-gradient-mist:after {
  display: block;
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: #ffffff;
  transition: all 0.3s ease-in-out 0s;
}

.btn:hover, .btn:active, .btn:focus {
  color: #00CFD2;
  box-shadow: 0 0 0 transparent;
  background-color: transparent;
}

.btn:hover.btn-gradient-mist:before, .btn:active.btn-gradient-mist:before, .btn:focus.btn-gradient-mist:before {
  opacity: 0;
}

.btn:hover.btn-gradient-mist:after, .btn:active.btn-gradient-mist:after, .btn:focus.btn-gradient-mist:after {
  color: #00CFD2;
}

button.btn {
  border: 2px solid #00CFD2 !important;
}

.btn.btn-primary {
  background-color: transparent;
  border: 2px solid #00CFD2;
  color: #00CFD2;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background-color: #00CFD2;
  color: #ffffff;
}

.btn.btn-secondary {
  background-color: #D8D8D8;
  border: 2px solid #D8D8D8;
  color: #4A4A4A;
}

.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  background-color: transparent;
  color: #D8D8D8;
}

.btn.btn-tertiary {
  background-color: transparent;
  border: 1px solid #E1E1E1;
  color: #494949;
  line-height: 38px;
}

.btn.btn-tertiary:hover, .btn.btn-tertiary:active, .btn.btn-tertiary:focus {
  background-color: #E1E1E1;
  color: #000000;
}

.btn.btn-link {
  background-color: transparent;
  color: #A1A1A1;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
  line-height: 50px;
  vertical-align: middle;
  height: 50px;
  border: none;
}

.btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link:focus {
  background-color: transparent;
  color: #31373B;
  text-decoration: underline;
}
