@charset "UTF-8";
/*!
Theme Name: LYDIA
Theme URI: http:/bmas.agency
Author: BMAS
Author URI: http://bmas.agency
Version: 1
Text Domain: bmas
License: MIT Licence
License URI: http://bmas.agency/licence.txt
Copyright 2015 BMAS agency, ltd.
*/
/*!
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

object {
  outline: none;
  display: block;
  overflow: hidden;
}

textarea {
  overflow: auto;
}

iframe {
  border: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button {
  outline: none;
}

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

html {
  height: 100%;
  height: 100vh;
  font-size: 75%;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  color: #444;
  font-size: 12px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 2;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  cursor: auto;
}

::-webkit-scrollbar {
  width: 8px;
  width: 0.66667rem;
  height: 8px;
  height: 0.66667rem;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

::selection {
  background: #444;
  color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #202020;
  display: block;
  padding-top: 4px;
  padding-top: 0.33333rem;
  font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
}

h1 span.sub-header,
.h1 span.sub-header,
h2 span.sub-header,
.h2 span.sub-header,
h3 span.sub-header,
.h3 span.sub-header {
  display: block;
  color: #606060;
  font-size: 70%;
  font-weight: 400;
  line-height: 1;
}

h1,
.h1 {
  font-weight: 900;
  font-size: 21px;
  font-size: 1.75rem;
}

@media (min-width: 30em) {
  h1,
  .h1 {
    font-size: 24px;
    font-size: 2rem;
  }
}

h2,
.h2 {
  font-weight: 800;
  font-size: 18px;
  font-size: 1.5rem;
}

@media (min-width: 30em) {
  h2,
  .h2 {
    font-size: 21px;
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  font-weight: 800;
  font-size: 16px;
  font-size: 1.33333rem;
}

@media (min-width: 30em) {
  h3,
  .h3 {
    font-size: 18px;
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-weight: 600;
  font-size: 14px;
  font-size: 1.16667rem;
}

@media (min-width: 30em) {
  h4,
  .h4 {
    font-size: 16px;
    font-size: 1.33333rem;
  }
}

h5,
.h5 {
  font-weight: 600;
  font-size: 12px;
  font-size: 1rem;
}

@media (min-width: 30em) {
  h5,
  .h5 {
    font-size: 14px;
    font-size: 1.16667rem;
  }
}

h6,
.h6 {
  font-weight: 600;
  font-size: 10px;
  font-size: 0.83333rem;
}

@media (min-width: 30em) {
  h6,
  .h6 {
    font-size: 12px;
    font-size: 1rem;
  }
}

p {
  font-size: 12px;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-bottom: 1.66667rem;
  padding-top: 4px;
  padding-top: 0.33333rem;
  font-feature-settings: 'kern' 1, 'liga' 1;
}

p.justify {
  text-align: justify;
}

p:only-child,
p:last-child {
  margin: 0;
  padding: 0;
}

small,
.caption {
  font-size: 80%;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
b,
.bold {
  font-weight: 600;
}

a {
  color: #1588da;
  text-decoration: none;
  transition: color 0.1s, background-color 0.1s;
}

a:hover,
a:focus,
a:active {
  color: #1e1e1e;
  outline: none;
}

a img {
  border: none;
}

a.underline,
.underline p a,
.underline li a {
  background-image: linear-gradient(to bottom, transparent 50%, #65b6f0 50%);
  background-position: 0 93%;
  background-repeat: repeat-x;
  background-size: 100% 0.15rem;
  text-shadow: 0.1rem 0 #fff, 0.15rem 0 #fff, -0.1rem 0 #fff, -0.15rem 0 #fff;
}

a.underline:hover,
a.underline:focus,
.underline p a:hover,
.underline p a:focus,
.underline li a:hover,
.underline li a:focus {
  background-image: linear-gradient(to bottom, transparent 50%, #515151 50%);
}

ins {
  text-decoration: underline;
}

del,
.del,
s,
strike {
  text-decoration: line-through;
}

hr {
  border: 0;
  margin: 0;
  clear: both;
  padding: 12px 0;
  padding: 1rem 0;
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-size: 100% 0.15rem;
  background-image: linear-gradient(left, white, #e1e1e1, white);
}

hr.solid {
  background-image: linear-gradient(left, #e1e1e1, #e1e1e1, #e1e1e1);
}

code,
pre {
  font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console',
    'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono',
    'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier,
    monospace;
  color: #333;
  background-color: #e6e6e6;
  border-width: 1px;
  border-width: 0.08333rem;
  border-style: solid;
  border-color: #e1e1e1;
  padding: 3px 7px;
  padding: 0.25rem 0.58333rem;
}

pre {
  display: block;
  margin: 0 0 10px;
  margin: 0 0 0.83333rem;
  word-break: break-all;
  word-wrap: break-word;
}

pre code {
  padding: 0;
  white-space: pre-wrap;
}

.pre-scrollable {
  max-height: 350px;
  max-height: 29.16667rem;
  overflow-y: scroll;
}

kbd,
.keystroke {
  color: #444;
  font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console',
    'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono',
    'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier,
    monospace;
  font-size: inherit;
  padding: 2px 3px;
  padding: 0.16667rem 0.25rem;
  margin: 0;
  background-color: #ededed;
  border-color: #dddddd;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: 0 -1px 0 #e6e6e6;
  box-shadow: 0 -0.08333rem 0 #e6e6e6;
}

kbd kbd,
.keystroke kbd,
kbd .keystroke,
.keystroke .keystroke {
  font-weight: 600;
  padding: 0;
  box-shadow: none;
}

blockquote {
  margin: 12px;
  margin: 1rem;
  padding: 6px 8px;
  padding: 0.5rem 0.66667rem;
  border-left-width: 2px;
  border-left-width: 0.16667rem;
  border-left-style: solid;
  border-left-color: #e1e1e1;
}

blockquote.blockquote-reverse {
  border-left: none;
  border-right-width: 2px;
  border-right-width: 0.16667rem;
  border-right-style: solid;
  border-right-color: #e1e1e1;
  text-align: right;
}

blockquote.blockquote-reverse cite:before {
  content: '';
}

blockquote.blockquote-reverse cite:after {
  content: '\0020 \2014';
}

blockquote cite {
  display: block;
  font-size: 10px;
  font-size: 0.83333rem;
  color: #6a6a6a;
  font-style: normal;
}

blockquote cite:before {
  content: '\2014 \0020';
}

blockquote cite a,
blockquote cite a:visited {
  color: #1588da;
}

blockquote p {
  font-size: 14px;
  font-size: 1.16667rem;
  color: #1588da;
  font-style: italic;
}

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

cite {
  font-size: 10px;
  font-size: 0.83333rem;
  color: #6a6a6a;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  cursor: help;
}

abbr,
.abbr {
  text-transform: none;
}

abbr [title],
abbr [data-original-title],
.abbr [title],
.abbr [data-original-title] {
  border-bottom: 1px dotted #dddddd;
}

mark,
.mark {
  color: #444;
  background-color: #e6e6e6;
}

.hollow {
  color: #444;
  -webkit-text-fill-color: #444;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-width: 0.08333rem;
  -webkit-text-stroke-color: #fff;
}

.capitals {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  letter-spacing: 0.1rem;
}

.small-caps {
  text-transform: uppercase;
  font-size: 95%;
  letter-spacing: 1.2px;
  letter-spacing: 0.1rem;
  font-feature-settings: 'smcp' 1, 'kern' 1;
}

.xxlarge {
  font-size: 42px;
  font-size: 3.5rem;
}

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

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

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

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

.text-normal {
  text-transform: none;
}

.text-top {
  vertical-align: top;
}

.text-middle {
  vertical-align: middle;
}

.text-bottom {
  vertical-align: bottom;
}

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

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

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

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

.text-hcenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

ul,
ol,
dl {
  font-size: 12px;
  font-size: 1rem;
  margin-bottom: 14px;
  margin-bottom: 1.16667rem;
  list-style-position: outside;
  font-family: inherit;
}

ul li,
ol li,
dl li {
  font-feature-settings: 'kern' 1, 'liga' 1;
}

ul.icons,
ol.icons,
dl.icons {
  margin-left: 0;
}

ul.icons > li,
ol.icons > li,
dl.icons > li {
  list-style: none;
}

ul.icons > li > span,
ol.icons > li > span,
dl.icons > li > span {
  margin-right: 5px;
  margin-right: 0.41667rem;
}

ul {
  margin-left: 18px;
  margin-left: 1.5rem;
  list-style-type: disc;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

ul.disc {
  list-style-type: disc;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.no-bullet {
  list-style: none;
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-bottom: 0;
  list-style: none;
}

ul li ul,
ul li ol {
  margin-left: 18px;
  margin-left: 1.5rem;
  margin-bottom: 0;
}

ul li ul {
  list-style: square;
}

ul li ol {
  list-style: decimal;
}

ul li ul li ul {
  list-style: circle;
}

ul.inline-list {
  list-style: none;
  margin-top: 0;
  margin: 0 0 11px -16px;
  margin: 0 0 0.91667rem -1.33333rem;
  overflow: hidden;
  padding: 0;
}

ul.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 16px;
  margin-left: 1.33333rem;
}

ul.inline-list > li > * {
  display: block;
}

ol {
  margin-left: 18px;
  margin-left: 1.5rem;
  list-style-type: decimal;
}

ol li ul,
ol li ol {
  margin-left: 18px;
  margin-left: 1.5rem;
  margin-bottom: 0;
}

ol li ol {
  list-style: lower-latin;
}

ol li ul {
  list-style: disc;
}

ol li ol li ol {
  list-style: lower-roman;
}

dl dt {
  margin-bottom: 4px;
  margin-bottom: 0.33333rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 10px;
  margin-bottom: 0.83333rem;
}

img,
figure {
  max-width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  -ms-interpolation-mode: bicubic;
}

img.fluid,
figure.fluid {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.rounded,
figure.rounded {
  border-radius: 2px;
  border-radius: 0.16667rem;
  background-clip: padding-box;
}

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

figcaption {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

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

.fluid-video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 25px;
  padding-top: 2.08333rem;
  padding-bottom: 67.5%;
}

.fluid-video.widescreen {
  padding-bottom: 56.25%;
}

.fluid-video.vimeo {
  padding-top: 0;
}

.fluid-video iframe,
.fluid-video object,
.fluid-video embed,
.fluid-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

fieldset,
form {
  display: block;
  width: 100%;
}

fieldset .form-group,
form .form-group {
  display: block;
  margin-bottom: 22px;
  margin-bottom: 1.83333rem;
}

fieldset {
  padding: 10px 20px;
  padding: 0.83333rem 1.66667rem;
  margin-bottom: 20px;
  margin-bottom: 1.66667rem;
  border-width: 1px;
  border-width: 0.08333rem;
  border-style: solid;
  border-color: #e1e1e1;
}

fieldset:only-child {
  margin-bottom: 0;
}

fieldset[disabled],
fieldset[disabled] * {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: #f9f9f9;
}

fieldset legend,
fieldset[disabled] legend {
  background-color: transparent;
}

input,
select,
textarea {
  display: block;
  font-family: inherit;
  position: relative;
  max-width: 100%;
  padding: 10px;
  padding: 0.83333rem;
  margin-bottom: 24px;
  margin-bottom: 2rem;
  border: none;
  border-radius: 0;
  outline: none;
  vertical-align: top;
  color: #444;
  background-color: #fff;
}

input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f9f9f9;
}

input[readonly],
select[readonly],
textarea[readonly] {
  cursor: auto;
}

.input-border input,
.input-border select,
.input-border textarea {
  border-width: 1px;
  border-width: 0.08333rem;
  border-style: solid;
  border-color: #e1e1e1;
}

.input-border input:focus,
.input-border select:focus,
.input-border textarea:focus {
  border-color: #484848;
}

.rounded input,
.rounded select,
.rounded textarea {
  border-radius: 2px;
  border-radius: 0.16667rem;
}

input.fluid,
.fluid input,
select.fluid,
.fluid select,
textarea.fluid,
.fluid textarea {
  width: 100%;
}

.input-raised input,
.input-raised select,
.input-raised textarea {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c4c4c4;
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c4c4c4;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c4c4c4;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c4c4c4;
}

input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #444;
}

input:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #444;
}

input:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #444;
}

input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #444;
}

.input-raised input[type='range'] {
  box-shadow: none;
}

textarea {
  height: auto;
  max-width: 100%;
  resize: vertical;
  min-height: 100px;
  min-height: 8.33333rem;
}

.input-border input[type='color'],
.input-raised input[type='color'] {
  min-height: 40px;
  min-height: 3.33333rem;
  padding: 0;
  border: 0;
}

::-webkit-file-upload-button {
  background-color: #e6e6e6;
  color: #444;
  padding: 10px;
  padding: 0.83333rem;
  border: none;
  outline: none;
}

input[type='file'] {
  padding: 0;
}

input[type='range'] {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

input[type='submit'].fluid,
input[type='button'].fluid {
  display: block;
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('img/elements/select-icon-border.png') no-repeat scroll right
    center;
  padding-right: 21px;
  padding-right: 1.75rem;
}

select[multiple],
select[size] {
  background: none;
  padding: 0;
  height: auto;
}

select[multiple] option,
select[size] option {
  padding: 5px 10px;
  padding: 0.41667rem 0.83333rem;
}

select::-ms-expand {
  display: none;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
  width: auto;
  width: initial;
  margin-bottom: 0;
  vertical-align: sub;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline;
  margin: 0 5px 0 2px;
  margin: 0 0.41667rem 0 0.16667rem;
}

.vertical-list div,
.vertical-list span {
  width: 100%;
  display: block;
}

label {
  display: block;
  margin-bottom: 0;
}

label.right {
  float: none !important;
  text-align: right;
}

table {
  width: 100%;
  max-width: 100%;
  background: #fff;
  margin-bottom: 22px;
  margin-bottom: 1.83333rem;
  border-width: 1px;
  border-width: 0.08333rem;
  border-style: solid;
  border-color: #e1e1e1;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: auto;
}

table caption {
  background: transparent;
  font-size: 12px;
  font-size: 1rem;
  font-weight: 600;
}

table thead {
  background: #f5f5f5;
}

table tbody tr th {
  font-weight: 600;
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 5px 6px 6px;
  padding: 0.41667rem 0.5rem 0.5rem;
  font-size: 10px;
  font-size: 0.83333rem;
  font-weight: 600;
}

table tfoot {
  background: #f5f5f5;
}

table tr th,
table tr td {
  padding: 5px 6px;
  padding: 0.41667rem 0.5rem;
  font-size: 10px;
  font-size: 0.83333rem;
  text-align: left;
  white-space: pre;
}

table tr.even,
table tr.alt,
table.striped tr:nth-of-type(even) {
  background: #f9f9f9;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media (max-width: 48.0625em) {
  .table-responsive {
    width: 100%;
    margin-bottom: 22px;
    margin-bottom: 1.83333rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-width: 1px;
    border-width: 0.08333rem;
    border-style: solid;
    border-color: #e1e1e1;
  }
  .table-responsive table {
    border: none;
  }
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tfoot > tr > td,
  .table-responsive > table > tfoot > tr > th {
    white-space: nowrap;
  }
}

.centered-axis,
.centered-axis-x,
.centered-axis-xy {
  position: absolute;
  left: 50%;
}

.centered-axis-x {
  transform: translate(-50%, 0);
}

.centered-axis-xy {
  top: 50%;
  transform: translate(-50%, -50%);
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.float-n {
  float: none;
}

.float-fluid {
  display: table-cell;
  width: auto;
}

.clear-r {
  clear: right;
}

.clear-l {
  clear: left;
}

.clear-b {
  clear: both;
}

.cont,
.cont-rel,
.cont-abs,
.cont-fix {
  display: block;
}

.cont-rel {
  position: relative;
}

.cont-abs {
  position: absolute;
}

.cont-fix {
  position: fixed;
}

.v-spacing {
  margin-bottom: 22px;
  margin-bottom: 1.83333rem;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.rotate {
  display: inline-block;
  width: auto;
}

.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}

.flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}

:root .rotate-90,
:root .rotate-180,
:root .rotate-270,
:root .flip-horizontal,
:root .flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.cf:after {
  content: '';
  display: table;
  clear: both;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container:after {
  content: '';
  display: table;
  clear: both;
}

.container .text {
  max-width: 700px;
  max-width: 58.33333rem;
}

.segment {
  position: relative;
  background: #fff;
  margin: 12px 0;
  margin: 1rem 0;
  padding: 12px;
  padding: 1rem;
}

.segment.border {
  border-width: 1px;
  border-width: 0.08333rem;
  border-style: solid;
  border-color: #e1e1e1;
}

.segment.raised {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.segment.rounded {
  border-radius: 2px;
  border-radius: 0.16667rem;
  background-clip: padding-box;
}

[class*='grid-'] {
  position: relative;
  min-height: 1px;
  margin: 0;
}

@media (max-width: 48.0625em) {
  [class*='grid-']:not([class*='-ng']) {
    margin-bottom: 1.69492%;
  }
}

@media (max-width: 48.0625em) {
  .collapse > [class*='grid-'] {
    width: 100%;
  }
}

.grid-1 {
  width: 6.77966%;
  float: left;
  margin-right: 1.69492%;
}

.grid-1:last-of-type {
  float: right;
  margin-right: 0;
}

.grid-1-ng {
  width: 8.33333%;
  float: left;
}

.grid-2 {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
}

.grid-2:last-of-type {
  float: right;
  margin-right: 0;
}

.grid-2-ng {
  width: 16.66667%;
  float: left;
}

.grid-3 {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
}

.grid-3:last-of-type {
  float: right;
  margin-right: 0;
}

.grid-3-ng {
  width: 25%;
  float: left;
}

.grid-4 {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}

.grid-4:last-of-type {
  float: right;
  margin-right: 0;
}

.grid-4-ng {
  width: 33.33333%;
  float: left;
}

.grid-5 {
  width: 40.67797%;
  float: left;
  margin-right: 1.69492%;
}

.grid-5:last-of-type {
  float: right;
  margin-right: 0;
}

.grid-5-ng {
  width: 41.66667%;
  float: left;
}

.grid-6 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}

.grid-6:last-of-type {
  float: right;
  margin-right: 0;
}

.grid-6-ng {
  width: 50%;
  float: left;
}

.grid-7 {
  width: 57.62712%;
  float: left;
  margin-right: 1.69492%;
}

.grid-7:last-of-type {
  float: right;
  margin-right: 0;
}

.grid-7-ng {
  width: 58.33333%;
  float: left;
}

.grid-8 {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
}

.grid-8:last-of-type {
  float: right;
  margin-right: 0;
}

.grid-8-ng {
  width: 66.66667%;
  float: left;
}

.grid-9 {
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
}

.grid-9:last-of-type {
  float: right;
  margin-right: 0;
}

.grid-9-ng {
  width: 75%;
  float: left;
}

.grid-10 {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
}

.grid-10:last-of-type {
  float: right;
  margin-right: 0;
}

.grid-10-ng {
  width: 83.33333%;
  float: left;
}

.grid-11 {
  width: 91.52542%;
  float: left;
  margin-right: 1.69492%;
}

.grid-11:last-of-type {
  float: right;
  margin-right: 0;
}

.grid-11-ng {
  width: 91.66667%;
  float: left;
}

.grid-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.grid-12:last-of-type {
  float: right;
  margin-right: 0;
}

.grid-12-ng {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.container-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0rem;
  margin-right: 0rem;
}

.grid-flex,
.grid-flex-1,
.grid-flex-2,
.grid-flex-3,
.grid-flex-4,
.grid-flex-5,
.grid-flex-6,
.grid-flex-7,
.grid-flex-8,
.grid-flex-9,
.grid-flex-10,
.grid-flex-11,
.grid-flex-12 {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 0rem;
  padding-right: 0rem;
}

.grid-flex {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.grid-flex-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.grid-flex-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.grid-flex-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.grid-flex-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.grid-flex-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.grid-flex-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.grid-flex-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.grid-flex-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.grid-flex-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.grid-flex-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.grid-flex-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.grid-flex-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.off-flex-1 {
  margin-left: 8.33333%;
}

.off-flex-2 {
  margin-left: 16.66667%;
}

.off-flex-3 {
  margin-left: 25%;
}

.off-flex-4 {
  margin-left: 33.33333%;
}

.off-flex-5 {
  margin-left: 41.66667%;
}

.off-flex-6 {
  margin-left: 50%;
}

.off-flex-7 {
  margin-left: 58.33333%;
}

.off-flex-8 {
  margin-left: 66.66667%;
}

.off-flex-9 {
  margin-left: 75%;
}

.off-flex-10 {
  margin-left: 83.33333%;
}

.off-flex-11 {
  margin-left: 91.66667%;
}

.btn {
  width: auto;
  display: inline-block;
  min-height: 12px;
  min-height: 1rem;
  padding: 10px;
  padding: 0.83333rem;
  margin-bottom: 4px;
  margin-bottom: 0.33333rem;
  color: #444;
  background-color: #e6e6e6;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(68, 68, 68, 0.15) inset;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  -webkit-appearance: none;
  transition: color 0.1s ease, background-color 0.1s ease, box-shadow 0.1s ease,
    background 0.1s ease;
}

.btn:hover,
.btn:focus {
  color: white;
  background-color: #a6a6a6;
}

.btn:active,
.btn.active {
  background-color: #676767;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 1px rgba(68, 68, 68, 0.5) inset;
}

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

.btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.45;
}

.btn.circular {
  line-height: 1;
  border-radius: 50%;
}

.btn.circular > span {
  width: 1em;
  opacity: 0.9;
}

.btn.rounded {
  border-radius: 2px;
  border-radius: 0.16667rem;
}

.btn.icon > .fa {
  margin-right: 5px;
  margin-right: 0.41667rem;
}

.btn.icon > .fa.pull-right {
  margin-right: 0;
}

.btn.outline {
  background: none;
  border-width: 1px;
  border-width: 0.08333rem;
  border-style: solid;
  border-color: #444;
}

.btn.outline:hover,
.btn.outline:focus {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
  color: white;
}

.btn.outline:active {
  box-shadow: none;
  background-color: #676767;
  border-color: #676767;
}

.btn.social {
  color: #fff;
}

.btn.social.facebook {
  background-color: #3b5998;
}

.btn.social.facebook:hover,
.btn.social.facebook:focus {
  background-color: #4c70ba;
}

.btn.social.facebook:active {
  background-color: #4264aa;
}

.btn.social.twitter {
  background-color: #00aced;
}

.btn.social.twitter:hover,
.btn.social.twitter:focus {
  background-color: #21c2ff;
}

.btn.social.twitter:active {
  background-color: #08bbff;
}

.btn.social.instagram {
  background-color: #125688;
}

.btn.social.instagram:hover,
.btn.social.instagram:focus {
  background-color: #1872b5;
}

.btn.social.instagram:active {
  background-color: #15649f;
}

.btn.social.google-plus {
  background-color: #dd4b39;
}

.btn.social.google-plus:hover,
.btn.social.google-plus:focus {
  background-color: #e47365;
}

.btn.social.google-plus:active {
  background-color: #e15f4f;
}

.btn.social.linkedin {
  background-color: #007bb5;
}

.btn.social.linkedin:hover,
.btn.social.linkedin:focus {
  background-color: #009ee8;
}

.btn.social.linkedin:active {
  background-color: #008ccf;
}

.btn.social.youtube {
  background-color: #bb0000;
}

.btn.social.youtube:hover,
.btn.social.youtube:focus {
  background-color: #ee0000;
}

.btn.social.youtube:active {
  background-color: #d50000;
}

.btn-group {
  display: inline-block;
  font-size: 0;
}

.btn-group > .btn {
  font-size: 12px;
  font-size: 1rem;
  margin-bottom: 0;
}

.btn-group.rounded > .btn:first-child {
  border-top-left-radius: 2px;
  border-top-left-radius: 0.16667rem;
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: 0.16667rem;
}

.btn-group.rounded > .btn:last-child {
  border-top-right-radius: 2px;
  border-top-right-radius: 0.16667rem;
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: 0.16667rem;
}

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

.btn-group.vertical.rounded > .btn:first-child {
  border-top-left-radius: 2px;
  border-top-left-radius: 0.16667rem;
  border-top-right-radius: 2px;
  border-top-right-radius: 0.16667rem;
  border-bottom-left-radius: 0;
}

.btn-group.vertical.rounded > .btn:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: 0.16667rem;
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: 0.16667rem;
  border-top-right-radius: 0;
}

.animated {
  animation: fadein 1.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
}

.loader {
  font-size: 48px;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  position: relative;
}

.spinner:before,
.spinner:after {
  content: '';
  position: relative;
  display: block;
}

.spinner:before {
  animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  width: 12px;
  width: 1rem;
  height: 12px;
  height: 1rem;
  background-color: #202020;
}

.spinner:after {
  animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  height: -6px;
  height: -0.5rem;
  height: 3px;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #e6e6e6;
}

@keyframes spinner {
  50% {
    border-radius: 50%;
    transform: scale(0.5) rotate(360deg);
  }
  100% {
    transform: scale(1) rotate(720deg);
  }
}

@keyframes shadow {
  50% {
    transform: scale(0.5);
    background-color: #e6e6e6;
  }
}

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}

/*!
    Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
    License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('lib/scss/lydia/fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('lib/scss/lydia/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0')
      format('embedded-opentype'),
    url('lib/scss/lydia/fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0')
      format('woff2'),
    url('lib/scss/lydia/fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0')
      format('woff'),
    url('lib/scss/lydia/fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0')
      format('truetype'),
    url('lib/scss/lydia/fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: '';
}

.fa-music:before {
  content: '';
}

.fa-search:before {
  content: '';
}

.fa-envelope-o:before {
  content: '';
}

.fa-heart:before {
  content: '';
}

.fa-star:before {
  content: '';
}

.fa-star-o:before {
  content: '';
}

.fa-user:before {
  content: '';
}

.fa-film:before {
  content: '';
}

.fa-th-large:before {
  content: '';
}

.fa-th:before {
  content: '';
}

.fa-th-list:before {
  content: '';
}

.fa-check:before {
  content: '';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '';
}

.fa-search-plus:before {
  content: '';
}

.fa-search-minus:before {
  content: '';
}

.fa-power-off:before {
  content: '';
}

.fa-signal:before {
  content: '';
}

.fa-gear:before,
.fa-cog:before {
  content: '';
}

.fa-trash-o:before {
  content: '';
}

.fa-home:before {
  content: '';
}

.fa-file-o:before {
  content: '';
}

.fa-clock-o:before {
  content: '';
}

.fa-road:before {
  content: '';
}

.fa-download:before {
  content: '';
}

.fa-arrow-circle-o-down:before {
  content: '';
}

.fa-arrow-circle-o-up:before {
  content: '';
}

.fa-inbox:before {
  content: '';
}

.fa-play-circle-o:before {
  content: '';
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: '';
}

.fa-refresh:before {
  content: '';
}

.fa-list-alt:before {
  content: '';
}

.fa-lock:before {
  content: '';
}

.fa-flag:before {
  content: '';
}

.fa-headphones:before {
  content: '';
}

.fa-volume-off:before {
  content: '';
}

.fa-volume-down:before {
  content: '';
}

.fa-volume-up:before {
  content: '';
}

.fa-qrcode:before {
  content: '';
}

.fa-barcode:before {
  content: '';
}

.fa-tag:before {
  content: '';
}

.fa-tags:before {
  content: '';
}

.fa-book:before {
  content: '';
}

.fa-bookmark:before {
  content: '';
}

.fa-print:before {
  content: '';
}

.fa-camera:before {
  content: '';
}

.fa-font:before {
  content: '';
}

.fa-bold:before {
  content: '';
}

.fa-italic:before {
  content: '';
}

.fa-text-height:before {
  content: '';
}

.fa-text-width:before {
  content: '';
}

.fa-align-left:before {
  content: '';
}

.fa-align-center:before {
  content: '';
}

.fa-align-right:before {
  content: '';
}

.fa-align-justify:before {
  content: '';
}

.fa-list:before {
  content: '';
}

.fa-dedent:before,
.fa-outdent:before {
  content: '';
}

.fa-indent:before {
  content: '';
}

.fa-video-camera:before {
  content: '';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '';
}

.fa-pencil:before {
  content: '';
}

.fa-map-marker:before {
  content: '';
}

.fa-adjust:before {
  content: '';
}

.fa-tint:before {
  content: '';
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: '';
}

.fa-share-square-o:before {
  content: '';
}

.fa-check-square-o:before {
  content: '';
}

.fa-arrows:before {
  content: '';
}

.fa-step-backward:before {
  content: '';
}

.fa-fast-backward:before {
  content: '';
}

.fa-backward:before {
  content: '';
}

.fa-play:before {
  content: '';
}

.fa-pause:before {
  content: '';
}

.fa-stop:before {
  content: '';
}

.fa-forward:before {
  content: '';
}

.fa-fast-forward:before {
  content: '';
}

.fa-step-forward:before {
  content: '';
}

.fa-eject:before {
  content: '';
}

.fa-chevron-left:before {
  content: '';
}

.fa-chevron-right:before {
  content: '';
}

.fa-plus-circle:before {
  content: '';
}

.fa-minus-circle:before {
  content: '';
}

.fa-times-circle:before {
  content: '';
}

.fa-check-circle:before {
  content: '';
}

.fa-question-circle:before {
  content: '';
}

.fa-info-circle:before {
  content: '';
}

.fa-crosshairs:before {
  content: '';
}

.fa-times-circle-o:before {
  content: '';
}

.fa-check-circle-o:before {
  content: '';
}

.fa-ban:before {
  content: '';
}

.fa-arrow-left:before {
  content: '';
}

.fa-arrow-right:before {
  content: '';
}

.fa-arrow-up:before {
  content: '';
}

.fa-arrow-down:before {
  content: '';
}

.fa-mail-forward:before,
.fa-share:before {
  content: '';
}

.fa-expand:before {
  content: '';
}

.fa-compress:before {
  content: '';
}

.fa-plus:before {
  content: '';
}

.fa-minus:before {
  content: '';
}

.fa-asterisk:before {
  content: '';
}

.fa-exclamation-circle:before {
  content: '';
}

.fa-gift:before {
  content: '';
}

.fa-leaf:before {
  content: '';
}

.fa-fire:before {
  content: '';
}

.fa-eye:before {
  content: '';
}

.fa-eye-slash:before {
  content: '';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '';
}

.fa-plane:before {
  content: '';
}

.fa-calendar:before {
  content: '';
}

.fa-random:before {
  content: '';
}

.fa-comment:before {
  content: '';
}

.fa-magnet:before {
  content: '';
}

.fa-chevron-up:before {
  content: '';
}

.fa-chevron-down:before {
  content: '';
}

.fa-retweet:before {
  content: '';
}

.fa-shopping-cart:before {
  content: '';
}

.fa-folder:before {
  content: '';
}

.fa-folder-open:before {
  content: '';
}

.fa-arrows-v:before {
  content: '';
}

.fa-arrows-h:before {
  content: '';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '';
}

.fa-twitter-square:before {
  content: '';
}

.fa-facebook-square:before {
  content: '';
}

.fa-camera-retro:before {
  content: '';
}

.fa-key:before {
  content: '';
}

.fa-gears:before,
.fa-cogs:before {
  content: '';
}

.fa-comments:before {
  content: '';
}

.fa-thumbs-o-up:before {
  content: '';
}

.fa-thumbs-o-down:before {
  content: '';
}

.fa-star-half:before {
  content: '';
}

.fa-heart-o:before {
  content: '';
}

.fa-sign-out:before {
  content: '';
}

.fa-linkedin-square:before {
  content: '';
}

.fa-thumb-tack:before {
  content: '';
}

.fa-external-link:before {
  content: '';
}

.fa-sign-in:before {
  content: '';
}

.fa-trophy:before {
  content: '';
}

.fa-github-square:before {
  content: '';
}

.fa-upload:before {
  content: '';
}

.fa-lemon-o:before {
  content: '';
}

.fa-phone:before {
  content: '';
}

.fa-square-o:before {
  content: '';
}

.fa-bookmark-o:before {
  content: '';
}

.fa-phone-square:before {
  content: '';
}

.fa-twitter:before {
  content: '';
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: '';
}

.fa-github:before {
  content: '';
}

.fa-unlock:before {
  content: '';
}

.fa-credit-card:before {
  content: '';
}

.fa-rss:before {
  content: '';
}

.fa-hdd-o:before {
  content: '';
}

.fa-bullhorn:before {
  content: '';
}

.fa-bell:before {
  content: '';
}

.fa-certificate:before {
  content: '';
}

.fa-hand-o-right:before {
  content: '';
}

.fa-hand-o-left:before {
  content: '';
}

.fa-hand-o-up:before {
  content: '';
}

.fa-hand-o-down:before {
  content: '';
}

.fa-arrow-circle-left:before {
  content: '';
}

.fa-arrow-circle-right:before {
  content: '';
}

.fa-arrow-circle-up:before {
  content: '';
}

.fa-arrow-circle-down:before {
  content: '';
}

.fa-globe:before {
  content: '';
}

.fa-wrench:before {
  content: '';
}

.fa-tasks:before {
  content: '';
}

.fa-filter:before {
  content: '';
}

.fa-briefcase:before {
  content: '';
}

.fa-arrows-alt:before {
  content: '';
}

.fa-group:before,
.fa-users:before {
  content: '';
}

.fa-chain:before,
.fa-link:before {
  content: '';
}

.fa-cloud:before {
  content: '';
}

.fa-flask:before {
  content: '';
}

.fa-cut:before,
.fa-scissors:before {
  content: '';
}

.fa-copy:before,
.fa-files-o:before {
  content: '';
}

.fa-paperclip:before {
  content: '';
}

.fa-save:before,
.fa-floppy-o:before {
  content: '';
}

.fa-square:before {
  content: '';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '';
}

.fa-list-ul:before {
  content: '';
}

.fa-list-ol:before {
  content: '';
}

.fa-strikethrough:before {
  content: '';
}

.fa-underline:before {
  content: '';
}

.fa-table:before {
  content: '';
}

.fa-magic:before {
  content: '';
}

.fa-truck:before {
  content: '';
}

.fa-pinterest:before {
  content: '';
}

.fa-pinterest-square:before {
  content: '';
}

.fa-google-plus-square:before {
  content: '';
}

.fa-google-plus:before {
  content: '';
}

.fa-money:before {
  content: '';
}

.fa-caret-down:before {
  content: '';
}

.fa-caret-up:before {
  content: '';
}

.fa-caret-left:before {
  content: '';
}

.fa-caret-right:before {
  content: '';
}

.fa-columns:before {
  content: '';
}

.fa-unsorted:before,
.fa-sort:before {
  content: '';
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: '';
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: '';
}

.fa-envelope:before {
  content: '';
}

.fa-linkedin:before {
  content: '';
}

.fa-rotate-left:before,
.fa-undo:before {
  content: '';
}

.fa-legal:before,
.fa-gavel:before {
  content: '';
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: '';
}

.fa-comment-o:before {
  content: '';
}

.fa-comments-o:before {
  content: '';
}

.fa-flash:before,
.fa-bolt:before {
  content: '';
}

.fa-sitemap:before {
  content: '';
}

.fa-umbrella:before {
  content: '';
}

.fa-paste:before,
.fa-clipboard:before {
  content: '';
}

.fa-lightbulb-o:before {
  content: '';
}

.fa-exchange:before {
  content: '';
}

.fa-cloud-download:before {
  content: '';
}

.fa-cloud-upload:before {
  content: '';
}

.fa-user-md:before {
  content: '';
}

.fa-stethoscope:before {
  content: '';
}

.fa-suitcase:before {
  content: '';
}

.fa-bell-o:before {
  content: '';
}

.fa-coffee:before {
  content: '';
}

.fa-cutlery:before {
  content: '';
}

.fa-file-text-o:before {
  content: '';
}

.fa-building-o:before {
  content: '';
}

.fa-hospital-o:before {
  content: '';
}

.fa-ambulance:before {
  content: '';
}

.fa-medkit:before {
  content: '';
}

.fa-fighter-jet:before {
  content: '';
}

.fa-beer:before {
  content: '';
}

.fa-h-square:before {
  content: '';
}

.fa-plus-square:before {
  content: '';
}

.fa-angle-double-left:before {
  content: '';
}

.fa-angle-double-right:before {
  content: '';
}

.fa-angle-double-up:before {
  content: '';
}

.fa-angle-double-down:before {
  content: '';
}

.fa-angle-left:before {
  content: '';
}

.fa-angle-right:before {
  content: '';
}

.fa-angle-up:before {
  content: '';
}

.fa-angle-down:before {
  content: '';
}

.fa-desktop:before {
  content: '';
}

.fa-laptop:before {
  content: '';
}

.fa-tablet:before {
  content: '';
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: '';
}

.fa-circle-o:before {
  content: '';
}

.fa-quote-left:before {
  content: '';
}

.fa-quote-right:before {
  content: '';
}

.fa-spinner:before {
  content: '';
}

.fa-circle:before {
  content: '';
}

.fa-mail-reply:before,
.fa-reply:before {
  content: '';
}

.fa-github-alt:before {
  content: '';
}

.fa-folder-o:before {
  content: '';
}

.fa-folder-open-o:before {
  content: '';
}

.fa-smile-o:before {
  content: '';
}

.fa-frown-o:before {
  content: '';
}

.fa-meh-o:before {
  content: '';
}

.fa-gamepad:before {
  content: '';
}

.fa-keyboard-o:before {
  content: '';
}

.fa-flag-o:before {
  content: '';
}

.fa-flag-checkered:before {
  content: '';
}

.fa-terminal:before {
  content: '';
}

.fa-code:before {
  content: '';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '';
}

.fa-location-arrow:before {
  content: '';
}

.fa-crop:before {
  content: '';
}

.fa-code-fork:before {
  content: '';
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: '';
}

.fa-question:before {
  content: '';
}

.fa-info:before {
  content: '';
}

.fa-exclamation:before {
  content: '';
}

.fa-superscript:before {
  content: '';
}

.fa-subscript:before {
  content: '';
}

.fa-eraser:before {
  content: '';
}

.fa-puzzle-piece:before {
  content: '';
}

.fa-microphone:before {
  content: '';
}

.fa-microphone-slash:before {
  content: '';
}

.fa-shield:before {
  content: '';
}

.fa-calendar-o:before {
  content: '';
}

.fa-fire-extinguisher:before {
  content: '';
}

.fa-rocket:before {
  content: '';
}

.fa-maxcdn:before {
  content: '';
}

.fa-chevron-circle-left:before {
  content: '';
}

.fa-chevron-circle-right:before {
  content: '';
}

.fa-chevron-circle-up:before {
  content: '';
}

.fa-chevron-circle-down:before {
  content: '';
}

.fa-html5:before {
  content: '';
}

.fa-css3:before {
  content: '';
}

.fa-anchor:before {
  content: '';
}

.fa-unlock-alt:before {
  content: '';
}

.fa-bullseye:before {
  content: '';
}

.fa-ellipsis-h:before {
  content: '';
}

.fa-ellipsis-v:before {
  content: '';
}

.fa-rss-square:before {
  content: '';
}

.fa-play-circle:before {
  content: '';
}

.fa-ticket:before {
  content: '';
}

.fa-minus-square:before {
  content: '';
}

.fa-minus-square-o:before {
  content: '';
}

.fa-level-up:before {
  content: '';
}

.fa-level-down:before {
  content: '';
}

.fa-check-square:before {
  content: '';
}

.fa-pencil-square:before {
  content: '';
}

.fa-external-link-square:before {
  content: '';
}

.fa-share-square:before {
  content: '';
}

.fa-compass:before {
  content: '';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '';
}

.fa-euro:before,
.fa-eur:before {
  content: '';
}

.fa-gbp:before {
  content: '';
}

.fa-dollar:before,
.fa-usd:before {
  content: '';
}

.fa-rupee:before,
.fa-inr:before {
  content: '';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '';
}

.fa-won:before,
.fa-krw:before {
  content: '';
}

.fa-bitcoin:before,
.fa-btc:before {
  content: '';
}

.fa-file:before {
  content: '';
}

.fa-file-text:before {
  content: '';
}

.fa-sort-alpha-asc:before {
  content: '';
}

.fa-sort-alpha-desc:before {
  content: '';
}

.fa-sort-amount-asc:before {
  content: '';
}

.fa-sort-amount-desc:before {
  content: '';
}

.fa-sort-numeric-asc:before {
  content: '';
}

.fa-sort-numeric-desc:before {
  content: '';
}

.fa-thumbs-up:before {
  content: '';
}

.fa-thumbs-down:before {
  content: '';
}

.fa-youtube-square:before {
  content: '';
}

.fa-youtube:before {
  content: '';
}

.fa-xing:before {
  content: '';
}

.fa-xing-square:before {
  content: '';
}

.fa-youtube-play:before {
  content: '';
}

.fa-dropbox:before {
  content: '';
}

.fa-stack-overflow:before {
  content: '';
}

.fa-instagram:before {
  content: '';
}

.fa-flickr:before {
  content: '';
}

.fa-adn:before {
  content: '';
}

.fa-bitbucket:before {
  content: '';
}

.fa-bitbucket-square:before {
  content: '';
}

.fa-tumblr:before {
  content: '';
}

.fa-tumblr-square:before {
  content: '';
}

.fa-long-arrow-down:before {
  content: '';
}

.fa-long-arrow-up:before {
  content: '';
}

.fa-long-arrow-left:before {
  content: '';
}

.fa-long-arrow-right:before {
  content: '';
}

.fa-apple:before {
  content: '';
}

.fa-windows:before {
  content: '';
}

.fa-android:before {
  content: '';
}

.fa-linux:before {
  content: '';
}

.fa-dribbble:before {
  content: '';
}

.fa-skype:before {
  content: '';
}

.fa-foursquare:before {
  content: '';
}

.fa-trello:before {
  content: '';
}

.fa-female:before {
  content: '';
}

.fa-male:before {
  content: '';
}

.fa-gittip:before,
.fa-gratipay:before {
  content: '';
}

.fa-sun-o:before {
  content: '';
}

.fa-moon-o:before {
  content: '';
}

.fa-archive:before {
  content: '';
}

.fa-bug:before {
  content: '';
}

.fa-vk:before {
  content: '';
}

.fa-weibo:before {
  content: '';
}

.fa-renren:before {
  content: '';
}

.fa-pagelines:before {
  content: '';
}

.fa-stack-exchange:before {
  content: '';
}

.fa-arrow-circle-o-right:before {
  content: '';
}

.fa-arrow-circle-o-left:before {
  content: '';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '';
}

.fa-dot-circle-o:before {
  content: '';
}

.fa-wheelchair:before {
  content: '';
}

.fa-vimeo-square:before {
  content: '';
}

.fa-turkish-lira:before,
.fa-try:before {
  content: '';
}

.fa-plus-square-o:before {
  content: '';
}

.fa-space-shuttle:before {
  content: '';
}

.fa-slack:before {
  content: '';
}

.fa-envelope-square:before {
  content: '';
}

.fa-wordpress:before {
  content: '';
}

.fa-openid:before {
  content: '';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '';
}

.fa-yahoo:before {
  content: '';
}

.fa-google:before {
  content: '';
}

.fa-reddit:before {
  content: '';
}

.fa-reddit-square:before {
  content: '';
}

.fa-stumbleupon-circle:before {
  content: '';
}

.fa-stumbleupon:before {
  content: '';
}

.fa-delicious:before {
  content: '';
}

.fa-digg:before {
  content: '';
}

.fa-pied-piper:before {
  content: '';
}

.fa-pied-piper-alt:before {
  content: '';
}

.fa-drupal:before {
  content: '';
}

.fa-joomla:before {
  content: '';
}

.fa-language:before {
  content: '';
}

.fa-fax:before {
  content: '';
}

.fa-building:before {
  content: '';
}

.fa-child:before {
  content: '';
}

.fa-paw:before {
  content: '';
}

.fa-spoon:before {
  content: '';
}

.fa-cube:before {
  content: '';
}

.fa-cubes:before {
  content: '';
}

.fa-behance:before {
  content: '';
}

.fa-behance-square:before {
  content: '';
}

.fa-steam:before {
  content: '';
}

.fa-steam-square:before {
  content: '';
}

.fa-recycle:before {
  content: '';
}

.fa-automobile:before,
.fa-car:before {
  content: '';
}

.fa-cab:before,
.fa-taxi:before {
  content: '';
}

.fa-tree:before {
  content: '';
}

.fa-spotify:before {
  content: '';
}

.fa-deviantart:before {
  content: '';
}

.fa-soundcloud:before {
  content: '';
}

.fa-database:before {
  content: '';
}

.fa-file-pdf-o:before {
  content: '';
}

.fa-file-word-o:before {
  content: '';
}

.fa-file-excel-o:before {
  content: '';
}

.fa-file-powerpoint-o:before {
  content: '';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '';
}

.fa-file-code-o:before {
  content: '';
}

.fa-vine:before {
  content: '';
}

.fa-codepen:before {
  content: '';
}

.fa-jsfiddle:before {
  content: '';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '';
}

.fa-circle-o-notch:before {
  content: '';
}

.fa-ra:before,
.fa-rebel:before {
  content: '';
}

.fa-ge:before,
.fa-empire:before {
  content: '';
}

.fa-git-square:before {
  content: '';
}

.fa-git:before {
  content: '';
}

.fa-hacker-news:before {
  content: '';
}

.fa-tencent-weibo:before {
  content: '';
}

.fa-qq:before {
  content: '';
}

.fa-wechat:before,
.fa-weixin:before {
  content: '';
}

.fa-send:before,
.fa-paper-plane:before {
  content: '';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '';
}

.fa-history:before {
  content: '';
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: '';
}

.fa-header:before {
  content: '';
}

.fa-paragraph:before {
  content: '';
}

.fa-sliders:before {
  content: '';
}

.fa-share-alt:before {
  content: '';
}

.fa-share-alt-square:before {
  content: '';
}

.fa-bomb:before {
  content: '';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '';
}

.fa-tty:before {
  content: '';
}

.fa-binoculars:before {
  content: '';
}

.fa-plug:before {
  content: '';
}

.fa-slideshare:before {
  content: '';
}

.fa-twitch:before {
  content: '';
}

.fa-yelp:before {
  content: '';
}

.fa-newspaper-o:before {
  content: '';
}

.fa-wifi:before {
  content: '';
}

.fa-calculator:before {
  content: '';
}

.fa-paypal:before {
  content: '';
}

.fa-google-wallet:before {
  content: '';
}

.fa-cc-visa:before {
  content: '';
}

.fa-cc-mastercard:before {
  content: '';
}

.fa-cc-discover:before {
  content: '';
}

.fa-cc-amex:before {
  content: '';
}

.fa-cc-paypal:before {
  content: '';
}

.fa-cc-stripe:before {
  content: '';
}

.fa-bell-slash:before {
  content: '';
}

.fa-bell-slash-o:before {
  content: '';
}

.fa-trash:before {
  content: '';
}

.fa-copyright:before {
  content: '';
}

.fa-at:before {
  content: '';
}

.fa-eyedropper:before {
  content: '';
}

.fa-paint-brush:before {
  content: '';
}

.fa-birthday-cake:before {
  content: '';
}

.fa-area-chart:before {
  content: '';
}

.fa-pie-chart:before {
  content: '';
}

.fa-line-chart:before {
  content: '';
}

.fa-lastfm:before {
  content: '';
}

.fa-lastfm-square:before {
  content: '';
}

.fa-toggle-off:before {
  content: '';
}

.fa-toggle-on:before {
  content: '';
}

.fa-bicycle:before {
  content: '';
}

.fa-bus:before {
  content: '';
}

.fa-ioxhost:before {
  content: '';
}

.fa-angellist:before {
  content: '';
}

.fa-cc:before {
  content: '';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '';
}

.fa-meanpath:before {
  content: '';
}

.fa-buysellads:before {
  content: '';
}

.fa-connectdevelop:before {
  content: '';
}

.fa-dashcube:before {
  content: '';
}

.fa-forumbee:before {
  content: '';
}

.fa-leanpub:before {
  content: '';
}

.fa-sellsy:before {
  content: '';
}

.fa-shirtsinbulk:before {
  content: '';
}

.fa-simplybuilt:before {
  content: '';
}

.fa-skyatlas:before {
  content: '';
}

.fa-cart-plus:before {
  content: '';
}

.fa-cart-arrow-down:before {
  content: '';
}

.fa-diamond:before {
  content: '';
}

.fa-ship:before {
  content: '';
}

.fa-user-secret:before {
  content: '';
}

.fa-motorcycle:before {
  content: '';
}

.fa-street-view:before {
  content: '';
}

.fa-heartbeat:before {
  content: '';
}

.fa-venus:before {
  content: '';
}

.fa-mars:before {
  content: '';
}

.fa-mercury:before {
  content: '';
}

.fa-transgender:before {
  content: '';
}

.fa-transgender-alt:before {
  content: '';
}

.fa-venus-double:before {
  content: '';
}

.fa-mars-double:before {
  content: '';
}

.fa-venus-mars:before {
  content: '';
}

.fa-mars-stroke:before {
  content: '';
}

.fa-mars-stroke-v:before {
  content: '';
}

.fa-mars-stroke-h:before {
  content: '';
}

.fa-neuter:before {
  content: '';
}

.fa-facebook-official:before {
  content: '';
}

.fa-pinterest-p:before {
  content: '';
}

.fa-whatsapp:before {
  content: '';
}

.fa-server:before {
  content: '';
}

.fa-user-plus:before {
  content: '';
}

.fa-user-times:before {
  content: '';
}

.fa-hotel:before,
.fa-bed:before {
  content: '';
}

.fa-viacoin:before {
  content: '';
}

.fa-train:before {
  content: '';
}

.fa-subway:before {
  content: '';
}

.fa-medium:before {
  content: '';
}

.grid-xs-1,
.grid-xs-2,
.grid-xs-3,
.grid-xs-4,
.grid-xs-5,
.grid-xs-6,
.grid-xs-7,
.grid-xs-8,
.grid-xs-9,
.grid-xs-10,
.grid-xs-11,
.grid-xs-12 {
  float: left;
}

.grid-xs-12 {
  width: 100%;
}

.grid-xs-11 {
  width: 91.66666667%;
}

.grid-xs-10 {
  width: 83.33333333%;
}

.grid-xs-9 {
  width: 75%;
}

.grid-xs-8 {
  width: 66.66666667%;
}

.grid-xs-7 {
  width: 58.33333333%;
}

.grid-xs-6 {
  width: 50%;
}

.grid-xs-5 {
  width: 41.66666667%;
}

.grid-xs-4 {
  width: 33.33333333%;
}

.grid-xs-3 {
  width: 25%;
}

.grid-xs-2 {
  width: 16.66666667%;
}

.grid-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 480px) and (max-width: 770px) {
  .grid-sm-1,
  .grid-sm-2,
  .grid-sm-3,
  .grid-sm-4,
  .grid-sm-5,
  .grid-sm-6,
  .grid-sm-7,
  .grid-sm-8,
  .grid-sm-9,
  .grid-sm-10,
  .grid-sm-11,
  .grid-sm-12 {
    float: left;
  }
  .grid-sm-12 {
    width: 100%;
  }
  .grid-sm-11 {
    width: 91.66666667%;
  }
  .grid-sm-10 {
    width: 83.33333333%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-8 {
    width: 66.66666667%;
  }
  .grid-sm-7 {
    width: 58.33333333%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-5 {
    width: 41.66666667%;
  }
  .grid-sm-4 {
    width: 33.33333333%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-2 {
    width: 16.66666667%;
  }
  .grid-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 770px) and (max-width: 980px) {
  .grid-md-1,
  .grid-md-2,
  .grid-md-3,
  .grid-md-4,
  .grid-md-5,
  .grid-md-6,
  .grid-md-7,
  .grid-md-8,
  .grid-md-9,
  .grid-md-10,
  .grid-md-11,
  .grid-md-12 {
    float: left;
  }
  .grid-md-12 {
    width: 100%;
  }
  .grid-md-11 {
    width: 91.66666667%;
  }
  .grid-md-10 {
    width: 83.33333333%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-8 {
    width: 66.66666667%;
  }
  .grid-md-7 {
    width: 58.33333333%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-5 {
    width: 41.66666667%;
  }
  .grid-md-4 {
    width: 33.33333333%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-2 {
    width: 16.66666667%;
  }
  .grid-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 980px) and (max-width: 1400px) {
  .grid-lg-1,
  .grid-lg-2,
  .grid-lg-3,
  .grid-lg-4,
  .grid-lg-5,
  .grid-lg-6,
  .grid-lg-7,
  .grid-lg-8,
  .grid-lg-9,
  .grid-lg-10,
  .grid-lg-11,
  .grid-lg-12 {
    float: left;
  }
  .grid-lg-12 {
    width: 100%;
  }
  .grid-lg-11 {
    width: 91.66666667%;
  }
  .grid-lg-10 {
    width: 83.33333333%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-8 {
    width: 66.66666667%;
  }
  .grid-lg-7 {
    width: 58.33333333%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-5 {
    width: 41.66666667%;
  }
  .grid-lg-4 {
    width: 33.33333333%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-2 {
    width: 16.66666667%;
  }
  .grid-lg-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1400px) {
  .grid-hr-1,
  .grid-hr-2,
  .grid-hr-3,
  .grid-hr-4,
  .grid-hr-5,
  .grid-hr-6,
  .grid-hr-7,
  .grid-hr-8,
  .grid-hr-9,
  .grid-hr-10,
  .grid-hr-11,
  .grid-hr-12 {
    float: left;
  }
  .grid-hr-12 {
    width: 100%;
  }
  .grid-hr-11 {
    width: 91.66666667%;
  }
  .grid-hr-10 {
    width: 83.33333333%;
  }
  .grid-hr-9 {
    width: 75%;
  }
  .grid-hr-8 {
    width: 66.66666667%;
  }
  .grid-hr-7 {
    width: 58.33333333%;
  }
  .grid-hr-6 {
    width: 50%;
  }
  .grid-hr-5 {
    width: 41.66666667%;
  }
  .grid-hr-4 {
    width: 33.33333333%;
  }
  .grid-hr-3 {
    width: 25%;
  }
  .grid-hr-2 {
    width: 16.66666667%;
  }
  .grid-hr-1 {
    width: 8.33333333%;
  }
}

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

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

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

@media (min-width: 980px) and (max-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}

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

.row {
  clear: both;
}

.hidden {
  display: none !important;
}

body {
  font-style: normal;
  font-weight: 400;
  color: #203746;
  height: auto !important;
  padding-top: 60px;
}

.container {
  margin: 0 1%;
}

@media (min-width: 980px) {
  .container {
    margin: 0 auto;
    width: 1064px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1092px;
  }
}

@media (min-width: 1680px) {
  .container {
    width: 1366px;
  }
}

a {
  color: #b0b6b8;
}

a.active {
  color: #92ff26 !important;
}

a:hover,
a:focus {
  color: #b0b6b8;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

p {
  margin-bottom: 5px;
}

.affix {
  position: fixed !important;
  top: 80px;
}

@media (max-width: 770px) {
  .affix {
    top: 200px;
  }
}

.affix-bottom {
  position: relative !important;
}

.cloudtag {
  font-size: 35px;
  font-weight: 600;
}

.not-bold {
  font-weight: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}

.brand {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
  color: #b0b6b8;
}

.brand span {
  vertical-align: super;
  font-size: 20px;
}

.header {
  background-color: #141c3f !important;
  height: auto;
}

.header .row {
  max-width: 100%;
}

.header div {
  height: auto;
}

.header div:after {
  content: '';
  display: table;
  clear: both;
}

.header .row-header-one {
  background-color: #141c3f !important;
  position: fixed;
  width: 100%;
  z-index: 999999999;
  left: 0;
  top: 0;
  border-bottom: 2px solid #92ff27;
}

.header .row-header-one [class*='grid-'] {
  height: 60px;
  margin-bottom: 0;
}

.header .row-header-one [class*='grid-'].grid-logo {
  line-height: 60px;
}

.header .row-header-one [class*='grid-'].grid-logo img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.header .row-header-one [class*='grid-'].grid-links {
  text-align: right;
}

.header .row-header-one [class*='grid-'].grid-links ul {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 0;
  margin-top: 22px;
  vertical-align: middle;
}

.header .row-header-one [class*='grid-'].grid-links ul li {
  display: inline-block;
  font-size: 12px;
  border-left: 1px solid #696969;
  line-height: 1;
  height: 100%;
  position: relative;
}

@media (max-width: 1000px) {
  .header .row-header-one [class*='grid-'].grid-links ul li {
    margin: 0 10px 0 15px;
    font-size: 12px;
  }
}

@media (max-width: 550px) {
  .header .row-header-one [class*='grid-'].grid-links ul li {
    font-size: 10px;
  }
}

.header .row-header-one [class*='grid-'].grid-links ul li a {
  color: #ffffff;
  padding: 0 60px 0 10px;
  display: block;
  height: 100%;
  width: 100%;
}

.header .row-header-one [class*='grid-'].grid-links ul li a:hover {
  color: #92ff26;
}

.header .row-header-one [class*='grid-'].grid-links ul li:last-child:after {
  display: none;
}

.header .row-header-one [class*='grid-'].grid-links ul li:hover ul.submenu {
  display: block;
}

.header .row-header-one [class*='grid-'].grid-links ul li ul.submenu {
  display: none;
  position: absolute;
  width: 100%;
  margin: 0;
  left: 0;
  text-align: left;
  height: auto;
  background: #141c3f;
}

.header .row-header-one [class*='grid-'].grid-links ul li ul.submenu li {
  display: block;
  border: 0;
  color: #fff;
  margin: 0 5px;
  padding: 0;
  border-bottom: 1px solid #696969;
}

.header .row-header-one [class*='grid-'].grid-links ul li ul.submenu li a {
  padding: 10px 5px;
}

.header .row-header-two {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999999999;
  background-color: #141c3f;
}

.header .row-header-two [class*='grid-'] {
  text-align: center;
  height: 50px;
  overflow: hidden;
}

.header .row-header-two [class*='grid-'].grid-header {
  margin-bottom: 0;
}

.header .row-header-two [class*='grid-'].grid-header > div {
  display: inline-block;
  line-height: 50px;
  width: 32%;
}

.header .row-header-two [class*='grid-'].grid-header .toggle-menu {
  text-align: left;
}

.header .row-header-two [class*='grid-'].grid-header .toggle-menu i {
  vertical-align: middle;
  padding-left: 15%;
  font-size: 20px;
  color: #ffffff;
}

.header .row-header-two [class*='grid-'].grid-header .logo img {
  vertical-align: middle;
}

.header .row-header-three {
  position: fixed;
  left: 0;
  top: 50px;
  right: 0;
  z-index: 9999999999;
  background-color: #000;
  height: 0;
  overflow: hidden;
  -ms-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s;
}

.header .row-header-three.active {
  height: 262px;
}

.header .row-header-three .grid-header {
  position: absolute;
  margin-bottom: 0;
}

.header .row-header-three .grid-header ul {
  margin: 0 5%;
}

.header .row-header-three .grid-header ul li {
  margin: 10px 10px 10px 0;
  font-size: 16px;
}

.header .row-header-three .grid-header ul li a {
  color: #ffffff;
}

.header .row-header-three .grid-header ul li a:hover {
  color: #92ff26;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
  border: 0 !important;
  box-shadow: none !important;
  left: 0 !important;
}

.bx-pager,
.bx-default-pager {
  bottom: 15px !important;
}

.bx-pager .bx-pager-item,
.bx-default-pager .bx-pager-item {
  line-height: 40px;
  vertical-align: middle;
}

.bx-pager .bx-pager-item .bx-pager-link,
.bx-default-pager .bx-pager-item .bx-pager-link {
  background: #ffffff !important;
  width: 5px !important;
  height: 20px !important;
  margin: 0 10px !important;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.bx-pager .bx-pager-item .bx-pager-link.active,
.bx-default-pager .bx-pager-item .bx-pager-link.active {
  height: 30px !important;
  margin: 0 10px 0 15px !important;
}

#content #page-home .row-home-news {
  padding: 15px 0 0;
}

@media (max-width: 480px) {
  #content #page-home .row-home-news {
    padding: 0;
  }
}

#content #page-home .row-home-news .heading {
  border-top: 3px solid #000;
  color: #000;
}

@media (max-width: 480px) {
  #content #page-home .row-home-news .heading {
    margin: 0 10px;
  }
}

#content #page-home .row-home-news .heading h2 {
  float: left;
  width: 50%;
}

#content #page-home .row-home-news .heading h2.right {
  float: left;
  width: 50%;
}

#content #page-home .row-home-news .heading h2.right:last-of-type {
  text-align: right;
}

#content #page-home .row-home-news .heading h2.right a {
  color: #000;
}

#content #page-home .row-home-news .heading h2.right a:hover {
  color: #999;
}

#content #page-home .row-home-news h3.container {
  padding: 5px 0 0;
  font-size: 12px;
}

#content #page-home .row-home-news .articles {
  padding: 50px 0 0;
}

@media (max-width: 770px) {
  #content #page-home .row-home-news .articles {
    padding: 0;
  }
}

#content #page-home .row-home-news .articles article {
  padding: 0 15px 0 0;
}

@media (max-width: 480px) {
  #content #page-home .row-home-news .articles article {
    padding: 0 10px;
  }
}

#content #page-home .row-home-news .articles article h3 {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  height: 56px;
  overflow: hidden;
}

#content #page-home .row-home-news .articles article img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

#content #page-home .row-home-news .articles article p {
  margin: 20px 0 0;
  padding: 0;
  font-size: 11px;
  height: 85px;
  overflow: hidden;
}

#content #page-home .row-home-news .articles article span.border {
  border-right: 1px solid #000;
}

#content #page-home .row-home-news .articles article a {
  color: #000000;
  font-weight: 700;
}

#content #page-home .row-home-news .articles article a:hover {
  color: #92ff26;
}

@media (max-width: 770px) {
  #content #page-home .row-home-news .articles article {
    margin: 0 auto;
  }
}

#content #page-home .row-home-news .latest-news article {
  background: #92ff27;
  padding: 20px;
  border: 10px solid #fff;
}

#content #page-home .row-home-news .latest-news article:first-of-type {
  border-left: 0;
}

#content #page-home .row-home-news .latest-news article:last-of-type {
  border-right: 0;
}

#content #page-home .row-home-news .latest-news article.e-health-block {
  display: flex;
  background: none;
  padding: 0;
  align-items: center;
}

@media (max-width: 980px) {
  #content #page-home .row-home-news .latest-news article.e-health-block {
    padding: 20px;
  }
}

@media (max-width: 450px) {
  #content #page-home .row-home-news .latest-news article.e-health-block {
    display: block;
    text-align: center;
  }
}

#content #page-home .row-home-news .latest-news article.e-health-block div {
  width: 50%;
  padding: 0 15px 0 0;
}

@media (max-width: 980px) {
  #content #page-home .row-home-news .latest-news article.e-health-block div {
    width: 100%;
  }
}

#content
  #page-home
  .row-home-news
  .latest-news
  article.e-health-block
  div.img-block {
  max-height: 100px;
}

#content
  #page-home
  .row-home-news
  .latest-news
  article.e-health-block
  div.text-block {
  padding-top: 24px;
}

#content
  #page-home
  .row-home-news
  .latest-news
  article.e-health-block
  div.text-block
  p {
  margin: 0;
  font-size: 18px;
  line-height: normal;
  padding: 0;
}

#content #page-home .row-home-news .latest-news h3 {
  margin: 0;
  padding: 0;
}

#content #page-home .row-home-news .latest-news a {
  color: #000;
}

#content #page-home .row-home-news h2.content {
  padding: 0 0 35px;
}

#content #page-home .row-home-news h2.content p {
  font-size: 42px;
  line-height: normal;
}

#content #page-home .countdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 200px;
  z-index: 999;
}

@media (max-width: 770px) {
  #content #page-home .countdown {
    top: 59px;
    background: rgba(166, 33, 107, 0.83);
    height: 500px;
  }
}

@media (max-width: 480px) {
  #content #page-home .countdown {
    top: 0px;
  }
}

#content #page-home .countdown div {
  width: 30%;
  float: right;
  display: none;
}

@media (max-width: 770px) {
  #content #page-home .countdown div {
    width: 500px;
    float: none;
    margin: 0 auto;
    padding-top: 50px;
    color: white;
  }
}

@media (max-width: 480px) {
  #content #page-home .countdown div {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

#content #page-home .countdown div p {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  padding: 0;
}

#content #page-home .countdown div p.subtitle {
  line-height: 1.7;
}

#content #page-home .countdown div > :nth-child(1) {
  font-size: 60px;
}

#content #page-home .countdown div > :nth-child(2) {
  font-size: 50px;
}

#content #page-home .countdown div > :nth-child(3) {
  font-weight: 600;
  font-size: 20px;
}

#content #page-home .countdown div img {
  width: 200px;
}

#content #page-home .row-home-one {
  padding: 50px 0;
}

@media (max-width: 480px) {
  #content #page-home .row-home-one {
    padding: 0 10px;
  }
}

#content #page-home .row-home-one .heading {
  border-top: 2px solid #000;
  color: #000;
}

#content #page-home .row-home-one .heading h2 {
  padding: 0 0 50px;
}

#content #page-home .row-home-one article {
  padding: 0 15px 0 0;
}

@media (max-width: 480px) {
  #content #page-home .row-home-one article {
    padding: 0 10px;
  }
}

#content #page-home .row-home-one article h3 {
  font-size: 17px;
  font-weight: 700;
  padding: 0;
  height: 56px;
  overflow: hidden;
}

#content #page-home .row-home-one article img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

#content #page-home .row-home-one article p {
  margin: 20px 0 0;
  padding: 0;
  font-size: 12px;
}

#content #page-home .row-home-one article span.border {
  border-right: 1px solid #000;
}

#content #page-home .row-home-one article a {
  color: #000000;
  font-weight: 700;
}

#content #page-home .row-home-one article a:hover {
  color: #92ff26;
}

@media (max-width: 770px) {
  #content #page-home .row-home-one article {
    margin: 0 auto;
  }
}

#content .latest-videos {
  padding-bottom: 24px;
}

@media (max-width: 480px) {
  #content .latest-videos {
    padding: 0;
  }
}

#content .latest-videos h3 {
  border-top: 2px solid #000;
  padding: 0 0 55px;
}

#content .latest-videos iframe {
  width: 100%;
  height: 200px;
}

@media (max-width: 770px) {
  #content .latest-videos iframe {
    width: calc(100% - 1px);
  }
}

#content .latest-videos figure {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px;
  border-radius: 12px;
}

#content .latest-videos figure h4 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  display: block;
}

#content .latest-videos figure p {
  font-size: 12px;
  line-height: 1.5;
}

#content #page-product .row-product-one {
  background-image: url('lib/images/Product-page-image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  visibility: hidden;
}

#content #page-product .row-product-one .box {
  color: #ffffff;
  text-align: center;
}

#content #page-product .row-product-one .box > div {
  position: relative;
  top: 30%;
}

@media (max-width: 770px) {
  #content #page-product .row-product-one .box > div {
    top: 20%;
  }
}

#content #page-product .row-product-one .box > div p {
  padding: 10px 30%;
  line-height: 1.2;
}

@media (max-width: 770px) {
  #content #page-product .row-product-one .box > div p {
    padding: 10px 5%;
  }
}

#content #page-product .row-product-one .box > div p.title {
  font-size: 80px;
}

#content #page-product .row-product-one .box > div p.subtitle {
  font-size: 26px;
}

#content #page-product .row-product-one .box > div p.go-down {
  margin-top: 50px;
}

#content #page-product .row-product-one .box > div p.go-down a {
  background-color: #bbe2d6;
  padding: 10px 45px;
  color: #4e6a71;
  border-radius: 40px;
  font-size: 20px;
}

#content #page-product .row-product-one-two {
  margin-top: 20px;
}

#content #page-product .row-product-one-two .box-image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

#content #page-product .row-product-one-two .box-text .text {
  margin: 10px 0;
  color: #b0b6b8;
  font-size: 18px;
  line-height: 1.5;
  width: 430px;
  padding: 150px 0 0 100px;
}

@media (max-width: 980px) {
  #content #page-product .row-product-one-two .box-text .text {
    width: 100%;
    padding: 150px 0 0 10%;
  }
}

#content #page-product .row-product-two {
  background-image: url('lib/images/background_green_lines_edit.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#content #page-product .row-product-two .box {
  margin-top: 150px;
}

@media (max-width: 770px) {
  #content #page-product .row-product-two .box {
    margin-top: 50px;
  }
}

#content #page-product .row-product-two .box .box-text {
  padding-left: 5%;
  text-align: right;
}

@media (max-width: 770px) {
  #content #page-product .row-product-two .box .box-text {
    text-align: center;
  }
}

#content #page-product .row-product-two .box .box-text .title {
  color: #b41e82;
  font-size: 30px;
}

#content #page-product .row-product-two .box .box-text .text {
  margin-top: 20px;
  color: #b0b6b8;
  font-size: 20px;
  line-height: 1.5;
}

#content #page-product .row-product-two .box .box-image {
  padding: 0 10%;
  text-align: center;
}

#content #page-product .row-product-two .box .box-image :nth-child(1) {
  width: 180px;
}

#content #page-product .row-product-two .box-2 {
  margin: 150px 0;
}

@media (max-width: 770px) {
  #content #page-product .row-product-two .box-2 {
    margin: 50px 0;
  }
}

#content #page-product .row-product-two .box-2 .box-text {
  padding-left: 5%;
}

@media (max-width: 770px) {
  #content #page-product .row-product-two .box-2 .box-text {
    text-align: center;
  }
}

#content #page-product .row-product-two .box-2 .box-text .title {
  color: #b41e82;
  font-size: 30px;
}

#content #page-product .row-product-two .box-2 .box-text .text {
  margin-top: 20px;
  color: #b0b6b8;
  font-size: 20px;
  line-height: 1.5;
}

#content #page-product .row-product-two .box-2 .box-image {
  padding: 0 10%;
}

#content #page-product .row-product-two .box-2 .box-image img {
  width: 70%;
}

#content #page-product .row-product-two-two {
  background-image: url('lib/images/twettwoo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#content #page-product .row-product-two-two p {
  text-align: center;
  padding: 100px 0;
  color: #b41e82;
  font-size: 40px;
}

#content #page-product .row-product-three .spin-me {
  position: absolute;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

#content #page-product .row-product-three .spin-me p {
  position: relative;
  top: 44%;
  color: #ffffff;
  font-size: 30px;
}

#content #page-product .row-product-three .spin-me p i {
  margin-right: 5px;
}

#content #page-product .row-product-three .img-container {
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  cursor: ew-resize;
  overflow: hidden;
}

#content #page-product .row-product-three .img360 {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#content #page-product .row-product-three img {
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

#content #page-product .row-product-three #preload-imgs {
  display: none;
}

#content #page-app .row-app-one {
  background-image: url('lib/images/Stocksy_txp0f52f3cd7gk000_Large_815721_fixed_2_sml.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 650px;
}

@media (max-width: 770px) {
  #content #page-app .row-app-one {
    background-position: 50% 0;
  }
}

#content #page-app .row-app-one .box-animation {
  padding-top: 50px;
  left: 20%;
  position: absolute;
  top: 240px;
}

@media (max-width: 1070px) {
  #content #page-app .row-app-one .box-animation {
    left: 10%;
  }
}

@media (max-width: 770px) {
  #content #page-app .row-app-one .box-animation {
    width: 100%;
    margin: 0 auto;
  }
}

#content #page-app .row-app-one .box-animation .iphone-container {
  width: 240px;
  height: 480px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

@media (max-width: 770px) {
  #content #page-app .row-app-one .box-animation .iphone-container {
    margin: 0 auto;
  }
  #content #page-app .row-app-one .box-animation .iphone-container.affix {
    left: 36%;
  }
}

#content #page-app .row-app-one .box-animation .iphone-container img {
  position: absolute;
  width: 214px;
  height: 364px;
  top: 58px;
  z-index: 1;
  left: 227px;
  -ms-transition: left 1s;
  -webkit-transition: left 1s;
  transition: left 1s;
}

#content
  #page-app
  .row-app-one
  .box-animation
  .iphone-container
  img.screen-empty {
  position: relative;
  top: auto;
  left: auto;
  width: 240px;
  height: 480px;
  z-index: 8;
}

#content #page-app .row-app-one .box-animation .iphone-container img.img-1,
#content
  #page-app
  .row-app-one
  .box-animation
  .iphone-container
  img.black-empty {
  left: 14px;
}

#content #page-app .row-app-two {
  background-image: url('lib/images/Background_03-21.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
}

#content #page-app .row-app-two .box-text {
  margin-top: 50px;
}

@media (max-width: 980px) {
  #content #page-app .row-app-two .box-text {
    margin: 0;
  }
}

#content #page-app .row-app-two .box-text p {
  color: #6f7c7d;
  font-size: 16px;
}

#content #page-app .row-app-two .box-text p.title {
  color: #b41e82;
  font-size: 20px;
}

#content #page-app .row-app-two .box-icons {
  margin-bottom: 50px;
  padding-top: 50px;
}

#content #page-app .row-app-two .box-icons > div {
  padding: 20px;
  height: 310px;
  text-align: center;
}

@media (max-width: 980px) {
  #content #page-app .row-app-two .box-icons > div {
    height: auto;
  }
}

#content #page-app .row-app-two .box-icons > div.box-title {
  margin-bottom: 50px;
  height: auto;
  text-align: center;
}

#content
  #page-app
  .row-app-two
  .box-icons
  > div.box-title
  :nth-child(1)
  span.cloudtag {
  color: #b0b6b8;
  font-weight: normal;
}

#content
  #page-app
  .row-app-two
  .box-icons
  > div.box-title
  :nth-child(1)
  span.track {
  color: #b0b6b8;
  font-size: 35px;
  padding-left: 10px;
  font-weight: 600;
}

#content
  #page-app
  .row-app-two
  .box-icons
  > div.box-title
  :nth-child(1)
  span.track
  span {
  vertical-align: super;
  font-size: 20px;
}

#content #page-app .row-app-two .box-icons > div.box-title :nth-child(2) {
  margin-top: 20px;
  color: #b0b6b8;
  font-size: 25px;
}

#content #page-app .row-app-two .box-icons > div img {
  width: 40px;
  height: 80px;
  margin: auto;
}

#content #page-app .row-app-two .box-icons > div p {
  line-height: 1.3;
}

#content #page-app .row-app-two .box-icons > div p.title {
  color: #203746;
  font-size: 30px;
  line-height: 1;
}

@media (max-width: 980px) {
  #content #page-app .row-app-two .box-icons > div p.title {
    height: auto;
  }
}

#content #page-app .row-app-two .box-icons > div p.subtitle {
  font-size: 18px;
  color: #b0b6b8;
}

@media (max-width: 980px) {
  #content #page-app .row-app-two .box-icons > div p.subtitle {
    height: auto;
  }
}

#content #page-contact {
  padding: 50px 0;
}

@media (max-width: 480px) {
  #content #page-contact {
    padding: 10px;
  }
}

#content #page-contact h2 {
}

#content #page-contact section.top {
  border-top: 2px solid #b0b6b8;
  border-bottom: 2px solid #b0b6b8;
}

#content #page-contact section.top h1 {
  padding: 0 0 50px;
}

#content #page-contact section.top:after {
  content: '';
  display: table;
  clear: both;
}

#content #page-contact .address {
  padding: 15px 0;
}

#content #page-contact .address p {
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}

#content #page-contact .address p span {
}

@media (max-width: 770px) {
  #content #page-contact .address {
    width: 100%;
  }
}

#content #page-contact form {
  padding: 15px 15px 0 0;
}

@media (max-width: 480px) {
  #content #page-contact form {
    padding: 0px;
  }
}

@media (max-width: 770px) {
  #content #page-contact form {
    width: 100%;
  }
}

#content #page-contact form p {
  line-height: 3;
  padding: 0;
}

#content #page-contact form input {
  display: inline;
  margin: 0;
  color: #000;
  border: 1px solid #b0b6b8;
  width: 100%;
}

#content #page-contact form textarea {
  width: 100%;
  resize: none;
  border: 1px solid #b0b6b8;
}

#content #page-contact form button[type='submit'] {
  background: #000;
  cursor: pointer;
  color: #fff;
  padding: 0 20px;
}

#content #page-contact #map {
  height: 540px;
}

#content #page-work-with-us {
  overflow: hidden;
}

#content #page-work-with-us .row-wwu-one {
  background-image: url('lib/images/Picture_header.jpg');
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
}

#content #page-work-with-us .row-wwu-one .box-text {
  padding-left: 15%;
  margin-bottom: 200px;
  margin-top: 50px;
}

#content #page-work-with-us .row-wwu-one .box-text > div {
  display: inline-block;
  width: 300px;
  float: left;
  visibility: hidden;
}

@media (max-width: 770px) {
  #content #page-work-with-us .row-wwu-one .box-text > div {
    float: none;
    display: block;
  }
}

#content #page-work-with-us .row-wwu-one .box-text > div > p {
  display: inline-block;
  width: 49%;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: #000000;
}

#content #page-work-with-us .row-wwu-one .box-text > div > p span {
  font-size: 35px;
  display: block;
  color: #203746;
}

#content #page-work-with-us .row-wwu-one .box-text > div > p i {
  color: #203746;
  font-size: 70px;
}

#content #page-work-with-us .row-wwu-one .box-text > div > div {
  color: #6f7c7d;
  padding-right: 20%;
}

#content #page-work-with-us .row-wwu-one .box-text > div > div p {
  font-size: 16px;
  color: #000000;
}

#content #page-work-with-us .row-wwu-one .box-text > :nth-child(2) {
  margin-top: -10px;
}

@media (max-width: 770px) {
  #content #page-work-with-us .row-wwu-one .box-text > :nth-child(2) {
    margin-top: 0;
  }
}

#content #page-work-with-us .row-wwu-one .box-form {
  position: absolute;
  width: 100%;
  top: 600px;
}

@media (max-width: 770px) {
  #content #page-work-with-us .row-wwu-one .box-form {
    top: 700px;
  }
}

#content #page-work-with-us .row-wwu-one .box-form > div form {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  background-color: #ffffff;
  width: 300px;
  margin: 5px auto;
}

#content #page-work-with-us .row-wwu-one .box-form > div form p.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

#content #page-work-with-us .row-wwu-one .box-form > div form > div {
  max-height: 0;
  overflow: hidden;
  -ms-transition: max-height 2s;
  -webkit-transition: max-height 2s;
  transition: max-height 2s;
}

#content #page-work-with-us .row-wwu-one .box-form > div form > div.active {
  max-height: 400px;
}

#content #page-work-with-us .row-wwu-one .box-form > div form > div > div {
  padding: 0 10%;
}

#content #page-work-with-us .row-wwu-one .box-form > div form > div > div.text {
  padding: 30px 0;
}

#content
  #page-work-with-us
  .row-wwu-one
  .box-form
  > div
  form
  > div
  > div.text
  p {
  text-align: center;
  line-height: 0.8;
  font-size: 16px;
}

#content #page-work-with-us .row-wwu-one .box-form > div form > div > div input,
#content
  #page-work-with-us
  .row-wwu-one
  .box-form
  > div
  form
  > div
  > div
  textarea {
  width: 100%;
  border-bottom: 1px solid #000000;
  padding: 2px 0;
}

#content
  #page-work-with-us
  .row-wwu-one
  .box-form
  > div
  form
  > div
  > div
  input:focus,
#content
  #page-work-with-us
  .row-wwu-one
  .box-form
  > div
  form
  > div
  > div
  textarea:focus {
  border-color: #b41e82;
}

#content #page-work-with-us .row-wwu-one .box-form > div form button {
  background-color: #b41e82;
  color: #ffffff;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
}

#content #page-work-with-us .row-wwu-two {
  background-image: url('lib/images/background_contact-23.svg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  -ms-transition: height 2s;
  -webkit-transition: height 2s;
  transition: height 2s;
}

#content #page-work-with-us .row-wwu-two.active {
  height: 500px;
}

#content #page-category h1 {
  margin-top: 50px;
  border-top: 3px solid #b0b6b8;
}

@media (max-width: 480px) {
  #content #page-category h1 {
    margin: 10px;
  }
}

#content #page-category .articles:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 770px) {
  #content #page-category .articles {
    padding: 10px;
  }
}

#content #page-category .articles article {
  padding: 50px 15px 0 0;
}

@media (max-width: 480px) {
  #content #page-category .articles article {
    padding: 0px;
  }
}

#content #page-category .articles article h3 {
  border-top: 1px solid #b0b6b8;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 0 15px;
  max-height: 50px;
}

#content #page-category .articles article img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

#content #page-category .articles article p {
  margin: 20px 0;
  padding: 0;
  font-size: 11px;
  height: 110px;
  overflow: hidden;
}

#content #page-category .articles article span {
  border-bottom: 1px solid #b0b6b8;
  display: block;
  padding: 10px 0;
}

#content #page-category .articles article span:first-of-type {
  border-top: 1px solid #b0b6b8;
}

#content #page-category .articles article a {
  color: #000000;
  font-weight: 700;
}

#content #page-category .articles article a:hover {
  color: #92ff26;
}

@media (max-width: 770px) {
  #content #page-category .articles article {
    margin: 0px auto;
  }
}

#content #page-category .medias article {
  border-top: 2px solid #b0b6b8;
  padding: 20px 0 40px;
}

#content #page-category .medias article h3 {
  font-size: 16px;
  min-height: 70px;
}

#content #page-category .medias article div[class^='grid'] {
  padding: 0 15px 0 0;
}

#content #page-category .medias article h4 {
  border-top: 1px solid #b0b6b8;
  font-size: 12px;
}

#content #page-category .medias article p {
  padding: 10px 0;
}

#content #page-category .medias article:last-of-type h4 {
  border-bottom: 1px solid #b0b6b8;
}

#content #page-category .medias article .video {
  padding: 50px 0 0;
}

#content #page-category .medias article .video iframe {
  width: 100% !important;
  height: 200px;
}

#content #page-category .row-load-more {
  padding: 30px 0;
}

#content #page-category .row-load-more button {
  margin: auto;
  display: block;
  width: 200px;
  padding: 10px;
  cursor: pointer;
}

#content #page-investors {
  padding-top: 50px;
}

@media (max-width: 480px) {
  #content #page-investors {
    padding: 0 10px;
  }
}

#content #page-investors h1 {
  border-top: 3px solid #b0b6b8;
  line-height: 1.5;
}

@media (max-width: 480px) {
  #content #page-investors h1 {
    padding: 10px 0px;
  }
}

#content #page-investors .sidebar a.active {
  color: #999 !important;
}

#content #page-investors .grid-lg-9 {
  padding: 0;
}

@media (max-width: 480px) {
  #content #page-investors .grid-lg-9 {
    padding: 0;
  }
}

#content #page-investors .grid-lg-9 section {
  margin-top: 50px;
}

@media (max-width: 480px) {
  #content #page-investors .grid-lg-9 section:first-of-type {
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  #content #page-investors .grid-lg-9 section {
    margin-top: 25px;
  }
}

#content #page-investors .grid-lg-9 section a {
  color: #999 !important;
}

#content #page-investors .grid-lg-9 section a:hover {
  text-decoration: underline;
}

#content #page-investors .grid-lg-9 section figure[class*='grid'] {
  margin: 0;
  padding-right: 15px;
}

#content
  #page-investors
  .grid-lg-9
  section
  figure[class*='grid']:nth-child(3n) {
  clear: both;
}

#content #page-investors .grid-lg-9 section figure[class*='grid'] h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 0;
}

#content #page-investors .grid-lg-9 section#responsibilities h2 {
  border-bottom: 3px solid #b0b6b8;
}

#content
  #page-investors
  .grid-lg-9
  section#responsibilities
  #directorResponsibilities
  .small-10 {
  padding: 10px 0;
}

#content #page-investors .grid-lg-9 section#incorporation,
#content #page-investors .grid-lg-9 section#constitutional-docs {
  border-top: 3px solid #b0b6b8;
}

@media (max-width: 767px) {
  #content #page-investors .grid-lg-9 section div.table-respons {
    max-width: 300px;
    overflow: auto;
  }
}

#content #page-investors .grid-lg-9 section table {
  border: 0;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
}

#content #page-investors .grid-lg-9 section table td {
  padding-left: 0;
}

#content #page-investors .grid-lg-9 section p.title {
  font-weight: 600;
  margin-top: 20px;
  border-top: 1px solid rgba(175, 175, 175, 0.1);
}

#content #page-investors .grid-lg-9 section#company-advisors figure {
  width: 100%;
  border-top: 2px solid #e1e1e1;
}

#content #page-investors .grid-lg-9 section#company-advisors figure div {
  float: left;
  width: 50%;
  padding: 20px 0;
}

#content
  #page-investors
  .grid-lg-9
  section#company-advisors
  figure
  div
  p:not(.address) {
  font-weight: 600;
}

#content
  #page-investors
  .grid-lg-9
  section#company-advisors
  figure
  div
  p.address {
  text-align: right;
  line-height: 1.5;
  margin: 0;
}

#content #page-investors .grid-lg-9 h2 {
}

#content #page-investors .grid-3 ul {
  width: 259px;
  top: 60px;
}

#content #page-investors .grid-3 ul.fixed {
  position: fixed;
  background: #fff;
}

#content #page-investors .grid-3 ul.index {
  z-index: -1;
}

#content #page-investors .grid-3 ul li a {
  color: #000;
  display: block;
  padding: 7.5px 0;
  font-weight: 600;
}

#content #page-investors .grid-3 ul li a.active {
  border-bottom: 2px solid #b0b6b8;
}

@media (max-width: 1100px) {
  #content #page-investors .grid-3 ul {
    display: none;
  }
}

#content #page-post {
  padding: 50px 0;
}

@media (max-width: 480px) {
  #content #page-post {
    padding-top: 0px;
  }
}

#content #page-post .border {
  border-top: 3px solid #b0b6b8;
  color: #000;
}

@media (max-width: 480px) {
  #content #page-post article {
    margin: 10px;
  }
}

#content #page-post iframe {
  width: 100%;
  height: 400px;
}

#content #page-post .content {
  padding-bottom: 50px;
}

#content #page-post .content * {
  max-width: 800px;
}

@media (max-width: 480px) {
  #content #page-post .content {
    margin: 10px;
  }
}

#content #page-post .content .table {
  overflow: auto;
}

#content #page-post .related-articles {
  padding: 50px 0;
}

#content #page-post .related-articles:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 770px) {
  #content #page-post .related-articles {
    padding: 0;
  }
}

#content #page-post .related-articles .related {
  padding: 50px 20px 0 0;
}

#content #page-post .related-articles .related h3 {
  border-top: 1px solid #b0b6b8;
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0 15px;
  max-height: 30px;
  overflow: hidden;
}

#content #page-post .related-articles .related .content {
  max-height: 90px;
  overflow: hidden;
  margin: 20px 0;
  padding: 0;
}

#content #page-post .related-articles .related .content p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  border: 0;
}

#content #page-post .related-articles .related .content span {
  border: 0 !important;
  padding: 0;
  margin: 0;
}

#content #page-post .related-articles .related img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

#content #page-post .related-articles .related p {
  margin: 20px 0;
  padding: 0;
  font-size: 11px;
  height: 110px;
  overflow: hidden;
}

#content #page-post .related-articles .related span {
  border-bottom: 1px solid #b0b6b8;
  display: block;
  padding: 10px 0;
}

#content #page-post .related-articles .related span:first-of-type {
  border-top: 1px solid #b0b6b8;
}

#content #page-post .related-articles .related a {
  color: #000000;
  font-weight: 700;
}

#content #page-post .related-articles .related a:hover {
  color: #92ff26;
}

@media (max-width: 770px) {
  #content #page-post .related-articles .related {
    margin: 0 auto;
  }
}

#content #page-terms .row-terms-one .box {
  margin: 50px 0;
  background-color: #ffffff;
}

#content #page-terms .row-terms-one .box p {
  font-size: 16px;
}

#content #page-terms .row-terms-one .box a {
  color: #0098ce;
}

#content #page-about-us h1,
#content #page-about-us h2 {
  border-top: 3px solid #b0b6b8;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-right: 10px;
  font-size: 2rem;
}

@media (max-width: 480px) {
  #content #page-about-us h1,
  #content #page-about-us h2 {
    margin: 10px;
    padding: 0;
  }
}

#content #page-about-us article {
  max-width: 800px;
  padding-bottom: 50px;
}

@media (max-width: 480px) {
  #content #page-about-us article {
    padding: 10px;
  }
}

#content #page-about-us .articles {
  padding-bottom: 50px;
}

#content #page-about-us .articles article {
  padding-right: 10px;
}

#content #page-about-us .articles article h3 {
  border-top: 1px solid #b0b6b8;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 0 15px;
}

#content #page-about-us .articles article img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

#content #page-about-us .articles article p {
  margin: 5px 0;
  padding: 0;
  font-size: 11px;
  max-height: 110px;
  overflow: hidden;
}

#content #page-about-us .articles article span {
  display: block;
  padding: 5px 0;
}

#content #page-about-us .articles article a {
  color: #000000;
  font-weight: 700;
}

#content #page-about-us .articles article a:hover {
  color: #92ff26;
}

@media (max-width: 770px) {
  #content #page-about-us .articles article {
    margin: 0px auto;
  }
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

#footer {
  background-color: #141c3f;
  color: #fff;
  padding: 50px 0;
}

#footer div[class*='grid'] {
  padding: 0 15px 25px;
}

#footer div[class*='grid'] h3 {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}

#footer div[class*='grid'] h3 a {
  color: #fff;
}

#footer div[class*='grid'] ul li a {
  color: #fff;
  font-size: 11px;
}

#footer .border {
  border-top: 1px solid #cbcdd0;
}

.c-news-ticker {
  padding-left: 24px;
  border-left: 2px solid #262626;
}

@media screen and (max-width: 980px) {
  .c-news-ticker {
    padding-left: 0;
    border: none;
    border-top: 2px solid #262626;
  }
}

#page-home {
  position: relative;
}

#page-home::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('./lib/images/usa.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}

.card {
  padding: 12px !important;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px; /* Added border radius for card styling */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Added shadow for depth */
}

.card-grid {
  display: flex;
  gap: 20px; /* Added gap between cards */
}

@media (max-width: 768px) {
  .card-grid {
    flex-wrap: wrap;
  }
}
