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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

input[type="text"], input[type="email"], input[type="password"] {
  min-width: 50px; }

::-webkit-input-placeholder {
  color: inherit; }

:-ms-input-placeholder {
  color: inherit; }

::-ms-input-placeholder {
  color: inherit; }

::placeholder {
  color: inherit; }

a {
  color: bgcolor("blue");
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

code {
  color: bgcolor("black"); }

.m-0 {
  margin: 0px !important; }

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.p-0 {
  padding: 0px !important; }

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.m-1 {
  margin: 1px !important; }

.mx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important; }

.ml-1 {
  margin-left: 1px !important; }

.mr-1 {
  margin-right: 1px !important; }

.my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important; }

.mt-1 {
  margin-top: 1px !important; }

.mb-1 {
  margin-bottom: 1px !important; }

.p-1 {
  padding: 1px !important; }

.px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important; }

.pl-1 {
  padding-left: 1px !important; }

.pr-1 {
  padding-right: 1px !important; }

.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }

.pt-1 {
  padding-top: 1px !important; }

.pb-1 {
  padding-bottom: 1px !important; }

.m-2 {
  margin: 2px !important; }

.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important; }

.ml-2 {
  margin-left: 2px !important; }

.mr-2 {
  margin-right: 2px !important; }

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important; }

.mt-2 {
  margin-top: 2px !important; }

.mb-2 {
  margin-bottom: 2px !important; }

.p-2 {
  padding: 2px !important; }

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important; }

.pl-2 {
  padding-left: 2px !important; }

.pr-2 {
  padding-right: 2px !important; }

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

.pt-2 {
  padding-top: 2px !important; }

.pb-2 {
  padding-bottom: 2px !important; }

.m-3 {
  margin: 3px !important; }

.mx-3 {
  margin-left: 3px !important;
  margin-right: 3px !important; }

.ml-3 {
  margin-left: 3px !important; }

.mr-3 {
  margin-right: 3px !important; }

.my-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important; }

.mt-3 {
  margin-top: 3px !important; }

.mb-3 {
  margin-bottom: 3px !important; }

.p-3 {
  padding: 3px !important; }

.px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important; }

.pl-3 {
  padding-left: 3px !important; }

.pr-3 {
  padding-right: 3px !important; }

.py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important; }

.pt-3 {
  padding-top: 3px !important; }

.pb-3 {
  padding-bottom: 3px !important; }

.m-4 {
  margin: 4px !important; }

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important; }

.ml-4 {
  margin-left: 4px !important; }

.mr-4 {
  margin-right: 4px !important; }

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.mt-4 {
  margin-top: 4px !important; }

.mb-4 {
  margin-bottom: 4px !important; }

.p-4 {
  padding: 4px !important; }

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important; }

.pl-4 {
  padding-left: 4px !important; }

.pr-4 {
  padding-right: 4px !important; }

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.pt-4 {
  padding-top: 4px !important; }

.pb-4 {
  padding-bottom: 4px !important; }

.m-5 {
  margin: 5px !important; }

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.p-5 {
  padding: 5px !important; }

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.m-6 {
  margin: 6px !important; }

.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important; }

.ml-6 {
  margin-left: 6px !important; }

.mr-6 {
  margin-right: 6px !important; }

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important; }

.mt-6 {
  margin-top: 6px !important; }

.mb-6 {
  margin-bottom: 6px !important; }

.p-6 {
  padding: 6px !important; }

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important; }

.pl-6 {
  padding-left: 6px !important; }

.pr-6 {
  padding-right: 6px !important; }

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

.pt-6 {
  padding-top: 6px !important; }

.pb-6 {
  padding-bottom: 6px !important; }

.m-7 {
  margin: 7px !important; }

.mx-7 {
  margin-left: 7px !important;
  margin-right: 7px !important; }

.ml-7 {
  margin-left: 7px !important; }

.mr-7 {
  margin-right: 7px !important; }

.my-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important; }

.mt-7 {
  margin-top: 7px !important; }

.mb-7 {
  margin-bottom: 7px !important; }

.p-7 {
  padding: 7px !important; }

.px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important; }

.pl-7 {
  padding-left: 7px !important; }

.pr-7 {
  padding-right: 7px !important; }

.py-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important; }

.pt-7 {
  padding-top: 7px !important; }

.pb-7 {
  padding-bottom: 7px !important; }

.m-8 {
  margin: 8px !important; }

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.ml-8 {
  margin-left: 8px !important; }

.mr-8 {
  margin-right: 8px !important; }

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.mt-8 {
  margin-top: 8px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.p-8 {
  padding: 8px !important; }

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.pl-8 {
  padding-left: 8px !important; }

.pr-8 {
  padding-right: 8px !important; }

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.pt-8 {
  padding-top: 8px !important; }

.pb-8 {
  padding-bottom: 8px !important; }

.m-9 {
  margin: 9px !important; }

.mx-9 {
  margin-left: 9px !important;
  margin-right: 9px !important; }

.ml-9 {
  margin-left: 9px !important; }

.mr-9 {
  margin-right: 9px !important; }

.my-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important; }

.mt-9 {
  margin-top: 9px !important; }

.mb-9 {
  margin-bottom: 9px !important; }

.p-9 {
  padding: 9px !important; }

.px-9 {
  padding-left: 9px !important;
  padding-right: 9px !important; }

.pl-9 {
  padding-left: 9px !important; }

.pr-9 {
  padding-right: 9px !important; }

.py-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important; }

.pt-9 {
  padding-top: 9px !important; }

.pb-9 {
  padding-bottom: 9px !important; }

.m-10 {
  margin: 10px !important; }

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.p-10 {
  padding: 10px !important; }

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.b-0 {
  border: 0px solid bgcolor("silver") !important; }

.bt-0 {
  border-top: 0px solid bgcolor("silver") !important; }

.bb-0 {
  border-bottom: 0px solid bgcolor("silver") !important; }

.bl-0 {
  border-left: 0px solid bgcolor("silver") !important; }

.br-0 {
  border-right: 0px solid bgcolor("silver") !important; }

.bx-0 {
  border-left: 0px solid bgcolor("silver") !important;
  border-right: 0px solid bgcolor("silver") !important; }

.by-0 {
  border-top: 0px solid bgcolor("silver") !important;
  border-bottom: 0px solid bgcolor("silver") !important; }

.b-1 {
  border: 1px solid bgcolor("silver") !important; }

.bt-1 {
  border-top: 1px solid bgcolor("silver") !important; }

.bb-1 {
  border-bottom: 1px solid bgcolor("silver") !important; }

.bl-1 {
  border-left: 1px solid bgcolor("silver") !important; }

.br-1 {
  border-right: 1px solid bgcolor("silver") !important; }

.bx-1 {
  border-left: 1px solid bgcolor("silver") !important;
  border-right: 1px solid bgcolor("silver") !important; }

.by-1 {
  border-top: 1px solid bgcolor("silver") !important;
  border-bottom: 1px solid bgcolor("silver") !important; }

.b-2 {
  border: 2px solid bgcolor("silver") !important; }

.bt-2 {
  border-top: 2px solid bgcolor("silver") !important; }

.bb-2 {
  border-bottom: 2px solid bgcolor("silver") !important; }

.bl-2 {
  border-left: 2px solid bgcolor("silver") !important; }

.br-2 {
  border-right: 2px solid bgcolor("silver") !important; }

.bx-2 {
  border-left: 2px solid bgcolor("silver") !important;
  border-right: 2px solid bgcolor("silver") !important; }

.by-2 {
  border-top: 2px solid bgcolor("silver") !important;
  border-bottom: 2px solid bgcolor("silver") !important; }

.b-3 {
  border: 3px solid bgcolor("silver") !important; }

.bt-3 {
  border-top: 3px solid bgcolor("silver") !important; }

.bb-3 {
  border-bottom: 3px solid bgcolor("silver") !important; }

.bl-3 {
  border-left: 3px solid bgcolor("silver") !important; }

.br-3 {
  border-right: 3px solid bgcolor("silver") !important; }

.bx-3 {
  border-left: 3px solid bgcolor("silver") !important;
  border-right: 3px solid bgcolor("silver") !important; }

.by-3 {
  border-top: 3px solid bgcolor("silver") !important;
  border-bottom: 3px solid bgcolor("silver") !important; }

.b-4 {
  border: 4px solid bgcolor("silver") !important; }

.bt-4 {
  border-top: 4px solid bgcolor("silver") !important; }

.bb-4 {
  border-bottom: 4px solid bgcolor("silver") !important; }

.bl-4 {
  border-left: 4px solid bgcolor("silver") !important; }

.br-4 {
  border-right: 4px solid bgcolor("silver") !important; }

.bx-4 {
  border-left: 4px solid bgcolor("silver") !important;
  border-right: 4px solid bgcolor("silver") !important; }

.by-4 {
  border-top: 4px solid bgcolor("silver") !important;
  border-bottom: 4px solid bgcolor("silver") !important; }

.b-5 {
  border: 5px solid bgcolor("silver") !important; }

.bt-5 {
  border-top: 5px solid bgcolor("silver") !important; }

.bb-5 {
  border-bottom: 5px solid bgcolor("silver") !important; }

.bl-5 {
  border-left: 5px solid bgcolor("silver") !important; }

.br-5 {
  border-right: 5px solid bgcolor("silver") !important; }

.bx-5 {
  border-left: 5px solid bgcolor("silver") !important;
  border-right: 5px solid bgcolor("silver") !important; }

.by-5 {
  border-top: 5px solid bgcolor("silver") !important;
  border-bottom: 5px solid bgcolor("silver") !important; }

.b-6 {
  border: 6px solid bgcolor("silver") !important; }

.bt-6 {
  border-top: 6px solid bgcolor("silver") !important; }

.bb-6 {
  border-bottom: 6px solid bgcolor("silver") !important; }

.bl-6 {
  border-left: 6px solid bgcolor("silver") !important; }

.br-6 {
  border-right: 6px solid bgcolor("silver") !important; }

.bx-6 {
  border-left: 6px solid bgcolor("silver") !important;
  border-right: 6px solid bgcolor("silver") !important; }

.by-6 {
  border-top: 6px solid bgcolor("silver") !important;
  border-bottom: 6px solid bgcolor("silver") !important; }

.b-7 {
  border: 7px solid bgcolor("silver") !important; }

.bt-7 {
  border-top: 7px solid bgcolor("silver") !important; }

.bb-7 {
  border-bottom: 7px solid bgcolor("silver") !important; }

.bl-7 {
  border-left: 7px solid bgcolor("silver") !important; }

.br-7 {
  border-right: 7px solid bgcolor("silver") !important; }

.bx-7 {
  border-left: 7px solid bgcolor("silver") !important;
  border-right: 7px solid bgcolor("silver") !important; }

.by-7 {
  border-top: 7px solid bgcolor("silver") !important;
  border-bottom: 7px solid bgcolor("silver") !important; }

.b-8 {
  border: 8px solid bgcolor("silver") !important; }

.bt-8 {
  border-top: 8px solid bgcolor("silver") !important; }

.bb-8 {
  border-bottom: 8px solid bgcolor("silver") !important; }

.bl-8 {
  border-left: 8px solid bgcolor("silver") !important; }

.br-8 {
  border-right: 8px solid bgcolor("silver") !important; }

.bx-8 {
  border-left: 8px solid bgcolor("silver") !important;
  border-right: 8px solid bgcolor("silver") !important; }

.by-8 {
  border-top: 8px solid bgcolor("silver") !important;
  border-bottom: 8px solid bgcolor("silver") !important; }

.b-9 {
  border: 9px solid bgcolor("silver") !important; }

.bt-9 {
  border-top: 9px solid bgcolor("silver") !important; }

.bb-9 {
  border-bottom: 9px solid bgcolor("silver") !important; }

.bl-9 {
  border-left: 9px solid bgcolor("silver") !important; }

.br-9 {
  border-right: 9px solid bgcolor("silver") !important; }

.bx-9 {
  border-left: 9px solid bgcolor("silver") !important;
  border-right: 9px solid bgcolor("silver") !important; }

.by-9 {
  border-top: 9px solid bgcolor("silver") !important;
  border-bottom: 9px solid bgcolor("silver") !important; }

.b-10 {
  border: 10px solid bgcolor("silver") !important; }

.bt-10 {
  border-top: 10px solid bgcolor("silver") !important; }

.bb-10 {
  border-bottom: 10px solid bgcolor("silver") !important; }

.bl-10 {
  border-left: 10px solid bgcolor("silver") !important; }

.br-10 {
  border-right: 10px solid bgcolor("silver") !important; }

.bx-10 {
  border-left: 10px solid bgcolor("silver") !important;
  border-right: 10px solid bgcolor("silver") !important; }

.by-10 {
  border-top: 10px solid bgcolor("silver") !important;
  border-bottom: 10px solid bgcolor("silver") !important; }

.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

[class~="border"] {
  border: 1px solid bgcolor(grey) !important; }

[class~="no-border"] {
  border: 0 !important; }

html {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-family: -apple-system, 'avenir next', avenir, roboto, noto, ubuntu, 'helvetica neue', helvetica, arial, sans-serif;
  box-sizing: border-box;
  line-height: 2rem; }

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

h1, h2, h3 {
  line-height: 4rem; }

h4, h5, h6 {
  line-height: 2rem; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.8rem; }

h3 {
  font-size: 1.6rem; }

h4 {
  font-size: 1.4rem; }

h5 {
  font-size: 1.2rem; }

h6 {
  font-size: 1rem; }

p, ul, ol {
  line-height: 2rem; }

p {
  margin: 0 0 2rem; }

span {
  line-height: 2rem; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

.grid-item {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%; }

.container {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  .container {
    zoom: 1; }
  .container .col-1 {
    width: 8.3333333333%; }
  .container .col-2 {
    width: 16.6666666667%; }
  .container .col-3 {
    width: 25%; }
  .container .col-4 {
    width: 33.3333333333%; }
  .container .col-5 {
    width: 41.6666666667%; }
  .container .col-6 {
    width: 50%; }
  .container .col-7 {
    width: 58.3333333333%; }
  .container .col-8 {
    width: 66.6666666667%; }
  .container .col-9 {
    width: 75%; }
  .container .col-10 {
    width: 83.3333333333%; }
  .container .col-11 {
    width: 91.6666666667%; }
  .container .col-12 {
    width: 100%; }

.container-16 {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .container-16:before, .container-16:after {
    content: "";
    display: table; }
  .container-16:after {
    clear: both; }
  .container-16 {
    zoom: 1; }
  .container-16 .col-1 {
    width: 6.25%; }
  .container-16 .col-2 {
    width: 12.5%; }
  .container-16 .col-3 {
    width: 18.75%; }
  .container-16 .col-4 {
    width: 25%; }
  .container-16 .col-5 {
    width: 31.25%; }
  .container-16 .col-6 {
    width: 37.5%; }
  .container-16 .col-7 {
    width: 43.75%; }
  .container-16 .col-8 {
    width: 50%; }
  .container-16 .col-9 {
    width: 56.25%; }
  .container-16 .col-10 {
    width: 62.5%; }
  .container-16 .col-11 {
    width: 68.75%; }
  .container-16 .col-12 {
    width: 75%; }
  .container-16 .col-13 {
    width: 81.25%; }
  .container-16 .col-14 {
    width: 87.5%; }
  .container-16 .col-15 {
    width: 93.75%; }
  .container-16 .col-16 {
    width: 100%; }

.container-16 {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .container-16:before, .container-16:after {
    content: "";
    display: table; }
  .container-16:after {
    clear: both; }
  .container-16 {
    zoom: 1; }
  @media (max-width: 576px) {
    .container-16 .col-sm-1 {
      width: 6.25%; }
    .container-16 .col-sm-2 {
      width: 12.5%; }
    .container-16 .col-sm-3 {
      width: 18.75%; }
    .container-16 .col-sm-4 {
      width: 25%; }
    .container-16 .col-sm-5 {
      width: 31.25%; }
    .container-16 .col-sm-6 {
      width: 37.5%; }
    .container-16 .col-sm-7 {
      width: 43.75%; }
    .container-16 .col-sm-8 {
      width: 50%; }
    .container-16 .col-sm-9 {
      width: 56.25%; }
    .container-16 .col-sm-10 {
      width: 62.5%; }
    .container-16 .col-sm-11 {
      width: 68.75%; }
    .container-16 .col-sm-12 {
      width: 75%; }
    .container-16 .col-sm-13 {
      width: 81.25%; }
    .container-16 .col-sm-14 {
      width: 87.5%; }
    .container-16 .col-sm-15 {
      width: 93.75%; }
    .container-16 .col-sm-16 {
      width: 100%; } }

.container-sm {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .container-sm:before, .container-sm:after {
    content: "";
    display: table; }
  .container-sm:after {
    clear: both; }
  .container-sm {
    zoom: 1; }
  @media (max-width: 576px) {
    .container-sm .col-sm-1 {
      width: 8.3333333333%; }
    .container-sm .col-sm-2 {
      width: 16.6666666667%; }
    .container-sm .col-sm-3 {
      width: 25%; }
    .container-sm .col-sm-4 {
      width: 33.3333333333%; }
    .container-sm .col-sm-5 {
      width: 41.6666666667%; }
    .container-sm .col-sm-6 {
      width: 50%; }
    .container-sm .col-sm-7 {
      width: 58.3333333333%; }
    .container-sm .col-sm-8 {
      width: 66.6666666667%; }
    .container-sm .col-sm-9 {
      width: 75%; }
    .container-sm .col-sm-10 {
      width: 83.3333333333%; }
    .container-sm .col-sm-11 {
      width: 91.6666666667%; }
    .container-sm .col-sm-12 {
      width: 100%; } }

.container-16 {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .container-16:before, .container-16:after {
    content: "";
    display: table; }
  .container-16:after {
    clear: both; }
  .container-16 {
    zoom: 1; }
  @media (min-width: 576px) and (max-width: 992px) {
    .container-16 .col-md-1 {
      width: 6.25%; }
    .container-16 .col-md-2 {
      width: 12.5%; }
    .container-16 .col-md-3 {
      width: 18.75%; }
    .container-16 .col-md-4 {
      width: 25%; }
    .container-16 .col-md-5 {
      width: 31.25%; }
    .container-16 .col-md-6 {
      width: 37.5%; }
    .container-16 .col-md-7 {
      width: 43.75%; }
    .container-16 .col-md-8 {
      width: 50%; }
    .container-16 .col-md-9 {
      width: 56.25%; }
    .container-16 .col-md-10 {
      width: 62.5%; }
    .container-16 .col-md-11 {
      width: 68.75%; }
    .container-16 .col-md-12 {
      width: 75%; }
    .container-16 .col-md-13 {
      width: 81.25%; }
    .container-16 .col-md-14 {
      width: 87.5%; }
    .container-16 .col-md-15 {
      width: 93.75%; }
    .container-16 .col-md-16 {
      width: 100%; } }

.container-md {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .container-md:before, .container-md:after {
    content: "";
    display: table; }
  .container-md:after {
    clear: both; }
  .container-md {
    zoom: 1; }
  @media (min-width: 576px) and (max-width: 992px) {
    .container-md .col-md-0 {
      width: 0%;
      margin-left: 100px; }
    .container-md .col-md-1 {
      width: 8.3333333333%; }
    .container-md .col-md-2 {
      width: 16.6666666667%; }
    .container-md .col-md-3 {
      width: 25%; }
    .container-md .col-md-4 {
      width: 33.3333333333%; }
    .container-md .col-md-5 {
      width: 41.6666666667%; }
    .container-md .col-md-6 {
      width: 50%; }
    .container-md .col-md-7 {
      width: 58.3333333333%; }
    .container-md .col-md-8 {
      width: 66.6666666667%; }
    .container-md .col-md-9 {
      width: 75%; }
    .container-md .col-md-10 {
      width: 83.3333333333%; }
    .container-md .col-md-11 {
      width: 91.6666666667%; }
    .container-md .col-md-12 {
      width: 100%; } }

img {
  width: 100%;
  height: 100px; }

.d-flex {
  display: flex !important; }

.d-block {
  display: block !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.flex-start {
  justify-content: flex-start !important; }

.flex-end {
  justify-content: flex-end !important; }

.flex-center {
  justify-content: center !important; }

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

.flex-between {
  justify-content: space-between !important; }

.rounded-circle {
  border-radius: 50% !important; }

.flex-direction-column {
  flex-direction: column !important; }

.flex-direction-row {
  flex-direction: row !important; }

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

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

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

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

.font-weight-bold {
  font-weight: bold; }

.text-odin {
  color: #ce973e; }

.text-body {
  color: #454545; }

.text-title {
  color: #4a4a4a; }

.text-white {
  color: white; }

.btn {
  border-radius: 3.2px;
  box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.5); }

a:hover {
  text-decoration: none; }

.main {
  background: url("../Asset/img/bg-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px; }

.left img {
  height: 50px;
  width: 160px;
  margin-left: 20px;
  margin-top: 20px; }

.dropdown:hover .dropdown-content {
  display: flex;
  flex-direction: column; }

.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-left: 35px;
  font-size: 14px;
  font-weight: 600; }

.dropdown a:hover {
  text-decoration: none;
  color: #454545; }

.dropdown-content a:hover {
  text-decoration: none;
  color: black; }

body > div > div.nav-bar > div.right > div:nth-child(1) > a:hover::after,
body > div > div.nav-bar > div.right > div:nth-child(2) > a:hover::after,
body > div > div.nav-bar > div.right > div:nth-child(3) > a:hover::after,
body > div > div.nav-bar > div.right > div:nth-child(4) > a:hover::after,
body > div > div.nav-bar > div.right > div:nth-child(5) > a:hover::after {
  display: block;
  content: "";
  color: #278EE0;
  background-color: #278EE0;
  margin-top: 5px;
  height: 2px; }

.dropdown-content:hover {
  background-color: white; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  z-index: 1;
  width: 100px;
  padding: 10px;
  transition-property: background-color;
  transition-delay: 0;
  transition-duration: 0.5s;
  transition-timing-function: ease; }

.right {
  float: right;
  margin-right: 40px;
  margin-top: 30px; }

.left {
  float: left;
  margin-bottom: 150px; }

.title {
  clear: both; }

.title p {
  height: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500; }

.title h1 {
  height: 70px;
  font-family: "Montserrat", sans-serif;
  font-style: italic; }

.blue.d-flex.flex-direction-row {
  background: linear-gradient(to bottom, #1492e5 12%, #1550a2 100%);
  border-bottom-right-radius: 200px;
  border-top-left-radius: 200px;
  margin: 150px auto 0px auto;
  width: 90%;
  height: 260px; }

.blue-column.d-flex.flex-direction-column {
  font-family: "Montserrat", sans-serif;
  margin-top: 70px;
  margin-left: 70px; }

.blue-column.d-flex.flex-direction-column h1 {
  font-size: 24px;
  line-height: 1.2; }

.blue-column.d-flex.flex-direction-column p {
  width: 250px;
  max-width: 90%;
  font-family: "Open Sans", sans-serif;
  line-height: 1.9em;
  text-align: left;
  font-weight: 400;
  font-size: 14px; }

.blue.d-flex.flex-direction-row.flex-around i {
  margin-top: 120px; }

.vertical {
  width: 3px;
  height: 70%;
  margin: 0px;
  margin-top: 40px;
  color: #fff;
  opacity: 0.3; }

.blue-column.d-flex.flex-direction-row.first {
  margin-left: 150px;
  margin-top: 20px; }

.blue-column.d-flex.flex-direction-row.second {
  margin-right: 150px;
  margin-top: 20px; }

.blue-header {
  color: #278EE0;
  margin-top: 50px;
  font-size: 28px; }

.container-two {
  height: 280px; }

.container-two p {
  width: 50%;
  margin: auto;
  text-align: center;
  font-size: 14px; }

.app {
  height: 500px;
  background: -webkit-linear-gradient(to right, #1492e5 0%, #1550a2 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(to right, #1492e5 0%, #1550a2 100%);
  /* FF3.6+ */
  background: linear-gradient(to right, #1492e5 0%, #1550a2 100%);
  /* W3C */
  width: 100%;
  padding-left: 100px; }

.app button, .use-dash button, .map button, .footer-top button {
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  border-radius: 8px;
  border: 1px solid #fff;
  text-align: center;
  height: 38px;
  width: 200px;
  margin-left: 40px; }

.map button:hover, .footer-top button:hover {
  color: #278EE0;
  border: 1px solid #278EE0;
  cursor: pointer; }

.app a {
  font-weight: 500;
  text-decoration: none; }

.downloads div h5 {
  font-size: 14px; }

.downloads div p {
  line-height: 1.5;
  font-size: 14px; }

.cell-phone {
  width: 50%;
  align-items: center; }

.cell-phone img {
  height: 505px;
  max-width: 100%;
  width: 450px;
  margin-bottom: 5px; }

.left-side {
  width: 50%;
  align-items: center; }

.text-white.text-left {
  margin-left: 40px; }

.third.connect {
  width: 50%; }

.third img {
  height: 300px; }

.downloads div {
  height: 170px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,  border-color 0.15s ease-in-out,  box-shadow 0.15s ease-in-out; }

.downloads div:hover {
  box-shadow: 3px 3px 3px 3px #1550a2;
  border-radius: 8px;
  cursor: pointer; }

.third button {
  background: #278EE0;
  border-color: #278EE0;
  border-radius: 8px;
  width: 200px;
  height: 38px;
  transition: background-color 0.15s ease-in-out; }

.third-container.d-flex.flex-direction-row {
  background-color: #E0F1FC;
  height: 480px; }

.use-dash {
  background: linear-gradient(to right, #1492e5 0%, #1550a2 100%);
  width: 100%;
  height: 500px; }

.use-dash h1 {
  font-weight: 500;
  font-size: 28px; }

.use-dash p {
  font-size: 16px; }

.use-dash-left {
  width: 50%;
  margin-left: 60px; }

.use-dash-left p {
  line-height: 1.7; }

.use-dash-left button:hover {
  cursor: pointer; }

.services {
  width: 50%; }

.blue-header.numbers {
  font-size: 54px;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
  margin: 0px; }

.transactions {
  font-family: "Montserrat", sans-serif;
  color: #031841;
  font-size: 12px;
  margin-top: 50px; }

body > div > div.map > div > div.col-4 > div {
  margin: 60px 0px 0px 100px; }

body > div > div.map > div > div.col-4 > div > h1 {
  line-height: 1.2; }

body > div > div.map > div > div.col-4 > div > button {
  margin-top: 40px; }

body > div > div.map > div > div.col-8 > div > img {
  max-width: 100%;
  margin-top: 100px;
  height: 380px; }

.grid-item.methods img {
  height: 100px;
  width: 140px;
  padding-left: 50px; }

.fourth {
  width: 90%;
  height: 259px;
  margin: auto; }

.map {
  background: -webkit-linear-gradient(to bottom, #134495 0%, #07215e 100%);
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(to bottom, #134495 0%, #07215e 100%);
  /* FF3.6+ */
  background: linear-gradient(to bottom, #134495 0%, #07215e 100%);
  /* W3C */
  height: 560px; }

.footer-top {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  height: 499px;
  background: -moz-radial-gradient(center, ellipse cover, #134393 0%, #0a2b69 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #134393 0%, #0a2b69 100%);
  background: radial-gradient(ellipse at center, #134393 0%, #0a2b69 100%); }

.cell button:hover {
  cursor: pointer; }

.links {
  width: 95%;
  padding: 30px 60px 0px 60px; }

.container-16.padding {
  padding-top: 40px; }

.map button {
  width: 237px; }

.links {
  margin: 0px 53px; }

.links img {
  width: 200px; }

.links h5 {
  font-size: 18px;
  line-height: 34px; }

.grid-item.text-left.faq {
  border-left: 1px solid rgba(200, 200, 255, 0.15);
  border-right: 1px solid rgba(200, 200, 255, 0.15); }

.footer-bottom {
  background-color: #031841;
  height: 220px; }

.container.bottom {
  width: 79%;
  margin: 0px auto 0px auto; }

.grid-item.bottom p {
  font-size: 12px; }

.container.bottom div {
  margin-top: 20px; }

.grid-item.bottom.social {
  border-left: 1px solid rgba(200, 200, 255, 0.15);
  border-right: 1px solid rgba(200, 200, 255, 0.15);
  height: 140px; }

.grid-item.bottom i {
  margin: 0px 6px; }

.grid-item.bottom div, .grid-item.bottom p, .grid-item.bottom input {
  margin-left: 15px; }

.grid-item.bottom div, .grid-item.bottom p {
  margin-top: 0px;
  margin-bottom: 7px; }

.grid-item.bottom input {
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
  border-color: #fff;
  background: #fff;
  height: 40px;
  font-size: 14px;
  padding-right: 50px;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 290px;
  padding-left: 10px;
  margin: 0px 0px 0px 13px; }

.grid-item.bottom.sign-up div label {
  font-size: 10px;
  line-height: 15px;
  padding-top: 8px; }

.grid-item.bottom.sign-up div input {
  width: 20px;
  margin-left: 0px; }

.hidden-nav-bar.container {
  display: none; }

.third.buy-dash button:hover {
  background-color: #1f6eaf;
  cursor: pointer; }

@media (max-width: 576px) {
  .left, .right {
    display: none;
    height: 1px; }

  .hidden-nav-bar.container {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 50px;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 2; }

  .dropdown.grid-item a {
    color: #787878; }

  .hidden-nav-bar img {
    max-width: 100%;
    height: 50px;
    width: 90px;
    margin: auto; }

  .hidden-nav-bar i {
    color: #278EE0; }

  .dropdown-content {
    width: 80px;
    font-size: 10px;
    padding: 0px; }

  .dropdown a {
    margin-right: 20px; }

  .dropdown-content a {
    width: 100%; }

  #arrow {
    color: #787878; }

  .titles {
    padding-top: 150px; }

  .title h1 {
    font-size: 30px; }

  .title p {
    font-size: 14px; }

  .title {
    margin-top: 50px;
    height: 300px; }

  .blue.d-flex.flex-direction-row {
    width: 100%;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px; }

  .blue.d-flex.flex-direction-row {
    flex-direction: column !important;
    height: 400px; }

  .blue-column.d-flex.flex-direction-row.first {
    margin: 0px;
    padding-top: 20px;
    max-width: 85%;
    width: 85%;
    margin: auto; }

  .blue-column.d-flex.flex-direction-row.first i {
    margin: 80px 0px 0px 80px;
    padding: 0px; }

  .blue-column.d-flex.flex-direction-row.second {
    width: 85%;
    max-width: 85%;
    margin: auto; }

  .blue-column.d-flex.flex-direction-row br {
    display: none; }

  .vertical {
    width: 85%;
    height: 1px;
    margin: auto; }

  .container-two h1, .container-two p {
    text-align: left;
    margin: 30px 0px 0px 40px;
    padding: 0px;
    width: 90%; }

  .app.d-flex.flex-direction-row.align-center {
    flex-direction: column !important;
    height: 895px; }

  .cell.d-flex.flex-direction-column {
    margin-bottom: 50px;
    width: 100%; }

  .cell.d-flex.flex-direction-column button {
    width: 100%;
    padding: 0px;
    margin: 0px; }

  .downloads div {
    height: 190px;
    width: 100%;
    margin: 0px; }

  .downloads {
    width: 100%; }

  .left-side.text-center {
    width: 100%; }

  .cell-phone {
    width: 100%; }

  .cell-phone img {
    width: 260px;
    overflow: hidden; }

  .cell button {
    width: 400px; }

  .cell button:hover {
    width: 400px;
    cursor: pointer; }

  #para {
    margin-top: 10px; }

  .third img {
    display: none;
    height: 0px;
    width: 0px; }

  .third.buy-dash {
    width: 100%;
    margin: 0px;
    padding: 60px;
    height: 400px; }

  .third.buy-dash button {
    display: block !important;
    width: 300px;
    margin-bottom: 10px; }

  .third-container {
    width: 100%; }

  .third.connect {
    width: 1%; }

  .use-dash {
    flex-direction: column !important;
    height: 920px; }

  #last {
    display: flex;
    flex-direction: row;
    padding-left: 10px; }

  .grid-item.methods.serv {
    margin-left: 0px; }

  .container.container-sm.container-md.services {
    width: 100%; }

  .grid-item.methods {
    margin-top: 10px; }

  .grid-item.methods.serv p {
    padding-left: 50px; }

  .map {
    height: 450px; }

  .map img {
    display: none;
    height: 0px;
    width: 0px; }

  body > div > div.map > div > div.col-4 {
    width: 65%;
    margin: 0px;
    padding: 0px;
    font-size: 14px; }

  body > div > div.map > div > div.col-4 > div {
    margin: 20px 0px 0px 20px; }

  body > div > div:nth-child(7) {
    height: 550px;
    width: 100%; }

  body > div > div:nth-child(7) > div {
    text-align: left; }

  .vendors {
    width: 100%; }

  body > div > div.map > div > div.col-4 > div > p {
    height: 120px; }

  .vendors button {
    width: 100%;
    margin: 0px;
    padding: 0px; }

  body > div > div:nth-child(9) {
    margin-top: 0px;
    height: 550px;
    width: 100%; }

  .footer-top {
    height: 1061px;
    width: 100%;
    margin: 0px; }

  .faq {
    padding: 15px 0px;
    border-top: 1px solid rgba(200, 200, 255, 0.15);
    border-bottom: 1px solid rgba(200, 200, 255, 0.15);
    border-left: 0px !important;
    border-right: 0px !important;
    margin: 0px; }

  body > div > div.footer-top.text-white > div > div > div.col-5.col-md-16.col-sm-16 > div {
    width: 100%;
    text-align: center !important;
    padding: 10px 0px; }

  body > div > div.footer-top.text-white > div > div > div.col-5.col-md-16.col-sm-16 > div > button {
    width: 100%;
    margin: 0px;
    padding: 0px; }

  .container.bottom {
    flex-direction: column-reverse !important;
    width: 100%; }

  .footer-bottom {
    height: 600px; }

  .grid-item.bottom {
    margin: auto;
    width: 100%;
    border-bottom: 1px solid rgba(200, 200, 255, 0.15); }

  .grid-item.bottom div {
    height: 100px; }

  .col-4.col-md-12.col-sm-12 {
    width: 100%;
    text-align: center; }

  .d-flex.flex-direction-row.check {
    justify-content: center; }

  .grid-item.bottom.sign-up input {
    width: 80%; } }
@media (min-width: 576px) and (max-width: 992px) {
  .left, .right {
    display: none;
    height: 1px; }

  .hidden-nav-bar.container {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 50px;
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 2; }

  .dropdown.grid-item a {
    color: #787878; }

  .hidden-nav-bar img {
    max-width: 100%;
    height: 50px;
    width: 100px;
    margin: auto; }

  .hidden-nav-bar i {
    color: #278EE0; }

  .dropdown-content {
    width: 130px;
    font-size: 10px;
    padding: 0px; }

  .dropdown a {
    margin-right: 20px; }

  .dropdown-content a {
    width: 100%; }

  #arrow {
    color: #787878; }

  .titles {
    padding-top: 150px; }

  .titleh1 {
    font-size: 30px; }

  .title p {
    font-size: 14px; }

  .title {
    margin-top: 50px;
    height: 300px; }

  .blue.d-flex.flex-direction-row {
    width: 100%;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px; }

  .blue.d-flex.flex-direction-row {
    flex-direction: column !important;
    height: 400px; }

  .blue-column.d-flex.flex-direction-row.first {
    margin: 0px;
    padding: 0px;
    width: 85%;
    margin: auto; }

  .blue-column.d-flex.flex-direction-row.first i {
    margin: 80px 0px 0px 80px;
    padding: 0px; }

  .blue-column.d-flex.flex-direction-row.second {
    width: 85%;
    max-width: 85%;
    margin: auto; }

  .blue-column.d-flex.flex-direction-row br {
    display: none; }

  .vertical {
    width: 85%;
    height: 1px;
    margin: auto; }

  .container-two h1, .container-two p {
    text-align: left;
    margin: 30px 0px 0px 140px;
    padding: 0px;
    width: 70%; }

  .app.d-flex.flex-direction-row.align-center {
    flex-direction: column !important;
    height: 895px; }

  .cell.d-flex.flex-direction-column {
    margin-bottom: 50px;
    width: 100%; }

  .downloads div {
    height: 190px;
    width: 100%;
    margin: 0px; }

  .downloads {
    width: 100%; }

  .left-side.text-center {
    width: 100%; }

  .cell button {
    width: 400px; }

  .cell button:hover {
    width: 400px;
    cursor: pointer; }

  #para {
    margin-top: 30px; }

  .third img {
    display: none;
    height: 0px;
    width: 0px; }

  .third.buy-dash {
    width: 100%;
    margin: 0px;
    padding: 60px; }

  .third.buy-dash button {
    display: block !important;
    width: 400px;
    margin-bottom: 10px; }

  .third-container {
    width: 100%; }

  .third.connect {
    width: 1%; }

  .use-dash {
    flex-direction: column !important;
    height: 850px; }

  #last {
    display: flex;
    flex-direction: row; }

  .grid-item.methods.serv {
    margin-left: 50px; }

  .grid-item.methods.serv p {
    padding-left: 50px; }

  .map {
    height: 450px; }

  .map img {
    display: none;
    height: 0px;
    width: 0px; }

  body > div > div.map > div > div.col-4 {
    width: 65%;
    margin: 0px;
    padding: 0px;
    font-size: 14px; }

  body > div > div.map > div > div.col-4 > div {
    margin: 20px 0px 0px 20px; }

  body > div > div:nth-child(7) {
    height: 550px;
    width: 100%; }

  body > div > div:nth-child(7) > div {
    text-align: left; }

  .vendors {
    width: 100%; }

  .vendors button {
    width: 100%;
    margin: 0px;
    padding: 0px; }

  body > div > div:nth-child(9) {
    height: 550px;
    width: 100%; }

  .footer-top {
    height: 1061px; }

  .faq {
    padding: 15px 0px;
    border-top: 1px solid rgba(200, 200, 255, 0.15);
    border-bottom: 1px solid rgba(200, 200, 255, 0.15);
    border-left: 0px !important;
    border-right: 0px !important; }

  body > div > div.footer-top.text-white > div > div > div.col-5.col-md-16.col-sm-16 > div {
    width: 100%;
    text-align: center !important;
    padding: 20px 0px; }

  body > div > div.footer-top.text-white > div > div > div.col-5.col-md-16.col-sm-16 > div > button {
    width: 100%;
    margin: 0px; }

  .container.bottom {
    flex-direction: column-reverse !important;
    width: 100%; }

  .footer-bottom {
    height: 600px; }

  .grid-item.bottom {
    margin: auto;
    width: 100%;
    border-bottom: 1px solid rgba(200, 200, 255, 0.15); }

  .grid-item.bottom div {
    height: 100px; }

  .col-4.col-md-12.col-sm-12 {
    width: 100%;
    text-align: center; }

  .d-flex.flex-direction-row.check {
    justify-content: center; }

  .grid-item.bottom.sign-up input {
    width: 80%; } }

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