@font-face {
  font-family: "Red Hat Display", sans-serif;
  src: url("https://appitek.com/css/fonts/RedHatDisplay-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Red Hat Display", sans-serif;
  src: url("https://appitek.com/css/fonts/RedHatDisplay-Medium.ttf");
  font-weight: 600;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #394F60;
  background: #E0E6EB;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}

.aptk {
  width: 100%;
  height: 100%;
  color: #394F60;
  letter-spacing: 0.6px;
  background: #E0E6EB;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}

.aptk * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aptk-cap {
  max-width: 960px;
  margin: auto;
  position: relative;
}

.aptk-header {
  height: 80px;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #304250;
}

.aptk-header--logo {
  float: left;
}

.aptk-header--logo img {
  height: 36px;
  margin: 22px 0;
}

.aptk-header--menu {
  float: right;
}

.aptk-header--menu ul {
  padding: 20px 0;
}

.aptk-header--menu li {
  float: left;
  list-style: none;
  color: #E0E6EB;
  opacity: 0.8;
  height: 40px;
  margin-left: 10px;
  letter-spacing: 0.8px;
  padding: 0 15px;
  line-height: 40px;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.aptk-header--menu li:hover {
  background: rgba(0, 0, 0, 0.075);
}

.aptk-header--menu li._selected {
  color: #FFFFFF;
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
}

.aptk-header--menu li._opaque {
  opacity: 1;
  padding: 0px;
}

.aptk-header--menu li._opaque:hover {
  background: none;
}

.aptk-header._transparent {
  background: none;
}

.aptk-header._transparent .aptk-header--menu li {
  color: #FFFFFF;
}

.aptk-header._transparent {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.loading .aptk-header._transparent {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.aptk-nav {
  position: fixed;
  z-index: 100;
  top: 80px;
  left: 0;
  right: 0;
  height: 50px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.aptk-nav--title {
  float: left;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.8px;
}

.aptk-nav--menu {
  float: right;
}

.aptk-nav--menu ul {
  padding: 10px 0;
}

.aptk-nav--menu li {
  float: left;
  list-style: none;
  color: #435E73;
  opacity: 0.8;
  height: 30px;
  margin-left: 10px;
  letter-spacing: 0.8px;
  padding: 0 15px;
  line-height: 30px;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.aptk-nav--menu li:hover,
.aptk-nav--menu li._selected {
  background: rgba(0, 0, 0, 0.075);
}

.aptk-nav--menu li._opaque {
  opacity: 1;
  padding: 0px;
}

.aptk-nav--menu li._opaque:hover {
  background: none;
}

.aptk-content {
  padding-top: 130px;
  min-height: calc(100vh - 130px - 150px);
}

.aptk-splash {
  height: 300px;
  background: #21A2A8;
  position: relative;
  overflow: hidden;
}

.aptk-splash._expanded {
  height: 500px;
}

.aptk-splash._expanded._alt {
  height: 300px;
}

.aptk-splash._home {
  height: 100vh;
}

.aptk-splash table {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}

.aptk-splash table img {
  display: block;
  margin: auto;
  height: 120px;
  margin-bottom: 10px;
}

.aptk-splash h1 {
  color: #FFFFFF;
  text-align: center;
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 1.2px;
  font-weight: 600;
}

.aptk-splash p {
  color: #E0E6EB;
  font-size: 18px;
  text-align: center;
  max-width: 400px;
  margin: auto;
}

.aptk-splash--bubbles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.aptk-splash--bubbles > img {
  position: absolute;
  opacity: 0.4;
}

.aptk-splash--actions {
  margin-top: 10px;
}

.aptk-splash--actions a {
  display: inline-block;
}

.aptk-splash--actions table {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 10;
}

.aptk-splash--actions a {
  margin: 0 5px;
}

.aptk-splash--notes {
  margin-top: 10px;
  font-size: 11px;
  color: #FFFFFF;
  text-align: center;
  display: block;
}

.aptk-section {
  padding: 150px 0;
}

.aptk-section._white {
  background: #f4f6f8;
}

.aptk-section._blue {
  background: #298192;
}

.aptk-section._grey,
.aptk-section._grey table {
  background: #394F60;
  color: #FFFFFF;
}

.aptk-section._flat {
  padding: 50px 0;
}

.aptk-section h1 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.aptk-section h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.aptk-section._blue h1 {
  color: #FFFFFF;
}

.aptk-section p {
  color: #435E73;
  font-size: 17px;
}

.aptk-section._grey p,
.aptk-section._blue p {
  color: #E0E6EB;
}

.aptk-section p a {
  color: #21A2A8;
}

.aptk-section ul {
  list-style: none;
  margin-bottom: 10px;
}

.aptk-section ul li {
  font-size: 16px;
}

.aptk-section .aptk-card ul li {
  font-size: 12px;
}

aptk-page {
  display: none;
}

.aptk-page {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.aptk-page._loaded {
  opacity: 1;
}

.aptk-solutions {
  overflow: auto;
}

.aptk-solutions h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.aptk-solutions--filters {
  width: calc(100% - 720px);
  margin-right: 20px;
  position: relative;
  float: left;
}

.aptk-solutions--filter {
  position: relative;
}

.aptk-solutions--filter ._clear {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  top: 2px;
  color: #21A2A8;
  cursor: pointer;
  right: 0;
}

.aptk-solutions--results {
  width: 700px;
  float: left;
}

.aptk-solutions label {
  font-size: 14px;
  display: block;
  margin-bottom: 2px;
}

.aptk-solutions--results_grid .aptk-card {
  float: left;
  margin-right: 20px;
  height: 280px;
  margin-bottom: 20px;
}

.aptk-solutions--results_grid .aptk-card._third {
  margin-right: 0px;
}

.aptk-solutions--filter {
  margin-top: 20px;
}

.aptk-card {
  padding: 10px;
  background: #FFFFFF;
  border-radius: 3px;
  width: 220px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.aptk-card._thumbnail {
  padding: 0px;
}

.aptk-card._thumbnail p {
  padding: 0 10px;
}

.aptk-card:hover {
  background: #21A2A8;
  color: #FFFFFF;
  cursor: pointer;
}

.aptk-card._nohover:hover {
  background: #435E73;
  cursor: not-allowed;
}

.aptk-card img {
  height: 80px;
  display: block;
  margin: 10px auto;
}

.aptk-card._thumbnail img {
  margin: 0 auto 10px auto;
  height: auto;
  width: 100%;
}

.aptk-card h3 {
  font-weight: 600;
  color: #394F60;
  margin-bottom: 5px;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.aptk-card h4 {
  font-weight: 600;
  color: #394F60;
  margin-bottom: 5px;
  opacity: 0.8;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.aptk-card p {
  font-size: 13px;
  color: #435E73;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.aptk-card:hover h3,
.aptk-card:hover h4,
.aptk-card:hover p {
  color: #FFFFFF;
}

.aptk-card a {
  color: #21A2A8;
  font-size: 13px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.aptk-card:hover a {
  color: #FFFFFF;
}

.aptk-cards {
  overflow: auto;
}

.aptk-cards .aptk-card {
  float: left;
  margin-right: 20px;
  height: 230px;
  margin-bottom: 20px;
}

.aptk-card ul {
  text-align: left;
  color: #435E73;
  font-size: 12px;
  list-style: none;
}

.aptk-card:hover ul {
  color: #FFFFFF;
}

.aptk-input {
  display: block;
  min-height: 30px;
  width: 100%;
  position: relative;
}

.aptk-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  color: #394F60;
  background: #FFFFFF;
  border: none;
  padding: 0 10px;
  border-radius: 3px;
  border: 2px solid transparent;
  margin-top: 5px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.aptk-input input::-webkit-input-placeholder {
  color: #435E73;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.aptk-input input:-ms-input-placeholder {
  color: #435E73;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.aptk-input input::-ms-input-placeholder {
  color: #435E73;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.aptk-input input::placeholder {
  color: #435E73;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.aptk-input input:active,
.aptk-input input:focus {
  outline: none;
  border: 2px solid #21A2A8;
}

.aptk-input._checkbox input {
  height: 20px;
  width: 20px;
  padding: 0px;
  float: left;
  cursor: pointer;
}

.aptk-input._checkbox input:active,
.aptk-input._checkbox input:focus {
  color: #394F60;
  background: #FFFFFF;
}

.aptk-input._checkbox input:checked {
  background-color: #21A2A8;
}

.aptk-input._checkbox label {
  float: left;
  padding-left: 5px;
  font-size: 13px;
  padding-top: 6px;
  text-transform: capitalize;
}

.aptk-input._checkbox span {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  display: none;
  pointer-events: none;
}

.aptk-input._checkbox input:checked ~ span {
  display: block;
}

.aptk-input._checkbox span:after {
  width: 2px;
  height: 14px;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
  z-index: 10;
  position: absolute;
  left: 9px;
  top: 4px;
}

.aptk-input._checkbox span:before {
  width: 2px;
  height: 14px;
  background: #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
  z-index: 10;
  position: absolute;
  left: 9px;
  top: 4px;
}

.aptk-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 90px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  color: #394F60;
  background: #FFFFFF;
  border: none;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid transparent;
  margin-top: 5px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.aptk-input textarea::-webkit-input-placeholder {
  color: #435E73;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.aptk-input textarea:-ms-input-placeholder {
  color: #435E73;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.aptk-input textarea::-ms-input-placeholder {
  color: #435E73;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.aptk-input textarea::placeholder {
  color: #435E73;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.aptk-input textarea:active,
.aptk-input textarea:focus {
  outline: none;
  border: 2px solid #21A2A8;
}

.aptk-select {
  display: block;
  min-height: 30px;
  width: 100%;
  position: relative;
}

.aptk-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  color: #394F60;
  cursor: pointer;
  background: #FFFFFF;
  border: none;
  padding: 0 10px;
  border-radius: 3px;
  border: 2px solid transparent;
  margin-top: 5px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.aptk-select select::-webkit-input-placeholder {
  color: #435E73;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.aptk-select select:-ms-input-placeholder {
  color: #435E73;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.aptk-select select::-ms-input-placeholder {
  color: #435E73;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.aptk-select select::placeholder {
  color: #435E73;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.aptk-select select:active,
.aptk-select select:focus {
  outline: none;
  border: 2px solid #21A2A8;
}

.aptk-select span {
  position: absolute;
  display: block;
  right: 0px;
  bottom: 0px;
  height: 30px;
  width: 30px;
  pointer-events: none;
}

.aptk-select span:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #435E73;
  opacity: 0.5;
  content: '';
  position: absolute;
  left: 10px;
  top: 8px;
}

.aptk-select span:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #435E73;
  opacity: 0.5;
  content: '';
  position: absolute;
  left: 10px;
  bottom: 8px;
}

.aptk-input input._error,
.aptk-input input._error:active,
.aptk-input input._error:focus,
.aptk-input textarea._error,
.aptk-input textarea._error:active,
.aptk-input textarea._error:focus {
  outline: none;
  border: 2px solid #aa3a3a;
}

.aptk-form {
  max-width: 640px;
  margin: 50px auto 0 auto;
}

.aptk-form .aptk-input,
.aptk-form .aptk-select {
  margin-bottom: 10px;
}

.aptk-form .aptk-button {
  width: 100%;
  margin-top: 10px;
}

.aptk-features {
  color: #435E73;
  list-style: none;
}

.aptk-features li {
  width: 50%;
  display: inline-block;
  margin-bottom: 10px;
}

.aptk-footer {
  padding: 50px 0;
  background: #304250;
  color: #FFFFFF;
}

.aptk-footer table td {
  vertical-align: top;
}

.aptk-footer table td img {
  height: 30px;
  margin-bottom: 10px;
  margin-right: 8px;
}

.aptk-footer table td p {
  color: #E0E6EB;
  font-size: 12px;
  margin-bottom: 10px;
}

.aptk-footer table td h4 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.aptk-footer table td ul {
  color: #E0E6EB;
  list-style: none;
}

.aptk-footer table td a {
  text-decoration: none;
  color: #E0E6EB;
  font-size: 13px;
}

.aptk-footer table td a:hover {
  text-decoration: underline;
}

.aptk-footer table td li {
  margin-bottom: 3px;
}

.aptk-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  font-size: 15px;
  letter-spacing: 0.6px;
  padding: 0 25px;
  border-radius: 3px;
  border: none;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  background: #21A2A8;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.aptk-button:hover {
  background: #298192;
}

.aptk-button[disabled],
.aptk-button[disabled]:hover {
  cursor: not-allowed;
  background: #435E73;
  opacity: 0.5;
}

.aptk-button._dark {
  background: #394F60;
}

.aptk-button._black {
  background: #304250;
}

.aptk-button._light {
  background: #46BBAE;
}

.aptk-blog--space {
  height: 1px;
  background: #435E73;
  opacity: 0.1;
  width: 200px;
  margin: 60px auto;
}

.aptk-blog--image {
  margin: 40px 0;
}

.aptk-blog--image img {
  max-width: 600px;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  border: 1px solid #435E73;
  border-radius: 4px;
}

.aptk-blog--image span {
  display: block;
  margin: 5px auto 0 auto;
  font-size: 13px;
  text-align: center;
}

.aptk-blog--embed {
  margin: 40px 0;
}

.aptk-blog--embed > span {
  display: block;
  margin: 5px auto 0 auto;
  font-size: 13px;
  text-align: center;
}

.aptk-blog--footer {
  font-style: italic;
}

.aptk-blog pre {
  background: #FFFFFF;
  padding: 10px;
  border-radius: 3px;
  font-size: 14px;
}

.aptk-blog--tags span {
  background: #21A2A8;
  color: #FFFFFF;
  font-size: 12px;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
  text-decoration: none;
}

.aptk-blog .aptk-cap > a {
  cursor: pointer;
  text-decoration: none;
}

.aptk-blog--tags {
  margin-bottom: 60px;
  cursor: pointer;
  text-decoration: none;
}

.aptk-documentation {
  overflow: auto;
}

.aptk-documentation h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.aptk-documentation--menu {
  width: calc(100% - 720px);
  margin-right: 20px;
  position: relative;
  float: left;
}

.aptk-documentation--nav {
  position: relative;
  margin-top: 16px;
  background: #FFFFFF;
  border-radius: 3px;
  color: #435E73;
  padding: 10px;
  max-height: calc(100vh - 280px);
  list-style: none;
  overflow: auto;
}

.aptk-documentation--nav ul {
  margin-bottom: 0px !important;
}

.aptk-documentation--nav span {
  height: 24px;
  display: block;
  line-height: 24px;
}

.aptk-documentation--nav span:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.aptk-documentation--nav ._top {
  font-size: 13px;
  font-weight: 600;
  list-style: none;
}

.aptk-documentation--nav ._bottom {
  font-size: 13px;
  margin-left: 10px;
  list-style: none;
}

.aptk-documentation--nav span {
  padding: 0px 10px;
  border-radius: 3px;
}

.aptk-documentation--nav span._selected {
  background: #21A2A8;
  color: #FFFFFF;
}

.aptk-documentation--page {
  width: 700px;
  float: left;
}

.aptk-documentation label {
  font-size: 14px;
  display: block;
  margin-bottom: 2px;
}

.aptk-documentation--filter {
  margin-top: 20px;
}

.aptk-documentation div._warning {
  background: #aa3a3a;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.aptk-documentation div._warning p {
  color: #FFFFFF;
  font-size: 14px;
}

.aptk-documentation div._image div {
  width: 100%;
  margin: auto;
  background: #FFFFFF;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
}

.aptk-documentation div._image img {
  width: 100%;
}

.aptk-documentation div._image p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  right: 0;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
}

.aptk-documentation h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.aptk-documentation ._break {
  width: 200px;
  height: 1px;
  background: rgba(0, 0, 0, 0.075);
  margin: 40px auto;
}

.aptk-documentation ._text {
  font-size: 14px;
}

.aptk-documentation div._nav .aptk-button {
  height: 30px;
  padding: 0 20px;
  float: right;
  margin-left: 10px;
}

.aptk-documentation pre {
  display: inline-block;
  background: #FFFFFF;
  color: #394F60;
  font-size: 12px;
  margin: 0px;
  border-radius: 2px;
  white-space: pre-wrap;
  padding: 2px 5px;
}

.aptk-documentation--page ul {
  list-style: none;
  font-size: 14px;
  padding: 0px;
}

.aptk-documentation--page ul li {
  padding-bottom: 5px;
  font-size: 14px;
}

.aptk-documentation--page ._block {
  margin-bottom: 30px;
}

.aptk-documentation--page .CodeMirror {
  display: inline-block;
  width: calc(50% - 8px);
  border-radius: 6px;
  margin-bottom: 30px;
}

.single ~ .CodeMirror {
  width: 100%;
  margin-right: 0px !important;
}

.CodeMirror, .CodeMirror * {
  font-size: 11px !important;
}

.aptk-documentation--page .CodeMirror:nth-child(2) {
  margin-right: 10px;
}

.CodeMirror,
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: #131d25 !important;
  color: #e0e5eb !important;
}

.CodeMirror ::-webkit-scrollbar {
  background-color: #131d25 !important;
  width: 8px !important;
  height: 8px !important;
}

.CodeMirror ::-webkit-scrollbar-thumb {
  background: #435563 !important;
  border-radius: 4px !important;
  border: 1px solid #131d25 !important;
}

.CodeMirror-selected {
  background: rgba(255, 255, 255, 0.1) !important;
}

.CodeMirror-gutters {
  border-right: 5px solid transparent !important;
  background-color: #131d25 !important;
  color: #e0e5eb !important;
}

.CodeMirror-linenumber {
  color: #e0e5eb !important;
  opacity: 0.5 !important;
}

.cm-s-default .cm-string {
  color: #21a2a8 !important;
}

.cm-s-default .cm-number {
  color: #21a2a8 !important;
}

.cm-s-default .cm-error {
  color: #e0e5eb !important;
}

.cm-s-default .cm-atom {
  color: #e0e5eb !important;
}

.cm-s-default .cm-keyword {
  color: #46BBAE !important;
}

.cm-s-default .cm-def {
  color: #aa3a3a !important;
}

.cm-s-default .cm-comment {
  color: #435E73 !important;
}

.aptk-submenu {
  position: absolute;
  top: 60px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  left: 10px;
  right: 10px;
  border-radius: 3px;
}

.aptk-submenu li {
  width: calc(100% - 20px);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  list-style: none;
  margin: 10px;
  color: #394F60;
  text-decoration: none;
}

.aptk-submenu li:hover {
  background: rgba(0, 0, 0, 0.075);
}

.aptk-submenu a {
  text-decoration: none;
}

.aptk-menu {
  position: absolute;
  top: 90px;
  background: #394F60;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  left: 10px;
  right: 10px;
  border-radius: 3px;
}

.aptk-menu li {
  width: calc(100% - 20px);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  list-style: none;
  margin: 10px;
  color: #E0E6EB;
  text-decoration: none;
}

.aptk-menu li:hover {
  background: rgba(0, 0, 0, 0.075);
}

.aptk-menu a {
  text-decoration: none;
}

.aptk-intro {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #394f60;
  -webkit-animation-name: change;
          animation-name: change;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.loading .aptk-intro {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.aptk-intro--loading {
  position: relative;
  z-index: 1;
}

.aptk-intro--loading .cube {
  width: 150px;
  height: 150px;
  position: absolute;
  left: calc(50vw - 75px);
  top: calc(50vh - 75px);
  z-index: 1;
  -webkit-animation-name: expand1;
          animation-name: expand1;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.loading .aptk-intro--loading .cube {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes expand1 {
  0% {
    width: 150px;
    height: 150px;
    left: calc(50vw - 75px);
    top: calc(50vh - 75px);
  }
  100% {
    width: 300vh;
    height: 300vh;
    left: calc(50vw - 150vh);
    top: calc(50vh - 150vh);
  }
}

@keyframes expand1 {
  0% {
    width: 150px;
    height: 150px;
    left: calc(50vw - 75px);
    top: calc(50vh - 75px);
  }
  100% {
    width: 300vh;
    height: 300vh;
    left: calc(50vw - 150vh);
    top: calc(50vh - 150vh);
  }
}

.aptk-intro--loading .cube-hole {
  width: 150px;
  height: 150px;
  position: absolute;
  left: calc(50vw - 75px);
  top: calc(50vh - 75px);
  z-index: 2;
  -webkit-animation-name: expand2;
          animation-name: expand2;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.loading .aptk-intro--loading .cube-hole {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes expand2 {
  0% {
    width: 150px;
    height: 150px;
    left: calc(50vw - 75px);
    top: calc(50vh - 75px);
  }
  100% {
    width: 120vh;
    height: 120vh;
    left: calc(50vw - 60vh);
    top: calc(50vh - 60vh);
  }
}

@keyframes expand2 {
  0% {
    width: 150px;
    height: 150px;
    left: calc(50vw - 75px);
    top: calc(50vh - 75px);
  }
  100% {
    width: 120vh;
    height: 120vh;
    left: calc(50vw - 60vh);
    top: calc(50vh - 60vh);
  }
}

.aptk-intro--background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  overflow: hidden;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.loading .aptk-intro--background {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  opacity: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.aptk-clip {
  position: absolute;
  height: 300vh;
  width: 300vh;
  top: calc(50vh - (300vh / 2));
  left: calc(50vw - (300vh / 2));
}

.aptk-clip--top {
  -webkit-clip-path: url("#clip-top");
          clip-path: url("#clip-top");
  background: #46bbae;
}

.aptk-clip--left {
  -webkit-clip-path: url("#clip-left");
          clip-path: url("#clip-left");
  background: #21a2a8;
}

.aptk-clip--right {
  -webkit-clip-path: url("#clip-right");
          clip-path: url("#clip-right");
  background: #298192;
}

.aptk-clip--center {
  -webkit-clip-path: url("#clip-center");
          clip-path: url("#clip-center");
  background: #394f60;
  height: 120vh;
  width: 120vh;
  top: calc(50vh - (120vh / 2));
  left: calc(50vw - (120vh / 2));
}

.aptk-clip--container {
  width: calc(60vh);
  height: calc(60vh);
  margin: auto;
  position: absolute;
  top: calc(60vh - (30vh));
  left: calc(60vh - (30vh));
  padding: 15vh 5vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}

.aptk-clip--container h1 {
  font-size: 30px;
  letter-spacing: 1.2px;
  line-height: 36px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 10px 0 0 0;
  padding: 0px 10px 0 10px;
}

.aptk-clip--container p {
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 24px;
  color: #E0E6EB;
  margin: 0px;
  padding: 10px 10px 0 10px;
}

.aptk-home {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.aptk-home .aptk-intro .aptk-button {
  float: right;
  margin-top: 10px;
}

.aptk-bubble {
  position: fixed;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  opacity: 0;
  -webkit-animation-name: fade2;
          animation-name: fade2;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.loading .aptk-bubble {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.now .aptk-bubble {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fade2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes fade2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

.aptk-bubble img {
  width: 100%;
}

.aptk-bubble.full {
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-name: fade4;
          animation-name: fade4;
  opacity: 1;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@-webkit-keyframes fade4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.aptk-bubble.full:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}

.aptk-bubble.selected {
  z-index: 15;
}

.aptk-bubble.white svg path {
  fill: #fff;
}

.aptk-bubble.dblue {
  -webkit-animation-name: fade3;
          animation-name: fade3;
}

@-webkit-keyframes fade3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes fade3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}

.aptk-bubble.dblue svg path {
  fill: #298192;
}

.aptk-bubble.blue svg path {
  fill: #21a2a8;
}

.aptk-bubble.llblue svg path {
  fill: #84D7CE;
}

.aptk-bubble.lblue svg path {
  fill: #46bbae;
}

.aptk-bubble.dgrey svg path {
  fill: #304250;
}

.aptk-bubble.lgrey svg path {
  fill: #405B6F;
}

.aptk-bubble.s {
  width: 50px;
  height: 50px;
}

.loading .aptk-bubble.s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.aptk-bubble.m {
  width: 120px;
  height: 120px;
}

.aptk-bubble.ml {
  width: 140px;
  height: 140px;
}

.loading .aptk-bubble.m {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.aptk-bubble.l {
  width: 200px;
  height: 200px;
}

.loading .aptk-bubble.l {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.aptk-bubble.xl {
  width: 300px;
  height: 300px;
}

.loading .aptk-bubble.xl {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.aptk-bubble.xxl {
  width: 100vh;
  height: 100vh;
  -webkit-animation-name: fade5;
          animation-name: fade5;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0.2 !important;
}

@-webkit-keyframes fade5 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes fade5 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.2;
  }
}

.aptk-iframed .aptk-header,
.aptk-iframed .aptk-nav,
.aptk-iframed .aptk-splash,
.aptk-iframed .aptk-footer {
  display: none;
}

.aptk-iframed .aptk-content {
  padding-top: 0px !important;
}

@media only screen and (max-width: 960px) {
  .aptk-cap {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  .aptk-solutions--filters,
  .aptk-solutions--results {
    width: 720px;
    margin: auto;
    display: block;
    float: none;
  }
  .aptk-solutions--results {
    margin-top: 20px;
  }
  .aptk-solutions--filter {
    display: none;
  }
  .aptk-solutions--results_grid .aptk-card {
    margin: 0 10px 20px 10px !important;
  }
  table._why td {
    width: 100% !important;
    display: block;
    text-align: center;
  }
  table._why td img {
    width: 100%;
  }
  table._why tr td:nth-child(1) {
    display: block !important;
  }
  table._why tr td:nth-last-child(1) {
    display: none !important;
  }
  table._why tr td:nth-child(2) {
    margin-top: 10px;
  }
  .aptk-cards._pricing,
  .aptk-cards._team {
    width: 220px;
    margin: auto;
  }
  .aptk-cards._team .aptk-card {
    height: 315px !important;
  }
  .aptk-features li {
    width: 100%;
  }
  .aptk-section {
    padding: 50px 0;
  }
  .aptk-section p {
    font-size: 14px;
  }
  .aptk-splash--bubbles img:nth-child(2),
  .aptk-splash--bubbles img:nth-child(5) {
    display: none;
  }
}

@media only screen and (max-width: 770px) {
  .aptk-solutions--filters,
  .aptk-solutions--results {
    width: 480px;
  }
}

@media only screen and (max-width: 720px) {
  .aptk-clip--center {
    height: 100vh;
    width: 100vh;
    top: calc(50vh - (100vh / 2));
    left: calc(50vw - (100vh / 2));
  }
  @-webkit-keyframes expand2 {
    0% {
      width: 150px;
      height: 150px;
      left: calc(50vw - 75px);
      top: calc(50vh - 75px);
    }
    100% {
      width: 100vh;
      height: 100vh;
      left: calc(50vw - 50vh);
      top: calc(50vh - 50vh);
    }
  }
  @keyframes expand2 {
    0% {
      width: 150px;
      height: 150px;
      left: calc(50vw - 75px);
      top: calc(50vh - 75px);
    }
    100% {
      width: 100vh;
      height: 100vh;
      left: calc(50vw - 50vh);
      top: calc(50vh - 50vh);
    }
  }
  .aptk-clip--container {
    width: calc(50vh);
    height: calc(50vh);
    top: calc(50vh - (30vh));
    left: calc(50vh - (25vh));
  }
  .aptk-clip--container h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .aptk-clip--container p {
    font-size: 16px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 530px) {
  .aptk-solutions--filters,
  .aptk-solutions--results {
    width: 240px;
  }
}
/*# sourceMappingURL=style.css.map */