@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,900,700italic,700,600italic,600,400italic);

@font-face {
  font-family: Gotham;

  src: url(../../fonts/GothamPro-Medium.eot);

  src: url(../../fonts/GothamPro-Medium.woff2) format("woff2"),
    url(../../fonts/GothamPro-Medium.woff) format("woff"),
    url(../../fonts/GothamPro-Medium.ttf) format("truetype"),
    url(/fonts/GothamPro-Medium.svg#GothamPro-Medium) format("svg"),
    url(../../fonts/GothamPro-Medium.eot?#iefix) format("embedded-opentype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: Gotham;

  src: url(../../fonts/GothamPro-Black.eot);

  src: url(../../fonts/GothamPro-Black.woff2) format("woff2"),
    url(../../fonts/GothamPro-Black.woff) format("woff"),
    url(../../fonts/GothamPro-Black.ttf) format("truetype"),
    url(../../fonts/GothamPro-Black.svg#GothamPro-Black) format("svg"),
    url(../../fonts/GothamPro-Black.eot?#iefix) format("embedded-opentype");

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

html,
body,
h1,
h3,
p,
a,
li,
ul,
span,
strong,
b,
h2,
h4,
input,
select {
  font-family: "Gotham", Arial, sans-serif !important;
}

@media print, screen and (min-width: 40em) {
  .reveal,
  .reveal.large,
  .reveal.small,
  .reveal.tiny {
    right: auto;

    left: auto;

    margin: 0 auto;
  }
}

#city_top {
  margin-top: 15px !important;
}

#termscondition li {
  margin-top: 10px;

  line-height: 25px;

  list-style-type: none;
}

.intl-tel-input {
  position: relative;

  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;

  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type="tel"],
.intl-tel-input input[type="text"] {
  position: relative;

  z-index: 0;

  margin-top: 0 !important;

  margin-bottom: 0 !important;

  padding-right: 36px;

  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;

  top: 0;

  bottom: 0;

  right: 0;

  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;

  position: relative;

  width: 36px;

  height: 100%;

  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;

  top: 0;

  bottom: 0;

  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;

  top: 50%;

  margin-top: -2px;

  right: 6px;

  width: 0;

  height: 0;

  border-left: 3px solid transparent;

  border-right: 3px solid transparent;

  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: 0;

  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;

  z-index: 2;

  list-style: none;

  text-align: left;

  padding: 0;

  margin: 0 0 0 -1px;

  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);

  background-color: #fff;

  border: 1px solid #ccc;

  white-space: nowrap;

  max-height: 200px;

  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;

  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;

  width: 20px;
}

.unit-type span {
  display: block !important;

  text-align: left !important;

  padding: 0 !important;

  font-weight: bold;

  font-size: 14px !important;

  width: auto !important;

  display: block;

  margin-bottom: 4px;
}

.price-label span {
  display: inline-block !important;

  text-align: left !important;

  padding: 0 !important;

  font-weight: 400;

  font-size: 14px !important;

  width: 89px !important;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;

  margin-bottom: 5px;

  border-bottom: 1px solid #ccc;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
  vertical-align: middle;
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="tel"],
.intl-tel-input.separate-dial-code input[type="text"] {
  padding-right: 6px;

  padding-left: 52px;

  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;

  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown
  input[disabled]
  + .flag-container:hover
  .selected-flag,
.intl-tel-input.allow-dropdown
  input[readonly]
  + .flag-container:hover
  .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;

  vertical-align: middle;

  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;

  top: -1000px;

  left: -1000px;

  z-index: 1060;

  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;

  bottom: 30px;

  left: 30px;

  right: 30px;

  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;

  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;

  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;

  background-position: 0 0;
}

.iti-flag.ad {
  height: 14px;

  background-position: -22px 0;
}

.iti-flag.ae {
  height: 10px;

  background-position: -44px 0;
}

.iti-flag.af {
  height: 14px;

  background-position: -66px 0;
}

.iti-flag.ag {
  height: 14px;

  background-position: -88px 0;
}

.iti-flag.ai {
  height: 10px;

  background-position: -110px 0;
}

.iti-flag.al {
  height: 15px;

  background-position: -132px 0;
}

.iti-flag.am {
  height: 10px;

  background-position: -154px 0;
}

.iti-flag.ao {
  height: 14px;

  background-position: -176px 0;
}

.iti-flag.aq {
  height: 14px;

  background-position: -198px 0;
}

.iti-flag.ar {
  height: 13px;

  background-position: -220px 0;
}

.iti-flag.as {
  height: 10px;

  background-position: -242px 0;
}

.iti-flag.at {
  height: 14px;

  background-position: -264px 0;
}

.iti-flag.au {
  height: 10px;

  background-position: -286px 0;
}

.iti-flag.aw {
  height: 14px;

  background-position: -308px 0;
}

.iti-flag.ax {
  height: 13px;

  background-position: -330px 0;
}

.iti-flag.az {
  height: 10px;

  background-position: -352px 0;
}

.iti-flag.ba {
  height: 10px;

  background-position: -374px 0;
}

.iti-flag.bb {
  height: 14px;

  background-position: -396px 0;
}

.iti-flag.bd {
  height: 12px;

  background-position: -418px 0;
}

.iti-flag.be {
  height: 15px;

  background-position: -440px 0;
}

.iti-flag.bf {
  height: 14px;

  background-position: -460px 0;
}

.iti-flag.bg {
  height: 12px;

  background-position: -482px 0;
}

.iti-flag.bh {
  height: 12px;

  background-position: -504px 0;
}

.iti-flag.bi {
  height: 12px;

  background-position: -526px 0;
}

.iti-flag.bj {
  height: 14px;

  background-position: -548px 0;
}

.iti-flag.bl {
  height: 14px;

  background-position: -570px 0;
}

.iti-flag.bm {
  height: 10px;

  background-position: -592px 0;
}

.iti-flag.bn {
  height: 10px;

  background-position: -614px 0;
}

.iti-flag.bo {
  height: 14px;

  background-position: -636px 0;
}

.iti-flag.bq {
  height: 14px;

  background-position: -658px 0;
}

.iti-flag.br {
  height: 14px;

  background-position: -680px 0;
}

.iti-flag.bs {
  height: 10px;

  background-position: -702px 0;
}

.iti-flag.bt {
  height: 14px;

  background-position: -724px 0;
}

.iti-flag.bv {
  height: 15px;

  background-position: -746px 0;
}

.iti-flag.bw {
  height: 14px;

  background-position: -768px 0;
}

.iti-flag.by {
  height: 10px;

  background-position: -790px 0;
}

.iti-flag.bz {
  height: 14px;

  background-position: -812px 0;
}

.iti-flag.ca {
  height: 10px;

  background-position: -834px 0;
}

.iti-flag.cc {
  height: 10px;

  background-position: -856px 0;
}

.iti-flag.cd {
  height: 15px;

  background-position: -878px 0;
}

.iti-flag.cf {
  height: 14px;

  background-position: -900px 0;
}

.iti-flag.cg {
  height: 14px;

  background-position: -922px 0;
}

.iti-flag.ch {
  height: 15px;

  background-position: -944px 0;
}

.iti-flag.ci {
  height: 14px;

  background-position: -961px 0;
}

.iti-flag.ck {
  height: 10px;

  background-position: -983px 0;
}

.iti-flag.cl {
  height: 14px;

  background-position: -1005px 0;
}

.iti-flag.cm {
  height: 14px;

  background-position: -1027px 0;
}

.iti-flag.cn {
  height: 14px;

  background-position: -1049px 0;
}

.iti-flag.co {
  height: 14px;

  background-position: -1071px 0;
}

.iti-flag.cp {
  height: 14px;

  background-position: -1093px 0;
}

.iti-flag.cr {
  height: 12px;

  background-position: -1115px 0;
}

.iti-flag.cu {
  height: 10px;

  background-position: -1137px 0;
}

.iti-flag.cv {
  height: 12px;

  background-position: -1159px 0;
}

.iti-flag.cw {
  height: 14px;

  background-position: -1181px 0;
}

.iti-flag.cx {
  height: 10px;

  background-position: -1203px 0;
}

.iti-flag.cy {
  height: 13px;

  background-position: -1225px 0;
}

.iti-flag.cz {
  height: 14px;

  background-position: -1247px 0;
}

.iti-flag.de {
  height: 12px;

  background-position: -1269px 0;
}

.iti-flag.dg {
  height: 10px;

  background-position: -1291px 0;
}

.iti-flag.dj {
  height: 14px;

  background-position: -1313px 0;
}

.iti-flag.dk {
  height: 15px;

  background-position: -1335px 0;
}

.iti-flag.dm {
  height: 10px;

  background-position: -1357px 0;
}

.iti-flag.do {
  height: 13px;

  background-position: -1379px 0;
}

.iti-flag.dz {
  height: 14px;

  background-position: -1401px 0;
}

.iti-flag.ea {
  height: 14px;

  background-position: -1423px 0;
}

.iti-flag.ec {
  height: 14px;

  background-position: -1445px 0;
}

.iti-flag.ee {
  height: 13px;

  background-position: -1467px 0;
}

.iti-flag.eg {
  height: 14px;

  background-position: -1489px 0;
}

.iti-flag.eh {
  height: 10px;

  background-position: -1511px 0;
}

.iti-flag.er {
  height: 10px;

  background-position: -1533px 0;
}

.iti-flag.es {
  height: 14px;

  background-position: -1555px 0;
}

.iti-flag.et {
  height: 10px;

  background-position: -1577px 0;
}

.iti-flag.eu {
  height: 14px;

  background-position: -1599px 0;
}

.iti-flag.fi {
  height: 12px;

  background-position: -1621px 0;
}

.iti-flag.fj {
  height: 10px;

  background-position: -1643px 0;
}

.iti-flag.fk {
  height: 10px;

  background-position: -1665px 0;
}

.iti-flag.fm {
  height: 11px;

  background-position: -1687px 0;
}

.iti-flag.fo {
  height: 15px;

  background-position: -1709px 0;
}

.iti-flag.fr {
  height: 14px;

  background-position: -1731px 0;
}

.iti-flag.ga {
  height: 15px;

  background-position: -1753px 0;
}

.iti-flag.gb {
  height: 10px;

  background-position: -1775px 0;
}

.iti-flag.gd {
  height: 12px;

  background-position: -1797px 0;
}

.iti-flag.ge {
  height: 14px;

  background-position: -1819px 0;
}

.iti-flag.gf {
  height: 14px;

  background-position: -1841px 0;
}

.iti-flag.gg {
  height: 14px;

  background-position: -1863px 0;
}

.iti-flag.gh {
  height: 14px;

  background-position: -1885px 0;
}

.iti-flag.gi {
  height: 10px;

  background-position: -1907px 0;
}

.iti-flag.gl {
  height: 14px;

  background-position: -1929px 0;
}

.iti-flag.gm {
  height: 14px;

  background-position: -1951px 0;
}

.iti-flag.gn {
  height: 14px;

  background-position: -1973px 0;
}

.iti-flag.gp {
  height: 14px;

  background-position: -1995px 0;
}

.iti-flag.gq {
  height: 14px;

  background-position: -2017px 0;
}

.iti-flag.gr {
  height: 14px;

  background-position: -2039px 0;
}

.iti-flag.gs {
  height: 10px;

  background-position: -2061px 0;
}

.iti-flag.gt {
  height: 13px;

  background-position: -2083px 0;
}

.iti-flag.gu {
  height: 11px;

  background-position: -2105px 0;
}

.iti-flag.gw {
  height: 10px;

  background-position: -2127px 0;
}

.iti-flag.gy {
  height: 12px;

  background-position: -2149px 0;
}

.iti-flag.hk {
  height: 14px;

  background-position: -2171px 0;
}

.iti-flag.hm {
  height: 10px;

  background-position: -2193px 0;
}

.iti-flag.hn {
  height: 10px;

  background-position: -2215px 0;
}

.iti-flag.hr {
  height: 10px;

  background-position: -2237px 0;
}

.iti-flag.ht {
  height: 12px;

  background-position: -2259px 0;
}

.iti-flag.hu {
  height: 10px;

  background-position: -2281px 0;
}

.iti-flag.ic {
  height: 14px;

  background-position: -2303px 0;
}

.iti-flag.id {
  height: 14px;

  background-position: -2325px 0;
}

.iti-flag.ie {
  height: 10px;

  background-position: -2347px 0;
}

.iti-flag.il {
  height: 15px;

  background-position: -2369px 0;
}

.iti-flag.im {
  height: 10px;

  background-position: -2391px 0;
}

.iti-flag.in {
  height: 14px;

  background-position: -2413px 0;
}

.iti-flag.io {
  height: 10px;

  background-position: -2435px 0;
}

.iti-flag.iq {
  height: 14px;

  background-position: -2457px 0;
}

.iti-flag.ir {
  height: 12px;

  background-position: -2479px 0;
}

.iti-flag.is {
  height: 15px;

  background-position: -2501px 0;
}

.iti-flag.it {
  height: 14px;

  background-position: -2523px 0;
}

.iti-flag.je {
  height: 12px;

  background-position: -2545px 0;
}

.iti-flag.jm {
  height: 10px;

  background-position: -2567px 0;
}

.iti-flag.jo {
  height: 10px;

  background-position: -2589px 0;
}

.iti-flag.jp {
  height: 14px;

  background-position: -2611px 0;
}

.iti-flag.ke {
  height: 14px;

  background-position: -2633px 0;
}

.iti-flag.kg {
  height: 12px;

  background-position: -2655px 0;
}

.iti-flag.kh {
  height: 13px;

  background-position: -2677px 0;
}

.iti-flag.ki {
  height: 10px;

  background-position: -2699px 0;
}

.iti-flag.km {
  height: 12px;

  background-position: -2721px 0;
}

.iti-flag.kn {
  height: 14px;

  background-position: -2743px 0;
}

.iti-flag.kp {
  height: 10px;

  background-position: -2765px 0;
}

.iti-flag.kr {
  height: 14px;

  background-position: -2787px 0;
}

.iti-flag.kw {
  height: 10px;

  background-position: -2809px 0;
}

.iti-flag.ky {
  height: 10px;

  background-position: -2831px 0;
}

.iti-flag.kz {
  height: 10px;

  background-position: -2853px 0;
}

.iti-flag.la {
  height: 14px;

  background-position: -2875px 0;
}

.iti-flag.lb {
  height: 14px;

  background-position: -2897px 0;
}

.iti-flag.lc {
  height: 10px;

  background-position: -2919px 0;
}

.iti-flag.li {
  height: 12px;

  background-position: -2941px 0;
}

.iti-flag.lk {
  height: 10px;

  background-position: -2963px 0;
}

.iti-flag.lr {
  height: 11px;

  background-position: -2985px 0;
}

.iti-flag.ls {
  height: 14px;

  background-position: -3007px 0;
}

.iti-flag.lt {
  height: 12px;

  background-position: -3029px 0;
}

.iti-flag.lu {
  height: 12px;

  background-position: -3051px 0;
}

.iti-flag.lv {
  height: 10px;

  background-position: -3073px 0;
}

.iti-flag.ly {
  height: 10px;

  background-position: -3095px 0;
}

.iti-flag.ma {
  height: 14px;

  background-position: -3117px 0;
}

.iti-flag.mc {
  height: 15px;

  background-position: -3139px 0;
}

.iti-flag.md {
  height: 10px;

  background-position: -3160px 0;
}

.iti-flag.me {
  height: 10px;

  background-position: -3182px 0;
}

.iti-flag.mf {
  height: 14px;

  background-position: -3204px 0;
}

.iti-flag.mg {
  height: 14px;

  background-position: -3226px 0;
}

.iti-flag.mh {
  height: 11px;

  background-position: -3248px 0;
}

.iti-flag.mk {
  height: 10px;

  background-position: -3270px 0;
}

.iti-flag.ml {
  height: 14px;

  background-position: -3292px 0;
}

.iti-flag.mm {
  height: 14px;

  background-position: -3314px 0;
}

.iti-flag.mn {
  height: 10px;

  background-position: -3336px 0;
}

.iti-flag.mo {
  height: 14px;

  background-position: -3358px 0;
}

.iti-flag.mp {
  height: 10px;

  background-position: -3380px 0;
}

.iti-flag.mq {
  height: 14px;

  background-position: -3402px 0;
}

.iti-flag.mr {
  height: 14px;

  background-position: -3424px 0;
}

.iti-flag.ms {
  height: 10px;

  background-position: -3446px 0;
}

.iti-flag.mt {
  height: 14px;

  background-position: -3468px 0;
}

.iti-flag.mu {
  height: 14px;

  background-position: -3490px 0;
}

.iti-flag.mv {
  height: 14px;

  background-position: -3512px 0;
}

.iti-flag.mw {
  height: 14px;

  background-position: -3534px 0;
}

.iti-flag.mx {
  height: 12px;

  background-position: -3556px 0;
}

.iti-flag.my {
  height: 10px;

  background-position: -3578px 0;
}

.iti-flag.mz {
  height: 14px;

  background-position: -3600px 0;
}

.iti-flag.na {
  height: 14px;

  background-position: -3622px 0;
}

.iti-flag.nc {
  height: 10px;

  background-position: -3644px 0;
}

.iti-flag.ne {
  height: 15px;

  background-position: -3666px 0;
}

.iti-flag.nf {
  height: 10px;

  background-position: -3686px 0;
}

.iti-flag.ng {
  height: 10px;

  background-position: -3708px 0;
}

.iti-flag.ni {
  height: 12px;

  background-position: -3730px 0;
}

.iti-flag.nl {
  height: 14px;

  background-position: -3752px 0;
}

.iti-flag.no {
  height: 15px;

  background-position: -3774px 0;
}

.iti-flag.np {
  height: 15px;

  background-position: -3796px 0;
}

.iti-flag.nr {
  height: 10px;

  background-position: -3811px 0;
}

.iti-flag.nu {
  height: 10px;

  background-position: -3833px 0;
}

.iti-flag.nz {
  height: 10px;

  background-position: -3855px 0;
}

.iti-flag.om {
  height: 10px;

  background-position: -3877px 0;
}

.iti-flag.pa {
  height: 14px;

  background-position: -3899px 0;
}

.iti-flag.pe {
  height: 14px;

  background-position: -3921px 0;
}

.iti-flag.pf {
  height: 14px;

  background-position: -3943px 0;
}

.iti-flag.pg {
  height: 15px;

  background-position: -3965px 0;
}

.iti-flag.ph {
  height: 10px;

  background-position: -3987px 0;
}

.iti-flag.pk {
  height: 14px;

  background-position: -4009px 0;
}

.iti-flag.pl {
  height: 13px;

  background-position: -4031px 0;
}

.iti-flag.pm {
  height: 14px;

  background-position: -4053px 0;
}

.iti-flag.pn {
  height: 10px;

  background-position: -4075px 0;
}

.iti-flag.pr {
  height: 14px;

  background-position: -4097px 0;
}

.iti-flag.ps {
  height: 10px;

  background-position: -4119px 0;
}

.iti-flag.pt {
  height: 14px;

  background-position: -4141px 0;
}

.iti-flag.pw {
  height: 13px;

  background-position: -4163px 0;
}

.iti-flag.py {
  height: 11px;

  background-position: -4185px 0;
}

.iti-flag.qa {
  height: 8px;

  background-position: -4207px 0;
}

.iti-flag.re {
  height: 14px;

  background-position: -4229px 0;
}

.iti-flag.ro {
  height: 14px;

  background-position: -4251px 0;
}

.iti-flag.rs {
  height: 14px;

  background-position: -4273px 0;
}

.iti-flag.ru {
  height: 14px;

  background-position: -4295px 0;
}

.iti-flag.rw {
  height: 14px;

  background-position: -4317px 0;
}

.iti-flag.sa {
  height: 14px;

  background-position: -4339px 0;
}

.iti-flag.sb {
  height: 10px;

  background-position: -4361px 0;
}

.iti-flag.sc {
  height: 10px;

  background-position: -4383px 0;
}

.iti-flag.sd {
  height: 10px;

  background-position: -4405px 0;
}

.iti-flag.se {
  height: 13px;

  background-position: -4427px 0;
}

.iti-flag.sg {
  height: 14px;

  background-position: -4449px 0;
}

.iti-flag.sh {
  height: 10px;

  background-position: -4471px 0;
}

.iti-flag.si {
  height: 10px;

  background-position: -4493px 0;
}

.iti-flag.sj {
  height: 15px;

  background-position: -4515px 0;
}

.iti-flag.sk {
  height: 14px;

  background-position: -4537px 0;
}

.iti-flag.sl {
  height: 14px;

  background-position: -4559px 0;
}

.iti-flag.sm {
  height: 15px;

  background-position: -4581px 0;
}

.iti-flag.sn {
  height: 14px;

  background-position: -4603px 0;
}

.iti-flag.so {
  height: 14px;

  background-position: -4625px 0;
}

.iti-flag.sr {
  height: 14px;

  background-position: -4647px 0;
}

.iti-flag.ss {
  height: 10px;

  background-position: -4669px 0;
}

.iti-flag.st {
  height: 10px;

  background-position: -4691px 0;
}

.iti-flag.sv {
  height: 12px;

  background-position: -4713px 0;
}

.iti-flag.sx {
  height: 14px;

  background-position: -4735px 0;
}

.iti-flag.sy {
  height: 14px;

  background-position: -4757px 0;
}

.iti-flag.sz {
  height: 14px;

  background-position: -4779px 0;
}

.iti-flag.ta {
  height: 10px;

  background-position: -4801px 0;
}

.iti-flag.tc {
  height: 10px;

  background-position: -4823px 0;
}

.iti-flag.td {
  height: 14px;

  background-position: -4845px 0;
}

.iti-flag.tf {
  height: 14px;

  background-position: -4867px 0;
}

.iti-flag.tg {
  height: 13px;

  background-position: -4889px 0;
}

.iti-flag.th {
  height: 14px;

  background-position: -4911px 0;
}

.iti-flag.tj {
  height: 10px;

  background-position: -4933px 0;
}

.iti-flag.tk {
  height: 10px;

  background-position: -4955px 0;
}

.iti-flag.tl {
  height: 10px;

  background-position: -4977px 0;
}

.iti-flag.tm {
  height: 14px;

  background-position: -4999px 0;
}

.iti-flag.tn {
  height: 14px;

  background-position: -5021px 0;
}

.iti-flag.to {
  height: 10px;

  background-position: -5043px 0;
}

.iti-flag.tr {
  height: 14px;

  background-position: -5065px 0;
}

.iti-flag.tt {
  height: 12px;

  background-position: -5087px 0;
}

.iti-flag.tv {
  height: 10px;

  background-position: -5109px 0;
}

.iti-flag.tw {
  height: 14px;

  background-position: -5131px 0;
}

.iti-flag.tz {
  height: 14px;

  background-position: -5153px 0;
}

.iti-flag.ua {
  height: 14px;

  background-position: -5175px 0;
}

.iti-flag.ug {
  height: 14px;

  background-position: -5197px 0;
}

.iti-flag.um {
  height: 11px;

  background-position: -5219px 0;
}

.iti-flag.us {
  height: 11px;

  background-position: -5241px 0;
}

.iti-flag.uy {
  height: 14px;

  background-position: -5263px 0;
}

.iti-flag.uz {
  height: 10px;

  background-position: -5285px 0;
}

.iti-flag.va {
  height: 15px;

  background-position: -5307px 0;
}

.iti-flag.vc {
  height: 14px;

  background-position: -5324px 0;
}

.iti-flag.ve {
  height: 14px;

  background-position: -5346px 0;
}

.iti-flag.vg {
  height: 10px;

  background-position: -5368px 0;
}

.iti-flag.vi {
  height: 14px;

  background-position: -5390px 0;
}

.iti-flag.vn {
  height: 14px;

  background-position: -5412px 0;
}

.iti-flag.vu {
  height: 12px;

  background-position: -5434px 0;
}

.iti-flag.wf {
  height: 14px;

  background-position: -5456px 0;
}

.iti-flag.ws {
  height: 10px;

  background-position: -5478px 0;
}

.iti-flag.xk {
  height: 15px;

  background-position: -5500px 0;
}

.iti-flag.ye {
  height: 14px;

  background-position: -5522px 0;
}

.iti-flag.yt {
  height: 14px;

  background-position: -5544px 0;
}

.iti-flag.za {
  height: 14px;

  background-position: -5566px 0;
}

.iti-flag.zm {
  height: 14px;

  background-position: -5588px 0;
}

.iti-flag.zw {
  height: 10px;

  background-position: -5610px 0;
}

.iti-flag {
  width: 20px;

  height: 15px;

  box-shadow: 0 0 1px 0 #888;

  background-image: url(../img/flags.png);

  background-repeat: no-repeat;

  background-color: #dbdbdb;

  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url(../img/flags.png);
  }
}

.iti-flag.np {
  background-color: transparent;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
  font-family: sans-serif;

  line-height: 1.15;

  -ms-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

.header-bg {
  background: #ffffff;

  padding: 10px;
}

h1 {
  font-size: 2em;

  margin: 0.67em 0;
}

figcaption,
figure {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;

  height: 0;

  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;

  font-size: 1em;
}

a {
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 0;

  text-decoration: underline;

  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;

  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;

  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

  height: 0;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;

  font-size: 100%;

  line-height: 1.15;

  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

  padding: 0;
}

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

input {
  overflow: visible;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;

  padding: 0;
}

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

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

  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;

  font: inherit;
}

fieldset {
  border: 1px solid silver;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;

  display: table;

  max-width: 100%;

  padding: 0;

  color: inherit;

  white-space: normal;
}

progress {
  display: inline-block;

  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details {
  display: block;
}

summary {
  display: list-item;
}

menu {
  display: block;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;

  font-size: 100%;
}

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

body {
  margin: 0;

  padding: 0;

  background: #fefefe;

  font-family: Roboto, sans-serif;

  font-weight: 400;

  line-height: 1.5;

  color: #0a0a0a;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;

  vertical-align: middle;

  max-width: 100%;

  height: auto;

  -ms-interpolation-mode: bicubic;
}

.img-listing {
  padding: 0 !important;
}

textarea {
  height: auto;

  min-height: 50px;

  border-radius: 0;
}

select {
  box-sizing: border-box;

  width: 100%;

  border-radius: 0;
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  border: 0;

  border-radius: 0;

  background: 0;

  line-height: 1;

  cursor: auto;
}

[data-whatinput="mouse"] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;

  margin-right: auto;

  margin-left: auto;
}

.row::after,
.row::before {
  display: table;

  content: " ";

  -webkit-flex-basis: 0;

  -ms-flex-preferred-size: 0;

  flex-basis: 0;

  -webkit-order: 1;

  -ms-flex-order: 1;

  order: 1;
}

.row::after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;

  padding-left: 0;
}

.row .row {
  margin-right: -0.625rem;

  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;

    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;

    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;

  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;

  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.gutter-small > .column,
.row.gutter-small > .columns {
  padding-right: 0.625rem;

  padding-left: 0.625rem;
}

.row.gutter-medium > .column,
.row.gutter-medium > .columns {
  padding-right: 0.9375rem;

  padding-left: 0.9375rem;
}

.column,
.columns {
  width: 100%;

  float: left;

  padding-right: 0.625rem;

  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.9375rem;

    padding-left: 0.9375rem;
  }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}

.column.row.row,
.row.row.columns {
  float: none;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;

  margin-left: 0;

  padding-right: 0;

  padding-left: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;

  left: 8.33333%;
}

.small-pull-1 {
  position: relative;

  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;

  left: 16.66667%;
}

.small-pull-2 {
  position: relative;

  left: -16.66667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;

  left: 25%;
}

.small-pull-3 {
  position: relative;

  left: -25%;
}

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

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;

  left: 33.33333%;
}

.small-pull-4 {
  position: relative;

  left: -33.33333%;
}

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

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;

  left: 41.66667%;
}

.small-pull-5 {
  position: relative;

  left: -41.66667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;

  left: 50%;
}

.small-pull-6 {
  position: relative;

  left: -50%;
}

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

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;

  left: 58.33333%;
}

.small-pull-7 {
  position: relative;

  left: -58.33333%;
}

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

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;

  left: 66.66667%;
}

.small-pull-8 {
  position: relative;

  left: -66.66667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;

  left: 75%;
}

.small-pull-9 {
  position: relative;

  left: -75%;
}

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

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;

  left: 83.33333%;
}

.small-pull-10 {
  position: relative;

  left: -83.33333%;
}

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

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;

  left: 91.66667%;
}

.small-pull-11 {
  position: relative;

  left: -91.66667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column,
.small-up-1 > .columns {
  float: left;

  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n + 1),
.small-up-1 > .columns:nth-of-type(1n + 1) {
  clear: both;
}

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  float: left;

  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n + 1),
.small-up-2 > .columns:nth-of-type(2n + 1) {
  clear: both;
}

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  float: left;

  width: 33.33333%;
}

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n + 1),
.small-up-3 > .columns:nth-of-type(3n + 1) {
  clear: both;
}

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  float: left;

  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n + 1),
.small-up-4 > .columns:nth-of-type(4n + 1) {
  clear: both;
}

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  float: left;

  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n + 1),
.small-up-5 > .columns:nth-of-type(5n + 1) {
  clear: both;
}

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  float: left;

  width: 16.66667%;
}

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n + 1),
.small-up-6 > .columns:nth-of-type(6n + 1) {
  clear: both;
}

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  float: left;

  width: 14.28571%;
}

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n + 1),
.small-up-7 > .columns:nth-of-type(7n + 1) {
  clear: both;
}

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  float: left;

  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n + 1),
.small-up-8 > .columns:nth-of-type(8n + 1) {
  clear: both;
}

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;

  padding-left: 0;
}

.small-collapse .row {
  margin-right: 0;

  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;

  margin-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.625rem;

  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;

  margin-left: auto;
}

.small-centered,
.small-centered:last-child:not(:first-child) {
  float: none;

  clear: both;
}

.small-pull-0,
.small-push-0,
.small-uncentered {
  position: static;

  float: left;

  margin-right: 0;

  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;

    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;

    left: -8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;

    left: 16.66667%;
  }

  .medium-pull-2 {
    position: relative;

    left: -16.66667%;
  }

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

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;

    left: 25%;
  }

  .medium-pull-3 {
    position: relative;

    left: -25%;
  }

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

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;

    left: 33.33333%;
  }

  .medium-pull-4 {
    position: relative;

    left: -33.33333%;
  }

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

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;

    left: 41.66667%;
  }

  .medium-pull-5 {
    position: relative;

    left: -41.66667%;
  }

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

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;

    left: 50%;
  }

  .medium-pull-6 {
    position: relative;

    left: -50%;
  }

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

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;

    left: 58.33333%;
  }

  .medium-pull-7 {
    position: relative;

    left: -58.33333%;
  }

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

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;

    left: 66.66667%;
  }

  .medium-pull-8 {
    position: relative;

    left: -66.66667%;
  }

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

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;

    left: 75%;
  }

  .medium-pull-9 {
    position: relative;

    left: -75%;
  }

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

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;

    left: 83.33333%;
  }

  .medium-pull-10 {
    position: relative;

    left: -83.33333%;
  }

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

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;

    left: 91.66667%;
  }

  .medium-pull-11 {
    position: relative;

    left: -91.66667%;
  }

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

  .medium-12 {
    width: 100%;
  }

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

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    float: left;

    width: 100%;
  }

  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n + 1),
  .medium-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    float: left;

    width: 50%;
  }

  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n + 1),
  .medium-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    float: left;

    width: 33.33333%;
  }

  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n + 1),
  .medium-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    float: left;

    width: 25%;
  }

  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n + 1),
  .medium-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    float: left;

    width: 20%;
  }

  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n + 1),
  .medium-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    float: left;

    width: 16.66667%;
  }

  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n + 1),
  .medium-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    float: left;

    width: 14.28571%;
  }

  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n + 1),
  .medium-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    float: left;

    width: 12.5%;
  }

  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n + 1),
  .medium-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;

    padding-left: 0;
  }

  .medium-collapse .row {
    margin-right: 0;

    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;

    margin-left: 0;
  }

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;

    padding-left: 0.9375rem;
  }

  .medium-centered {
    margin-right: auto;

    margin-left: auto;
  }

  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;

    clear: both;
  }

  .medium-pull-0,
  .medium-push-0,
  .medium-uncentered {
    position: static;

    float: left;

    margin-right: 0;

    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;

    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;

    left: -8.33333%;
  }

  .large-offset-0 {
    margin-left: 0;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;

    left: 16.66667%;
  }

  .large-pull-2 {
    position: relative;

    left: -16.66667%;
  }

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

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;

    left: 25%;
  }

  .large-pull-3 {
    position: relative;

    left: -25%;
  }

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

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;

    left: 33.33333%;
  }

  .large-pull-4 {
    position: relative;

    left: -33.33333%;
  }

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

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    position: relative;

    left: 41.66667%;
  }

  .large-pull-5 {
    position: relative;

    left: -41.66667%;
  }

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

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;

    left: 50%;
  }

  .large-pull-6 {
    position: relative;

    left: -50%;
  }

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

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    position: relative;

    left: 58.33333%;
  }

  .large-pull-7 {
    position: relative;

    left: -58.33333%;
  }

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

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;

    left: 66.66667%;
  }

  .large-pull-8 {
    position: relative;

    left: -66.66667%;
  }

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

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;

    left: 75%;
  }

  .large-pull-9 {
    position: relative;

    left: -75%;
  }

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

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;

    left: 83.33333%;
  }

  .large-pull-10 {
    position: relative;

    left: -83.33333%;
  }

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

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;

    left: 91.66667%;
  }

  .large-pull-11 {
    position: relative;

    left: -91.66667%;
  }

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

  .large-12 {
    width: 100%;
  }

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

  .large-up-1 > .column,
  .large-up-1 > .columns {
    float: left;

    width: 100%;
  }

  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n + 1),
  .large-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    float: left;

    width: 50%;
  }

  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n + 1),
  .large-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    float: left;

    width: 33.33333%;
  }

  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n + 1),
  .large-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    float: left;

    width: 25%;
  }

  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n + 1),
  .large-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    float: left;

    width: 20%;
  }

  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n + 1),
  .large-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    float: left;

    width: 16.66667%;
  }

  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n + 1),
  .large-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    float: left;

    width: 14.28571%;
  }

  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n + 1),
  .large-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    float: left;

    width: 12.5%;
  }

  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n + 1),
  .large-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;

    padding-left: 0;
  }

  .large-collapse .row {
    margin-right: 0;

    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;

    margin-left: 0;
  }

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;

    padding-left: 0.9375rem;
  }

  .large-centered {
    margin-right: auto;

    margin-left: auto;
  }

  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;

    clear: both;
  }

  .large-pull-0,
  .large-push-0,
  .large-uncentered {
    position: static;

    float: left;

    margin-right: 0;

    margin-left: 0;
  }
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.row {
  max-width: 75rem;

  margin-right: auto;

  margin-left: auto;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-flow: row wrap;

  -ms-flex-flow: row wrap;

  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;

  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;

    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;

    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;

  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;

  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;

  padding-left: 0;
}

.row.collapse > .column > .row,
.row.collapse > .columns > .row,
.row.is-collapse-child {
  margin-right: 0;

  margin-left: 0;
}

.column,
.columns {
  -webkit-flex: 1 1 0;

  -ms-flex: 1 1 0;

  flex: 1 1 0;

  padding-right: 0.625rem;

  padding-left: 0.625rem;

  min-width: 0;
}

@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.9375rem;

    padding-left: 0.9375rem;
  }
}

.column.row.row,
.row.row.columns {
  float: none;

  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;

  margin-left: 0;

  padding-right: 0;

  padding-left: 0;
}

.small-1 {
  -webkit-flex: 0 0 8.33333%;

  -ms-flex: 0 0 8.33333%;

  flex: 0 0 8.33333%;

  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0;
}

.small-2 {
  -webkit-flex: 0 0 16.66667%;

  -ms-flex: 0 0 16.66667%;

  flex: 0 0 16.66667%;

  max-width: 16.66667%;
}

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

.small-3 {
  -webkit-flex: 0 0 25%;

  -ms-flex: 0 0 25%;

  flex: 0 0 25%;

  max-width: 25%;
}

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

.small-4 {
  -webkit-flex: 0 0 33.33333%;

  -ms-flex: 0 0 33.33333%;

  flex: 0 0 33.33333%;

  max-width: 33.33333%;
}

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

.small-5 {
  -webkit-flex: 0 0 41.66667%;

  -ms-flex: 0 0 41.66667%;

  flex: 0 0 41.66667%;

  max-width: 41.66667%;
}

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

.small-6 {
  -webkit-flex: 0 0 50%;

  -ms-flex: 0 0 50%;

  flex: 0 0 50%;

  max-width: 50%;
}

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

.small-7 {
  -webkit-flex: 0 0 58.33333%;

  -ms-flex: 0 0 58.33333%;

  flex: 0 0 58.33333%;

  max-width: 58.33333%;
}

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

.small-8 {
  -webkit-flex: 0 0 66.66667%;

  -ms-flex: 0 0 66.66667%;

  flex: 0 0 66.66667%;

  max-width: 66.66667%;
}

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

.small-9 {
  -webkit-flex: 0 0 75%;

  -ms-flex: 0 0 75%;

  flex: 0 0 75%;

  max-width: 75%;
}

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

.small-10 {
  -webkit-flex: 0 0 83.33333%;

  -ms-flex: 0 0 83.33333%;

  flex: 0 0 83.33333%;

  max-width: 83.33333%;
}

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

.small-11 {
  -webkit-flex: 0 0 91.66667%;

  -ms-flex: 0 0 91.66667%;

  flex: 0 0 91.66667%;

  max-width: 91.66667%;
}

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

.small-12 {
  -webkit-flex: 0 0 100%;

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;

  max-width: 100%;
}

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

.small-up-1 {
  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  -webkit-flex: 0 0 100%;

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;

  max-width: 100%;
}

.small-up-2 {
  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  -webkit-flex: 0 0 50%;

  -ms-flex: 0 0 50%;

  flex: 0 0 50%;

  max-width: 50%;
}

.small-up-3 {
  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  -webkit-flex: 0 0 33.33333%;

  -ms-flex: 0 0 33.33333%;

  flex: 0 0 33.33333%;

  max-width: 33.33333%;
}

.small-up-4 {
  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  -webkit-flex: 0 0 25%;

  -ms-flex: 0 0 25%;

  flex: 0 0 25%;

  max-width: 25%;
}

.small-up-5 {
  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  -webkit-flex: 0 0 20%;

  -ms-flex: 0 0 20%;

  flex: 0 0 20%;

  max-width: 20%;
}

.small-up-6 {
  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  -webkit-flex: 0 0 16.66667%;

  -ms-flex: 0 0 16.66667%;

  flex: 0 0 16.66667%;

  max-width: 16.66667%;
}

.small-up-7 {
  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  -webkit-flex: 0 0 14.28571%;

  -ms-flex: 0 0 14.28571%;

  flex: 0 0 14.28571%;

  max-width: 14.28571%;
}

.small-up-8 {
  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  -webkit-flex: 0 0 12.5%;

  -ms-flex: 0 0 12.5%;

  flex: 0 0 12.5%;

  max-width: 12.5%;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;

  padding-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.625rem;

  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;

    -ms-flex: 0 0 8.33333%;

    flex: 0 0 8.33333%;

    max-width: 8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0;
  }

  .medium-2 {
    -webkit-flex: 0 0 16.66667%;

    -ms-flex: 0 0 16.66667%;

    flex: 0 0 16.66667%;

    max-width: 16.66667%;
  }

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

  .medium-3 {
    -webkit-flex: 0 0 25%;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;
  }

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

  .medium-4 {
    -webkit-flex: 0 0 33.33333%;

    -ms-flex: 0 0 33.33333%;

    flex: 0 0 33.33333%;

    max-width: 33.33333%;
  }

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

  .medium-5 {
    -webkit-flex: 0 0 41.66667%;

    -ms-flex: 0 0 41.66667%;

    flex: 0 0 41.66667%;

    max-width: 41.66667%;
  }

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

  .medium-6 {
    -webkit-flex: 0 0 50%;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;
  }

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

  .medium-7 {
    -webkit-flex: 0 0 58.33333%;

    -ms-flex: 0 0 58.33333%;

    flex: 0 0 58.33333%;

    max-width: 58.33333%;
  }

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

  .medium-8 {
    -webkit-flex: 0 0 66.66667%;

    -ms-flex: 0 0 66.66667%;

    flex: 0 0 66.66667%;

    max-width: 66.66667%;
  }

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

  .medium-9 {
    -webkit-flex: 0 0 75%;

    -ms-flex: 0 0 75%;

    flex: 0 0 75%;

    max-width: 75%;
  }

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

  .medium-10 {
    -webkit-flex: 0 0 83.33333%;

    -ms-flex: 0 0 83.33333%;

    flex: 0 0 83.33333%;

    max-width: 83.33333%;
  }

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

  .medium-11 {
    -webkit-flex: 0 0 91.66667%;

    -ms-flex: 0 0 91.66667%;

    flex: 0 0 91.66667%;

    max-width: 91.66667%;
  }

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

  .medium-12 {
    -webkit-flex: 0 0 100%;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }

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

  .medium-up-1 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -webkit-flex: 0 0 100%;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }

  .medium-up-2 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -webkit-flex: 0 0 50%;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;
  }

  .medium-up-3 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;

    -ms-flex: 0 0 33.33333%;

    flex: 0 0 33.33333%;

    max-width: 33.33333%;
  }

  .medium-up-4 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -webkit-flex: 0 0 25%;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;
  }

  .medium-up-5 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -webkit-flex: 0 0 20%;

    -ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;
  }

  .medium-up-6 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;

    -ms-flex: 0 0 16.66667%;

    flex: 0 0 16.66667%;

    max-width: 16.66667%;
  }

  .medium-up-7 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;

    -ms-flex: 0 0 14.28571%;

    flex: 0 0 14.28571%;

    max-width: 14.28571%;
  }

  .medium-up-8 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;

    -ms-flex: 0 0 12.5%;

    flex: 0 0 12.5%;

    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0;

    -ms-flex: 1 1 0;

    flex: 1 1 0;
  }
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -webkit-flex: 1 1 0;

    -ms-flex: 1 1 0;

    flex: 1 1 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;

    padding-left: 0;
  }

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;

    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;

    -ms-flex: 0 0 8.33333%;

    flex: 0 0 8.33333%;

    max-width: 8.33333%;
  }

  .large-offset-0 {
    margin-left: 0;
  }

  .large-2 {
    -webkit-flex: 0 0 16.66667%;

    -ms-flex: 0 0 16.66667%;

    flex: 0 0 16.66667%;

    max-width: 16.66667%;
  }

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

  .large-3 {
    -webkit-flex: 0 0 25%;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;
  }

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

  .large-4 {
    -webkit-flex: 0 0 33.33333%;

    -ms-flex: 0 0 33.33333%;

    flex: 0 0 33.33333%;

    max-width: 33.33333%;
  }

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

  .large-5 {
    -webkit-flex: 0 0 41.66667%;

    -ms-flex: 0 0 41.66667%;

    flex: 0 0 41.66667%;

    max-width: 41.66667%;
  }

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

  .large-6 {
    -webkit-flex: 0 0 50%;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;
  }

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

  .large-7 {
    -webkit-flex: 0 0 58.33333%;

    -ms-flex: 0 0 58.33333%;

    flex: 0 0 58.33333%;

    max-width: 58.33333%;
  }

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

  .large-8 {
    -webkit-flex: 0 0 66.66667%;

    -ms-flex: 0 0 66.66667%;

    flex: 0 0 66.66667%;

    max-width: 66.66667%;
  }

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

  .large-9 {
    -webkit-flex: 0 0 75%;

    -ms-flex: 0 0 75%;

    flex: 0 0 75%;

    max-width: 75%;
  }

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

  .large-10 {
    -webkit-flex: 0 0 83.33333%;

    -ms-flex: 0 0 83.33333%;

    flex: 0 0 83.33333%;

    max-width: 83.33333%;
  }

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

  .large-11 {
    -webkit-flex: 0 0 91.66667%;

    -ms-flex: 0 0 91.66667%;

    flex: 0 0 91.66667%;

    max-width: 91.66667%;
  }

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

  .large-12 {
    -webkit-flex: 0 0 100%;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }

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

  .large-up-1 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    -webkit-flex: 0 0 100%;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }

  .large-up-2 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    -webkit-flex: 0 0 50%;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;
  }

  .large-up-3 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;

    -ms-flex: 0 0 33.33333%;

    flex: 0 0 33.33333%;

    max-width: 33.33333%;
  }

  .large-up-4 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    -webkit-flex: 0 0 25%;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;
  }

  .large-up-5 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    -webkit-flex: 0 0 20%;

    -ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;
  }

  .large-up-6 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;

    -ms-flex: 0 0 16.66667%;

    flex: 0 0 16.66667%;

    max-width: 16.66667%;
  }

  .large-up-7 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;

    -ms-flex: 0 0 14.28571%;

    flex: 0 0 14.28571%;

    max-width: 14.28571%;
  }

  .large-up-8 {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;

    -ms-flex: 0 0 12.5%;

    flex: 0 0 12.5%;

    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0;

    -ms-flex: 1 1 0;

    flex: 1 1 0;
  }
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -webkit-flex: 1 1 0;

    -ms-flex: 1 1 0;

    flex: 1 1 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;

    padding-left: 0;
  }

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;

    padding-left: 0.9375rem;
  }
}

.shrink {
  -webkit-flex: 0 0 auto;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;

  padding: 0;
}

p {
  margin-bottom: 1rem;

  font-size: inherit;

  line-height: 1.6;

  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;

  line-height: inherit;
}

b,
strong {
  font-weight: 700;

  line-height: inherit;
}

small {
  font-size: 80%;

  line-height: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;

  font-style: normal;

  font-weight: 400;

  color: inherit;

  text-rendering: optimizeLegibility;
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;

  color: #cacaca;
}

.h1,
h1 {
  font-size: 1.5rem;

  line-height: 1.4;

  margin-top: 0;

  margin-bottom: 0.5rem;
}

.h2,
h2 {
  font-size: 1.25rem;

  line-height: 1.4;

  margin-top: 0;

  margin-bottom: 0.5rem;
}

.h3,
h3 {
  font-size: 1.1875rem;

  line-height: 1.4;

  margin-top: 0;

  margin-bottom: 0.5rem;
}

.h4,
h4 {
  font-size: 1.125rem;

  line-height: 1.4;

  margin-top: 0;

  margin-bottom: 0.5rem;
}

.h5,
h5 {
  font-size: 1.0625rem;

  line-height: 1.4;

  margin-top: 0;

  margin-bottom: 0.5rem;
}

.h6,
h6 {
  font-size: 1rem;

  line-height: 1.4;

  margin-top: 0;

  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  .h1,
  h1 {
    font-size: 3rem;
  }

  .h2,
  h2 {
    font-size: 2.5rem;
  }

  .h3,
  h3 {
    font-size: 1.9375rem;
  }

  .h4,
  h4 {
    font-size: 1.5625rem;
  }

  .h5,
  h5 {
    font-size: 1.25rem;
  }

  .h6,
  h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;

  color: #1779ba;

  text-decoration: none;

  cursor: pointer;
}

a:focus,
a:hover {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;

  max-width: 75rem;

  height: 0;

  margin: 1.25rem auto;

  border-top: 0;

  border-right: 0;

  border-bottom: 1px solid #cacaca;

  border-left: 0;
}

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

  list-style-position: outside;

  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;

  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;

  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;

  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;

  padding: 0.5625rem 1.25rem 0 1.1875rem;

  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;

  color: #8a8a8a;
}

cite {
  display: block;

  font-size: 0.8125rem;

  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;

  cursor: help;

  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;

  border: 1px solid #cacaca;

  background-color: #e6e6e6;

  font-family: Consolas, "Liberation Mono", Courier, monospace;

  font-weight: 400;

  color: #0a0a0a;
}

kbd {
  margin: 0;

  padding: 0.125rem 0.25rem 0;

  background-color: #e6e6e6;

  font-family: Consolas, "Liberation Mono", Courier, monospace;

  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;

  margin-bottom: 0.5rem;

  font-weight: 400;

  line-height: 1.4;

  color: #8a8a8a;
}

.lead {
  font-size: 125%;

  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;

  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ol.no-bullet,
ul.no-bullet {
  margin-left: 0;

  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

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

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

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

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

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

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

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

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: 0 0 !important;

    box-shadow: none !important;

    color: #000 !important;

    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  blockquote,
  pre {
    border: 1px solid #8a8a8a;

    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  h2,
  h3,
  p {
    orphans: 3;

    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.button {
  display: inline-block;

  vertical-align: middle;

  margin: 0 0 1rem 0;

  font-family: inherit;

  padding: 0.85em 1em;

  -webkit-appearance: none;

  border: 1px solid transparent;

  border-radius: 0;

  transition: background-color 0.25s ease-out, color 0.25s ease-out;

  font-size: 0.9rem;

  line-height: 1;

  text-align: center;

  cursor: pointer;

  background-color: #1779ba;

  color: #fefefe;
}

[data-whatinput="mouse"] .button {
  outline: 0;
}

.button:focus,
.button:hover {
  background-color: #14679e;

  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;

  width: 100%;

  margin-right: 0;

  margin-left: 0;
}

.button.primary {
  background-color: #1779ba;

  color: #fefefe;
}

.button.primary:focus,
.button.primary:hover {
  background-color: #126195;

  color: #fefefe;
}

.button.secondary {
  background-color: #767676;

  color: #fefefe;
}

.button.secondary:focus,
.button.secondary:hover {
  background-color: #5e5e5e;

  color: #fefefe;
}

.button.success {
  background-color: #3adb76;

  color: #0a0a0a;
}

.button.success:focus,
.button.success:hover {
  background-color: #22bb5b;

  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;

  color: #0a0a0a;
}

.button.warning:focus,
.button.warning:hover {
  background-color: #cc8b00;

  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;

  color: #fefefe;
}

.button.alert:focus,
.button.alert:hover {
  background-color: #a53b2a;

  color: #fefefe;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;

  cursor: not-allowed;
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
  background-color: #1779ba;

  color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;

  cursor: not-allowed;
}

.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
  background-color: #1779ba;

  color: #fefefe;
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;

  cursor: not-allowed;
}

.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
  background-color: #767676;

  color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;

  cursor: not-allowed;
}

.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
  background-color: #3adb76;

  color: #0a0a0a;
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;

  cursor: not-allowed;
}

.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
  background-color: #ffae00;

  color: #0a0a0a;
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;

  cursor: not-allowed;
}

.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
  background-color: #cc4b37;

  color: #fefefe;
}

.button.hollow {
  border: 1px solid #1779ba;

  color: #1779ba;
}

.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
  background-color: transparent;
}

.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
  background-color: transparent;
}

.button.hollow:focus,
.button.hollow:hover {
  border-color: #0c3d5d;

  color: #0c3d5d;
}

.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
  border: 1px solid #1779ba;

  color: #1779ba;
}

.button.hollow.primary {
  border: 1px solid #1779ba;

  color: #1779ba;
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
  border-color: #0c3d5d;

  color: #0c3d5d;
}

.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
  border: 1px solid #1779ba;

  color: #1779ba;
}

.button.hollow.secondary {
  border: 1px solid #767676;

  color: #767676;
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
  border-color: #3b3b3b;

  color: #3b3b3b;
}

.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
  border: 1px solid #767676;

  color: #767676;
}

.button.hollow.success {
  border: 1px solid #3adb76;

  color: #3adb76;
}

.button.hollow.success:focus,
.button.hollow.success:hover {
  border-color: #157539;

  color: #157539;
}

.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
  border: 1px solid #3adb76;

  color: #3adb76;
}

.button.hollow.warning {
  border: 1px solid #ffae00;

  color: #ffae00;
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
  border-color: #805700;

  color: #805700;
}

.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
  border: 1px solid #ffae00;

  color: #ffae00;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;

  color: #cc4b37;
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
  border-color: #67251a;

  color: #67251a;
}

.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
  border: 1px solid #cc4b37;

  color: #cc4b37;
}

.button.clear {
  border: 1px solid #1779ba;

  color: #1779ba;
}

.button.clear,
.button.clear:focus,
.button.clear:hover {
  background-color: transparent;
}

.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
  background-color: transparent;
}

.button.clear:focus,
.button.clear:hover {
  border-color: #0c3d5d;

  color: #0c3d5d;
}

.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
  border: 1px solid #1779ba;

  color: #1779ba;
}

.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #1779ba;

  color: #1779ba;
}

.button.clear.primary:focus,
.button.clear.primary:hover {
  border-color: #0c3d5d;

  color: #0c3d5d;
}

.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
  border: 1px solid #1779ba;

  color: #1779ba;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #767676;

  color: #767676;
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
  border-color: #3b3b3b;

  color: #3b3b3b;
}

.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
  border: 1px solid #767676;

  color: #767676;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #3adb76;

  color: #3adb76;
}

.button.clear.success:focus,
.button.clear.success:hover {
  border-color: #157539;

  color: #157539;
}

.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
  border: 1px solid #3adb76;

  color: #3adb76;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;

  color: #ffae00;
}

.button.clear.warning:focus,
.button.clear.warning:hover {
  border-color: #805700;

  color: #805700;
}

.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
  border: 1px solid #ffae00;

  color: #ffae00;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #cc4b37;

  color: #cc4b37;
}

.button.clear.alert:focus,
.button.clear.alert:hover {
  border-color: #67251a;

  color: #67251a;
}

.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
  border: 1px solid #cc4b37;

  color: #cc4b37;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;

  width: 0;

  height: 0;

  border: inset 0.4em;

  content: "";

  border-bottom-width: 0;

  border-top-style: solid;

  border-color: #fefefe transparent transparent;

  position: relative;

  top: 0.4em;

  display: inline-block;

  float: right;

  margin-left: 1em;
}

.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;

  float: none;

  margin-left: 0;
}

a.button:focus,
a.button:hover {
  text-decoration: none;
}

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
  display: block;

  box-sizing: border-box;

  width: 100%;

  height: 2.4375rem;

  margin: 0 0 1rem;

  padding: 0.5rem;

  border: 1px solid #cacaca;

  border-radius: 0;

  background-color: #fefefe;

  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);

  font-family: inherit;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #0a0a0a;

  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
  outline: 0;

  border: 1px solid #8a8a8a;

  background-color: #fefefe;

  box-shadow: 0 0 5px #cacaca;

  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;

  cursor: not-allowed;
}

[type="button"],
[type="submit"] {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  border-radius: 0;
}

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

[type="checkbox"],
[type="file"],
[type="radio"] {
  margin: 0 0 1rem;
}

[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;

  vertical-align: baseline;

  margin-left: 0.5rem;

  margin-right: 1rem;

  margin-bottom: 0;
}

[type="checkbox"] + label[for],
[type="radio"] + label[for] {
  cursor: pointer;
}

label > [type="checkbox"],
label > [type="radio"] {
  margin-right: 0.5rem;
}

[type="file"] {
  width: 100%;
}

label {
  display: block;

  margin: 0;

  font-size: 0.875rem;

  font-weight: 400;

  line-height: 1.8;

  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;

  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;

  font-size: 0.8125rem;

  font-style: italic;

  color: #0a0a0a;
}

.input-group {
  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  width: 100%;

  margin-bottom: 1rem;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0;
}

.input-group > :last-child > * {
  border-radius: 0;
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
  margin: 0;

  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;

  border: 1px solid #cacaca;

  background: #e6e6e6;

  color: #0a0a0a;

  text-align: center;

  white-space: nowrap;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex: 0 0 auto;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;

  -webkit-flex: 1 1 0;

  -ms-flex: 1 1 0;

  flex: 1 1 0;

  height: auto;

  min-width: 0;
}

.input-group-button {
  padding-top: 0;

  padding-bottom: 0;

  text-align: center;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex: 0 0 auto;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  height: auto;

  -webkit-align-self: stretch;

  -ms-flex-item-align: stretch;

  -ms-grid-row-align: stretch;

  align-self: stretch;

  padding-top: 0;

  padding-bottom: 0;

  font-size: 1rem;
}

fieldset {
  margin: 0;

  padding: 0;

  border: 0;
}

legend {
  max-width: 100%;

  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;

  padding: 1.25rem;

  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;

  margin-left: -0.1875rem;

  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;

  margin: 0 0 1rem;

  padding: 0.5rem;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  border: 1px solid #cacaca;

  border-radius: 0;

  background-color: #fefefe;

  font-family: inherit;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #0a0a0a;

  background-image: url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'version='1.1'width='32'height='24'viewBox='003224'><polygonpoints='0,032,016,24'style='fill:rgb%28138,138,138%29'></polygon></svg>");

  background-origin: content-box;

  background-position: right -1rem center;

  background-repeat: no-repeat;

  background-size: 9px 6px;

  padding-right: 1.5rem;

  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}

select:focus {
  outline: 0;

  border: 1px solid #8a8a8a;

  background-color: #fefefe;

  box-shadow: 0 0 5px #cacaca;

  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;

  cursor: not-allowed;
}

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

select[multiple] {
  height: auto;

  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;

  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;

  margin-top: -0.5rem;

  margin-bottom: 1rem;

  font-size: 0.75rem;

  font-weight: 700;

  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.button-group {
  margin-bottom: 1rem;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: nowrap;

  -ms-flex-wrap: nowrap;

  flex-wrap: nowrap;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;
}

.button-group::after,
.button-group::before {
  display: table;

  content: " ";

  -webkit-flex-basis: 0;

  -ms-flex-preferred-size: 0;

  flex-basis: 0;

  -webkit-order: 1;

  -ms-flex-order: 1;

  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;

  margin-right: 1px;

  margin-bottom: 1px;

  font-size: 0.9rem;

  -webkit-flex: 0 0 auto;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -webkit-flex: 1 1 0;

  -ms-flex: 1 1 0;

  flex: 1 1 0;
}

.button-group.primary .button {
  background-color: #1779ba;

  color: #fefefe;
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
  background-color: #126195;

  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #767676;

  color: #fefefe;
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
  background-color: #5e5e5e;

  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;

  color: #0a0a0a;
}

.button-group.success .button:focus,
.button-group.success .button:hover {
  background-color: #22bb5b;

  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;

  color: #0a0a0a;
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
  background-color: #cc8b00;

  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;

  color: #fefefe;
}

.button-group.alert .button:focus,
.button-group.alert .button:hover {
  background-color: #a53b2a;

  color: #fefefe;
}

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
  -webkit-flex: 0 0 100%;

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-flex: 1 1 0;

    -ms-flex: 1 1 0;

    flex: 1 1 0;

    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-flex: 1 1 0;

    -ms-flex: 1 1 0;

    flex: 1 1 0;

    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;

    margin-right: 0;
  }
}

.callout {
  position: relative;

  margin: 0 0 1rem 0;

  padding: 1rem;

  border: 1px solid rgba(10, 10, 10, 0.25);

  border-radius: 0;

  background-color: #fff;

  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7ecfa;

  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;

  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;

  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;

  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;

  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;

  padding-right: 0.5rem;

  padding-bottom: 0.5rem;

  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;

  padding-right: 3rem;

  padding-bottom: 3rem;

  padding-left: 3rem;
}

.card {
  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-flex-grow: 1;

  -ms-flex-positive: 1;

  flex-grow: 1;

  margin-bottom: 1rem;

  border: 1px solid #e6e6e6;

  border-radius: 0;

  background: #fefefe;

  box-shadow: none;

  overflow: hidden;

  color: #0a0a0a;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  -webkit-flex: 0 1 auto;

  -ms-flex: 0 1 auto;

  flex: 0 1 auto;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  padding: 1rem;

  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-flex: 1 0 auto;

  -ms-flex: 1 0 auto;

  flex: 1 0 auto;

  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.reveal#contact-us .close-button {
  color: #fff;
}

.reveal#coupon-buy .close-button {
  color: #fff;
}

.close-button {
  position: absolute;

  color: #8a8a8a;

  cursor: pointer;
}

[data-whatinput="mouse"] .close-button {
  outline: 0;
}

.close-button:focus,
.close-button:hover {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;

  top: 0.33em;

  font-size: 1.5em;

  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;

  top: 0.5rem;

  font-size: 2em;

  line-height: 1;
}

.menu {
  padding: 0;

  margin: 0;

  list-style: none;

  position: relative;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

[data-whatinput="mouse"] .menu li {
  outline: 0;
}

.menu .button,
.menu a {
  line-height: 1;

  text-decoration: none;

  display: block;

  padding: 0.7rem 1rem;
}

.menu a,
.menu button,
.menu input,
.menu select {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-flex-direction: row;

  -ms-flex-direction: row;

  flex-direction: row;
}

.menu.vertical {
  -webkit-flex-wrap: nowrap;

  -ms-flex-wrap: nowrap;

  flex-wrap: nowrap;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;
}

.menu.expanded li {
  -webkit-flex: 1 1 0;

  -ms-flex: 1 1 0;

  flex: 1 1 0;
}

.menu.simple {
  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-flex-direction: row;

    -ms-flex-direction: row;

    flex-direction: row;
  }

  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;
  }

  .menu.medium-expanded li {
    -webkit-flex: 1 1 0;

    -ms-flex: 1 1 0;

    flex: 1 1 0;
  }

  .menu.medium-simple li {
    -webkit-flex: 1 1 0;

    -ms-flex: 1 1 0;

    flex: 1 1 0;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-flex-direction: row;

    -ms-flex-direction: row;

    flex-direction: row;
  }

  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;
  }

  .menu.large-expanded li {
    -webkit-flex: 1 1 0;

    -ms-flex: 1 1 0;

    flex: 1 1 0;
  }

  .menu.large-simple li {
    -webkit-flex: 1 1 0;

    -ms-flex: 1 1 0;

    flex: 1 1 0;
  }
}

.menu.nested {
  margin-right: 0;

  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a {
  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
}

.menu.icon-left li a {
  -webkit-flex-flow: row nowrap;

  -ms-flex-flow: row nowrap;

  flex-flow: row nowrap;
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-flex-flow: row nowrap;

  -ms-flex-flow: row nowrap;

  flex-flow: row nowrap;
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-flex-flow: column nowrap;

  -ms-flex-flow: column nowrap;

  flex-flow: column nowrap;
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;

  -ms-flex-item-align: stretch;

  -ms-grid-row-align: stretch;

  align-self: stretch;

  margin-bottom: 0.25rem;

  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-flex-flow: column nowrap;

  -ms-flex-flow: column nowrap;

  flex-flow: column nowrap;
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;

  -ms-flex-item-align: stretch;

  -ms-grid-row-align: stretch;

  align-self: stretch;

  margin-bottom: 0.25rem;

  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;

  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;

  color: #fefefe;
}

.menu.align-left {
  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;

  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;

  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;

  font-weight: 700;

  line-height: 1;

  color: inherit;
}

.menu-centered > .menu {
  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;

  display: inline-block;

  vertical-align: middle;

  width: 20px;

  height: 16px;

  cursor: pointer;
}

.menu-icon::after {
  position: absolute;

  top: 0;

  left: 0;

  display: block;

  width: 100%;

  height: 2px;

  background: #fefefe;

  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;

  content: "";
}

.menu-icon:hover::after {
  background: #cacaca;

  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;

  display: inline-block;

  vertical-align: middle;

  width: 20px;

  height: 16px;

  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;

  top: 0;

  left: 0;

  display: block;

  width: 100%;

  height: 2px;

  background: #0a0a0a;

  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;

  content: "";
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;

  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;

  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;

  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;

  top: 0;

  left: 100%;

  z-index: -1;

  width: 100%;

  background: #fefefe;

  transition: -webkit-transform 0.15s linear;

  transition: transform 0.15s linear;

  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;

  display: block;

  -webkit-transform: translateX(-100%);

  -ms-transform: translateX(-100%);

  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);

  -ms-transform: translateX(100%);

  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;

  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;

  top: 50%;

  margin-top: -6px;

  right: 1rem;

  display: block;

  width: 0;

  height: 0;

  border: inset 6px;

  content: "";

  border-right-width: 0;

  border-left-style: solid;

  border-color: transparent transparent transparent #1779ba;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;

  right: 1rem;

  display: block;

  width: 0;

  height: 0;

  border: inset 6px;

  content: "";

  border-right-width: 0;

  border-left-style: solid;

  border-color: transparent transparent transparent #1779ba;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;

  left: 1rem;

  display: block;

  width: 0;

  height: 0;

  border: inset 6px;

  content: "";

  border-left-width: 0;

  border-right-style: solid;

  border-color: transparent #1779ba transparent transparent;
}

.drilldown .js-drilldown-back > a::before {
  display: block;

  width: 0;

  height: 0;

  border: inset 6px;

  content: "";

  border-left-width: 0;

  border-right-style: solid;

  border-color: transparent #1779ba transparent transparent;

  border-left-width: 0;

  display: inline-block;

  vertical-align: middle;

  margin-right: 0.75rem;

  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;

  z-index: 10;

  width: 300px;

  padding: 1rem;

  visibility: hidden;

  display: none;

  border: 1px solid #cacaca;

  border-radius: 0;

  background-color: #fefefe;

  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  visibility: visible;

  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;

  right: 0;

  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;

  right: auto;

  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;

  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;

  width: 0;

  height: 0;

  border: inset 6px;

  content: "";

  border-bottom-width: 0;

  border-top-style: solid;

  border-color: #1779ba transparent transparent;

  right: 5px;

  left: auto;

  margin-top: -3px;
}

.dropdown.menu a {
  padding: 0.7rem 1rem;
}

[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu .is-active > a {
  background: 0;

  color: #1779ba;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;

  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;

  left: auto;

  top: 0;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;

  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;

  left: 5px;

  display: block;

  width: 0;

  height: 0;

  border: inset 6px;

  content: "";

  border-left-width: 0;

  border-right-style: solid;

  border-color: transparent #1779ba transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;

  width: 0;

  height: 0;

  border: inset 6px;

  content: "";

  border-right-width: 0;

  border-left-style: solid;

  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;

    right: 0;

    left: auto;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;

    right: auto;

    left: 0;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;

    padding-right: 1.5rem;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;

    width: 0;

    height: 0;

    border: inset 6px;

    content: "";

    border-bottom-width: 0;

    border-top-style: solid;

    border-color: #1779ba transparent transparent;

    right: 5px;

    left: auto;

    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;

    left: auto;

    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;

    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;

    left: 5px;

    display: block;

    width: 0;

    height: 0;

    border: inset 6px;

    content: "";

    border-left-width: 0;

    border-right-style: solid;

    border-color: transparent #1779ba transparent transparent;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;

    width: 0;

    height: 0;

    border: inset 6px;

    content: "";

    border-right-width: 0;

    border-left-style: solid;

    border-color: transparent transparent transparent #1779ba;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;

    right: 0;

    left: auto;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;

    right: auto;

    left: 0;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;

    padding-right: 1.5rem;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;

    width: 0;

    height: 0;

    border: inset 6px;

    content: "";

    border-bottom-width: 0;

    border-top-style: solid;

    border-color: #1779ba transparent transparent;

    right: 5px;

    left: auto;

    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;

    left: auto;

    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;

    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;

    left: 5px;

    display: block;

    width: 0;

    height: 0;

    border: inset 6px;

    content: "";

    border-left-width: 0;

    border-right-style: solid;

    border-color: transparent #1779ba transparent transparent;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;

    width: 0;

    height: 0;

    border: inset 6px;

    content: "";

    border-right-width: 0;

    border-left-style: solid;

    border-color: transparent transparent transparent #1779ba;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;

  right: 0;

  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;

  top: 50%;

  right: 5px;

  left: auto;

  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;

  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;

  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;

  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;

  top: 0;

  left: 100%;

  z-index: 1;

  display: none;

  min-width: 200px;

  border: 1px solid #cacaca;

  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;

  left: 5px;

  display: block;

  width: 0;

  height: 0;

  border: inset 6px;

  content: "";

  border-left-width: 0;

  border-right-style: solid;

  border-color: transparent #1779ba transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;

  width: 0;

  height: 0;

  border: inset 6px;

  content: "";

  border-right-width: 0;

  border-left-style: solid;

  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video,
.responsive-embed {
  position: relative;

  height: 0;

  margin-bottom: 1rem;

  padding-bottom: 75%;

  overflow: hidden;
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

.flex-video.widescreen,
.responsive-embed.widescreen {
  padding-bottom: 56.25%;
}

.media-object {
  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  margin-bottom: 1rem;

  -webkit-flex-wrap: nowrap;

  -ms-flex-wrap: nowrap;

  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;

    padding-bottom: 1rem;

    -webkit-flex-basis: 100%;

    -ms-flex-preferred-size: 100%;

    flex-basis: 100%;

    max-width: 100%;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -webkit-flex: 0 1 auto;

  -ms-flex: 0 1 auto;

  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  -webkit-flex: 1 1 0;

  -ms-flex: 1 1 0;

  flex: 1 1 0;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;

  top: 0;

  left: 0;

  z-index: 11;

  width: 100%;

  height: 100%;

  transition: opacity 0.5s ease, visibility 0.5s ease;

  background: rgba(254, 254, 254, 0.25);

  opacity: 0;

  visibility: hidden;

  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;

  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;

  overflow: hidden;
}

.off-canvas {
  position: fixed;

  z-index: 12;

  transition: -webkit-transform 0.5s ease;

  transition: transform 0.5s ease;

  transition: transform 0.5s ease, -webkit-transform 0.5s ease;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  background: #e6e6e6;
}

[data-whatinput="mouse"] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;

  z-index: 12;

  transition: -webkit-transform 0.5s ease;

  transition: transform 0.5s ease;

  transition: transform 0.5s ease, -webkit-transform 0.5s ease;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  background: #e6e6e6;
}

[data-whatinput="mouse"] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  transform: translate(0, 0);
}

.position-left {
  top: 0;

  left: 0;

  height: 100%;

  overflow-y: auto;

  width: 250px;

  -webkit-transform: translateX(-250px);

  -ms-transform: translateX(-250px);

  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);

  -ms-transform: translateX(-250px);

  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);

  -ms-transform: translateX(250px);

  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;

  right: 0;

  height: 100%;

  overflow-y: auto;

  width: 250px;

  -webkit-transform: translateX(250px);

  -ms-transform: translateX(250px);

  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);

  -ms-transform: translateX(250px);

  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);

  -ms-transform: translateX(-250px);

  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;

  left: 0;

  width: 100%;

  overflow-x: auto;

  height: 250px;

  -webkit-transform: translateY(-250px);

  -ms-transform: translateY(-250px);

  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);

  -ms-transform: translateY(-250px);

  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);

  -ms-transform: translateY(250px);

  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;

  left: 0;

  width: 100%;

  overflow-x: auto;

  height: 250px;

  -webkit-transform: translateY(250px);

  -ms-transform: translateY(250px);

  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);

  -ms-transform: translateY(250px);

  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);

  -ms-transform: translateY(-250px);

  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;

  -ms-transform: none;

  transform: none;

  transition: -webkit-transform 0.5s ease;

  transition: transform 0.5s ease;

  transition: transform 0.5s ease, -webkit-transform 0.5s ease;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

    z-index: 12;

    transition: none;

    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

    z-index: 12;

    transition: none;

    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

    z-index: 12;

    transition: none;

    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

    z-index: 12;

    transition: none;

    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

    z-index: 12;

    transition: none;

    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

    z-index: 12;

    transition: none;

    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

    z-index: 12;

    transition: none;

    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

    z-index: 12;

    transition: none;

    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;

    -ms-transform: none;

    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;

    height: auto;

    position: static;

    background: inherit;

    width: inherit;

    overflow: inherit;

    transition: inherit;
  }

  .off-canvas.in-canvas-for-medium.position-bottom,
  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top {
    box-shadow: none;

    -webkit-transform: none;

    -ms-transform: none;

    transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;

    height: auto;

    position: static;

    background: inherit;

    width: inherit;

    overflow: inherit;

    transition: inherit;
  }

  .off-canvas.in-canvas-for-large.position-bottom,
  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top {
    box-shadow: none;

    -webkit-transform: none;

    -ms-transform: none;

    transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;

  overflow: hidden;

  position: fixed;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}

.reveal-overlay {
  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1005;

  display: none;

  background-color: rgba(10, 10, 10, 0.45);

  overflow-y: scroll;
}

.reveal {
  z-index: 1006;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  display: none;

  padding: 1rem;

  border: 1px solid #cacaca;

  border-radius: 0;

  background-color: #fefefe;

  position: relative;

  top: 100px;

  margin-right: auto;

  margin-left: auto;

  overflow-y: auto;
}

[data-whatinput="mouse"] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 437px;

    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;

    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;

    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;

    max-width: 75rem;
  }
}

.title_white {
  font-size: 20px;

  margin-bottom: 30px;

  text-align: center;
}

.scroll-content::-webkit-scrollbar {
  width: 8px;
}

.scroll-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  border-radius: 8px;
}

.scroll-content::-webkit-scrollbar-thumb {
  background-color: white;

  outline: 1px solid slategrey;

  border-radius: 8px;
}

.scroll-content {
  height: 435px;

  overflow-y: scroll;

  padding-right: 15px;
}

.reveal.large {
  width: 60%;

  background: #1e5891 !important;

  max-width: 75rem;

  color: white;

  padding: 20px 45px;
}

.reveal.large button.close-button {
  color: white;

  position: relative;

  margin: auto;

  display: block;

  text-align: center;

  background: white;

  padding: 7px 22px;

  font-size: 16px;

  border-radius: 4px;

  color: black;

  margin: 10px auto;
}

.reveal.full {
  top: 0;

  left: 0;

  width: 100%;

  max-width: none;

  height: 100%;

  height: 100vh;

  min-height: 100vh;

  margin-left: 0;

  border: 0;

  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;

    left: 0;

    width: 100%;

    max-width: none;

    height: 100%;

    height: 100vh;

    min-height: 100vh;

    margin-left: 0;

    border: 0;

    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;

  position: relative;

  margin-bottom: 1rem;

  outline: 0;

  font-size: 0.875rem;

  font-weight: 700;

  color: #fefefe;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}

.switch-input {
  position: absolute;

  margin-bottom: 0;

  opacity: 0;
}

.switch-paddle {
  position: relative;

  display: block;

  width: 4rem;

  height: 2rem;

  border-radius: 0;

  background: #cacaca;

  transition: all 0.25s ease-out;

  font-weight: inherit;

  color: inherit;

  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;

  top: 0.25rem;

  left: 0.25rem;

  display: block;

  width: 1.5rem;

  height: 1.5rem;

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  border-radius: 0;

  background: #fefefe;

  transition: all 0.25s ease-out;

  content: "";
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput="mouse"] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active,
.switch-inactive {
  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.switch-active {
  left: 8%;

  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;

  height: 1.5rem;

  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;

  left: 0.25rem;

  width: 1rem;

  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;

  height: 1.75rem;

  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;

  left: 0.25rem;

  width: 1.25rem;

  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;

  height: 2.5rem;

  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;

  left: 0.25rem;

  width: 2rem;

  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

.thumbnail {
  display: inline-block;

  max-width: 100%;

  margin-bottom: 1rem;

  border: solid 4px #fefefe;

  border-radius: 0;

  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);

  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 0.2s ease-out;
}

a.thumbnail:focus,
a.thumbnail:hover {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.has-tip {
  position: relative;

  display: inline-block;

  border-bottom: dotted 1px #8a8a8a;

  font-weight: 700;

  cursor: help;
}

.tooltip {
  position: absolute;

  top: calc(100%+0.6495rem);

  z-index: 1200;

  max-width: 10rem;

  padding: 0.75rem;

  border-radius: 0;

  background-color: #0a0a0a;

  font-size: 80%;

  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;

  width: 0;

  height: 0;

  border: inset 0.75rem;

  content: "";

  border-top-width: 0;

  border-bottom-style: solid;

  border-color: transparent transparent #0a0a0a;

  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;

  width: 0;

  height: 0;

  border: inset 0.75rem;

  content: "";

  border-bottom-width: 0;

  border-top-style: solid;

  border-color: #0a0a0a transparent transparent;

  top: 100%;

  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;

  width: 0;

  height: 0;

  border: inset 0.75rem;

  content: "";

  border-right-width: 0;

  border-left-style: solid;

  border-color: transparent transparent transparent #0a0a0a;

  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;

  width: 0;

  height: 0;

  border: inset 0.75rem;

  content: "";

  border-left-width: 0;

  border-right-style: solid;

  border-color: transparent #0a0a0a transparent transparent;

  right: 100%;

  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;

  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;

  top: auto;
}

.tooltip.align-left::before {
  left: 10%;

  right: auto;
}

.tooltip.align-right::before {
  left: auto;

  right: 10%;
}

.top-bar {
  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: nowrap;

  -ms-flex-wrap: nowrap;

  flex-wrap: nowrap;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 0.5rem;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;

  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;

  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-flex: 0 0 100%;

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;

  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    -webkit-flex: 1 1 auto;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    margin-right: auto;
  }

  .top-bar .top-bar-right {
    -webkit-flex: 0 1 auto;

    -ms-flex: 0 1 auto;

    flex: 0 1 auto;

    margin-left: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-flex: 0 0 100%;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-flex: 0 0 100%;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }
}

.top-bar-title {
  -webkit-flex: 0 0 auto;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-flex: 0 0 auto;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;

  width: 1px;

  height: 1px;

  padding: 0;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  white-space: nowrap;

  -webkit-clip-path: inset(50%);

  clip-path: inset(50%);

  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;

  width: auto;

  height: auto;

  overflow: visible;

  clip: auto;

  white-space: normal;

  -webkit-clip-path: none;

  clip-path: none;
}

.hide-for-portrait,
.show-for-landscape {
  display: block !important;
}

.flash_box .flash_para p {
  background: white;

  width: auto;

  position: relative;

  bottom: 0;

  right: 0;

  padding: 6px;

  font-weight: 500;

  color: #333;

  border-radius: 2px;

  padding-left: 10px;

  font-size: 13px;

  text-align: center;
}

.flash_box .gif {
  width: 100%;
}

.flash_box .flash_para p label {
  color: #2e3192;

  font-weight: bold;

  letter-spacing: 0;
}

@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.align-right {
  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;
}

.align-center {
  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.align-justify {
  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;

  -ms-flex-pack: distribute;

  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.align-top {
  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;

  -ms-flex-item-align: start;

  align-self: flex-start;
}

.align-bottom {
  -webkit-align-items: flex-end;

  -ms-flex-align: end;

  align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;

  -ms-flex-item-align: end;

  align-self: flex-end;
}

.align-middle {
  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;

  -ms-flex-item-align: center;

  -ms-grid-row-align: center;

  align-self: center;
}

.align-stretch {
  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;

  -ms-flex-item-align: stretch;

  -ms-grid-row-align: stretch;

  align-self: stretch;
}

.align-center-middle {
  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-align-content: center;

  -ms-flex-line-pack: center;

  align-content: center;
}

.small-order-1 {
  -webkit-order: 1;

  -ms-flex-order: 1;

  order: 1;
}

.small-order-2 {
  -webkit-order: 2;

  -ms-flex-order: 2;

  order: 2;
}

.small-order-3 {
  -webkit-order: 3;

  -ms-flex-order: 3;

  order: 3;
}

.small-order-4 {
  -webkit-order: 4;

  -ms-flex-order: 4;

  order: 4;
}

.small-order-5 {
  -webkit-order: 5;

  -ms-flex-order: 5;

  order: 5;
}

.small-order-6 {
  -webkit-order: 6;

  -ms-flex-order: 6;

  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-order: 1;

    -ms-flex-order: 1;

    order: 1;
  }

  .medium-order-2 {
    -webkit-order: 2;

    -ms-flex-order: 2;

    order: 2;
  }

  .medium-order-3 {
    -webkit-order: 3;

    -ms-flex-order: 3;

    order: 3;
  }

  .medium-order-4 {
    -webkit-order: 4;

    -ms-flex-order: 4;

    order: 4;
  }

  .medium-order-5 {
    -webkit-order: 5;

    -ms-flex-order: 5;

    order: 5;
  }

  .medium-order-6 {
    -webkit-order: 6;

    -ms-flex-order: 6;

    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;

    -ms-flex-order: 1;

    order: 1;
  }

  .large-order-2 {
    -webkit-order: 2;

    -ms-flex-order: 2;

    order: 2;
  }

  .large-order-3 {
    -webkit-order: 3;

    -ms-flex-order: 3;

    order: 3;
  }

  .large-order-4 {
    -webkit-order: 4;

    -ms-flex-order: 4;

    order: 4;
  }

  .large-order-5 {
    -webkit-order: 5;

    -ms-flex-order: 5;

    order: 5;
  }

  .large-order-6 {
    -webkit-order: 6;

    -ms-flex-order: 6;

    order: 6;
  }
}

.flex-container {
  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
}

.flex-child-auto {
  -webkit-flex: 1 1 auto;

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-flex: 1 0 auto;

  -ms-flex: 1 0 auto;

  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-flex: 0 1 auto;

  -ms-flex: 0 1 auto;

  flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-flex-direction: row;

  -ms-flex-direction: row;

  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-flex-direction: row-reverse;

  -ms-flex-direction: row-reverse;

  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-flex-direction: column-reverse;

  -ms-flex-direction: column-reverse;

  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
  }

  .medium-flex-child-auto {
    -webkit-flex: 1 1 auto;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    -webkit-flex: 1 0 auto;

    -ms-flex: 1 0 auto;

    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    -webkit-flex: 0 1 auto;

    -ms-flex: 0 1 auto;

    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    -webkit-flex-direction: row;

    -ms-flex-direction: row;

    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;

    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;

    -ms-flex-direction: column-reverse;

    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
  }

  .large-flex-child-auto {
    -webkit-flex: 1 1 auto;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    -webkit-flex: 1 0 auto;

    -ms-flex: 1 0 auto;

    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    -webkit-flex: 0 1 auto;

    -ms-flex: 0 1 auto;

    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    -webkit-flex-direction: row;

    -ms-flex-direction: row;

    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;

    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;

    -ms-flex-direction: column-reverse;

    flex-direction: column-reverse;
  }
}

.slide-in-down.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: translateY(-100%);

  -ms-transform: translateY(-100%);

  transform: translateY(-100%);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: translateX(-100%);

  -ms-transform: translateX(-100%);

  transform: translateX(-100%);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);

  -ms-transform: translateX(0);

  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: translateY(100%);

  -ms-transform: translateY(100%);

  transform: translateY(100%);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: translateX(100%);

  -ms-transform: translateX(100%);

  transform: translateX(100%);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);

  -ms-transform: translateX(0);

  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  transform: translateY(0);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);

  -ms-transform: translateY(100%);

  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: translateX(0);

  -ms-transform: translateX(0);

  transform: translateX(0);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);

  -ms-transform: translateX(100%);

  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  transform: translateY(0);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);

  -ms-transform: translateY(-100%);

  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: translateX(0);

  -ms-transform: translateX(0);

  transform: translateX(0);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);

  -ms-transform: translateX(-100%);

  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  opacity: 0;

  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  opacity: 1;

  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: perspective(2000px) rotateX(-90deg);

  transform: perspective(2000px) rotateX(-90deg);

  -webkit-transform-origin: top;

  -ms-transform-origin: top;

  transform-origin: top;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);

  transform: perspective(2000px) rotate(0);

  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: perspective(2000px) rotateY(-90deg);

  transform: perspective(2000px) rotateY(-90deg);

  -webkit-transform-origin: right;

  -ms-transform-origin: right;

  transform-origin: right;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);

  transform: perspective(2000px) rotate(0);

  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: perspective(2000px) rotateX(90deg);

  transform: perspective(2000px) rotateX(90deg);

  -webkit-transform-origin: bottom;

  -ms-transform-origin: bottom;

  transform-origin: bottom;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);

  transform: perspective(2000px) rotate(0);

  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: perspective(2000px) rotateY(90deg);

  transform: perspective(2000px) rotateY(90deg);

  -webkit-transform-origin: left;

  -ms-transform-origin: left;

  transform-origin: left;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);

  transform: perspective(2000px) rotate(0);

  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: perspective(2000px) rotateX(-90deg);

  transform: perspective(2000px) rotateX(-90deg);

  -webkit-transform-origin: center;

  -ms-transform-origin: center;

  transform-origin: center;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);

  transform: perspective(2000px) rotate(0);

  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: perspective(2000px) rotateY(-90deg);

  transform: perspective(2000px) rotateY(-90deg);

  -webkit-transform-origin: center;

  -ms-transform-origin: center;

  transform-origin: center;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);

  transform: perspective(2000px) rotate(0);

  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: perspective(2000px) rotate(0);

  transform: perspective(2000px) rotate(0);

  -webkit-transform-origin: top;

  -ms-transform-origin: top;

  transform-origin: top;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);

  transform: perspective(2000px) rotateX(-90deg);

  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: perspective(2000px) rotate(0);

  transform: perspective(2000px) rotate(0);

  -webkit-transform-origin: right;

  -ms-transform-origin: right;

  transform-origin: right;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);

  transform: perspective(2000px) rotateY(-90deg);

  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: perspective(2000px) rotate(0);

  transform: perspective(2000px) rotate(0);

  -webkit-transform-origin: bottom;

  -ms-transform-origin: bottom;

  transform-origin: bottom;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);

  transform: perspective(2000px) rotateX(90deg);

  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: perspective(2000px) rotate(0);

  transform: perspective(2000px) rotate(0);

  -webkit-transform-origin: left;

  -ms-transform-origin: left;

  transform-origin: left;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);

  transform: perspective(2000px) rotateY(90deg);

  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: perspective(2000px) rotate(0);

  transform: perspective(2000px) rotate(0);

  -webkit-transform-origin: center;

  -ms-transform-origin: center;

  transform-origin: center;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);

  transform: perspective(2000px) rotateX(-90deg);

  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: perspective(2000px) rotate(0);

  transform: perspective(2000px) rotate(0);

  -webkit-transform-origin: center;

  -ms-transform-origin: center;

  transform-origin: center;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);

  transform: perspective(2000px) rotateY(-90deg);

  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: scale(0.5);

  -ms-transform: scale(0.5);

  transform: scale(0.5);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: scale(1.5);

  -ms-transform: scale(1.5);

  transform: scale(1.5);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);

  -ms-transform: scale(1.5);

  transform: scale(1.5);

  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);

  -ms-transform: scale(0.5);

  transform: scale(0.5);

  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: rotate(-0.75turn);

  -ms-transform: rotate(-0.75turn);

  transform: rotate(-0.75turn);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);

  -ms-transform: rotate(0);

  transform: rotate(0);

  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: rotate(0);

  -ms-transform: rotate(0);

  transform: rotate(0);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);

  -ms-transform: rotate(0.75turn);

  transform: rotate(0.75turn);

  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: rotate(0.75turn);

  -ms-transform: rotate(0.75turn);

  transform: rotate(0.75turn);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);

  -ms-transform: rotate(0);

  transform: rotate(0);

  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 0.5s;

  transition-timing-function: linear;

  -webkit-transform: rotate(0);

  -ms-transform: rotate(0);

  transform: rotate(0);

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;

  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);

  -ms-transform: rotate(-0.75turn);

  transform: rotate(-0.75turn);

  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
}

.short-delay {
  transition-delay: 0.3s !important;
}

.long-delay {
  transition-delay: 0.7s !important;
}

@font-face {
  font-family: fontello;

  src: url(../font/fontello.eot?24075428);

  src: url(../font/fontello.eot?24075428#iefix) format("embedded-opentype"),
    url(../font/fontello.svg?24075428#fontello) format("svg");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: fontello;

  src: url(data:application/octet-stream;base64,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)
      format("woff"),
    url(data:application/octet-stream;base64,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)
      format("truetype");
}

[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: fontello;

  font-style: normal;

  font-weight: 400;

  speak: none;

  display: inline-block;

  text-decoration: inherit;

  width: 1em;

  margin-right: 0.2em;

  text-align: center;

  font-variant: normal;

  text-transform: none;

  line-height: 1em;

  margin-left: 0.2em;
}

.icon-phone:before {
  content: "\e800";
}

.icon-gplus:before {
  content: "\f0d5";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-twitter:before {
  content: "\f309";
}

.icon-facebook:before {
  content: "\f30c";
}

.button-a {
  background: #ffa800;

  color: #120c00;

  font-weight: 700;

  margin: 0;

  text-transform: uppercase;
}

.button-a:active,
.button-a:focus,
.button-a:hover {
  background: #b37600;

  color: #000;
}

.subtext {
  font-size: small;

  color: #83919c;

  position: relative;

  padding-top: 1.3rem;
}

.subtext:before {
  position: absolute;

  content: "";

  top: 0;

  left: 0;

  background: #ffa800;

  width: 7%;

  height: 9%;
}

.intl-tel-input {
  width: 100%;
}

.intl-tel-input .flag-container {
  display: inline-block;

  border-bottom: 1px solid #fff;

  position: static;

  width: 25%;

  padding: 0;
}

.intl-tel-input .flag-container .country-list {
  color: #444;

  font-size: small;
}

.intl-tel-input .flag-container .selected-flag {
  padding: 6px 0 4px 2px;

  height: auto;
}

.intl-tel-input .flag-container .selected-flag:focus,
.intl-tel-input .flag-container .selected-flag:hover {
  outline: 0;
}

.intl-tel-input .flag-container .selected-flag .selected-dial-code {
  font-size: 0.9rem;

  color: #cbcaca;
}

.intl-tel-input input {
  display: inline-block;

  padding: 0 !important;

  width: 70%;

  float: right;
}

.video_section {
  position: relative;
}

.video_section:after {
  content: "";

  background: url(../img/play_icon.png) 0 0 no-repeat;

  background-size: 100%;

  width: 94px;

  height: 94px;

  position: absolute;

  top: 0;

  bottom: 0;

  z-index: 999;

  left: 0;

  right: 0;

  margin: auto;

  cursor: pointer;
}

.video_section a {
  width: 70%;

  margin: 0 auto 40px auto;

  display: block;
}

.social_media_button {
  margin: auto auto 4px auto;

  float: left;

  width: 100% !important;

  text-align: center;

  margin-bottom: 0;

  /* display: flex; */

  align-items: center;

  justify-content: center;

  min-height: 46px;
}

.details_projects {
  float: left;

  width: 100%;

  min-height: 35px;
}

.social_media_button a {
  display: inline-block !important;

  width: 50px !important;

  height: 30px;
}

.has-tip {
  border-bottom: 0 solid;

  cursor: pointer;
}

header {
  background: #fff;
}

header .top-bar {
  background: 0;
}

.video_section video {
  display: block;

  margin: 0 auto 40px auto;
}

#select_projects_top {
  background: transparent;

  margin-top: 20px;

  margin-bottom: 20px;

  color: #cbcaca;

  border: 0;

  border-bottom: 1px solid #cacaca;
}

#select_projects_top option,
#city_name_top option {
  background: white;

  color: black;
}

#city_name_top {
  background: transparent;

  margin-top: 20px;

  margin-bottom: 0;

  color: #cbcaca;
}

.intl-tel-input .selected-flag {
  border-bottom: 1px solid #cacaca;
}

@media screen and (max-width: 39.9375em) {
  header .top-bar .top-bar-left {
    text-align: center;
  }
}

header .top-bar .top-bar-right span {
  display: inline-block;

  margin-right: 2rem;

  color: black;

  font-size: 1.3rem;

  font-weight: 500;
}

header .top-bar .top-bar-right span i {
  border: 2px solid #fff;

  border-radius: 50%;

  padding: 1px;

  margin-right: 4px;

  font-size: 14px;
}

.top-bar-left .top-bar-left-title {
  color: #fff;

  font-size: 25px;

  margin: 0;

  font-weight: 900;
}

.project-description .button-a,
.top-bar .top-bar-right .button-a {
  color: #fff;

  background: #19407d;

  font-weight: bolder;

  padding: 11px 30px;
}

header .top-bar .top-bar-right span:last-child {
  margin-right: 0;
}

.project-description .action-btn .actbtn {
  position: relative;

  width: 50%;

  float: left;
}

.project-description .action-btn .actbtn a {
  margin: 0 5%;

  padding: 5px;
}

.project-description .action-btn .actbtn-c {
  position: relative;

  width: 100%;

  float: left;

  min-height: 37px;

  display: block;

  align-items: center;

  text-align: left;

  justify-content: center;
}

.project-description .action-btn .actbtn-c.center {
  width: 100%;

  justify-content: center;
}

.project-description .action-btn .actbtn-c a {
  font-size: 14px;
}

.project-description .action-btn .actbtn-a {
  position: relative;

  width: 100%;

  float: left;
}

.project-description .action-btn .actbtn-a a {
  font-size: 14px;
}

.strikethrough-text {
  text-decoration: red line-through;
}

.strikeout {
  font-size: 4em;

  line-height: 1em;

  position: relative;
}

.strikeout::after {
  border-bottom: 0.125em solid red;

  content: "";

  left: 0;

  margin-top: calc(0.125em / 2 * -1);

  position: absolute;

  right: 0;

  top: 50%;
}

.project-description .action-btn .actbtn .button-a {
  background: #f93 !important;

  color: white;

  width: 85% !important;

  padding: 10px;

  text-align: center;

  border-radius: 10px;

  font-size: 13px !important;
}

.section-overview {
  background: #fff;

  padding: 25px 76px;
}

.section-overview p {
  color: black;
}

.section-overview-title {
  display: block;

  text-align: center;

  color: black;
}

.action-btn {
  float: left;

  width: 100%;

  margin-top: 15px;
}

span.offer_price_design {
  width: 90% !important;

  background: linear-gradient(225deg, #faa606 0, #fba80c 100%);

  margin: auto;

  display: block !important;

  box-shadow: 6px 3px 24px #00000029;

  border-radius: 5px;

  padding: 10px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header .top-bar .top-bar-right {
    -webkit-flex: 0 1 100%;

    -ms-flex: 0 1 100%;

    flex: 0 1 100%;

    text-align: right;
  }

  header .top-bar .top-bar-right span {
    font-size: 1.1rem;

    margin-right: 1rem;
  }
}

.section-two {
  padding-top: 4rem;

  padding-bottom: 4rem;

  background: #1c1c1c;

  background-repeat: no-repeat;

  background-size: cover;
}

.section-two h3 {
  line-height: 1.2;

  text-transform: uppercase;

  letter-spacing: 1px;
}

.section-two .form-col form input {
  background: 0;

  border: 0;

  border-bottom: 1px solid #fff;

  box-shadow: 0 0.3px #fff;

  color: #c0c5c9;

  height: 2rem;

  margin: 0 0 1rem;

  padding: 0;

  font-size: 0.9rem;
}

.section-two .form-col form .submit-col {
  display: block;

  width: 300px;

  margin-top: 1.5rem;

  margin: auto;
}

.section-two .form-col form .submit-col input[type="submit"] {
  display: flex;

  width: 57%;

  margin: auto;

  background: #fbb03b !important;

  color: #333;

  font-size: 14px;

  font-weight: 500;

  margin-top: 21px;

  margin-bottom: 0;

  align-items: center;

  justify-content: center;

  height: auto;

  padding: 10px;
}

.section-three {
  background: #fff;

  color: #333;
}

.section-three .project-head {
  padding-top: 0rem;

  padding-bottom: 0rem;
}

.section-three .project-head h4 {
  text-transform: uppercase;
}

.section-three .project-head .filter_div {
  text-align: center;

  margin-top: 2em;

  margin-bottom: 2em;
}

.section-three .project-head .filter_div ul {
  margin: 0 20px;

  text-align: center;

  list-style: none;

  display: inline-block;

  background: #f8f6f6;

  border-radius: 100px;
}

.section-three .project-head .filter_div ul li {
  display: inline-block;
}

.section-three .project-head .filter_div ul li input[type="checkbox"] {
  display: none;
}

.section-three .project-head .filter_div ul li input[type="radio"] {
  display: none;
}

.section-three .project-head .filter_div ul li input[type="checkbox"] + label {
  border: 0 solid #faa606;

  color: #333;

  padding: 0.8rem 0;

  width: 10em;

  vertical-align: middle;

  margin: 0 0.2rem 0.8rem;

  transition: 0.5s all;

  background: #f8f6f6;

  margin: 0;

  border-radius: 100px;
}

.section-three .project-head .filter_div ul li input[type="radio"] + label {
  border: 0 solid #faa606;

  color: #333;

  padding: 0.8rem 0;

  width: 10em;

  vertical-align: middle;

  margin: 0 0.2rem 0.8rem;

  transition: 0.5s all;

  background: #f8f6f6;

  margin: 0;

  border-radius: 100px;
}

.section-three
  .project-head
  .filter_div
  ul
  li
  input[type="checkbox"]:checked
  + label,
.section-three
  .project-head
  .filter_div
  ul
  li
  input[type="checkbox"]:hover
  + label {
  color: #333;
}

.section-three
  .project-head
  .filter_div
  ul
  li
  input[type="radio"]:checked
  + label,
.section-three
  .project-head
  .filter_div
  ul
  li
  input[type="radio"]:hover
  + label {
  color: #333;
}

.section-three
  .project-head
  .filter_div
  ul.second_filter
  li
  input[type="checkbox"]
  + label {
  width: 17em;
}

.section-three .project-head .filter_div ul.second_filter {
  background: transparent;

  margin-top: 1rem;
}

ul.second_filter li {
  margin: 0 20px;
}

.section-three .project-head .pricing_div {
  margin-top: 2rem;

  text-align: center;
}

.section-three .project-head .pricing_div p,
.section-three .project-head .pricing_div ul {
  display: inline-block;
}

.section-three .project-head .pricing_div ul {
  text-align: center;

  list-style: none;

  display: inline-block;

  margin: 0;
}

.section-three .project-head .pricing_div ul li {
  position: relative;

  display: inline-block;
}

.section-three .project-head .pricing_div ul li input[type="radio"] {
  cursor: pointer;

  position: absolute;

  width: 100%;

  height: 100%;

  z-index: 1;

  opacity: 0;

  filter: alpha(opacity=0);

  -ms-filter: "alpha(opacity=0)";
}

.section-three
  .project-head
  .pricing_div
  ul
  li
  input[type="radio"]:checked
  + label {
  color: #303691;
}

.section-three
  .project-head
  .pricing_div
  ul
  li
  input[type="radio"]:checked
  + label:before {
  content: "";

  width: 5px;

  height: 5px;

  position: absolute;

  background: #303691;

  left: 5px;

  top: 9px;

  border-radius: 100%;

  -ms-border-radius: 100%;

  -moz-border-radius: 100%;

  -webkit-border-radius: 100%;
}

.section-three .project-head .pricing_div ul li label {
  margin-left: 1rem;

  margin-right: 0;

  color: #333;

  position: relative;

  padding-left: 20px;

  transition: 0.3s all;
}

.section-three .project-head .pricing_div ul li label:after {
  content: "";

  width: 15px;

  height: 15px;

  border: 2px solid;

  position: absolute;

  left: 0;

  top: 4px;

  border-radius: 100%;

  -ms-border-radius: 100%;

  -moz-border-radius: 100%;

  -webkit-border-radius: 100%;

  box-sizing: border-box;

  -ms-box-sizing: border-box;

  -moz-box-sizing: border-box;

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

.section-four {
  padding-top: 3rem;

  background: #eae5e5de;

  overflow: hidden;
}

.section-four .project-list #container .item {
  width: 100%;

  height: auto;
}

.section-four .project-list #container .item .single-project {
  margin-bottom: 2rem;

  background: #fff;

  color: black;

  min-height: 410px;

  border-radius: 10px;

  overflow: hidden;

  position: relative;

  cursor: pointer;

  box-shadow: 6px 3px 24px #00000029;
}

.project-description span {
  width: 100%;

  display: inline-block;

  font-size: 11px;

  padding: 5px;

  text-align: center;

  text-transform: uppercase;
}

span.offer_price label {
  margin-left: 6px;
}

.project-description span label {
  display: inline-block;

  font-size: 13px;
}

.project_thumb {
  overflow: hidden;
}

.single-project:hover img.img-listing {
  transform: scale(1.2);

  transition: 3s;
}

.section-four .project-list #container .item .single-project img {
  padding: 0 0.5rem;
}

.project_thumb img {
  height: 200px;

  object-fit: cover;
}

.section-four .project-list #container .item .single-project .project-img {
  padding: 0;
}

.section-four .project-list #container .item .single-project .project-name {
  padding: 1rem 0;

  background: #fff;

  color: black;

  min-height: 65px;

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;

  padding-bottom: 0px;
}

.project-name h5 {
  font-size: 1.1rem;
}

.section-four .project-list #container .item .single-project .project-name h5 {
  margin: 0;

  font-size: 30px;
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-name
  small {
  font-size: small;

  font-weight: 300;
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-description
  ul {
  list-style: none;

  font-size: 11px;

  margin-bottom: 0;

  text-transform: uppercase;

  float: left;

  margin: 10px 0;

  width: 100%;
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-description
  .hide {
  display: none !important;
}

@media screen and (min-width: 40em) {
  .section-four
    .project-list
    #container
    .item
    .single-project
    .project-description
    ul {
    min-height: 3rem;
  }
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-description
  ul
  li {
  margin-bottom: 0.5rem;

  color: black;
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-description
  ul
  li
  span {
  width: 50%;

  display: inline-table;

  font-weight: 400;

  position: relative;
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-description
  ul
  li
  span:after {
  content: ":";

  position: absolute;

  right: 6%;

  display: block;

  top: 0;
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-description
  ul
  li
  span:last-child:after {
  content: none;
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-description
  ul
  li
  p {
  display: inline-table;

  width: 60%;

  margin: 0;
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-description
  a {
  width: 100%;

  font-size: 16px;

  margin: auto;

  display: block;

  text-decoration: none;

  text-transform: uppercase;

  margin-bottom: 10px;
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-description
  a
  i {
  margin-right: 4px;

  font-size: 20px;
}

.price-title {
  margin-bottom: 0;

  font-weight: bolder;
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-description
  p.rera-c {
  font-size: 10px;

  margin: 0.5rem 0;

  text-align: center;

  color: #0d95ff;

  padding: 0.5rem 12px 0 12px;
}

.section-four .project-list .note {
  padding: 1rem;

  display: block;
}

.rera-content {
  font-size: 9px;

  padding: 10px;

  text-align: left;

  margin-bottom: 0;

  color: black;

  line-height: 13px;

  float: left;

  width: 100%;

  position: static;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  display: block;
}

.top-bar .top-bar-right span:first-child {
  font-size: 16px;

  padding: 7px;

  font-weight: bolder;
}

.project-description {
  float: left;

  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .section-four .project-list .note {
    padding: 1rem 0.9rem;
  }
}

.project-list .isotope {
  overflow: visible !important;
}

.isotope {
  transition-duration: 0.8s;

  transition-property: height, width;
}

.isotope .isotope-item {
  transition-duration: 0.8s;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;
}

.footer {
  padding-top: 1rem;

  padding-bottom: 1rem;

  background: #1e5891;

  color: #fefefe;
}

.footer p {
  margin: 0;
}

.footer .privacy {
  font-size: small;
}

@media screen and (max-width: 63.9375em) {
  .footer .privacy {
    text-align: center;
  }
}

.footer .copyright {
  font-size: small;
}

.footer .copyright a {
  color: #fefefe;

  transition: 0.5s all;
}

.footer .copyright a:hover {
  color: #d8d8d8;
}

@media screen and (max-width: 63.9375em) {
  .footer .copyright {
    text-align: center;

    margin: 8px 0 15px;
  }
}

.footer .social a {
  font-size: small;

  border: 1px solid #fefefe;

  margin-right: 0.5rem;

  padding: 0.3rem;

  background-color: white;

  transition: 0.5s all;

  color: black;

  max-width: 33px !important;

  width: 33px !important;

  display: flex;

  align-items: center;

  border-radius: 50%;

  justify-content: center;
}

.footer .social a:last-child {
  margin: 0;

  padding: 3.5px 8px;

  font-size: 15px;
}

.footer .social a:hover {
  background: #fefefe;

  color: #032540;
}

@media screen and (max-width: 63.9375em) {
  .footer .social {
    text-align: center;
  }
}

.section-five {
  margin: 4rem 0;
}

.reveal {
  color: #0a0a0a;
}

.reveal#contact-us {
  background: #ffffff;

  color: #fefefe;

  overflow: visible;

  border-radius: 10px;
}

.reveal#contact-us .form-wrapper {
  margin: 2rem 0;
}

.reveal#contact-us .form-wrapper form input {
  background: 0;

  border: 0;

  border-bottom: 1px solid #fff;

  box-shadow: 0 0.3px #83919c;

  color: black;

  height: 2rem;

  margin: 0 0 1.5rem;

  padding: 0;

  font-size: 0.9rem;
}

.reveal#contact-us .form-wrapper form .submit-col {
  display: block;

  width: 100%;

  margin-top: 1.5rem;

  text-align: center;
}

.reveal#contact-us .form-wrapper form .submit-col button {
  display: block;

  width: 100%;

  font-size: large;

  background: #fff;

  color: black;

  padding: 10px;

  background-color: #004282;

  color: white;

  display: inline-block;

  width: auto;

  margin: auto;

  font-size: 17px;

  font-weight: 500;

  letter-spacing: 0px;
}

.reveal#contact-us-booknow {
  background: #2e3192;

  color: #fefefe;

  overflow: visible;
}

.reveal#contact-us-booknow .form-wrapper {
  margin: 2rem 0;
}

.reveal#contact-us-booknow .form-wrapper form input {
  background: 0;

  border: 0;

  border-bottom: 1px solid #fff;

  box-shadow: 0 0.3px #83919c;

  color: #fff;

  height: 2rem;

  margin: 0 0 1.5rem;

  padding: 0;

  font-size: 0.9rem;
}

.reveal#contact-us-booknow .form-wrapper form .submit-col {
  display: block;

  width: 100%;

  margin-top: 1.5rem;
}

.reveal#contact-us-booknow .form-wrapper form .submit-col button {
  display: block;

  width: 100%;

  font-size: large;

  background: #fff;

  color: black;

  padding: 10px;
}

.tc_content_Pre_launch {
  float: left;

  width: 100%;

  padding: 10px 0;
}

.tc_content_Pre_launch p {
  text-align: center;

  font-size: 11px;

  margin-bottom: 0;
}

.ribbon4 {
  position: absolute;

  top: 15px;

  padding: 3px 10px;

  background: #faa606;

  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);

  z-index: 9999;

  font-size: 14px;

  color: black;

  border-radius: 0px 5px 5px 0px;
}

.reveal#coupon-buy,
.unique_form {
  background: #2e3192;

  color: #fefefe;

  overflow: visible;
}

.reveal#coupon-buy .form-wrapper,
.reveal.unique_form .form-wrapper {
  margin: 2rem 0;
}

.reveal#coupon-buy .form-wrapper form input,
.reveal.unique_form .form-wrapper form input {
  background: 0;

  border: 0;

  border-bottom: 1px solid #fff;

  box-shadow: 0 0.3px #83919c;

  color: #fff;

  height: 2rem;

  margin: 0 0 1.5rem;

  padding: 0;

  font-size: 0.9rem;
}

.reveal#coupon-buy .form-wrapper form .submit-col,
.reveal.unique_form .form-wrapper form .submit-col {
  display: block;

  width: 100%;

  margin-top: 1.5rem;
}

.reveal#coupon-buy .form-wrapper form .submit-col button,
.reveal.unique_form .form-wrapper form .submit-col button {
  display: block;

  width: 100%;

  font-size: 16px;

  background: #fff;

  margin-top: 20px;

  color: black;
}

.sub-title {
  font-size: 16px;
}

.reveal#contact-us1 .close-button,
.reveal.unique_form .close-button {
  color: white;
}

.reveal#contact-us1,
.reveal#contact-us2 {
  background: #ffffff;

  color: #fefefe;

  overflow: visible;

  border-radius: 10px;
}

.reveal#contact-us1 .form-wrapper,
.reveal#contact-us2 .form-wrapper {
  margin: 2rem 0;
}

.reveal#contact-us3 {
  background: #f93;

  color: #fefefe;

  overflow: visible;
}

.reveal#contact-us3 .form-wrapper {
  margin: 2rem 0;
}

.reveal#contact-us3 .form-wrapper form input {
  background: 0;

  border: 0;

  border-bottom: 1px solid #fff;

  box-shadow: 0 0.3px #83919c;

  color: #fff;

  height: 2rem;

  margin: 0 0 1.5rem;

  padding: 0;

  font-size: 0.9rem;
}

.reveal#contact-us3 .form-wrapper form .submit-col {
  display: block;

  width: 100%;

  margin-top: 1.5rem;
}

.reveal#contact-us3 .form-wrapper form .submit-col button {
  display: block;

  width: 100%;

  font-size: large;

  background: white;
}

.reveal#contact-us31 .close-button {
  color: white;
}

.reveal#contact-us31 {
  background: #2196f3;

  color: #fff;

  overflow: visible;
}

.reveal#contact-us1 .form-wrapper form input,
.reveal#contact-us2 .form-wrapper form input,
.reveal#booknow-form .form-wrapper form input {
  background: 0;

  border: 0;

  border-bottom: 1px solid #fff;

  box-shadow: 0 0.3px #83919c;

  color: black;

  height: 2rem;

  margin: 0 0 1.5rem;

  padding: 0;

  font-size: 0.9rem;
}

.reveal#contact-us1 .form-wrapper form .submit-col,
.reveal#contact-us2 .form-wrapper form .submit-col,
.reveal#booknow-form .form-wrapper form .submit-col {
  display: block;

  width: 100%;

  margin-top: 1.5rem;

  text-align: center;
}

.reveal#contact-us1 .form-wrapper form .submit-col button,
.reveal#contact-us2 .form-wrapper form .submit-col button,
.reveal#booknow-form .form-wrapper form .submit-col button {
  display: block;

  width: 100%;

  font-size: 16px;

  background: #fff;

  color: #000;

  padding: 10px;

  background-color: #004282;

  color: white;

  display: inline-block;

  width: auto;

  margin: auto;

  font-size: 17px;

  font-weight: 500;

  letter-spacing: 0px;
}

.section-contact {
  padding-top: 0rem;

  background: #f8f6f6;
}

.section-contact h3 {
  text-transform: uppercase;

  padding: 0 0 2rem;
}

.section-contact .contact-wrapper {
  padding: 4rem;

  background: #031f35;

  color: #fff;
}

.section-contact .contact-wrapper a {
  color: #b3b3b3;

  transition: 0.5s all;
}

.section-contact .contact-wrapper a:hover {
  color: #d9d9d9;
}

.section-contact .contact-wrapper .excustomers,
.section-contact .contact-wrapper .headoffice,
.section-contact .contact-wrapper .newcustomers {
  padding: 0.4rem 0;
}

.section-contact .contact-wrapper .excustomers p,
.section-contact .contact-wrapper .headoffice p,
.section-contact .contact-wrapper .newcustomers p {
  margin-bottom: 0;

  font-family: 300;
}

.section-contact .contact-wrapper .reachus {
  margin: 2rem 0;
}

.section-contact .contact-wrapper .reachus .button-b {
  display: block;

  width: 80%;

  color: #b3b3b3;

  border-color: #b3b3b3;

  padding: 1.1rem 0;

  text-transform: uppercase;

  position: relative;

  font-weight: 700;
}

.section-contact .contact-wrapper .reachus .button-b:before {
  position: absolute;

  z-index: -1;

  content: "";

  left: 0;

  width: 3%;

  background: #ffa800;

  display: block;

  height: 100%;

  top: 0;

  transition: width 0.5s ease-in-out;
}

.section-contact .contact-wrapper .reachus .button-b:hover {
  color: #0a0a0a;
}

.section-contact .contact-wrapper .reachus .button-b:hover:before {
  width: 100%;
}

.thank-you-banner {
  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  height: 74vh;

  margin: 0 0 2rem;

  margin-bottom: 0;

  position: relative;
}

.thank-you-banner:before {
  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.77);

  display: block;

  top: 0;

  left: 0;
}

.thank-you-banner .thank-banner-text {
  position: relative;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  text-align: center;

  display: block;

  z-index: 9;
}

#second_carousel_section {
  display: block;
}

.carousel_box {
  background: #126170;

  padding: 15px 0;
}

.carousel_box h3 {
  color: white;

  font-weight: 500;

  margin-bottom: 0 !important;

  line-height: 25px;
}

.carousel_box h1 {
  color: #78e8fc;

  font-weight: 800;

  margin-bottom: 0 !important;
}

.right_content {
  min-height: 382px;

  display: flex;

  align-items: center;

  padding: 37px;
}

.carousel_box .item img {
  width: 90%;

  margin: auto;
}

.third_section .container {
  width: 90%;

  margin: auto;
}

section.third_section {
  padding: 50px 0;
}

.third_section .left_para_title {
  padding: 0;

  margin: 0;

  font-size: 24px;

  color: #626262;

  word-spacing: 2px;
}

.inside_box_para p {
  margin-top: 32px;

  line-height: 25px;

  font-weight: 400;

  color: #6f6d6d;

  word-spacing: 3px;
}

.right_box_image {
  padding: 20px;
}

#time .book_in,
#time .fif_min,
#time .one_lakh {
  color: #fff;

  font-size: 16px;

  font-style: italic;

  font-weight: 700;

  letter-spacing: 0.3px;

  line-height: 1.1em;

  text-align: center;

  text-shadow: none;
}

#time {
  color: #5ff9fe;

  font-size: 2.7em;

  left: 128px;

  position: fixed;

  bottom: 120px;

  z-index: 1000;

  text-shadow: 1.1px 1.1px 5px #5ff9fe;
}

#time_form {
  color: #5ff9fe;

  font-size: 2.7em;

  left: 92px;

  position: fixed;

  top: 300px;

  z-index: 1000;

  text-shadow: 1.1px 1.1px 5px #5ff9fe;
}

#timer_img {
  height: auto;

  left: 63px;

  position: fixed;

  bottom: 56px;

  z-index: 999;

  width: 220px;
}

#time .fif_min span,
#time .one_lakh span {
  color: #fe004b;

  font-family: DINCond-bold;

  letter-spacing: 1px;

  font-size: 1.1em;

  font-weight: 700;
}

ul.clock-timer {
  margin: 0;

  padding: 0;

  list-style: none;

  text-align: center;
}

.animated {
  -webkit-animation-duration: 0.5s;

  animation-duration: 0.5s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-timing-function: linear;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.bounce {
  -webkit-animation-name: bounce;

  animation-name: bounce;
}

ul.clock-timer li {
  display: inline-block;

  min-width: 20px;

  font-size: 33px;
}

.bounce {
  -webkit-animation-name: bounce;

  animation-name: bounce;
}

ul.clock-timer {
  margin: 0;

  padding: 0;

  list-style: none;

  text-align: center;

  line-height: 52px;
}

ul.clock-timer li {
  display: inline-block;

  min-width: 20px;
}

ul.clock-timer li:after {
  content: ":";
}

ul.clock-timer li:last-child:after {
  content: "";
}

div#time_form .enquire_now_button {
  position: fixed;

  bottom: 29px;

  left: 42px;

  color: #fff;

  background-color: #f38120;

  font-style: normal;

  border: 0;

  padding: 4px 9px;

  border-radius: 15px;

  margin-top: 10px;

  font-weight: 100;

  z-index: 999;

  letter-spacing: 0.1px;

  outline: 0;

  width: 114px;

  font-size: 14px;
}

div#time_form .explore_now {
  position: fixed;

  bottom: 29px;

  left: 189px;

  color: #fff;

  background-color: #f38120;

  font-style: normal;

  border: 0;

  padding: 4px 3px 4px 7px;

  border-radius: 15px;

  margin-top: 10px;

  font-weight: 100;

  z-index: 999;

  letter-spacing: 0.1px;

  outline: 0;

  width: 114px;

  font-size: 14px;
}

#enquire_now {
  position: relative;

  background: #fff;

  padding: 20px;

  width: auto;

  max-width: 500px;

  margin: 20px auto;
}

#enquire_now {
  background: #f93;

  color: #fefefe;

  overflow: visible;
}

#enquire_now .form-wrapper {
  margin: 2rem 0;
}

#enquire_now form input {
  background: 0;

  border: 0;

  border-bottom: 1px solid #fff;

  box-shadow: 0 0.3px #83919c;

  color: #fff;

  height: 2rem;

  margin: 0 0 1.5rem;

  padding: 0;

  font-size: 0.9rem;
}

#enquire_now form button[type="submit"] {
  margin: 26px auto;

  display: block;
}

#enquire_now h4 {
  font-size: 26px;

  font-weight: 600;
}

#enquire_now h5 {
  margin-bottom: 30px;

  font-size: 18px;

  font-weight: 500;
}

.section-three
  .project-head
  .filter_div
  ul
  li
  input[type="checkbox"]
  + label.active {
  transition: 0.3s;

  background: #2e3192;

  color: white !important;

  font-weight: 600;

  border-radius: 100px;
}

.section-three
  .project-head
  .filter_div
  ul
  li
  input[type="radio"]
  + label.active {
  transition: 0.3s;

  background: #004282;

  color: white !important;

  font-weight: 600;

  border-radius: 100px;
}

.footer_form .flag-container {
  padding-left: 4px;
}

.footer_form input {
  width: 95%;
}

.footer_form input[type="tel"] {
  width: 75%;

  border-left: 0;

  padding-left: 5px !important;
}

.footer_form {
  background-color: #433d7b;

  padding: 40px 80px;

  text-align: center;
}

.footer_form .intl-tel-input.allow-dropdown .flag-container,
.footer_form .intl-tel-input.separate-dial-code .flag-container {
  right: auto;

  left: 0;

  height: 39px;

  background: #fefefe;

  border: 0;

  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);

  border: 1px solid #cacaca;

  border-right-color: transparent;

  line-height: 28px;
}

.footer_form .intl-tel-input .selected-flag .iti-arrow {
  right: 14px;
}

.footer_form .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 5px;
}

.footer_form h4 {
  font-weight: 600;

  color: white;

  margin-bottom: 23px;
}

.mb_show {
  display: none !important;
}

.footer_form select {
  width: 89%;

  margin: 0 !important;

  background: white;

  color: #cbcacd;
}

.second_section_text {
  padding: 27px;

  text-align: center;

  background: url(../img/bg_text.png);

  height: 143px;

  display: flex;

  align-items: center;

  justify-content: center;

  background-repeat: no-repeat;

  background-size: cover;
}

.second_section_text p {
  font-size: 27px;

  margin-bottom: 0;

  color: white;

  font-weight: 600;
}

.topblack {
  background-color: rgba(0, 0, 0, 0.16);

  position: absolute;

  width: 100%;

  height: 70px;

  top: 0;

  left: 0;

  z-index: 99;
}

.logo-provident {
  position: absolute;

  top: 5px;

  right: 10px;

  padding: 12px;
}

#timer sup {
  font-size: 7px;
}

.day_left {
  font-size: 23px;

  display: block;
}

.mb_show {
  display: none;
}

.header-bg {
  position: fixed;

  z-index: 999;

  width: 100%;
}

section.section-one {
  padding-top: 100px;
}

.tutorial_title {
  font-size: 15px;

  text-align: center;

  display: inline-block;

  box-shadow: 0 0 20px rgba(8, 8, 8, 0.05);

  margin-bottom: 15px;

  background: #fff;

  line-height: normal !important;

  padding: 15px 20px;

  z-index: 9999;

  border-radius: 0;

  border: 2px solid #79a87c;
}

h2.time_title {
  font-size: 23px;

  text-align: center;

  color: #fbb03b;

  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .dt_show {
    display: none;
  }

  .mb_show {
    display: block;
  }

  section.section-one {
    padding-top: 116px;
  }

  .logo {
    width: 100%;
  }

  .top-bar-right.hide-for-small-only {
    width: 100%;

    max-width: 100%;

    margin: 20px auto 0;

    display: flex !important;

    text-align: center;

    padding: 0;

    line-height: 0;
  }

  .top-bar .top-bar-right .button-a {
    padding: 12px 21px !important;

    line-height: 11px;

    position: relative;

    font-size: 12px;
  }

  header .top-bar .top-bar-left {
    width: 48% !important;

    max-width: 48%;

    margin: auto;
  }

  header .top-bar .top-bar-right span {
    margin: 0;
  }

  .topblack {
    background-color: #faa606;

    position: relative;
  }

  .logo-provident {
    position: absolute;

    top: 5px;

    left: 0;

    right: 0;

    padding: 12px;

    margin: auto;

    text-align: center;
  }

  .second_section_text p {
    font-size: 23px;
  }

  #timer_img {
    height: auto;

    left: 56px;

    position: fixed;

    bottom: 62px;

    z-index: 999;

    width: 36%;

    top: auto;
  }

  #time {
    color: #5ff9fe;

    font-size: 2.7em;

    left: 94px;

    position: fixed;

    top: auto;

    z-index: 1000;

    text-shadow: 1.1px 1.1px 5px #5ff9fe;

    bottom: 100px;
  }

  .day_left {
    font-size: 15px !important;

    display: block !important;
  }

  #time .book_in,
  #time .fif_min,
  #time .one_lakh {
    color: #fff;

    font-size: 10px;

    font-style: italic;

    font-weight: 700;

    letter-spacing: 0.3px;

    line-height: 1.1em;

    text-align: center;

    text-shadow: none;
  }

  ul.clock-timer {
    margin: 0;

    padding: 0;

    list-style: none;

    text-align: center;

    line-height: 27px;
  }

  ul.clock-timer li {
    font-size: 17px;
  }

  div#time_form .enquire_now_button {
    position: fixed;

    top: auto;

    left: 11px;

    color: #fff;

    background-color: #f38120;

    font-style: normal;

    border: 0;

    padding: 3px 5px 2px 13px;

    border-radius: 15px;

    margin-top: 10px;

    font-weight: 100;

    z-index: 999;

    letter-spacing: 0.1px;

    outline: 0;

    width: 114px;

    font-size: 12px;

    bottom: 32px;
  }

  div#time_form .explore_now {
    position: fixed;

    top: auto;

    left: 136px;

    color: #fff;

    background-color: #f38120;

    font-style: normal;

    border: 0;

    padding: 3px 5px 2px 13px;

    border-radius: 15px;

    margin-top: 10px;

    font-weight: 100;

    z-index: 999;

    letter-spacing: 0.1px;

    outline: 0;

    width: 114px;

    font-size: 12px;

    bottom: 32px;
  }

  .right_content {
    min-height: auto;

    display: flex;

    align-items: center;

    padding: 37px;
  }

  .third_section .left_para_title {
    padding: 0;

    margin: 0;

    font-size: 16px;

    color: #626262;

    word-spacing: 0;

    font-weight: 600;

    line-height: 25px;
  }

  section.third_section {
    padding-bottom: 10px;
  }

  .footer_form .submit-col .button-a {
    margin-left: 0;
  }

  .footer_form input {
    width: 100%;
  }

  .footer_form select {
    width: 100% !important;

    margin-top: 0.5em !important;
  }

  .footer_form .submit-col .button-a {
    width: 50% !important;
  }

  .footer_form .submit-col .button-a {
    width: 100%;

    margin: 1em 0 1rem;
  }

  .footer_form {
    background-color: #433d7b;

    padding: 40px 20px;

    text-align: center;
  }

  .footer_form h4 {
    font-size: 25px;
  }

  .dt_show {
    display: none !important;
  }

  .mb_show {
    display: block !important;
  }
}

#carousel_section .owl-prev,
#carousel_section .owl-next {
  position: absolute;

  background: url(../img/prev.png) 0 0 no-repeat;

  left: 22px;

  right: auto;

  top: 40%;

  width: 21px !important;

  height: 26px !important;

  font-size: 0 !important;

  text-indent: -5000px !important;

  background-size: cover !important;
}

#carousel_section .owl-next {
  left: auto;

  right: 22px;

  background: url(../img/next.png) 0 0 no-repeat;
}

#carousel_section .owl-nav.disabled {
  display: none;
}

#Top_banner_carousel_mb .owl-prev,
#Top_banner_carousel_mb .owl-next {
  position: absolute;

  background: url(../img/prev.png) 0 0 no-repeat;

  left: 22px;

  right: auto;

  top: 40%;

  width: 21px !important;

  height: 26px !important;

  font-size: 0 !important;

  text-indent: -5000px !important;

  background-size: cover !important;
}

#Top_banner_carousel_mb .owl-next {
  left: auto;

  right: 22px;

  background: url(../img/next.png) 0 0 no-repeat;
}

#Top_banner_carousel_mb .owl-nav.disabled {
  display: none;
}

#Top_banner_carousel_mb.owl-carousel .owl-dots {
  display: none !important;
}

#Top_banner_carousel_mb .owl-dots {
  text-align: center;

  position: absolute;

  z-index: 999;

  width: 100%;

  bottom: 3px;
}

#Top_banner_carousel_mb .owl-dots .owl-dot {
  background-color: #b7b6b6;
}

#Top_banner_carousel_mb .owl-dots .owl-dot {
  display: inline-block;

  width: 10px;

  height: 10px;

  margin-right: 5px;

  border-radius: 100%;
}

#Top_banner_carousel_mb .owl-dots .owl-dot.active span {
  border: 1px solid white;

  background: 0;

  width: 100%;
}

#Top_banner_carousel_mb .owl-dots .owl-dot span {
  display: contents;
}

#Top_banner_carousel .owl-dot {
  display: inline-block;
}

#Top_banner_carousel_mb .owl-dots .owl-dot.active {
  background: #faa606 !important;
}

#Top_banner_carousel.owl-carousel .owl-dots {
  display: none !important;
}

#Top_banner_carousel .owl-dots {
  text-align: center;

  position: absolute;

  z-index: 999;

  width: 100%;

  bottom: 3px;
}

#Top_banner_carousel .owl-dots .owl-dot {
  background-color: #b7b6b6;
}

#Top_banner_carousel .owl-dots .owl-dot {
  display: inline-block;

  width: 10px;

  height: 10px;

  margin-right: 5px;

  border-radius: 100%;
}

#Top_banner_carousel .owl-dots .owl-dot.active span {
  border: 1px solid white;

  background: 0;

  width: 100%;
}

#Top_banner_carousel .owl-dots .owl-dot span {
  display: contents;
}

#Top_banner_carousel .owl-dot {
  display: inline-block;
}

#Top_banner_carousel .owl-dots .owl-dot.active {
  background: #faa606 !important;
}

.countdownContainer {
  font-family: "Titillium Web", cursive;
}

.left_time {
  display: inline-block;

  line-height: 1;

  padding: 20px;

  font-size: 40px;
}

#timer_new {
  display: inline-block;

  line-height: 1;

  padding: 10px;

  font-size: 40px;
}

.left_time span {
  display: block;

  font-size: 20px;

  color: white;
}

.left_time#days_new {
  font-size: 70px;

  color: #db4844;
}

.left_time#hours_new {
  font-size: 70px;

  color: #f07c22;
}

.left_time#minutes_new {
  font-size: 70px;

  color: #f6da74;
}

.left_time#seconds_new {
  font-size: 30px;

  color: #abcd58;
}

h1.countdown__header {
  font-size: 37px;

  margin: 0;

  margin-top: 20px;

  color: white;
}

.footer_form .submit-col .button-a {
  height: 39px;

  width: 20%;

  margin-left: 29px;

  margin-top: 20px;
}

.stickyForm {
  position: fixed;

  top: 37%;

  width: 310px;

  right: -310px;

  text-align: center;

  padding: 17px;

  background: rgba(84, 84, 84, 0.81);

  border-radius: 11px 0 0 11px;

  -webkit-transition: 0.35s ease-in-out;

  -o-transition: 0.35s ease-in-out;

  transition: 0.35s ease-in-out;

  z-index: 9999;
}

.stickyForm.active {
  right: 0;
}

.stickyForm .btn {
  background: #ffb400;

  padding: 10px 30px;

  position: absolute;

  top: 0;

  bottom: 0;

  margin: auto;

  left: -91px;

  color: #fff;

  height: 40px;

  border-radius: 7px 7px 0 0;

  font-size: 15px;

  cursor: pointer;

  transform: rotate(-90deg);

  -webkit-transform: rotate(-90deg);

  -moz-transform: rotate(-90deg);

  -o-transform: rotate(-90deg);

  -ms-transform: rotate(-90deg);

  border: 0;

  perspective: 100px;

  outline: 0 !important;
}

body .stickyForm * {
  color: #fff;
}

body .stickyForm label {
  width: 100% !important;
}

body .stickyForm input[type="text"],
body .stickyForm input[type="email"] {
  width: 100% !important;

  border: 0;

  height: 35px;

  background: transparent;

  border-bottom: 1px solid #fff;

  margin-bottom: 13px;
}

.stickyForm [type="submit"] {
  background: #545454d9;

  color: white;

  border: 0;

  padding: 10px 25px;

  border-radius: 2px;

  border: 1px solid #616161;
}

body .stickyForm ._checkbox {
  margin-bottom: 10px;
}

body .stickyForm ._checkbox .text {
  text-align: left;

  margin-bottom: 10px;
}

body .stickyForm ._checkbox label {
  width: 50% !important;

  float: left;

  padding-right: 5px;
}

body .stickyForm ._checkbox span {
  padding-left: 4px;

  font-size: 13px;

  float: left;
}

.stickyForm,
.stickyForm.active .btn {
  background: rgba(35, 35, 35, 0.77);
}

.stickyForm ::-webkit-input-placeholder {
  letter-spacing: 0;

  color: #ccc;
}

.stickyForm :::-moz-placeholder {
  letter-spacing: 0;

  color: #ccc;
}

.stickyForm ::-ms-input-placeholder {
  letter-spacing: 0;

  color: #ccc;
}

.stickyForm :-moz-placeholder {
  letter-spacing: 0;

  color: #ccc;
}

body .stickyForm select {
  width: 100%;

  color: #fff;

  background: transparent;

  border-bottom: 1px solid #fff;

  height: 40px;

  margin-top: 10px;
}

body .stickyForm .btn-group {
  margin-top: 20px;
}

body .stickyForm .error {
  margin-bottom: 0 !important;
}

body .stickyForm label.error {
  padding: 7px 0;
}

body .stickyForm [type="submit"] {
  background: #ff3c50 !important;

  color: #fff;

  height: 40px !important;

  padding: 0 30px !important;
}

body .stickyForm input[type="tel"] {
  width: 72% !important;

  border: 0;

  height: 35px;

  background: transparent;

  border-bottom: 1px solid #fff;

  margin-bottom: 13px;
}

body
  .stickyForm
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3
  .selected-flag {
  padding: 7px 0;
}

#coupon-buy .intl-tel-input {
  margin-bottom: 1.5em;
}

.countdownContainer {
  text-align: center;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;

  margin-top: 1px\9;

  line-height: normal;
}

td.countdown__header {
  color: white;

  font-family: sans-serif !important;
}

.countdown__label {
  color: white;

  font-family: sans-serif !important;
}

.info {
  font-size: 3rem;
}

.right_form {
  padding: 20px 25px;

  border: 1px solid #2e3192;

  box-shadow: 0 0 2px 0 rgba(32, 33, 36, 0.28);

  -webkit-box-shadow: 0 0 2px 0 #fff;

  -moz-box-shadow: 0 0 2px 0 rgba(32, 33, 36, 0.28);

  background: #2e3192;

  border: 3px solid #fff;

  background: #222;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: left;

  width: 83%;

  margin: auto;

  box-shadow: 6px 3px 24px #00000029;

  margin-top: 16vh;
}

.countdown__time-left {
  font-variant-numeric: tabular-nums;

  width: 10rem;

  color: red;
}

.countdown__label {
  font-size: 2rem;
}

header .top-bar .top-bar-right span {
  border: 1px solid white;

  box-shadow: 0 0 2px 0 rgba(32, 33, 36, 0.28);

  -webkit-box-shadow: 0 0 2px 0 #fff;

  -moz-box-shadow: 0 0 2px 0 rgba(32, 33, 36, 0.28);

  color: white;
}

#Top_banner_carousel .owl-next {
  position: absolute;

  background: url(../img/next.png) 0 0 no-repeat;

  left: 22px;

  right: auto;

  top: 40%;

  width: 21px !important;

  height: 26px !important;

  font-size: 0 !important;

  text-indent: -5000px !important;

  background-size: cover !important;
}

#Top_banner_carousel .owl-prev {
  position: absolute;

  background: url(../img/prev.png) 0 0 no-repeat;

  left: 22px;

  right: auto;

  top: 40%;

  width: 21px !important;

  height: 26px !important;

  font-size: 0 !important;

  text-indent: -5000px !important;

  background-size: cover !important;
}

#Top_banner_carousel .owl-next {
  left: auto;

  right: 22px;
}

#Top_banner_carousel .owl-nav.disabled {
  display: none;
}

.submit__control {
  margin: 20px 0;
}

.submit__control h3 {
  color: #fff;

  font-size: 12px;
}

.submit__generated {
  display: inline-block;
}

.submit__generated span {
  display: inline-block;

  width: 35px;

  float: left;

  height: 35px;

  vertical-align: center;

  line-height: 35px;

  font-weight: bold;

  font-size: 16px;

  color: #fff;

  text-align: center;

  letter-spacing: 1px;

  text-transform: uppercase;

  border: 1px solid rgba(0, 0, 0, 0.1);

  border-radius: 4px;
}

.submit__generated.valid:after,
.submit__generated.unvalid:after {
  font-family: FontAwesome;

  font-size: 18px;

  margin-left: 10px;
}

.submit__generated.valid:after {
  content: "\f00c";

  color: #2ecc71;
}

.submit__generated.valid .submit__input {
  border: 1px solid #fff;

  color: #000 !important;

  background: #fff;

  float: left;
}

.submit__generated.unvalid:after {
  content: "\f00d";

  color: #e74c3c;
}

.submit__generated.unvalid .submit__input {
  border: 1px solid #e74c3c;

  color: #e74c3c;

  float: left;
}

.submit__generated .submit__input {
  position: relative;

  outline: 0;

  height: 35px;

  width: 35px;

  border-radius: 4px;

  border: 1px solid #42a0dd;

  color: #42a0dd;

  text-align: center;

  font-weight: bold;

  font-size: 16px;

  top: -2px;
}

i.fa-refresh {
  margin: 4px 0 0 5px;

  padding: 5px;

  font-size: 18px;

  color: #fff;

  cursor: pointer;

  -webkit-transform-origin: center center;

  transform-origin: center center;

  transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;

  transition: transform 0.2s ease-out, color 0.2s ease-out;

  transition: transform 0.2s ease-out, color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
}

i.fa-refresh:hover {
  color: rgba(0, 0, 0, 0.4);

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);
}

span.submit__error,
span.submit__error--empty {
  color: #e74c3c;

  position: absolute;

  margin-top: 0;

  margin-left: 10px;
}

.submit {
  display: block;

  margin: 10px 0;

  padding: 7px 15px;

  font-weight: bold;

  font-size: 16px;

  color: #fff;

  letter-spacing: 1px;

  text-transform: uppercase;

  outline: 0;

  border: 0;

  background-color: #42a0dd;

  background-clip: padding-box;

  border-radius: 3px;

  box-shadow: 0 4px 0 #2c81ba;

  opacity: 1;

  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;

  transition: transform 0.2s ease-out, opacity 0.2s ease-out;

  transition: transform 0.2s ease-out, opacity 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
}

.submit:hover {
  background-color: #3498db;
}

.submit:active,
.submit.enter-press,
.submit.overlay {
  box-shadow: none;
}

.submit__overlay {
  height: 50px;

  width: 389px;

  position: absolute;

  margin-top: -50px;

  marginleft: auto;

  margin-left: auto;
}

.low-opa {
  opacity: 0.4;
}

.fadeOut {
  opacity: 0;

  -webkit-transform: translateY(10px);

  transform: translateY(10px);
}

.fadeIn {
  opacity: 1 !important;

  -webkit-transform: translateY(0px) !important;

  transform: translateY(0px) !important;
}

.form-fields,
.form-success {
  transition: all 0.2s ease-out;
}

.form-success {
  opacity: 0;

  -webkit-transform: translateY(-10px);

  transform: translateY(-10px);

  margin-top: 20px;
}

.register-btn {
  font-size: 14px;

  display: inline-block;

  text-align: center;

  vertical-align: middle;

  padding: 11px 20px;

  border-radius: 4px;

  background: #2e3192;

  background: -moz-linear-gradient(top, #ff7223, #cb4616);

  -moz-box-shadow: #ff6a20 0 3px 0 0;

  font: normal normal bold 20px arial;

  color: white;

  text-decoration: none;
}

.register-btn:hover,
.register-btn:focus {
  color: #fff;
}

.buy-coupon-btn {
  font-size: 14px;

  display: inline-block;

  text-align: center;

  vertical-align: middle;

  padding: 11px 20px;

  border-radius: 4px;

  background: #1e5891;

  background: -moz-linear-gradient(top, #ff7223, #cb4616);

  -moz-box-shadow: #ff6a20 0 3px 0 0;

  font: normal normal bold 20px arial;

  color: white;

  text-decoration: none;
}

.buy-coupon-btn:hover,
.buy-coupon-btn:focus {
  color: #fff;
}

.book-online-btn {
  font-size: 14px;

  display: inline-block;

  text-align: center;

  vertical-align: middle;

  padding: 8px 20px;

  border: 1px solid #cb4616;

  border-radius: 8px;

  background: #ff7223;

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff7223),
    to(#cb4616)
  );

  background: -moz-linear-gradient(top, #ff7223, #cb4616);

  background: linear-gradient(to bottom, #ff7223, #cb4616);

  -webkit-box-shadow: #ff6a20 0 3px 0 0;

  -moz-box-shadow: #ff6a20 0 3px 0 0;

  box-shadow: #ff6a20 0 3px 0 0;

  text-shadow: #7f2c0e 1px -1px 1px;

  font: normal normal bold 20px arial;

  color: #fff;

  text-decoration: none;
}

.book-online-btn:hover,
.book-online-btn:focus {
  border: 1px solid #fe581b;

  background: #ff892a;

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff892a),
    to(#f4541a)
  );

  background: -moz-linear-gradient(top, #ff892a, #f4541a);

  background: linear-gradient(to bottom, #ff892a, #f4541a);

  color: #fff;

  text-decoration: none;
}

.book-online-btn:active {
  background: #cb4616;

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#cb4616),
    to(#cb4616)
  );

  background: -moz-linear-gradient(top, #cb4616, #cb4616);

  background: linear-gradient(to bottom, #cb4616, #cb4616);
}

.book-online-btn:after {
  content: "\0000a0";

  display: inline-block;

  height: 24px;

  width: 24px;

  line-height: 24px;

  margin: 0 -4px -6px 4px;

  position: relative;

  top: 0;

  left: 6px;

  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAB1ElEQVRIibWWT2rbQBTGf9LGm8p4UfUQoScQRRoksumqZJVD6BrBh7B7DSMo8VK5QOimFJN9wGEQzkp6XUgzKPpjKW77wYOZN/O+b+ZDvJEDuIzjA/AVuAaugE9ABTwDP4EfwA4oznBYAbcVK2ANHAGZiGOzd9XhsdzdG3wBnmYQd+PQ1HYP/kbgBni9gNzEa8PRs8ht1P+GvC0StK0ynl9iyzm7lu0brOcUhmEoYRjOFVkbgRUzvpYkSURrLVprSZJkjsDR3OJ2anMcx6K1lqqqpKoq0VpLHMdzRG4Bvk+RF0VhyU0URTFHZAPwMGXLGGbY9QDwe2gxiqI3tojI4FhrLUqpMYFfLnVv6eF0OrHb7excRAbH+/2exWIxRGExalGaptaOzWYjQRBIEASy3W5tPk3Tsxa51F1xFCKCiJBlGXmek+c5WZbZ/AQeXeqW+y7MIDa4d6n7+cvQalmWOI6D4zi9NZMvy3KM/KXhHm8VnueJUkqUUuL7vs37vi9KKYmiSDzPG/P/ziiZZncY2XhJHOg0O/jP7drgXzw43zoH7z2ZwYV2HZraHoYe/SXve/Tvmhq3G04zaLeL9nxJ/duSAJ+Bj03+GXgE7qk/RT1Q6wLVHzsxDkCfcDqCAAAAAElFTkSuQmCC")
    no-repeat left center transparent;

  background-size: 100% 100%;
}

.single-project .rera-content._collapse_ {
  font-size: 9px;

  padding: 0 30px;

  text-align: center;

  margin-bottom: 0;

  color: black;

  line-height: 2;

  float: left;

  width: 100%;

  position: absolute;

  bottom: 10px;

  left: 0;

  right: 0;

  margin: auto;

  display: block;

  height: 19px;

  overflow: hidden;
}

.single-project .rera-content._collapse_:after {
  content: "\FF0B";

  position: absolute;

  right: 8px;

  top: 1px;

  font-size: 17px;

  width: 13px;

  height: 13px;

  background: #2e3192;

  color: white;

  display: flex;

  justify-content: center;

  border-radius: 100%;

  font-size: 15px;

  line-height: 13px;
}

.single-project .rera-content._collapse_.active:after {
  content: "-";

  position: absolute;

  right: 8px;

  top: 0;

  font-size: 25px;

  line-height: 9px;
}

.single-project .rera-content._collapse_.active {
  height: auto !important;

  line-height: 12px;
}

.single-project .rera-content:empty {
  display: none;
}

.social_wrp {
  display: flex;

  justify-content: center;
}

.sale_title h2 {
  text-shadow: 2px 2px 4px #737373;

  font-weight: 600;

  color: #f93;
}

.flash_sale {
  margin-top: 5vh;
}

.flash_sale p {
  text-align: center;

  font-weight: 100;

  margin-top: 0;

  margin-bottom: 35px;

  background: #f93;

  padding: 9px;

  color: white;

  border-radius: 8px;

  font-size: 14px;

  text-shadow: 2px 2px 4px #737373;
}

.jCountDown .timeCaption {
  font-size: 10px !important;

  margin-top: 23% !important;
}

.jCountDown .timeDigits {
  font-size: 0.7em !important;
}

.project-description span.basic_status {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  text-transform: uppercase;

  flex-wrap: wrap;

  padding-left: 0px;
}

span.basic_status {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  text-transform: uppercase;
}

.project-description span.basic_status label {
  margin-left: 0;

  font-weight: bold;

  width: 100%;

  text-align: left;

  margin-bottom: 15px;

  font-size: 13px;
}

span.basic_status label {
  margin-left: 10px;

  font-weight: bold;
}

.details_small span label {
  display: inline-block;

  font-size: 11px !important;
}

.submit_box {
  display: flex;

  justify-content: space-between;
}

.submit_box input.button.button-a.submit.overlay {
  background: #f7941d;

  padding: 11px 20px;

  height: auto;

  color: #fff;
}

.small_carousel span.basic_status {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  width: 100%;

  text-transform: uppercase;

  margin-bottom: 10px;

  line-height: 30px;
}

.small_carousel span.offer_price_design {
  width: 100% !important;

  padding: 3px;

  margin-bottom: 3vh;
}

.small_carousel img {
  height: 115px;

  object-fit: cover;
}

.small_thumb_project {
  padding: 4px;

  font-size: 14px;

  margin: 1vh auto;

  width: 100%;

  display: block;

  text-decoration: none;

  margin-top: 8vh;

  position: relative;
}

.small_carousel .details_projects {
  float: initial;

  width: 100%;

  min-height: auto;
}

div#small_slider .item {
  padding: 10px;
}

.details_small h2 {
  font-size: 14px;

  color: #333;

  margin-bottom: 3px;

  font-weight: 500;

  min-height: auto;
}

.details_small p {
  position: relative !important;

  top: auto;

  left: auto;

  color: white;

  margin-bottom: 0;

  font-size: 12px;
}

.details_small {
  padding: 5px;

  background: #fff;

  min-height: 121px;

  border: 2px solid #ffffff45;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;
}

.inner_flash h3 {
  font-size: 23px;

  text-align: center;

  color: #fbb03b;

  font-weight: bold;

  position: relative;
}

.inner_flash h3:after {
  content: "";

  position: absolute;

  border: 1px dashed #fbb03b;

  width: 33%;

  right: 11px;

  top: 10px;
}

.inner_flash h3:before {
  content: "";

  position: absolute;

  border: 1px dashed #fbb03b;

  width: 33%;

  left: 11px;

  top: 10px;
}

.thumbimage_wrp img {
  border-top-right-radius: 5px;

  border-top-left-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .top-bar .top-bar-right span:first-child {
    font-size: 12px;

    padding: 11px 12px;

    margin: 0 5px;

    width: 47%;

    float: left;

    display: inline-block;
  }

  header .top-bar .top-bar-right span:last-child {
    margin-right: 0;

    position: relative;

    width: 66%;

    float: unset;

    margin: auto;

    display: block;

    font-size: 14px;

    color: white;

    text-decoration: none;
  }

  .rera-content {
    position: relative !important;

    margin-bottom: 22px !important;

    top: auto !important;

    bottom: auto !important;
  }

  .single-project .rera-content._collapse_:after,
  .single-project .rera-content._collapse_.active:after {
    right: 3px;
  }

  .section-four .project-list #container .item .single-project {
    margin-bottom: 3.5em;
  }

  .scroll-content {
    height: 270px;

    overflow-y: scroll;

    padding: 0 15px;
  }

  .reveal.large {
    width: 90%;

    margin: auto;

    padding: 20px 25px;
  }

  .reveal.large button.close-button {
    margin: 15px auto;
  }

  .reveal {
    top: 19% !important;

    left: 0;

    width: 94%;

    max-width: none;

    height: auto;

    height: auto;

    min-height: auto;

    margin-left: 0;

    border: 0;

    border-radius: 0;

    margin: auto;
  }

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

  .logo {
    width: 100%;
  }

  .actbtn-c .flex {
    font-size: 12px;
  }

  .section-four
    .project-list
    #container
    .item
    .single-project
    .project-description
    a {
    width: 122px;

    font-size: 14px;
  }
}

@media only screen and (min-width: 770px) and (max-width: 1350px) {
  .single-project .rera-content._collapse_ {
    padding: 0 23px !important;
  }
}

@media only screen and (max-width: 325px) {
  .top-bar .top-bar-right .button-a {
    padding: 12px 6px !important;

    margin: 0 1px;

    font-weight: normal;

    font-size: 12px;
  }

  .top-bar .top-bar-right span:first-child {
    font-size: 12px;

    padding: 11px 6px;

    margin: 0 8px;
  }
}

.what_says {
  padding: 2rem 0;

  background: #eae5e557;
}

.slide-inner-carousel,
.slide-inner-carousel .slide-inner {
  height: 331px !important;

  width: 100% !important;

  margin: 0 auto !important;
}

.slide-inner-carousel,
.slide-inner-carousel .slide-inner {
  width: 100%;

  height: 450px;
}

.slide-inner-carousel .slide-inner img {
  height: 450px;
}

.slide-inner-carousel .slide-inner img {
  height: 300px !important;

  width: 100% !important;

  margin: 0 auto !important;

  object-fit: cover;
}

.slide-inner-carousel .slide-inner img {
  border-radius: 0;
}

.slide-inner-carousel .slide-inner img {
  width: 100%;
}

a.iCarouselNav {
  top: 45% !important;

  z-index: 9;
}

a#iCarouselNext {
  right: -52%;
}

.gallery_wrapper_carousel {
  width: 50%;

  margin: auto;
}

.gallery_box {
  padding: 1rem 0 0;
}

section.what_says h2 {
  text-align: center;

  font-weight: 500;

  text-transform: uppercase;

  color: #0a0a0a;
}

#videos .poster a {
  position: relative;

  display: inline-block;

  border: 2px solid #fff;

  width: 100%;

  margin: auto;
}

#videos .poster a img {
  width: 100%;

  height: 300px;

  object-fit: cover;
}

#videos a.video-link:before {
  content: "";

  background: #000000a1;

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;
}

#videos .poster a:after {
  content: "";

  background: url(../img/play_icon_new.png) 0 0 no-repeat;

  background-size: 100%;

  width: 74px;

  height: 74px;

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;

  color: #fff !important;

  width: auto;

  background: transparent !important;
}

.about_new {
  padding: 5rem 0;

  background: url(../img/How-it-works.png);
}

.about_us_video {
  width: 100%;

  margin: 0rem auto;
}

.about_right_new {
  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.row.flex {
  display: flex;

  align-items: center;

  justify-content: center;
}

.about_new h2 {
  line-height: 50px;

  font-weight: 100;

  text-transform: uppercase;

  color: #fff;

  font-size: 50px;
}

.about_new h2 span {
  font-weight: bold;
}

.about_para_new p {
  font-size: 16px;
}

.mfp-iframe-holder .mfp-content {
  border: 2px solid #fff;
}

.process_image {
  background: #f8f6f6;

  padding-top: 2rem;
}

.process_image img {
  width: 72%;

  margin: auto;

  display: block;
}

div#small_slider {
  width: 50%;

  display: inline-block;
}

.flash_box {
  width: 100%;

  position: relative;

  margin-bottom: 1rem;

  display: flex;

  align-items: center;

  justify-content: flex-start;
}

.small_carousel .item {
  margin: 10px;
}

.thumbimage_wrp {
  border-radius: 10px;
}

.inner_flash {
  display: inline-block;

  width: 80%;
}

.flash_box img {
  width: 20%;
}

.flash_box p {
  background: white;

  width: auto;

  position: absolute;

  bottom: 0;

  right: 0;

  padding: 6px;

  font-weight: 500;

  color: #333;

  border-radius: 2px;

  padding-left: 0;
}

.left_box {
  text-align: center;
}

.limited_wrp h2 {
  color: #f05428;

  font-size: 28px;

  text-align: center;

  font-weight: 500;

  margin-bottom: 5vh;
}

.inner_limited_wrp h3 {
  color: #fecb07;

  font-size: 23px;

  text-transform: initial;

  text-align: center;
}

.inner_limited_wrp span.amt {
  text-align: center;

  color: white;

  font-size: 50px;

  font-weight: bold;
}

.left_box p {
  color: #f05428;

  font-size: 15px;

  text-align: center;

  font-weight: bold;
}

.inner_limited_wrp {
  display: flex;

  flex-wrap: wrap;
}

.box_50 {
  width: 50%;
}

.offer_lists {
  color: white;
}

.offer_lists li {
  list-style-type: none;

  margin-bottom: 10px;

  position: relative;
}

.offer_lists li:before {
  content: "";

  position: absolute;

  width: 7px;

  height: 7px;

  border: 1.5px solid #fff;

  border-radius: 6px;

  top: 7px;

  left: -16px;
}

.small_carousel {
  display: flex;
}

.small_carousel img {
  width: 100%;
}

@media (max-width: 475px) {
  .small_carousel .item {
    width: 63% !important;
  }

  .gallery_wrapper_carousel {
    width: 80%;
  }

  a.iCarouselNav {
    left: 2%;

    z-index: 999;
  }

  a#iCarouselNext {
    right: -15%;
  }

  .about_new {
    padding: 2rem 0 4rem;

    background-position: right;
  }

  .about_new h2 {
    line-height: 25px;

    font-weight: 500;

    text-transform: uppercase;

    color: #0a0a0a;
  }

  .mfp-iframe-holder .mfp-content {
    line-height: 0;

    width: 100%;

    max-width: 100%;
  }

  .process_image img {
    width: 100%;

    margin: auto;

    display: block;
  }

  .flash_box {
    width: 100%;

    position: relative;

    margin: auto;

    margin-bottom: 0rem;

    display: block;
  }

  .flash_box img {
    width: 20%;
  }

  .inner_flash h3:before,
  .inner_flash h3:after {
    width: 17%;
  }

  .inner_flash {
    display: inline-block;

    width: 100%;
  }

  #videos .poster a img {
    width: 100%;

    height: auto;

    object-fit: cover;
  }

  div#videos {
    margin-bottom: 2rem;
  }

  .flash_box img {
    width: 47%;

    margin: auto;

    display: block;
  }

  .details_small {
    min-height: auto;
  }

  .details_small h2 {
    min-height: auto;
  }

  .small_carousel .item {
    margin: 4px;

    width: 45%;
  }

  .flash_box .details_small p {
    bottom: auto;

    position: relative !important;
  }

  .small_carousel {
    display: flex;

    flex-wrap: wrap;
  }

  .small_carousel img {
    width: 100% !important;
  }

  .flash_box p {
    bottom: -30px;
  }

  .right_form {
    width: 100%;

    margin: auto;

    box-shadow: 6px 3px 24px #00000029;

    margin-top: 4vh;
  }

  .common_title_box {
    margin-bottom: 2rem;
  }

  .about_new h2 {
    line-height: initial;

    font-size: 30px;

    text-align: center;
  }

  .section-three .project-head .filter_div ul {
    background: transparent;
  }

  .section-three .project-head .filter_div ul li {
    display: inline-block;

    margin: 10px 0;
  }

  .section-three
    .project-head
    .filter_div
    ul
    li
    input[type="checkbox"]
    + label {
    padding: 0.4rem 0;
  }

  .section-three .project-head .filter_div ul li input[type="radio"] + label {
    padding: 0.4rem 0;
  }

  .section-two {
    padding-top: 2rem;

    padding-bottom: 0rem;
  }

  .flash_box .gif {
    width: 54% !important;
  }

  .single-project .rera-content._collapse_ {
    margin-top: 3vh;
  }

  .flash_box .flash_para p {
    width: 59%;

    margin: auto;

    margin-bottom: 4vh;
  }
}

.project-description .price-label.base_price {
  /*text-decoration: line-through red;*/
}

.header-buttons span {
  display: inline-block !important;

  border: none !important;

  box-shadow: none !important;

  margin-right: 1rem !important;
}

.header-buttons span a {
  width: 200px;

  background: #19407d !important;

  color: #fff !important;

  border-radius: 7px;

  border: 1px solid #fff;

  transition: 0.6s;

  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.mobile-view-lists .float-box-menu {
  position: absolute;

  right: 0px;

  padding: 10px 20px;

  background: #fff;

  width: max-content;

  top: 45px;

  box-shadow: 6px 3px 24px #00000029;

  border-radius: 6px;

  padding-bottom: 5px;

  display: none;

  /*height: 0px;*/

  /*overflow: hidden;*/
}

.mobile-view-lists .float-box-menu ul {
  background: transparent;

  margin: 0px;

  list-style-type: none;
}

.mobile-view-lists .float-box-menu ul li {
  margin-bottom: 8px;
}

.mobile-view-lists .float-box-menu ul li a {
  display: inline-block;

  margin: 0px 10px;

  margin-left: 0px;

  color: #333;
}

.mobile-view-lists .float-box-menu ul img {
  width: 32px;

  background: #fff;

  display: inline-block;

  padding: 5px;

  text-align: center;
}

.mobile-view-lists {
  position: absolute;

  right: 30px;
}

.header-buttons span a:hover {
  background: transparent !important;

  color: #19407d !important;

  border: 1px solid #19407d;
}

label.price-label.offer-price {
  background: #f3842f;

  padding: 4px;

  font-size: 13px !important;

  text-align: center !important;

  display: block;

  margin: auto !important;

  margin-top: 11px !important;

  margin-bottom: 10px !important;

  box-shadow: 6px 3px 24px #00000029;

  border-radius: 4px;

  width: auto !important;

  padding: 6px 15px;
}

.project-description label.price-label.offer-price span {
  font-size: 12px !important;

  width: 109px !important;
}

.about_us_video {
  width: 60%;

  border-radius: 10px;

  overflow: hidden;
}

.top-bar .logo {
  width: 180px;
}

.form-sub-title {
  color: #004282;

  font-size: 12px;

  font-family: "Gotham", Arial, sans-serif !important;
}

.form-title {
  color: #004282;
}

.close-button span {
  color: black;
}

.project-list #container .item .single-project {
  display: flex;
}

.project-list #container .item .single-project .project_thumb img {
  height: 100%;

  object-fit: cover;
}

.project-list #container .item .single-project .project_thumb {
  width: 70%;
}

.project-list #container .item .single-project .container-fluid {
  width: 90%;

  padding-left: 25px;

  padding-right: 25px;
}

.project-list .details_projects {
}

.project-list .details_projects .project-price .offer-price {
  font-size: 14px;

  margin: 3px 5px;

  display: inline-block;

  border: 1px solid #1e5891;

  color: #1e5891;

  padding: 1px 10px;

  border-radius: 3px;

  font-weight: 100;

  width: max-content;
}

.project-list .details_projects .project-price .offer-price sup {
  text-transform: lowercase;
}

.project-list .details_projects .project-price span i {
  margin-right: 6px;
}

.project-list .details_projects .project-price span {
  text-align: left;

  color: darkgrey;

  font-size: 12px;

  font-weight: 600;
}

.project-list .details_projects .project-price {
  position: relative;

  margin-bottom: 10px;
}

.project-list .unit-type small {
  font-size: 14px;

  margin: 3px 5px;

  display: inline-block;

  border: 1px solid #1e5891;

  color: #1e5891;

  padding: 1px 10px;

  border-radius: 3px;

  font-weight: 100;
}

.project-list .details_projects .project-price p {
  font-size: 20px;

  display: flex;

  margin-bottom: 2px;

  text-decoration:none;
  text-decoration-line: line-through;
  -webkit-text-decoration-line: line-through;
  text-decoration-color: transparent;
  -webkit-text-decoration-color: red;
  text-decoration:none;
}

.location_advantage.price-label span {
  display: block !important;

  font-weight: bold;
}

.location_advantage.price-label .location_advantage_val {
  width: 100% !important;

  font-weight: 100;

  text-transform: none;

  line-height: 21px;
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-description
  .social_media_button {
  margin-top: 10px;
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-description
  .social_media_button
  a {
  font-size: 40px;
  width: 49% !important;
  text-align: center;
  outline: none !important;

  border: none !important;
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-description
  .social_media_button
  a
  i {
  font-size: 20px;

  width: 40px;

  height: 40px;

  border: 1px solid;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: auto;
}

.section-four
  .project-list
  #container
  .item
  .single-project
  .project-description
  .social_media_button
  a
  span {
  font-size: 9px;

  display: block;
}

#termscondition ol li {
  list-style-type: decimal;
}

#termscondition ul li {
  list-style-type: disc;
}

@media (max-width: 1024px) {
  .project-list #container .item .single-project {
    display: block;
  }

  .project-list #container .item .single-project .project_thumb img {
    width: 100%;
  }

  .project-list #container .item .single-project .project_thumb {
    width: 100%;
  }

  .section-four
    .project-list
    #container
    .item
    .single-project
    .project-description
    a {
    width: 100%;
  }

  .section-four .project-list #container .item .single-project {
    min-height: auto;
  }

  .section-four
    .project-list
    #container
    .item
    .single-project
    .project-description
    .social_media_button {
    margin-bottom: 20px;
  }

  .top-bar .top-bar-right span:first-child {
    width: 40%;

    float: none;
  }

  .project-description .button-a,
  .top-bar .top-bar-right .button-a {
  }

  header .top-bar .top-bar-right span:last-child {
    width: 45%;
  }

  .project-list .details_projects .project-price p {
    display: block;
  }

  .project-list .details_projects .project-price .offer-price {
    margin-left: 0px;

    width: auto;
  }

  .section-four
    .project-list
    #container
    .item
    .single-project
    .project-description
    .social_media_button {
    margin-top: 10px;
  }

  .section-four .project-list #container .item .single-project {
    margin-bottom: 2.5em;
  }

  .section-four
    .project-list
    #container
    .item
    .single-project
    .project-description
    a
    i {
    font-size: 18px;
  }
}

@media (max-width: 550px) {
  header .top-bar .top-bar-left {
    max-width: 60% !important;
  }

  .project-list .details_projects .project-price p {
    font-size: 16px;

    margin-bottom: 10px;
  }

  .project-list .details_projects .project-price .offer-price {
    width: auto !important;
  }

  .section-four .project-list #container .item .single-project {
    min-height: 750px;
  }
}

.buy-coupon-btn i {
  margin-right: 8px;
}

/* DropDown */
.drop_down_ul {
  background: transparent !important;
}
.drop_down_ul .drop_down_top_li {
  list-style-type: none;
  background: transparent;
  position: relative;
}
.drop_down_ul .drop_down_top_li .dropdown_project {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  padding-right: 40px;
  background: #19407d;
  color: #fff;
  text-decoration: none !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drop_down_ul .drop_down_top_li .sub_menu_project {
  position: absolute;
  background: #fff !important;
  padding: 10px 20px;
  min-width: 200px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  top: 43px;
  left: -20px;
  border-radius: 10px;
  transform: translateY(30px);
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}
.drop_down_ul .drop_down_top_li .sub_menu_project li {
  text-align: left;
  list-style-type: none;
  line-height: 25px;
  margin-bottom: 10px;
}
.drop_down_ul .drop_down_top_li .sub_menu_project li a {
  text-decoration: none;
  color: #000;
  text-align: left;
  position: relative;
  padding-left: 15px;
  transition: 0.6s;
}
.drop_down_ul .drop_down_top_li .dropdown_project i {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: auto;
  transform: rotate(-90deg);
  transition: 0.6s;
}

.drop_down_ul .drop_down_top_li .sub_menu_project li a:before {
  content: "\f105";
  position: absolute;
  left: 0px;
  font-family: "FontAwesome";
}

.drop_down_ul .drop_down_top_li .sub_menu_project li a:hover {
  color: #193f7c;
}

.drop_down_ul .drop_down_top_li:hover .sub_menu_project {
  opacity: 1;
  visibility: visible;
  transform: translateY(-2px);
}

.drop_down_ul .drop_down_top_li:hover .dropdown_project i {
  transform: rotate(0deg);
}

@media (max-width: 996px) {
  .drop_down_ul {
    width: 200px;
    margin: auto;
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 650px) {
  .top-bar-right.header-buttons {
    width: 50% !important;
    max-width: 50%;
    display: block !important;
  }
  body header .top-bar .top-bar-left {
    max-width: 50% !important;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .drop_down_ul {
    width: 150px;
    margin: auto;
    margin-right: 0px;
  }
  header .top-bar .logo {
    width: 150px;
  }
  .drop_down_ul .drop_down_top_li .sub_menu_project li a {
    display: block !important;
  }
  .drop_down_ul .drop_down_top_li .sub_menu_project {
    min-width: calc(100% + 30px);
    left: auto;
    right: 0px;
    transition: 0.6s;
  }
}
/* DropDown */

.scroll-content li {
  margin-bottom: 10px;
  line-height: 25px;
}


p.note_text {
    font-size: 10px;
    text-align: center;
    width: max-content;
}

@media(max-width:1200px){
   p.note_text {
    width: auto;
    } 
}



