@font-face {
  font-family: 'Graphie Bold';
  src: url('fonts/Graphie-Bold.otf') format('opentype');
}
.flex-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-column {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.flex-row {
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.purchase-first .vive-man {
  background-image: url("/img/vive-man3.png");
}
@media (min-width: 801px) {
  .purchase-first .vive-man {
    right: -148px;
    height: 574px;
    left: unset;
  }
}
@media (max-width: 950px) {
  .purchase-first .inside {
    max-width: 400px;
  }
}
@media (min-width: 801px) {
  .purchase-first .inside {
    margin: auto auto auto 0;
  }
}
@media (min-width: 951px) {
  .purchase-first .inside {
    max-width: 600px;
  }
}
.calculator h4 {
  max-width: 890px;
  margin: 190px auto 78px auto;
}
@media (max-width: 600px) {
  .calculator h4 {
    margin: 89px auto 26px auto;
  }
}
.calculator .calc .cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.calculator .calc .cols .inner {
  min-width: 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  margin: 0;
}
.calculator .calc .cols .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  height: 65px;
}
.calculator .calc .cols .item .label {
  margin: auto auto auto 40px;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 300;
}
.calculator .calc .cols .item .value {
  width: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.calculator .calc .cols .item .value .changer {
  user-select: none;
  width: 18px;
  height: 18px;
  border: 2px solid #78909c;
  color: #78909c;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 700;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  transition: 0.25s ease;
}
.calculator .calc .cols .item .value .changer > span {
  margin: auto;
}
.calculator .calc .cols .item .value .changer:first-child {
  margin-left: 0;
}
.calculator .calc .cols .item .value .changer:last-child {
  margin-right: 0;
}
.calculator .calc .cols .item .value .changer:last-child > span {
  margin: -1px auto auto 4px;
}
.calculator .calc .cols .item .value .changer:hover {
  border-color: #900c0c;
  color: #900c0c;
}
.calculator .calc .cols .item .value .number {
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 700;
  margin: auto;
}
.calculator .calc .cols .item .zones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 40px;
  margin: auto 0 auto 0;
}
.calculator .calc .cols .item .zones .zone {
  border: 4px solid #eceff1;
  height: 32px;
  color: #78909c;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 18px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  cursor: pointer;
  transition: 0.25s ease;
}
.calculator .calc .cols .item .zones .zone:not(:first-child) {
  margin-left: 4px;
}
.calculator .calc .cols .item .zones .zone > span {
  margin: auto;
}
.calculator .calc .cols .item .zones .active {
  border-color: #fee934;
  color: black;
  background: #fee934;
}
@media (max-width: 980px) {
  .calculator .calc .cols {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .calculator .calc .cols .inner {
    max-width: 500px;
    min-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .calculator .calc .cols .inner {
    max-width: 100%;
    min-width: 100%;
  }
  .calculator .calc .cols .item {
    height: auto;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding: 25px 0;
  }
  .calculator .calc .cols .item .label {
    margin: auto auto 15px auto;
    text-align: center;
    order: 1;
    font-size: 14px;
    line-height: 25px;
  }
  .calculator .calc .cols .item .value {
    margin: 0 auto auto auto;
    order: 2;
  }
  .calculator .calc .cols .item .zones {
    margin: 0 auto auto auto;
    order: 2;
    height: 38px;
  }
  .calculator .calc .cols .item .zones .zone {
    font-size: 14px;
    height: 30px;
    padding: 0 8px;
  }
}
.calculator .result {
  height: 352px;
  margin: 111px auto;
}
@media (max-width: 800px) {
  .calculator .result {
    width: 100vw;
    margin-left: -15px;
    height: auto;
  }
}
.calculator .result .button {
  margin: 0 auto -26px auto;
}
.calculator .result .citation .inside .quotes {
  display: none;
}
.calculator .result .citation .inside .label {
  display: none;
}
.calculator .result .citation .inside .citation-heading {
  margin: -8px auto 0 auto;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}
.calculator .result .citation .inside .text {
  width: 100%;
}
.calculator .result .citation .inside .text .why-vr .cols .item {
  margin: auto;
}
.calculator .result .citation .inside .text .why-vr .cols .item:first-child {
  margin: auto auto auto 0;
}
.calculator .result .citation .inside .text .why-vr .cols .item:last-child {
  margin: auto 0 auto auto;
}
.calculator .result .citation .inside .text .why-vr .cols .item .number {
  font-size: 65px;
}
.calculator .result .citation .inside .text .why-vr .cols .item .caption {
  font-size: 39px;
  margin-bottom: -18px;
}
@media (max-width: 800px) {
  .calculator .result .citation .inside .button {
    width: 90%;
    min-width: 200px;
  }
  .calculator .result .citation .inside .citation-heading {
    font-size: 20px;
  }
  .calculator .result .citation .inside .text {
    margin-top: 57px;
  }
  .calculator .result .citation .inside .text .why-vr .cols .item {
    margin: 0 auto 66px auto !important;
  }
  .calculator .result .citation .inside .text .why-vr .cols .item .number {
    font-size: 55px;
  }
  .calculator .result .citation .inside .text .why-vr .cols .item .caption {
    font-size: 33px;
    margin-bottom: -15px;
  }
  .calculator .result .citation .inside .text .why-vr .cols .item .desc {
    padding-top: 15px;
  }
}
@media (max-width: 400px) {
  .calculator .result .citation .inside .button {
    max-width: 200px;
  }
}
.purchase .who-for {
  margin-top: -49px;
  padding-bottom: 193px;
  width: 100%;
}
.how-to-start {
  background: linear-gradient(to right,#4e15a4,#621bc1);
  padding: 131px 0 185px 0;
}
.how-to-start h3 {
  color: white;
}
.how-to-start .content {
  position: relative;
}
.how-to-start .rocket {
  width: 1420px;
  height: 250px;
  background: url("/img/rocket-trace.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -188px;
}
.how-to-start .hexagon {
  width: 73px;
  height: 85px;
  background: center no-repeat;
  background-size: contain;
}
.how-to-start .hexagon-i1 {
  background-image: url("/img/1.png");
}
.how-to-start .hexagon-i2 {
  background-image: url("/img/2.png");
}
.how-to-start .hexagon-i3 {
  background-image: url("/img/3.png");
}
.how-to-start .hexagon-i4 {
  background-image: url("/img/4.png");
}
.how-to-start .hexagon-i5 {
  background-image: url("/img/5.png");
}
.how-to-start .cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 75px;
}
.how-to-start .cols .item {
  margin: 0 auto auto auto;
  max-width: 190px;
  min-width: 190px;
}
.how-to-start .cols .item:first-child,
.how-to-start .cols .item:last-child {
  margin-top: -46px;
}
.how-to-start .cols .item:first-child {
  margin-left: 0;
}
.how-to-start .cols .item:last-child {
  margin-right: 0;
}
.how-to-start .cols .item .caption {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: white;
  padding-top: 38px;
  line-height: 32px;
}
.how-to-start .cols .item .hexagon {
  margin: 0 auto;
}
@media (max-width: 970px) {
  .how-to-start .cols {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .how-to-start .cols .item {
    max-width: 100%;
    min-width: 100%;
    margin: 38px auto 0 auto !important;
  }
}
@media (max-width: 800px) {
  .how-to-start {
    padding: 54px 0 84px 0;
  }
  .how-to-start .rocket {
    display: none;
  }
  .how-to-start .cols {
    padding: 0;
    margin-top: -9px;
  }
}
.what-do-we-provide {
  max-width: 1500px;
}
