body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 60px;
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  color: #193050;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 27px;
  font-weight: 300;
}

a {
  text-decoration: none;
}

a:hover {
  color: #0066bf;
}

img {
  display: inline-block;
  max-width: 100%;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 overflow: hidden; 
  max-height: 100vh;
  min-height: 540px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  text-align: center;
}

.countdown-section {
  position: relative;
  z-index: 1;
  padding: 50px 20px;
  box-shadow: 0 -8px 33px 0 rgba(0, 0, 0, .73);
  text-align: center;
}

.bonus {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px 10px 5px 40px;
  border-radius: 3px;
  background-color: #0066bf;
  background-image: url('../images/finances-stats-bars-graphic-with-up-arrow.svg');
  background-position: 13px 43%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 3px 13px -2px rgba(0, 0, 0, .59);
  color: #efefff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #193050;
  text-align: center;
}

.section.cybercrime-hero {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
  background-image: -webkit-linear-gradient(0deg, #193050, rgba(25, 48, 80, .71));
  background-image: linear-gradient(90deg, #193050, rgba(25, 48, 80, .71));
  box-shadow: inset 0 22px 45px -25px #000, inset 0 -22px 45px -25px #000;
  color: #fff;
  text-shadow: 0 1px 6px #0e1b2c;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-row.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-row.secure-message {
  margin-top: 35px;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-row.wrap-children {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row.purchase {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.flex-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-col.pre-ico {
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px 20px;
  border: 3px solid #193050;
  border-radius: 4px;
  color: #193050;
}

.flex-col.ico-stage {
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px 20px;
  border: 3px solid #0066bf;
  border-radius: 4px;
  color: #0066bf;
}

.ico-title {
  font-family: Rajdhani, sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.ico-text {
  margin: 10px 2.5px;
  padding: 6px 11px;
  border-radius: 3px;
  background-color: #0066bf;
  box-shadow: 0 3px 16px -3px rgba(0, 0, 0, .55);
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
}

.ico-text.stage {
  background-color: transparent;
  box-shadow: none;
  color: #0066bf;
}

.ico-text.pre-stage {
  background-color: transparent;
  box-shadow: none;
  color: #193050;
}

.ico-text.pre-ico-stage {
  background-color: #193050;
}

.bounty {
  font-family: Rajdhani, sans-serif;
  font-size: 34px;
  line-height: 34px;
}

.hr {
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: rgba(239, 239, 255, .94);
}

.hr.up-margin {
  margin-top: 60px;
  margin-bottom: 60px;
}

.maths {
  margin-top: 3px;
  margin-right: 2.5px;
  margin-left: 2.5px;
  font-family: Rajdhani, sans-serif;
  font-size: 19px;
  line-height: 23px;
  font-weight: 600;
}

.hero-h1 {
  position: relative;
  z-index: 1;
  -webkit-transform: perspective(1500px) translate3d(0px, 0px, 20px);
  transform: perspective(1500px) translate3d(0px, 0px, 20px);
  color: #fff;
  font-size: 45px;
  line-height: 41px;
  text-shadow: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: 300px;
}

.buy-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-weight: 700;
}

.buy-wrapper:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.buy-now {
  margin-right: 1px;
  padding: 15px;
  border-right: 1px solid #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #009c51;
  line-height: 13px;
  text-align: left;
}

.small-print.margin-top-30 {
  margin-top: 30px;
}

.small-print._100k-note {
  margin-top: 30px;
  margin-bottom: 30px;
}

.coinbase-logo {
  width: 85px;
  margin-bottom: 4px;
  margin-left: 5px;
}

.lock {
  margin-right: 5px;
}

.dark-section {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #0066bf;
  border-bottom: 1px solid #0066bf;
  background-image: -webkit-linear-gradient(45deg, rgba(25, 48, 80, .9), rgba(0, 102, 191, .91)), url('../images/img_parallax5.jpg');
  background-image: linear-gradient(45deg, rgba(25, 48, 80, .9), rgba(0, 102, 191, .91)), url('../images/img_parallax5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.dark-section.end {
  background-image: -webkit-linear-gradient(45deg, rgba(25, 48, 80, .9), rgba(0, 102, 191, .91)), url('../images/Hero-Image-v1_compressed.jpg');
  background-image: linear-gradient(45deg, rgba(25, 48, 80, .9), rgba(0, 102, 191, .91)), url('../images/Hero-Image-v1_compressed.jpg');
  text-align: center;
}

.sub-headline {
  color: #fff;
  font-size: 65px;
  line-height: 52px;
}

.sub-headline.col {
  padding-right: 20px;
}

.white-paper-text {
  font-family: Rajdhani, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.white-paper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.white-paper-wrapper:hover {
  border-color: #193050;
  background-color: #193050;
  color: #fff;
}

.section-title {
  font-family: Rajdhani, sans-serif;
  font-size: 65px;
  line-height: 52px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title.margin-bottom {
  margin-bottom: 20px;
}

.section-title.white {
  color: #fff;
}

.video-section {

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.lightbox-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.lightbox-thumb.assets {
  width: 100%;
  height: 100vh;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.section-icon {
  width: 50px;
  margin-bottom: 20px;
}

.divider {
  position: relative;
  z-index: 9;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
  background-image: -webkit-linear-gradient(0deg, #193050, #0066bf);
  background-image: linear-gradient(90deg, #193050, #0066bf);
}

.divider.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.divide-logo {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 3px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 6px 22px -5px rgba(0, 0, 0, .56);
  -webkit-transform: perspective(1500px) translate(0px, -20px);
  transform: perspective(1500px) translate(0px, -20px);
}

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

.team-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 20px 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team-section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  background-color: #fafafa;
  color: #193050;
  text-align: center;
}

.team-name {
  font-family: Rajdhani, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.team-position {
  margin-bottom: 2.5px;
}

.team-role {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.team-shot {
  min-height: 220px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.team-shot.jose {
  background-image: url('../images/jneto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(50%);
  filter: saturate(50%);
}

.team-shot.tiffany {
  background-image: url('../images/tiffany.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(50%);
  filter: saturate(50%);
}

.team-shot.john {
  background-image: url('../images/jeremy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(50%);
  filter: saturate(50%);
}

.team-shot.ojari {
  background-image: url('../images/jeremy.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(50%);
  filter: saturate(50%);
}

.team-shot.chris {
  background-image: url('../images/chris.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(50%);
  filter: saturate(50%);
}

.team-shot.scott {
  background-image: url('../images/ScottW.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(50%);
  filter: saturate(50%);
}

.team-shot.phill {
  background-image: url('../images/PNunn.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(50%);
  filter: saturate(50%);
}

.team-shot.ray {
  background-image: url('../images/ray.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(50%);
  filter: saturate(50%);
}
.linkedin-link {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1;
  overflow: hidden;
  border-top-right-radius: 3px;
}

.pdf-link {
  margin-top: 25px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0066bf;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #0066bf;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.pdf-link:hover {
  background-color: #efefff;
}

.inline-text {
  display: inline-block;
  margin-top: 2px;
}

.pdf-icon {
  margin-top: -5px;
  margin-left: 5px;
}

.road-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95)), url('../images/USA.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95)), url('../images/USA.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.road-line {
  height: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #0066bf;
}

.road-markers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.road-markers.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.date-wrapper {
  margin-bottom: 100px;
}

.date-wrapper.feb {
  margin-left: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.date-wrapper.april {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.date-wrapper.july {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.date-wrapper.dec {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.date-wrapper.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.point-date {
  position: relative;
  width: 2px;
  height: 25vh;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #0066bf;
}

.dot {
  width: 10px;
  height: 10px;
  margin-left: -4px;
  border-radius: 50%;
  background-color: #0066bf;
}

.dot.bottom-road {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.date {
  margin-right: 20px;
  margin-left: 20px;
  font-family: Rajdhani, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.road-map-title {
  margin-bottom: 50px;
  font-family: Rajdhani, sans-serif;
  color: #193050;
  font-size: 65px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.mini-container {
  display: block;
  width: 650px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thin {
  font-weight: 400;
}

.etherscan-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 410px;
  margin-top: 20px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 11px 18px -9px rgba(0, 0, 0, .41);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #0066bf;
  text-decoration: none;
}

.etherscan-button:hover {
  box-shadow: 0 13px 18px -9px rgba(0, 0, 0, .41);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.etherscan-logo {
  display: inline-block;
  width: 125px;
  margin-left: 10px;
}

.etherscan-text {
  display: inline-block;
  font-family: Rajdhani, sans-serif;
  font-size: 19px;
  line-height: 19px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 -1px 33px 0 rgba(0, 0, 0, .21);
  text-align: center;
}

.link-text {
  color: #0066bf;
  font-weight: 700;
  text-decoration: none;
}

.footer-link {
  width: 30px;
  margin-right: 3px;
  margin-bottom: 20px;
  margin-left: 3px;
}

.hero-container {
  position: relative;
  z-index: 1;
}

.vert-road-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95)), url('../images/USA.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95)), url('../images/USA.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.middle-line {
  position: relative;
  width: 2px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #0066bf;
}

.top-dot {
  position: absolute;
  left: -3.5px;
  top: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0066bf;
}

.road-map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.road-dates {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.road-dates.left {
  padding-left: 150px;
}

.road-dates.right {
  padding-top: 75px;
  padding-right: 150px;
}

.date-line {
  position: relative;
  height: 2px;
  margin-top: 10px;
  background-color: #0066bf;
}

.line-dot {
  position: absolute;
  left: 0px;
  top: -3.5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0066bf;
}

.line-dot.right {
  left: auto;
  top: -3.5px;
  right: 0px;
}

.date-text {
  margin-right: 20px;
  margin-left: 20px;
}

.date-line-right {
  position: relative;
  height: 2px;
  margin-top: 10px;
  background-color: #0066bf;
}

.timer-wrapper {
  position: relative;
}

.timer-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.container {
  display: block;
  width: 960px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.play-icon {
  width: 60px;
  margin-left: 20px;
  cursor: pointer;
}

.hacker-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  height: 120%;
  background-image: url('../images/img_parallax3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.center-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-down {
  width: 400px;
  height: 50px;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 0 8px 0 transparent;
  color: #193050;
  font-size: 17px;
}

.drop-down-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.purchase-title {
  margin-top: 25px;
  margin-right: 10px;
  margin-bottom: 25px;
  font-family: Rajdhani, sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.purchase-title.bank {
  margin-right: 0px;
}

.payment-logo {
  max-height: 30px;
}

.purchase-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paypal-logo {
  width: 78px;
  margin-left: 5px;
}

.buy-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #00d36a;
  line-height: 16px;
  text-align: left;
}

.price {
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.purchase-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.purchase-flex.paypal {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 1px solid #e7e7e7;
}

.purchase-flex.bank {
  max-width: 100%;
  margin-left: 1px;
}

.bitcqr-services-section {
  padding-top: 60px;
  padding-bottom: 100px;
  border-top: 1px solid #efefff;
  color: #193050;
}

.center {
  text-align: center;
}

.services-header {
  padding: 60px 20px 50px;
  background-image: -webkit-linear-gradient(45deg, #193050, #0066bf);
  background-image: linear-gradient(45deg, #193050, #0066bf);
  color: #fff;
}

.text-col {
  min-width: 50%;
  margin: 25px 20px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.image-col {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  box-shadow: 0 10px 37px -6px rgba(0, 0, 0, .27);
  text-align: center;
}

.image-col.security {
  background-image: url('../images/shutterstock_768854218_compressed.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-col.monitoring {
  background-image: url('../images/shutterstock_669226093_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-col.government {
  background-image: url('../images/shutterstock_206712397_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-col.training {
  background-image: url('../images/shutterstock_237354595_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-col.response {
  background-image: url('../images/shutterstock_669170671_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-col.cyber {
  background-image: url('../images/shutterstock_538421701_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-col.assessment {
  background-image: url('../images/magnifying.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-col.os {
  background-image: url('../images/os.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-col.testing {
  background-image: url('../images/shutterstock_662881189_compressed.jpg');
  background-position: 50% 50%;
  background-size: 1440px;
}

.news-icon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 2px solid #0066bf;
  border-radius: 50%;
  background-color: #0066bf;
}

.earth {
  max-width: auto;
  min-width: 200%;
}

.news-slider {
  background-color: #fff;
}

.arrow {
  color: #dadada;
  font-size: 25px;
}

.slide-nav {
  height: 30px;
  font-size: 7px;
}

.slide-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 35px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.news-title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.news-section {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #193050;
  text-align: center;
}


.os-section {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #193050;
  text-align: center;
}

.closevid {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-image: url('../images/cancel.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 850ms ease-in-out;
  transition: -webkit-transform 850ms ease-in-out;
  transition: transform 850ms ease-in-out;
  transition: transform 850ms ease-in-out, -webkit-transform 850ms ease-in-out;
  cursor: pointer;
}

.closevid:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.video-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .89), rgba(0, 0, 0, .89));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .89), rgba(0, 0, 0, .89));
}

.mobile-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bg-hero-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: -webkit-repeating-radial-gradient(circle farthest-corner at 49% 72%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .51));
  background-image: repeating-radial-gradient(circle farthest-corner at 49% 72%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .51));
}

.global-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  padding: 10px;
  border-bottom: 1px solid #193050;
  background-color: #fff;
  box-shadow: 0 1px 31px 0 rgba(0, 0, 0, .14);
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.purchase-button {
  padding: 9px 20px 8px;
  border-radius: 3px;
  background-color: #3edd7e; 
  box-shadow: 0 6px 13px -5px rgba(0, 0, 0, .46);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  font-family: Rajdhani, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.purchase-button:hover {
  background-color: #0066bf;
  box-shadow: 0 8px 17px -4px rgba(0, 0, 0, .31);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.purchase-button.on-page {
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 25px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-mark {
  width: 35px;
}

.bitcqr-logo-type {
  width: 110px;
  margin-top: 3px;
  margin-left: 3px;
}

.go-back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  font-family: Rajdhani, sans-serif;
  color: #d4d4d4;
  font-weight: 600;
  text-transform: uppercase;
}

.go-back-button:hover {
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  color: #d4d4d4;
}

.go-back-button.end {
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.go-back-text {
  margin-left: 5px;
}

.rehions-logo {
  width: 130px;
  margin-bottom: 15px;
}

.bank-card-wrapper {
  display: inline-block;
  margin-top: 10px;
  padding: 20px 30px;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  box-shadow: 0 6px 24px -5px rgba(0, 0, 0, .2);
  text-align: left;
}

.bank-details {
  font-size: 16px;
  line-height: 25px;
}

.bank-details.margin-top-10 {
  margin-top: 10px;
}

.regions {
  color: #88bd40;
}

.coinbase {
  width: 140px;
  margin-bottom: 11px;
}

.date-col {
  margin: 15px 5px;
  padding: 10px 20px;
  border-radius: 3px;
  box-shadow: 0 3px 15px -5px rgba(0, 0, 0, .51);
}

.date-news {
  font-size: 19px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-row.tablet-vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row.mobile-vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row.mobile-vert-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-col.pre-ico {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex-col.ico-stage {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .ico-title {
    font-size: 45px;
    line-height: 50px;
  }
  .ico-text {
    margin-right: 0.5px;
    margin-left: 0.5px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 15px;
  }
  .buy-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .white-paper-text {
    display: inline-block;
    margin-right: 20px;
  }
  .white-paper-wrapper {
    display: inline-block;
  }
  .team-col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .road-dates.left {
    padding-left: 50px;
  }
  .road-dates.right {
    padding-right: 50px;
  }
  .purchase-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .purchase-flex {
    max-width: 100%;
  }
  .purchase-flex.paypal {
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #e7e7e7;
    border-left-style: none;
  }
  .purchase-flex.bank {
    border-right-style: none;
  }
  .bitcqr-services-section {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .services-header {
    background-image: -webkit-linear-gradient(45deg, #193050, #0066bf);
    background-image: linear-gradient(45deg, #193050, #0066bf);
  }
  .image-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 270px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
  }
  .image-col.security {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_768854218_compressed.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_768854218_compressed.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .image-col.monitoring {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_669226093_compressed.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_669226093_compressed.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .image-col.government {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_206712397_compressed.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_206712397_compressed.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .image-col.training {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_237354595_compressed.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_237354595_compressed.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .image-col.response {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_669170671_compressed.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_669170671_compressed.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .image-col.cyber {
    padding-top: 40px;
    padding-bottom: 30px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_538421701_compressed.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_538421701_compressed.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .image-col.assessment {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/magnifying.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/magnifying.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .image-col.testing {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_662881189_compressed.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_662881189_compressed.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 1440px;
  }
  .arrow {
    max-width: 50px;
  }
  .news-section {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .white {
    color: #fff;
  }
  .image-text {
    color: #fff;
    font-size: 42px;
    line-height: 46px;
  }
  .mobile-video {
    margin-right: 10px;
    margin-left: 10px;
  }
  .date-news {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    min-height: 470px;
  }
  .section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section.cybercrime-hero {
    min-height: 90vh;
  }
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row.align-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-row.secure-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-row.wrap-children {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-row.purchase {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-row.dates {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-col.ico-stage {
    margin-top: 20px;
  }
  .ico-title {
    font-size: 55px;
  }
  .hero-h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .hero-logo {
    width: 250px;
  }
  .dark-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-title {
    font-size: 55px;
  }
  .section-title.margin-bottom {
    font-size: 45px;
    line-height: 42px;
  }
  .video-section {
    padding-right: 30px;
    padding-left: 30px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .79), rgba(0, 0, 0, .79)), url('../images/Hero-Image-v1_compressed.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .79), rgba(0, 0, 0, .79)), url('../images/Hero-Image-v1_compressed.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .lightbox-thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .team-col {
    width: 50%;
  }
  .team-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .etherscan-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .road-dates.left {
    padding-left: 30px;
  }
  .road-dates.right {
    padding-right: 30px;
  }
  .play-icon {
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .drop-down {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }
  .purchase-flex.paypal {
    border-top-style: none;
  }
  .bitcqr-services-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slide-flex {
    padding-right: 60px;
    padding-left: 60px;
  }
  .news-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-text {
    font-size: 32px;
    line-height: 30px;
  }
  .mobile-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; 
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .date-col {
    width: 44%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (max-width: 479px) {
  h2 {
    line-height: 32px;
  }
  p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
  }
  .hero-section {
    min-height: 340px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex-row.secure-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ico-title {
    letter-spacing: -3px;
  }
  .hr.up-margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .hero-h1 {
    font-size: 6.5vw;
    line-height: 6.5vw;
  }
  .hero-logo {
    width: 55vw;
  }
  .sub-headline {
    font-size: 40px;
    line-height: 35px;
  }
  .white-paper-text {
    margin-top: 7px;
    font-size: 15px;
  }
  .white-paper-wrapper {
    padding: 10px;
  }
  .section-title {
    line-height: 45px;
  }
  .video-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lightbox-thumb {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
  .team-col {
    width: 100%;
    max-width: 290px;
  }
  .date {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 25px;
    line-height: 20px;
  }
  .road-map-title {
    font-size: 45px;
    line-height: 40px;
  }
  .etherscan-button {
    padding: 10px;
  }
  .etherscan-text {
    font-size: 17px;
    line-height: 17px;
  }
  .road-dates.left {
    padding-left: 20px;
  }
  .road-dates.right {
    padding-right: 20px;
  }
  .date-text {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 17px;
  }
  .drop-down {
    display: block;
    width: auto;
    margin-top: -5px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }
  .purchase-title {
    margin-right: 5px;
    font-size: 20px;
    line-height: 25px;
  }
  .price {
    font-size: 22px;
  }
  .bitcqr-services-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .arrow {
    max-width: 40px;
    font-size: 15px;
  }
  .slide-flex {
    padding-right: 30px;
    padding-left: 30px;
  }
  .purchase-button {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
  .purchase-button.w--current {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
  }
  .bank-card-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .coinbase {
    width: 120px;
  }
  .date-col {
    padding-right: 10px;
    padding-left: 10px;
  }
  .date-news {
    font-size: 11px;
    line-height: 15px;
  }
}

