* {
  box-sizing: border-box;
  outline: none;
}
html {
  --page-background: #fafafc;
  --highlightColor: #4ea1de;
  --errorColor: #f54242;
  --header-background: #fafafc;
  --header-borderColor: #dadde0;
  --header-boxShadow: 0px 0px 16px 0px rgba(1, 34, 85, 0.06);
  --header-color: #242c38;
  --text-color: #242c38;
  --text-fontFamily: "DIN 2014";
  --text-fontWeight: 400;
  --text-fontWeightStrong: 700;
  --text-fontSize: 14px;
  --text-lineHeight: 1.4;
  --text-letterSpacing: 0.06em;
  --text-secondary-color: #8995a8;
  --text-secondary-fontFamily: "DIN 2014";
  --text-secondary-fontWeight: 600;
  --text-secondary-fontSize: 14px;
  --text-secondary-lineHeight: 1.4;
  --text-secondary-letterSpacing: 0.06em;
  --h1-color: #242c38;
  --h1-fontFamily: "DIN 2014";
  --h1-fontWeight: 600;
  --h1-fontSize: 28px;
  --h1-lineHeight: 1.15;
  --h1-letterSpacing: 0.02em;
  --h1-textTransform: none;
  --h2-color: #242c38;
  --h2-fontFamily: "DIN 2014";
  --h2-fontWeight: 600;
  --h2-fontSize: 23px;
  --h2-lineHeight: 1.15;
  --h2-letterSpacing: 0.05em;
  --h2-textTransform: none;
  --h3-color: #242c38;
  --h3-fontFamily: "DIN 2014";
  --h3-fontWeight: 600;
  --h3-fontSize: 20px;
  --h3-lineHeight: 1.2;
  --h3-letterSpacing: 0.04em;
  --h3-textTransform: none;
  --h4-color: #242c38;
  --h4-fontFamily: "DIN 2014";
  --h4-fontWeight: 600;
  --h4-fontSize: 18px;
  --h4-lineHeight: 1.2;
  --h4-letterSpacing: 0.04em;
  --h4-textTransform: none;
  --label-color: #242c38;
  --label-fontFamily: "DIN 2014";
  --label-fontWeight: 600;
  --label-fontSize: 14px;
  --label-lineHeight: 1.4;
  --label-letterSpacing: 0.06em;
  --label-textTransform: none;
  --button-background: linear-gradient(
    180deg,
    rgba(39, 161, 216, 1) 0%,
    rgba(22, 107, 191, 1) 100%
  );
  --button-background-hover: linear-gradient(
    0deg,
    rgba(39, 161, 216, 1) 0%,
    rgba(22, 107, 191, 1) 100%
  );
  --button-borderColor: #3793cc;
  --button-borderColor-hover: #3793cc;
  --button-color: #e6edf2;
  --button-fontFamily: "DIN 2014";
  --button-fontWeight: 700;
  --button-fontSize: 12px;
  --button-lineHeight: 1.35;
  --button-letterSpacing: 0.08em;
  --button-textTransform: uppercase;
  --button-color-hover: #e6edf2;
  --button-outlined-background: transparent;
  --button-outlined-background-hover: transparent;
  --button-outlined-borderColor: #4ea1de;
  --button-outlined-borderColor-hover: #4ea1de;
  --button-outlined-color: #4ea1de;
  --button-outlined-color-hover: #4ea1de;
  --button-disabled-borderColor: #7d8899;
  --button-disabled-color: #7d8899;
  --button-tasks-background: linear-gradient(
    180deg,
    rgba(105, 157, 163, 1) 0%,
    rgba(58, 110, 134, 1) 100%
  );
  --button-tasks-background-hover: linear-gradient(
    180deg,
    rgba(105, 157, 163, 1) 0%,
    rgba(58, 110, 134, 1) 100%
  );
  --button-tasks-borderColor: #2f5e6c;
  --button-tasks-borderColor-hover: #2f5e6c;
  --button-tasks-color: #fff;
  --input-background: #fff;
  --input-borderColor: #d8dde6;
  --input-color: #242c38;
  --input-color-placeholder: #8995a8;
  --input-fontFamily: "DIN 2014";
  --input-fontWeight: 600;
  --input-fontSize: 14px;
  --input-letterSpacing: 0.06em;
  --input-select-active-background: #f0f3f7;
  --input-segemented-background: #f5f6fa;
  --input-segemented-borderColor: #d8dde6;
  --input-segemented-separatorColor: #fff;
  --input-segemented-active-background: #fff;
  --input-switch-background: #fff;
  --input-switch-borderColor: #f0f3f7;
  --input-switch-color: #c9cbce;
  --input-switch-on-background: linear-gradient(
    90deg,
    rgba(39, 161, 216, 1) 0%,
    rgba(22, 107, 191, 1) 100%
  );
  --input-switch-on-borderColor: #f0f3f7;
  --input-switch-on-color: #a3ceee;
  --input-switch-knob-background: #242c38;
  --input-tree-background: #f5f6fa;
  --image-background: #f5f6fa;
  --section-background: #fafafc;
  --section-borderColor: #dadde0;
  --section-head-borderColor: #d3ddeb;
  --card-primary-background: #161c26;
  --card-primary-borderColor: #364254;
  --card-primary-color: #f0f3f7;
  --card-primary-color-label: #7d8899;
  --card-secondary-background: #f5f6fa;
  --card-secondary-borderColor: #d3ddeb;
  --card-secondary-color: #242c38;
  --card-secondary-color-label: #7d8899;
  --card-tertiary-background: #161c26;
  --card-tertiary-borderColor: #364254;
  --card-tertiary-color: #f0f3f7;
  --card-tertiary-color-label: #f0f3f7;
  --player-controlBar-background: #000;
  --player-controlBar-borderColor: #2f3a4a;
  --player-controlBar-color: #fff;
  --table-borderColor: #d3ddeb;
  --table-head-color: #7d8899;
  --separator-background: #d3ddeb;
  --scrollWrapper-rail-background: #f0f3f7;
  --scrollWrapper-scrollbar-background: linear-gradient(
    180deg,
    rgba(39, 161, 216, 1) 0%,
    rgba(22, 107, 191, 1) 100%
  );
  --scrollWrapper-scrollbar-borderColor: #3793cc;
  --duration-hover: 0.25s;
  --duration-slide: 0.5s;
}
body {
  background: var(--page-background);
}
.excelerate-page {
  padding: 96px 11px 11px;
}
.excelerate-page.excelerate-page-main {
  margin-top: -11px;
  padding: 0 11px 11px;
}
.excelerate-page.excelerate-page-main .excelerate-page-wrapper {
  display: flex;
}
.excelerate-page-wrapper {
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}
.excelerate-page-header {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  min-height: 62px;
  margin-bottom: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--separator-background);
}
h1 {
  margin: 0 !important;
  margin-right: 15px !important;
  color: var(--h1-color);
  font-family: var(--h1-fontFamily);
  font-weight: var(--h1-fontWeight);
  font-size: var(--h1-fontSize);
  line-height: var(--h1-lineHeight);
  letter-spacing: var(--h1-letterSpacing);
  text-transform: var(--h1-textTransform);
}
h2 {
  margin: 0 !important;
  color: var(--h2-color);
  font-family: var(--h2-fontFamily);
  font-weight: var(--h2-fontWeight);
  font-size: var(--h2-fontSize);
  line-height: var(--h2-lineHeight);
  letter-spacing: var(--h2-letterSpacing);
  text-transform: var(--h2-textTransform);
}
h3 {
  margin: 0 !important;
  color: var(--h3-color);
  font-family: var(--h3-fontFamily);
  font-weight: var(--h3-fontWeight);
  font-size: var(--h3-fontSize);
  line-height: var(--h3-lineHeight);
  letter-spacing: var(--h3-letterSpacing);
  text-transform: var(--h3-textTransform);
}
.excelerate-page.excelerate-page-main
  .excelerate-page-content
  h1
  a.batterdocs-anchor,
.excelerate-page.excelerate-page-main
  .excelerate-page-content
  h2
  a.batterdocs-anchor,
.excelerate-page.excelerate-page-main
  .excelerate-page-content
  h3
  a.batterdocs-anchor {
  display: none !important;
}
.excelerate-page-header-inputs {
  display: flex;
  flex: 1 1;
  justify-content: flex-end;
}
.excelerate-page-header-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  cursor: pointer;
}
.excelerate-page-header-button:not(:last-child) {
  margin-right: 25px;
}
.excelerate-page-header-button:hover svg path {
  stroke: var(--highlightColor);
}
.excelerate-page-header-button svg path {
  stroke: var(--text-color);
  transition: stroke var(--duration-hover);
}
.excelerate-input-text {
  position: relative;
}
.excelerate-input-text input {
  width: 290px;
  height: auto;
  padding: 12px 40px 12px 12px !important;
  box-sizing: border-box;
  border-radius: 6px;
  background: var(--input-background) !important;
  border: 1px solid var(--input-borderColor) !important;
  box-shadow: none !important;
  color: var(--input-color);
  -webkit-text-fill-color: var(--input-color);
  font-family: var(--input-fontFamily);
  font-weight: var(--input-fontWeight);
  font-size: var(--input-fontSize);
  line-height: 20px;
  letter-spacing: var(--input-letterSpacing);
  transition:
    opacity var(--duration-hover),
    border var(--duration-hover);
}
.excelerate-input-text input::placeholder {
  opacity: 1;
  color: var(--input-color-placeholder);
  -webkit-text-fill-color: var(--input-color-placeholder);
}
.excelerate-input-text .excelerate-input-text-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  pointer-events: none;
}
.excelerate-page-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 386px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 35px;
  overflow: hidden;
  border-radius: 12px;
  background: transparent url("../../excelerate/images/search.png") no-repeat
    center !important;
  background-size: cover !important;
}
.excelerate-page-search * {
  padding: 0 !important;
}
.excelerate-page-search::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  content: "";
}
.excelerate-page-search h2 {
  position: relative;
  margin-bottom: 40px !important;
  color: #f1f1f1;
  font-size: 48px;
}
.excelerate-page-search .elementor {
  position: relative;
  width: 100%;
}
.excelerate-page-search .betterdocs-search-layout-1 {
  margin: 0 !important;
  background: none !important;
}
.excelerate-page-search .betterdocs-search-layout-1 .search-bar {
  width: 100%;
  max-width: 386px;
  height: auto;
  padding: 12px 40px 12px 12px !important;
  box-sizing: border-box;
  border-radius: 6px;
  background: var(--input-background) !important;
  border: 1px solid var(--input-borderColor) !important;
  box-shadow: none !important;
  color: var(--input-color);
  -webkit-text-fill-color: var(--input-color);
  font-family: var(--input-fontFamily);
  font-weight: var(--input-fontWeight);
  font-size: var(--input-fontSize);
  line-height: 20px;
  letter-spacing: var(--input-letterSpacing);
  transition:
    opacity var(--duration-hover),
    border var(--duration-hover);
}
.excelerate-page-search
  .betterdocs-search-layout-1
  .search-bar
  .search-input-wrapper {
  margin: 0 !important;
}
.excelerate-page-search
  .betterdocs-search-layout-1
  .search-bar
  .search-input-wrapper
  .search-icon {
  display: none;
}
.excelerate-page-search
  .betterdocs-search-layout-1
  .search-bar
  .search-input-wrapper
  .search-input {
  opacity: 1;
  width: 100%;
  color: var(--input-color-placeholder);
  font-family: var(--input-fontFamily);
  font-weight: var(--input-fontWeight);
  font-size: var(--input-fontSize);
  line-height: 20px;
  letter-spacing: var(--input-letterSpacing);
  -webkit-text-fill-color: var(--input-color-placeholder);
}
.excelerate-page-search .betterdocs-search-layout-1 .search-bar .search-button {
  display: none;
}
.excelerate-page-filters {
  position: -webkit-sticky;
  position: sticky;
  top: 67px;
  bottom: 11px;
  width: 340px;
  max-height: calc(100vh - 11px - 45px - 11px - 11px);
  margin-right: 14px;
  margin-left: -30px;
  overflow: auto;
  border-radius: 12px;
  background: #f5f6fa;
  border: 1px solid #d3ddeb;
  text-align: left;
}
.excelerate-page-filters-section {
  padding: 30px;
}
.excelerate-page-filters-section:not(:last-child) {
  border-bottom: 1px solid var(--section-borderColor);
}
.excelerate-page-filters-section h3 {
  display: block;
  color: var(--text-secondary-color);
}
.excelerate-page-filters-section h3:not(:last-child) {
  margin-bottom: 15px !important;
}
.excelerate-page-filters-categories {
  padding: 12px 30px;
  border-radius: 6px;
  background: #fafafc;
  text-align: center;
  user-select: none;
}
.excelerate-page-filters-category,
.excelerate-page-filters-page {
  display: flex;
  margin-left: -25px;
  text-align: left;
  color: var(--text-color);
  font-family: var(--text-fontFamily);
  font-weight: var(--text-fontWeight);
  font-size: var(--text-fontSize);
  line-height: 25px;
  letter-spacing: var(--text-letterSpacing);
}
.excelerate-page-filters-category:not(:last-child),
.excelerate-page-filters-page:not(:last-child) {
  padding-bottom: 4px;
}
.excelerate-page-filters-category-icon,
.excelerate-page-filters-page-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  text-align: left;
  color: var(--text-color);
  font-family: var(--text-fontFamily);
  font-weight: var(--text-fontWeight);
  font-size: var(--text-fontSize);
  line-height: 25px;
  letter-spacing: var(--text-letterSpacing);
  cursor: pointer;
}
.excelerate-page-filters-category-icon svg,
.excelerate-page-filters-page-icon svg {
  transform: rotate(-90deg);
}
.excelerate-page-filters-category-icon svg path,
.excelerate-page-filters-page-icon svg path {
  fill: var(--text-color);
  transition: fill var(--duration-hover);
}
.excelerate-page-filters-category-icon:hover svg path,
.excelerate-page-filters-page-icon:hover svg path {
  fill: var(--highlightColor);
}
.excelerate-page-filters-category-label,
.excelerate-page-filters-page-label {
  display: block;
  padding-left: 5px;
}
.excelerate-page-filters-pages {
  margin: 0 0 5px;
}
.excelerate-page-filters-page {
  padding-left: 24px;
}
.excelerate-page-filters-page:last-child
  .excelerate-page-filters-page-line::before {
  height: 12px;
}
.excelerate-page-filters-page-line {
  position: relative;
  width: 24px;
  height: 25px;
  text-align: center;
}
.excelerate-page-filters-page-line::before {
  position: absolute;
  top: 0;
  inset-inline-end: 12px;
  bottom: -4px;
  margin-inline-start: -1px;
  border-inline-end: 1px solid #d3ddeb;
  content: "";
}
.excelerate-page-filters-page-line::after {
  position: absolute;
  width: 9.600000000000001px;
  height: 12px;
  border-bottom: 1px solid #d3ddeb;
  content: "";
}
.excelerate-page-content {
  flex: 1;
}
div.e-con > div.e-con-inner {
  display: flex;
  gap: 40px;
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0;
}
.excelerate-page-content h1:not(:last-child),
.excelerate-page-content h2:not(:last-child),
.excelerate-page-content h3:not(:last-child),
.excelerate-page-content p:not(:last-child) {
  margin-bottom: 20px !important;
}
.excelerate-page-content h1 {
  font-size: 32px;
}
.excelerate-page-content h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--separator-background);
}
.excelerate-page-content p {
  margin: 0;
  color: var(--text-color);
  font-family: var(--text-fontFamily);
  font-weight: var(--text-fontWeight);
  font-size: var(--text-fontSize);
  line-height: var(--text-lineHeight);
  letter-spacing: var(--text-letterSpacing);
  word-break: break-word;
}
.excelerate-page-content .elementor-element {
  padding: 0;
}
.excelerate-page-content .elementor-element:not(:last-child) {
  margin-bottom: 40px;
}
.excelerate-page-content .elementor-element .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 90px;
  min-height: 33px;
  height: auto;
  padding: 6px 20px 5px;
  border-radius: 17px;
  background: var(--button-outlined-background) !important;
  border: 1px solid var(--button-borderColor);
  box-shadow: none;
  outline: none !important;
  cursor: pointer;
}
.excelerate-page-content
  .elementor-element
  .elementor-button
  .elementor-button-text {
  position: relative;
  color: var(--button-outlined-color);
  font-family: var(--button-fontFamily);
  font-weight: var(--button-fontWeight);
  font-size: var(--button-fontSize);
  line-height: var(--button-lineHeight);
  letter-spacing: var(--button-letterSpacing);
  text-transform: var(--button-textTransform);
  transition: color var(--duration-hover);
}
.excelerate-hotspots {
  position: relative;
  font-size: 0;
}
.excelerate-hotspots .excelerate-hotspots-image {
  width: 100%;
}
.excelerate-hotspots .excelerate-hotspots-hotspots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.excelerate-hotspots .excelerate-hotspots-hotspot {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.excelerate-hotspots
  .excelerate-hotspots-hotspot:hover
  .excelerate-hotspots-hotspot-content {
  opacity: 1;
}
.excelerate-hotspots
  .excelerate-hotspots-hotspot.excelerate-hotspots-hotspot-right
  .excelerate-hotspots-hotspot-content {
  right: calc(100% + 25px);
  left: auto;
  transform: translateY(-50%);
}
.excelerate-hotspots
  .excelerate-hotspots-hotspot
  .excelerate-hotspots-hotspot-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--highlightColor);
  color: #fff;
  font-size: 16px;
}
.excelerate-hotspots
  .excelerate-hotspots-hotspot
  .excelerate-hotspots-hotspot-icon::before {
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  border-radius: 50%;
  border: 1px solid var(--highlightColor);
  content: "";
}
.excelerate-hotspots
  .excelerate-hotspots-hotspot
  .excelerate-hotspots-hotspot-content {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: calc(100% + 25px);
  width: 210px;
  padding: 10px 15px;
  border-radius: 12px;
  background: var(--highlightColor);
  color: #fff;
  transform: translateY(-50%);
  pointer-events: none;
  transition: opacity var(--duration-hover);
}
.excelerate-hotspots
  .excelerate-hotspots-hotspot
  .excelerate-hotspots-hotspot-headline {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
.excelerate-hotspots
  .excelerate-hotspots-hotspot
  .excelerate-hotspots-hotspot-headline:not(:last-child) {
  margin-bottom: 8px !important;
}
.excelerate-hotspots
  .excelerate-hotspots-hotspot
  .excelerate-hotspots-hotspot-text {
  color: #fff;
  font-family: var(--text-fontFamily);
  font-weight: var(--text-fontWeight);
  font-size: var(--text-fontSize);
  line-height: var(--text-lineHeight);
  letter-spacing: var(--text-letterSpacing);
  word-break: break-word;
  font-size: 16px;
}
.excelerate-tips {
  display: flex;
  width: 925px;
  height: 235px;
  padding: 45px 57px;
  align-items: center;
  gap: 60px;
  border-radius: 12px;
  background: #161c26;
  border: 1px solid #364254;
  color: #e6edf2;
}
.excelerate-tips * {
  color: #e6edf2 !important;
}
.excelerate-tips .excelerate-tips-icon {
  width: 80px;
}
.excelerate-tips .excelerate-tips-icon img {
  max-width: 80px;
  max-height: 80px;
}
.betterdocs-faq-wrapper {
  margin-top: 0 !important;
}
.betterdocs-faq-wrapper .betterdocs-faq-section-title {
  display: none !important;
}
.betterdocs-faq-wrapper .betterdocs-faq-inner-wrapper .betterdocs-faq-title {
  display: none !important;
}
.betterdocs-faq-wrapper
  .betterdocs-faq-inner-wrapper
  .betterdocs-faq-list
  > li:not(:last-child) {
  margin-bottom: 15px !important;
}
.betterdocs-faq-wrapper
  .betterdocs-faq-inner-wrapper
  .betterdocs-faq-list
  > li
  .betterdocs-faq-group
  .betterdocs-faq-post {
  display: flex;
  margin: 0 !important;
  padding: 21px 26px !important;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  background: #fff !important;
  border: 1px solid #d8dde6 !important;
}
.betterdocs-faq-wrapper
  .betterdocs-faq-inner-wrapper
  .betterdocs-faq-list
  > li
  .betterdocs-faq-group
  .betterdocs-faq-post
  .betterdocs-faq-post-name {
  color: #000 !important;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 !important;
}
.betterdocs-faq-wrapper
  .betterdocs-faq-inner-wrapper
  .betterdocs-faq-list
  > li
  .betterdocs-faq-group {
  margin-bottom: 0 !important;
}
.betterdocs-faq-wrapper
  .betterdocs-faq-inner-wrapper
  .betterdocs-faq-list
  > li
  .betterdocs-faq-group
  .betterdocs-faq-main-content
  p {
  padding: 1px 6px !important;
}
.excelerate-teasers {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.excelerate-teasers .excelerate-teaser {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 10px);
  height: 100%;
  position: relative;
  max-width: 450px;
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
  background: var(--card-secondary-background);
  text-align: left;
}
.excelerate-teasers .excelerate-teaser .excelerate-teaser-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.excelerate-teasers .excelerate-teaser .excelerate-teaser-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.excelerate-teasers .excelerate-teaser .excelerate-teaser-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 0 0 12px 12px;
  border: 1px solid var(--card-secondary-borderColor);
  color: var(--card-secondary-color);
}
