@font-face {
  font-display: fallback;
  font-family: "DM Sans";
  src: local("DM Sans Regular"), url(/assets/DMSans-Regular-f4c37daf53f130725687b7b6ebb890a87c46aba0ad63cf233e3afb3fc1ad1146.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: fallback;
  font-family: "DM Sans";
  src: local("DM Sans Medium"), url(/assets/DMSans-Medium-825b1bbbf002e5e8472a1332e0afba75ff59228a39c2f611b7f194c942b2e31e.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: fallback;
  font-family: "DM Sans";
  src: local("DM Sans Bold"), url(/assets/DMSans-Bold-7359a93cfdc3f46a7b40ebfe9d500ab79fb867a5177a8cf2e3ef5916f6da6198.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-from-above {
  from {
    opacity: 0;
    transform: translateY(-100vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  font-display: block;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body {
  background: #ffffff;
  color: #000000;
  font: 400 15px/25px "DM Sans", sans-serif;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

blockquote {
  margin: 0;
}

cite {
  font-style: normal;
}

dd,
dl,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
}

img {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 400;
  font-size: 14px;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

pre,
code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace, monospace;
}

.anchor {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 50%;
  padding-right: 30px;
  transform: translateY(-70%);
  background-image: url(/assets/icons/link-8a603022ae63ac39632fb80b724b15efe10ee196c06ce0af7d627654a5147eaa.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  display: none;
}

h1:hover .anchor, h2:hover .anchor, h3:hover .anchor, h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
  display: block;
}

.background {
  background: #ffffff;
  border-top: 2px solid #ededed;
  padding-top: 70px;
}

.button {
  appearance: none;
  border: 0;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 500;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  padding: 9px 16px;
  background: #0187f3;
  transition: background-color 0.2s;
}
.button:hover {
  background: rgb(40.881147541, 158.9549180328, 254.118852459);
}
.button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  background: rgb(40.881147541, 158.9549180328, 254.118852459);
}

.button--green {
  background: #5db74e;
}
.button--green:hover {
  background: rgb(126.1807228916, 197.7469879518, 114.2530120482);
}
.button--green:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  background: rgb(126.1807228916, 197.7469879518, 114.2530120482);
}

.code {
  background: #f1f1f1;
  font-size: 0.85em;
  padding: 2px;
  border-radius: 2px;
}

.container {
  margin: 0 auto;
  padding: 0 35px;
  max-width: 1070px;
}
@media (max-width: 700px) {
  .container {
    padding: 0 20px;
  }
}

.container--blog {
  max-width: 864px;
}

.container--markdown {
  max-width: 900px;
}

.container--narrow {
  max-width: 776px;
}

.container--pricing {
  max-width: 1400px;
}

.crumbs-banner {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  bottom: 20px;
  border-radius: 8px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1140px;
  padding: 24px 40px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2;
}

.crumbs-edit {
  background-color: #f4f4f4;
  border-radius: 8px;
  left: 50%;
  max-width: 600px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 99;
}

.crumbs-edit__title {
  font-size: 18px;
  font-weight: bold;
}

.crumbs-overlay::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.crumbs-edit-close {
  appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  margin-top: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 8px;
}

.crumbs-edit__section {
  align-items: center;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 24px;
}

.crumbs-edit__description {
  margin-top: 8px;
}

.crumbs-edit__container {
  padding: 24px 24px 90px 24px;
}

.crumbs-edit__block {
  flex: 0 1 75%;
}

.crumbs-edit__block h4 {
  font-weight: 500;
}

.crumbs-edit__block p {
  margin-top: 4px;
}

.crumbs-edit__content {
  height: calc(100vh - 140px);
  max-height: 550px;
  overflow: auto;
  position: static;
}

.crumbs-edit__text {
  font-size: 14px;
}

.crumbs-edit__cta {
  background-color: #f0f0f0;
  bottom: 0;
  border-radius: 8px;
  left: 0;
  padding: 12px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.crumbs__hidden {
  height: 1px;
  position: absolute;
  left: -10000px;
  overflow: hidden;
  top: auto;
  width: 1px;
}

.crumbs-banner__title {
  font-size: 20px;
  font-weight: bold;
}

.crumbs-banner__description {
  margin-top: 8px;
}

.crumbs-banner__description a {
  text-decoration: underline;
}

.crumbs-checkbox {
  height: 0;
  visibility: hidden;
  width: 0;
}

.crumbs-toggle {
  margin-left: 12px;
}

.crumbs-toggle__checkbox {
  background: #858585;
  border-radius: 40px;
  cursor: pointer;
  display: block;
  height: 35px;
  position: relative;
  text-indent: -9999px;
  width: 62px;
}

.crumbs-toggle__checkbox--required {
  cursor: not-allowed;
  opacity: 0.5;
}

.crumbs-toggle__checkbox::after {
  background: #fff;
  border-radius: 24px;
  content: "";
  height: 25px;
  left: 5px;
  position: absolute;
  top: 5px;
  transition: 0.3s ease-in-out;
  width: 25px;
}

.crumbs-checkbox + label {
  background-color: #858585;
}

.crumbs-checkbox:checked + label {
  background-color: #0187f3;
}

.crumbs-checkbox:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.crumbs-toggle__label {
  cursor: pointer;
  font-size: 12px;
  margin: 0 0.5em 0;
}

.crumbs-toggle__wrapper {
  border: 1px solid #dddddd;
  border-radius: 40px;
  display: inline-block;
  font-size: 10px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}

.crumbs-button {
  appearance: none;
  background: #0187f3;
  border: 0;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 500;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  margin-top: 12px;
  padding: 9px 16px;
  transition: background-color 0.2s;
}
.crumbs-button:hover {
  background: rgb(40.881147541, 158.9549180328, 254.118852459);
}

.crumbs-edit-accept {
  margin-top: 0;
}

.crumbs-edit-settings {
  background: #5db74e;
}
.crumbs-edit-settings:hover {
  background: rgb(126.1807228916, 197.7469879518, 114.2530120482);
}

@media screen and (min-width: 900px) {
  .crumbs-banner {
    align-items: center;
    flex-direction: row;
  }
  .crumbs-banner__content {
    flex: 0 1 50%;
  }
  .crumbs-edit__container {
    padding: 40px 40px 80px 40px;
  }
  .crumbs-banner button {
    margin: 0 4px;
  }
  .crumbs-toggle {
    margin-left: 0;
  }
  .crumbs-edit-close {
    right: 16px;
    top: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .crumbs-banner__content {
    flex: 0 1 50%;
  }
}
@media screen and (min-width: 1300px) {
  .crumbs-banner__content {
    flex: 0 1 60%;
  }
}
.flex {
  display: flex;
}

.space-x-2 {
  gap: 0.5rem;
}

.justify-center {
  justify-content: center;
}

.bg-black {
  background-color: #000;
}

.text-white {
  color: #fff;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.text-sm {
  font-size: 16px;
}

.text-yellow-500 {
  color: #f59e0b;
}

.underline {
  text-decoration: underline;
}

.flash {
  padding: 10px;
  border-radius: 4px;
  background: #c7c7c7;
  margin-bottom: 15px;
}

.flash--error {
  background: #e8432b;
  color: #fff;
}

.flash--success {
  background: #0DAB76;
  color: #fff;
}

.form-control {
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 35px;
  font: inherit;
  font-size: 22px;
  line-height: 30px;
  display: block;
  outline: 0;
  padding: 19px;
  text-align: center;
  width: 100%;
}
.form-control:focus {
  background-color: #fff;
  border-color: #0187f3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(1, 135, 243, 0.5);
}

.full-width-image {
  width: 100%;
}

.icon-button {
  align-items: center;
  display: inline-flex;
  border-radius: 4px;
  padding: 15px 22px 15px 20px;
}

.icon-button--block {
  display: flex;
  justify-content: center;
}
.icon-button--block .icon-button__content {
  flex: 0 1 auto;
}

.icon-button--signup {
  background: #5db74e;
  color: #ffffff;
  border-radius: 4px;
}
.icon-button--signup:hover {
  background: rgb(101.2951807229, 186.686746988, 87.063253012);
}
.icon-button--signup:active {
  background: rgb(86.7379518072, 176.4668674699, 71.7831325301);
}

.icon-button--subtle {
  color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}
.icon-button--subtle:hover {
  text-decoration: underline;
}

.icon-button__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.icon-button__icon {
  flex: 0 0 auto;
  height: 32px;
  margin: 0 12px 0 0;
  width: 32px;
}

.icon-button__text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 16px;
  margin: 2px 0 0;
  text-transform: uppercase;
}

.icon-button__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.icon-button--link:hover .icon-button__title {
  text-decoration: underline;
}

.icon-button--signup:hover .icon-button__title {
  text-decoration: none;
}

.icon-button--medium {
  padding: 19px 28px 19px 24px;
}
.icon-button--medium .icon-button__title {
  font-size: 22px;
}
.icon-button--medium .icon-button__icon {
  height: 22px;
  width: 22px;
  margin: 0 10px 0 0;
}
@media (max-width: 360px) {
  .icon-button--medium {
    padding: 15px 24px 15px 20px;
  }
  .icon-button--medium .icon-button__title {
    font-size: 18px;
  }
  .icon-button--medium .icon-button__icon {
    height: 18px;
    width: 18px;
  }
}

.icon-button--small {
  padding: 13px 22px 13px 18px;
}
.icon-button--small .icon-button__title {
  font-size: 16px;
}
.icon-button--small .icon-button__icon {
  height: 18px;
  width: 18px;
  margin: 0 10px 0 0;
}

@media (max-width: 440px) {
  .icon-button__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.label {
  display: block;
  font-weight: 500;
  user-select: none;
  margin-bottom: 7px;
}

.overlay {
  display: none;
}

.dialog ~ .overlay {
  animation: slide-from-above 500ms ease-in-out forwards;
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100vh);
  z-index: 1;
}

.play {
  background: #1b81ff url(/assets/icons/play-782e379c64730958a041c8ffe0468d3f8af21f30377b044841a012d672ad2b0b.svg) center center/auto 24px no-repeat;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  text-indent: -9999px;
  width: 32px;
}
.play:hover {
  background-color: rgb(52.5, 143.0921052632, 255);
}
.play:active {
  background-color: rgb(1.5, 114.9078947368, 255);
}

.section {
  background: #ffffff;
}

.section ~ .section {
  border-top: 1px solid rgb(235.25, 246.5357142857, 255);
}

.section--shaded {
  background: #f8fcff;
  border-top: 1px solid rgb(235.25, 246.5357142857, 255);
}

.section--spaced {
  padding: 48px 0;
}
@media (min-width: 840px) {
  .section--spaced {
    padding: 72px 0 80px;
  }
}

.section__container {
  align-items: center;
  display: flex;
  height: 440px;
  justify-content: center;
}

.section__content {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 24px;
  max-width: 512px;
}

.section__illustration {
  display: block;
  height: 160px;
}

.section__image {
  align-items: center;
  background: #f8fcff;
  border: 1px solid rgb(222.5, 241.0714285714, 255);
  border-radius: 50%;
  display: flex;
  height: 320px;
  justify-content: center;
  width: 100%;
}
.section--shaded .section__image {
  background: #ffffff;
}

.section__lead {
  color: #666666;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 12px;
}

.section__link {
  color: #0187f3;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid rgb(222.5, 241.0714285714, 255);
}

.section__list {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 8px 0;
}

.section__list-item:not(:last-child) {
  margin: 0 0 2px;
}

.section__media {
  flex: 0 0 auto;
  margin: 0 0 0 48px;
  width: 320px;
}
.section--reversed .section__media {
  margin: 0 48px 0 0;
  order: -1;
}

.section__more {
  margin: 12px 0 0;
}

.section__title {
  font-size: 36px;
  line-height: 44px;
}

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

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

.section-header--support {
  padding-bottom: 72px;
}

.section-header__lead {
  color: #787878;
  display: inline;
  font-size: 4.625vw;
  line-height: 1.5;
}
@media (min-width: 396px) {
  .section-header__lead {
    font-size: 18px;
    line-height: 1.75;
  }
}
@media (min-width: 960px) {
  .section-header__lead {
    display: block;
  }
  .section-header__lead + .section-header__lead {
    margin-top: 3px;
  }
}
.section-header__lead a {
  text-decoration: underline;
}

@media (min-width: 960px) {
  .section-header__lead--larger {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media (min-width: 960px) {
  .section-header__leads--larger {
    margin: 0 auto;
    max-width: 768px;
  }
}

.section-header__title {
  font-size: 6.75vw;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 8px;
}
@media (min-width: 468px) {
  .section-header__title {
    font-size: 30px;
  }
}
@media (min-width: 526px) {
  .section-header__title {
    font-size: 34px;
  }
}
@media (min-width: 640px) {
  .section-header__title {
    font-size: 36px;
  }
}

.section-footer {
  text-align: center;
  margin-top: 25px;
}

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

.section-footer--support {
  padding-bottom: 72px;
}

.section-footer__lead {
  color: #787878;
  display: inline;
  font-size: 4.625vw;
  line-height: 1.5;
}
@media (min-width: 396px) {
  .section-footer__lead {
    font-size: 18px;
    line-height: 1.75;
  }
}
@media (min-width: 960px) {
  .section-footer__lead {
    display: block;
  }
  .section-footer__lead + .section-footer__lead {
    margin-top: 3px;
  }
}
.section-footer__lead a {
  text-decoration: underline;
}

@media (min-width: 960px) {
  .section-footer__lead--larger {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media (min-width: 960px) {
  .section-footer__leads--larger {
    margin: 0 auto;
    max-width: 768px;
  }
}

.section-footer__title {
  font-size: 6.75vw;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 8px;
}
@media (min-width: 468px) {
  .section-footer__title {
    font-size: 30px;
  }
}
@media (min-width: 526px) {
  .section-footer__title {
    font-size: 34px;
  }
}
@media (min-width: 640px) {
  .section-footer__title {
    font-size: 36px;
  }
}

.video {
  animation: fade-in 500ms ease-in-out 250ms forwards;
  background: #000000;
  max-height: 60%;
  opacity: 0;
  position: fixed;
  top: 10%;
  margin-left: calc(50vw - 500px);
  width: 1000px;
  height: auto;
  min-height: 562px;
  z-index: 2;
}
@media (max-width: 1000px) {
  .video {
    width: 100%;
    margin-left: 0;
    height: auto;
    min-height: 56.25vw;
  }
}

.additional-pricing-options {
  padding: 16px 24px;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(172, 172, 172, 0.1);
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 880px;
  margin: 0 auto 104px;
}
@media (min-width: 960px) {
  .additional-pricing-options {
    align-items: center;
    flex-direction: row;
    text-align: left;
  }
}

.additional-pricing-options__text-wrapper {
  flex: 1;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .additional-pricing-options__text-wrapper {
    margin-right: 24px;
    margin-bottom: 0;
  }
}

.additional-pricing-options__text {
  color: #959595;
  font-size: 18px;
  line-height: 26px;
}
.additional-pricing-options__text a {
  font-weight: 500;
  text-decoration: underline;
}

.additional-pricing-options__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

@media (min-width: 960px) {
  .additional-pricing-options__cta {
    width: 192px;
  }
}

.addons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.addons__box {
  flex-basis: 50%;
  margin: 0 5px;
  padding: 45px;
  border-radius: 8px;
  border: 2px solid #e7e7e7;
  text-align: center;
}

.addons__title {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 28px;
}

.addons__text {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.addons__price {
  font-weight: 500;
  font-size: 19px;
}

.addons__box--red .addons__text {
  color: #f30200;
}
.addons__box--red .addons__price {
  color: #f30200;
}
.addons__box--red .addons__title span {
  color: #f30200;
}

.addons__box--blue .addons__text {
  color: #554ccb;
}
.addons__box--blue .addons__price {
  color: #554ccb;
}
.addons__box--blue .addons__title span {
  color: #554ccb;
}

@media (max-width: 850px) {
  .addons {
    flex-direction: column;
  }
  .addons__box {
    flex-basis: auto;
    margin: 0;
    margin-bottom: 20px;
  }
}
.applied-coupon {
  background: #f0f8ff;
  border-bottom: 1px solid #d7edff;
  border-top: 1px solid #d7edff;
  margin: -20px -40px 0;
  padding: 20px 32px 24px;
  text-align: center;
}
@media (min-width: 540px) {
  .applied-coupon {
    font-size: 18px;
    line-height: 26px;
  }
}

.applied-coupon__coupon {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(26, 26, 26, 0.125);
  display: inline-block;
  padding: 12px 16px;
}

.applied-coupon__percentage {
  background: #61d33f;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  margin: 0 0.25ch 0 0;
  padding: 0 6px 1px;
}

.applied-coupon__title {
  color: #7b7b7b;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.area {
  align-items: center;
  background: #f8fcff;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 32px;
  width: 100%;
}

.area--white {
  background: #ffffff;
}

.area__icon {
  display: block;
  height: 72px;
  margin: 0 0 24px;
  object-fit: contain;
  object-position: center center;
  width: 72px;
}

.area__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.area:active .area__title {
  color: #1b81ff;
}

.area__title--large {
  font-size: 28px;
}

.areas {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, 304px);
  justify-content: center;
  margin: 48px 0 0;
}

.blog-about__buttons {
  align-items: center;
  display: flex;
}

.blog-about__logo {
  margin: 0 0 10px;
}

.blog-article-boxes {
  margin: 0 0 20px;
}
@media (min-width: 1000px) {
  .blog-article-boxes {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
}
.blog-featured-articles + .blog-article-boxes {
  margin: 30px 0 20px;
}
@media (min-width: 1000px) {
  .blog-featured-articles + .blog-article-boxes {
    margin: 30px 0 20px;
  }
}

.blog-article-boxes__article {
  margin: 0 0 30px;
}
@media (max-width: 999px) {
  .blog-article-boxes__article {
    align-items: center;
    display: flex;
  }
}
@media (min-width: 1000px) {
  .blog-article-boxes__article {
    flex: 0 0 auto;
    margin: 0 20px 30px 0;
    width: calc((100% - 40px) / 3);
  }
  .blog-article-boxes__article:nth-child(3n+3) {
    margin: 0 0 30px 0;
  }
}

.blog-article-boxes__article--empty {
  margin: 0 !important;
}

@media (max-width: 999px) {
  .blog-article-boxes__content {
    flex: 1 1 auto;
  }
}

.blog-article-boxes__date {
  color: #cbcbcb;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 8px;
}

.blog-article-boxes__excerpt {
  font-size: 16px;
  line-height: 24px;
}

.blog-article-boxes__icon {
  display: block;
  height: auto;
  width: 48px;
}
.blog-article-boxes__icon svg {
  display: block;
  width: 100%;
}

.blog-article-boxes__image {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
  display: flex;
  height: 185px;
  justify-content: center;
  margin: 0 0 20px;
  overflow: hidden;
  transition: transform 125ms ease-in-out;
}
.blog-article-boxes__image:hover {
  transform: scale(1.0125);
}
@media (max-width: 999px) {
  .blog-article-boxes__image {
    flex: 0 0 auto;
    height: 114px;
    margin: 0 0 0 30px;
    max-width: 170px;
    order: 1;
    width: 25%;
  }
}

.blog-article-boxes__link:hover {
  text-decoration: underline;
}

.blog-article-boxes__title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 25px;
  margin: 0 0 4px;
}

.blog-author {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.blog-author__bio {
  flex: 1 1 auto;
  font-size: 15px;
  line-height: 24px;
  width: calc(100% - 200px);
}

.blog-author__image {
  display: none;
}
@media (min-width: 480px) {
  .blog-author__image {
    background: #efefef 50% 50%/cover no-repeat;
    border-radius: 4px;
    display: block;
    flex: 0 0 auto;
    height: 64px;
    margin: 0 0 0 30px;
    width: 100px;
  }
}
@media (min-width: 768px) {
  .blog-author__image {
    height: 96px;
    width: 170px;
  }
}

.blog-author__link {
  background: transparent 0 50%/auto 16px no-repeat;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  padding: 0 0 0 22px;
}
.blog-author__link:hover {
  text-decoration: underline;
}
.blog-author__link:not(:last-child) {
  margin: 0 20px 0 0;
}

.blog-author__link--dribbble {
  background-image: url(/assets/qlog/social/dribbble-e4dac936a91c10429f9a3b0b410c000f9b2ba8534f4b696a13125c2cac124838.svg);
  color: #ee5a94;
}

.blog-author__link--homepage {
  background-image: url(/assets/qlog/social/homepage-090581d3b4f2f1a13f0f313cfb0819fe68cfee65d4690421a51c2fbc3159e806.svg);
  color: #22bf54;
}

.blog-author__link--github {
  background-image: url(/assets/qlog/social/github-0f5bf5f3802343116d1758b6b70d2cec4f288c6f0feb30a1f65682d8b5f43686.svg);
  color: #222222;
}

.blog-author__link--pen {
  background-image: url(/assets/qlog/icons/pen-72e4a5bcca5a3c37540a75ddfe723c18124817383f40ba3284b02207f8de78de.svg);
  color: #999999;
}

.blog-author__link--twitter {
  background-image: url(/assets/qlog/social/twitter-22b2f50932d0b6170ee100e3f3f33ad4f2478c0d74fe349f15dd5f441417805a.svg);
  color: #07a0f5;
}

.blog-author__social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 14px 0 -6px;
  width: 100%;
}

.blog-button {
  appearance: none;
  background: #058add;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font: inherit;
  line-height: 25px;
  padding: 6px 20px;
  text-align: center;
}
.blog-button:hover {
  background: rgb(5.564159292, 153.5707964602, 245.935840708);
}
.blog-button:active {
  background: rgb(4.435840708, 122.4292035398, 196.064159292);
}

.blog-button--trial {
  background: #c886df;
}
.blog-button--trial:hover {
  background: rgb(209.1666666667, 154.1666666667, 228.3333333333);
}
.blog-button--trial:active {
  background: rgb(190.8333333333, 113.8333333333, 217.6666666667);
}

.blog-categories {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 24px;
  max-width: 318px;
  padding: 0;
}

.blog-categories__category {
  background: transparent url(/assets/qlog/icons/category-37bb3e4652e927cdf83f3d5e9161036a7b7d2889ad24a4c8c1ed12f581f905e3.svg) 0 50%/auto 16px no-repeat;
  flex: 0 0 50%;
  line-height: 25px;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0 0 0 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-categories__category--archive {
  background-image: url(/assets/qlog/icons/archive-2d0b36e21e24ed869dee9eabca4ffb48d25b4a58a24a7054cfa1bc8634f44c0a.svg);
}

.blog-categories__link:hover {
  text-decoration: underline;
}

.blog-columns {
  margin: 0 auto 92px;
  max-width: 1048px;
  padding: 0 24px;
}

.blog-columns__sidebar {
  margin: 30px 0 0;
}

@media (min-width: 880px) {
  .blog-columns {
    align-items: flex-start;
    display: flex;
  }
  .blog-columns__main {
    flex: 1 1 auto;
  }
  .blog-columns__sidebar {
    flex: 0 0 318px;
    margin: 0 0 0 50px;
  }
}
.blog-empty {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  color: #999999;
  font-size: 22px;
  line-height: 28px;
  margin: 0 auto 64px;
  max-width: 768px;
  padding: 32px 24px;
  text-align: center;
}

.blog-featured-articles {
  margin: 0 0 -20px;
}
@media (min-width: 700px) {
  .blog-featured-articles {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}

.blog-featured-articles__article {
  background-size: cover;
  border-radius: 6px;
  flex: 1 1 auto;
  height: 50vh;
  margin: 0 0 20px;
  max-height: 300px;
  min-height: 192px;
  overflow: hidden;
  position: relative;
  transition: transform 125ms ease-in-out;
}
.blog-featured-articles__article:hover {
  transform: scale(1.0125);
}
@media (min-width: 700px) {
  .blog-featured-articles__article:nth-child(even) {
    margin: 0 0 20px 20px;
  }
}

.blog-featured-articles__article--empty {
  height: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

@media (min-width: 700px) {
  .blog-featured-articles__article--boxes-bottom-left {
    width: calc(40% - 10px);
  }
}

@media (min-width: 700px) {
  .blog-featured-articles__article--boxes-bottom-right {
    width: calc(60% - 10px);
  }
}

@media (min-width: 700px) {
  .blog-featured-articles__article--boxes-top-left {
    width: calc(60% - 10px);
  }
}

@media (min-width: 700px) {
  .blog-featured-articles__article--boxes-top-right {
    width: calc(40% - 10px);
  }
}

.blog-featured-articles__date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
  margin: 6px 0 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.blog-featured-articles__link {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  padding: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 700px) {
  .blog-featured-articles__article--boxes-bottom-right .blog-featured-articles__link, .blog-featured-articles__article--boxes-top-left .blog-featured-articles__link {
    padding: 40px 150px 40px 40px;
  }
}

.blog-featured-articles__title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 32px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.blog-featured-articles__link:hover .blog-featured-articles__title {
  text-decoration: underline;
}

.blog-header {
  padding: 32px 0;
}
@media (min-width: 800px) {
  .blog-header {
    padding: 72px 0 40px;
  }
}

.blog-header--centered {
  margin: 0 auto;
  max-width: 768px;
  text-align: center;
}

.blog-header__lead {
  color: #686868;
  font-size: 21px;
  margin: 10px 0 0;
  letter-spacing: -0.12px;
  line-height: 29px;
}

@media (min-width: 800px) {
  .blog-header__byline {
    margin: 0 12px 0 0;
    padding: 0 13px 0 0;
    position: relative;
  }
  .blog-header__byline::after {
    background: #c3c3c3;
    content: "";
    display: block;
    height: 1em;
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
}

.blog-header__category {
  text-decoration: underline;
  text-decoration-color: #a8a8a8;
}
.blog-header__category:hover {
  text-decoration-color: rgb(142.5, 142.5, 142.5);
}
.blog-header__category:active {
  text-decoration-color: #757575;
}

.blog-header__meta {
  font-size: 16px;
  line-height: 1.5;
  margin: 8px 0 0;
  opacity: 0.5;
}
@media (min-width: 560px) {
  .blog-header__meta {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 800px) {
  .blog-header__meta {
    display: flex;
  }
}

.blog-header__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.125em;
}
@media (min-width: 480px) {
  .blog-header__title {
    font-size: 28px;
  }
}
@media (min-width: 560px) {
  .blog-header__title {
    font-size: 32px;
  }
}
@media (min-width: 800px) {
  .blog-header__title {
    font-size: 46px;
  }
}

.blog-listing {
  align-items: center;
  display: flex;
}
.blog-listing:not(:last-child) {
  margin: 0 0 20px;
}

.blog-listing + .blog-listing {
  border-top: 1px solid #efefef;
  padding: 20px 0 0;
}

.blog-listing__content {
  flex: 1 1 auto;
  min-width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-listing__date {
  color: #cbcbcb;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 4px;
}

.blog-listing__excerpt {
  font-size: 15px;
  line-height: 23px;
}

.blog-listing__link:hover {
  text-decoration: underline;
}

.blog-listing__icon {
  display: block;
  height: auto;
  width: 48px;
}
.blog-listing__icon svg {
  display: block;
  width: 100%;
}

.blog-listing__image {
  border-radius: 4px;
  height: 114px;
  object-fit: cover;
  width: 100%;
}

.blog-listing__image--icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.blog-listing__image-link {
  flex: 0 0 auto;
  margin: 0 0 0 30px;
  max-width: 170px;
  transition: transform 125ms ease-in-out;
  width: 25%;
}
.blog-listing__image-link:hover {
  transform: scale(1.025);
}

.blog-listing__title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 25px;
}

.blog-markdown .blog-markdown .retention {
  background: #f4fbff;
  border: 1px solid #c6d9e5;
  padding: 15px;
}
.blog-markdown {
  font-size: 16px;
  line-height: 1.75em;
}
@media (min-width: 560px) {
  .blog-markdown {
    font-size: 18px;
  }
}
.blog-markdown > *:first-child {
  margin-top: 0 !important;
}
.blog-markdown img {
  background-color: #fff;
  box-sizing: content-box;
}
.blog-markdown h1,
.blog-markdown h2,
.blog-markdown h3,
.blog-markdown h4,
.blog-markdown h5,
.blog-markdown h6,
.blog-markdown table {
  margin: 32px 0 14px;
}
@media (min-width: 800px) {
  .blog-markdown h1,
  .blog-markdown h2,
  .blog-markdown h3,
  .blog-markdown h4,
  .blog-markdown h5,
  .blog-markdown h6,
  .blog-markdown table {
    margin: 44px 0 26px;
  }
}
.blog-markdown h1,
.blog-markdown h2,
.blog-markdown h3,
.blog-markdown h4,
.blog-markdown h5,
.blog-markdown h6 {
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}
.blog-markdown b,
.blog-markdown strong {
  font-weight: 600;
}
.blog-markdown blockquote,
.blog-markdown dl,
.blog-markdown ol,
.blog-markdown p,
.blog-markdown pre,
.blog-markdown table,
.blog-markdown ul {
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .blog-markdown blockquote,
  .blog-markdown dl,
  .blog-markdown ol,
  .blog-markdown p,
  .blog-markdown pre,
  .blog-markdown table,
  .blog-markdown ul {
    margin-bottom: 25px;
  }
}
.blog-markdown li + li {
  margin: 12px 0 0;
}
.blog-markdown ol,
.blog-markdown ul {
  margin-left: 1.5em;
}
@media (min-width: 800px) {
  .blog-markdown ol,
  .blog-markdown ul {
    margin-left: 2em;
  }
}
.blog-markdown ol {
  list-style: decimal;
}
.blog-markdown ul {
  list-style: disc;
}
.blog-markdown sup a {
  border: 0 !important;
  color: #999 !important;
  margin-left: 2px;
}
.blog-markdown div.footnotes hr {
  border-color: #efefef;
  height: 2px;
  margin: 60px auto;
  max-width: 75%;
}
.blog-markdown div.footnotes > hr {
  display: none;
}
.blog-markdown div.footnotes {
  border-top: 1px solid #efefef;
  color: #666;
  font-size: 12px;
  margin-top: 40px;
  padding-top: 15px;
}
.blog-markdown div.footnotes p {
  margin: 0;
}
.blog-markdown div.footnotes p a {
  border: 0;
  color: #999;
  font-weight: 600;
}
.blog-markdown div.footnotes li + li {
  margin-top: 6px;
}
.blog-markdown h1 {
  border-bottom: 2px solid #eee;
  font-size: 2em;
  font-weight: 600;
  padding-bottom: 0.3em;
}
.blog-markdown h2 {
  border-bottom: 2px solid #eee;
  font-size: 1.5em;
  padding-bottom: 0.3em;
}
.blog-markdown h3 {
  font-size: 1.25em;
}
.blog-markdown p.codeTitle {
  background: #eee;
  border-bottom: 1px dashed #dcdcdc;
  border-radius: 4px 4px 0 0;
  color: #888;
  font-size: 12px;
  margin-bottom: 0;
  padding: 8px 16px;
}
.blog-markdown pre {
  background: #f2f2f2;
  border-radius: 4px;
  line-height: 1.45;
  overflow: auto;
  padding: 16px;
  white-space: pre;
  word-wrap: normal;
}
.blog-markdown pre code {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-size: inherit;
  padding: 0;
}
.blog-markdown p.codeTitle + pre {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-markdown ol a,
.blog-markdown p a,
.blog-markdown ul a {
  border-bottom: 1px solid rgb(198.5607476636, 229.3457943925, 250.4392523364);
  color: #39a5ef;
}
.blog-markdown ol a:hover,
.blog-markdown p a:hover,
.blog-markdown ul a:hover {
  color: rgb(16.4112149533, 127.1869158879, 203.0887850467);
}
.blog-markdown ol a.brandLink,
.blog-markdown p a.brandLink,
.blog-markdown ul a.brandLink {
  border-bottom: 1px solid #ddd;
  color: inherit;
  color: #555;
}
.blog-markdown ol a.brandLink:hover,
.blog-markdown p a.brandLink:hover,
.blog-markdown ul a.brandLink:hover {
  color: #222;
  text-decoration: none;
}
.blog-markdown p img {
  display: block;
  margin: auto;
  max-width: 100%;
  text-align: center;
}
.blog-markdown p.big {
  font-size: 22px;
}
.blog-markdown p.colorBox {
  background: #fffff1;
  border: 2px solid #e8e8e2;
  border-radius: 6px;
  color: #888878;
  font-size: 90%;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 20px;
}
.blog-markdown p.colorBox a {
  border-color: rgb(207.6811023622, 207.6811023622, 201.3188976378);
  color: #888878;
}
.blog-markdown p.colorBox a:hover {
  color: rgb(95.4035433071, 95.4035433071, 84.0964566929);
}
.blog-markdown p.colorBox code {
  background-color: rgba(0, 0, 0, 0.05);
}
.blog-markdown p.colorBox.blue {
  background-color: #f2f8ff;
  border-color: #cfd8e4;
  color: #6890c5;
}
.blog-markdown p.colorBox.blue a {
  border-color: rgb(214.5406698565, 225.2583732057, 239.4593301435);
  color: #6890c5;
}
.blog-markdown p.colorBox.blue a:hover {
  color: rgb(62.3014354067, 105.2679425837, 162.1985645933);
}
.blog-markdown p.colorBox.purple {
  background-color: #fbf5ff;
  border-color: #dcd3e2;
  color: #924db9;
}
.blog-markdown p.colorBox.purple a {
  border-color: rgb(213.2459677419, 186.814516129, 228.185483871);
  color: #924db9;
}
.blog-markdown p.colorBox.purple a:hover {
  color: rgb(103.9697580645, 52.3588709677, 133.1411290323);
}
.blog-markdown p.colorBox.red {
  background-color: #fff5f5;
  border-color: #ebd4d4;
  color: #dc6b6b;
}
.blog-markdown p.colorBox.red a {
  border-color: rgb(249.262295082, 230.737704918, 230.737704918);
  color: #dc6b6b;
}
.blog-markdown p.colorBox.red a:hover {
  color: rgb(202.5901639344, 47.9098360656, 47.9098360656);
}
.blog-markdown p.colorBox.green {
  background-color: #f5fff2;
  border-color: #cbdac7;
  color: #5ac249;
}
.blog-markdown p.colorBox.green a {
  border-color: rgb(193.8888888889, 232.4074074074, 187.5925925926);
  color: #5ac249;
}
.blog-markdown p.colorBox.green a:hover {
  color: rgb(61.1481481481, 142.6790123457, 47.8209876543);
}
.blog-markdown .embeddedVideo {
  margin: 20px 0;
  padding: 0 0 56.25%;
  position: relative;
}
.blog-markdown .embeddedVideo iframe {
  height: 100% !important;
  position: absolute;
  width: 100% !important;
}
@media (min-width: 800px) {
  .blog-markdown .embeddedVideo {
    margin: 60px 0;
  }
}
.blog-markdown .imageCaption {
  color: #999;
  display: block;
  font-size: 12px;
  margin-bottom: 60px;
  margin-top: 10px;
  text-align: center;
}
.blog-markdown img.right {
  float: right;
  margin: 0 -100px 40px 40px;
  max-width: 500px;
}
.blog-markdown img.left {
  float: left;
  margin: 0 40px 40px -100px;
  max-width: 500px;
}
.blog-markdown img.radius {
  border-radius: 6px;
}
.blog-markdown img.bordered {
  border: 3px solid #fff;
}
.blog-markdown img.screenshot {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.125);
  margin: 60px auto 60px auto;
  max-width: 100%;
}
.blog-markdown img.shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.blog-markdown img.center,
.blog-markdown img.centre {
  margin: 40px auto 60px auto;
  max-width: 90%;
}
.blog-markdown img.big {
  margin-left: -70px !important;
  margin-right: -70px !important;
  max-width: calc(100% + 70px + 70px) !important;
}
.blog-markdown blockquote {
  border-left: 6px solid #efefef;
  padding-left: 30px;
}
.blog-markdown blockquote p {
  color: #888;
  font-size: 24px;
  font-style: italic;
  line-height: 1.7;
}
.blog-markdown code {
  background: #efefef;
  border-radius: 3px;
  padding: 0.15em 0.35em;
}
.blog-markdown mark {
  background: #fffcdf;
  padding: 0.15em 0.35em;
}
.blog-markdown table {
  margin-bottom: 40px;
  width: 100%;
}
.blog-markdown table td,
.blog-markdown table th {
  padding: 8px 0;
}
.blog-markdown table thead tr td,
.blog-markdown table thead tr th {
  border-bottom: 2px solid #000;
  font-weight: 600;
}
.blog-markdown table tbody tr td {
  border-bottom: 1px solid #efefef;
}
.blog-markdown table tbody tr:last-child td {
  border-bottom-color: #000;
}

@media (max-width: 920px) {
  .blog-markdown img.big {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}
.blog-pagination {
  display: flex;
  font-size: 16px;
  justify-content: center;
  line-height: 26px;
  margin: 0 0 60px;
}

.blog-pagination__button {
  color: #a8a8a8;
  display: block;
  padding: 4px 14px 5px;
}
.blog-pagination__button:hover {
  color: rgb(129.75, 129.75, 129.75);
}

.blog-pagination__button--text {
  background: #fafafa;
}

.blog-pagination__button.is-current {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.175);
  color: #058add;
  font-weight: 700;
}

.blog-pagination__container {
  align-items: center;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  display: flex;
  justify-content: center;
}
.blog-pagination__container > :first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.blog-pagination__container > :last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.blog-pagination__container > :not(:last-child) {
  border-right: 1px solid #d7d7d7;
}

.blog-post {
  border-top: 1px solid #333333;
}

.blog-post__aside {
  margin: 0 0 60px;
}

.blog-post__content {
  margin: 0 0 80px;
}

.blog-post__icon {
  width: 100px;
}
.blog-post__icon svg {
  display: block;
  width: 100%;
}

.blog-post__image {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  height: 30vh;
  margin: 0 auto 20px;
  max-width: 1000px;
  object-fit: cover;
  width: 100%;
}
@media (min-height: 756px) {
  .blog-post__image {
    height: 450px;
  }
}
@media (min-width: 560px) {
  .blog-post__image {
    margin: 0 auto 32px;
  }
}
@media (min-width: 800px) {
  .blog-post__image {
    margin: 0 auto 60px;
  }
}
@media (min-width: 1000px) {
  .blog-post__image {
    border-radius: 6px;
  }
}

.blog-post__image--icon {
  align-items: center;
  display: flex;
  height: 260px;
  justify-content: center;
}

.blog-post__title {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 52px;
}

.blog-rater {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 578px) {
  .blog-rater {
    flex-direction: row;
  }
}

.blog-rater__button {
  appearance: none;
  background: #fafafa 6px 50%/15px no-repeat;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #999999;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 26px;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: 0 8px 0 26px;
}
.blog-rater__button:hover {
  border-color: #afdbf9;
  color: rgb(127.5, 127.5, 127.5);
}
.blog-rater__button:active {
  background-color: rgb(237.25, 237.25, 237.25);
}
.blog-rater__checkbox:checked ~ .blog-rater__button {
  background-color: #f6fbfe;
  border-color: #39a5ef;
  color: #39a5ef;
  font-weight: 600;
}

.blog-rater__checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  display: block;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  margin: -1px 0 0 -1px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.blog-rater__button--heart {
  background-image: url(/assets/qlog/reactions/heart-3e97709aad6067ca7047908149e39a358e573890790a1749bb6fb8d822007fd1.png);
}

.blog-rater__button--laughing {
  background-image: url(/assets/qlog/reactions/laughing-0c7ae5f45d41ef979d2770f78d3507ccd6047b7132e2d35c1edfd2a30508e42f.png);
}

.blog-rater__button--penguin {
  background-image: url(/assets/qlog/reactions/penguin-ea95882f1b2ebc1efa538c7d005a3bbab18fc7eb4f861a7dcf5aff9845fb5195.png);
}

.blog-rater__button--sad {
  background-image: url(/assets/qlog/reactions/sad-4e841aa6f4cc29f7adb9f228243dd0512193dafc55af05b31048beb4cfaed0d4.png);
}

.blog-rater__button--thumbsup {
  background-image: url(/assets/qlog/reactions/thumbsup-0521c4e4c9d15caab660409e8e3030f3132401e60138fd1b62dc49aec195175e.png);
}

.blog-rater__option {
  flex: 0 0 auto;
}
.blog-rater__option:not(:last-child) {
  margin: 0 4px 0 0;
}
@media (min-width: 360px) {
  .blog-rater__option:not(:last-child) {
    margin: 0 6px 0 0;
  }
}

.blog-rater__options {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}
@media (min-width: 578px) {
  .blog-rater__options {
    margin: 0 0 0 20px;
  }
}

.blog-rater__text {
  color: #999999;
  flex: 0 0 auto;
  font: inherit;
  white-space: nowrap;
}

.blog-section ~ .blog-section {
  margin: 30px 0 0;
}

.blog-section__description {
  color: #999999;
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 20px;
}

.blog-section__title {
  border-top: 4px solid #efefef;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 24px;
  padding: 12px 0 0;
}

.blog-share {
  background: #fffff1;
  border-radius: 6px;
  border: 1px dashed #e8e8e2;
  color: #888878;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin: 30px 0 0;
  padding: 20px;
}
@media (min-width: 800px) {
  .blog-share {
    display: flex;
    justify-content: space-between;
  }
}

.blog-share__enjoy {
  display: block;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 336px) {
  .blog-share__enjoy {
    display: inline;
    font: inherit;
  }
}

@media (min-width: 376px) and (max-width: 511px) {
  .blog-share__extra {
    display: none;
  }
}

.blog-share__item:not(:last-child) {
  margin: 0 0 12px;
}
@media (min-width: 376px) {
  .blog-share__item:not(:last-child) {
    margin: 0 20px 0 0;
  }
}

.blog-share__link {
  background: transparent 0 50%/16px auto no-repeat;
  padding: 0 0 0 22px;
}
.blog-share__link:hover {
  text-decoration: underline;
}

.blog-share__link--facebook {
  background-image: url(/assets/qlog/share/facebook-a1ee1e19d19affe56f9d1a06f5d69c8b97cb655e1d2a87a14c7617d776f03640.svg);
}

.blog-share__link--linkedin {
  background-image: url(/assets/qlog/share/linkedin-d1a4dc286a84628e1ef576bf2ccc7d3743fb0d40234df27b0b0623a916a8f2da.svg);
}

.blog-share__link--twitter {
  background-image: url(/assets/qlog/share/twitter-c7854b7bc08bfced762f09282dbdaf3aba0126dca3c85730c4ef7862c068f620.svg);
}

.blog-share__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  justify-content: center;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
@media (min-width: 376px) {
  .blog-share__list {
    flex-direction: row;
  }
}
@media (min-width: 800px) {
  .blog-share__list {
    justify-content: flex-start;
    margin: 0 0 0 20px;
  }
}

.blog-share__text {
  font: inherit;
  text-align: center;
}
@media (min-width: 800px) {
  .blog-share__text {
    text-align: center;
  }
}

.blog-signup {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.blog-signup--hidden {
  display: none !important;
}

.blog-signup__button {
  flex: 0 0 auto;
  margin: 0 0 0 10px;
}

.blog-signup__error {
  color: #e63d46;
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 18px;
  margin: 6px 0 0;
  width: 100%;
}

.blog-signup__input {
  background: #ececec url(/assets/qlog/icons/email-4383e31ecf5e804f7b04a9eb08cf7275c94d1410a8b1ef54c515e1be5243d77b.svg) 12px 55% no-repeat;
  border: 2px solid #ececec;
  border-radius: 3px;
  flex: 1 1 auto;
  font: inherit;
  line-height: 25px;
  outline: 0;
  padding: 4px 12px 4px 36px;
}
.blog-signup__input:focus {
  background-color: #ffffff;
  border-color: #cec8c8;
}

.blog-signup-success {
  background: transparent url(/assets/qlog/icons/tick-0089ef22281d1763977ec28223b8085002f6c4112075bcdcb28324db70ab6ae5.svg) 12px 50%/20px auto no-repeat;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  font-weight: 700;
  padding: 8px 12px 8px 40px;
}

.blog-signup-success--hidden {
  display: none !important;
}

.blog-subhead {
  align-items: center;
  display: flex;
  margin: 0 0 6px;
}

.blog-subhead__lozenge {
  background: #61d156;
  border-radius: 2px;
  color: #ffffff;
  font-size: 8px;
  font-weight: 700;
  line-height: 14px;
  margin: 1px 0 0 5px;
  padding: 0 5px;
  text-transform: uppercase;
}

.blog-subhead__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.box {
  background: #ffffff;
  display: block;
  padding: 16px 32px;
  transition: all 100ms ease-in;
}
.box:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.box:active {
  background: #fafafa;
}

.box__description {
  color: #787878;
  font-size: 16px;
  line-height: 22px;
  margin-top: 1px;
}

.box__title {
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}
.box:hover .box__title {
  text-decoration: underline;
}

.box__updated {
  color: #787878;
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
  display: block;
}

.boxes {
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 640px;
  overflow: hidden;
}

.browser {
  border-radius: 6px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.5);
  cursor: default;
  margin: -188px auto 0;
  max-width: 1000px;
  user-select: none;
}

.browser__button {
  background: #ffffff;
  border-radius: 50%;
  flex: 0 0 auto;
  height: 17px;
  width: 17px;
}

.browser__button--green {
  background: #28c940;
}

.browser__button--red {
  background: #ff6259;
}

.browser__button--yellow {
  background: #ffbd2d;
  margin: 0 5px;
}

.browser__buttons {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}

.browser__content {
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  height: 480px;
  overflow: hidden;
}
@media (min-width: 560px) {
  .browser__content {
    height: 642px;
  }
}

.browser__title {
  display: none;
}
@media (min-width: 586px) {
  .browser__title {
    color: #ffffff;
    display: block;
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375em;
    text-align: center;
  }
}

.browser__toolbar {
  align-items: center;
  background: #3f3f3f;
  border-radius: 6px 6px 0 0;
  display: flex;
  padding: 0 12px;
  height: 36px;
}
@media (min-width: 768px) {
  .browser__toolbar {
    padding: 0 73px 0 12px;
  }
}

.chat-to-team {
  background: linear-gradient(135deg, #0164b4 15%, #bf003b);
  padding: 80px 0;
}

.chat-to-team__button {
  margin: 16px 0 0;
}

.chat-to-team__container {
  align-items: center;
  background: #ffffff;
  border: 1px solid #ebf7ff;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.125);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 640px;
  padding: 32px;
  text-align: center;
  transition: all 100ms ease-in;
}
.chat-to-team__container:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.chat-to-team__container:active {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
@media (min-width: 770px) {
  .chat-to-team__container {
    align-items: flex-start;
    flex-direction: row;
    text-align: left;
  }
}

.chat-to-team__content {
  flex: 1 1 auto;
  margin: 12px 0 0;
}
@media (min-width: 770px) {
  .chat-to-team__content {
    margin: 0;
  }
}

.chat-to-team__icon {
  flex: 0 0 auto;
}
@media (min-width: 770px) {
  .chat-to-team__icon {
    margin: 8px 32px 0 0;
  }
}

.chat-to-team__text {
  font-size: 16px;
  line-height: 24px;
  margin: 6px 0 0;
}
@media (min-width: 492px) {
  .chat-to-team__text {
    font-size: 18px;
    line-height: 26px;
  }
}

.chat-to-team__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media (min-width: 400px) {
  .chat-to-team__title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 492px) {
  .chat-to-team__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.complete {
  margin: 16px auto 64px;
  max-width: 390px;
}
@media (min-width: 768px) {
  .complete {
    margin: 48px auto 72px;
  }
}
@media (min-width: 960px) {
  .complete {
    margin: 56px auto 96px;
  }
}

.complete__login {
  color: #787878;
  font-size: 16px;
  line-height: 22px;
  margin-top: 24px;
  text-align: center;
}

.complete__login-link {
  text-decoration: underline;
}

.contact-form {
  background: #ffffff;
  border-radius: 8px;
  margin: 0 auto 100px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  max-width: 500px;
}
.contact-form input[type=text] {
  width: 100%;
}
.contact-form textarea {
  width: 100%;
  min-height: 130px;
  resize: vertical;
}
.contact-form label {
  font-weight: 500;
  font-size: 16px;
  margin-top: 15px;
}
.contact-form textarea {
  margin-bottom: 20px;
}
.contact-form:after {
  content: "";
  display: table;
  clear: both;
}

.contact-form__body {
  padding: 20px 40px 40px 40px;
}

.contact-form__control {
  align-items: flex-start;
  display: flex;
  margin: 32px 0 24px;
}

.contact-form__control-checkbox {
  flex: 0 0 auto;
  margin: 0 16px 0 0;
}
@media (min-width: 560px) {
  .contact-form__control-checkbox {
    margin: 0 29px 0 0;
  }
}

.contact-form__control-checkbox--newsletter {
  align-self: flex-start;
  margin: 6px 16px 0 0;
}
@media (min-width: 560px) {
  .contact-form__control-checkbox--newsletter {
    margin: 6px 29px 0 0;
  }
}

.contact-form__control-checkbox-indicator {
  background: #ffffff;
  border: 1px solid #c8d7e0;
  border-radius: 50%;
  cursor: pointer;
  height: 42px;
  text-indent: -9999px;
  width: 42px;
}
.contact-form__control-checkbox-input:checked ~ .contact-form__control-checkbox-indicator {
  background: #ffffff url(/assets/icons/checkbox-tick-bf799e86ab0fae4f425493eed51ce62433bd24c7e3af3514d309ccf5d2d939fa.svg) 50% 13px/18px 16px no-repeat;
}

.contact-form__control-label {
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin: 0 !important;
  padding-bottom: 4px;
  user-select: none;
}
@media (max-width: 460px) {
  .contact-form__control-label {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
.contact-form__control-label a {
  color: #0187f3;
  text-decoration: underline;
}
.contact-form__control-label span {
  font-weight: 400;
}
@media (max-width: 460px) {
  .contact-form__control-label span {
    display: none;
  }
}

.contact-form__header {
  background: #fafafa;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px 8px 0 0;
}

.contact-form__title {
  font-size: 22px;
  font-weight: 500;
}

.contact-form__icon {
  height: 30px;
  margin-left: 20px;
  opacity: 0.8;
}

.contact-form__row {
  display: flex;
  justify-content: space-between;
}

.contact-form__column {
  flex-basis: calc(50% - 10px);
}
.contact-form__column:last-child:first-child {
  flex-basis: 100%;
}

.contact-form__heading {
  font-weight: 500;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 650px) {
  .contact-form {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 550px) {
  .contact-form__row {
    flex-direction: column;
    justify-content: flex-start;
  }
  .contact-form__column {
    flex-basis: auto;
  }
}
@media (max-width: 400px) {
  .contact-__body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.currency-select {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.currency-select__button {
  color: #333333;
  display: block;
  font-size: 16px;
  line-height: 41px;
  padding: 2px 22px 0;
}
.currency-select__option:first-child .currency-select__button {
  padding: 2px 22px 0 28px;
}
.currency-select__option:last-child .currency-select__button {
  padding: 2px 28px 0 22px;
}
.currency-select__button:hover {
  background: #fafafa;
}
.currency-select__radio:checked ~ .currency-select__button {
  background: #f7f7f7;
  color: #000000;
  font-weight: 700;
}

.currency-select__option {
  cursor: pointer;
  display: block;
  flex: 0 0 auto;
  margin: 0;
}
.currency-select__option:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}

.currency-select__options {
  border: 1px solid #dbdbdb;
  border-radius: 23px;
  display: flex;
  flex: 0 0 auto;
  overflow: hidden;
}

.customer-guide {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.125);
}
.customer-guide:hover {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.customer-guide:active {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}
.customer-guide + .customer-guide {
  margin: 16px 0 0;
}
@media (min-width: 600px) {
  .customer-guide + .customer-guide {
    margin: 20px 0 0;
  }
}

.customer-guide__icon {
  display: block;
  flex: 1 1 auto;
  height: 24px;
  object-fit: contain;
  object-position: center center;
  width: 24px;
}

.customer-guide__link {
  align-items: center;
  display: flex;
  padding: 16px 48px;
}
@media (min-width: 526px) {
  .customer-guide__link {
    padding: 16px 20px;
  }
}
@media (min-width: 600px) {
  .customer-guide__link {
    padding: 12px 20px;
  }
}
@media (min-width: 680px) {
  .customer-guide__link {
    padding: 12px 24px;
  }
}

.customer-guide__title {
  flex: 1 1 auto;
  font-size: 4.625vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 396px) {
  .customer-guide__title {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .customer-guide__title {
    font-weight: 700;
    text-align: left;
  }
}
@media (min-width: 680px) {
  .customer-guide__title {
    font-size: 20px;
  }
}

.customer-guide__type {
  display: none;
}
@media (min-width: 600px) {
  .customer-guide__type {
    align-items: center;
    background: #f7f7f7;
    border-radius: 50%;
    display: flex;
    flex: 0 0 auto;
    height: 40px;
    justify-content: center;
    margin: 0 12px 0 0;
    width: 40px;
  }
}
@media (min-width: 680px) {
  .customer-guide__type {
    height: 48px;
    margin: 0 16px 0 0;
    width: 48px;
  }
}

.customer-guides {
  margin: 32px 0 0;
}
@media (min-width: 840px) {
  .customer-guides {
    margin: 40px 0 0;
  }
}

.customers__avatar {
  display: none;
}
@media (min-width: 364px) {
  .customers__avatar {
    border-radius: 50%;
    display: block;
    height: 24px;
    left: 16px;
    position: absolute;
    top: 16px;
    width: 24px;
  }
}
@media (min-width: 440px) {
  .customers__avatar {
    left: 24px;
    top: 24px;
  }
}
@media (min-width: 556px) {
  .customers__avatar {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 782px) {
  .customers__avatar {
    flex: 0 0 auto;
    position: static;
    margin: 4px 18px 0 0;
    height: 71px;
    width: 71px;
  }
}

.customers__body {
  font-size: 14px;
  line-height: 25px;
}
@media (min-width: 440px) {
  .customers__body {
    font-size: 16px;
    line-height: 27px;
  }
}
.customers__body p + p {
  margin-top: 8px;
}
@media (min-width: 440px) {
  .customers__body p + p {
    margin-top: 12px;
  }
}

.customers__cite {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
}
@media (min-width: 364px) {
  .customers__cite {
    padding-left: 36px;
  }
}
@media (min-width: 556px) {
  .customers__cite {
    font-size: 20px;
    line-height: 32px;
    padding-left: 48px;
  }
}
@media (min-width: 782px) {
  .customers__cite {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
    padding-left: 0;
  }
}

.customers__content {
  flex: 1 1 auto;
}

.customers__details {
  color: #a4bacb;
  margin-left: 1ch;
}
.customers__details:hover {
  text-decoration: underline;
}

.customers__item {
  border: 1px solid;
  border-radius: 6px;
  padding: 16px;
  margin: 0 auto;
  max-width: 774px;
  position: relative;
}
@media (min-width: 440px) {
  .customers__item {
    padding: 24px;
  }
}
@media (min-width: 782px) {
  .customers__item {
    align-items: flex-start;
    display: flex;
    padding: 18px 42px 25px 26px;
  }
}
.customers__item + .customers__item {
  margin-top: 12px;
}
@media (min-width: 682px) {
  .customers__item + .customers__item {
    margin-top: 24px;
  }
}

.customers__item--email {
  background: #fffbe7;
  border-color: #ffdf3a;
}

.customers__name {
  color: #068af4;
}

.customers__item--tweet {
  background: #f1f9ff;
  border-color: #068af4;
}

.deployment-completed {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  margin: 48px 0 0;
  text-align: center;
}
@media (min-width: 560px) {
  .deployment-completed {
    padding: 35px 0 42px;
  }
}

@keyframes deployment-completed-button {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  75% {
    transform: scale(1.125);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.deployment-completed__button {
  animation: deployment-completed-button 500ms ease-in-out 500ms forwards;
  appearance: none;
  background: #0187f3;
  border-radius: 3px;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 32px 0 0;
  opacity: 0;
  padding: 9px 18px;
  text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.25);
}
.deployment-completed__button:hover {
  background: rgb(15.4856557377, 147.5635245902, 254.0143442623);
}
.deployment-completed__button:active {
  background: rgb(0.8954918033, 120.8913934426, 217.6045081967);
}

@keyframes deployment-completed-circle {
  0% {
    opacity: 0.1;
    transform: scale(0.5) translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.deployment-completed__circle {
  align-items: center;
  animation: deployment-completed-circle 500ms ease-in-out forwards;
  background: #000000;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  user-select: none;
  width: 48px;
}
@media (min-width: 560px) {
  .deployment-completed__circle {
    height: 72px;
    width: 72px;
  }
}

@keyframes deployment-completed-icon {
  0% {
    transform: scale(0);
  }
  75% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.deployment-completed__icon {
  animation: deployment-completed-icon 250ms ease-in-out 500ms forwards;
  height: 24px;
  transform: scale(0);
  width: 24px;
}
@media (min-width: 560px) {
  .deployment-completed__icon {
    height: 36px;
    width: 36px;
  }
}

@keyframes deployment-completed-text {
  from {
    opacity: 0;
    transform: translateY(-25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.deployment-completed__text {
  animation: deployment-completed-text 500ms ease-in-out 125ms forwards;
  font-weight: 400;
  opacity: 0;
}

.deployment-completed__text--paragraph {
  color: #7b7b7b;
  font-size: 20px;
  line-height: 28px;
  margin: 4px 0 0;
}

.deployment-completed__text--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.285em;
  margin: 18px 0 0;
}
@media (min-width: 560px) {
  .deployment-completed__text--title {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .deployment-completed__text--paragraph {
    font-size: 16px;
    line-height: 24px;
  }
  .deployment-completed__text--title {
    font-size: 22px;
    line-height: 30px;
    margin: 14px 0 0;
  }
}
.doc-buttons {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.doc-buttons__button {
  background: rgba(0, 0, 0, 0.03);
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  flex: 0 0 calc(50% - 5px);
}
.doc-buttons__button:last-child {
  margin-right: 0;
}
.doc-buttons__button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.doc-buttons__button p {
  opacity: 0.6;
  line-height: 1;
  font-size: 12px;
}

.doc-buttons__button--prev {
  padding-left: 45px;
  text-align: right;
}
.doc-buttons__button--prev:before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/arrow-8bcac2e8241aad02f5bc6e5d8ddd1b402f585fa270a33891bfc83a6ba906fb9c.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 50%;
  opacity: 0.3;
  transform: rotate(180deg) translateY(50%);
}

.doc-buttons__button--next {
  padding-right: 45px;
  margin-left: auto;
}
.doc-buttons__button--next:after {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/arrow-8bcac2e8241aad02f5bc6e5d8ddd1b402f585fa270a33891bfc83a6ba906fb9c.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  opacity: 0.3;
  transform: translateY(-50%);
}

.eco-banner {
  background: #ffffff;
  padding: 16px 0;
}

.eco-banner__container {
  align-items: center;
  display: flex;
  justify-content: center;
}

.eco-banner__content {
  font-size: 14px;
  line-height: 1;
  margin-left: 12px;
  text-align: left;
}

.eco-banner__icon {
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
}

.eco-banner__link {
  color: #068af4;
}
.eco-banner__link:hover {
  text-decoration: underline;
}

.eco-banner__text {
  color: #838383;
}

@media (max-width: 880px) {
  .eco-banner__text {
    display: block;
  }
  .eco-banner__text + .eco-banner__text {
    margin: 4px 0 0;
  }
}
.not-found-card {
  max-width: 29em;
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-radius: 0.25rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  padding: 2rem 2rem 1rem;
  margin: 2rem auto 2rem;
  position: relative;
  border: 1px solid #ddd;
}

.error-message {
  font-size: 30px;
  text-align: center;
}

.error-description {
  text-align: center;
  margin: 15px 15px 15px 15px;
}

.errors {
  background: #e8432b;
  color: #ffffff;
  margin: 32px auto -32px;
  padding: 24px 24px 28px;
  text-align: center;
}
@media (min-width: 560px) {
  .errors {
    margin: 32px auto -56px;
  }
}
@media (min-width: 640px) {
  .errors {
    padding: 24px 24px 32px;
  }
}
@media (min-width: 776px) {
  .errors {
    border-radius: 6px;
    margin: 32px auto -32px;
    max-width: 706px;
  }
}
@media (min-width: 960px) {
  .errors {
    margin: 32px auto -48px;
  }
}

.errors__item {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
}
.errors__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .errors__item {
    font-size: 16px;
    line-height: 24px;
  }
}

.errors__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 6px;
}
@media (min-width: 640px) {
  .errors__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
}

.developer-experience-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}

.dev-experience-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .dev-experience-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.dev-experience-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.dev-experience-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .dev-experience-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .dev-experience-title {
    font-size: 1.5rem;
  }
}

.dev-experience-description {
  font-size: 1.25rem;
  color: #cbd5e1;
  margin-bottom: 2rem;
}

.dev-experience-features .dev-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.dev-experience-features .dev-feature .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.dev-experience-features .dev-feature-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.dev-experience-features .dev-feature-description {
  color: #94a3b8;
}

.dev-experience-terminal {
  background: #1e293b;
  border-radius: 0.5rem;
  border: 1px solid #334155;
  overflow: hidden;
}

.terminal-window .terminal-header {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: #0f172a;
  border-bottom: 1px solid #334155;
}
.terminal-window .terminal-header .terminal-buttons {
  display: flex;
  gap: 0.5rem;
  margin-right: 1rem;
}
.terminal-window .terminal-header .terminal-buttons .terminal-button {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}
.terminal-window .terminal-header .terminal-buttons .terminal-button.terminal-button--red {
  background: #ef4444;
}
.terminal-window .terminal-header .terminal-buttons .terminal-button.terminal-button--yellow {
  background: #eab308;
}
.terminal-window .terminal-header .terminal-buttons .terminal-button.terminal-button--green {
  background: #22c55e;
}
.terminal-window .terminal-header .terminal-title {
  color: #94a3b8;
  font-size: 0.875rem;
}
.terminal-window .terminal-content {
  padding: 1.5rem;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.875rem;
}
.terminal-window .terminal-content .terminal-line {
  margin-bottom: 0.5rem;
}
.terminal-window .terminal-content .terminal-line .terminal-prompt {
  color: #22c55e;
}
.terminal-window .terminal-content .terminal-line .terminal-output {
  color: #cbd5e1;
}
.terminal-window .terminal-content .terminal-line.terminal-line--success .terminal-output {
  color: #60a5fa;
}

.faqs {
  padding: 64px 0;
}

.faqs__container {
  max-width: 1400px;
  margin: 64px auto;
  text-align: left;
}

.faqs__row {
  background-color: #f0f2f5;
  border-radius: 8px;
  margin-bottom: 12px;
  width: 100%;
  padding: 16px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
}

.faqs__row--active {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.faqs__row--active .faqs__question {
  line-height: 24px;
  color: #000;
  font-weight: 400;
  flex: 1;
  border-bottom: 1px solid rgba(172, 172, 172, 0.3);
  padding: 15px 0 20px;
}
@media (min-width: 640px) {
  .faqs__row--active .faqs__question {
    font-size: 16px;
    padding: 10px 0 15px;
  }
}
.faqs__row--active .faqs__answer {
  display: block;
}
.faqs__row--active .faqs__icon {
  transform: rotate(180deg) scaleX(-1);
}

.faqs__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 0 15px;
}
@media (min-width: 640px) {
  .faqs__question {
    font-size: 16px;
    padding: 10px 0 10px;
  }
}

.faqs__answer {
  display: none;
  margin: 20px 0 10px;
  font-size: 16px;
  color: #6b7280;
}
@media (min-width: 640px) {
  .faqs__answer {
    margin: 15px 0 5px;
  }
}

.features {
  padding: 56px 0 40px;
}
@media (min-width: 768px) {
  .features {
    padding: 72px 0 56px;
  }
}
@media (min-width: 840px) {
  .features {
    padding: 106px 0 80px;
  }
}

.features--bordered {
  border-bottom: 4px solid #f7f7f7;
  border-top: 4px solid #f7f7f7;
}

.features__grid {
  display: grid;
  max-width: 360px;
  margin: 8px auto 0;
}
@media (min-width: 420px) {
  .features__grid {
    grid-row-gap: 2px;
    grid-template-columns: repeat(2, 1fr);
    margin: 32px auto 0;
  }
}
@media (min-width: 560px) {
  .features__grid {
    grid-row-gap: 2px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 560px;
  }
}
@media (min-width: 696px) {
  .features__grid {
    margin: 52px auto 0;
  }
}
@media (min-width: 856px) {
  .features__grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 820px;
  }
}

.features__heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 9px 0 0;
  text-align: center;
}

@media (min-width: 420px) {
  .features__heading--wrapped {
    margin: 9px auto 0;
    max-width: 100px;
  }
}

.features__icon {
  flex: 0 0 auto;
  width: auto;
}

.features__icon--automatic-deployment {
  height: 43px;
}

.features__icon--build-pipelines {
  height: 47px;
}

.features__icon--deploy-behind-firewalls {
  height: 51px;
}

.features__icon--deployhq-ai {
  height: 45px;
}

.features__icon--deployhq-mcp {
  height: 45px;
}

.features__icon--deployment-targets {
  height: 44px;
}

.features__icon--turbo-deployments {
  height: 46px;
}

.features__icon--deployment-templates {
  height: 55px;
}

.features__icon--integrations {
  height: 46px;
}

.features__icon--zero-downtime-deployments {
  height: 46px;
}

.features__link {
  border: 2px solid transparent;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
  padding: 24px 16px;
  width: 100%;
}
@media (min-width: 420px) {
  .features__link {
    max-width: 172px;
    padding: 28px 28px 16px;
  }
}

.features__link--blue:hover {
  background: rgba(79, 177, 251, 0.2);
  border-color: #4fb1fb;
}

.features__link--green:hover {
  background: rgba(64, 216, 193, 0.2);
  border-color: #40d8c1;
}

.features__link--grey:hover {
  background: rgba(114, 114, 114, 0.2);
  border-color: #727272;
}

.features__link--orange:hover {
  background: rgba(255, 139, 59, 0.2);
  border-color: #ff8b3b;
}

.features__link--pink:hover {
  background: rgba(229, 89, 199, 0.2);
  border-color: #e559c7;
}

.features__link--purple:hover {
  background: rgba(180, 99, 232, 0.2);
  border-color: #b463e8;
}

.features__link--red:hover {
  background: rgba(255, 59, 83, 0.2);
  border-color: #ff3b53;
}

.features__link--yellow:hover {
  background: rgba(255, 223, 58, 0.2);
  border-color: #ffdf3a;
}

.features__square {
  border-radius: 7px;
  height: 88px;
  position: absolute;
  width: 214px;
}
@media (min-width: 420px) {
  .features__square {
    width: 108px;
  }
}

.features__square--back {
  left: 0;
  top: 0;
}
.features__link--blue .features__square--back {
  background: #3f91cf;
}
.features__link--green .features__square--back {
  background: #34a997;
}
.features__link--grey .features__square--back {
  background: #494949;
}
.features__link--orange .features__square--back {
  background: #db5a00;
}
.features__link--pink .features__square--back {
  background: #c34aa9;
}
.features__link--purple .features__square--back {
  background: #8f4db9;
}
.features__link--red .features__square--back {
  background: #c62e40;
}
.features__link--yellow .features__square--back {
  background: #e4c730;
}

.features__square--front {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
}
.features__link--blue .features__square--front {
  background: #4fb1fb;
}
.features__link--green .features__square--front {
  background: #40d8c1;
}
.features__link--grey .features__square--front {
  background: #727272;
}
.features__link--orange .features__square--front {
  background: #ff8b3b;
}
.features__link--pink .features__square--front {
  background: #e559c7;
}
.features__link--purple .features__square--front {
  background: #b463e8;
}
.features__link--red .features__square--front {
  background: #ff3b53;
}
.features__link--yellow .features__square--front {
  background: #ffdf3a;
}

.features__squares {
  height: 100px;
  margin: 0 auto;
  position: relative;
  width: 224px;
}
@media (min-width: 420px) {
  .features__squares {
    width: 118px;
  }
}

.features__subtitle {
  color: #787878;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.features__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin: 0 0 22px;
  text-align: center;
}

.features-ai-showcase {
  margin: 48px 0 64px;
}
@media (min-width: 768px) {
  .features-ai-showcase {
    margin: 64px 0 80px;
  }
}

.features-ai-showcase__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .features-ai-showcase__title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 48px;
  }
}

.features-ai-showcase__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .features-ai-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.features-ai-card {
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 32px 24px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.features-ai-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(79, 177, 251, 0.05), rgba(147, 51, 234, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.features-ai-card:hover {
  border-color: #4fb1fb;
  box-shadow: 0 10px 30px rgba(79, 177, 251, 0.15);
  transform: translateY(-2px);
}
.features-ai-card:hover::before {
  opacity: 1;
}
.features-ai-card:hover .features-ai-card__link {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .features-ai-card {
    padding: 40px 32px;
  }
}

.features-ai-card--ai::before {
  background: linear-gradient(135deg, rgba(79, 177, 251, 0.05), rgba(59, 130, 246, 0.05));
}

.features-ai-card--mcp::before {
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.05), rgba(236, 72, 153, 0.05));
}

.features-ai-card__icon {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.features-ai-card__icon-img {
  height: 56px;
  width: auto;
}
@media (min-width: 768px) {
  .features-ai-card__icon-img {
    height: 64px;
  }
}

.features-ai-card__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 12px;
  color: #111;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .features-ai-card__title {
    font-size: 22px;
    line-height: 30px;
  }
}

.features-ai-card__description {
  font-size: 15px;
  line-height: 24px;
  color: #6b7280;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .features-ai-card__description {
    font-size: 16px;
    line-height: 26px;
  }
}

.features-ai-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #4fb1fb;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.features-ai-card__arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.features-ai-card:hover .features-ai-card__arrow {
  transform: translateX(4px);
}

.features-page {
  padding-bottom: 96px;
}

.footer {
  background: #f9fafb;
  color: #111827;
  font-size: 14px;
  line-height: 1.5;
}
.footer__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 24px;
}
.footer__top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  gap: 32px;
}
@media (min-width: 1024px) {
  .footer__top {
    flex-direction: row;
  }
}
.footer__brand {
  max-width: 384px;
}
.footer__brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.footer__brand-description {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.footer__logo-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__logo {
  display: block;
  height: 40px;
  width: auto;
}
.footer__status {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  border-radius: 8px;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  margin-bottom: 16px;
}
.footer__status-indicator {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
}
.footer__status-indicator--operational {
  background: #10b981;
}
.footer__status-indicator--minor {
  background: #f59e0b;
}
.footer__status-indicator--major {
  background: #ef4444;
}
.footer__status-text {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
}
.footer__social-link {
  width: 36px;
  height: 36px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  text-decoration: none;
}
.footer__social-link:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.footer__social-icon {
  width: 16px;
  height: 16px;
  color: #374151;
}
.footer__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 12px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .footer__links {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .footer__links {
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
  }
}
.footer__column-title {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__nav-link {
  display: block;
  font-size: 14px;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__nav-link:hover {
  color: #0d9488;
}
.footer__integration-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.footer__integration-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  border-radius: 8px;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  transition: all 0.2s ease;
}
.footer__integration-badge:hover {
  background: #f9fafb !important;
  border-color: #d1d5db !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.footer__integration-icon {
  width: 16px;
  height: 16px;
}
.footer__integration-name {
  font-size: 12px;
  font-weight: 500;
  color: #374151;
}
.footer__separator {
  height: 1px;
  background: #e5e7eb;
  margin-bottom: 32px;
}
.footer__bottom {
  width: 100% !important;
  padding: 24px 0 !important;
  position: relative !important;
  text-align: center;
}
.footer__bottom-content {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .footer__bottom-content {
    margin-top: 12px !important;
  }
}
.footer__bottom-left {
  display: inline-block;
  text-align: center;
}
.footer__bottom-left .footer__powered-by {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__bottom-left .footer__powered-by {
    margin-top: 0 !important;
  }
}
.footer__copyright {
  font-size: 14px;
  color: #6b7280;
  margin: 0 !important;
  text-align: center !important;
}
@media (max-width: 767px) {
  .footer__copyright {
    margin-bottom: 12px !important;
  }
}
.footer__powered-line {
  font-size: 14px;
  color: #6b7280;
  margin: 0 !important;
  text-align: center !important;
}
.footer__powered-by {
  font-size: 14px;
  color: #6b7280;
  margin-top: 0;
}
@media (max-width: 767px) {
  .footer__powered-by {
    margin-top: 12px;
  }
}
.footer__powered-link {
  color: #0d9488;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__powered-link:hover {
  color: #0f766e;
}
.footer__back-to-top {
  font-size: 14px;
  color: #6b7280;
  text-decoration: none;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  z-index: 1 !important;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .footer__back-to-top {
    position: static;
    transform: none;
  }
}
.footer__back-to-top:hover {
  color: #0d9488;
}
.footer__back-to-top-icon {
  width: 16px;
  height: 16px;
}

.eco-banner__icon {
  vertical-align: text-bottom !important;
  width: 24px !important;
  height: 24px !important;
}
@media (max-width: 767px) {
  .eco-banner__icon {
    width: 18px !important;
    height: 18px !important;
  }
}

.for-agencies-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .for-agencies-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .for-agencies-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.for-agencies-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.for-agencies-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.for-agencies-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.for-agencies-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .for-agencies-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .for-agencies-page .hero-title {
    font-size: 2.5rem;
  }
}
.for-agencies-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.for-agencies-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 512px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .for-agencies-page .hero-description {
    font-size: 1.125rem;
  }
}
.for-agencies-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .for-agencies-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.for-agencies-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.for-agencies-page .hero-btn-primary:hover {
  background: #2d1470;
}
.for-agencies-page .hero-btn-demo {
  border: 1px solid #cbd5e1;
  color: #475569;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  background: transparent;
}
.for-agencies-page .hero-btn-demo:hover {
  background: #f8fafc;
}
.for-agencies-page .hero-integrations {
  display: flex;
  gap: 2rem;
  justify-content: center;
  color: #64748b;
}
@media (max-width: 640px) {
  .for-agencies-page .hero-integrations {
    gap: 1.5rem;
  }
}
.for-agencies-page .integration-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
}
@media (max-width: 640px) {
  .for-agencies-page .integration-item span {
    display: none;
  }
}
.for-agencies-page .integration-item .integration-icon {
  width: 1.75rem;
  height: 1.75rem;
}
@media (max-width: 640px) {
  .for-agencies-page .integration-item .integration-icon {
    width: 2rem;
    height: 2rem;
  }
}
.for-agencies-page .features-section {
  padding: 5rem 0;
  background: #ffffff;
}
.for-agencies-page .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.for-agencies-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .for-agencies-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .for-agencies-page .section-title {
    font-size: 1.75rem;
  }
}
.for-agencies-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 512px;
  margin: 0 auto;
}
.for-agencies-page .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .for-agencies-page .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.for-agencies-page .feature-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.for-agencies-page .feature-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.for-agencies-page .feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.for-agencies-page .feature-icon .feature-icon-img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.for-agencies-page .feature-icon.feature-icon--git {
  background: #a78bfa;
}
.for-agencies-page .feature-icon.feature-icon--zap {
  background: #dcfce7;
}
.for-agencies-page .feature-icon.feature-icon--clock {
  background: #fed7aa;
}
.for-agencies-page .feature-icon.feature-icon--code {
  background: #fecaca;
}
.for-agencies-page .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.for-agencies-page .feature-description {
  color: #64748b;
  margin-bottom: 1rem;
}
.for-agencies-page .success-stories-section {
  background: #ffffff;
  padding: 5rem 0;
}
.for-agencies-page .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .for-agencies-page .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.for-agencies-page .stat-item {
  text-align: center;
}
.for-agencies-page .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3b1d95;
  margin-bottom: 0.5rem;
}
.for-agencies-page .stat-item .stat-label {
  color: #64748b;
}
.for-agencies-page .case-studies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .for-agencies-page .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.for-agencies-page .case-study-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
}
.for-agencies-page .case-study-card .case-study-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.for-agencies-page .case-study-card .case-study-header .case-study-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.for-agencies-page .case-study-card .case-study-quote {
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.for-agencies-page .case-study-card .case-study-link {
  margin-bottom: 1.5rem;
}
.for-agencies-page .case-study-card .case-study-link .case-study-read-more {
  color: #3b1d95;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.for-agencies-page .case-study-card .case-study-link .case-study-read-more:hover {
  color: #2d1470;
  text-decoration: underline;
}
.for-agencies-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.for-agencies-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.for-agencies-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .for-agencies-page .cta-title {
    font-size: 2rem;
  }
}
.for-agencies-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.for-agencies-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .for-agencies-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.for-agencies-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.for-agencies-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.for-agencies-page .cta-btn-demo {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  background: transparent;
}
.for-agencies-page .cta-btn-demo:hover {
  background: #ffffff;
  color: #3b1d95;
}
.for-agencies-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.for-developers-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .for-developers-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .for-developers-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.for-developers-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.for-developers-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.for-developers-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.for-developers-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .for-developers-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .for-developers-page .hero-title {
    font-size: 2.5rem;
  }
}
.for-developers-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.for-developers-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 512px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .for-developers-page .hero-description {
    font-size: 1.125rem;
  }
}
.for-developers-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .for-developers-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.for-developers-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.for-developers-page .hero-btn-primary:hover {
  background: #2d1470;
}
.for-developers-page .hero-btn-demo {
  border: 1px solid #cbd5e1;
  color: #475569;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  background: transparent;
}
.for-developers-page .hero-btn-demo:hover {
  background: #f8fafc;
}
.for-developers-page .hero-integrations {
  display: flex;
  gap: 2rem;
  justify-content: center;
  color: #64748b;
}
@media (max-width: 640px) {
  .for-developers-page .hero-integrations {
    gap: 1.5rem;
  }
}
.for-developers-page .integration-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
}
@media (max-width: 640px) {
  .for-developers-page .integration-item span {
    display: none;
  }
}
.for-developers-page .integration-item .integration-icon {
  width: 1.75rem;
  height: 1.75rem;
}
@media (max-width: 640px) {
  .for-developers-page .integration-item .integration-icon {
    width: 2rem;
    height: 2rem;
  }
}
.for-developers-page .features-section {
  padding: 5rem 0;
  background: #ffffff;
}
.for-developers-page .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.for-developers-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .for-developers-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .for-developers-page .section-title {
    font-size: 1.75rem;
  }
}
.for-developers-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 512px;
  margin: 0 auto;
}
.for-developers-page .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .for-developers-page .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.for-developers-page .feature-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.for-developers-page .feature-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.for-developers-page .feature-card.feature-card--centered {
  grid-column: 1/-1;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .for-developers-page .feature-card.feature-card--centered {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.for-developers-page .feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.for-developers-page .feature-icon .feature-icon-img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.for-developers-page .feature-icon.feature-icon--git {
  background: #6366f1;
}
.for-developers-page .feature-icon.feature-icon--zap {
  background: #10b981;
}
.for-developers-page .feature-icon.feature-icon--shield {
  background: #f3e8ff;
}
.for-developers-page .feature-icon.feature-icon--clock {
  background: #fed7aa;
}
.for-developers-page .feature-icon.feature-icon--code {
  background: #f87171;
}
.for-developers-page .feature-icon.feature-icon--check {
  background: #a7f3d0;
}
.for-developers-page .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.for-developers-page .feature-description {
  color: #64748b;
  margin-bottom: 1rem;
}
.for-developers-page .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.for-developers-page .feature-list li {
  display: flex;
  align-items: center;
  color: #64748b;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.for-developers-page .feature-list li .check-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.for-developers-page .developer-experience-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.for-developers-page .dev-experience-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .for-developers-page .dev-experience-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.for-developers-page .dev-experience-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.for-developers-page .dev-experience-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .for-developers-page .dev-experience-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .for-developers-page .dev-experience-title {
    font-size: 1.5rem;
  }
}
.for-developers-page .dev-experience-description {
  font-size: 1.25rem;
  color: #cbd5e1;
  margin-bottom: 2rem;
}
.for-developers-page .dev-experience-features .dev-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.for-developers-page .dev-experience-features .dev-feature .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.for-developers-page .dev-experience-features .dev-feature-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.for-developers-page .dev-experience-features .dev-feature-description {
  color: #94a3b8;
}
.for-developers-page .dev-experience-terminal {
  background: #1e293b;
  border-radius: 0.5rem;
  border: 1px solid #334155;
  overflow: hidden;
}
.for-developers-page .terminal-window .terminal-header {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: #0f172a;
  border-bottom: 1px solid #334155;
}
.for-developers-page .terminal-window .terminal-header .terminal-buttons {
  display: flex;
  gap: 0.5rem;
  margin-right: 1rem;
}
.for-developers-page .terminal-window .terminal-header .terminal-buttons .terminal-button {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}
.for-developers-page .terminal-window .terminal-header .terminal-buttons .terminal-button.terminal-button--red {
  background: #ef4444;
}
.for-developers-page .terminal-window .terminal-header .terminal-buttons .terminal-button.terminal-button--yellow {
  background: #eab308;
}
.for-developers-page .terminal-window .terminal-header .terminal-buttons .terminal-button.terminal-button--green {
  background: #22c55e;
}
.for-developers-page .terminal-window .terminal-header .terminal-title {
  color: #94a3b8;
  font-size: 0.875rem;
}
.for-developers-page .terminal-window .terminal-content {
  padding: 1.5rem;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.875rem;
}
.for-developers-page .terminal-window .terminal-content .terminal-line {
  margin-bottom: 0.5rem;
}
.for-developers-page .terminal-window .terminal-content .terminal-line .terminal-prompt {
  color: #22c55e;
}
.for-developers-page .terminal-window .terminal-content .terminal-line .terminal-output {
  color: #cbd5e1;
}
.for-developers-page .terminal-window .terminal-content .terminal-line.terminal-line--success .terminal-output {
  color: #60a5fa;
}
.for-developers-page .success-stories-section {
  background: #ffffff;
  padding: 5rem 0;
}
.for-developers-page .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .for-developers-page .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.for-developers-page .stat-item {
  text-align: center;
}
.for-developers-page .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3b1d95;
  margin-bottom: 0.5rem;
}
.for-developers-page .stat-item .stat-label {
  color: #64748b;
}
.for-developers-page .case-studies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .for-developers-page .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.for-developers-page .case-study-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
}
.for-developers-page .case-study-card .case-study-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.for-developers-page .case-study-card .case-study-header .case-study-logo {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #5b21b6, #3b1d95);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
}
.for-developers-page .case-study-card .case-study-header .case-study-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.for-developers-page .case-study-card .case-study-header .case-study-type {
  color: #64748b;
  margin: 0;
}
.for-developers-page .case-study-card .case-study-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.for-developers-page .case-study-card .case-study-metrics .case-study-metric {
  background: #f8fafc;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
}
.for-developers-page .case-study-card .case-study-metrics .case-study-metric .metric-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #22c55e;
  margin-bottom: 0.25rem;
}
.for-developers-page .case-study-card .case-study-metrics .case-study-metric .metric-label {
  font-size: 0.875rem;
  color: #64748b;
}
.for-developers-page .case-study-card .case-study-quote {
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.for-developers-page .case-study-card .case-study-link {
  margin-bottom: 1.5rem;
}
.for-developers-page .case-study-card .case-study-link .case-study-read-more {
  color: #3b1d95;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.for-developers-page .case-study-card .case-study-link .case-study-read-more:hover {
  color: #2d1470;
  text-decoration: underline;
}
.for-developers-page .case-study-card .case-study-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.for-developers-page .case-study-card .case-study-author .author-avatar {
  width: 2.5rem;
  height: 2.5rem;
  background: #e2e8f0;
  border-radius: 50%;
}
.for-developers-page .case-study-card .case-study-author .author-name {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.for-developers-page .case-study-card .case-study-author .author-title {
  font-size: 0.875rem;
  color: #64748b;
}
.for-developers-page .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .for-developers-page .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.for-developers-page .testimonial-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.for-developers-page .testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.for-developers-page .testimonial-card .testimonial-author .author-avatar {
  width: 3rem;
  height: 3rem;
  background: #e2e8f0;
  border-radius: 50%;
}
.for-developers-page .testimonial-card .testimonial-author .author-name {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.for-developers-page .testimonial-card .testimonial-author .author-title {
  font-size: 0.875rem;
  color: #64748b;
}
.for-developers-page .testimonial-card .testimonial-quote {
  color: #64748b;
}
.for-developers-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.for-developers-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.for-developers-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .for-developers-page .cta-title {
    font-size: 2rem;
  }
}
.for-developers-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.for-developers-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .for-developers-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.for-developers-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.for-developers-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.for-developers-page .cta-btn-demo {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  background: transparent;
}
.for-developers-page .cta-btn-demo:hover {
  background: #ffffff;
  color: #3b1d95;
}
.for-developers-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.for-engineering-teams-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .for-engineering-teams-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .for-engineering-teams-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.for-engineering-teams-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.for-engineering-teams-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.for-engineering-teams-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.for-engineering-teams-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .for-engineering-teams-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .for-engineering-teams-page .hero-title {
    font-size: 2.5rem;
  }
}
.for-engineering-teams-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.for-engineering-teams-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 512px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .for-engineering-teams-page .hero-description {
    font-size: 1.125rem;
  }
}
.for-engineering-teams-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .for-engineering-teams-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.for-engineering-teams-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.for-engineering-teams-page .hero-btn-primary:hover {
  background: #2d1470;
}
.for-engineering-teams-page .hero-btn-demo {
  border: 1px solid #cbd5e1;
  color: #475569;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  background: transparent;
}
.for-engineering-teams-page .hero-btn-demo:hover {
  background: #f8fafc;
}
.for-engineering-teams-page .hero-integrations {
  display: flex;
  gap: 2rem;
  justify-content: center;
  color: #64748b;
}
@media (max-width: 640px) {
  .for-engineering-teams-page .hero-integrations {
    gap: 1.5rem;
  }
}
.for-engineering-teams-page .integration-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
}
@media (max-width: 640px) {
  .for-engineering-teams-page .integration-item span {
    display: none;
  }
}
.for-engineering-teams-page .integration-item .integration-icon {
  width: 1.75rem;
  height: 1.75rem;
}
@media (max-width: 640px) {
  .for-engineering-teams-page .integration-item .integration-icon {
    width: 2rem;
    height: 2rem;
  }
}
.for-engineering-teams-page .features-section {
  padding: 5rem 0;
  background: #ffffff;
}
.for-engineering-teams-page .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.for-engineering-teams-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .for-engineering-teams-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .for-engineering-teams-page .section-title {
    font-size: 1.75rem;
  }
}
.for-engineering-teams-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 512px;
  margin: 0 auto;
}
.for-engineering-teams-page .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .for-engineering-teams-page .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.for-engineering-teams-page .feature-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.for-engineering-teams-page .feature-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.for-engineering-teams-page .feature-card.feature-card--centered {
  grid-column: 1/-1;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .for-engineering-teams-page .feature-card.feature-card--centered {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.for-engineering-teams-page .feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.for-engineering-teams-page .feature-icon .feature-icon-img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.for-engineering-teams-page .feature-icon.feature-icon--git {
  background: #c4b5fd;
}
.for-engineering-teams-page .feature-icon.feature-icon--zap {
  background: #86efac;
}
.for-engineering-teams-page .feature-icon.feature-icon--clock {
  background: #93c5fd;
}
.for-engineering-teams-page .feature-icon.feature-icon--code {
  background: #f9a8a8;
}
.for-engineering-teams-page .feature-icon.feature-icon--check {
  background: #fdba74;
}
.for-engineering-teams-page .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.for-engineering-teams-page .feature-description {
  color: #64748b;
  margin-bottom: 1rem;
}
.for-engineering-teams-page .success-stories-section {
  background: #ffffff;
  padding: 5rem 0;
}
.for-engineering-teams-page .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .for-engineering-teams-page .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.for-engineering-teams-page .stat-item {
  text-align: center;
}
.for-engineering-teams-page .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3b1d95;
  margin-bottom: 0.5rem;
}
.for-engineering-teams-page .stat-item .stat-label {
  color: #64748b;
}
.for-engineering-teams-page .case-studies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .for-engineering-teams-page .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.for-engineering-teams-page .case-study-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
}
.for-engineering-teams-page .case-study-card .case-study-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.for-engineering-teams-page .case-study-card .case-study-header .case-study-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.for-engineering-teams-page .case-study-card .case-study-quote {
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.for-engineering-teams-page .case-study-card .case-study-link {
  margin-bottom: 1.5rem;
}
.for-engineering-teams-page .case-study-card .case-study-link .case-study-read-more {
  color: #3b1d95;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.for-engineering-teams-page .case-study-card .case-study-link .case-study-read-more:hover {
  color: #2d1470;
  text-decoration: underline;
}
.for-engineering-teams-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.for-engineering-teams-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.for-engineering-teams-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .for-engineering-teams-page .cta-title {
    font-size: 2rem;
  }
}
.for-engineering-teams-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.for-engineering-teams-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .for-engineering-teams-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.for-engineering-teams-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.for-engineering-teams-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.for-engineering-teams-page .cta-btn-demo {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  background: transparent;
}
.for-engineering-teams-page .cta-btn-demo:hover {
  background: #ffffff;
  color: #3b1d95;
}
.for-engineering-teams-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: auto;
}
.form textarea {
  min-height: 400px;
}

.form__input {
  width: 100%;
  display: block;
}

.form__heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.form__field {
  position: relative;
  flex-basis: 100%;
  margin-bottom: 20px;
}

.form__field--inline {
  display: flex;
}

.form__columns {
  display: flex;
  justify-content: space-between;
}
.form__columns .form__field {
  flex-basis: calc(50% - 10px);
}

.form__field--submit {
  display: flex;
  justify-content: center;
}
.form__field--submit .button {
  min-width: 200px;
  margin-top: 20px;
}

.form__inputSuffix {
  position: absolute;
  bottom: 7px;
  right: 14px;
  color: #999;
  user-select: none;
}

.form__input--suffix {
  padding-right: 103px !important;
  text-align: right;
}

.form__notice {
  position: relative;
  margin-left: 0;
  margin-top: 30px;
  padding: 10px;
  padding-left: 60px;
  background: rgba(255, 10, 79, 0.3);
  color: #222;
  border-radius: 4px;
  list-style-type: disc;
}
.form__notice:before {
  content: "";
  position: absolute;
  border-radius: 4px 0 0 4px;
  top: 0;
  left: 0;
  height: 100%;
  width: 40px;
  background: #ff0a4f url(/icons/error.svg) no-repeat center;
  background-size: 40px;
}
.form__notice li {
  list-style-type: none;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
}
.form__notice li:last-child {
  margin-bottom: 0;
}

.form__label {
  text-align: center;
  margin-bottom: 20px;
  line-height: 26px;
  font-weight: 500;
  font-size: 18px;
  display: block;
}

.form__hint {
  color: #999;
  font-size: 13px;
}

.form__text {
  font-size: 16px;
  margin-bottom: 20px;
}

.form__notice--success {
  background: rgba(13, 171, 118, 0.3);
}
.form__notice--success:before {
  background: #0dab76 url(/icons/success.svg) no-repeat center;
}

.form__footerText {
  margin-bottom: 0;
  margin-top: 20px;
}

@media (max-width: 700px) {
  .form__columns {
    display: block;
  }
}
.guide {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.125);
  display: block;
  padding: 36px 32px 32px;
  text-align: center;
}

.guide__icon {
  display: block;
  height: 48px;
  margin: 0 auto 16px;
  object-fit: contain;
  object-position: 50% 50%;
  width: 48px;
}

.guide__icon--wide {
  width: 72px;
}

.guide__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.guide-banner {
  display: block;
  margin: 0 -20px 20px;
  width: calc(100% + 20px);
}
@media (min-width: 560px) {
  .guide-banner {
    margin: 0 -20px 32px;
  }
}
@media (min-width: 701px) {
  .guide-banner {
    margin: 0 -35px 32px;
    width: calc(100% + 35px);
  }
}
@media (min-width: 800px) {
  .guide-banner {
    border-radius: 4px;
    margin: 0 auto 60px;
    max-width: 730px;
    width: 100%;
  }
}

.guides {
  margin: 32px 0 0;
}
@media (min-width: 840px) {
  .guides {
    margin: 56px 0 0;
  }
}

.guides__list {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 100%;
}
@media (min-width: 840px) {
  .guides__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.guides__missing {
  margin: 32px 0 0;
  text-align: center;
}
@media (min-width: 840px) {
  .guides__missing {
    margin: 56px 0 0;
  }
}

.guides__missing-lead {
  color: #787878;
  font-size: 4.625vw;
  line-height: 1.5;
}
@media (min-width: 396px) {
  .guides__missing-lead {
    font-size: 18px;
    line-height: 1.75;
  }
}

.guides__missing-link {
  text-decoration: underline;
}
.guides__missing-link:active {
  background: #fafafa;
}
.guides__missing-link:hover {
  color: rgb(94.5, 94.5, 94.5);
}

.header--absolute {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header--bordered {
  border-bottom: 1px solid #ebebeb;
}

.header--bordered.header--light {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.header--bordered.header--signup {
  border-bottom-color: #cddfe9;
}

.header--spaced {
  margin-bottom: 32px;
}
@media (min-width: 480px) {
  .header--spaced {
    margin-bottom: 48px;
  }
}
@media (min-width: 560px) {
  .header--spaced {
    margin-bottom: 56px;
  }
}
@media (min-width: 900px) {
  .header--spaced {
    margin-bottom: 72px;
  }
}

.header--absolute.header--spaced {
  margin-bottom: 0;
}

.header__branding {
  display: block;
  flex: 0 0 auto;
  margin-right: 24px;
}
@media (min-width: 960px) {
  .header__branding {
    margin-right: 32px;
  }
}
@media (min-width: 1064px) {
  .header__branding {
    margin-right: 56px;
  }
}

.header__bar {
  background: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 18px;
  padding: 9px 0;
  position: relative;
  text-align: right;
}
.header__bar a {
  text-decoration: underline;
}
.header__bar a:hover {
  color: #ffffff;
}

.header__nav {
  align-items: center;
  display: flex;
}

.header__nav--negative {
  margin-top: -6px;
}

.header__logo {
  display: block;
  height: 40px;
  width: auto;
}

.header__more {
  display: none;
}

.header__nav-item {
  margin-bottom: 24px;
}
@media (min-width: 860px) {
  .header__nav-item {
    margin: 0 16px 0 0;
  }
}
@media (min-width: 900px) {
  .header__nav-item {
    margin-right: 28px;
  }
}
@media (min-width: 1064px) {
  .header__nav-item {
    margin-right: 32px;
  }
}

.header__nav-item--login {
  margin-bottom: 24px;
}
@media (min-width: 860px) {
  .header__nav-item--login {
    margin: 0 16px 0 0;
  }
}
@media (min-width: 900px) {
  .header__nav-item--login {
    margin-right: 16px;
  }
}
@media (min-width: 1064px) {
  .header__nav-item--login {
    margin-right: 16px;
  }
}

.header__nav-item--last {
  margin: 0;
  text-align: center;
}
@media (min-width: 900px) {
  .header__nav-item--last {
    margin: 0 0 0 auto;
  }
}

.header__nav-item--submenu {
  position: relative;
}

.header__nav-link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 396px) {
  .header__nav-link {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  .header__nav-link {
    font-size: 16px;
    line-height: 22px;
  }
}
.header__nav-link:hover {
  text-decoration: underline;
}
@media (min-width: 900px) {
  .header--light .header__nav-link {
    color: #ffffff;
  }
}
.header__nav-item--submenu .header__nav-link {
  display: block;
  padding-right: 16px;
  position: relative;
}
.header__nav-item--submenu .header__nav-link::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
}
@media (min-width: 900px) {
  .header--light .header__nav-item--submenu .header__nav-link::after {
    border-top-color: #ffffff;
  }
}

.header__nav-link.is-active {
  font-weight: 700;
}

@media (max-width: 899px) {
  .is-menu-open {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

.header__nav-menu {
  display: none;
}
@media (max-width: 899px) {
  .is-menu-open .header__nav-menu {
    align-items: center;
    background: #ffffff;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 72px 16px 48px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
@media (min-width: 900px) {
  .header__nav-menu {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
  }
}

.header__nav-signup {
  background: #14d700;
  border-radius: 16px;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  padding: 0 32px;
  text-align: center;
}
.header__nav-signup:hover {
  background: rgb(22.3720930233, 240.5, 0);
}
.header__nav-signup:active {
  background: rgb(17.6279069767, 189.5, 0);
}
@media (min-width: 396px) {
  .header__nav-signup {
    border-radius: 24px;
    height: 48px;
    line-height: 48px;
    padding: 0 48px;
  }
}
@media (min-width: 900px) {
  .header__nav-signup {
    border-radius: 13px;
    display: block;
    font-size: 15px;
    height: 27px;
    line-height: 27px;
    padding: 0 18px;
    white-space: nowrap;
    min-width: 140px;
  }
  .header--light .header__nav-signup {
    background: #ffffff;
    color: #14d700;
  }
  .header--light .header__nav-signup:hover {
    background: #fafafa;
  }
  .header--light .header__nav-signup:active {
    background: #f7f7f7;
  }
}

.header__nav-login {
  background: #ede7ff;
  border-radius: 16px;
  color: #3b1d95;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  padding: 0 32px;
  text-align: center;
}
@media (min-width: 396px) {
  .header__nav-login {
    border-radius: 24px;
    height: 48px;
    line-height: 48px;
    padding: 0 48px;
  }
}
@media (min-width: 900px) {
  .header__nav-login {
    background: #ede7ff;
    border-radius: 13px;
    color: #3b1d95;
    display: block;
    font-size: 15px;
    height: 27px;
    line-height: 27px;
    padding: 0 18px;
  }
  .header__nav-login:focus-visible {
    outline: 2px solid #0187f3;
    outline-offset: 2px;
  }
}

.header__section {
  padding: 24px 0;
}
@media (min-width: 900px) {
  .header__section {
    margin-top: -6px;
    padding: 32px 0;
  }
}

.header__submenu {
  display: none;
}
@media (max-width: 899px) {
  .header__submenu.is-visible {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    overflow-y: auto;
    padding: 72px 16px 48px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
@media (min-width: 900px) {
  .header__nav-item--submenu:hover .header__submenu {
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    display: block;
    left: -72px;
    margin: 11px 0 0;
    padding: 24px 32px;
    position: absolute;
    top: 100%;
    z-index: 1;
  }
  .header__nav-item--submenu:hover .header__submenu::after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 142px;
    margin-left: -8px;
    pointer-events: none;
    position: absolute;
    width: 0;
  }
  .header__nav-item--submenu:hover .header__submenu::before {
    bottom: 100%;
    content: "";
    height: 12px;
    left: -32px;
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 900px) {
  .header__nav-item--submenu:hover .header__submenu--features {
    width: 624px;
  }
}

@media (min-width: 900px) {
  .header__nav-item--submenu:hover .header__submenu--help {
    left: auto;
    padding: 24px;
    right: -48px;
    white-space: nowrap;
  }
  .header__nav-item--submenu:hover .header__submenu--help::after {
    left: auto;
    right: 44px;
  }
  .header__nav-item--submenu:hover .header__submenu--help::before {
    left: auto;
    right: 0;
  }
}

.header__submenu-icon {
  display: block;
  flex: 0 0 auto;
  margin-right: 10px;
  object-fit: contain;
  object-position: 50% 50%;
  width: 33px;
}

.header__submenu-icon--bitbucket {
  height: 22px;
}

.header__submenu-icon--github {
  height: 24px;
}

.header__submenu-icon--gitlab {
  height: 22px;
}

.header__submenu-icon--shopify {
  height: 24px;
}

.header__submenu-icon--slack {
  height: 22px;
}

.header__submenu-icon--zero-downtime-deployments {
  height: 27px;
}

.header__submenu-icon--build-pipelines {
  height: 24px;
}

.header__submenu-icon--deployment-targets {
  height: 26px;
}

.header__submenu-icon--automatic-deployment {
  height: 29px;
}

.header__submenu-icon--deployment-templates {
  height: 21px;
}

.header__submenu-icon--deploy-behind-firewalls {
  height: 27px;
}

.header__submenu-icon--integrations {
  height: 24px;
}

.header__submenu-icon--deployhq-ai {
  height: 27px;
}

.header__submenu-link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 900px) {
  .header__submenu-link {
    justify-content: flex-start;
  }
}

.header__submenu-list {
  display: grid;
  grid-gap: 16px 52px;
}
.header__submenu-list + .header__submenu-list {
  margin-top: 32px;
}
@media (min-width: 900px) {
  .header__submenu-list + .header__submenu-list {
    border-top: 2px solid #eaeaea;
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media (min-width: 900px) {
  .header__submenu-list--multi {
    grid-template-columns: repeat(2, 1fr);
  }
}

.header__submenu-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
@media (min-width: 900px) {
  .header__submenu-text {
    flex: 1 1 auto;
    font-size: 16px;
  }
}
.header__submenu-link:hover .header__submenu-text {
  text-decoration: underline;
}

.header__toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: transparent url(/assets/icons/menu-fdba068f1a2751b5635be9fe56ce9eb717ea52cdec403d395d42f905fcc65a8b.svg) 0 0/100% 100% no-repeat;
  border: 0;
  display: block;
  flex: 0 0 auto;
  height: 21px;
  padding: 0;
  margin-left: auto;
  text-indent: -9999px;
  width: 24px;
}
.header__toggle:focus {
  outline: 2px solid #0187f3;
  outline-offset: 2px;
}
@media (min-width: 900px) {
  .header__toggle {
    display: none;
  }
}

.header__toggle--dark {
  background: transparent url(/assets/icons/menu-dark-bd6386cdc79b571a7b93603c5f552932954f2fb33d8202d1720b3eba407a8e60.svg) 0 0/100% 100% no-repeat;
}

.header__close {
  display: none;
}
.is-menu-open .header__close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: transparent url(/assets/icons/close-48adedaf7682d03643b32c45dcd4b6e5cd016ea048beb6fb93452bcd54f98988.svg) 0 0/100% 100% no-repeat;
  border: 0;
  display: block;
  flex: 0 0 auto;
  height: 32px;
  margin-left: auto;
  padding: 0;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  top: 20px;
  width: 32px;
  z-index: 1;
}
.is-menu-open .header__close:focus {
  outline: 2px solid #0187f3;
  outline-offset: 2px;
}
@media (min-width: 900px) {
  .header__close {
    display: none !important;
  }
}

.hero {
  background: #66b0f5;
  padding: 108px 0 56px;
}
@media (min-width: 560px) {
  .hero {
    padding: 124px 0 64px;
  }
}
@media (min-width: 900px) {
  .hero {
    padding: 154px 0 100px;
  }
}

.hero--brand {
  background: linear-gradient(to top, #1b81ff, #0069c1);
}

.hero--automatic-deployment {
  background: #b463e8;
}

.hero--bitbucket {
  background: #0052cc;
}

.hero--build-pipelines {
  background: #40d8c1;
}

.hero--deploy-behind-firewalls {
  background: #ffdf3a;
}

.hero--deployhq-ai {
  background: #ff3b53;
}

.hero--deployhq-mcp {
  background: #9333ea;
}

.hero--turbo-deployments {
  background: #ff3b53;
}

.hero--git {
  background: #de4c36;
}

.hero--slack {
  background: #4a154b;
}

.hero--cloudflare {
  background: #7d4788;
}

.hero--discord {
  background: #26262b;
}

.hero--bugsnag {
  background: #000d47;
}

.hero--microsoft-teams {
  background: #5558af;
}

.hero--new-relic {
  background: #348899;
}

.hero--honeybadger {
  background: #333333;
}

.hero--shopify {
  background: #43467f;
}

.hero--deployment-targets {
  background: #e559c7;
}

.hero--deployment-templates {
  background: #727272;
}

.hero--github {
  background: #2b3137;
}

.hero--gitlab {
  background: linear-gradient(270deg, #48367d 0%, #241842 100%);
}

.hero--integrations {
  background: #ff8b3b;
}

.hero--rollbar {
  background: #104c91;
}

.hero--sentry {
  background: #16111c;
}

.hero--wordpress {
  background: #0087be;
}

.hero__actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 32px 0 0;
}
@media (min-width: 720px) {
  .hero__actions {
    margin: 48px 0 0;
  }
}
@media (min-width: 900px) {
  .hero__actions {
    margin: 66px 0 -19px;
  }
}

.hero__button {
  background: #ffffff;
  border-radius: 23px;
  color: #14d700;
  display: block;
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 500;
  line-height: 45px;
  padding: 0 24px;
  text-align: center;
}

.hero__container {
  max-width: 890px;
}

.hero__icon {
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.hero__icons {
  height: 48px;
  margin-bottom: 24px;
  position: relative;
}
@media (min-width: 880px) {
  .hero__icons {
    height: 74px;
    margin-bottom: 36px;
  }
}

.hero__install {
  color: rgba(255, 255, 255, 0.75);
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 1.5;
  margin: 16px 0 0;
  text-align: center;
}

.hero__link {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  text-decoration: underline;
}
.hero__link::after {
  content: ".";
}
.hero__link:hover {
  color: #ffffff;
}
.hero__link:active {
  background: rgba(255, 255, 255, 0.125);
}
@media (min-width: 480px) {
  .hero__link {
    display: inline;
  }
}

.hero__logo {
  display: block;
  height: 26px;
  margin: 20px auto 24px;
}
@media (min-width: 880px) {
  .hero__logo {
    margin: 36px auto 40px;
  }
}

.hero__logo--larger {
  height: 48px;
  margin: 9px auto 13px;
}
@media (min-width: 880px) {
  .hero__logo--larger {
    margin: 25px auto 29px;
  }
}

.hero__repeated {
  background: transparent 50% 50%/auto 100% repeat-x;
  height: 100%;
  opacity: 0.5;
}
.hero--automatic-deployment .hero__repeated {
  background-image: url(/assets/features/background/automatic-deployment-7c3fa2fea943f5b0b86089a30fb985e44c05ab115909d5187b57c1feba79f7fd.svg);
}
.hero--build-pipelines .hero__repeated {
  background-image: url(/assets/features/background/build-pipelines-43ed755b0e8db9e00370fe2db17157d0f70c181b2ce0dcc100f80cc00e4fdbee.svg);
}
.hero--deploy-behind-firewalls .hero__repeated {
  background-image: url(/assets/features/background/deploy-behind-firewalls-2a898ca2fe5293039974880269e5eb5f9fb749c1bc8db09d0b4f339c2b630dec.svg);
}
.hero--deployhq-ai .hero__repeated {
  background-image: url(/assets/features/background/deployhq-ai-c4dbfd2a1633f712e09195572f2c3b0d997e9dd4a0b03bdb7e91f2cb5c348ab3.svg);
}
.hero--deployment-targets .hero__repeated {
  background-image: url(/assets/features/background/deployment-targets-67dbde1864e7de415b6ad00ac5558a09ad6637c67f1884ca72e2dee9b2a149de.svg);
}
.hero--deployment-templates .hero__repeated {
  background-image: url(/assets/features/background/deployment-templates-9211155893b924cac75f790f358ca8a4ebff5b0ba7d398d150fe063781494594.svg);
}
.hero--integrations .hero__repeated {
  background-image: url(/assets/features/background/integrations-40556d46b3b773fa726bc90c7d17e81cb7885ff688a3e5b474634871995e9ef6.svg);
}
.hero--zero-downtime-deployments .hero__repeated {
  background-image: url(/assets/features/background/zero-downtime-deployments-1ed339ac5ef85b5aee1f16a8457833ba14bf2ced6cabbe457dfff766be544f78.svg);
}
.hero--turbo-deployments .hero__repeated {
  background-image: url(/assets/features/background/turbo-deployments-003f14b3e9e5667f0f40b12d92070f9947adbd9f6bbf4ab5f552803682e17cd3.svg);
}
.hero--deployhq-mcp .hero__repeated {
  background-image: url(/assets/features/background/deployhq-mcp-93a639714954aa326367337d9bdae128e79bb3e8a756e4c22bb9cf69fb978e35.svg);
}

.hero__subtitle {
  color: #3970a3;
  font-size: 18px;
  line-height: 1.4em;
  margin-top: 14px;
  text-align: center;
}
@media (min-width: 560px) {
  .hero__subtitle {
    font-size: 20px;
  }
}
@media (min-width: 720px) {
  .hero__subtitle {
    font-size: 24px;
  }
}
@media (min-width: 880px) {
  .hero__subtitle {
    font-size: 30px;
    margin-top: 8px;
    padding: 0 32px;
  }
}
.hero--brand .hero__subtitle, .hero--git .hero__subtitle {
  color: #ffffff;
}
.hero--automatic-deployment .hero__subtitle {
  color: rgb(133.0502793296, 29.4245810056, 199.5754189944);
}
.hero--bitbucket .hero__subtitle {
  color: #95c0ff;
}
.hero--build-pipelines .hero__subtitle {
  color: rgb(30.1826086957, 147.8173913043, 130.0173913043);
}
.hero--deploy-behind-firewalls .hero__subtitle {
  color: rgb(211, 176.7258883249, 0);
}
.hero--deployhq-ai .hero__subtitle, .hero--deployhq-mcp .hero__subtitle, .hero--turbo-deployments .hero__subtitle {
  color: rgba(255, 255, 255, 0.75);
}
.hero--deployment-targets .hero__subtitle {
  color: rgb(186.75, 29.25, 153);
}
.hero--deployment-templates .hero__subtitle {
  color: #3f3f3f;
}
.hero--github .hero__subtitle, .hero--gitlab .hero__subtitle, .hero--cloudflare .hero__subtitle, .hero--sentry .hero__subtitle, .hero--discord .hero__subtitle, .hero--honeybadger .hero__subtitle, .hero--wordpress .hero__subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.hero--shopify .hero__subtitle, .hero--new-relic .hero__subtitle, .hero--microsoft-teams .hero__subtitle, .hero--bugsnag .hero__subtitle, .hero--rollbar .hero__subtitle, .hero--slack .hero__subtitle {
  color: rgba(255, 255, 255, 0.75);
}
.hero--integrations .hero__subtitle {
  color: rgb(212, 86.5306122449, 0);
}

.hero__title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
}
@media (min-width: 560px) {
  .hero__title {
    font-size: 40px;
  }
}
@media (min-width: 720px) {
  .hero__title {
    font-size: 48px;
  }
}
@media (min-width: 880px) {
  .hero__title {
    font-size: 65px;
  }
}

.home-hero {
  background: #150547;
  color: #ffffff;
  padding: 136px 0 236px;
}
@media (min-width: 880px) {
  .home-hero {
    padding: 142px 0 250px;
  }
}
@media (min-width: 900px) {
  .home-hero {
    padding: 202px 0 286px;
  }
}

@media (min-width: 656px) {
  .home-hero__actions {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 23px;
    display: inline-flex;
    height: 45px;
    transition: background-color 125ms ease-in;
  }
  .home-hero__actions:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

.home-hero__container {
  max-width: 1030px;
}
@media (min-width: 880px) {
  .home-hero__container {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1000px) {
  .home-hero__container {
    justify-content: space-between;
  }
}

.home-hero__content {
  flex: 1 1 auto;
  margin: 0 auto;
  max-width: 840px;
  text-align: center;
}

.home-hero__illustration {
  display: none;
}
@media (min-width: 880px) {
  .home-hero__illustration {
    display: block;
    flex: 0 0 auto;
    height: 192px;
    margin-right: 48px;
    width: auto;
  }
}
@media (min-width: 1000px) {
  .home-hero__illustration {
    height: 272px;
    margin-right: 0;
  }
}

.home-hero__signup {
  background: #ffffff;
  border-radius: 23px;
  color: #14d700;
  display: block;
  font-size: 17px;
  font-weight: 600;
  height: 100%;
  line-height: 45px;
  outline: 0;
  padding: 0 32px;
  margin: 0 auto;
  max-width: 256px;
  transition: transform 125ms ease-in-out;
}
@media (min-width: 656px) {
  .home-hero__signup {
    margin: 0;
    max-width: none;
  }
}
.home-hero__signup:hover {
  background: #fafafa;
}
.home-hero__signup:active {
  transform: scale(1.05);
}

.home-hero__subtitle {
  font-size: 4.25vw;
  line-height: 1.5em;
  margin: 12px auto 32px;
  max-width: 80vw;
}
@media (min-width: 480px) {
  .home-hero__subtitle {
    font-size: 3.5vw;
    max-width: 640px;
  }
}
@media (min-width: 580px) {
  .home-hero__subtitle {
    font-size: 20px;
    line-height: 29px;
  }
}

.home-hero__title {
  font-size: 7.25vw;
  line-height: 1.25em;
  font-weight: 700;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  margin: 0 auto;
}
@media (min-width: 656px) {
  .home-hero__title {
    font-size: 45px;
    line-height: 55px;
    max-width: 740px;
  }
}

.home-hero__watch {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-size: 17px;
  line-height: 27px;
  margin: 12px 0 0;
  outline: 0;
}
@media (min-width: 656px) {
  .home-hero__watch {
    display: block;
    line-height: 45px;
    margin: 0;
    padding: 0 32px 0 24px;
  }
}

.how {
  margin: 56px 0 0;
}
@media (min-width: 768px) {
  .how {
    margin: 72px 0 0;
  }
}
@media (min-width: 840px) {
  .how {
    margin: 106px 0 0;
  }
}

.how__link {
  color: #068af4;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.how__logo {
  flex: 0 0 auto;
}
.how__logo:not(:last-child) {
  margin: 0 20px 0 0;
}

.how__logo-img {
  display: block;
  height: 32px;
  width: auto;
}

.how__logos {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 28px 0 0;
}

.how__more {
  margin: 16px 0 0;
}
@media (min-width: 1012px) {
  .how__more {
    margin: 30px 0 0;
  }
}

.how__step {
  flex: 0 0 auto;
  padding: 32px 24px;
  text-align: center;
}
@media (max-width: 1011px) {
  .how__step:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 1012px) {
  .how__step {
    padding: 28px 0 0;
  }
}
.how__step::before {
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 48px;
  font-weight: 700;
  height: 81px;
  line-height: 67px;
  margin: 0 auto 16px;
  padding: 7px 0 0;
  text-align: center;
  width: 81px;
}

.how__step--1 {
  background: rgba(180, 99, 232, 0.15);
}
@media (min-width: 1012px) {
  .how__step--1 {
    background: transparent;
    padding-left: 32px;
    padding-right: 52px;
    width: 363px;
  }
}
.how__step--1::before {
  background: #b463e8;
  content: "1";
}

.how__step--2 {
  background: rgba(6, 138, 244, 0.15);
}
@media (min-width: 1012px) {
  .how__step--2 {
    background: transparent;
    flex: 1 1 auto;
  }
}
.how__step--2::before {
  background: #068af4;
  content: "2";
}

.how__step--3 {
  background: rgba(20, 215, 0, 0.15);
}
@media (min-width: 1012px) {
  .how__step--3 {
    background: transparent;
    padding-left: 45px;
    width: 340px;
  }
}
.how__step--3::before {
  background: #14d700;
  content: "3";
}

.how__steps {
  margin: 41px auto 0;
  max-width: 640px;
}
@media (min-width: 1012px) {
  .how__steps {
    align-items: flex-start;
    background: url(/assets/backgrounds/home-arrows-82f6fd3c80209cab0054f1a4122267269c2f15a8c005032211a0b7aaea1c0057.svg) 0 0/100% 100% no-repeat;
    display: flex;
    height: 300px;
    justify-content: space-between;
    max-width: none;
  }
}

.how__text {
  font-size: 14px;
  line-height: 1.6em;
  margin: 10px auto 0;
}
@media (min-width: 1012px) {
  .how__text {
    max-width: 258px;
  }
}
.how__step--1 .how__text {
  color: #a18ab0;
}
.how__step--2 .how__text {
  color: #798d9d;
}
.how__step--3 .how__text {
  color: #7c967a;
  max-width: 404px;
}
@media (min-width: 1012px) {
  .how__step--3 .how__text {
    max-width: 264px;
  }
}

.how__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}
.how__step--1 .how__title {
  color: #b463e8;
}
.how__step--2 .how__title {
  color: #068af4;
}
.how__step--3 .how__title {
  color: #14d700;
}

.how-row {
  align-items: flex-start;
  display: flex;
  margin: 0 0 55px;
}

.how-row__column {
  flex: 1 1 50%;
}
.how-row__column:last-child:not(:first-child) {
  margin: 0 0 0 90px;
}

.key-features {
  padding-bottom: 100px;
  text-align: center;
}

.key-features ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.key-features__feature {
  background: transparent url(/assets/icons/star-8bfd118157707bf903ad674d334797bcdf92c66741cec54f4aac4b7abf0842b5.svg) 0 3px/15px 14px no-repeat;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 29px;
}
.key-features__feature:not(:last-child) {
  margin: 0 0 20px;
}

.key-features--check .key-features__feature {
  background: transparent url(/assets/icons/check-43bed43b4609f494272b4a897b9ac14a86152fe689e37bb4cca9ee1529fd3b75.svg) 0 3px/15px 14px no-repeat;
}
.key-features--check .key-features__feature a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.key-features__title {
  border-bottom: 2px solid #000000;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 21px;
  padding: 0 0 9px;
  display: inline-block;
}

.key-features__more {
  font-size: 28px;
  line-height: 20px;
  padding: 0 0 0 29px;
  margin-top: 42px;
  margin-left: -29px;
}

.landing-page__content {
  font-size: 4.25vw;
  line-height: 1.8125em;
}
@media (min-width: 396px) {
  .landing-page__content {
    font-size: 16px;
  }
}
.landing-page__content > * + * {
  margin: 8px 0 0;
}

.landing-page__demo {
  border-radius: 4px;
  display: block;
  margin: 32px 0 0;
  width: 100%;
}
@media (min-width: 840px) {
  .landing-page__demo {
    margin: 32px 0 -32px;
  }
}
@media (min-width: 960px) {
  .landing-page__demo {
    margin: 32px -48px -32px;
    width: calc(100% + 96px);
  }
}
@media (min-width: 1120px) {
  .landing-page__demo {
    margin: 48px -96px -24px;
    width: calc(100% + 192px);
  }
}

.landing-page__header {
  margin: 0 0 12px;
}

.landing-page__illustration {
  display: block;
  margin: 32px 0 -40px;
  max-width: 560px;
  width: 100%;
}
@media (min-width: 768px) {
  .landing-page__illustration {
    margin: 48px 48px -56px 0;
  }
}
@media (min-width: 840px) {
  .landing-page__illustration {
    margin: 48px 48px -80px 0;
  }
}

.landing-page__lead {
  font-size: 4.625vw;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 12px;
}
@media (min-width: 396px) {
  .landing-page__lead {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 640px) {
  .landing-page__lead {
    font-size: 20px;
    line-height: 30px;
  }
}

.landing-page__link {
  border-bottom: 2px solid #eaeaea;
  color: #0386f1;
}

.landing-page__list {
  list-style: disc;
  padding: 0 0 0 32px;
}

.landing-page__list-item:not(:last-child) {
  margin: 0 0 4px;
}

.landing-page__quote {
  padding: 0 0 0 32px;
  position: relative;
  margin: 16px 0;
}
.landing-page__quote::before {
  background: #f7f7f7 url(/assets/icons/speechmarks-d8fe6df4d6983431b329022a974c9ec595ae9df4194f59ea896e17f2166d2ab8.svg) 50% 12px/16px auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 32px;
}

.landing-page__quote-cite {
  background: url(/assets/testimonials/noah-37a4538a6f6d122f58bd769638131e64a25dbeb09966204c2ca0b3cad183ab38.jpg) 20px 0/24px auto no-repeat;
  color: #7b7b7b;
  display: block;
  margin: 8px 0 0;
  padding: 0 0 12px 52px;
}

.landing-page__quote-text {
  font-size: 16px;
  font-style: italic;
  line-height: 1.425em;
  max-width: 266px;
  padding: 12px 0 0 20px;
}
@media (min-width: 420px) {
  .landing-page__quote-text {
    font-size: 18px;
    max-width: 496px;
  }
}
@media (min-width: 656px) {
  .landing-page__quote-text {
    font-size: 22px;
    max-width: none;
  }
}

.landing-page__section {
  background: #ffffff;
  padding: 32px 0 40px;
}
@media (min-width: 768px) {
  .landing-page__section {
    padding: 48px 0 56px;
  }
}
@media (min-width: 840px) {
  .landing-page__section {
    padding: 72px 0 80px;
  }
}
.landing-page__section + .landing-page__section {
  border-top: 1px solid #dff1ff;
}

.landing-page__section--shaded {
  background: #f8fcff;
}

.landing-page__title {
  font-size: 6.75vw;
  font-weight: 700;
  line-height: 1.125em;
  margin: 0 0 16px;
}
@media (min-width: 400px) {
  .landing-page__title {
    font-size: 6.25vw;
  }
}
@media (min-width: 580px) {
  .landing-page__title {
    font-size: 5.25vw;
  }
}
@media (min-width: 728px) {
  .landing-page__title {
    font-size: 36px;
    line-height: 44px;
  }
}

.landing-page-hero__logo {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: auto;
}
@media (max-width: 840px) {
  .landing-page-hero__logo {
    margin-top: 25px;
    margin-bottom: -15px;
  }
}

.landing-page-hero__content {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}

.landing-page-hero__left,
.landing-page-hero__right {
  flex-basis: calc(50% - 20px);
}

.landing-page-hero__left--only-child {
  flex-basis: 100%;
  max-width: 850px;
  text-align: center;
  margin: auto;
}
@media (min-width: 840px) {
  .landing-page-hero__left--only-child .landing-page-hero__title {
    font-size: 50px;
  }
}
.landing-page-hero__title {
  font-size: 7.25vw;
  line-height: 1.25em;
  font-weight: 500;
  margin: 0 0 6px;
}
@media (min-width: 468px) {
  .landing-page-hero__title {
    font-size: 20px;
  }
}
@media (min-width: 526px) {
  .landing-page-hero__title {
    font-size: 24px;
  }
}
@media (min-width: 640px) {
  .landing-page-hero__title {
    font-size: 28px;
  }
}

.landing-page-hero__text {
  font-size: 4.25vw;
  line-height: 1.5em;
  padding-top: 3px;
}
@media (min-width: 396px) {
  .landing-page-hero__text {
    font-size: 16px;
  }
}
@media (min-width: 640px) {
  .landing-page-hero__text {
    font-size: 18px;
  }
}

.landing-page-hero__buttons {
  margin: 32px auto auto auto;
  max-width: 280px;
}
.landing-page-hero__buttons .icon-button:not(:last-child) {
  margin-bottom: 5px;
}

.landing-page-hero__video {
  background-color: #f7f7f7;
  background-image: url(/assets/icons/play-782e379c64730958a041c8ffe0468d3f8af21f30377b044841a012d672ad2b0b.svg);
  background-size: 75px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 56.25%;
}

@media (max-width: 990px) {
  .landing-page-hero__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.large-numbered-list {
  margin: 16px 0 0;
}
@media (min-width: 601px) {
  .large-numbered-list {
    margin: 24px 0 0;
  }
}
@media (min-width: 768px) {
  .large-numbered-list {
    margin: 32px 0 0;
  }
}
@media (min-width: 840px) {
  .large-numbered-list {
    margin: 48px 0 0;
  }
}

.large-numbered-list__content {
  font-size: 16px;
  line-height: 27px;
}

.large-numbered-list__item {
  padding: 0 0 0 115px;
  position: relative;
}
.large-numbered-list__item:not(:last-child) {
  margin: 0 0 16px;
}
@media (min-width: 601px) {
  .large-numbered-list__item:not(:last-child) {
    margin: 0 0 52px;
  }
}
.large-numbered-list__item::before {
  background: #666;
  border-radius: 50%;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 56px;
  height: 88px;
  left: 0;
  line-height: 1em;
  padding: 15px 0 0;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 88px;
}

.large-numbered-list__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin: 0 0 11px;
  padding: 2px 0 0;
}

.large-numbered-list__link {
  border-bottom: 2px solid #eaeaea;
  color: #0386f1;
  font-weight: 500;
}

.large-numbered-list__item--blue::before {
  background: #0386f1;
}

.large-numbered-list__item--pink::before {
  background: #fd004f;
}

.large-numbered-list__item--purple::before {
  background: #703d8c;
}

.large-numbered-list__item--orange::before {
  background: #ff8254;
}

.large-numbered-list__item:nth-child(1)::before {
  content: "1";
}

.large-numbered-list__item:nth-child(2)::before {
  content: "2";
}

.large-numbered-list__item:nth-child(3)::before {
  content: "3";
}

.large-numbered-list__item:nth-child(4)::before {
  content: "4";
}

.large-numbered-list__item:nth-child(5)::before {
  content: "5";
}

.large-numbered-list__item:nth-child(6)::before {
  content: "6";
}

@media (max-width: 500px) {
  .large-numbered-list__item {
    padding: 0;
  }
  .large-numbered-list__item::before {
    display: none;
  }
}
.legal-document {
  font-size: 16px;
  line-height: 26px;
  list-style: none;
  margin: 0 auto;
  max-width: 800px;
  padding: 48px 0;
}
@media (max-width: 700px) {
  .legal-document {
    padding: 32px 0;
  }
}
@media (max-width: 480px) {
  .legal-document {
    font-size: 14px;
    line-height: 24px;
    padding: 24px 0;
  }
}
.legal-document a {
  border-bottom: 1px solid #c7e5fa;
  color: #39a5ef;
}

.legal-document__number {
  font-weight: bold;
  padding: 0 8px 0 0;
}

.legal-document__row {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.legal-document__row:not(:last-child) {
  margin: 0 0 12px;
}
@media (max-width: 480px) {
  .legal-document__row:not(:last-child) {
    margin: 0 0 8px;
  }
}

.legal-document__section {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.legal-document__section:not(:last-child) {
  margin: 0 0 24px;
}
@media (max-width: 480px) {
  .legal-document__section:not(:last-child) {
    margin: 0 0 16px;
  }
}

.legal-document__subtitle {
  margin: 0 0 12px;
}
@media (max-width: 480px) {
  .legal-document__subtitle {
    margin: 0 0 8px;
  }
}

.legal-document__title {
  font-weight: 700;
  margin: 0 0 12px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .legal-document__title {
    margin: 0 0 8px;
  }
}

@media (min-width: 360px) {
  .legal-page-content {
    padding: 24px 0 32px;
  }
}
@media (min-width: 480px) {
  .legal-page-content {
    padding: 40px 0 48px;
  }
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 16px;
  margin: 32px 0 0 0;
}
@media (min-width: 400px) {
  .logo-grid {
    grid-gap: 24px;
  }
}
@media (min-width: 464px) {
  .logo-grid {
    margin: 32px 32px 0 0;
  }
}
@media (min-width: 556px) {
  .logo-grid {
    grid-gap: 32px;
  }
}
@media (min-width: 840px) {
  .logo-grid {
    margin: 48px 32px 0 0;
  }
}

.logo-grid--integrations {
  grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 464px) {
  .logo-grid--integrations {
    margin: 32px 96px 0 0;
  }
}
@media (min-width: 840px) {
  .logo-grid--integrations {
    margin: 48px 96px 0 0;
  }
}

.logo-grid li {
  padding: 100% 0 0;
  position: relative;
}

.logo-grid__icon {
  height: 100%;
  left: 0;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}

.markdown {
  line-height: 1.5;
  font-size: 21px;
}
.markdown > *:first-child {
  margin-top: 0 !important;
}
.markdown img {
  box-sizing: content-box;
  background-color: #fff;
}
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6,
.markdown table {
  margin-top: 44px;
  margin-bottom: 26px;
  font-weight: 700;
  line-height: 1.25;
}
.markdown b,
.markdown strong {
  font-weight: 600;
}
.markdown p,
.markdown blockquote,
.markdown ul,
.markdown ol,
.markdown dl,
.markdown table,
.markdown pre {
  margin-bottom: 25px;
}
.markdown ul,
.markdown ol {
  margin-left: 2em;
}
.markdown ol li {
  list-style: decimal;
}
.markdown ul li {
  list-style: disc;
}
.markdown sup a {
  border: 0 !important;
  margin-left: 2px;
  color: #999 !important;
}
.markdown div.footnotes > hr {
  display: none;
}
.markdown div.footnotes {
  color: #666;
  font-size: 12px;
  margin-top: 40px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
}
.markdown div.footnotes p {
  margin: 0;
}
.markdown div.footnotes p a {
  color: #999;
  font-weight: 600;
  border: 0;
}
.markdown div.footnotes li + li {
  margin-top: 6px;
}
.markdown h1 {
  font-size: 2em;
  font-weight: 700;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.3em;
}
.markdown h2 {
  font-size: 1.5em;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.3em;
}
.markdown h3 {
  font-size: 1.25em;
}
.markdown hr {
  height: 2px;
  border-color: #efefef;
  max-width: 75%;
  margin: 60px auto;
}
.markdown p.codeTitle {
  margin-bottom: 0;
  background: #eee;
  border-radius: 4px 4px 0 0;
  font-size: 12px;
  color: #888;
  padding: 8px 16px;
  border-bottom: 1px dashed #dcdcdc;
}
.markdown p.codeTitle + pre {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.markdown pre {
  background: #f2f2f2;
  font-family: "SFMono-Regular", monospace;
  font-size: 90%;
  padding: 16px;
  white-space: pre;
  word-wrap: normal;
  line-height: 1.45;
  overflow: auto;
  border-radius: 4px;
}
.markdown pre code {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
}
.markdown ul a,
.markdown ol a,
.markdown p a {
  color: #39a5ef;
  border-bottom: 1px solid rgb(198.5607476636, 229.3457943925, 250.4392523364);
}
.markdown ul a:hover,
.markdown ol a:hover,
.markdown p a:hover {
  color: rgb(16.4112149533, 127.1869158879, 203.0887850467);
}
.markdown ul a.brandLink,
.markdown ol a.brandLink,
.markdown p a.brandLink {
  color: inherit;
  color: #555;
  border-bottom: 1px solid #ddd;
}
.markdown ul a.brandLink:hover,
.markdown ol a.brandLink:hover,
.markdown p a.brandLink:hover {
  text-decoration: none;
  color: #222;
}
.markdown p img {
  text-align: center;
  margin: auto;
  display: block;
  max-width: 100%;
}
.markdown p.big {
  font-size: 22px;
}
.markdown p.colorBox {
  background: #fffff1;
  border: 2px solid #e8e8e2;
  color: #888878;
  font-size: 90%;
  font-weight: 500;
  padding: 20px;
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.markdown p.colorBox a {
  color: #888878;
  border-color: rgb(207.6811023622, 207.6811023622, 201.3188976378);
}
.markdown p.colorBox a:hover {
  color: rgb(95.4035433071, 95.4035433071, 84.0964566929);
}
.markdown p.colorBox code {
  background-color: rgba(0, 0, 0, 0.05);
}
.markdown p.colorBox.blue {
  background-color: #f2f8ff;
  border-color: #cfd8e4;
  color: #6890c5;
}
.markdown p.colorBox.blue a {
  color: #6890c5;
  border-color: rgb(214.5406698565, 225.2583732057, 239.4593301435);
}
.markdown p.colorBox.blue a:hover {
  color: rgb(62.3014354067, 105.2679425837, 162.1985645933);
}
.markdown p.colorBox.purple {
  background-color: #fbf5ff;
  border-color: #dcd3e2;
  color: #924db9;
}
.markdown p.colorBox.purple a {
  color: #924db9;
  border-color: rgb(213.2459677419, 186.814516129, 228.185483871);
}
.markdown p.colorBox.purple a:hover {
  color: rgb(103.9697580645, 52.3588709677, 133.1411290323);
}
.markdown p.colorBox.red {
  background-color: #fff5f5;
  border-color: #ebd4d4;
  color: #dc6b6b;
}
.markdown p.colorBox.red a {
  color: #dc6b6b;
  border-color: rgb(249.262295082, 230.737704918, 230.737704918);
}
.markdown p.colorBox.red a:hover {
  color: rgb(202.5901639344, 47.9098360656, 47.9098360656);
}
.markdown p.colorBox.green {
  background-color: #f5fff2;
  border-color: #cbdac7;
  color: #5ac249;
}
.markdown p.colorBox.green a {
  color: #5ac249;
  border-color: rgb(193.8888888889, 232.4074074074, 187.5925925926);
}
.markdown p.colorBox.green a:hover {
  color: rgb(61.1481481481, 142.6790123457, 47.8209876543);
}
.markdown .embeddedVideo {
  position: relative;
  margin: 60px 0;
  padding: 0 0 56.25%;
}
.markdown .embeddedVideo iframe {
  height: 100% !important;
  position: absolute;
  width: 100% !important;
}
.markdown .imageCaption {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  margin-bottom: 60px;
}
.markdown img.right {
  float: right;
  max-width: 500px;
  margin: 0 -100px 40px 40px;
}
.markdown img.left {
  float: left;
  max-width: 500px;
  margin: 0 40px 40px -100px;
}
.markdown img.radius {
  border-radius: 6px;
}
.markdown img.bordered {
  border: 3px solid #fff;
}
.markdown img.shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.markdown img.screenshot {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
  max-width: 85%;
  margin: 60px auto 60px auto;
}
.markdown img.center,
.markdown img.centre {
  max-width: 90%;
  margin: 40px auto 60px auto;
}
.markdown img.big {
  margin-left: -70px !important;
  margin-right: -70px !important;
  max-width: calc(100% + 70px + 70px) !important;
}
.markdown blockquote {
  border-left: 6px solid #efefef;
  padding-left: 30px;
}
.markdown blockquote p {
  font-size: 24px;
  line-height: 1.7;
  font-style: italic;
  color: #888;
}
.markdown code {
  font-family: "SFMono-Regular", monospace;
  font-size: 90%;
  background: #efefef;
  border-radius: 3px;
  padding: 0.15em 0.35em;
}
.markdown mark {
  background: #fffcdf;
  padding: 0.15em 0.35em;
}
.markdown table {
  width: 100%;
  margin-bottom: 40px;
}
.markdown table td,
.markdown table th {
  padding: 8px 0;
}
.markdown table thead tr td,
.markdown table thead tr th {
  border-bottom: 2px solid #000;
  font-weight: 600;
}
.markdown table tbody tr td {
  border-bottom: 1px solid #efefef;
}
.markdown table tbody tr:last-child td {
  border-bottom-color: #000;
}

@media (max-width: 920px) {
  .markdown img.big {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}
.no-search-results {
  border: 2px dashed #eaeaea;
  padding: 64px 0;
  text-align: center;
  margin: 32px 0 0;
}

.no-search-results__text {
  color: #686868;
  font-size: 20px;
  line-height: 28px;
}

.no-search-results__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 6px;
}

.oauth-illustration {
  align-items: center;
  display: flex;
  height: 320px;
  justify-content: space-between;
  margin: 0 auto;
}

.oauth-illustration__line {
  background: rgba(0, 0, 0, 0.05);
  flex: 1 1 auto;
  height: 4px;
  margin: 0 16px;
  width: 100%;
}

.oauth-illustration__logo {
  display: block;
  flex: 0 0 auto;
  height: 84px;
  width: auto;
}

.oauth-illustration__logo--small {
  height: 48px;
}

.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 32px 0 0;
}
.pagination .page-item:not(:last-child) {
  margin: 0 8px 0 0;
}
.pagination .page-item a {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  color: #686868;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 2px 12px;
}
.pagination .page-item.active a {
  background: #0187f3;
  border-color: #0187f3;
  color: #ffffff;
  font-weight: 500;
}

.pricing-discounts__wrapper {
  padding: 20px 0 96px;
}

.pricing-discounts {
  display: flex;
  margin: 30px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  flex-direction: column;
}
@media (min-width: 840px) {
  .pricing-discounts {
    flex-direction: row;
  }
}

.pricing-discounts__column {
  flex: 1;
  text-align: center;
  background-color: white;
  padding: 40px 30px;
  transition: all 300ms ease-in-out;
  border: 1px solid white;
}
.pricing-discounts__column:hover {
  filter: brightness(0.98);
}
@media (min-width: 840px) {
  .pricing-discounts__column {
    padding: 60px 50px;
  }
  .pricing-discounts__column:hover {
    filter: brightness(1);
    transform: scale(1.05);
    box-shadow: 0 22.64px 28.29px rgba(0, 0, 0, 0.2);
    border-right: 1px solid white !important;
    border-radius: 6px;
  }
}
.pricing-discounts__column:not(:last-child) {
  border-bottom: 1px solid #f1f3f5;
}
@media (min-width: 840px) {
  .pricing-discounts__column:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid #f1f3f5;
  }
}
.pricing-discounts__column:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pricing-discounts__column:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pricing-discounts__icon {
  height: 60px;
  margin-bottom: 15px;
  border-radius: 9999px;
  padding: 12px;
}
.pricing-discounts__icon.pricing-discounts__icon--open-source {
  background-color: #b463e8;
}
.pricing-discounts__icon.pricing-discounts__icon--student {
  background-color: #ff3b53;
}
.pricing-discounts__icon.pricing-discounts__icon--non-profit {
  background-color: #40d8c1;
}

.pricing-discounts__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 840px) {
  .pricing-discounts__title {
    font-size: 26px;
  }
}

.pricing-discounts__content {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.325em;
  color: #959595;
}
@media (min-width: 840px) {
  .pricing-discounts__content {
    font-size: 20px;
  }
}

.pricing-discounts__cta {
  font-size: 18px;
  font-weight: 600;
  color: #058add;
}
.pricing-discounts__cta:hover {
  text-decoration: underline;
}
@media (min-width: 840px) {
  .pricing-discounts__cta {
    font-size: 20px;
  }
}

.pricing-option, .pricing-option--enterprise, .pricing-option-best {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #C0C8D3;
  padding: 16px;
  gap: 24px;
}
.pricing-option:hover, .pricing-option--enterprise:hover, .pricing-option-best:hover {
  border-color: #3D1B95;
}
.pricing-option:hover .pricing-option__name, .pricing-option--enterprise:hover .pricing-option__name, .pricing-option-best:hover .pricing-option__name {
  color: #3D1B95;
}
.pricing-option:hover .pricing-option__button, .pricing-option--enterprise:hover .pricing-option__button, .pricing-option-best:hover .pricing-option__button,
.pricing-option:hover .pricing-option-best__button,
.pricing-option--enterprise:hover .pricing-option-best__button,
.pricing-option-best:hover .pricing-option-best__button,
.pricing-option:hover .pricing-option__button--enterprise,
.pricing-option--enterprise:hover .pricing-option__button--enterprise,
.pricing-option-best:hover .pricing-option__button--enterprise {
  color: #3D1B95;
  border-color: #3D1B95;
}

.pricing-option-best {
  border: 2px solid #3b1d95;
}
.pricing-option-best:hover {
  border-color: #2C166F;
}
.pricing-option-best:hover .pricing-option__name {
  color: #2C166F;
}
.pricing-option-best:hover .pricing-option-best__button {
  background: #2C166F;
  color: white;
  border-color: #2C166F;
}
.pricing-option-best:hover .popular-tag {
  background-color: #2C166F;
}

.pricing-option--enterprise {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  padding: 24px 24px 8px;
  gap: 24px;
  min-height: 240px;
  height: auto;
}
.pricing-option--enterprise .pricing-option__header {
  grid-row: 1;
  grid-column: 1;
}
.pricing-option--enterprise .enterprise-divider {
  display: none;
}
.pricing-option--enterprise .features-container {
  grid-row: 2;
  grid-column: 1;
}
.pricing-option--enterprise .pricing-option__button-container {
  grid-row: 3;
  grid-column: 1;
  flex-direction: column;
  margin-bottom: 0;
}
@media (min-width: 640px) and (max-width: 839px) {
  .pricing-option--enterprise .pricing-option__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 24px;
    margin-top: 4px;
  }
  .pricing-option--enterprise .pricing-option__button-container {
    flex-direction: row;
  }
}
@media (min-width: 840px) {
  .pricing-option--enterprise {
    grid-template-columns: 240px auto 1fr;
    grid-template-rows: 1fr;
    padding: 32px 32px 24px;
    gap: 32px;
  }
  .pricing-option--enterprise .pricing-option__header {
    grid-column: 1;
    grid-row: 1;
  }
  .pricing-option--enterprise .enterprise-divider {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    padding: 0;
  }
  .pricing-option--enterprise .features-container {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
  }
  .pricing-option--enterprise .pricing-option__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 48px;
    margin-top: 4px;
    margin-bottom: auto;
  }
  .pricing-option--enterprise .pricing-option__button-container {
    grid-column: 3;
    grid-row: 1;
    flex-direction: row;
    margin-top: 24px;
    justify-content: flex-start;
    align-self: flex-end;
  }
}

.pricing-option-best__button, .pricing-option__button,
.pricing-option__button--enterprise {
  border: 1px solid #9EABBC;
  border-radius: 4px;
  color: #0F1115;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 24px;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 48px;
  gap: 2px;
}

.pricing-option-best__button {
  background: #3b1d95;
  color: white;
}

.pricing-option__link-button {
  color: #0F1115;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 16px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  text-decoration: none;
}
.pricing-option__link-button:hover {
  color: #3D1B95;
}

.pricing-option__button--fullwidth {
  flex: 1;
  min-width: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  gap: 2px;
  width: 100%;
}
@media (min-width: 640px) {
  .pricing-option__button--fullwidth {
    padding: 0;
  }
}

.pricing-option__text {
  margin-right: 4px;
}

.pricing-option__tooltip {
  display: flex;
  position: relative;
}
.pricing-option__tooltip:hover .pricing-option__tip {
  opacity: 1;
  transform: translate(-50%, -12px);
  visibility: visible;
}

.pricing-option__tip {
  background-color: #373737;
  border-radius: 4px;
  bottom: 110%;
  color: white;
  font-size: 14px;
  left: 50%;
  min-width: 200px;
  opacity: 0;
  padding: 8px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 1;
}
.pricing-option__tip::before {
  background: transparent;
  border: 6px solid transparent;
  border-top-color: #373737;
  bottom: -12px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1001;
}

.pricing-option__info-icon {
  position: relative;
  background: transparent url(/assets/icons/info-a755618cc218eda19b6e08883a0747d916c7233acaa1133bcfd61d4c2cb045ae.svg) no-repeat;
  width: 16px;
  height: 16px;
}

.pricing-option__header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.pricing-option__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #171717;
  margin-bottom: 6px;
}

.pricing-option__description {
  font-size: 16px;
  line-height: 24px;
  color: #36414E;
}

.price-container {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pricing-option__price {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  color: #171717;
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
}

.pricing-option__price-detail {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  color: #62758E;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.pricing-option__price-detail .price-breakdown {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #3B1D95;
}

.features-container {
  z-index: 0;
  display: flex;
  margin: 24px 0;
  width: 100%;
  padding: 0 8px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  color: #36414e;
  font-weight: 400;
  line-height: 1;
  justify-content: center;
}

.pricing-option--enterprise .features-container {
  margin-bottom: 0;
}

.features-and-buttons {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 839px) {
  .features-and-buttons {
    gap: 24px;
  }
}
.pricing-option--enterprise .features-and-buttons {
  gap: 12px;
}

.features-section {
  flex-grow: 1;
}

.enterprise-features {
  margin-bottom: 0;
}

.pricing-option__features-header {
  padding-bottom: 8px;
}

.pricing-option__features-header-bold {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
}

.pricing-option__features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-option__feature {
  display: flex;
  margin-top: 8px;
  min-height: 20px;
  align-items: center;
  gap: 8px;
}

.pricing-option__feature-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #36414e;
  margin: auto 0;
}

.pricing-option__feature-text--excluded {
  color: #62758E;
}

.pricing-option__feature-included-icon {
  background: transparent url(/assets/icons/check-line-e7be69632dab83c7286af07870ac3ca243e3c5850bd539706011ddd6a0846c22.svg) no-repeat;
  width: 15px;
  height: 16px;
}

.pricing-option__feature-excluded-icon {
  background: transparent url(/assets/icons/close-line-8fd77b1feccd1fbff746c45b2b1092d5a283d5b5f5db9c2b656a4b674f8f4a20.svg) no-repeat;
  width: 15px;
  height: 16px;
}

@media (max-width: 767px) {
  .feature-not-included {
    display: none;
  }
}
@media (max-width: 767px) {
  .pricing-option__feature:has(.pricing-option__feature-excluded-icon) {
    display: none;
  }
}
.popular-tag {
  color: #fff;
  align-self: start;
  border-radius: 2px;
  position: absolute;
  z-index: 0;
  min-height: 28px;
  gap: 8px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  right: 12px;
  top: -12px;
  height: 28px;
  padding: 5px 8px;
  background-color: #3b1d95;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.enterprise-divider__line {
  border-left: 1px solid #C0C8D3;
  height: 100%;
  min-height: 180px;
  width: 0;
}

.pricing-option__button-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  gap: 16px;
}
@media (max-width: 639px) {
  .pricing-option__button-container {
    flex-direction: column;
    gap: 12px;
  }
  .pricing-option__button-container .pricing-option__button--fullwidth,
  .pricing-option__button-container .pricing-option__link-button {
    width: 100%;
    box-sizing: border-box;
  }
}

.enterprise-buttons {
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 840px) {
  .enterprise-buttons {
    flex: 1;
  }
}

@media (max-width: 839px) {
  .pricing-option__button,
  .pricing-option__button--enterprise,
  .pricing-option__button--fullwidth {
    height: 48px;
    min-height: 48px;
  }
}
.pricing-options {
  margin: 32px 0 24px;
  width: 100%;
}

.pricing-options__column {
  margin: 0;
  width: 100%;
}

.pricing-options__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 480px) {
  .pricing-options {
    margin: 48px 0 24px;
  }
}
@media (min-width: 840px) {
  .pricing-options {
    margin: 0px 0 56px;
  }
  .pricing-options__column {
    flex: 1 1 calc(50% - 24px);
    max-width: none;
    min-width: 232px;
  }
  .pricing-options__column--enterprise {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 48px;
    margin-bottom: 24px;
  }
  .pricing-options__list {
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    padding: 0 35px; /* Keep the existing padding for desktop */
  }
}
@media (min-width: 1200px) {
  .pricing-options__column {
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
  }
  .pricing-options__list {
    justify-content: space-between;
  }
}
.pricing {
  align-self: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 64px;
}

.payment-toggle__header {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  padding: 0 35px;
  margin: 72px auto 24px;
}

.payment-toggle {
  justify-content: center;
  align-items: stretch;
  border-radius: 8px;
  border: 1px solid #c0c8d3;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  height: 48px;
  padding: 4px;
  background-color: #dee2e8;
}

.toggle-option {
  color: #0f1115;
  align-self: stretch;
  border-radius: 999px;
  padding: 0 24px;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.toggle-option-selected {
  cursor: pointer;
}

.toggle-option[data-active=true] {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.toggle-option-selected {
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  display: flex;
  padding: 0 24px;
  gap: 8px;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease;
  position: relative;
}

.toggle-option-selected:hover {
  background-color: #f8f9fa;
  text-decoration: none;
  color: inherit;
}

.toggle-text {
  color: #0f1115;
  font-size: 16px;
  font-weight: 400;
  margin: auto 0;
  white-space: nowrap;
}

.toggle-text-bold {
  color: #0f1115;
  font-size: 16px;
  font-weight: 700;
  margin: auto 0;
  white-space: nowrap;
}

.promo-tag {
  color: #fff;
  border-radius: 2px;
  height: 22px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  padding: 0 6px;
  background-color: #36414e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.integrations-container {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: flex-end;
  margin-left: auto;
}

.integrations-label {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  align-self: stretch;
  margin: auto 0;
}

.integration-icons {
  align-self: stretch;
  display: flex;
  margin: 0 8px;
  align-items: center;
  justify-content: center;
}

.integration-icon {
  align-items: center;
  border-radius: 799.2px;
  border: 0.5px solid #f0f2f5;
  box-shadow: 0px 0.8px 2.4px 0px rgba(0, 0, 0, 0.1), 0px 0.8px 1.6px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  align-self: stretch;
  display: flex;
  padding: 6px;
  gap: 6px;
  justify-content: start;
  width: 32px;
  height: 32px;
  margin: 0px -5px;
  position: relative;
}

.integration-icons .integration-icon:nth-child(1) {
  margin-left: 0;
  z-index: 9; /* Slack icon - highest z-index to appear on top */
}

.integration-icons .integration-icon:nth-child(2) {
  z-index: 8; /* DigitalOcean icon */
}

.integration-icons .integration-icon:nth-child(3) {
  z-index: 7; /* Shopify icon */
}

.integration-icons .integration-icon:nth-child(4) {
  z-index: 6; /* Cloudflare icon */
}

.integration-icons .integration-icon:nth-child(5) {
  z-index: 5; /* GitHub icon */
}

.integration-icons .integration-icon:nth-child(6) {
  z-index: 4; /* GitLab icon */
}

.integration-icons .integration-icon:nth-child(7) {
  z-index: 3; /* Bitbucket icon */
}

.integration-icons .integration-icon:nth-child(8) {
  z-index: 2; /* Sentry icon */
}

.integration-icons .integration-icon:nth-child(9) {
  margin-right: 0;
  z-index: 1; /* Discord icon - lowest z-index to appear at the bottom */
}

.icon {
  align-self: stretch;
  display: flex;
  min-height: 20px;
  margin: auto;
  width: 19px;
  background: transparent center/contain no-repeat;
}

.slack-icon {
  background-image: url(/assets/icons/slack-bdd1bd942e1cb8f5e13242663f706dd5a28de51d83a765c9e8103b665e4368fc.svg);
}

.digitalocean-icon {
  background-image: url(/assets/icons/digital_ocean-ba6d452aa4ee5cfd0541362891d972fea6c5fb69d7ac2b1f5c0112eab1bb54b5.svg);
}

.shopify-icon {
  background-image: url(/assets/icons/shopify-c76248766dfb94ee0e23f15d5623c66140ef92fa9889d6ff541aa4c653c68538.svg);
}

.cloudflare-icon {
  background-image: url(/assets/icons/cloudflare-030c82d785860ddd1018ffe4d0f9e93e8b5b4763fb0df909a9a3a209d50a18d6.svg);
}

.github-icon {
  background-image: url(/assets/icons/github-b91aa5d27323e51a2063d90938e56bb1ae9f55166929b0d2fe38cbc778ae76c3.svg);
}

.gitlab-icon {
  background-image: url(/assets/icons/gitlab-32cde9c2215a07db9d03ded289388fad4f5c3be21a9be723e201ac920ced8d3b.svg);
}

.bitbucket-icon {
  background-image: url(/assets/icons/bitbucket-3bd2edbddd8bdcb7048cf6e98fbfba8257002b88847cc77d35679b8be4b87e22.svg);
}

.sentry-icon {
  background-image: url(/assets/icons/sentry-9e88d68984de1e3919ff6431077ccb7d183966aeaaea4975801a7c9899bfe5cd.svg);
}

.discord-icon {
  background-image: url(/assets/icons/discord-121ce93e50b12ccc268f61e8638a4a4717647e205e4a8dc412bbfc7ccac94d7a.svg);
}

.more-text {
  color: #62758e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  align-self: center;
  margin: 0;
}

@media (min-width: 481px) and (max-width: 839px) {
  .payment-toggle__header {
    padding: 0 24px;
    margin: 56px auto 20px;
    gap: 20px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .payment-toggle__header {
    padding: 0 16px;
    margin: 48px auto 16px;
    gap: 16px;
  }
  .integrations-container {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .integration-icons {
    margin: 0 4px;
  }
  .integration-icon {
    width: 28px;
    height: 28px;
    margin: 0px -6px;
  }
  .icon {
    min-height: 16px;
    width: 15px;
  }
  .payment-toggle {
    min-width: auto;
    width: 100%;
  }
  .toggle-option,
  .toggle-option-selected {
    padding: 0 16px;
  }
  .toggle-text,
  .toggle-text-bold {
    font-size: 14px;
  }
  .promo-tag {
    font-size: 10px;
    padding: 0 4px;
  }
}
.search {
  color: #000000;
  margin: 32px auto 0;
  max-width: 640px;
  position: relative;
}

.search--results {
  margin: 0;
  width: auto;
}

.search__input {
  appearance: none;
  background: #f8f8f8 url(/assets/icons/search-b5eea7a9da6890cfd6620337f65efcd4079f7aca2588e4bf3bbbc7ed38059307.svg) 28px 50%/21px 21px no-repeat;
  border: 1px solid #dbdbdb;
  border-radius: 32px;
  font: inherit;
  display: block;
  font-size: 18px;
  line-height: 28px;
  outline: 0;
  padding: 17px 28px 17px 61px;
  width: 100%;
}
.search__input:focus {
  background-color: #ffffff;
}
.search--expanded .search__input {
  border-radius: 3px 3px 0 0;
}
.search--results .search__input {
  border: 1px solid #d7d7d7;
}

.search__link {
  display: block;
  padding: 16px 32px;
}

.search__mark {
  background: #ffe200;
}

.search__result:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}

.search__result--selected {
  background: #fffce5;
}

.search__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.search__results {
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  left: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 100%;
}

.search-result {
  display: block;
}

.search-result__excerpt {
  font-size: 16px;
  line-height: 24px;
}

.search-result__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.search-result:hover .search-result__title {
  text-decoration: underline;
}

.search-result__url {
  color: #0187f3;
  font-size: 16px;
  line-height: 24px;
}

.search-result__updated {
  color: #787878;
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
  display: block;
}

.search-results {
  display: grid;
  grid-gap: 32px;
}

.signup {
  background-image: linear-gradient(to top, rgba(9, 171, 255, 0), rgba(9, 171, 255, 0.12));
  padding: 107px 0 20px;
}
@media (min-width: 560px) {
  .signup {
    padding: 115px 0 20px;
  }
}
@media (min-width: 768px) {
  .signup {
    padding: 123px 0 20px;
  }
}
@media (min-width: 900px) {
  .signup {
    padding: 147px 0 20px;
  }
}
@media (min-width: 960px) {
  .signup {
    padding: 155px 0 20px;
  }
}

.signup__forgotten {
  margin-left: auto;
  line-height: 1;
  text-decoration: underline;
  color: #0187f3;
  margin-bottom: 20px;
}

.signup__rocket {
  display: block;
  height: 72px;
  margin: 0 auto 17px;
}
@media (min-width: 900px) {
  .signup__rocket {
    margin: 0 auto 34px;
  }
}

.signup__rockets {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .signup__rockets {
    margin-bottom: 56px;
  }
}

.signup__rockets-item {
  display: none;
  height: 48px;
}
@media (min-width: 768px) {
  .signup__rockets-item {
    display: block;
    height: auto;
  }
}

.signup__rockets-item--1 {
  display: block;
}

.signup__step2 {
  display: none;
}

.signup-banner {
  background: #1a1a1a;
  color: #ffffff;
  padding: 48px 0;
  text-align: center;
}
@media (min-width: 480px) {
  .signup-banner {
    padding: 56px 0;
  }
}
@media (min-width: 560px) {
  .signup-banner {
    padding: 56px 0;
  }
}
@media (min-width: 768px) {
  .signup-banner {
    padding: 72px 0;
  }
}

.signup-banner__button {
  border-radius: 24px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 48px;
  margin: 24px auto 0;
  max-width: 280px;
  width: 100%;
}
@media (min-width: 480px) {
  .signup-banner__button {
    border-radius: 35px;
    font-size: 22px;
    line-height: 69px;
    margin: 32px auto 0;
    max-width: 390px;
  }
}

.signup-banner__button--blue {
  background: #068af4;
}
.signup-banner__button--blue:hover {
  background: rgb(26.128, 149.944, 249.372);
}
.signup-banner__button--blue:active {
  background: rgb(5.388, 123.924, 219.112);
}

.signup-banner__button--green {
  background: #61d33f;
}
.signup-banner__button--green:hover {
  background: rgb(114.0720338983, 215.7542372881, 83.7457627119);
}
.signup-banner__button--green:active {
  background: rgb(82.1313559322, 202.1694915254, 46.3305084746);
}

.signup-banner__lead {
  color: #b7b7b7;
}

.signup-banner__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 192px;
}
@media (min-width: 329px) {
  .signup-banner__title {
    max-width: 640px;
  }
}
@media (min-width: 960px) {
  .signup-banner__title {
    max-width: none;
  }
}

.cta-section {
  background-color: #0F0826;
  color: #fff;
  padding: 64px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  min-width: auto;
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.cta-subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
  margin: 12px 0 0;
}

.cta-button {
  border: transparent;
  margin: 24px 0 0;
}

.signup-box {
  background: #f5fbff;
  border-bottom: 1px solid #e6f4fe;
  border-top: 1px solid #e6f4fe;
  margin: 32px auto;
  width: 100%;
}
.signup-box[fieldset] {
  border: none;
  padding: 0;
  margin: 32px auto;
}
.signup-box__section {
  border: none;
  padding: 0;
  margin: 0;
}
.signup-box__section:not(:first-child) {
  margin-top: 24px;
}
.signup-box__legend {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
  padding: 0;
}
.signup-box__description {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}
@media (min-width: 560px) {
  .signup-box {
    margin: 48px auto;
  }
}
@media (min-width: 768px) {
  .signup-box {
    margin: 56px auto;
  }
}
@media (min-width: 776px) {
  .signup-box {
    background: #f5fbff;
    border: 1px solid #e6f4fe;
    border-radius: 6px;
    max-width: 706px;
  }
}
@media (min-width: 960px) {
  .signup-box {
    margin: 64px auto 96px;
  }
}

.signup-box--step1 {
  padding: 32px 24px;
}
@media (min-width: 480px) {
  .signup-box--step1 {
    padding: 46px 10%;
  }
}
@media (min-width: 776px) {
  .signup-box--step1 {
    padding: 46px 118px;
  }
}

.signup-box--step2 {
  padding: 32px 24px 36px;
  position: relative;
}
@media (min-width: 480px) {
  .signup-box--step2 {
    padding: 32px 32px 36px;
  }
}
@media (min-width: 776px) {
  .signup-box--step2 {
    padding: 52px 70px 56px;
  }
}

.signup-box__button {
  appearance: none;
  background: #61d33f;
  border: 0;
  border-radius: 24px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  margin-top: 12px;
  outline: 0;
  padding: 0 19px;
  text-align: center;
  width: 100%;
}
.signup-box__button:hover {
  background: rgb(114.0720338983, 215.7542372881, 83.7457627119);
}
.signup-box__button:active {
  background: rgb(82.1313559322, 202.1694915254, 46.3305084746);
}
@media (min-width: 400px) {
  .signup-box__button {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .signup-box__button {
    border-radius: 35px;
    font-size: 22px;
    line-height: 70px;
    margin-top: 27px;
  }
}
.signup-box__button:disabled {
  background: #eaeaea;
  color: #7b7b7b;
  cursor: not-allowed;
}

.signup-box__checkbox-group {
  align-items: center;
  display: flex;
  margin: 24px 0;
}
@media (min-width: 480px) {
  .signup-box__checkbox-group {
    margin: 32px 0;
  }
}
@media (min-width: 560px) {
  .signup-box__checkbox-group {
    margin: 42px 0;
  }
}
@media (min-width: 640px) {
  .signup-box__checkbox-group {
    padding: 0 0 0 56px;
  }
}

.signup-box__column {
  margin-bottom: 24px;
}
@media (min-width: 560px) {
  .signup-box__column {
    flex: 1 1 auto;
    margin: 0 12px;
  }
}

.signup-box__identity {
  background: #ffffee;
  border: 1px solid #e8e7c6;
  border-radius: 6px 6px 0 0;
  font-size: 13px;
  line-height: 1.6;
  padding: 20px 16px;
  text-align: center;
  top: 0;
  margin: -33px -25px 24px;
}
@media (min-width: 480px) {
  .signup-box__identity {
    margin: -33px -33px 24px;
  }
}
@media (min-width: 560px) {
  .signup-box__identity {
    font-size: 15px;
    padding: 20px 28px;
    margin: -33px -33px 32px;
  }
}
@media (min-width: 776px) {
  .signup-box__identity {
    margin: -53px -71px 32px;
  }
}
.signup-box__identity span {
  display: block;
  font-weight: 500;
}

.signup-box__input {
  appearance: none;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 24px;
  font: inherit;
  font-size: 16px;
  line-height: 26px;
  display: block;
  outline: 0;
  padding: 10px 19px;
  text-align: center;
  width: 100%;
}
@media (min-width: 400px) {
  .signup-box__input {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .signup-box__input {
    font-size: 22px;
    line-height: 30px;
    padding: 8px 19px;
  }
}
.signup-box__input:focus {
  background-color: #fff;
  border-color: #0187f3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(1, 135, 243, 0.5);
}

@media (min-width: 480px) {
  .signup-box__input--large {
    border-radius: 35px;
    padding: 19px;
  }
}

.signup-box__input--textarea {
  border-radius: 12px;
  text-align: left;
  padding: 14px 19px;
}

.signup-box__label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 400px) {
  .signup-box__label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 480px) {
  .signup-box__label {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

@media (min-width: 560px) {
  .signup-box__row {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}
@media (min-width: 856px) {
  .signup-box__row {
    flex-wrap: nowrap;
  }
}
@media (min-width: 480px) {
  .signup-box__row + .signup-box__row {
    margin-top: 32px;
  }
}

.signup-box__row--checkbox {
  display: flex;
}

.small-numbered-list {
  margin-top: 24px;
}
@media (min-width: 560px) {
  .small-numbered-list {
    margin-top: 28px;
  }
}
@media (min-width: 768px) {
  .small-numbered-list {
    margin-top: 35px;
  }
}

.small-numbered-list__item {
  padding: 4px 0 0 66px;
  position: relative;
}
@media (min-width: 560px) {
  .small-numbered-list__item {
    padding: 11px 0 0 70px;
  }
}
@media (min-width: 768px) {
  .small-numbered-list__item {
    padding: 13px 0 0 74px;
  }
}
.small-numbered-list__item + .small-numbered-list__item {
  margin-top: 22px;
}
.small-numbered-list__item::before {
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 25px;
  height: 42px;
  left: 0;
  line-height: 38px;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 42px;
}
@media (min-width: 560px) {
  .small-numbered-list__item::before {
    font-size: 29px;
    height: 46px;
    line-height: 42px;
    width: 46px;
  }
}
@media (min-width: 768px) {
  .small-numbered-list__item::before {
    font-size: 33px;
    height: 50px;
    line-height: 46px;
    width: 50px;
  }
}

.small-numbered-list__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35em;
}
@media (min-width: 560px) {
  .small-numbered-list__title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .small-numbered-list__title {
    font-size: 20px;
  }
}

.small-numbered-list__item:nth-child(1)::before {
  background: #ff3b53;
  content: "1";
}

.small-numbered-list__item:nth-child(2)::before {
  background: #e559c7;
  content: "2";
}

.small-numbered-list__item:nth-child(3)::before {
  background: #068af4;
  content: "3";
}

.small-numbered-list__item:nth-child(4)::before {
  background: #40d8c1;
  content: "4";
}

.social-proof {
  background-color: #EBE5FA;
  padding: 64px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-proof-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.social-proof-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  width: 100%;
  max-width: 1534px;
  overflow: hidden;
}

.logo-marquee-container {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.logo-marquee {
  display: flex;
  align-items: center;
  gap: 48px;
  animation: marquee 80s linear infinite;
  flex-shrink: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.logo-wall {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
}

.company-logo {
  height: auto;
  flex-shrink: 0;
}

.divider-vertical {
  width: 0;
  height: 24px;
  border-left: 1px solid #dad0f6;
  opacity: 0.5;
}

.divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: #dad0f6;
  opacity: 0.5;
  margin: 32px 0;
}

.g2-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rating-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #0F0826;
  border-radius: 4px;
  padding: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
}

.rating-logo {
  background-color: #fff;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g2-icon {
  background: transparent url(/assets/icons/logos/g2-1a6725d316176c10d6647301fd1951ff24fea4ac957e2c8d922b553008e87b0b.svg) no-repeat center;
  width: 24px;
  height: 24px;
}

.rating-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px 4px 4px;
  border-radius: 2px;
}

.rating-star-icon {
  background: transparent url(/assets/icons/rating-star-1ad9b2431aa35fd84dbc5d2275fe52cee6dcad9807be8978a28142a82623ccb1.svg) no-repeat;
  width: 20px;
  height: 20px;
}

.rating-score {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 16px;
  color: #fff;
}

.score {
  font-weight: 600;
}

.score-max {
  font-weight: 500;
  opacity: 0.5;
}

.rating-text {
  color: var(--text-primary);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.7;
  margin: 4px 0 0;
}

.disney-icon {
  background: transparent url(/assets/icons/logos/disney-b1e13a8e42bbdc1774f4249183b2431b846a5ef7ec21e6424c596d05bb20ef7d.svg) no-repeat;
  width: 104.62px;
  height: 44px;
}

.wordpress-icon {
  background: transparent url(/assets/icons/logos/wordpress-9b187b2e92dc9499b9d39fd5141d6202858031a0edc17dd4c2d470fc7ac4b198.svg) no-repeat;
  width: 167.48px;
  height: 38px;
}

.thinkbdw-icon {
  background: transparent url(/assets/icons/logos/thinkbdw-475c145fce023173cb93d791f591995db61a12d710626c0930125b8c2fc40bc1.svg) no-repeat;
  width: 133.7px;
  height: 35px;
}

.paystack-icon {
  background: transparent url(/assets/icons/logos/paystack-5fada191e52da7888ce84cbd17699ff0ff94d6ebe67a239e55e81e011b12c64e.svg) no-repeat;
  width: 157px;
  height: 28px;
}

.jdgroup-icon {
  background: transparent url(/assets/icons/logos/jd-group-1221b0e1e44970468e497517738d0f1fbcc519b1fb5a66f2462a3c2bf36ed967.svg) no-repeat;
  width: 122.86px;
  height: 40px;
}

.ponderosa-icon {
  background: transparent url(/assets/icons/logos/ponderosa-c60e381cb07ff70206e6627611a633efb8b60ca82947392b814394abc0ada60a.svg) no-repeat;
  width: 142.7px;
  height: 32px;
}

.design-icon {
  background: transparent url(/assets/icons/logos/970design-c1f4aaed996e1594c3bfb28c89839d9ce4f8d3b49d46cbeb428250bb50abe9ff.svg) no-repeat;
  width: 176.9px;
  height: 20.01px;
}

.tokeet-icon {
  background: transparent url(/assets/icons/logos/tokeet-c36445574a68ac5e2f67ccf35408da9f8be3d45a1473ce34d5abf96d7f9d8bc3.svg) no-repeat;
  width: 135px;
  height: 40px;
}

.yotpo-icon {
  background: transparent url(/assets/icons/logos/yotpo-8f102c4941d40eddcc2f2986498040e1efa913668d2197a1909133ed056b66f3.svg) no-repeat;
  width: 135px;
  height: 40px;
}

.squares {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin: 20px 0 0;
}

.squares__item {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  color: #5a5a5a;
  font-size: 4.25vw;
  line-height: 1.8125em;
  padding: 12px 0;
  text-align: center;
}
@media (min-width: 396px) {
  .squares__item {
    font-size: 16px;
  }
}

.steps {
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
}

.steps__step {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  max-width: 550px;
}

.steps__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.steps__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url(/assets/icons/text-8283655c31b866b43fe7731938991cefc4011861824cdfba85032f611aef1d55.svg) 13px 50%/16px 16px no-repeat;
  border: 0;
  display: block;
  width: 100%;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 30px;
  margin: 19px 0 0;
  outline: 0;
  padding: 0 13px 0 35px;
}

.steps__explanation {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.steps__step {
  position: relative;
  flex-basis: 33.33%;
  margin: 0 6px;
  text-align: center;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.steps__step::before {
  display: block;
  position: absolute;
  font-size: 80px;
  font-weight: 500;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 50px;
  width: 90px;
  color: #ffffff;
}

.steps__header {
  padding: 20px;
  padding-bottom: 30px;
}

.steps__number {
  line-height: 100px;
  font-size: 90px;
  font-weight: 500;
}

.steps__step--1 .steps__header {
  color: #0187f3;
  background: rgba(1, 135, 243, 0.1);
}
.steps__step--1 .steps__button {
  background-color: #0187f3;
}
.steps__step--1 .steps__button:hover {
  background-color: rgb(15.4856557377, 147.5635245902, 254.0143442623);
}
.steps__step--1 .steps__button:active {
  background-color: rgb(0.8954918033, 120.8913934426, 217.6045081967);
}

.steps__step--2 .steps__header {
  color: #6055b6;
  background: rgba(96, 85, 182, 0.1);
}
.steps__step--2 .steps__button {
  background-color: #6055b6;
}
.steps__step--2 .steps__button:hover {
  background-color: rgb(112.6851851852, 102.8395061728, 189.6604938272);
}
.steps__step--2 .steps__button:active {
  background-color: rgb(83.4814814815, 72.549382716, 168.950617284);
}
.steps__step--2 .steps__header {
  background: rgba(96, 85, 182, 0.1);
}

.steps__step--3 .steps__header {
  background: rgba(240, 8, 89, 0.1);
  color: #f00859;
}
.steps__step--3 .steps__button {
  background: #f00859 url(/assets/icons/rocket-6ee2038d05342349ab826078d2e311107fc61b4efcf526b4ac74ed2417b82dd9.svg) 13px 50%/16px 16px no-repeat;
}
.steps__step--3 .steps__button:hover {
  background-color: rgb(247.3709677419, 26.1290322581, 103.372983871);
}
.steps__step--3 .steps__button:active {
  background-color: rgb(215.3225806452, 7.1774193548, 79.8487903226);
}

.steps__title {
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 1050px) {
  .steps {
    flex-direction: column;
    align-items: center;
  }
  .steps__step {
    margin: 0 0px 20px 0;
    flex-basis: auto;
  }
}
.stores {
  display: flex;
  margin: 24px 0 0;
}

.stores__img {
  display: block;
  height: 48px;
  width: auto;
}

.stores__item {
  flex: 0 0 auto;
}
.stores__item:not(:last-child) {
  margin: 0 16px 0 0;
}

.stores__link {
  display: block;
}

.stores__link--inactive {
  opacity: 0.125;
}

.support-article {
  background: #ffffff;
  padding: 0 0 96px;
}

.support-article__breadcrumb {
  flex: 0 0 auto;
}
.support-article__breadcrumb:not(:last-child) {
  background: transparent url(/assets/icons/caret-9651338cedb9dcf1d095e4471b9642f9f5f747e07dc5a6fd488b2f661414ce9c.svg) 100% 50%/8px 12px no-repeat;
  margin: 0 22px 0 0;
  padding: 0 26px 0 0;
}

.support-article__breadcrumb-link {
  display: block;
  font-size: 16px;
  line-height: 22px;
}
.support-article__breadcrumb-link:hover {
  text-decoration: underline;
}

.support-article__breadcrumb-link--home {
  font-weight: 700;
}

.support-article__breadcrumb-list {
  align-items: center;
  display: flex;
}

.support-article__breadcrumbs {
  background: #f4f4f4;
  border-top: 1px solid #ebebeb;
  color: #787878;
  padding: 16px 0;
  margin-bottom: 48px;
}

.support-article__close {
  display: none;
}
@media (max-width: 839px) {
  .support-article__close.is-visible {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/assets/icons/close-48adedaf7682d03643b32c45dcd4b6e5cd016ea048beb6fb93452bcd54f98988.svg) 0 0/22px auto no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 22px;
    outline: 0;
    position: absolute;
    right: 24px;
    text-indent: -9999px;
    top: 24px;
    width: 22px;
  }
}

.support-article__nav {
  display: none;
}
@media (max-width: 839px) {
  .support-article__nav {
    background: #ffffff;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    padding: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .support-article__nav.is-open {
    display: block;
  }
}
@media (min-width: 840px) {
  .support-article__nav {
    background: #f5f5f5;
    display: block;
  }
}

@media (min-width: 840px) {
  .support-article__container {
    display: grid;
    grid-gap: 48px;
    grid-template-columns: 192px 1fr;
  }
}
@media (min-width: 960px) {
  .support-article__container {
    grid-template-columns: 284px 1fr;
  }
}

.support-article__header {
  margin: 2px 0 20px;
}

.support-article__main {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.support-article__main img {
  display: block;
  max-width: 100%;
}

.support-article__results {
  color: #686868;
  font-size: 18px;
  line-height: 26px;
  margin: 28px 0 24px;
}

.support-article__sidebar {
  grid-column: 1;
  grid-row: 1;
  margin-top: 24px;
}
@media (min-width: 840px) {
  .support-article__sidebar {
    margin: 0;
  }
}

.support-article__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.support-article__meta {
  font-size: 16px;
  line-height: 1.5;
  margin: 8px 0 0;
  opacity: 0.5;
}

.support-article__byline {
  margin: 0;
}

.support-article__toggle {
  background: #ececec;
  color: #616161;
  display: block;
  outline: 0;
  text-align: center;
  text-shadow: none;
  width: 100%;
}
.support-article__toggle:hover {
  background: rgb(229.625, 229.625, 229.625);
}
.support-article__toggle:active {
  background: rgb(223.25, 223.25, 223.25);
}
@media (min-width: 840px) {
  .support-article__toggle {
    display: none;
  }
}

.support-content {
  background: #f5fbff;
  border-bottom: 1px solid #e6f4fe;
  border-top: 1px solid #e6f4fe;
  padding: 72px 0 96px;
}

.support-nav {
  padding: 24px 0;
}

.support-nav__link {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.support-nav__item.is-active > .support-nav__link {
  background: #068af4;
  color: #ffffff;
  font-weight: 700;
}
.support-nav__item--1 > .support-nav__link {
  padding: 5px 24px 5px 24px;
}
.support-nav__item--2 > .support-nav__link {
  padding: 5px 24px 5px 40px;
}
.support-nav__item--3 > .support-nav__link {
  padding: 5px 24px 5px 56px;
}
.support-nav__item--4 > .support-nav__link {
  padding: 5px 24px 5px 72px;
}
.support-nav__item--5 > .support-nav__link {
  padding: 5px 24px 5px 88px;
}
.support-nav__item.is-contains-active > .support-nav__link {
  font-weight: 700;
}

.support-nav__list {
  padding: 8px 0 16px;
}

.support-nav__sublist {
  margin: 5px 0;
}

.support-nav__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 24px 10px;
  text-transform: uppercase;
}
.support-nav__title ~ .support-nav__title {
  margin: 20px 24px 10px;
}

.support-section {
  margin-bottom: 56px;
}
.support-section:last-child {
  margin-bottom: 0;
}

.support-section__header {
  margin-bottom: 48px;
}

.support-section__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.supported-servers {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 16px 0;
}
@media (min-width: 352px) {
  .supported-servers {
    margin: 24px 0;
  }
}
@media (min-width: 676px) {
  .supported-servers {
    margin: 32px 0;
  }
}
@media (min-width: 960px) {
  .supported-servers {
    justify-content: space-between;
    margin: 40px -96px;
  }
}

.supported-servers__image {
  display: block;
  height: 18px;
  width: auto;
}
@media (min-width: 436px) {
  .supported-servers__image {
    height: 24px;
  }
}
@media (min-width: 520px) {
  .supported-servers__image {
    height: 30px;
  }
}
@media (min-width: 676px) {
  .supported-servers__image {
    height: 40px;
  }
}

.supported-servers__image--protocol {
  height: 32px;
  width: 72px;
}

.supported-servers__image--aws {
  height: 28px;
  width: auto;
}
@media (min-width: 436px) {
  .supported-servers__image--aws {
    height: 32px;
  }
}
@media (min-width: 520px) {
  .supported-servers__image--aws {
    height: 42px;
  }
}
@media (min-width: 676px) {
  .supported-servers__image--aws {
    height: 56px;
  }
}

.supported-servers__image--heroku {
  height: 60px;
  width: auto;
}
@media (min-width: 436px) {
  .supported-servers__image--heroku {
    height: 70px;
  }
}
@media (min-width: 520px) {
  .supported-servers__image--heroku {
    height: 80px;
  }
}
@media (min-width: 676px) {
  .supported-servers__image--heroku {
    height: 100px;
  }
}

.supported-servers__item {
  flex: 0 0 auto;
}
.supported-servers__item:not(:last-child) {
  margin: 0 16px 0 0;
}
@media (min-width: 370px) {
  .supported-servers__item:not(:last-child) {
    margin: 0 24px 0 0;
  }
}
@media (min-width: 436px) {
  .supported-servers__item:not(:last-child) {
    margin: 0 32px 0 0;
  }
}
@media (min-width: 960px) {
  .supported-servers__item:not(:last-child) {
    margin: 0;
  }
}

.supported-servers__item--protocol {
  display: none;
}
@media (min-width: 960px) {
  .supported-servers__item--protocol {
    display: block;
  }
}

.highlight .hll {
  background-color: #d6d6d6;
}

.highlight {
  background: #ffffff;
  color: #4d4d4c;
}

.highlight .c {
  color: #8e908c;
} /* Comment */
.highlight .err {
  color: #c82829;
} /* Error */
.highlight .k {
  color: #8959a8;
} /* Keyword */
.highlight .l {
  color: #f5871f;
} /* Literal */
.highlight .n {
  color: #4d4d4c;
} /* Name */
.highlight .o {
  color: #3e999f;
} /* Operator */
.highlight .p {
  color: #4d4d4c;
} /* Punctuation */
.highlight .cm {
  color: #8e908c;
} /* Comment.Multiline */
.highlight .cp {
  color: #8e908c;
} /* Comment.Preproc */
.highlight .c1 {
  color: #8e908c;
} /* Comment.Single */
.highlight .cs {
  color: #8e908c;
} /* Comment.Special */
.highlight .gd {
  color: #c82829;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gh {
  color: #4d4d4c;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #718c00;
} /* Generic.Inserted */
.highlight .gp {
  color: #8e908c;
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #3e999f;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .kc {
  color: #8959a8;
} /* Keyword.Constant */
.highlight .kd {
  color: #8959a8;
} /* Keyword.Declaration */
.highlight .kn {
  color: #3e999f;
} /* Keyword.Namespace */
.highlight .kp {
  color: #8959a8;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #8959a8;
} /* Keyword.Reserved */
.highlight .kt {
  color: #eab700;
} /* Keyword.Type */
.highlight .ld {
  color: #718c00;
} /* Literal.Date */
.highlight .m {
  color: #f5871f;
} /* Literal.Number */
.highlight .s {
  color: #718c00;
} /* Literal.String */
.highlight .na {
  color: #4271ae;
} /* Name.Attribute */
.highlight .nb {
  color: #4d4d4c;
} /* Name.Builtin */
.highlight .nc {
  color: #eab700;
} /* Name.Class */
.highlight .no {
  color: #c82829;
} /* Name.Constant */
.highlight .nd {
  color: #3e999f;
} /* Name.Decorator */
.highlight .ni {
  color: #4d4d4c;
} /* Name.Entity */
.highlight .ne {
  color: #c82829;
} /* Name.Exception */
.highlight .nf {
  color: #4271ae;
} /* Name.Function */
.highlight .nl {
  color: #4d4d4c;
} /* Name.Label */
.highlight .nn {
  color: #eab700;
} /* Name.Namespace */
.highlight .nx {
  color: #4271ae;
} /* Name.Other */
.highlight .py {
  color: #4d4d4c;
} /* Name.Property */
.highlight .nt {
  color: #3e999f;
} /* Name.Tag */
.highlight .nv {
  color: #c82829;
} /* Name.Variable */
.highlight .ow {
  color: #3e999f;
} /* Operator.Word */
.highlight .w {
  color: #4d4d4c;
} /* Text.Whitespace */
.highlight .mf {
  color: #f5871f;
} /* Literal.Number.Float */
.highlight .mh {
  color: #f5871f;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #f5871f;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #f5871f;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #718c00;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #4d4d4c;
} /* Literal.String.Char */
.highlight .sd {
  color: #8e908c;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #718c00;
} /* Literal.String.Double */
.highlight .se {
  color: #f5871f;
} /* Literal.String.Escape */
.highlight .sh {
  color: #718c00;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #f5871f;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #718c00;
} /* Literal.String.Other */
.highlight .sr {
  color: #718c00;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #718c00;
} /* Literal.String.Single */
.highlight .ss {
  color: #718c00;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #4d4d4c;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #c82829;
} /* Name.Variable.Class */
.highlight .vg {
  color: #c82829;
} /* Name.Variable.Global */
.highlight .vi {
  color: #c82829;
} /* Name.Variable.Instance */
.highlight .il {
  color: #f5871f;
} /* Literal.Number.Integer.Long */
.testimonials {
  background: #f5f5f5;
  padding: 72px 0 88px;
}

.testimonials__avatar {
  display: block;
  flex: 0 0 auto;
  height: 42px;
  margin: 6px 16px 0 0;
  width: 42px;
}

.testimonials__body {
  margin: 0 0 8px;
}
.testimonials__body span {
  color: #4a90e2;
}

.testimonials__cite {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.testimonials__item {
  background: #ffffff;
  border-radius: 5px;
}

.testimonials__link {
  align-items: flex-start;
  display: flex;
  padding: 20px 24px 24px;
}

.testimonials__list {
  display: grid;
  grid-gap: 24px;
  margin: 32px auto 0;
  max-width: 560px;
}
@media (min-width: 696px) {
  .testimonials__list {
    grid-template-columns: repeat(2, 1fr);
    margin: 52px 0 0;
    max-width: none;
  }
}
@media (min-width: 1048px) {
  .testimonials__list {
    grid-gap: 32px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonials__quote {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}

.testimonials__cite {
  font-weight: 500;
}
.testimonials__cite a {
  text-decoration: underline;
}

.tutorial-video {
  margin: -108px auto 64px;
  max-width: 960px;
}

.tutorial-video__container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.tutorial-video__iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tutorials-cta {
  align-items: center;
  background: #de4c36;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  margin: 32px -20px -48px;
  padding: 32px 20px 36px;
}
@media (min-width: 700px) {
  .tutorials-cta {
    border-radius: 3px;
    margin: 32px 0 0;
    padding: 20px 24px 24px;
  }
}
@media (min-width: 800px) {
  .tutorials-cta {
    flex-direction: row;
    padding: 20px 24px;
  }
}
@media (min-width: 840px) {
  .tutorials-cta {
    margin: 64px 0 0;
  }
}

.tutorials-cta__action {
  flex: 0 0 auto;
}

.tutorials-cta__button {
  background: #ffffff;
  color: #de4c36;
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  margin: 12px 0 0;
  padding: 0 2.2em;
  text-shadow: none;
}
@media (min-width: 480px) {
  .tutorials-cta__button {
    font-size: 18px;
  }
}
@media (min-width: 528px) {
  .tutorials-cta__button {
    font-size: 20px;
  }
}
@media (min-width: 800px) {
  .tutorials-cta__button {
    margin: 0;
  }
}
.tutorials-cta__button:hover {
  background: #fafafa;
}
.tutorials-cta__button:active {
  background: #f7f7f7;
}

.tutorials-cta__content {
  flex: 1 1 auto;
  text-align: center;
}
@media (min-width: 800px) {
  .tutorials-cta__content {
    text-align: left;
  }
}

.tutorials-cta__text {
  font-size: 16px;
  line-height: 1.325;
}
@media (min-width: 480px) {
  .tutorials-cta__text {
    font-size: 18px;
  }
}
@media (min-width: 528px) {
  .tutorials-cta__text {
    font-size: 20px;
  }
}

.tutorials-cta__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 4px;
}
@media (min-width: 480px) {
  .tutorials-cta__title {
    font-size: 22px;
  }
}
@media (min-width: 528px) {
  .tutorials-cta__title {
    font-size: 24px;
  }
}

.tutorials-pagination {
  border-bottom: 2px solid #eaeaea;
  border-top: 2px solid #eaeaea;
  border-radius: 3px;
  margin: 32px 0;
}
@media (min-width: 840px) {
  .tutorials-pagination {
    margin: 64px 0;
  }
}

.tutorials-pagination__link {
  color: #de4c36;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 24px;
}
@media (min-width: 560px) {
  .tutorials-pagination__link {
    font-size: 18px;
    padding: 20px 24px;
  }
}
.tutorials-pagination__link:hover {
  text-decoration: underline;
}

.tutorials-pagination__link--next {
  background: transparent url(/assets/icons/next-b7835e0e01e87208e8589826f2004471233a70e42fb461416df47b2a23e21c53.svg) right 0 top 50%/14px 20px no-repeat;
  text-align: right;
}

.tutorials-pagination__link--previous {
  background: transparent url(/assets/icons/previous-57c75b602634d033b9e83d1fbf796249913404ebf33176b9f3616be945c15c8f.svg) left 0 top 50%/14px 20px no-repeat;
}

.tutorials-pagination__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 512px) {
  .tutorials-pagination__list {
    flex-direction: row;
  }
}

.tutorials-pagination__list-item:last-child {
  border-top: 2px solid #eaeaea;
}
@media (min-width: 512px) {
  .tutorials-pagination__list-item:last-child {
    border-top: 0;
  }
}

.ui__again {
  flex: 0 0 auto;
  margin-left: auto;
  text-decoration: underline;
}

.ui__container {
  margin: 0 auto;
  max-width: 768px;
  padding: 24px 16px;
}
@media (min-width: 440px) {
  .ui__container {
    padding: 32px 16px;
  }
}
@media (min-width: 560px) {
  .ui__container {
    padding: 48px 32px;
  }
}

.ui__content {
  position: relative;
}

.ui__header {
  align-items: center;
  background-image: linear-gradient(94deg, #3023ae, #c86dd7);
  color: #ffffff;
  display: flex;
  font-size: 13px;
  height: 56px;
  line-height: 20px;
  padding: 0 16px;
}
@media (min-width: 396px) {
  .ui__header {
    height: 72px;
  }
}
@media (min-width: 480px) {
  .ui__header {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 440px) {
  .ui__header {
    padding: 0 24px;
  }
}
@media (min-width: 560px) {
  .ui__header {
    padding: 0 32px;
  }
}
@media (min-width: 586px) {
  .ui__header {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 720px) {
  .ui__header {
    font-size: 19px;
    line-height: 26px;
  }
}

.ui__logo {
  display: none;
}
@media (min-width: 396px) {
  .ui__logo {
    display: block;
    height: 40px;
    width: auto;
  }
}
@media (min-width: 720px) {
  .ui__logo {
    height: 48px;
  }
}

.ui__title {
  margin: 0 16px 0 0;
  flex: 1 1 auto;
}
@media (min-width: 396px) {
  .ui__title {
    margin: 0 0 0 16px;
  }
}
@media (min-width: 526px) {
  .ui__title {
    margin-left: 24px;
    max-width: none;
  }
}
.ui__title span {
  display: none;
}
@media (min-width: 526px) {
  .ui__title span {
    display: inline;
  }
}

.ui__scrollbar {
  background: #e3e3e3;
  border-radius: 5px;
  height: 312px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 10px;
}

.ui-dots, .ui-dots::after, .ui-dots::before {
  background: #d4d4d4;
  border-radius: 50%;
  display: block;
  height: 2px;
  width: 2px;
  position: relative;
  margin: 0 4px;
}
@media (min-width: 560px) {
  .ui-dots, .ui-dots::after, .ui-dots::before {
    height: 4px;
    margin: 0 8px;
    width: 4px;
  }
}
.ui-dots::after, .ui-dots::before {
  content: "";
  position: absolute;
  top: 0;
}
.ui-dots::after {
  left: 100%;
  margin: 0 0 0 3px;
}
@media (min-width: 560px) {
  .ui-dots::after {
    margin: 0 0 0 5px;
  }
}
.ui-dots::before {
  right: 100%;
  margin: 0 3px 0 0;
}
@media (min-width: 560px) {
  .ui-dots::before {
    margin: 0 5px 0 0;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.ui-spinner {
  animation: spin 600ms infinite linear;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  border-top: 2px solid #0187f3;
  display: block;
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
}
@media (min-width: 560px) {
  .ui-spinner {
    height: 24px;
    width: 24px;
  }
}

.ui-stages {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}
@media (min-width: 440px) {
  .ui-stages {
    padding: 0 12px;
  }
}
@media (min-width: 480px) {
  .ui-stages {
    padding: 0 24px;
  }
}
@media (min-width: 560px) {
  .ui-stages {
    justify-content: space-around;
    padding: 0;
  }
}

.ui-stages__border {
  display: none;
}
@media (min-width: 640px) {
  .ui-stages__border {
    display: block;
    flex: 0 0 auto;
    height: 14px;
    transition: background 125ms ease-in-out;
    width: 2px;
  }
}

.ui-stages__border--complete {
  background: #61d33f;
}

.ui-stages__border--failed {
  background: #e8432b;
}

.ui-stages__border--pending {
  background: #eaeaea;
}

.ui-stages__border--running {
  background: #0187f3;
}

.ui-stages__circle {
  border-radius: 50%;
  cursor: pointer;
  flex: 0 0 auto;
  height: 84px;
  position: relative;
  transition: all 125ms ease-in-out;
  user-select: none;
  width: 84px;
}

.ui-stages__circle--complete {
  background: #61d33f;
}

.ui-stages__circle--failed {
  background: #e8432b;
}

.ui-stages__circle--pending {
  background: #eaeaea;
}

.ui-stages__circle--running {
  background: #0187f3;
}

.ui-stages__connector {
  display: none;
}
@media (min-width: 640px) {
  .ui-stages__connector {
    display: block;
    flex: 1 1 auto;
    height: 2px;
  }
}

.ui-stages__connector--complete {
  background: #61d33f;
}

.ui-stages__connector--failed {
  background: #e8432b;
}

.ui-stages__connector--pending {
  background: #eaeaea;
}

.ui-stages__connector--complete-to-failed {
  background: linear-gradient(to right, #61d33f, #e8432b);
}

.ui-stages__connector--complete-to-running {
  background: linear-gradient(to right, #61d33f, #0187f3);
}

.ui-stages__connector--running {
  background: #0187f3;
}

.ui-stages__connector--running-to-pending {
  background: linear-gradient(to right, #0187f3, #eaeaea);
}

.ui-stages__circle--selected {
  transform: scale(1.175) !important;
}

.ui-stages__icon {
  filter: invert(100%);
  height: 36px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.ui-stages__icon .ui-stages__circle--pending {
  filter: none;
}

.ui-stages__spinner {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(26, 26, 26, 0.5);
  border-bottom-color: #1a1a1a;
  border-radius: 50%;
  height: 78px;
  margin: 3px;
  width: 78px;
}

.ui-stages__text {
  font-weight: 700;
  left: 50%;
  margin: 7px 0 0;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}
.ui-stages__circle--pending .ui-stages__text {
  color: #d4d4d4;
}
.ui-stages__circle--selected .ui-stages__text {
  color: #1a1a1a;
  font-weight: 700;
}

@media (max-width: 620px) {
  .ui-stages__circle {
    height: 60px;
    width: 60px;
  }
  .ui-stages__icon {
    height: 28px;
  }
}
@media (max-width: 480px) {
  .ui-stages__circle {
    height: 48px;
    width: 48px;
  }
  .ui-stages__icon {
    height: 22px;
  }
  .ui-stages__text {
    font-size: 14px;
  }
  .ui-stages__circle--selected {
    transform: scale(1.1) !important;
  }
}
@media (max-width: 440px) {
  .ui-stages__text {
    font-size: 10px;
  }
}
.ui-steps {
  margin-top: 48px;
}
@media (min-width: 440px) {
  .ui-steps {
    margin-top: 56px;
  }
}
@media (min-width: 560px) {
  .ui-steps {
    margin-top: 72px;
  }
}

.ui-steps__header {
  align-items: center;
  display: flex;
  padding: 12px;
}
@media (min-width: 560px) {
  .ui-steps__header {
    padding: 16px;
  }
}

.ui-steps__indicator {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 16px;
  justify-content: center;
  margin-right: 12px;
  width: 16px;
}
@media (min-width: 560px) {
  .ui-steps__indicator {
    height: 24px;
    margin-right: 16px;
    width: 24px;
  }
}

.ui-steps__icon {
  display: block;
  height: 100%;
  width: 100%;
}

.ui-steps__item {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  margin-bottom: 12px;
}
@media (min-width: 560px) {
  .ui-steps__item {
    margin-bottom: 16px;
  }
}
.ui-steps__item:last-child {
  margin-bottom: 0;
}

.ui-steps__list {
  border-top: 2px solid #eaeaea;
  max-height: 165px;
  overflow-y: auto;
}

.ui-steps__list-item {
  border-bottom: 1px solid #eaeaea;
  font-size: 13px;
  line-height: 1.5;
  max-width: 100%;
  overflow: hidden;
  padding: 6px 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 560px) {
  .ui-steps__list-item {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.ui-steps__list-item span {
  font-weight: 500;
}
.ui-steps__list-item:last-child {
  border-bottom: 0;
}

.ui-steps__progress {
  background: #eaeaea;
  border-radius: 4px;
  flex: 0 0 auto;
  margin-top: 1px;
  height: 8px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
@media (min-width: 560px) {
  .ui-steps__progress {
    width: 92px;
  }
}
@media (min-width: 800px) {
  .ui-steps__progress {
    height: 12px;
    width: 160px;
  }
}

.ui-steps__progress-fill {
  background: #0187f3;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}

.ui-steps__text {
  flex: 1 1 auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25em;
  min-width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 400px) {
  .ui-steps__text {
    font-size: 14px;
  }
}
@media (min-width: 456px) {
  .ui-steps__text {
    font-size: 16px;
  }
}
@media (min-width: 560px) {
  .ui-steps__text {
    font-size: 20px;
  }
}

.video-list {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  margin: 0 -20px;
}
@media (min-width: 480px) {
  .video-list {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    margin: 0;
    overflow: hidden;
  }
}

.video-list--faqs {
  margin: 0 auto;
  max-width: 756px;
}

.video-list-item {
  border-bottom: 1px solid #d7d7d7;
}
.video-list-item:last-child {
  border-bottom: 0;
}

.video-list-item__container {
  align-items: center;
  display: flex;
  padding: 16px 20px;
}
.video-list-item__container:hover {
  background: #fafafa;
}
.video-list-item__container:active {
  background: #f7f7f7;
}
@media (min-width: 480px) {
  .video-list-item__container {
    padding: 20px 24px;
  }
}

.video-list-item__duration {
  display: none;
}
@media (min-width: 560px) {
  .video-list-item__duration {
    background: url(/assets/icons/clock-d1a8b30b6006ed404a21b1bc1900895ca5aacb53a60d2d5b6f866541851fa42b.svg) 0 45%/20px 20px no-repeat;
    color: #8a8a8a;
    display: block;
    font-family: "SFMono-Regular", monospace;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 0 0 28px;
    margin: 0 0 0 16px;
  }
}

.video-list-item__container:hover .video-list-item__link {
  text-decoration: underline;
}
.video-list-item__container:active .video-list-item__link {
  color: #1b81ff;
}

.video-list-item__title {
  flex: 1 1 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 480px) {
  .video-list-item__title {
    font-size: 24px;
  }
}
@media (min-width: 560px) {
  .video-list-item__title {
    text-align: left;
  }
}

.video-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.875);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.video-modal__close {
  background: transparent url(/assets/icons/close-48adedaf7682d03643b32c45dcd4b6e5cd016ea048beb6fb93452bcd54f98988.svg) 0 0/100% 100% no-repeat;
  border: 0;
  cursor: pointer;
  filter: invert(1);
  height: 24px;
  padding: 0;
  outline: 0;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
}

.video-modal__container {
  max-width: 1280px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.video-modal__container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-part {
  margin-bottom: 32px;
}
@media (min-width: 840px) {
  .video-part {
    margin-bottom: 64px;
  }
}
.video-part:last-child {
  margin-bottom: 0;
}

.video-part__header {
  margin: 0 0 24px;
  text-align: center;
}
@media (min-width: 480px) {
  .video-part__header {
    margin: 0 0 32px;
  }
}

.video-part__summary {
  color: #8a8a8a;
  font-size: 4.625vw;
  line-height: 1.375;
  margin: 0 auto;
  max-width: 360px;
}
@media (min-width: 396px) {
  .video-part__summary {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .video-part__summary {
    font-size: 20px;
    max-width: 640px;
  }
}

.video-part__title {
  font-size: 6.75vw;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 8px;
}
@media (min-width: 468px) {
  .video-part__title {
    font-size: 28px;
  }
}
.video-part__title span {
  color: #8a8a8a;
}

.videos {
  margin: 32px auto 0;
  max-width: 756px;
}
@media (min-width: 840px) {
  .videos {
    margin: 56px auto 0;
  }
}

.page-features-deploy_behind_firewalls .header--bordered {
  border-bottom-color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 699px) {
  .blog-featured-articles {
    display: grid;
    grid-gap: 20px;
    margin: 0;
  }
}

.blog-featured-articles + .blog-article-boxes {
  margin: 32px 0 24px;
}

@media (max-width: 699px) {
  .blog-featured-articles__article {
    margin: 0;
  }
}

@media (max-width: 699px) {
  .blog-featured-articles__article--empty {
    display: none;
  }
}

.blog-header {
  padding-top: 0;
}

.blog-header__lead {
  color: #787878;
  font-size: 4.625vw;
  line-height: 1.5em;
}
@media (min-width: 396px) {
  .blog-header__lead {
    font-size: 18px;
    line-height: 26px;
  }
}

.blog-header__title {
  font-weight: 700;
}

@media (min-width: 756px) {
  .blog-markdown {
    font-size: 22px;
  }
}
.blog-markdown pre code {
  font-size: 14px;
}
@media (min-width: 560px) {
  .blog-markdown pre code {
    font-size: 16px;
  }
}
@media (min-width: 756px) {
  .blog-markdown pre code {
    font-size: 18px;
  }
}

.blog-post {
  border-top: 0;
}

.u-medium {
  font-weight: 500;
}

.u-relative {
  position: relative;
}

.u-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  display: block;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  margin: -1px 0 0 -1px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-skip-links {
  position: relative;
  z-index: 9999;
}

.u-skip-link {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  left: -9999px;
  padding: 8px 16px;
  position: absolute;
  text-decoration: none;
  top: 0;
  z-index: 10000;
}
.u-skip-link:focus, .u-skip-link:active {
  left: 0;
  outline: 2px solid #fff;
  outline-offset: 2px;
}
