.btn {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

label.btn {
  margin-bottom: 0;
}

.d-flex > .btn {
  flex: 1;
}

.carbonads {
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  font-size: 0.875rem;
  overflow: hidden;
  padding: 1rem;
}

.carbon-wrap {
  overflow: hidden;
}

.carbon-img {
  clear: left;
  display: block;
  float: left;
}

.carbon-text,
.carbon-poweredby {
  display: block;
  margin-left: 140px;
}

.carbon-text,
.carbon-text:hover,
.carbon-text:focus {
  color: #fff;
  text-decoration: none;
}

.carbon-poweredby,
.carbon-poweredby:hover,
.carbon-poweredby:focus {
  color: #ddd;
  text-decoration: none;
}

@media (min-width: 768px) {
  .carbonads {
    float: right;
    margin-bottom: -1rem;
    margin-top: -1rem;
    max-width: 360px;
  }
}

.footer {
  font-size: 0.875rem;
  overflow: hidden;
}

.heart {
  color: #ddd;
  display: block;
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 0;
  margin-top: 1rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.heart:hover {
  color: #ff4136;
}

.heart::before {
  border-top: 1px solid #eee;
  content: " ";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.heart::after {
  background-color: #fff;
  content: "♥";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  z-index: 1;
}

.img-container,
.img-preview {
  background-color: #f7f7f7;
  text-align: center;
  width: 100%;
}

.img-container {
  margin-bottom: 1rem;
  max-height: 497px;
  min-height: 200px;
}

@media (min-width: 768px) {
  .img-container {
    min-height: 497px;
  }
}

.img-container > img {
  max-width: 100%;
}

.docs-preview {
  margin-right: -1rem;
}

.img-preview {
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  overflow: hidden;
}

.img-preview > img {
  max-width: 100%;
}

.preview-lg {
  height: 9rem;
  width: 16rem;
}

.preview-md {
  height: 4.5rem;
  width: 8rem;
}

.preview-sm {
  height: 2.25rem;
  width: 4rem;
}

.preview-xs {
  height: 1.125rem;
  margin-right: 0;
  width: 2rem;
}

.docs-data > .input-group {
  margin-bottom: 0.5rem;
}

.docs-data .input-group-prepend .input-group-text {
  min-width: 4rem;
}

.docs-data .input-group-append .input-group-text {
  min-width: 3rem;
}

.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
  margin-bottom: 0.5rem;
  margin-right: 0.25rem;
}

.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
  margin-bottom: 0.5rem;
}

.docs-tooltip {
  display: block;
  margin: -0.5rem -0.75rem;
  padding: 0.5rem 0.75rem;
}

.docs-tooltip > .icon {
  margin: 0 -0.25rem;
  vertical-align: top;
}

.tooltip-inner {
  white-space: normal;
}

.btn-upload .tooltip-inner,
.btn-toggle .tooltip-inner {
  white-space: nowrap;
}

.btn-toggle {
  padding: 0.5rem;
}

.btn-toggle > .docs-tooltip {
  margin: -0.5rem;
  padding: 0.5rem;
}

@media (max-width: 400px) {
  .btn-group-crop {
    margin-right: -1rem !important;
  }

  .btn-group-crop > .btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .btn-group-crop .docs-tooltip {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.docs-options .dropdown-menu {
  width: 100%;
}

.docs-options .dropdown-menu > li {
  font-size: 0.875rem;
  padding: 0.125rem 1rem;
}

.docs-options .dropdown-menu .form-check-label {
  display: block;
}

.docs-cropped .modal-body {
  text-align: center;
}

.docs-cropped .modal-body > img,
.docs-cropped .modal-body > canvas {
  max-width: 100%;
}
/* .slider-con {
  position: relative;
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 120px;
}

.slider::before {
  background-color: linear-gradient(0deg, #525252, 0%, #373737, 100%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px -20px 20px #757575, 0px 20px 35px #111111,
    inset 0px 5px 6px #979797, inset 0px -5px 6px #242424;
} */

/* .slider::before .knob {
  width: 80px;
  height: 80px;
  position: relative;
} */
/* .knob {
  width: 80px;
  height: 80px;
  position: relative;
}
.knob::before,
.knob::after,
.slider::before {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.knob::before {
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px #349beb;
}

.knob::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  width: 95%;
  height: 95%;
  box-shadow: 0px 0px 10px #349beb, inset 0px 0px 10px #349beb;
} */

/* html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
aside {
  display: none;
} */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  display: inline-block;
  color: #471aff;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
  /* vertical-align: middle; */
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}
[class*=" w-icon-"],
[class^="w-icon-"] {
  font-family: webflow-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
/* * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  background-color: #fafafa;
  background-image: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/6006bf9295b9d316687ec037_dotpattern.svg");
  background-position: 0 0;
  background-size: 22px 22px;
  background-attachment: fixed;
  font-family: "Spock Pro", Verdana, sans-serif;
  color: #161617;
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
} */
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:after,
.w-clearfix:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 transparent;
  border-radius: 0;
  background: 0 0;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smooth: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
p {
  margin-top: 0;
  width: 100%;
  margin-bottom: 32px;
}
figure {
  margin: 25px 0 10px;
  padding-bottom: 20px;
}
ol,
ul {
  margin-top: 0;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:after,
.w-embed:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video embed,
.w-video iframe,
.w-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}
.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:after,
.w-radio:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 3px 0 0 -20px;
  line-height: normal;
  float: left;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-success,
.w-file-upload-uploading {
  display: inline-block;
  color: #333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:after,
.w-container:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:after,
.w-row:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-container .w-row,
  .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: #fff;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #ddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  /* tap-highlight-color: rgba(0, 0, 0, 0); */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^="w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 20px auto auto;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #ddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  font-variant: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana,
    sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  transform: translate(0, 0);
}
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
.w-lightbox-figure {
  position: relative;
  margin: 0;
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
.w-lightbox-image {
  display: block;
  float: none;
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: 0.8s linear infinite spin;
  animation: 0.8s linear infinite spin;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:after,
.w-richtext:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:after,
.w-richtext[contenteditable="true"]:before {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: #2895f7 solid 2px;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default !important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  font-size: 0;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #ddd;
  z-index: 1000;
}
.w-nav:after,
.w-nav:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #c8c8c8;
  color: #fff;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:after,
.w-tabs:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
}
.w-tab-link.w--current {
  background-color: #c8c8c8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button,
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #ddd;
}
.w-condition-invisible,
.w-dyn-bind-empty,
.w-dyn-hide {
  display: none !important;
}

h2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Gtwalsheimpro, Impact, sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h3 {
  width: fit-content;
  margin-top: 0;
  font-family: Gtwalsheimpro, Impact, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #1e1e20;
  background-color: rgba(204, 204, 204, 0.616);
  border-radius: 5px;
}
h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Gtwalsheimpro, Impact, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
h5 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #161617;
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  letter-spacing: 0;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #43464d;
}
.container {
  margin-top: 50px;
}
ul {
  margin-bottom: 48px;
  padding-left: 0;
  color: rgba(30, 30, 32, 0.7);
  font-size: 20px;
  line-height: 32px;
  list-style-type: disc;
}
ol {
  margin-bottom: 0;
  padding-left: 0;
}
label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
strong {
  font-weight: 900;
}
blockquote {
  margin: 25px 0;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}
figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.status-message.cc-error-message {
  background-color: #db4b68;
}
.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
  font-size: 14px;
  line-height: 26px;
}
.text-field:hover {
  border-color: #e3e6eb;
}
.text-field:active,
.text-field:focus {
  border-color: #43464d;
}
.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}
.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}
.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}
.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}
.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #fff;
}
.footer-heading {
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: none;
}
.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.subline {
  display: block;
  margin-bottom: 32px;
  font-size: 20px;
  letter-spacing: 0.4px;
}
.subline.nomargin {
  margin-bottom: 0;
}
.subline.nomargin._100 {
  width: 100%;
}
.subline.center {
  width: 100%;
  text-align: center;
}
.subline.cta-subline {
  margin-bottom: 0;
}
.flex-box {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-box.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-box.reverse-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-box.editor-themes {
  margin-bottom: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex-box.duplicate-small-section {
  max-width: 928px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 48px 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-box.home-exports {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  text-align: center;
}
.flex-box.feature-header {
  height: auto;
  margin-bottom: 16px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-box.tabs {
  min-height: 420px;
  margin-bottom: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-box.tabs.desktop-reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-box.editor-switch {
  margin-bottom: 0;
}
.flex-box.footercontainer {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.flex-box.team {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-box.carrers-in-touch {
  margin-top: 48px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-box.careers-jobs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-box.pricing {
  margin-top: -56px;
  margin-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-box.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-box.customzie-editor {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-box.applinks {
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-box.mobile-app-hero {
  margin-bottom: 0;
}
.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.button-row.leftaligned {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.button-row.colors {
  margin-top: 48px;
}
.button-row.mobilesdk {
  margin-top: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.button-row.mobilesdk.left {
  margin-top: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.button-row.mobile-sdk-tabs {
  margin-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-row.smartdesigns {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.button-row.center {
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.button-row.cta {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.button-row.alignvertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.button-row.onscreen {
  position: absolute;
  left: auto;
  top: auto;
  right: 18%;
  bottom: 24%;
  width: 440px;
}
.button-row.off-screen {
  display: none;
}
.feature-picture-button {
  height: 48px;
  margin-right: auto;
  margin-left: auto;
}
.feature-picture-button.home-middle-app-store.pesdkformobile-footer-appstore {
  width: 163px;
  margin-left: -6px;
}
.feature-picture-button.home-middle-google-play-store.pesdkformobile-footer-playstore {
  width: 163px;
}
.feature-picture-button.home-middle-google-play-store.try-it-out-playstore-button {
  margin-right: 16px;
}
.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  min-width: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #471aff;
  box-shadow: 0 4px 10px 1px rgba(47, 18, 165, 0.25);
  -webkit-transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  color: #fff;
  font-size: 16px;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.button:hover {
  background-color: #6038ff;
  box-shadow: 0 2px 16px -4px rgba(0, 0, 0, 0.32);
  color: #fff;
  text-decoration: none;
}
.button:focus {
  border-color: rgba(226, 230, 238, 0.32);
}
.button.dark {
  background-color: #161617;
  box-shadow: 0 4px 10px 1px rgba(22, 22, 23, 0.12);
}
.button.dark:hover {
  background-color: #2f2f33;
}
.button.dark.codesection {
  width: 100%;
  margin-bottom: 16px;
}
.button.light {
  background-color: #fff;
  color: #161617;
}
.button.light:hover {
  background-color: #f1f3f7;
}
.button.margin-right {
  margin-right: 16px;
}
.button.marginbottom {
  margin-bottom: 16px;
}
.button.navitem {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: transparent;
  box-shadow: none;
  opacity: 0.8;
}
.button.navitem:hover {
  background-color: rgba(255, 255, 255, 0.12);
  opacity: 1;
}
.button.navitem:focus {
  border-color: rgba(255, 255, 255, 0.24);
}
.button.navitem.w--current {
  color: #471aff;
}
.button.navitem.icononly {
  min-width: 46px;
  padding-right: 0;
  padding-left: 0;
}
.button.docdropdown {
  width: 100%;
  margin-top: 16px;
}
.service-desk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 56px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(239, 241, 245, 0.7)),
    to(rgba(226, 230, 238, 0))
  );
  background-image: linear-gradient(
    180deg,
    rgba(239, 241, 245, 0.7),
    rgba(226, 230, 238, 0)
  );
}
.service-desk-textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  max-width: 500px;
  margin-right: 0;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.logobar {
  width: 100%;
}
.logobar-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.logobar-item {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin: 24px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.logobar-item:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.logobar-item.inverted {
  -webkit-filter: invert(100%) grayscale(100%);
  filter: invert(100%) grayscale(100%);
}
.logobar-item.inverted:hover {
  -webkit-filter: none;
  filter: none;
}
.logobar-image {
  width: 100%;
  height: auto;
  max-width: 250px;
}
.navbar {
  background-color: transparent;
}
.nav-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding: 0 24px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: transparent;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: 0.5px;
  white-space: nowrap;
  cursor: pointer;
}
.nav-link:hover {
  background-color: rgba(239, 241, 245, 0.7);
  opacity: 1;
  color: #161617;
  text-decoration: none;
}
.nav-link:focus {
  border-color: #00ffb7;
}
.nav-link.w--current {
  background-color: transparent;
}
.nav-link.w--current:hover {
  color: #3000bd;
}
.nav-link.belowbutton {
  padding-left: 48px;
}
.nav-link.active {
  box-shadow: inset 0 0 0 2px #471aff;
  opacity: 1;
}
.nav-link.switch {
  color: #fff;
}
.nav-link.switch:hover {
  background-color: rgba(239, 241, 245, 0.16);
  color: #fff;
}
.nav-link.switch.small-margin-left {
  margin-left: 8px;
}
.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  max-width: 1328px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.menu-button {
  background-color: #fff;
}
.brand {
  max-width: 206px;
  margin-left: 0;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.nav-dropdown-list {
  position: absolute;
  top: 46px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 210px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 0 0.5px rgba(22, 22, 23, 0.05),
    0 4px 10px 0 rgba(22, 22, 23, 0.1);
  opacity: 0;
  -webkit-transition: 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  text-align: left;
}
.nav-dropdown-list.w--open {
  z-index: 3;
  display: block;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-out;
}
.nav-dropdown-list._2columns {
  min-width: 370px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-dropdown-list._2columns.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-item-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-dropdown-list-item {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 8px 12px;
  border-radius: 8px;
  color: #161617;
}
.nav-dropdown-list-item:hover {
  background-color: rgba(226, 230, 238, 0.32);
  color: #471aff;
  text-decoration: none;
}
.nav-dropdown-list-item.w--current {
  color: #471aff;
}
.nav-dropdown-list-item.navigation-career:hover {
  background-color: rgba(226, 230, 238, 0.32);
}
.nav-dropdown-list-item.navigation-career:focus {
  border: 1px solid rgba(226, 230, 238, 0.32);
}
.case-studies-carosuel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.case-studies-slide {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 650px;
  min-height: 360px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px #000;
  border-radius: 24px;
  background-color: #fff;
  background-image: linear-gradient(135deg, #eff1f5, #fff);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  text-align: center;
}
.case-studies-slide.active-slide {
  z-index: 3;
  display: block;
  opacity: 1;
  -webkit-transform: translate(0, 0) scale3d(1none, 1none, 1none);
  transform: translate(0, 0) scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.case-studies-slide.passive-right-slide {
  z-index: 2;
  display: block;
  opacity: 0.48;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: translate(360px, 0) scale(0.6);
  -ms-transform: translate(360px, 0) scale(0.6);
  transform: translate(360px, 0) scale(0.6);
}
.case-studies-slide.passive-left-slide {
  z-index: 2;
  display: block;
  opacity: 0.48;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: translate(-360px, 0) scale(0.6);
  -ms-transform: translate(-360px, 0) scale(0.6);
  transform: translate(-360px, 0) scale(0.6);
}
.case-studies-slide.offscreen-left-slide {
  z-index: 1;
  opacity: 0;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: translate(-900px, 0) scale(0.6);
  -ms-transform: translate(-900px, 0) scale(0.6);
  transform: translate(-900px, 0) scale(0.6);
}
.case-studies-slide.offscreen-right-slide {
  z-index: 1;
  opacity: 0;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: translate(900px, 0) scale(0.6);
  -ms-transform: translate(900px, 0) scale(0.6);
  transform: translate(900px, 0) scale(0.6);
}
.case-studies-slide-logo {
  position: static;
  top: 0;
  height: 70px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}
.case-studies-slide-author {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
}
.case-studies-slide-company {
  display: inline-block;
  padding-left: 10px;
  font-size: 1rem;
}
.comparison-grid {
  overflow: visible;
  margin-bottom: 40px;
  grid-template-areas: "Comparison-Grid-Heading Comparison-Grid-Heading Comparison-Grid-Heading" "Area Area Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto
    auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  border-radius: 12px;
  background-color: #fff;
  font-size: 22px;
}
.comparison-grid-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: none;
  font-weight: 700;
}
.comparison-grid-table {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(226, 230, 238, 0.2);
}
.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-check {
  margin-right: auto;
  margin-left: auto;
  color: #4bcc14;
  font-size: 22px;
  text-align: center;
}
.table-check.cc-false {
  color: #d0021b;
}
.table-check.cc-aviary.cc-false {
  color: #ee5a6c;
}
.comparison-grid-feature {
  margin-right: auto;
  margin-left: auto;
  color: rgba(30, 30, 32, 0.7);
  text-align: center;
}
.further-features-listitem {
  list-style-type: none;
}
.case-studies-slide-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.case-studies-button {
  position: relative;
  z-index: 4;
  width: 25px;
  height: 25px;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-top: -22px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #1d73ff;
  background-color: transparent;
  cursor: pointer;
}
.case-studies-button.cc-right {
  right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  transform: rotate(-43deg);
}
.case-studies-button.cc-left {
  left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(137deg);
  -ms-transform: rotate(137deg);
  transform: rotate(137deg);
}
.paragraph-small {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  color: #161617;
  font-size: 14px;
  line-height: 24px;
}
.cookie-banner-box {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 16px 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(239, 241, 245, 0.96);
  box-shadow: 0 1px 16px -4px rgba(0, 0, 0, 0.12);
}
.cookie-banner-text {
  padding-right: 40px;
}
.nav-brand {
  width: 100%;
  height: 100%;
  min-width: 206px;
}
.tabs-content {
  overflow: visible;
  margin-top: 25px;
  text-align: left;
}
.checkbox-label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-right: 20px;
  padding-left: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.45;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
}
.checkbox-active-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: auto;
  margin: -2px;
  border: 2px solid #6c33da;
  border-radius: 10px;
  background-color: #edeff0;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0;
}
.faq-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.faq-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}
.faq-text-box {
  display: none;
  padding: 16px 24px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.faq-item {
  display: block;
  overflow: hidden;
  width: 98%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  border-radius: 24px;
  background-color: #fff;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
.faq-item.shadow-medium {
  border-radius: 16px;
}
/* .header {
  display: block;
  width: 844px;
  max-width: 844px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 32px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
} */
.faq-arrow {
  position: static;
  margin: 0;
}
.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tab-link {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 5px 0;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.tab-link:hover {
  color: #000;
}
.tab-link.w--current {
  border-bottom: 2px solid #471aff;
  background-color: transparent;
}
.tab-link.w--current:hover {
  color: #471aff;
}
.service-desk-image {
  width: 100%;
}
.section {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  max-height: none;
  max-width: 1168px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section.vertical.hidden {
  display: none;
}
.section.small {
  max-width: 928px;
  margin-bottom: 32px;
}
.section.fullwidth {
  width: 100%;
  max-width: none;
  padding: 48px 0;
}
.section.fullwidth.html5-serialisation {
  margin-top: 0;
  margin-bottom: 48px;
  padding-top: 48px;
  padding-bottom: 0;
  background-color: #161617;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0.95)),
      to(hsla(0, 0%, 100%, 0.95))
    ),
    url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff596e2ff1e2c4f1d273786_200320_PESDK_Landingpage_Template_Uebrsicht_01.png");
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0.95),
      hsla(0, 0%, 100%, 0.95)
    ),
    url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff596e2ff1e2c4f1d273786_200320_PESDK_Landingpage_Template_Uebrsicht_01.png");
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}
.section.fullwidth.html5-serialisation.inside-slider {
  min-height: 700px;
}
.section.fullwidth.dark {
  margin-top: 48px;
  padding-top: 48px;
  padding-bottom: 0;
  background-color: #161617;
  color: #fff;
}
.section.fullwidth.slider {
  height: 100%;
}
.section.medium {
  max-width: 1060px;
}
.section.full {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.section.tiny {
  max-width: 800px;
}
.section.footersection {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section.editordemo {
  margin-top: -32px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
}
.section.vision {
  margin-top: 32px;
}
.section.h-codebox {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.section.tech-platforms {
  padding-top: 24px;
}
.section.tech-platforms.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-item {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.flex-item._50 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.flex-item._50.imagetoobig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-item._40 {
  width: 36%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.flex-item._40.mobile-sdk-tab-preview {
  width: 36%;
  margin-top: 24px;
}
.flex-item._60 {
  width: 56%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.flex-item._60.mobile-sdk-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-item._60.mobile-sdk-tabs.ve-sdk {
  width: 80%;
}
.flex-item._60.copy-margin {
  margin-right: 50px;
}
.flex-item._30 {
  width: 29%;
}
.flex-item._25 {
  width: 22%;
}
.flex-item.careers-jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 340px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.flex-item.team {
  margin-right: -24px;
  margin-left: -24px;
}
.flex-item.margin-bottom {
  margin-bottom: 80px;
}
.flex-item.margin-top {
  padding-top: 80px;
}
.flex-item._50 {
  width: 46%;
}
.flex-item.combined {
  margin-top: 32px;
}
.faq-heading {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.collection-list-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 56px;
  margin-left: auto;
  padding-bottom: 48px;
  background-image: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff596e2ff1e2cf66027369e_logo_bg.svg"),
    linear-gradient(145deg, #1d73ff, #16237e);
  background-position: -440px -327px, 0 0;
  background-size: 1148px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}
.hero.light {
  padding-bottom: 0;
  background-image: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff596e2ff1e2cf66027369e_logo_bg.svg"),
    -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(239, 241, 245, 0.7)));
  background-image: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff596e2ff1e2cf66027369e_logo_bg.svg"),
    linear-gradient(0deg, #fff, rgba(239, 241, 245, 0.7));
  background-position: -440px -327px, 0 0;
  background-size: 1148px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  color: #161617;
}
.hero.light.reversed-gradient {
  margin-bottom: -75px;
  padding-bottom: 48px;
  background-color: transparent;
  background-image: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff596e2ff1e2cf66027369e_logo_bg.svg"),
    -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(239, 241, 245, 0.7)));
  background-image: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff596e2ff1e2cf66027369e_logo_bg.svg"),
    linear-gradient(180deg, #fff, rgba(239, 241, 245, 0.7));
  background-position: -440px -327px, 0 0;
  background-size: 1148px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}
.hero.light.reversed-gradient.blue {
  background-image: linear-gradient(135deg, #471aff, #471aff 50%, #471aff),
    url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff596e2ff1e2cf66027369e_logo_bg.svg"),
    linear-gradient(180deg, #fff, rgba(239, 241, 245, 0.7));
  background-position: 0 0, -440px -327px, 0 0;
  background-size: auto, 1148px, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}
.hero.blue {
  padding-bottom: 0;
  background-image: linear-gradient(135deg, #2b55ff, #471aff 50%, #471aff),
    url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff596e2ff1e2cf66027369e_logo_bg.svg"),
    linear-gradient(145deg, #1d73ff, #16237e);
  background-position: 0 0, -440px -327px, 0 0;
  background-size: auto, 1148px, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}
.code-section-tab-pane {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  border-radius: 24px;
}
.code-section-code {
  width: 70%;
  height: 100%;
  padding-left: 24px;
  background-color: #000;
  color: #f1f0f0;
  text-align: left;
}
.code-section-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #464d55;
}
.code-section-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
}
.custom-box {
  position: relative;
  display: block;
  overflow: visible;
  min-width: 280px;
  margin-right: 24px;
  margin-bottom: 48px;
  margin-left: 24px;
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 24px;
  color: #161617;
  text-align: center;
}
.custom-box.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-button-row {
  position: relative;
  left: 0;
  right: 0;
  bottom: -29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.below-button-link {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}
.below-button-link.qr-code {
  margin-top: 8px;
  opacity: 1;
  color: #fff;
}
.below-button-link.codesandbox-link {
  text-decoration: none;
}
.belowbutton-icon {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  clear: left;
  opacity: 0.5;
}
.belowbutton-icon.doclink {
  position: static;
  opacity: 1;
}
.belowbutton-icon.doclink.apple {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.feature-icon {
  width: 56px;
  height: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.feature-icon.new {
  width: 60px;
  height: 60px;
  margin-left: 0;
}
.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-grid-3 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.flex-grid-3.features {
  grid-column-gap: 56px;
  grid-row-gap: 40px;
}
.flex-grid-3.why-img-ly {
  margin-bottom: -48px;
}
.flex-grid-3.career-jobs {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}
.rich-text-block {
  font-family: Lato, sans-serif;
  color: #161617;
  font-size: 20px;
  line-height: 32px;
}
.white {
  color: #fff;
}
.white._110 {
  width: 110%;
}
.html-5-serialization-image {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  box-shadow: 0 2px 16px -4px rgba(0, 0, 0, 0.12);
}
.enforce-aspect-image {
  margin-right: auto;
  margin-left: auto;
}
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 33.333333333%;
  height: 100%;
  margin: 0;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  text-align: left;
}
.table-item.pesdk {
  background-color: rgba(29, 115, 255, 0.04);
}
.table-header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333%;
  height: 72px;
  margin-bottom: 0;
  padding-top: 11px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 20px;
  line-height: 72px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4px;
}
.table-header-top.pesdk {
  height: 80px;
  padding-top: 16px;
  padding-right: 38px;
  padding-left: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #471aff;
  color: #fff;
}
.table-header-top.label {
  height: 72px;
  border-top-left-radius: 12px;
  color: #161617;
  font-weight: 500;
  text-align: left;
}
.table-header-top.aviary {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 12px;
  color: #161617;
}
.table-empty-state {
  background-color: rgba(239, 241, 245, 0.7);
}
.color-block {
  width: 100%;
  height: 100px;
  background-color: #f1f0f0;
  line-height: 100px;
  text-align: center;
}
.html5-custom-image {
  position: relative;
  overflow: hidden;
  height: 360px;
  margin-bottom: -52px;
  padding-top: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #464d55;
  background-image: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff596e2ff1e2c279b27378a_custom%20assets.png");
  background-position: 80% 120%;
  background-size: auto 320px;
  background-repeat: no-repeat;
  color: #fff;
}
.html5-custom-image.aspect {
  background-color: #232226;
  background-image: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff596e2ff1e2c4e3f273789_custom%20aspect.png");
  background-position: 50% 100%;
  background-size: auto 290px;
  color: #fff;
}
.html5-custom-image.components {
  background-color: #471aff;
  background-image: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff596e2ff1e2c7a6f27378b_custom%20components.png");
  background-position: 50% 100%;
  background-size: auto 270px;
  color: #fff;
}
.text-block-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.text-block-cta.support {
  max-width: 50%;
}
.align-center {
  text-align: center;
}
.color {
  padding: 40px;
}
.color.accent {
  background-color: #1d73ff;
  color: #fff;
}
.color.dark {
  background-color: #1e1e20;
  color: #fff;
}
.color.gray {
  background-color: #e2e6ee;
}
.color.gray70 {
  background-color: rgba(239, 241, 245, 0.7);
}
.overlay {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(30, 30, 32, 0.96);
  opacity: 1;
}
.overlay-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff596e2ff1e2c53b6273799_x.svg");
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}
.overlay-close:hover {
  opacity: 1;
}
.editor {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 800px;
}
.spacer {
  width: 40px;
  height: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.pesdk-editor {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 560px;
  margin-top: 0;
  margin-bottom: 24px;
  background-color: #161617;
}
.div-block-23 {
  position: relative;
  width: 80vw;
  height: 70vh;
  margin-right: auto;
  margin-left: auto;
}
.app-preview {
  width: auto;
  max-height: 640px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px -2px rgba(7, 7, 14, 0.24);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.app-preview.hero-mobile-sdk {
  display: none;
  float: right;
  border-radius: 0;
  box-shadow: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.app-preview.smart-design {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.app-preview.smart-design.mobile {
  display: none;
}
.app-preview.video {
  width: 295px;
  height: 640px;
  max-height: none;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 0;
}
.app-preview.video.offset-down {
  margin-top: -16px;
  margin-bottom: -88px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.app-preview.video.trimming {
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-sdk-tab-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-sdk-tab-headline.ve-sdk {
  width: 60%;
}
.mobile-sdk-tab-headline.vesdk.tabswitchdesktop {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mobile-sdk-tab-link {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  padding: 0 0 0 24px;
  border-left: 4px solid transparent;
  background-color: transparent;
  opacity: 0.25;
}
.mobile-sdk-tab-link:hover {
  opacity: 0.5;
  text-decoration: none;
}
.mobile-sdk-tab-link.w--current {
  border-left: 4px solid #471aff;
  background-color: transparent;
  opacity: 1;
}
.mobile-sdk-tab-link.pesdkformobile-powercapabilities-makeitseamless-sticker.w--current {
  background-color: transparent;
}
.mobile-sdk-tab-description {
  margin-bottom: 0;
}
.mobile-sdk-hero-icon {
  position: absolute;
  left: 8px;
  top: 64px;
  display: none;
  width: 210px;
  opacity: 0.12;
  -webkit-filter: grayscale(100%) brightness(2000%);
  filter: grayscale(100%) brightness(2000%);
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.mobile-sdk-hero-icon.right {
  left: auto;
  top: auto;
  right: 8px;
  bottom: 104px;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}
.h-doclink {
  margin-right: 4px;
  margin-bottom: 0;
  opacity: 0.5;
  line-height: 20px;
  font-weight: 400;
}
.hidden {
  display: none;
}
.slide-3 {
  max-height: none;
  min-height: auto;
}
.silder.html {
  min-height: 700px;
}
.slide-2 {
  background-color: #161617;
}
.hero-accent {
  width: 100%;
  height: auto;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  background-color: #471aff;
  color: #fff;
}
.hero-accent.pricing {
  max-width: 740px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-right: 24px;
  padding-left: 24px;
  background-color: transparent;
  color: #000;
  text-align: center;
}
.quote-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
}
.quote-bubble {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 220px;
  padding: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 24px;
  background-color: #471aff;
}
.quote-bubble.shadow {
  position: absolute;
  top: 4px;
  z-index: -1;
  background-color: rgba(47, 18, 165, 0.4);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.quote-image {
  width: 80px;
  height: 80px;
  max-width: none;
  margin-right: 24px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.user-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.user-card-branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
}
.customer-logo {
  max-height: 100px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: -webkit-filter 150ms ease-in-out;
  transition: filter 150ms ease-in-out;
  transition: filter 150ms ease-in-out, -webkit-filter 150ms ease-in-out;
}
.customer-logo:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}
._50 {
  width: 60%;
}
.blue-icon {
  color: #1d73ff;
}
.form {
  padding: 124px 30px 64px 32px;
  border-radius: 12px;
  background-color: #fff;
}
.text-block-24 {
  margin-right: 16px;
  margin-left: 16px;
  line-height: 20px;
  text-align: left;
}
.form-check {
  max-width: 40px;
  margin-right: 16px;
  margin-left: 32px;
}
.contact-form {
  padding-left: 24px;
}
.bfd-container {
  position: relative;
  z-index: 9;
  width: 640px;
  height: 640px;
}
.bfd {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100%;
  background-color: #471aff;
  opacity: 1;
}
.bfd.light {
  width: 98%;
  height: 98%;
  margin-top: 1%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
.bfd.green {
  width: 99%;
  height: 99%;
  margin-top: 0.5%;
  margin-right: auto;
  margin-left: auto;
  background-color: #0dff9a;
}
.button-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.button-row-2.leftaligned {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.text-dark {
  color: #161617;
}
.text-dark:hover {
  color: #1e1e20;
}
.image-17 {
  display: none;
}
.footer-copyright {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.5;
  color: #949191;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}
.footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.footer-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-left: 1px #e2e6ee;
  color: #fff;
}
.footer-logo {
  max-width: 200px;
  margin-bottom: 0;
}
.footer {
  position: relative;
  display: block;
  margin-top: 80px;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #161617;
}
.footer-social-link {
  width: 54px;
}
.footer-text-link {
  display: inline-block;
  margin-bottom: 12px;
  opacity: 1;
  color: #949191;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}
.footer-text-link:hover {
  color: #471aff;
}
.footer-text-link.bottomlink {
  margin-right: 24px;
}
.hero-image {
  position: relative;
  margin-top: 64px;
  margin-bottom: 80px;
}
.department-wrapper {
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.department-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.teamtile {
  position: relative;
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.eye-outline {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: visible;
  width: 100%;
  height: 100%;
  border: 48px solid #471aff;
  border-radius: 100%;
  background-color: #d7e9ff;
  box-shadow: inset -40px 0 0 0 rgba(148, 193, 255, 0.2);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.eye-container {
  position: absolute;
  left: -39px;
  top: -392px;
  z-index: -5;
  overflow: hidden;
  width: 800px;
  height: 800px;
  border-radius: 100%;
}
.vision-eye {
  position: static;
  left: -51px;
  top: -96px;
  display: none;
  width: 220%;
  max-width: 400%;
  margin-top: -40px;
  margin-bottom: -80px;
}
.eye-lid {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 400px;
  background-color: #471aff;
}
.eye-lid.top {
  margin-top: -400px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.eye-lid.bottom {
  top: auto;
  bottom: 0;
  margin-bottom: -400px;
}
.eye-iris {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 420px;
  height: 420px;
  margin-top: -210px;
  margin-left: -210px;
  border: 48px solid #471aff;
  border-radius: 100%;
  background-image: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/601d28a10b9c985701bdff90_eye%20iris.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.eye-animation-trigger {
  position: absolute;
  display: none;
  width: 100vw;
  height: 100vh;
}
.white-2 {
  margin-bottom: 24px;
  color: #fff;
}
.white-2.p-img-ly {
  color: #fff;
}
.text-center {
  text-align: center;
}
.text-center.customerssay {
  max-width: 420px;
}
.p-img-ly {
  margin-bottom: 24px;
  font-family: "Spock Pro", Verdana, sans-serif;
  color: #161617;
  font-size: 16px;
  line-height: 160%;
}
.team-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #471aff;
  opacity: 0;
}
.team-role {
  width: 100%;
  padding: 0 0 8px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: "Spock Pro", Verdana, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 130%;
  font-weight: 300;
  text-align: center;
}
.team-name {
  width: 100%;
  padding: 0 0 16px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  opacity: 1;
  font-family: "Spock Pro", Verdana, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
}
.team-link {
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 0;
  background-image: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff856aad98b83dea38f51d5_link.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
}
.faq-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.accent {
  color: #471aff;
}
.accent.accordion {
  text-decoration: none;
}
.accent.secondary {
  color: #00ffb7;
}
.no-margin {
  margin: 0;
}
.breakout-image {
  width: 100%;
  height: auto;
  max-width: 773px;
  min-width: 150%;
}
.breakout-image.heropesdk {
  min-width: 165%;
  margin-bottom: -170px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.breakout-image.reverse {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  min-width: 150%;
  margin-right: 0;
  margin-left: -50%;
  float: none;
}
.breakout-image.portrait {
  max-height: 640px;
  min-width: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.breakout-image.portrait.combined {
  width: 100%;
  max-height: 642px;
  max-width: 774px;
}
.deco-circle {
  position: absolute;
  left: -275px;
  top: auto;
  right: auto;
  bottom: -3px;
  z-index: -1;
  width: 370px;
  height: 370px;
  border-radius: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00ffb7),
    to(rgba(13, 255, 154, 0))
  );
  background-image: linear-gradient(180deg, #00ffb7, rgba(13, 255, 154, 0));
  opacity: 0.3;
  -webkit-transform: rotate(230deg);
  -ms-transform: rotate(230deg);
  transform: rotate(230deg);
}
.deco-circle.home-docu {
  left: -10%;
  bottom: -16%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.deco-circle.home-platform {
  left: 50%;
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.deco-circle.top-left {
  left: -55%;
  bottom: 247px;
  z-index: -1;
  width: 590px;
  height: 590px;
  opacity: 0.4;
  -webkit-transform: rotate(-145deg);
  -ms-transform: rotate(-145deg);
  transform: rotate(-145deg);
}
.deco-circle.top-left-huge {
  left: -71%;
  top: -600px;
  bottom: auto;
  z-index: -1;
  width: 1200px;
  height: 1200px;
  opacity: 0.4;
  -webkit-transform: rotate(-145deg);
  -ms-transform: rotate(-145deg);
  transform: rotate(-145deg);
}
.deco-circle.bottom-right-team {
  left: auto;
  right: 264px;
  bottom: -113px;
  z-index: 1;
  width: 400px;
  height: 400px;
  opacity: 0.4;
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
}
.deco-circle.bottom-right {
  left: auto;
  right: -320px;
  bottom: -170px;
  width: 640px;
  height: 640px;
  -webkit-transform: rotate(94deg);
  -ms-transform: rotate(94deg);
  transform: rotate(94deg);
}
.deco-circle.bottom-right-careers {
  left: auto;
  right: -448px;
  bottom: -131px;
  z-index: 1;
  width: 600px;
  height: 600px;
  opacity: 0.4;
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
}
.flex-grid-4 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.flex-grid-4.aboutus {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 56px;
}
.number-block {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
.number-block.onboarding {
  width: 400px;
  margin-right: 32px;
  margin-left: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.number-block-deco {
  position: absolute;
  left: -71px;
  top: 49px;
  right: auto;
  bottom: auto;
  z-index: -1;
  font-family: Gtwalsheimpro, Impact, sans-serif;
  color: rgba(215, 233, 255, 0.5);
  font-size: 280px;
  font-weight: 900;
  text-align: center;
}
.number-block-deco.darkbg {
  opacity: 0.1;
}
.quote-company {
  font-family: Gtwalsheimpro, Impact, sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
}
.quote-name {
  font-size: 16px;
}
.quote-role {
  opacity: 0.5;
  font-size: 16px;
  line-height: 130%;
}
.quote-wrapper {
  margin-top: 32px;
  margin-bottom: 64px;
}
.quote-flex-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.quote-appendix {
  position: absolute;
  right: 73px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px;
  border-color: #471aff transparent transparent;
  -webkit-transform: translate(0, 58px) skew(-52deg, 0deg);
  -ms-transform: translate(0, 58px) skew(-52deg, 0deg);
  transform: translate(0, 58px) skew(-52deg, 0deg);
}
.quote-appendix.shadow {
  z-index: -1;
  border-top-color: rgba(47, 18, 165, 0.4);
}
.product-label {
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 28px;
  line-height: 28px;
}
.feature-list-wrapper {
  position: relative;
  width: 100%;
  margin-top: 56px;
  margin-bottom: 48px;
}
.feature-list-wrapper.hide {
  display: none;
  overflow: hidden;
}
.tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-top: 16px;
  padding-bottom: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(22, 22, 23, 0.5);
  opacity: 0.4;
}
.tab:hover {
  text-decoration: none;
}
.tab.w--current {
  background-color: #471aff;
  box-shadow: 0 4px 10px 1px rgba(47, 18, 165, 0.25);
  opacity: 1;
  text-decoration: underline;
}
.tab-label {
  width: 120px;
  height: 48px;
  margin-bottom: -56px;
  color: #161617;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.tab-content {
  overflow: visible;
  max-height: none;
}
.tab-icon {
  width: 48px;
  height: 48px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.tab-icon.filter {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.tab-icon.filter.inverted {
  -webkit-filter: contrast(400%) invert(100%) saturate(0%);
  filter: contrast(400%) invert(100%) saturate(0%);
}
.tab-icon.combined {
  width: 55px;
  height: 55px;
  margin-bottom: 33px;
}
.h-tabs {
  max-width: 880px;
  margin: 32px auto;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}
.accordion-item-content {
  overflow: hidden;
}
.accordion-item-trigger {
  cursor: pointer;
}
.editor-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  border-radius: 24px;
  background-color: #161617;
}
.editor-label {
  margin-bottom: 0;
  padding-right: 44px;
  font-size: 32px;
}
.footer-bottomlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 16px;
  background-color: #471aff;
  box-shadow: 0 4px 10px 0 rgba(47, 18, 165, 0.25);
  color: #fff;
}
.cta-headline {
  width: auto;
}
.codebox-label {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
.dark-theme {
  background-color: #161617;
  background-image: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/6012df9112cc3a752c235603_dotpattern%20dark.svg");
  color: #fff;
}
.zigzag-inline {
  margin-bottom: 24px;
}
._400highlight {
  color: #00ffb7;
  font-size: 160px;
  line-height: 138px;
}
.h-remote-first {
  max-width: 620px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  text-align: center;
}
.stats {
  margin-bottom: 0;
  color: #00ffb7;
}
.stats-label {
  margin-bottom: 0;
}
.pricing-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  margin-right: 24px;
  margin-left: 24px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 8px solid #fff;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: border 150ms ease-in-out,
    -webkit-transform 150ms ease-in-out;
  transition: border 150ms ease-in-out, transform 150ms ease-in-out,
    -webkit-transform 150ms ease-in-out;
  text-align: center;
}
.pricing-tab:hover {
  color: #000;
}
.pricing-tab.w--current {
  border: 8px solid #471aff;
  background-color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.h-teams {
  position: relative;
  z-index: 2;
  height: 64px;
  max-width: 190px;
  margin-bottom: 60px;
  padding-left: 24px;
  color: #00ffb7;
}
.hero-team {
  position: relative;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}
.whyhowwhat {
  padding-right: 4px;
  font-family: Gtwalsheimpro, Impact, sans-serif;
  color: #00ffb7;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.career-job-icon {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}
.white-theme.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.white-theme.small-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero-text {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.hero-text.customers {
  max-width: 730px;
  padding-bottom: 64px;
}
.hero-text.contactus {
  max-width: 780px;
}
.flex-grid-customers {
  display: -ms-grid;
  display: grid;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.customers-category {
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.1);
}
.flex-grid-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.h-customers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin-bottom: 24px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  color: #471aff;
}
.t-headoffice {
  margin-bottom: 16px;
}
.h-navbar {
  margin-top: 16px;
  margin-bottom: 8px;
  padding-left: 12px;
  color: #161617;
  font-size: 13px;
  line-height: 15px;
  cursor: default;
}
.shadow-medium {
  box-shadow: 0 0 0 0.5px rgba(22, 22, 23, 0.05),
    0 4px 10px 0 rgba(22, 22, 23, 0.1);
}
.nav-button-row {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #f1f0f0;
}
.nav-button-row.mobile {
  display: none;
}
.quote-bubble-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.dark-theme-link,
.dark-theme-link:hover {
  color: #00ffb7;
}
.thick-text {
  font-weight: 900;
}
.pricing-small-text {
  opacity: 0.7;
  font-size: 14px;
  line-height: 170%;
}
.tech-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom-width: 2px;
  border-bottom-color: rgba(142, 151, 168, 0.32);
  border-left-width: 0;
  border-left-color: rgba(30, 30, 32, 0.7);
}
.tech-link {
  width: 48px;
  height: 48px;
  margin: 0 24px 0 0;
  cursor: pointer;
}
.tech-link:hover {
  opacity: 1;
}
.tech-icon {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.tech-icon:hover {
  opacity: 1;
}
.big-margin {
  margin-bottom: 80px;
}
.zwiegestalten {
  width: 100%;
}
.event-video {
  height: 630px;
}
.align-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.accent-gradient {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#471aff),
    to(rgba(71, 26, 255, 0))
  );
  background-image: linear-gradient(180deg, #471aff, rgba(71, 26, 255, 0));
  opacity: 0.4;
}
.stack-image-full {
  width: 100%;
}
.huge-link {
  border-bottom: 4px #00ffb7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #00ffb7;
  line-height: 60px;
  text-decoration: none;
  cursor: pointer;
}
.huge-link:hover {
  color: #00ffb7;
  text-decoration: none;
}
.huge-link:active {
  color: #00ffb7;
}
.huge-link._400highlight {
  margin-top: 4px;
  margin-bottom: 12px;
  line-height: 140px;
}
.footer-social-icon {
  width: 100%;
  height: 100%;
}
.button-icon {
  position: static;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.h-linebreak {
  max-width: 200px;
}
.link-block {
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
}
.paragraph {
  min-height: 0;
}
.paragraph.get-in-touch {
  min-height: 180px;
}
.rebrand-banner {
  display: none;
  overflow: visible;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161617;
  color: #adadad;
}
.rebrand-logo {
  height: 32px;
  padding-right: 7px;
  padding-left: 7px;
}
.branding-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 20px;
}
.branding-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.rebrand-product-label {
  font-family: Gtwalsheimpro, Impact, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.logobar-wall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -16px;
  margin-bottom: -16px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.editor-home-container {
  position: relative;
  width: 100%;
  padding-top: 56%;
  background-image: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/6079614e752a090f176e6fb8_editor_home_large.png");
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.editor-home-text {
  position: absolute;
  right: 12%;
  bottom: 55%;
  width: 440px;
  padding: 24px;
  border: 4px dashed #fff;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.smaller-h1 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 44px;
}
.editor-home-mobile-image {
  display: none;
}
.support-description {
  margin-bottom: -24px;
}
.desktop-hidden {
  display: none;
}
.image-18 {
  width: 100%;
  height: 100%;
  max-width: 515px;
}
.image-19 {
  width: 100%;
  height: 100%;
}
.tooltip-wrapper {
  position: relative;
}
.tooltip-trigger {
  position: absolute;
  z-index: 10;
}
.tooltip-trigger.pesdk-mobile {
  right: 285px;
  bottom: 0;
  width: 230px;
  height: 70px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tooltip-trigger.pesdk-for-web {
  right: 95px;
  bottom: 65px;
  width: 140px;
  height: 70px;
}
.tooltip-trigger.frameworks {
  position: relative;
  width: 48px;
  height: 48px;
}
.tooltip {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 105%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #000;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.tooltip.framework {
  left: -51px;
  bottom: 125%;
  margin-right: 0;
  margin-left: 0;
}
.tool-tip-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
}
.tooltip-arrow {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -16%;
  width: 15px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.huge-link-block {
  width: 100%;
  height: 100%;
  border: 1px #000;
}
.huge-link-block:hover {
  border-width: 1px 1px 5px;
  border-color: #000 #000 #00ffb7;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
.editor-home-container-webp {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.onboarding-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
html.w-mod-js [data-ix="show-content-onslide"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
@media screen and (max-width: 991px) {
  a {
    color: #471aff;
  }
  a:hover {
    opacity: 1;
    color: #471aff;
  }
  .footer-links {
    height: 100%;
    min-height: 0;
  }
  .subline {
    margin-top: -12px;
  }
  .flex-box {
    margin-right: 0;
    margin-left: 0;
  }
  .flex-box.reverse-mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-box.mobile-reverse-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-box.tabs {
    min-height: 659px;
  }
  .flex-box.tabs.desktop-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-box.footercontainer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
  }
  .flex-box.pricing {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-box.customzie-editor {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .button-row {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-row.leftaligned {
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .button-row.leftaligned.center-mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-row.mobilesdk {
    margin-top: 24px;
  }
  .button-row.cta {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-row.onscreen {
    display: none;
    margin-bottom: -102px;
  }
  .button-row.off-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 23px;
  }
  .button.marginbottom {
    margin-right: 24px;
  }
  .button.editor-overlay {
    display: none;
  }
  .button.navitem {
    width: 100%;
    height: 55px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-style: none none solid;
    border-width: 0 0 1px;
    border-color: #000 #000 transparent;
    border-radius: 0;
    color: #161617;
  }
  .button.navitem.w--open {
    border-bottom: 1px solid #d8d8d8;
    background-color: #f3f8ff;
    opacity: 1;
    color: #471aff;
    font-weight: 900;
  }
  .button.navitem.icononly {
    width: auto;
    height: 48px;
    min-width: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.docdropdown {
    display: none;
    width: 200px;
    margin-top: -24px;
    margin-right: auto;
    margin-left: auto;
  }
  .service-desk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-desk-textbox {
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .logobar-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .logobar-item {
    margin: 24px;
  }
  .logobar-image {
    max-width: 200px;
  }
  .nav-buttons {
    display: none;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ececec;
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navigation-container {
    position: relative;
    z-index: 10;
    height: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .nav-menu {
    position: absolute;
    left: auto;
    top: 64px;
    right: 24px;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 0 0.5px rgba(22, 22, 23, 0.05),
      0 4px 10px 0 rgba(22, 22, 23, 0.1);
  }
  .menu-button {
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .brand {
    max-width: 160px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .nav-dropdown-list {
    position: static;
    display: none;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 0;
    background-color: #f3f8ff;
    box-shadow: none;
    opacity: 0;
  }
  .nav-dropdown-list.w--open {
    display: block;
  }
  .nav-dropdown-list._2columns {
    min-width: 0;
  }
  .nav-item-container {
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
    text-align: left;
  }
  .nav-dropdown-list-item {
    padding-right: 0;
    padding-left: 0;
    color: #161617;
    text-align: left;
  }
  .case-studies-carosuel {
    max-width: none;
  }
  .case-studies-slide {
    max-width: 80%;
  }
  .comparison-grid {
    width: 100%;
    max-width: none;
  }
  .cookie-banner-box {
    max-width: none;
  }
  .nav-brand {
    display: block;
    width: 140px;
    min-width: 0;
  }
  .checkbox-label {
    padding-left: 60px;
    font-size: 1em;
  }
  .header {
    max-width: 660px;
  }
  .service-desk-image {
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .section {
    width: 100%;
    max-width: none;
    padding-right: 40px;
    padding-left: 40px;
  }
  .section.small {
    max-width: 100%;
  }
  .section.fullwidth {
    margin-right: 0;
    margin-left: 0;
  }
  .section.medium {
    max-width: none;
  }
  .section.tiny {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  .section.footersection {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.vision {
    margin-top: 610px;
  }
  .section.tech-platforms {
    padding-bottom: 24px;
  }
  .flex-item {
    max-width: 100%;
    margin-bottom: 44px;
    padding-right: 0;
    padding-left: 0;
  }
  .flex-item._50.navbar {
    width: 46%;
    margin-bottom: 0;
  }
  .flex-item._40 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .flex-item._60 {
    width: 100%;
  }
  .flex-item._25 {
    width: 46%;
  }
  .flex-item.careers-jobs {
    margin-bottom: 0;
  }
  .flex-item.team {
    margin-right: auto;
    margin-left: auto;
  }
  .flex-item._50 {
    width: 100%;
  }
  .flex-item._50.center-text-mobile {
    text-align: center;
  }
  .code-section-tab-pane {
    max-width: 480px;
  }
  .code-section-code {
    display: none;
  }
  .code-section-link-box {
    width: 100%;
  }
  .code-section-flex-box {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-box {
    margin-bottom: 80px;
  }
  .below-button-link {
    display: none;
  }
  .feature-item {
    display: block;
  }
  .flex-grid-3 {
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .flex-grid-3.features {
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .flex-grid-3.career-jobs {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .enforce-aspect-image,
  .html-5-serialization-image {
    width: 50%;
  }
  .text-block-cta {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .text-block-cta.support {
    max-width: none;
  }
  .overlay-close {
    z-index: 1001;
  }
  .pesdk-editor {
    height: 480px;
  }
  .app-preview {
    margin-right: auto;
    margin-left: auto;
  }
  .app-preview.hero-mobile-sdk {
    float: none;
  }
  .mobile-sdk-tab-headline {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 23px;
  }
  .mobile-sdk-tab-link {
    padding: 24px 24px 24px 20px;
  }
  .mobile-sdk-tab-description {
    font-size: 16px;
    line-height: 150%;
  }
  .mobile-sdk-hero-icon {
    left: -52px;
    display: none;
  }
  .silder.html {
    display: none;
  }
  .hero-accent {
    margin-top: -64px;
    padding-top: 64px;
  }
  .quote-block {
    margin-bottom: 32px;
  }
  .quote-bubble {
    min-height: 0;
  }
  .bfd-container {
    left: 50%;
    width: 400px;
    height: 400px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .bfd {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .button-row-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .button-row-2.leftaligned {
    max-width: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .footer-copyright {
    margin-top: 32px;
    margin-bottom: 0;
    text-align: center;
  }
  .footer-socials {
    width: 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-link-box {
    width: 22%;
  }
  .hero-image {
    z-index: -1;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-right: 80px;
  }
  .department-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .eye-outline {
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
  }
  .eye-container {
    position: absolute;
    left: 50%;
    top: -88px;
    z-index: -1;
    margin-top: -610px;
    margin-left: -400px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .vision-eye {
    position: relative;
    left: 197px;
    top: auto;
    z-index: -1;
    width: 100%;
    margin-top: 0;
    margin-bottom: -257px;
    margin-left: 0;
  }
  .breakout-image {
    min-width: 100%;
  }
  .breakout-image.heropesdk {
    min-width: 100%;
    margin-bottom: -72px;
  }
  .breakout-image.reverse {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-left: 0;
  }
  .deco-circle.top-left-huge {
    display: none;
  }
  .deco-circle.bottom-right-careers,
  .deco-circle.bottom-right-team {
    right: -143px;
    bottom: -225px;
    z-index: 0;
  }
  .flex-grid-4 {
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .quote-flex-grid {
    max-width: 560px;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .tab-list {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .editor-label.hide-mobile {
    display: none;
  }
  .cta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .pricing-tab {
    margin-right: 16px;
    margin-left: 16px;
  }
  .flex-grid-customers {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .flex-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .h-navbar {
    padding-left: 0;
    text-align: left;
  }
  .nav-button-row.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    margin-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tech-list {
    margin-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tech-link {
    margin: 12px;
  }
  .h-linebreak.accent {
    max-width: none;
  }
  .paragraph.get-in-touch {
    min-height: 250px;
  }
  .menu-icon {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
  }
  .editor-home-text {
    width: 350px;
    padding: 16px;
    border-width: 2px;
  }
  .smaller-h1 {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 34px;
  }
  .mobile-hidden {
    display: none;
  }
  .desktop-hidden {
    display: block;
  }
  .tooltip-trigger {
    right: 599px;
    bottom: 0;
  }
  .tooltip-trigger.pesdk-mobile {
    right: 302px;
  }
  .tooltip {
    display: none;
  }
  .onboarding-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 54px;
  }
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .footer-links {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.333333333333336%;
    -ms-flex: 0 33.333333333333336%;
    flex: 0 33.333333333333336%;
  }
  .subline {
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }
  .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }
  .flex-box.editor-themes {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-box.feature-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-box.tabs {
    min-height: 570px;
  }
  .flex-box.tabs.desktop-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-box.editor-switch {
    margin-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-box.pricing {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-box.customzie-editor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-box.applinks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-row {
    width: 100%;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .button-row.leftaligned {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-row.mobilesdk {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-picture-button {
    display: block;
  }
  .button {
    height: 40px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .service-desk-textbox {
    width: auto;
  }
  .logobar-list {
    margin-bottom: 0;
  }
  .logobar-item {
    height: 40px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .navbar {
    z-index: 10;
  }
  .brand {
    padding-left: 0;
  }
  .case-studies-carosuel {
    position: static;
    overflow: visible;
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .case-studies-slide {
    position: static;
    max-width: none;
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 0.8rem;
  }
  .case-studies-slide.offscreen-left-slide,
  .case-studies-slide.offscreen-right-slide,
  .case-studies-slide.passive-left-slide,
  .case-studies-slide.passive-right-slide {
    display: none;
  }
  .comparison-grid {
    border-radius: 0;
  }
  .case-studies-slide-list {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .case-studies-button {
    padding: 8px;
  }
  .case-studies-button.cc-left {
    left: 20px;
  }
  .checkbox-label {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .header {
    width: auto;
    text-align: center;
  }
  .header.no-padding-mobile {
    padding-right: 0;
    padding-left: 0;
  }
  .service-desk-image {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section.medium.aviary {
    padding-right: 0;
    padding-left: 0;
  }
  .section.tiny {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
  .section.editordemo {
    margin-top: -72px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .section.vision {
    margin-top: 499px;
  }
  .flex-item._50.imagetoobig {
    height: auto;
    max-height: 500px;
  }
  .flex-item._40.mobile-sdk-tab-preview {
    width: 100%;
    margin-bottom: 24px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .flex-item._25,
  .flex-item._30 {
    width: 100%;
  }
  .flex-item.careers-jobs {
    min-height: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 16px;
    padding-left: 16px;
  }
  .code-section-code {
    padding-left: 24px;
  }
  .code-section-flex-box {
    height: auto;
  }
  .below-button-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .belowbutton-icon {
    left: 18px;
  }
  .belowbutton-icon.doclink {
    left: 12px;
  }
  .flex-grid-3 {
    margin-right: 0;
    margin-left: 0;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .flex-grid-3.features {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .flex-grid-3.why-img-ly {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .html-5-serialization-image {
    width: 60%;
  }
  .enforce-aspect-image {
    width: 66%;
    margin-right: auto;
    margin-left: auto;
  }
  .cookie-banner {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .table-header-top.label {
    border-top-left-radius: 0;
  }
  .table-header-top.aviary {
    border-top-right-radius: 0;
  }
  .mobile-sdk-tab-headline {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-sdk-tab-headline.vesdk.tabswitchdesktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-sdk-tab-link {
    margin-top: 0;
    margin-left: 0;
    padding: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 4px solid transparent;
  }
  .mobile-sdk-tab-link.w--current {
    border-top-width: 0;
    border-top-color: #471aff;
    border-left-style: solid;
  }
  .mobile-sdk-tab-link.pesdkformobile-powercapabilities-makeitseamless-theme.w--current {
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .mobile-sdk-tab-description {
    display: none;
  }
  .bfd-container {
    width: 400px;
    height: 400px;
  }
  .button-row-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .button-row-2.leftaligned {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-copyright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .footer-link-box {
    width: 45%;
    height: auto;
    margin-bottom: 32px;
  }
  .footer {
    margin-top: 24px;
  }
  .footer-social-link {
    margin-left: 0;
  }
  .footer-text-link {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .department-grid {
    grid-row-gap: 32px;
  }
  .eye-container {
    top: -211px;
    margin-top: -435px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .vision-eye {
    margin-bottom: -113px;
  }
  .hr-photo {
    margin-right: auto;
    margin-left: auto;
  }
  .flex-grid-4 {
    margin-right: 0;
    margin-left: 0;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .number-block {
    margin-bottom: -24px;
  }
  .number-block.onboarding {
    width: auto;
    max-width: 350px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .quote-flex-grid {
    margin-right: 0;
    margin-left: 0;
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .editor-frame {
    padding: 16px 16px 0;
  }
  .footer-bottomlinks {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h-remote-first {
    margin-bottom: 48px;
  }
  .stats {
    font-size: 60px;
    line-height: 60px;
  }
  .stats-label {
    font-size: 32px;
    line-height: 34px;
  }
  .pricing-tab {
    margin-bottom: 32px;
  }
  .h-teams {
    max-width: none;
  }
  .flex-grid-customers {
    margin-right: 0;
    margin-left: 0;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .flex-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .tech-list {
    margin-top: 0;
  }
  .event-video {
    height: 530px;
  }
  .paragraph,
  .paragraph.get-in-touch {
    min-height: 0;
  }
  .branding-text {
    text-align: center;
  }
  .editor-home-container {
    padding-top: 0;
    background-image: none;
  }
  .editor-home-text {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin-bottom: 24px;
    padding: 0;
    border-style: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .editor-home-mobile-image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 16px;
  }
  .tooltip-trigger {
    right: 254px;
    width: 115px;
    height: 65px;
  }
  .tooltip-trigger.pesdk-mobile {
    right: 4px;
    width: 190px;
  }
  .tooltip._1 {
    left: -16%;
  }
  .editor-home-container-webp {
    display: none;
    padding-top: 0;
    background-image: none;
  }
  .onboarding-wrapper {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 32px;
  }
  h2 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
  p {
    margin-bottom: 24px;
  }
  .subline {
    margin-right: 0;
    margin-bottom: 16px;
    margin-left: 0;
    line-height: 28px;
  }
  .subline.nomargin {
    margin-bottom: 0;
  }
  .subline.nomargin._100 {
    position: relative;
    left: -8px;
    width: 110%;
    margin-left: 0;
  }
  .flex-box {
    margin-top: 0;
    margin-bottom: -29px;
  }
  .flex-box.feature-header {
    width: 100%;
  }
  .flex-box.tabs {
    min-height: 490px;
  }
  .flex-box.pricing {
    margin-bottom: 24px;
  }
  .flex-box.applinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .button-row {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-row.leftaligned {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-row.mobile-sdk-tabs,
  .button-row.smartdesigns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .feature-picture-button {
    width: 180px;
    height: auto;
    margin-bottom: 16px;
  }
  .button {
    min-width: 160px;
    margin-bottom: 16px;
  }
  .button.margin-right,
  .button.marginbottom {
    margin-right: 0;
  }
  .button.navitem {
    margin-bottom: 0;
  }
  .service-desk {
    padding-right: 5px;
    padding-left: 5px;
  }
  .logobar {
    margin-top: -10px;
    margin-bottom: -24px;
    padding-top: 0;
  }
  .logobar-list {
    margin-bottom: 16px;
  }
  .logobar-item {
    height: 32px;
    max-width: 150px;
    margin: 12px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .logobar-image {
    max-width: 150px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .navbar {
    margin-bottom: 40px;
  }
  .navigation-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .nav-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .menu-button {
    background-size: 24px 24px;
  }
  .case-studies-carosuel {
    position: relative;
    overflow: hidden;
  }
  .comparison-grid {
    margin-bottom: 0;
  }
  .table-row {
    height: 64px;
  }
  .comparison-grid-feature {
    font-size: 13px;
    line-height: 16px;
  }
  .further-features-listitem {
    font-size: 16px;
    line-height: 24px;
  }
  .case-studies-slide-list {
    margin-top: 40px;
  }
  .case-studies-button.cc-right {
    right: 10px;
  }
  .case-studies-button.cc-left {
    left: 10px;
  }
  .paragraph-small {
    display: block;
  }
  .cookie-banner-box {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cookie-banner-text {
    margin-bottom: 16px;
    padding-right: 0;
  }
  .nav-brand {
    width: 96px;
  }
  .checkbox-label {
    padding-right: 20px;
    padding-left: 40px;
    font-size: 1em;
  }
  .checkbox-active-overlay {
    background-position: 10px 50%;
    background-size: 20px;
  }
  .header {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
  .section {
    margin: 24px 0;
    padding: 24px;
  }
  .section.fullwidth.dark {
    margin-top: 24px;
    margin-bottom: -24px;
  }
  .section.fullwidth.inside {
    display: block;
  }
  .section.full {
    top: 19px;
    padding-bottom: 0;
  }
  .section.footersection {
    padding-top: 48px;
  }
  .section.editordemo {
    padding-right: 0;
    padding-left: 0;
  }
  .section.vision {
    margin-top: 255px;
  }
  .section.tech-platforms {
    padding-bottom: 0;
  }
  .cc-casestudies {
    font-size: 0.8rem;
  }
  .flex-item {
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: 0;
  }
  .flex-item._50.imagetoobig {
    max-height: none;
  }
  .flex-item._60.mobile-sdk-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero {
    overflow: visible;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .hero.light {
    margin-bottom: -32px;
  }
  .hero.light.reversed-gradient {
    margin-bottom: -64px;
  }
  .code-section-code {
    display: none;
  }
  .below-button-link {
    margin-top: 0;
  }
  .belowbutton-icon {
    left: 37px;
  }
  .feature-icon {
    width: 48px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
  }
  .feature-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .flex-grid-3.career-jobs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .html-5-serialization-image {
    width: 100%;
  }
  .cookie-banner {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .table-item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .table-item.label {
    font-size: 13px;
    line-height: 16px;
  }
  .table-header-top {
    padding-right: 8px;
    padding-left: 8px;
  }
  .table-header-top.aviary {
    font-size: 11px;
  }
  .text-block-cta {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
  }
  .table-h {
    font-size: 15px;
    line-height: 18px;
  }
  .spacer {
    display: none;
  }
  .div-block-23 {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .app-preview {
    width: 80%;
  }
  .app-preview.video {
    width: 220px;
    height: 478px;
  }
  .app-preview.video.offset-down {
    margin-bottom: -64px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .mobile-sdk-tab-headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mobile-sdk-tab-link,
  .mobile-sdk-tab-link.w--current {
    border-left-width: 0;
  }
  .hero-accent {
    overflow: visible;
    margin-top: -104px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .quote-block {
    left: 37px;
    margin-bottom: 0;
  }
  .quote-bubble {
    min-height: 280px;
  }
  .quote-image {
    width: 54px;
    height: 54px;
    margin-right: 16px;
  }
  .bfd-container {
    width: 250px;
    height: 250px;
  }
  .button-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .button-row-2.leftaligned {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-17 {
    position: relative;
    left: -210px;
  }
  .footer-copyright {
    margin-top: 16px;
    text-align: center;
  }
  .footer-link-box,
  .footer-socials {
    width: 100%;
  }
  .footer-logo {
    max-width: 160px;
  }
  .footer {
    margin-top: 0;
    margin-bottom: -24px;
  }
  .footer-social-link {
    width: 40px;
  }
  .footer-text-link {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .hero-image {
    margin-top: -24px;
    margin-bottom: 0;
    padding-right: 24px;
  }
  .department-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .department-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .eye-container {
    top: -299px;
    margin-top: -235px;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  .vision-eye {
    position: relative;
    left: -20px;
    top: -8px;
    z-index: -1;
    width: 130%;
    max-width: none;
    margin-bottom: -97px;
    margin-left: 74px;
  }
  .white-2 {
    z-index: 3;
  }
  .team-hover {
    padding: 8px 8px 8px 9px;
  }
  .team-role {
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 15px;
  }
  .team-name {
    font-size: 15px;
    line-height: 17px;
  }
  .team-link {
    width: 40px;
    height: 40px;
  }
  .hr-photo {
    margin-right: auto;
    margin-left: auto;
  }
  .breakout-image.heropesdk {
    margin-top: -40px;
    margin-bottom: -32px;
  }
  .deco-circle {
    width: 160px;
    height: 160px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .deco-circle.bottom-right-careers,
  .deco-circle.bottom-right-team {
    right: -74px;
    bottom: -107px;
    width: 200px;
    height: 200px;
  }
  .flex-grid-4 {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .number-block-deco {
    left: auto;
    right: -49px;
  }
  .quote-flex-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .product-label {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 16px;
  }
  .tab-list {
    margin-bottom: -32px;
  }
  .tab {
    width: 64px;
    height: 64px;
  }
  .tab-label {
    width: 100px;
  }
  .tab-icon {
    width: 32px;
    height: 32px;
    margin-top: 16px;
    margin-bottom: 32px;
  }
  .tab-icon.combined {
    width: 45px;
    height: 45px;
    margin-top: 9px;
    margin-bottom: 24px;
  }
  .editor-frame {
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 8px;
  }
  .footer-bottomlinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cta-container {
    padding: 24px;
  }
  .cta-headline {
    margin-bottom: 24px;
  }
  ._400highlight {
    font-size: 80px;
    line-height: 80px;
  }
  .h-remote-first {
    margin-bottom: 32px;
  }
  .pricing-tab {
    margin-right: 0;
    margin-left: 0;
    padding: 16px;
  }
  .h-teams {
    height: 32px;
    margin-top: 120px;
    margin-bottom: -20px;
    padding-left: 0;
  }
  .career-job-icon {
    width: 80px;
    height: 80px;
  }
  .accent-theme {
    background-attachment: fixed;
  }
  .hero-text {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .flex-grid-customers {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .h-customers {
    padding-right: 24px;
    padding-left: 24px;
  }
  .nav-button-row.mobile {
    height: auto;
    padding-top: 16px;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quote-bubble-wrapper {
    min-height: 280px;
  }
  .tech-list {
    margin-top: 0;
  }
  .tech-link {
    width: 32px;
    height: 32px;
  }
  .event-video {
    height: 300px;
  }
  .huge-link {
    line-height: 32px;
  }
  .paragraph {
    min-height: 0;
  }
  .menu-icon {
    font-size: 32px;
    line-height: 32px;
  }
  .rebrand-banner {
    padding-right: 8px;
    padding-bottom: 0;
    padding-left: 8px;
  }
  .rebrand-logo {
    height: 30px;
  }
  .branding-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .branding-group {
    width: 100%;
    margin-bottom: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .logobar-wall {
    margin-top: -24px;
    margin-bottom: -24px;
  }
  .tooltip-trigger {
    right: 149px;
    display: none;
    width: 60px;
    height: 55px;
  }
  .tooltip-trigger.pesdk-mobile {
    right: 16px;
    width: 102px;
    height: 50px;
  }
}
#w-node-bbe8db5b-54e3-be69-2708-60f1ea1cae99-ea1cae95,
#w-node-f69b61a4-42e8-9ea5-41e3-6b82a4c5e5ae-ea1cae95 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
#w-node-bbe8db5b-54e3-be69-2708-60f1ea1cae9e-ea1cae95,
#w-node-div-block-2-ea1cae95 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}
#w-node-_244c8c29-9829-b83f-4580-78d7023c8064-a6273671,
#w-node-_244c8c29-9829-b83f-4580-78d7023c806f-a6273671,
#w-node-_244c8c29-9829-b83f-4580-78d7023c807a-a6273671 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  grid-column: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}
#w-node-_41820834-af5e-1aa3-382a-e151a64b351b-a6273671 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}
#w-node-_41820834-af5e-1aa3-382a-e151a64b3526-a6273671 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}
#w-node-_41820834-af5e-1aa3-382a-e151a64b3531-a6273671 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}
#w-node-_1f0631cf-61b1-423a-5dfa-9d9668598b05-9f21bf24,
#w-node-_4a29261d-f162-c261-72c8-6128c484bb84-9f21bf24,
#w-node-_6a1521ad-197e-f106-109f-4ed682a27b6d-9f21bf24,
#w-node-_7ff34c6d-5320-6e85-d478-00066bda5e37-9f21bf24,
#w-node-e7e0ccc7-b30f-3ed9-3f00-573227ae1f36-9f21bf24 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}
@media screen and (max-width: 991px) {
  #w-node-bbe8db5b-54e3-be69-2708-60f1ea1cae9e-ea1cae95 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
@font-face {
  font-family: "Spock Pro";
  src: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff6da076fb00be67074a5a9_Spack-Bold.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spock Pro";
  src: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff6da0727a1194005218371_Spack-Black.woff")
    format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spock Pro";
  src: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff6da076fb00be67074a5a9_Spack-Bold.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spock Pro";
  src: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff6db96e7daba71b33d4db7_Spark-RegularIT.woff")
    format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gtwalsheimpro";
  src: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff6da061c767efbdb620a1e_GTWalsheimPro-Black.ttf")
    format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gtwalsheimpro";
  src: url("https://uploads-ssl.webflow.com/5ff596e2ff1e2cb058273601/5ff6da075615d60441119999_GTWalsheimPro-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.hljs {
  background: transparent !important;
}

body.white-theme .navbar .menu-button .menu-icon {
  color: #161617 !important;
}

a:focus {
  outline: none;
}
.footer-links {
  word-wrap: break-word;
}
.logobar-item {
  z-index: 9;
}
@media only screen and (min-width: 991px) {
  body.dark-theme .navbar .dark,
  body.white-theme .navbar .dark {
    background-color: #471aff !important;
    box-shadow: 0 4px 10px 1px rgb(47 18 165 / 25%) !important;
    color: #fff;
  }

  body.dark-theme .navbar .dark:hover,
  body.white-theme .navbar .dark:hover {
    background-color: #6038ff !important;
  }

  body.white-theme .navbar .navitem,
  body.white-theme .navbar .menu-button {
    color: #161617 !important;
  }

  body.white-theme .navbar .navitem:hover {
    background-color: rgba(0, 0, 0, 0.12) !important;
    color: #161617 !important;
  }

  body.white-theme .navbar .navitem:focus {
    border-color: rgba(0, 0, 0, 0.24) !important;
  }

  .nav-dropdown-list {
    visibility: hidden;
  }
  .nav-dropdown-list.w--open {
    visibility: visible;
  }
  .use-case-button.active .cc-circle {
    background-color: #2b55ff;
  }
}
/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #abb2bf;
  background: #282c34;
}

.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75;
}

.hljs-literal {
  color: #56b6c2;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}
/* sidebar */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css");
/* body {
  color: #5D5F63;
  background: #293949;
  font-family: 'Open Sans',sans-serif;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
} */
.sidebar-toggle {
  margin-left: -240px;
}
.sidebar {
  width: 240px;
  height: 100%;
  background: #293949;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}

#leftside-navigation ul,
ul ul {
  margin: -2px 0 0;
  padding: 0;
}

#leftside-navigation ul li {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#leftside-navigation ul li > a {
  color: #1abc9c;
}
#leftside-navigation ul li ul {
  display: block;
}

#leftside-navigation ul li a {
  color: #aeb2b7;
  text-decoration: none;
  display: block;
  padding: 18px 0 18px 25px;
  font-size: 12px;
  outline: 0;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#leftside-navigation ul li a:hover {
  color: #1abc9c;
}
#leftside-navigation ul li a span {
  display: inline-block;
}
#leftside-navigation ul li a i {
  width: 20px;
}
#leftside-navigation ul li a i .fa-angle-left,
.fa-angle-right {
  padding-top: 3px;
}

#leftside-navigation ul ul {
  display: none;
}

#leftside-navigation ul ul li {
  background: #23313f;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
}
#leftside-navigation ul ul a {
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #aeb2b7;
}
