/*usage @include border-radius(2px);*/
/*usage @include transition(color .3s ease);*/
/*usage @include transform(rotate(90deg));*/
/*usage @include pseudo($pos: relative);*/
/*usage @include responsive-ratio(16,9);*/
/* usage @include truncate(300px);*/
/* usage @include font-size(14px);*/
applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, legend, table, caption, tbody, tfoot, thead, tr, th, td, canvas, details, embed, figure, figcaption, hgroup, output, ruby, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
  display: inline-block;
}

button {
  border: none;
}

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

.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

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

.dn {
  display: none;
}

.db {
  display: block;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}

/* ::-webkit-input-placeholder {color:$input-placeholder;}
::-moz-placeholder          {color:$input-placeholder;}
:-moz-placeholder           {color:$input-placeholder;}
:-ms-input-placeholder      {color:$input-placeholder;} */
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

html {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
}

h1, h2, h3, h4, h5 {
  font-family: "Saira Semi Condensed", sans-serif;
}

h1 {
  line-height: 60px;
  font-weight: 300;
  font-size: 48px;
}

h2 {
  line-height: 45px;
  font-size: 36px;
  font-weight: 400;
}

h3 {
  line-height: 40px;
  font-size: 30px;
  font-weight: 400;
}

h4 {
  line-height: 35px;
  font-size: 21px;
  font-weight: 500;
}

h5 {
  line-height: 35px;
  font-size: 21px;
  font-weight: 400;
}

a {
  color: #329FC2;
  transition: 0.3s;
  /*&:visited {
    color: $color-blue;
  }*/
}
a:hover {
  color: #0082AB;
}

@media (max-width: 767px) {
  h1 {
    line-height: 45px;
    font-weight: 400;
    font-size: 36px;
  }
}
/* common */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  clear: both;
}

.bg_black {
  color: rgba(255, 255, 255, 0.65);
  background-color: #000;
}

.btn {
  display: block;
  height: 60px;
  padding: 15px 10px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.btn-blue {
  color: #FFF;
  background: #329FC2;
}
.btn-blue:hover {
  background: #2690B2;
}
.btn-blue:active {
  background: #1481A3;
}
.btn-blue:disabled {
  background: #329FC2;
}

.tooltip {
  position: relative;
  height: 24px;
  width: 24px;
  z-index: 9;
}
.tooltip img {
  display: block;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.tooltip img + img {
  display: none;
}
.tooltip-info {
  display: none;
  position: absolute;
  top: 50%;
  left: 35px;
  width: 300px;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 15px;
  color: #FFF;
  border-radius: 5px;
  background: #000;
  transform: translateY(-50%);
}
.tooltip-info:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -6px;
  height: 8px;
  width: 8px;
  background: #000;
  transform: rotate(45deg) translateY(-50%);
}
.tooltip.visible img:first-of-type {
  display: none;
}
.tooltip.visible img + img {
  display: block;
}
.tooltip.visible .tooltip-info {
  display: block;
}

.tabcontrol {
  position: relative;
  display: inline-block;
  font-size: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tabcontrol-wrap {
  margin-left: calc(50% + 120px);
  margin-right: -80px;
  margin-bottom: 20px;
  overflow: hidden;
}
.tabcontrol-item {
  display: inline-block;
  padding: 10px 0;
  margin-left: 40px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 35px;
  font-size: 21px;
  font-family: "Saira Semi Condensed", sans-serif;
  vertical-align: top;
  cursor: pointer;
  transition: color 0.4s;
}
.tabcontrol-item:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tabcontrol-item:first-of-type {
  margin-left: 0;
}
.tabcontrol-item.active {
  color: black;
  cursor: default;
}
.tabcontrol-activeborder {
  position: absolute;
  bottom: -0.5px;
  height: 1px;
  width: 81px;
  background: black;
  transition: 0.3s ease-out;
}

.tabs-content {
  position: relative;
  min-height: 250px;
}

.tabs-item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.tabs-item.visible {
  z-index: 2;
}
.tabs-item-content {
  margin-left: calc(50% + 120px);
}
.tabs-item-content p {
  padding-bottom: 20px;
}
.tabs-item-content a {
  font-weight: 500;
}
.tabs-item-img {
  position: absolute;
  top: -140px;
  left: 0;
  width: calc(50% + 40px);
}
.tabs-item-img img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1279px) {
  .container {
    max-width: 688px;
  }

  .tabcontrol-wrap {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .tabs-item-content {
    float: left;
    width: 50%;
    margin-left: 0;
    padding-left: 30px;
    text-align: left;
  }
  .tabs-item-img {
    position: static;
    top: 0;
    float: left;
    width: 50%;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 350px;
  }

  .tooltip-info {
    width: 335px;
    top: auto;
    left: auto;
    right: -14px;
    bottom: 100%;
    transform: translateY(-10px);
  }
  .tooltip-info:before {
    top: auto;
    left: auto;
    right: 24px;
    bottom: -6px;
  }

  .tabcontrol {
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 55px;
    background: #FFF;
    overflow: visible;
    z-index: 10;
    border: 0;
  }
  .tabcontrol-activeborder {
    display: none;
  }
  .tabcontrol-wrap {
    position: relative;
    display: block;
    height: 55px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    overflow: visible;
  }
  .tabcontrol-item {
    display: none;
    width: 100%;
    padding: 10px 20px;
    margin-left: 0;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .tabcontrol-item.active {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: #FFF;
    border-radius: 2px;
    background: #000 url(../images/icon-fake-select.svg) no-repeat 315px 50%;
  }
  .tabcontrol.visible {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  .tabcontrol.visible .tabcontrol-item {
    display: block;
  }

  .tabs-item-content {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .tabs-item-img {
    float: none;
    width: 100%;
    margin: 20px 0;
    padding-right: 0;
  }
}
@media (max-width: 359px) {
  .container {
    max-width: 300px;
    overflow-x: hidden;
  }

  .tooltip-info {
    width: 285px;
  }

  .tabcontrol-item.active {
    background-position: 270px 50%;
  }
}
.header-logo {
  display: block;
  float: left;
  padding-top: 1px;
}
.header-logo img {
  display: block;
  height: 38px;
  width: 122px;
}

a.header-signin,
.header-signin {
  display: block;
  float: right;
  padding-top: 8px;
  color: #000;
  font-weight: 500;
  font-family: "Saira Semi Condensed", sans-serif;
}

header {
  padding: 28px 0;
  background: #FFF;
}
header .container {
  overflow: hidden;
}
header nav {
  margin-left: 220px;
}
header nav ul {
  display: block;
  float: left;
  width: calc(100% - 220px);
  text-align: center;
}
header nav ul li {
  display: inline-block;
  padding: 8px 20px 0;
  font-family: "Saira Semi Condensed", sans-serif;
}
header nav ul li a {
  display: block;
  color: #000;
}

@media (max-width: 767px) {
  header {
    padding: 12px 0 14px;
  }

  .header-logo {
    padding-top: 6px;
  }
  .header-logo img {
    height: 29px;
    width: 92px;
  }
}
footer {
  padding-bottom: 100px;
  background: #141414;
}
footer nav {
  padding-top: 80px;
  padding-bottom: 100px;
}
footer nav ul {
  display: block;
}
footer nav ul li {
  display: inline-block;
  padding: 0 60px 0 0;
  font-family: "Saira Semi Condensed", sans-serif;
}
footer nav ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
footer nav ul li a:hover {
  color: #FFF;
}

.footer-logo {
  display: block;
}
.footer-logo img {
  display: block;
  height: 38px;
  width: 122px;
}

@media (max-width: 1279px) {
  footer nav {
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 40px;
  }
  footer nav {
    padding-top: 0;
    padding-bottom: 40px;
  }
  footer nav ul {
    margin-left: -10px;
    margin-right: -10px;
    text-align: left;
  }
  footer nav ul li {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: thin solid rgba(255, 255, 255, 0.1);
  }
  footer nav ul li a {
    padding: 15px 10px;
  }
  footer nav ul li:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    height: 7px;
    width: 7px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) rotate(45deg);
  }
}
.body-shadow {
  position: fixed;
  height: 100%;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: transform 0s ease-out 0.3s, opacity 0.3s ease-in;
}

.mobile-menu-switcher {
  display: none;
  position: relative;
  float: right;
  height: 40px;
  width: 40px;
  margin-right: -10px;
  cursor: pointer;
}
.mobile-menu-switcher:before, .mobile-menu-switcher:after {
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  height: 2px;
  width: 20px;
  background: #141414;
}
.mobile-menu-switcher:before {
  top: 17px;
}
.mobile-menu-switcher:after {
  bottom: 13px;
}

.mobile-menu-close {
  display: none;
  height: 40px;
  width: 40px;
  margin: 10px 10px 50px;
  padding: 10px;
  cursor: pointer;
}
.mobile-menu-close svg {
  display: block;
  height: 20px;
  width: 20px;
}

body.mobile-menu-opened .body-shadow {
  opacity: 1;
  transform: scale(1);
  transition: transform 0s ease-out, opacity 0.3s ease-in 0.2s;
}
body.mobile-menu-opened header nav {
  transform: translateX(-100%);
  transition: transform 0.5s ease-out 0.3s;
}

@media (max-width: 1279px) {
  header nav {
    position: fixed;
    top: 0;
    right: -345px;
    height: 100%;
    height: 100vh;
    width: 345px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #FFF;
    z-index: 100;
    transition: transform 0.5s ease-out;
  }
  header nav ul {
    float: none;
    width: 100%;
    text-align: left;
  }
  header nav ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  header nav ul li a {
    padding: 15px 65px 15px 30px;
  }
  header nav .header-signin {
    display: block;
    float: none;
    padding: 15px 65px 15px 30px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .mobile-menu-switcher,
.mobile-menu-close {
    display: block;
  }
}
@media (max-width: 359px) {
  header nav {
    right: -300px;
    width: 300px;
  }
}
/* blocks */
/* pages */
.hp-title {
  padding: 70px 0 30px 80px;
  max-width: 720px;
  text-transform: uppercase;
  color: #000;
}

.bg_black .hp-title {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #FFF;
}

.hp-one_api {
  position: relative;
  padding-bottom: 380px;
  overflow: hidden;
}
.hp-one_api-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: calc(50% - 200px);
  background-image: url("../images/hp-oneapi-animated.svg");
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: auto 650px;
  z-index: 1;
}
.hp-one_api .container {
  position: relative;
  z-index: 2;
}
.hp-one_api .hp-title {
  max-width: 400px;
  line-height: 60px;
  font-weight: 300;
  font-size: 48px;
}
.hp-one_api .hp-title span {
  display: block;
}
.hp-one_api .btn {
  width: 240px;
  margin-left: 80px;
  color: #FFF;
  background: rgba(255, 255, 255, 0.1);
}
.hp-one_api .btn:hover {
  color: #000;
  background-color: white;
}
.hp-one_api .btn:focus, .hp-one_api .btn:active {
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
}

.hp-fast_and_stable {
  padding-top: 200px;
  padding-bottom: 160px;
}
.hp-fast_and_stable .container {
  position: relative;
}
.hp-fast_and_stable .hp-title {
  margin-left: calc(50% + 40px);
  padding: 0 0 20px;
}
.hp-fast_and_stable-img {
  position: absolute;
  width: 50%;
  top: 0;
  padding-right: 125px;
  text-align: right;
}
.hp-fast_and_stable-img img {
  display: inline-block;
  height: 270px;
  width: 220px;
}
.hp-fast_and_stable p, .hp-fast_and_stable a {
  padding: 0 0 20px;
  margin: 0;
  margin-left: calc(50% + 40px);
}
.hp-fast_and_stable p {
  max-width: 400px;
}
.hp-fast_and_stable a {
  display: inline-block;
  color: #FFF;
}
.hp-fast_and_stable a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.hp-global_cdn {
  position: relative;
  overflow: hidden;
}
.hp-global_cdn .container {
  padding-top: 220px;
  padding-bottom: 270px;
}
.hp-global_cdn .hp-title {
  position: relative;
  padding: 0 0 20px 80px;
  z-index: 2;
}
.hp-global_cdn-img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  margin-left: -400px;
  background-image: url("../images/hp-globalCDN.svg");
  background-repeat: no-repeat;
  background-position: 0% 40px;
  background-size: auto 740px;
  z-index: 1;
}
.hp-global_cdn p, .hp-global_cdn a {
  position: relative;
  padding: 0 0 20px 80px;
  margin: 0;
  z-index: 2;
}
.hp-global_cdn p {
  max-width: 480px;
}
.hp-global_cdn a {
  display: inline-block;
  color: #FFF;
}
.hp-global_cdn a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.hp-data_types,
.hp-products {
  position: relative;
}
.hp-data_types .hp-title,
.hp-products .hp-title {
  padding: 0 0 20px;
  margin-left: calc(50% + 120px);
}

.hp-data_types {
  padding-top: 195px;
  padding-bottom: 210px;
}
.hp-data_types .tabs-item-img {
  transform: translateX(-10px);
}
.hp-data_types .tabs-item-content {
  transform: translateX(10px);
}
.hp-data_types .tabs-item {
  opacity: 0;
}
.hp-data_types .tabs-item.visible {
  opacity: 1;
  transition: 0.4s ease-out;
}
.hp-data_types .tabs-item.visible .tabs-item-img,
.hp-data_types .tabs-item.visible .tabs-item-content {
  transform: translateX(0);
  transition: 0.4s ease-out;
}

.hp-products {
  padding-top: 160px;
  padding-bottom: 310px;
}
.hp-products .tabs-item-content {
  transform: translateX(10px);
  opacity: 0;
}
.hp-products .tabs-item.visible .tabs-item-content {
  opacity: 1;
  transform: translateX(0);
  transition: 0.4s ease-out;
}
.hp-products .tabs-item-img {
  height: 420px;
}
.hp-products .tabs-item-img #hpw1, .hp-products .tabs-item-img #hpw2, .hp-products .tabs-item-img #hpw3 {
  position: absolute;
  height: 1000px;
  width: 100%;
  transition: 0.4s ease-out;
}
.hp-products .tabs-item-img #hpw1 > div, .hp-products .tabs-item-img #hpw2 > div, .hp-products .tabs-item-img #hpw3 > div {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFF;
}
.hp-products .tabs-item-img .hpw-content-tab1,
.hp-products .tabs-item-img .hpw-content-tab2,
.hp-products .tabs-item-img .hpw-content-tab3 {
  opacity: 0;
  transition: opacity 0.2s ease-in 0s;
}
.hp-products .tabs-item-img #hpw1 {
  background: #329FC2;
  z-index: 3;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab1 {
  padding: 30px;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab1 h6 {
  padding: 0 0 5px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab1 h6 + span {
  display: block;
  line-height: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab1 h6 + span + span {
  display: block;
  padding: 5px 0 0;
  line-height: 40px;
  font-size: 36px;
  font-weight: 500;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab1 h6 + span + span + span {
  display: block;
  line-height: 25px;
  font-size: 18px;
  font-weight: 500;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab1 div {
  position: absolute;
  width: calc(100% - 60px);
  left: 30px;
  bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab1 div:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 48%;
  bottom: -1px;
  left: 33%;
  background: #FFF;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab1 div span {
  display: block;
  position: absolute;
  bottom: 10px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab1 div span + span {
  left: auto;
  right: 0;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab1 div p {
  padding-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab2 svg {
  margin: 20px;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab2 svg + span {
  position: absolute;
  top: 30px;
  right: 25px;
  display: block;
  line-height: 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab2 svg + span + span {
  display: block;
  padding: 0 0 5px;
  line-height: 60px;
  font-size: 65px;
  text-align: center;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab2 svg + span + span + span {
  display: block;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab2 p {
  position: absolute;
  height: 60px;
  width: 50%;
  line-height: 57px;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab2 p + p {
  left: auto;
  right: 0;
  border-left: 1px solid #329FC2;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab3 {
  overflow: hidden;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab3 h4 {
  padding: 20px 30px;
  line-height: 30px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.1);
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab3 div {
  padding: 14px 30px;
  line-height: 20px;
  font-size: 16px;
  vertical-align: top;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab3 svg, .hp-products .tabs-item-img #hpw1 .hpw-content-tab3 span {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  vertical-align: top;
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab3 span {
  background: rgba(0, 0, 0, 0.2);
}
.hp-products .tabs-item-img #hpw1 .hpw-content-tab3:after {
  content: "";
  position: absolute;
  display: block;
  height: 15%;
  width: 6px;
  top: 115px;
  right: 8px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
.hp-products .tabs-item-img #hpw2 {
  background: #0058A0;
  z-index: 2;
}
.hp-products .tabs-item-img #hpw2:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
  transition: 0.4s ease-out;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab1 {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab1 div:first-of-type {
  height: 60px;
  padding: 20px 30px;
  text-align: right;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab1 span {
  display: block;
  padding: 14px 30px 13px;
  text-align: right;
  box-sizing: border-box;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab1 span + div {
  display: flex;
  box-sizing: border-box;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab1 span + div span {
  padding: 14px 0 0;
  flex: 1 1 20%;
  text-align: center;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab1 span + div span:first-of-type {
  flex: 1 1 auto;
  padding-left: 30px;
  text-align: left;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab1 span + div span:last-of-type {
  flex: 1 1 40%;
  padding-right: 30px;
  text-align: right;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab2 > div {
  position: absolute;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 15px;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab2 > div div {
  flex: 1 1 auto;
  padding-top: 13px;
  text-align: right;
  vertical-align: top;
  line-height: 20px;
  font-size: 16px;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab2 > div div svg {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  margin-bottom: -13px;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab2 > div div small {
  display: block;
  line-height: 15px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab2 > div div:first-of-type {
  flex: 0 0 150px;
  padding-top: 0;
  padding-left: 25px;
  text-align: left;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab2 > div div:last-of-type {
  flex: 0 0 30%;
  padding-right: 25px;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab3 {
  overflow: hidden;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab3 h4 {
  padding: 20px 30px;
  line-height: 30px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.1);
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab3 div {
  padding: 14px 30px;
  line-height: 20px;
  font-size: 16px;
  vertical-align: top;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab3 svg, .hp-products .tabs-item-img #hpw2 .hpw-content-tab3 span {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  vertical-align: top;
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab3 span {
  background: rgba(0, 0, 0, 0.2);
}
.hp-products .tabs-item-img #hpw2 .hpw-content-tab3:after {
  content: "";
  position: absolute;
  display: block;
  height: 15%;
  width: 6px;
  top: 115px;
  right: 8px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
.hp-products .tabs-item-img #hpw3 {
  background: #0B094D;
  z-index: 1;
}
.hp-products .tabs-item-img #hpw3:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: 0.4s ease-out;
}
.hp-products .tabs-item-img #hpw3 .hpw-content-tab1 {
  text-align: right;
}
.hp-products .tabs-item-img #hpw3 .hpw-content-tab1 h4 {
  padding: 20px 0;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
}
.hp-products .tabs-item-img #hpw3 .hpw-content-tab1 span {
  display: inline-block;
  padding: 20px 20px 0;
  line-height: 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.hp-products .tabs-item-img #hpw3 .hpw-content-tab1 svg {
  position: absolute;
  display: block;
  height: auto;
  width: 100%;
  left: 0;
  bottom: 0;
}
.hp-products .tabs-item-img #hpw3 .hpw-content-tab2 > div {
  position: absolute;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 15px;
}
.hp-products .tabs-item-img #hpw3 .hpw-content-tab2 > div div {
  flex: 1 1 auto;
  padding-top: 13px;
  text-align: right;
  vertical-align: top;
  line-height: 20px;
  font-size: 16px;
}
.hp-products .tabs-item-img #hpw3 .hpw-content-tab2 > div div svg {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  margin-bottom: -13px;
}
.hp-products .tabs-item-img #hpw3 .hpw-content-tab2 > div div small {
  display: block;
  line-height: 15px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.hp-products .tabs-item-img #hpw3 .hpw-content-tab2 > div div:first-of-type {
  flex: 0 0 150px;
  padding-top: 0;
  padding-left: 25px;
  text-align: left;
}
.hp-products .tabs-item-img #hpw3 .hpw-content-tab2 > div div:last-of-type {
  flex: 0 0 30%;
  padding-right: 25px;
}
.hp-products .tabs-item-img #hpw3 .hpw-content-tab3 {
  overflow: hidden;
}
.hp-products .tabs-item-img #hpw3 .hpw-content-tab3 svg {
  position: absolute;
  display: block;
  height: auto;
  width: 60%;
  margin-top: 50%;
  margin-left: 20%;
  transform: translateY(-30%);
}
.hp-products .tabs-item-img.tab1 #hpw1, .hp-products .tabs-item-img.tab1 #hpw2, .hp-products .tabs-item-img.tab1 #hpw3 {
  max-height: 300px;
  max-width: 300px;
}
.hp-products .tabs-item-img.tab1 .hpw-content-tab1 {
  opacity: 1;
  transition-delay: 0.3s;
}
.hp-products .tabs-item-img.tab1 #hpw2 {
  margin-top: 60px;
  margin-left: 130px;
}
.hp-products .tabs-item-img.tab1 #hpw2:before {
  width: 67%;
  height: 90%;
}
.hp-products .tabs-item-img.tab1 #hpw3 {
  margin-top: 120px;
  margin-left: 260px;
}
.hp-products .tabs-item-img.tab1 #hpw3:before {
  width: 67%;
  height: 92%;
}
.hp-products .tabs-item-img.tab2 #hpw1, .hp-products .tabs-item-img.tab2 #hpw2, .hp-products .tabs-item-img.tab2 #hpw3 {
  max-height: 280px;
  max-width: 560px;
}
.hp-products .tabs-item-img.tab2 #hpw2 {
  max-height: 190px;
  max-width: 520px;
  margin-top: 160px;
  margin-left: 20px;
}
.hp-products .tabs-item-img.tab2 #hpw2:before {
  width: 100%;
  height: 81%;
  transition: 0.3s linear;
}
.hp-products .tabs-item-img.tab2 #hpw3 {
  max-height: 200px;
  max-width: 480px;
  margin-top: 220px;
  margin-left: 40px;
}
.hp-products .tabs-item-img.tab2 #hpw3:before {
  width: 100%;
  height: 83%;
  transition: 0.3s linear;
}
.hp-products .tabs-item-img.tab2 .hpw-content-tab2 {
  opacity: 1;
  transition-delay: 0.3s;
}
.hp-products .tabs-item-img.tab3 .hpw-content-tab3 {
  opacity: 1;
  transition-delay: 0.4s;
}
.hp-products .tabs-item-img.tab3 #hpw1 {
  max-height: 420px;
  max-width: 300px;
  margin-top: 0;
  margin-left: 260px;
}
.hp-products .tabs-item-img.tab3 #hpw2 {
  max-height: 320px;
  max-width: 300px;
  margin-top: 50px;
  margin-left: 120px;
}
.hp-products .tabs-item-img.tab3 #hpw2:before {
  width: 62%;
  height: 100%;
  margin-left: 38%;
}
.hp-products .tabs-item-img.tab3 #hpw3 {
  max-height: 220px;
  max-width: 180px;
  margin-top: 100px;
  margin-left: 0;
}
.hp-products .tabs-item-img.tab3 #hpw3:before {
  width: 50%;
  height: 100%;
  margin-left: 50%;
}

.hp-ready {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  height: 540px;
  background-image: url("../images/hp-ready.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.hp-ready h2 {
  flex: 0 0 100%;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
}
.hp-ready .btn {
  width: 240px;
  color: #FFF;
  background: rgba(255, 255, 255, 0.1);
}
.hp-ready .btn:hover {
  color: #000;
  background-color: white;
}
.hp-ready .btn:focus, .hp-ready .btn:active {
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
}

.hp-pricing {
  position: relative;
  padding-top: 195px;
  padding-bottom: 190px;
  margin-left: -80px;
  margin-right: -80px;
}
.hp-pricing .hp-title {
  display: none;
}
.hp-pricing-title {
  position: absolute;
  top: 0;
  height: 195px;
  width: 220px;
  text-align: center;
  color: #000;
  line-height: 35px;
  font-size: 28px;
  font-weight: 500;
  box-sizing: border-box;
  border-top: 1px solid #e3e6e8;
  border-right: 1px solid #e3e6e8;
}
.hp-pricing-title h4 {
  padding: 20px 20px 5px;
  font-weight: 500;
}
.hp-pricing-title small {
  font-size: 18px;
  font-weight: 500;
}
.hp-pricing-title small span {
  font-weight: 300;
}
.hp-pricing-title .btn {
  margin: 10px 20px 30px;
}
.hp-pricing-title.hp-pricing-title-row1 {
  right: 440px;
  border-left: 1px solid #e3e6e8;
}
.hp-pricing-title.hp-pricing-title-row2 {
  right: 220px;
}
.hp-pricing-title.hp-pricing-title-row3 {
  right: 0;
}
.hp-pricing-title.hp-pricing-title-row2 + .hp-pricing-table, .hp-pricing-title.hp-pricing-title-row2 + .hp-pricing-table + .hp-pricing-table, .hp-pricing-title.hp-pricing-title-row2 + .hp-pricing-table + .hp-pricing-table + .hp-pricing-table, .hp-pricing-title.hp-pricing-title-row3 + .hp-pricing-table, .hp-pricing-title.hp-pricing-title-row3 + .hp-pricing-table + .hp-pricing-table, .hp-pricing-title.hp-pricing-title-row3 + .hp-pricing-table + .hp-pricing-table + .hp-pricing-table {
  display: none;
}
.hp-pricing-table h5 {
  padding: 25px 20px 10px;
  color: #000;
  border: 1px solid #e3e6e8;
}
.hp-pricing-table + .hp-pricing-table h5 {
  border-top: 0;
}
.hp-pricing-row {
  display: flex;
  border: 1px solid #e3e6e8;
  border-top: 0;
}
.hp-pricing-th, .hp-pricing-td {
  display: flex;
  align-items: center;
  align-content: center;
  justify-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  box-sizing: border-box;
}
.hp-pricing-th {
  flex: 1 1 auto;
}
.hp-pricing-th label,
.hp-pricing-th b,
.hp-pricing-th > img {
  display: none;
}
.hp-pricing-th span {
  display: block;
  flex: 1 1 auto;
}
.hp-pricing-th .tooltip {
  flex: 0 0 24px;
  vertical-align: middle;
}
.hp-pricing-td {
  flex: 0 0 220px;
  border-left: 1px solid #e3e6e8;
}

.hp-crazy .hp-title {
  padding: 100px 0 120px;
}
.hp-crazy-row {
  overflow: hidden;
  padding-bottom: 175px;
}
.hp-crazy-row-title {
  float: left;
  width: 240px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 30px;
  font-weight: 400;
  font-family: "Saira Semi Condensed", sans-serif;
  color: #FFF;
  clear: both;
  box-sizing: border-box;
}
.hp-crazy-row-title span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
}
.hp-crazy-row-bars {
  margin-left: 240px;
}
.hp-crazy-row-bar {
  padding-top: 12px;
  padding-bottom: 8px;
  line-height: 25px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.hp-crazy-row-bar-line {
  height: 15px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.2);
}
.hp-crazy-row-bar-line-wrap {
  position: relative;
  width: 100%;
  max-width: 0;
}
.hp-crazy-row-bar-num {
  position: absolute;
  right: 0;
  top: 20px;
  opacity: 0;
}
.hp-crazy-row-bar-label {
  width: 70%;
  opacity: 0;
  transform: translateX(7px);
  transition: 0.7s ease-out;
}
.hp-crazy-row-bar:first-of-type {
  color: #FFF;
}
.hp-crazy-row-bar:first-of-type .hp-crazy-row-bar-line {
  background: linear-gradient(to right, #0058A0 0%, #329FC2 100%);
}
.hp-crazy-row-bar:first-of-type .hp-crazy-row-bar-line-wrap {
  transition: 1.2s ease-in;
}
.hp-crazy-row-bar:first-of-type .hp-crazy-row-bar-num {
  transition: 1s ease-out 1.1s;
}
.hp-crazy-row-bar:nth-of-type(2) .hp-crazy-row-bar-line-wrap {
  transition: 1s ease-in 0.5s;
}
.hp-crazy-row-bar:nth-of-type(2) .hp-crazy-row-bar-num {
  transition: 1s ease-out 1.4s;
}
.hp-crazy-row-bar:nth-of-type(3) .hp-crazy-row-bar-line-wrap {
  transition: 1s ease-in 0.8s;
}
.hp-crazy-row-bar:nth-of-type(3) .hp-crazy-row-bar-num {
  transition: 1s ease-out 1.7s;
}

.hp-crazy-row-bar-line-wrap.visible .hp-crazy-row-bar-num {
  opacity: 1;
}
.hp-crazy-row-bar-line-wrap.visible + .hp-crazy-row-bar-label {
  opacity: 1;
  transform: translateX(0);
}

.hp-crazy-row-bar:nth-of-type(2) .hp-crazy-row-bar-line-wrap.visible + .hp-crazy-row-bar-label {
  transition-delay: 0.5s;
}
.hp-crazy-row-bar:nth-of-type(3) .hp-crazy-row-bar-line-wrap.visible + .hp-crazy-row-bar-label {
  transition-delay: 0.8s;
}

@media (max-width: 1279px) {
  .hp-title {
    padding-left: 0;
  }

  .hp-one_api {
    padding-bottom: 335px;
  }
  .hp-one_api .btn {
    margin-left: 0;
  }

  .hp-fast_and_stable a,
.hp-fast_and_stable p {
    margin-left: calc(50% + 30px);
  }

  .hp-fast_and_stable p {
    max-width: 314px;
  }

  .hp-fast_and_stable-img {
    padding-right: 0;
    text-align: center;
  }
  .hp-fast_and_stable-img img {
    height: 226px;
    width: 185px;
  }

  .hp-global_cdn .container {
    padding-top: 175px;
    padding-bottom: 255px;
  }
  .hp-global_cdn .hp-title,
.hp-global_cdn a, .hp-global_cdn p {
    padding-left: 0;
  }
  .hp-global_cdn p {
    max-width: 314px;
  }

  .hp-data_types,
.hp-products {
    padding-top: 60px;
    text-align: center;
    overflow: hidden;
  }

  .hp-data_types .hp-title,
.hp-products .hp-title {
    margin-left: auto;
    margin-right: auto;
  }

  .hp-data_types .hp-title,
.hp-products .hp-title {
    padding-bottom: 25px;
  }

  .hp-data_types {
    padding-bottom: 80px;
  }

  .hp-ready {
    height: 405px;
  }

  .hp-products {
    padding-bottom: 140px;
  }
  .hp-products .tabs-item-img {
    position: relative;
    height: 350px;
    width: 342px;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab1 {
    padding: 20px;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab1 h6 {
    padding-bottom: 0;
    font-size: 16px;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab1 h6 + span {
    font-size: 12px;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab1 h6 + span + span {
    font-size: 24px;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab1 h6 + span + span + span {
    line-height: 20px;
    font-size: 16px;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab1 div {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab1 div span {
    font-size: 12px;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab2 svg {
    display: block;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab2 svg + span + span {
    font-size: 40px;
    line-height: 40px;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab2 svg + span + span + span {
    line-height: 20px;
    font-size: 14px;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab2 p {
    height: 50px;
    line-height: 46px;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab3 h4 {
    padding: 15px;
    line-height: 20px;
    font-size: 18px;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab3 div {
    padding: 11px 20px;
    font-size: 14px;
    text-align: left;
  }
  .hp-products .tabs-item-img #hpw2 .hpw-content-tab1 {
    font-size: 12px;
  }
  .hp-products .tabs-item-img #hpw2 .hpw-content-tab1 div:first-of-type {
    height: 40px;
    padding: 10px 20px;
  }
  .hp-products .tabs-item-img #hpw2 .hpw-content-tab1 span {
    padding: 6px 20px 3px;
  }
  .hp-products .tabs-item-img #hpw2 .hpw-content-tab1 span + div span:first-of-type {
    padding-left: 20px;
  }
  .hp-products .tabs-item-img #hpw2 .hpw-content-tab1 span + div span:last-of-type {
    flex-basis: 46%;
    padding-right: 20px;
  }
  .hp-products .tabs-item-img #hpw2 .hpw-content-tab2 > div {
    bottom: 10px;
  }
  .hp-products .tabs-item-img #hpw2 .hpw-content-tab2 > div div:last-of-type {
    flex: 0 0 25%;
  }
  .hp-products .tabs-item-img #hpw2 .hpw-content-tab3 h4 {
    padding: 15px;
    line-height: 20px;
    font-size: 18px;
  }
  .hp-products .tabs-item-img #hpw2 .hpw-content-tab3 div {
    padding: 11px 20px;
    font-size: 14px;
    text-align: left;
  }
  .hp-products .tabs-item-img #hpw3 .hpw-content-tab1 h4 {
    padding: 10px 0;
    font-size: 17px;
  }
  .hp-products .tabs-item-img #hpw3 .hpw-content-tab1 span {
    padding: 10px 10px 0;
  }
  .hp-products .tabs-item-img #hpw3 .hpw-content-tab2 > div {
    bottom: 10px;
  }
  .hp-products .tabs-item-img #hpw3 .hpw-content-tab2 > div div:last-of-type {
    flex: 0 0 25%;
  }
  .hp-products .tabs-item-img.tab1 #hpw1 {
    max-height: 200px;
    max-width: 200px;
  }
  .hp-products .tabs-item-img.tab1 #hpw2 {
    max-height: 200px;
    max-width: 200px;
    margin-top: 50px;
    margin-left: 85px;
  }
  .hp-products .tabs-item-img.tab1 #hpw2:before {
    height: 87%;
  }
  .hp-products .tabs-item-img.tab1 #hpw3 {
    max-height: 200px;
    max-width: 200px;
    margin-top: 100px;
    margin-left: 150px;
  }
  .hp-products .tabs-item-img.tab1 #hpw3:before {
    width: 78%;
    height: 87%;
  }
  .hp-products .tabs-item-img.tab2 #hpw1 {
    max-height: 210px;
    max-width: 100%;
  }
  .hp-products .tabs-item-img.tab2 #hpw2 {
    max-height: 110px;
    max-width: 94%;
    margin-left: 3%;
  }
  .hp-products .tabs-item-img.tab2 #hpw2:before {
    height: 70%;
  }
  .hp-products .tabs-item-img.tab2 #hpw3 {
    max-height: 100px;
    max-width: 88%;
    margin-left: 6%;
  }
  .hp-products .tabs-item-img.tab2 #hpw3:before {
    height: 73%;
  }
  .hp-products .tabs-item-img.tab3 #hpw1 {
    max-height: 350px;
    max-width: 200px;
    margin-left: 150px;
  }
  .hp-products .tabs-item-img.tab3 #hpw2 {
    max-height: 270px;
    max-width: 200px;
    margin-top: 40px;
    margin-left: 75px;
  }
  .hp-products .tabs-item-img.tab3 #hpw2:before {
    width: 71%;
    margin-left: 29%;
  }
  .hp-products .tabs-item-img.tab3 #hpw3 {
    max-height: 190px;
    max-width: 140px;
    margin-top: 80px;
  }
  .hp-products .tabs-item-img.tab3 #hpw3:before {
    width: 55%;
    margin-left: 45%;
  }

  .hp-pricing {
    padding-top: 155px;
    padding-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .hp-pricing-title {
    height: 155px;
    width: 160px;
  }

  .hp-pricing-title .btn {
    margin: 5px 10px;
    height: 50px;
    padding: 9px 0;
  }

  .hp-pricing-title h4 {
    padding: 10px 10px 5px;
  }

  .hp-pricing-title.hp-pricing-title-row1 {
    right: 320px;
  }

  .hp-pricing-title.hp-pricing-title-row2 {
    right: 160px;
  }

  .hp-pricing-td {
    flex-basis: 160px;
  }

  .hp-crazy .hp-title {
    padding: 60px 0;
  }

  .hp-crazy-row {
    padding-bottom: 75px;
  }

  .hp-crazy-row-title {
    float: none;
    width: 100%;
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 24px;
  }

  .hp-crazy-row-bars {
    margin-left: 0;
  }

  .hp-crazy-row-bar {
    padding-bottom: 3px;
    font-size: 15px;
  }

  .hp-crazy-row-bar-num {
    top: -4px;
    left: calc(100% + 10px);
  }
}
@media (max-width: 767px) {
  .hp-title {
    padding: 40px 0 15px;
  }

  .hp-one_api {
    padding-bottom: 410px;
  }
  .hp-one_api .hp-title {
    padding: 20px 0;
    line-height: 45px;
    font-size: 36px;
  }
  .hp-one_api .btn {
    width: 200px;
  }

  .hp-one_api-bg {
    left: calc(50% - 157px);
  }

  .hp-fast_and_stable .hp-title,
.hp-fast_and_stable a,
.hp-fast_and_stable p {
    margin-left: 0;
  }

  .hp-fast_and_stable {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .hp-fast_and_stable .hp-title {
    padding-bottom: 30px;
  }

  .hp-fast_and_stable-img {
    position: static;
    width: 100%;
    padding-bottom: 30px;
  }
  .hp-fast_and_stable-img img {
    height: 270px;
    width: 220px;
  }

  .learn-more {
    display: block;
    height: 60px;
    width: 100%;
    padding: 15px 10px !important;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s ease-in;
    color: #FFF;
    background: rgba(255, 255, 255, 0.1);
  }
  .learn-more:hover {
    color: #000 !important;
    background-color: white;
  }
  .learn-more:focus, .learn-more:active {
    color: #000 !important;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .learn-more span {
    display: none;
  }

  .hp-global_cdn .container {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .hp-global_cdn-img {
    margin-left: -40%;
    background-position: 50% 160px;
    background-size: auto 320px;
  }

  .hp-global_cdn p {
    padding-top: 280px;
  }

  .hp-data_types,
.hp-products {
    overflow: visible;
  }
  .hp-data_types .learn-more,
.hp-products .learn-more {
    color: #000;
    border: 1px solid #e3e6e8;
    background: rgba(255, 255, 255, 0.1);
  }
  .hp-data_types .learn-more:hover,
.hp-products .learn-more:hover {
    color: #000 !important;
    background-color: #f7f7f7;
  }
  .hp-data_types .learn-more:focus, .hp-data_types .learn-more:active,
.hp-products .learn-more:focus,
.hp-products .learn-more:active {
    color: #000 !important;
    background-color: #ededed;
  }
  .hp-data_types .learn-more span,
.hp-products .learn-more span {
    display: inline;
  }

  .hp-data_types .hp-title,
.hp-products .hp-title {
    padding-bottom: 20px;
    text-align: left;
  }

  .hp-data_types {
    padding-bottom: 60px;
  }

  .hp-products {
    padding-bottom: 40px;
  }
  .hp-products .tabs-item-img {
    width: 350px;
    overflow: hidden;
  }

  .hp-pricing {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hp-pricing .hp-title {
    display: block;
    padding-bottom: 40px;
  }

  .hp-pricing-title {
    position: static;
    height: 175px;
    width: 100%;
    border-left: 1px solid #e3e6e8;
  }
  .hp-pricing-title.hp-pricing-title-row2 + .hp-pricing-table, .hp-pricing-title.hp-pricing-title-row2 + .hp-pricing-table + .hp-pricing-table, .hp-pricing-title.hp-pricing-title-row2 + .hp-pricing-table + .hp-pricing-table + .hp-pricing-table, .hp-pricing-title.hp-pricing-title-row3 + .hp-pricing-table, .hp-pricing-title.hp-pricing-title-row3 + .hp-pricing-table + .hp-pricing-table, .hp-pricing-title.hp-pricing-title-row3 + .hp-pricing-table + .hp-pricing-table + .hp-pricing-table {
    display: block;
  }

  .hp-pricing-table + .hp-pricing-title {
    margin-top: 40px;
  }

  .hp-pricing-title.hp-pricing-title-row3 {
    height: 135px;
  }

  .hp-pricing-title.hp-pricing-title-row3,
.hp-pricing-title.hp-pricing-title-row3 small {
    line-height: 0;
    font-size: 0;
  }

  .hp-pricing-title.hp-pricing-title-row3 .btn {
    line-height: 30px;
  }

  .hp-pricing-title .btn {
    height: 60px;
    padding: 15px 0;
    margin: 5px 20px 20px;
  }

  .hp-pricing-row {
    display: block;
  }

  .hp-pricing-td {
    display: none;
  }

  .hp-pricing-th {
    flex-wrap: wrap;
  }
  .hp-pricing-th.text-data {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .hp-pricing-th.text-data span {
    color: #63696F;
  }
  .hp-pricing-th.text-data b {
    font-weight: 500;
  }
  .hp-pricing-th > img {
    display: inline-block;
    width: 17px;
    margin-top: -1px;
    margin-right: 19px;
    vertical-align: top;
  }
  .hp-pricing-th label {
    display: block;
    float: right;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 10px;
  }
  .hp-pricing-th label.label-pro {
    margin-right: 5px;
    color: #329FC2;
    background: rgba(50, 159, 194, 0.12);
  }
  .hp-pricing-th label.label-enterprise {
    margin-right: 10px;
    color: rgba(11, 9, 77, 0.7);
    background: rgba(11, 9, 77, 0.08);
  }
  .hp-pricing-th b {
    display: block;
    flex: 0 0 100%;
  }
}
@media (max-width: 359px) {
  .hp-products .tabs-item-img {
    width: 300px;
  }
  .hp-products .tabs-item-img #hpw1,
.hp-products .tabs-item-img #hpw2 {
    overflow: hidden;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab2 > div div,
.hp-products .tabs-item-img #hpw2 .hpw-content-tab2 > div div {
    font-size: 14px;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab2 > div div small,
.hp-products .tabs-item-img #hpw2 .hpw-content-tab2 > div div small {
    font-size: 11px;
  }
  .hp-products .tabs-item-img #hpw1 .hpw-content-tab2 > div div:first-of-type,
.hp-products .tabs-item-img #hpw2 .hpw-content-tab2 > div div:first-of-type {
    flex: 0 0 130px;
  }
  .hp-products .tabs-item-img #hpw3 .hpw-content-tab3 svg {
    width: 55%;
    margin-top: 70%;
    margin-left: 19%;
    transform: translateY(0);
  }
  .hp-products .tabs-item-img.tab1 #hpw2 {
    margin-left: 55px;
  }
  .hp-products .tabs-item-img.tab1 #hpw2:before {
    width: 85%;
  }
  .hp-products .tabs-item-img.tab1 #hpw3 {
    margin-left: 100px;
  }
  .hp-products .tabs-item-img.tab1 #hpw3:before {
    width: 88%;
    height: 86%;
  }
  .hp-products .tabs-item-img.tab3 #hpw1 {
    margin-left: 100px;
  }
  .hp-products .tabs-item-img.tab3 #hpw2 {
    margin-left: 45px;
  }
  .hp-products .tabs-item-img.tab3 #hpw2:before {
    margin-left: 17%;
  }
  .hp-products .tabs-item-img.tab3 #hpw3 {
    max-width: 100px;
  }
}
