html,
body {
  font-family: var(--font-family-primary);
  background-color: #fff;
}

a {
  text-decoration: none;
}

#mh,
#mp {
  opacity: 1;
}

.container-fluid {
  padding: 0;
}

.logo-home {
  margin-top: 5px;
  background-image: url("../images/symbol-nightwatch.svg");
  background-size: 38px, 41px;
  height: 41px;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-left: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.logo-home:hover {
  color: #fff;
  text-decoration: none;
}

.hidden-block {
  display: none !important;
}

.header {
  display: flex;
  justify-content: center;
  background: var(--header-background);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* TODO: remove z-index and fix natively */
  z-index: 100;
  border-bottom: 1px solid var(--header-border-color);
}

/* Navigation section start */
.navigation__logo {
  width: 200px;
  margin-right: auto;
  padding: 16px 0;
}

.navigation__logo svg {
  width: 100%;
  height: 100%;
}

.navigation {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: min(1648px, 90%);
}

.navigation-link:hover {
  text-decoration: none;
  color: var(--header-text-color);
}

.navigation-list.social .navigation-link {
  border: 0;
}

.navigation-list {
  align-items: center;
  display: flex;
  gap: 52px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}

.navigation-list:first-of-type li:not(:last-child) {
  height: inherit;
  cursor: pointer;
}

.navigation-link-active-state {
  position: absolute;
  height: 3px;
  border-radius: 4px;
  bottom: 0;
  background-color: var(--navigation-link-hover-color);
  width: 66px;
  left: -13px;
  transition: all .5s ease 0s;
}

.navigation-link {
  color: var(--header-text-color);
  font-size: initial;
  font-weight: 600;
  line-height: var(--line-height-19);
  text-decoration: none;
  display: flex;
  align-items: center;
  height: inherit;
}


.navigation .navigation-list:first-of-type li:nth-child(1):hover~.navigation-link-active-state {
  left: -12px;
}

.navigation-list:first-of-type li:nth-child(1).active~.navigation-link-active-state {
  left: -12px;
}

.navigation .navigation-list:first-of-type li:nth-child(2):hover~.navigation-link-active-state {
  left: 71px;
}

.navigation-list:first-of-type li:nth-child(2).active~.navigation-link-active-state {
  left: 71px;
}

.navigation .navigation-list:first-of-type li:nth-of-type(3):hover~.navigation-link-active-state {
  left: 158px;
}

.navigation-list:first-of-type li:nth-child(3).active~.navigation-link-active-state {
  left: 158px;
}

.navigation .navigation-list:first-of-type li:nth-of-type(4):hover~.navigation-link-active-state {
  left: 244px;
}

.navigation-list:first-of-type li:nth-child(4).active~.navigation-link-active-state {
  left: 244px;
}

.navigation-list>li>a svg {
  width: 30px;
  height: 100%;
  fill: var(--background-color);
}

.navigation-list:last-of-type {
  gap: 32px;
  padding-left: 32px;
}

.navigation-list>li button {
  font-weight: 700;
  font-size: var(--font-size-h7);
  line-height: var(--line-height-h7-xs);
  color: var(--text-color-light);
  background: transparent;
  border: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 11px;
}

.navigation-list .release-button-action {
  position: relative;
}

.navigation-list>li [role="menu"] {
  display: none;
  position: absolute;
  margin: 0;
  background: var(--dropdown-background-color);
  box-shadow: 3px 4px 7px 1px var(--dropdown-box-shadow-color);
  border-radius: 10px;
  padding: 21px 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: -90px;
  top: 45px;
}

.navigation-list>li [role="menu"] li:not(:last-child) {
  margin-bottom: 16px;
}

.navigation-list>li>ul [role="menuitem"] {
  display: block;
  border-radius: 5px;
}

.navigation-list>li>ul [role="menuitem"] a {
  font-weight: 600;
  font-size: initial;
  /* TODO: replace with var */
  line-height: calc(19/16);
  color: var(--text-color);
  text-decoration: none;
}

.navigation-list>li>ul [role="menuitem"] a:hover {
  text-decoration: underline;
}

#docsearch>svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.6;
  color: var(--background-color);
  cursor: pointer;
}

#docsearch .DocSearch-Button-Placeholder {
  display: none;
}

#docsearch .DocSearch-Button-Keys {
  display: none;
}

#docsearch button {
  background: unset;
  border-radius: unset;
  margin: unset;
  padding: unset;
}

#docsearch button span.DocSearch-Button-Container {
  width: 24px;
  height: 24px;
}

#docsearch button .DocSearch-Button-Container>svg {
  --docsearch-text-color: var(--background-color);
  width: 100%;
  height: 100%;
}

#docsearch>button:hover {
  box-shadow: unset;
}

.navigation-menu-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  display: none;
}

.hamburger path {
  fill: none;
  stroke: var(--background-color);
  stroke-linecap: round;
}

.mobile-navbar-content {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background: var(--background-color);
  display: none;
}

.mobile-navbar-wrapper {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 92px 32px;
}

.mobile-navbar-wrapper ul {
  width: 100%;
  padding: 0;
}

.mobile-navbar-wrapper li {
  display: block;
  font-weight: 500;
  font-size: var(--font-size-h7);
  line-height: var(--line-height-h7-xs);
  color: var(--text-color);
  padding: 16px 0;
  border-bottom: 1px solid var(--card-border-color);
}

.mobile-navbar-wrapper li::before {
  content: "";
  padding: 6px;
}

.mobile-navbar-wrapper li a {
  color: initial;
  text-decoration: none;
}

.mobile-navbar-wrapper li a>span {
  color: var(--text-color-accent);
  font-style: italic;
}

@media (max-width: 1024px) {
  .navigation-list:first-of-type {
    display: none;
  }

  .navigation-list:last-of-type li:not(:first-of-type) {
    display: none;
  }

  .navigation-menu-toggle {
    display: block;
    margin-left: 20px;
  }

  .navigation-menu-toggle svg {
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 480px) {
  .navigation {
    height: 12.4vw;
  }

  .navigation__logo svg {
    height: 30px;
    width: 100%;
    max-width: 145px;
  }

  #docsearch,
  #docsearch button span.DocSearch-Button-Container {
    height: 20px;
    width: 20px;
    scale: 0.9;
  }

  .navigation-list.social #docsearch .DocSearch.DocSearch-Button {
    height: 20px;
    width: 20px;
  }

  .navigation-menu-toggle {
    padding: 0;
  }

  .navigation-menu-toggle svg {
    height: 20px;
    width: 20px;
  }
}

/* Navigation section end */


.nw-navbar {
  position: sticky;
  top: 0;
  z-index: 1071;
  padding: 0;
  /*height: 65px;*/
  background: none;
  border: 0;
  background: #000;
}

.nw-navbar .container {
  width: 100%;
}

#gettingstarted-container {
  position: relative;
}


[data-uri^="/api/$method"] body.navbar-visible .bs-sidebar,
[data-uri^="/api/commands"] body.navbar-visible .bs-sidebar {
  overflow-y: auto;
  height: 90vh;
}


#navigation.collapse.show+.navbar-nav.ml-md-auto {
  display: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat .4rem .6rem/.75rem .75rem;
  font-weight: 600;
  color: #222;
}

.parallax {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-perspective: 1px;
  perspective: 1px;
  margin-top: -74px;
}

[data-uri="/"] .parallax {
  overflow-y: auto;
}

.parallax.small {
  height: auto;
}

.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

[data-uri="/"] .banner-visible .nw-navbar .container {
  margin-top: 35px
}

.parallax__layer--0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.parallax__layer--1 {
  -webkit-transform: translateZ(-1px) scale(2);
  transform: translateZ(-1px) scale(2);
}

.parallax__layer--2 {
  -webkit-transform: translateZ(-2px) scale(3);
  transform: translateZ(-2px) scale(3);
}

.parallax__layer--3 {
  -webkit-transform: translateZ(-3px) scale(4);
  transform: translateZ(-3px) scale(4);
}

.parallax__layer--4 {
  -webkit-transform: translateZ(-4px) scale(5);
  transform: translateZ(-4px) scale(5);
}

.parallax__layer--5 {
  -webkit-transform: translateZ(-5px) scale(6);
  transform: translateZ(-5px) scale(6);
}

.top-stars {
  margin-top: 0;
  height: 100vh;
  background-image: url("../images/stars.svg");
  /*background-size: 2140px, 1270px;*/
  background-size: 1841px, 485px;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.top-clouds {
  margin-top: 0;
  height: 100vh;
  background-image: url("../images/clouds.svg");
  background-size: 2035px, 133px;
  background-position: -webkit-calc(50% - 100px) 100px;
  background-position: calc(50% - 100px) 100px;
  background-repeat: no-repeat;
}

.top-moon {
  margin-top: 0;
  height: 100vh;
  background-image: url("../images/moon.svg");
  background-size: 1865px, 1865px;
  background-position: -webkit-calc(50% + 650px) -600px;
  background-position: calc(50% + 650px) -600px;
  background-repeat: no-repeat;
}

.houses-left {
  background-image: url("../images/houses-left.svg");
  background-position: -webkit-calc(50% - 1450px) -webkit-calc(100% + 30px);
  background-position: calc(50% - 1450px) calc(100% + 30px);
  background-repeat: no-repeat;
}

.houses-right {
  background-image: url("../images/houses-right.svg");
  background-position: -webkit-calc(50% + 1200px) -webkit-calc(100% + 30px);
  background-position: calc(50% + 1200px) calc(100% + 30px);
  background-repeat: no-repeat;
}

#top-section .houses-right h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  letter-spacing: -5px;
  font-size: 90px;
}

@media screen and (min-width: 992px) {
  #top-section {
    margin-top: 100px;
  }

  #index-container .btn-github,
  #index-container .btn-download {
    margin: 63px 10px 49px 0
  }
}

#top-section h1,
.secondary .jumbotron h1 {
  margin-top: 80px;
  background-image: url("../images/symbol-nightwatch.svg");
  background-size: 136px, 144px;
  height: 150px;
  background-repeat: no-repeat;
  padding-top: 44px;
  padding-left: 155px;
  letter-spacing: 3px;

  text-align: left;
  font-weight: 100;
  font-size: 70px;
  color: #CE8E32;
  margin-bottom: 15px;
}

.secondary .jumbotron h1 {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
  background-image: none;
  margin-top: 80px;
  padding: 0;
  font-size: 64px;
  height: auto;
  letter-spacing: 0;
}

#top-section h1>span {
  color: #895F28;
}

#top-section h1+p {
  text-align: left;
  font-weight: 200;
  font-size: 30px;
  line-height: 160%;
  color: #fff;
}

.code-top {
  height: 360px;
  margin-left: 58px;
  margin-right: auto;
}

/* Secondary Page */

#secondary .top-clouds {
  margin-top: 0;
  height: 100vh;
  background-image: url("../images/clouds.svg");
  background-size: 2035px, 133px;
  background-position: -webkit-calc(50% - 100px) 10px;
  background-position: calc(50% - 100px) 10px;
  background-repeat: no-repeat;
}

#secondary .top-moon {
  margin-top: 0;
  height: 100vh;
  background-image: url("../images/moon.svg");
  background-size: 1865px, 1865px;
  background-position: -webkit-calc(50% + 650px) -780px;
  background-position: calc(50% + 650px) -780px;
  background-repeat: no-repeat;
}

#secondary #top-section h1 {
  margin-top: 0;
  background-size: 136px, 144px;
  height: auto;
  background: none no-repeat;
  padding-top: 20px;
  padding-left: 0;

  text-align: left;
  font-weight: 200;
  font-size: 56px;
  color: #CE8E32;
  margin-bottom: 40px;
}

#content {
  height: 2000px;
  background-color: #ffffff;
}

b,
strong {
  font-weight: 600;
}

.parallax #index-container .index-features p {
  font-weight: 300;
}

.index-features h2 {
  font-weight: 100;
  letter-spacing: -.05px;
}

pre:before {
  content: '%';
  z-index: 1;
  display: inline-block;
  color: #222;
  bottom: auto;
  margin-right: 5px;
  left: 10px;
  width: auto;
  height: auto;
  max-height: 13em;
  transform: rotate(0);
}

pre.language-bash {
  font-size: 14px;
}

pre.language-bash:before {
  color: #888;
}

.hide-indicator pre:before,
pre.hide-indicator:before {
  content: none;
}

pre.windows-cmd:before {
  content: 'C:\\>';
}

pre[data-language="javascript"]:before,
pre[class*="language-javascript"]:before,
pre[class*="language-typescript"]::before {
  content: none;
}

@media (max-width: 992px),
screen and (orientation: portrait) {
  img.code-top {
    display: none;
  }

  #index-container .btn-github,
  #index-container .btn-download {
    width: 160px;
  }
}

.jumbotron .container {
  max-width: 1440px;
}

.edit-source {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDE2IDE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTEsLmNscy0ye2ZpbGw6IzhlOGU4ZTt9LmNscy0ye2ZpbGwtcnVsZTpldmVub2RkO308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGRhdGEtbmFtZT0iTGF5ZXIgMiIgaWQ9IkxheWVyXzIiPjxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+PHJlY3QgY2xhc3M9ImNscy0xIiBoZWlnaHQ9IjQuODYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjc3IDcuODEpIHJvdGF0ZSgtNDUpIiB3aWR0aD0iMTEuNDQiIHg9IjEuODMiIHk9IjYuMDIiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNS43MywyLjQsMTMuNi4yN2EuOTMuOTMsMCwwLDAtMS4zMSwwTDExLjExLDEuNDVsMy40NCwzLjQzLDEuMTgtMS4xOEEuOTMuOTMsMCwwLDAsMTUuNzMsMi40WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTAsMTUuMjhBLjYxLjYxLDAsMCwwLC43MiwxNkw0LDE1LjQ1LjU1LDEyWiIvPjwvZz48L2c+PC9zdmc+);
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  display: block;
  float: right;
  padding: 9px;
  background-repeat: no-repeat;
  background-size: 65% auto;
  background-position-x: 5px;
  background-position-y: 5px;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 15px;
}

.edit-source:hover {
  background-color: #f3f3f3;
}

[data-uri^="/blog"] .docs-section,
[data-uri^="/gettingstarted"] .docs-section {
  display: none
}

section[data-page-uri] {
  display: none;
}

[data-uri^="/guide"] .navigation1,
[data-uri^="/api"] .navigation1,
[data-uri^="/blog"] .navigation1,
[data-uri^="/about"] .navigation1 {
  box-shadow: none;
}

[data-uri="/"] .navbar-collapse .nav>li>a[href="/"],
[data-uri^="/guide"] .navbar-collapse .nav>li:nth-child(2)>a,
[data-uri^="/api"] .navbar-collapse .nav>li>a[href$="/api/"],
[data-uri^="/blog"] .navbar-collapse .nav>li>a[href^="/blog"],
[data-uri^="/about"] .navbar-collapse .nav>li>a[href^="/about"] {
  color: #fff;
  background: none;
}

[data-uri="/"] section[data-page-uri="/"],
[data-uri="/blog"] section[data-page-uri="/blog"],
[data-uri="/contact"] section[data-page-uri="/contact"],
[data-uri^="/guide"] section[data-page-uri^="/guide"],
[data-uri^="/api"] section[data-page-uri^="/api"],
[data-uri^="/about"] section[data-page-uri^="/about"],
[data-uri="/releases"] section[data-page-uri="/releases"],
[data-uri="/api/$method"] section[data-page-uri="/api/$method"] {
  display: block;
}

[data-uri="/api/$method"] section[data-page-uri="/api/index"] {
  display: none;
}

[data-page-uri="/api"] section [data-page-uri^="/api/index"] {
  display: none;
}

[data-uri="/api"] section [data-page-uri="/api"],
[data-uri="/api/"] section [data-page-uri="/api"],
[data-uri^="/api"] section [data-page-uri="/api/$method"],
[data-uri^="/api/"] section [data-page-uri^="/api/index"],
[data-uri^="/api/commands"] section [data-page-uri^="/api/commands"],
[data-uri^="/api/pageobject"] section [data-page-uri^="/api/pageobject"],
[data-uri^="/api/useractions"] section [data-page-uri^="/api/useractions"],
[data-uri^="/api/browser"] section [data-page-uri^="/api/browser"],
[data-uri^="/api/ensure"] section [data-page-uri^="/api/ensure"],
[data-uri^="/api/assert"] section [data-page-uri^="/api/assert"],
[data-uri^="/api/element"] section [data-page-uri^="/api/element"],
[data-uri^="/api/programmatic"] section [data-page-uri^="/api/programmatic"],
[data-uri^="/api/expect"] section [data-page-uri^="/api/expect"] {
  display: block;
}

[data-uri="/guide"] section [data-page-uri="/guide"],
[data-uri="/guide/"] section [data-page-uri="/guide/"],
[data-uri="/guide"] [data-page-uri^="/guide"],
[data-uri="/guide/"] [data-page-uri^="/guide/"],

[data-uri^="/guide/overview"] section [data-page-uri^="/guide/overview"],
[data-uri^="/guide/quickstarts"] section [data-page-uri^="/guide/quickstarts"],
[data-uri^="/guide/tutorials"] section [data-page-uri^="/guide/tutorials"],
[data-uri^="/guide/debugging"] section [data-page-uri^="/guide/debugging"],
[data-uri^="/guide/concepts"] section [data-page-uri^="/guide/concepts"],
[data-uri^="/guide/ci-integrations"] section [data-page-uri^="/guide/ci-integrations"],
[data-uri^="/guide/browser-drivers"] section [data-page-uri^="/guide/browser-drivers"],
[data-uri^="/guide/component-tests"] section [data-page-uri^="/guide/component-tests"],
[data-uri^="/guide/writing-tests"] section [data-page-uri^="/guide/writing-tests"],
[data-uri^="/guide/running-tests"] section [data-page-uri^="/guide/running-tests"],
[data-uri^="/guide/mobile-web-testing"] section [data-page-uri^="/guide/mobile-web-testing"],
[data-uri^="/guide/network-requests"] section [data-page-uri^="/guide/network-requests"],
[data-uri^="/guide/configuration"] section [data-page-uri^="/guide/configuration"],
[data-uri^="/guide/reporters"] section [data-page-uri^="/guide/reporters"],
[data-uri^="/guide/contributing"] section [data-page-uri^="/guide/contributing"],
[data-uri^="/guide/migrating-to-nightwatch"] section [data-page-uri^="/guide/migrating-to-nightwatch"],
[data-uri^="/guide/using-nightwatch"] section [data-page-uri^="/guide/using-nightwatch"],
[data-uri^="/guide/thirdparty-test-runners"] section [data-page-uri^="/guide/configuration"],
[data-uri^="/guide/using-page-objects"] section [data-page-uri^="/guide/using-page-objects"],
[data-uri^="/guide/extending-nightwatch"] section [data-page-uri^="/guide/extending-nightwatch"],
[data-uri^="/guide/nightwatch-cli"] section [data-page-uri^="/guide/nightwatch-cli"],
[data-uri^="/guide/reference"] section [data-page-uri^="/guide/reference"],
[data-uri^="/guide/resources"] section [data-page-uri^="/guide/resources"],
[data-uri^="/guide/ci-integrations"] section [data-page-uri^="/guide/ci-integrations"] {
  display: block;
}

[data-uri^="/guide/third-party-runners/"][data-uri$=".html"] section[data-page-uri^="/guide"] li.active a[href^="/guide/"][href$=".html"]+ul {
  /*display: block;*/
}

[data-uri="/about"] section [data-page-uri="/about"],
[data-uri="/about/"] section [data-page-uri="/about"],
[data-uri^="/about/contribute"] section [data-page-uri^="/about/contribute"],
[data-uri^="/about/community"] section [data-page-uri^="/about/community"] {
  display: block;
}

[data-uri="/"] .parallax {
  height: 100vh;
}

[data-uri="/contact"] .parallax,
[data-uri^="/api"] .parallax,
[data-uri^="/guide"] .parallax,
[data-uri^="/blog"] .parallax,
[data-uri^="/about"] .parallax,
[data-uri="/releases"] .parallax,
[data-uri="/api/$method"] .parallax {
  height: 250px;
}

[data-uri^="/api"] .parallax,
[data-uri^="/guide"] .parallax,
[data-uri="/api/$method"] .parallax {
  height: 75px;
}

[data-uri^="/api"] .parallax,
[data-uri^="/guide"] .parallax {
  display: none !important;
}

[data-uri="/api/$method"] .parallax #clouds,
[data-uri^="/api"] .parallax #moon,
[data-uri^="/guide"] .parallax #moon {
  display: none;
}

[data-uri^="/blog/article"] .parallax {
  height: 400px;
}

[data-uri="/contact"] .secondary,
[data-uri="/releases"] .secondary,
[data-uri^="/blog"] .secondary,
[data-uri^="/about"] .secondary {
  margin-top: -176px;
}

[data-uri^="/api"] .secondary,
[data-uri^="/guide"] .secondary,
[data-uri="/api/$method"] .secondary {
  margin-top: 0;
}

#api-container .jumbotron h1,
#apimethod-container .jumbotron h1,
#guide-container .jumbotron h1 {
  display: none;
}

[data-uri="/"] .top-moon {
  background-size: 100%;
  /*background-position: calc(50% + 650px) -600px;*/
  background-position: calc(50% + 592px) -486px;
}

[data-uri="/contact"] .top-moon,
[data-uri="/releases"] .top-moon,
[data-uri^="/api"] .top-moon,
[data-uri^="/about"] .top-moon,
[data-uri^="/gettingstarted"] .top-moon,
[data-uri^="/guide"] .top-moon,
[data-uri^="/blog"] .top-moon,
[data-uri="/api/$method"] .top-moon {
  background-size: 1200px;
  background-position: calc(50% + 650px) -450px;
}

[data-uri="/"] .top-clouds {
  background-size: 100%;
  background-position: calc(50% - 100px) 100px;
}

[data-uri^="/guide"] .top-clouds,
[data-uri^="/blog"] .top-clouds,
[data-uri^="/api"] .top-clouds,
[data-uri^="/about"] .top-clouds,
[data-uri="/blog"] .top-clouds,
[data-uri="/contact"] .top-clouds,
[data-uri="/releases"] .top-clouds,
[data-uri^="/gettingstarted"] .top-clouds,
[data-uri="/api/$method"] .top-clouds {
  background-size: 80%;
  background-position: calc(101% - 100px) 48px;
}

[data-uri="/api/commands"] footer {
  display: none;
}

#about-container p {
  font-size: 18px;
  margin: 20px 0
}

#about-container .sponsor {
  background: #f8f8f8;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .3);
}

#about-container .sponsor p,
#about-container .vision p {
  margin: 30px 0;
}

#about-container .vision p:first-child,
#about-container .sponsor p:first-child {
  margin-top: 10px;
}

#about-container .vision p:last-child,
#about-container .sponsor p:last-child {
  margin-bottom: 10px;
}

#about-container h3 span {
  display: block;
  padding: 10px;
  background-color: #eee;
  border: 0
}

.profile-pic {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: 150px;
  margin: 0 auto;
}

.oanabotezat .profile-pic {
  background-image: url(https://avatars2.githubusercontent.com/u/3843009?s=260&v=4);
}

.andreirusu .profile-pic {
  background-image: url(https://avatars2.githubusercontent.com/u/419506?s=260&v=4);
}

.domenico .profile-pic {
  background-image: url(https://avatars1.githubusercontent.com/u/1260402?s=260&v=4);
}

.vaibhav .profile-pic {
  background-image: url(https://avatars.githubusercontent.com/u/8705386?v=4);
}

.ravi .profile-pic {
  background-image: url(https://avatars.githubusercontent.com/u/28780767?v=4);
}

.dharin .profile-pic {
  background-image: url(https://avatars.githubusercontent.com/u/8616130?v=4);
}

.binayak .profile-pic {
  background-image: url(https://pbs.twimg.com/profile_images/972952007127396353/SI-e-RLN_400x400.jpg);
}

.harshit .profile-pic {
  background-image: url(https://avatars.githubusercontent.com/u/94462364?v=4);
}

.priyansh .profile-pic {
  background-image: url(https://avatars.githubusercontent.com/u/39924567?v=4);
}


#team h4 {
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#team h6 {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#team p {
  text-align: center;
  height: 40px;
}

#team .social {
  display: inline-block;
  margin: 2px;
  background-color: transparent;
  padding: 5px;
  width: 42px;
}

#team .social a {
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  display: block;
}

#team .social.twitter a {
  background: url(../images/twitter.png) no-repeat;
}

#team .social.github a {
  background: url(../images/github.png) no-repeat;
}

#team .profile {
  margin: 15px;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: var(--integration-hover-background-color);
  border-radius: 20px;
}

#about-container .roadmap h4 {
  font-size: 22px;
  font-weight: 500;
}

#community-content article {
  background: #f8f8f8;
  border: 1px solid #ddd;
  margin: 30px 0;
  padding-top: 10px;
}

#community-content article h3 {
  margin: 0;
  padding-top: 0;
  font-size: 24px;
  line-height: 30px;
}

#community-content article h4 {
  margin: 5px 0;
  color: #777;
  font-size: 16px;
}

#community-content article img {
  max-width: 250px;
  margin-top: 28px;
  margin-left: 10px;
}

#community-content article.featured img {
  max-width: 480px;
  margin-bottom: 28px;
}

#community-content article p {
  font-size: 16px;
}

#community-content article strong {
  font-weight: 200;
  color: #004444;
  font-size: 20px;
}

@media screen and (max-width: 1370px) {
  [data-uri^="/blog/article"] .parallax {
    height: 360px;
  }

  #blog-container.article {
    margin-top: -320px;
  }
}

@media screen and (min-width: 1120px) {
  #blog-container.article .docs-section {
    padding-left: 50px;
  }
}

.article hr {
  margin-top: 40px;
}

.article .improve-article-bottom {
  font-size: 90%;
  display: block;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 182px;
  margin: 50px auto 20px;
}

[data-api-page^="/api/"]>.parallax {
  display: none;
}

[data-api-page^="/api/"][data-uri="/"]>.parallax {
  display: block;
}

/* New CSS */

/*------------- Firefox Scrollbar -------------------*/

#doc-sidebar-nav {
  scrollbar-width: 2px;
  scrollbar-color: #502D17 #502D17;
}

#doc-sidebar-nav:-webkit-scrollbar {
  width: 2px;
}

#doc-sidebar-nav:-webkit-scrollbar-track {
  background: #fff;
}

#doc-sidebar-nav:-webkit-scrollbar-thumb {
  background: #502D17;
  border-radius: 0;
}

.doc-container.full-width {
  padding: 0 1.5rem;
  max-width: 1648px;
  margin-left: auto;
  margin-right: auto;
}

.doc-container.top-border {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.doc-container .doc-main-body {
  padding-left: 20px;
  padding-bottom: 65px;
}

.doc-container.top-border .doc-main-body {
  padding-top: 50px;
}

.doc-container.full-width .doc-main-body {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .doc-container.full-width {
    padding: 0px 15px 30px;
  }

  .doc-container.full-width .doc-main-body {
    padding: 15px 15px 30px;
  }
}

@media screen and (max-width: 1550px) {
  .doc-main-body {}
}


.doc-main-body h2 {
  font-family: var(--font-family-two);
  font-size: 35px;
  padding-bottom: 25px;
  font-weight: 600;
}

.doc-main-body h4,
.doc-main-body h5 {
  font-family: var(--font-family-two);
  font-size: 24px;
  font-weight: 500;
}

.doc-main-body h5 {
  font-size: 20px;
  margin-top: 40px;
}

[data-uri^="/guide/running-tests/"] .doc-main-body h3:before,
[data-uri^="/guide/browser-drivers/"] .doc-main-body h3:before {
  content: '🚀';
  display: inline-block;
  margin-left: -20px;
  margin-right: 10px;
  font-size: 20px;
  height: 24px;
  margin-top: -10px;
}

[data-uri^="/guide/browser-drivers/"] .doc-main-body h3:before {
  content: '📎';
}

html {
  scroll-padding-top: 100px;
}

.doc-main-body h3 {
  font-family: var(--font-family-two);
  font-size: 26px;
  font-weight: 300;
  margin: 50px -35px 10px;
  padding: 10px 35px;
}

@media only screen and (max-width: 991px) {
  .doc-main-body h2 {
    font-size: 30px;
  }

  .doc-main-body h3 {
    font-size: 22px;
  }
}


.doc-sideNav {
  top: 50px;
  padding-top: 50px;
  position: sticky;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}

.doc-sideNav ul {
  list-style-type: none;
  padding-left: 20px;
}

.doc-sideNav a {
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
  color: #767676;
  padding: 0 15px;
}

.doc-sideNav a.active {
  background-color: #DDA562;
  color: #fff;
}


#doc-sidebar-nav {
  max-height: 100vh;
  /* overflow-y: scroll; */
}

@media only screen and (min-width: 768px) {
  #doc-sidebar-nav {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  #doc-sidebar-nav {
    position: fixed;
    top: 79px;
    right: 0;
    height: 100%;
    background: #fff;
    width: 280px;
    border-left: 1px solid #E1E6EE;
    padding: 30px 15px 10px;
    max-height: calc(100vh - 79px);
  }

  #doc-sidebar-nav .nav.bs-sidenav li .btn {
    background: #fff;
  }
}

.toggle-visibility {
  opacity: 0;
}

.improve-article-bottom {
  color: #fff;
  background-color: #7ec699;
  padding: 10px 20px;
  border-radius: 25px;
  display: inline-block;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(224, 224, 224, 1);
  -moz-box-shadow: 4px 4px 5px 0px rgba(224, 224, 224, 1);
  box-shadow: 4px 4px 5px 0px rgba(224, 224, 224, 1);
}

.improve-article-bottom:hover {
  color: #fff;
  background-color: #4fb073;
}

/* END New CSS */

:root {
  /* Colours */
  --background-color-dark: #1B1B1B;
  --background-color-dark-two: #171C23;
  --background-color-light: #EEEEEE;
  --background-color-grey: #F0F4F7;
  --background-color-lightgrey: #F9F9F9;
  --font-color-dark: #333333;
  --font-color-light: #FEFBF7;
  --dark--orange: #C6702C;
  --brown: #724629;
  --light-orange: #fff5ec;
  --dark-brown: #32241C;
  --orange: #D88712;
  --width--cotainer: 1400px;
}

/* Scrollbar */

#doc-sidebar-nav::-webkit-scrollbar {
  width: 5px;
}

#doc-sidebar-nav::-webkit-scrollbar-track {
  background: transparent;
}

#doc-sidebar-nav::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 20px;
}

/* Firefox Scrollbar*/

#doc-sidebar-nav {
  overflow-y: scroll;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}

/* END Scrollbar */

#index-container-inner .container,
.nw-navbar-small .container {
  max-width: 1400px;
}

.parallax {
  background-color: #222;
  margin-top: unset;
}

#index-container {
  background: transparent;
  position: relative;
}

a {
  color: var(--text-color-accent);
}

/* Nav Section */


.DocSearch-Button-Key {
  background: none;
  border-radius: 0;
  box-shadow: none;
  color: var(--font-color-light);
  top: 0;
  width: unset;
  padding-bottom: 0;
  margin-right: 0;
  font-size: .7rem;
  background-color: rgba(0, 0, 0, .75);
}

.DocSearch-Button-Key:first-of-type {
  padding-left: .2rem;
  padding-right: .05rem;
}

.DocSearch-Button-Key:last-of-type {
  padding-right: .2rem;
  padding-left: .05rem;
}

.navbar-brand {
  padding: 11px 0px;
}

.nw-navbar {
  background-color: var(--background-color-dark-two);
  position: fixed;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;

}

.nw-navbar-transparent {
  background-color: transparent;
}

.nw-navbar-about {
  position: absolute;
}

.nw-navbar.darkHeader {
  background-color: var(--background-color-dark);
}

.navbar-brand {
  margin-right: 85px;
}

.logo-home {
  background-size: contain;
  height: 58px;
  width: 60px;
  font-size: 20px;
  padding-left: 70px;
}

.navbar-nav {
  padding-left: 40px;
}

.nav>li>a {
  color: var(--font-color-light);
  padding: 4px 16px;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semi-light);
  font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: var(--font-family-primary);
  font-size: 18px;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--font-color-light);
}

.dropdown-toggle::after {
  margin-left: .5em;
  vertical-align: 0.2em;
}

#index-container header .navbar-right .nav-item:first-child {
  padding-top: 0;
}

#index-container header .navbar-right #bd-versions {
  border: 2px solid var(--orange);
  border-radius: 6px;
  padding-bottom: 2px;
}


header .navbar-right .nav-item {
  height: unset;
}

.navbar-nav.navbar-right {
  align-items: center;
}

.navbar-nav.navbar-right .nav-item .header-links {
  font-size: unset;
}

.label-github {
  font-family: var(--font-family-primary);
  background-color: var(--dark-brown);
  border: 2px solid var(--orange);
  border-radius: 6px;
  width: 80px;
  height: 30px;
  display: inline-flex;
  color: var(--font-color-light);
  align-items: center;
  justify-content: space-evenly;
  font-size: 14px;
  position: relative;
  margin-right: 20px;
}

.label-github img {
  max-width: 12px;
}

.label-github .star-icon {
  display: inline-block;
  background-image: url('../images/git_star.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 12px;
}

.label-github span {
  line-height: 2px;
}

.label-github:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-radius: 9px;
  border-width: 16px 0 16px 15px;
  border-color: transparent transparent transparent var(--orange);
  position: absolute;
  right: -13px;
}

.label-github:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-radius: 4px;
  border-width: 14px 0 14px 13px;
  border-color: transparent transparent transparent #32251D;
  position: absolute;
  right: -10px;
}

.mat-icon {
  fill: var(--background-color-light);
  height: 30px;
  width: 30px;
  margin-top: 0px !important;
}

.DocSearch.DocSearch-Button,
.search-input {
  color: var(--font-color-light);
}

.DocSearch-Button .DocSearch-Search-Icon {
  color: var(--font-color-light);
  width: 15px;
  height: 15px;
}

.DocSearch-Button:active,
.DocSearch-Button:focus,
.DocSearch-Button:hover {
  color: var(--font-color-light) !important;
}

.DocSearch-Button-Placeholder {
  font-size: .9rem;
}

/* .dropdown-menu {
    background-color: var(--background-color-dark);
    border: 1px solid #dcdcdc;
}

.dropdown-item {
    color: var(--dark--orange);
}

.navbar .navbar-nav li a.active {
    color: var(--orange);
}

.dropdown-divider {
    border-top: 1px solid #dcdcdc;
}

.dropdown-toggle::after {
    color: var(--background-color-light);
    margin-left: 0.75rem;
    vertical-align: 0.15em;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
} */

/* END Nav Section */

/* Homepage */

.houses-right {
  background-position: calc(50% + 864px) calc(100% + 16px);
}

.houses-right>.container {
  height: 600px;
}

.houses-right>.container>.row {
  padding-top: 70px;
}

#index-container p {
  color: unset;
}

/* Top Section */

#top-section {
  margin-top: 50px;
  /* padding-left: 50px;
  padding-right: 50px; */
}

#top-section .houses-right h1 {
  background-image: none;
  margin-top: 0;
  height: unset;
  color: var(--font-color-light);
  padding: 0;
  letter-spacing: unset;
  font-size: 56px;
  font-weight: var(--font-weight-regular);
  line-height: 68px;
  margin-bottom: 25px;
  font-family: var(--font-family-primary);
}

#top-section h2 {
  background-image: none;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  color: var(--orange);
  font-size: 56px;
  margin-bottom: 15px;
}

#top-section h2:first-of-type {
  color: var(--font-color-light);
}

#top-section h2+p {
  font-size: 20px;
  color: var(--font-color-light);
  margin-bottom: 30px;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-light);
  max-width: 700px;
  line-height: 35px;
}

.top-section-btns {
  display: flex;
  align-items: center;
}

.top-section-btns .btn-git {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semi-bold);
  background-color: #000;
  color: var(--font-color-light);
  padding: 15px 25px;
  font-size: 14px;
  border-radius: 8px;
  padding: 16px 24px;
  margin-left: 20px;
}

.top-section-btns .btn-git:hover {
  background-color: var(--background-color-dark);
}

.init-btn {
  background-color: var(--background-color-light);
  color: var(--font-color-dark);
  width: 440px;
  border-radius: 8px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.init-btn span.init-text {
  font-family: monospace;
}

.init-btn span.init-text:before {
  content: '';
  border: 2px solid var(--dark--orange);
  margin-right: 10px;
}

.copy-btn,
div.code-toolbar>.toolbar>.toolbar-item>button {
  background-color: var(--background-color-lightgrey);
  color: var(--color-black);
  border-radius: 18px;
  border: none;
  padding: 4px 10px;
}

div.code-toolbar>.toolbar>.toolbar-item>button:hover {
  color: var(--color-orange)
}

div.code-toolbar>.toolbar>.toolbar-item>button[data-copy-state="copy-success"] {
  background-color: var(--color-orange);
  color: white;
}

.sample-test .toolbar {
  top: 0.3em !important;
}

.cta-text {
  color: var(--font-color-light);
  font-family: var(--font-family-SourceSans);
  font-size: 16px;
  font-weight: var(--font-weight-light);
  margin-top: 30px;
}

.cta-text a {
  color: var(--font-color-light);
  text-decoration: underline;
}

/* END Top Section */


/* Features Section */

#index-container .index-features {
  background-color: var(--background-color-grey);
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.row.overview {
  text-align: center;
  padding: 0;
  margin: auto;
}

.row.overview h3 {
  font-family: var(--font-family-primary);
  font-size: 36px;
  font-weight: var(--background-color-light);
  margin-bottom: 40px;
}

.row.overview p {
  color: var(--font-color-dark);
  font-weight: var(--font-weight-semi-light);
  text-align: center;
  margin: 0 auto 80px;
  line-height: 30px;
}

.index-features h2 {
  color: var(--font-color-dark);
  font-weight: var(--font-weight-regular);
  margin-bottom: 30px;
  font-family: var(--font-family-primary);
  font-size: 56px;
  line-height: 68px;
}

.index-features p {
  color: var(--font-color-dark) !important;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semi-light) !important;
  font-size: 18px;
  line-height: 34px !important;
}

#index-container p span {
  color: var(--dark--orange);
}

#index-container p a {
  color: var(--font-color-light);
}

.row.features-container {
  margin-top: 70px;
}

.row.features-container .col-12 {
  border-right: 1px solid #dcdcdc;
  padding-left: 40px;
  padding-right: 40px;
}

.row.features-container .col-12:last-of-type {
  border-right: none;
}

.row.features-container .col-12 h5 {
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 20px;
}

.row.features-container .feature-photo-one {
  background-image: url('/images/feature1.svg');
}

.row.features-container .feature-photo-two {
  background-image: url('/images/feature2.svg');
}

.row.features-container .feature-photo-three {
  background-image: url('/images/feature3.svg');
}

.row.features-container .feature-photo-four {
  background-image: url('/images/feature4.svg');
}

.row.features-container .feature-photo-one,
.row.features-container .feature-photo-two,
.row.features-container .feature-photo-three,
.row.features-container .feature-photo-four {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 400px;
  height: 250px;
  margin-top: 70px;
}

.row.features-container .features-right-column {
  display: flex;
  justify-content: flex-end;
}

.row.features-container h3 {
  font-weight: var(--font-weight-regular);
}

.row.features-container .feature-title {
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.row.features-container .feature-title img {
  max-width: 30px;
  margin-right: 10px;
}

.row.features-container h4 {
  font-weight: var(--font-weight-regular);
  font-size: 20px;
}

.row.features-container p {
  color: var(--font-color-dark);
  font-weight: var(--font-weight-semi-light);
  line-height: 30px;
  max-width: 430px;
}

.features-items {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.features-items h3 {
  font-family: var(--font-family-primary);
  font-size: 36px;
  font-weight: var(--background-color-light);
  margin-bottom: 80px;
  text-align: center;
}

.features-items .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.features-items .feature-item div {
  margin-left: 30px;
}

.features-items .feature-item h6 {
  font-size: 20px;
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 20px;
}

.features-items .feature-item p {
  font-size: 18px;
  line-height: 35px;
}

/* END Features Section */


/* Dev Experience Section */

.dev-experience {
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.dev-experience>.container {
  max-width: 1400px;
}


.dev-experience h3 {
  font-family: var(--font-family-SourceSans);
  font-size: 36px;
  font-weight: var(--background-color-light);
  margin-bottom: 100px;
  text-align: center;
}

.dev-experience p {
  color: var(--font-color-dark) !important;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semi-light) !important;
  font-size: 16px;
  line-height: 34px !important;
}

.dev-experience p span {
  color: var(--dark--orange);
}

.dev-experience p a {
  color: var(--dark--orange);
}

.row.dev-experience-container {
  margin: auto;
}

/* .row.dev-experience-container .col-12 {
    max-width: 530px;
    margin: auto;
} */

.row.dev-experience-container img.dev-experience-img {
  margin-bottom: 60px;
}

.row.dev-experience-container .code-photo-one {
  background-image: url('/images/features1.gif');
}

.row.dev-experience-container .code-photo-two {
  background-image: url('/images/features2.png');
}

.row.dev-experience-container .code-toolbar {
  margin-bottom: 60px;
}

.row.dev-experience-container .code-photo-one,
.row.dev-experience-container .code-photo-two {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* height: 300px;
  width: 500px; */
  height: 355px;
  width: 664px;
  margin-bottom: 60px;
}

.row.dev-experience-container .dev-experience-right-column {
  display: flex;
  justify-content: flex-end;
}

.row.dev-experience-container h3 {
  font-weight: var(--font-weight-regular);
  font-size: 24px;
}

.row.dev-experience-container .dev-experience-title {
  /* padding-top: 60px; */
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.row.dev-experience-container .dev-experience-title img {
  max-width: 30px;
  margin-right: 10px;
}

.row.dev-experience-container h4 {
  font-weight: var(--font-weight-regular);
  font-size: 20px;
}

.row.dev-experience-container p {
  color: var(--font-color-dark);
  font-weight: var(--font-weight-semi-light);
  line-height: 30px;
  min-height: 150px;
}

/* END Dev Experience Section */


/* Plugins Section */

#index-container .plugins-integrations {
  background-color: var(--background-color-lightgrey);
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 120px;
  padding-bottom: 100px;
}

#index-container .plugins-integrations h3 {
  color: var(--orange);
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 50px;
  font-family: var(--font-family-primary);
  font-size: 36px;
  line-height: 44px;
}

#index-container .plugins-integrations p {
  max-width: 70%;
}

#index-container .plugins-integrations p,
.plugins-integrations ul {
  color: var(--font-color-dark);
  line-height: 30px;
  font-family: var(--font-family-primary);
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.005em;
}

#index-container .plugins-integrations .plugin-rows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#index-container .plugins-integrations .plugin-rows button {
  background-color: transparent;
  border: none;
}

#index-container .plugins-integrations .plugin-rows .githubplugin,
#index-container .plugins-integrations .plugin-rows .cucumberplugin,
#index-container .plugins-integrations .plugin-rows .jestplugin,
#index-container .plugins-integrations .plugin-rows .jenkinsplugin,
#index-container .plugins-integrations .plugin-rows .mochaplugin,
#index-container .plugins-integrations .plugin-rows .appiumplugin,
#index-container .plugins-integrations .plugin-rows .azureplugin,
#index-container .plugins-integrations .plugin-rows .storybookplugin,
#index-container .plugins-integrations .plugin-rows .moreplugin {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

#index-container .plugins-integrations .plugin-rows .githubplugin {
  background-size: 50px;
}


#index-container .plugins-integrations .plugin-rows .plugin-item {
  text-align: center;
  margin-right: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background-color: #fff;
  width: 186px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index-container .plugins-integrations .plugin-rows .plugin-item:hover {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}

img.github-embed {
  border: 1px solid #ddd;
  box-shadow: 1px 0px 15px rgba(0, 0, 0, .3);
  border-radius: 10px;
}

/* END Plugins Section */

/* Community Section */

.commmunity {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #fff;
}

.commmunity h3 {
  font-family: var(--font-family-SourceSans);
  font-size: 36px;
  font-weight: var(--background-color-light);
  margin-bottom: 20px;
  text-align: center;
}

.commmunity p {
  color: var(--font-color-dark);
  font-size: 20px;
  font-weight: var(--font-weight-light);
  font-family: var(--font-family-SourceSans);
  text-align: center;
  margin-bottom: 20px;
  line-height: 32px;
  letter-spacing: 0.005em;
  line-height: 30px;
}

.commmunity .contributors {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.commmunity .contributors .user1,
.commmunity .contributors .user2,
.commmunity .contributors .user3,
.commmunity .contributors .user4,
.commmunity .contributors .user5,
.commmunity .contributors .user6,
.commmunity .contributors .user7,
.commmunity .contributors .user8,
.commmunity .contributors .user9 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 96px;
  height: 96px;
  margin-top: 20px;
}


.commmunity .cta-btns,
.get-started .cta-btns {
  text-align: center;
  margin-bottom: 40px;
}

.commmunity .cta-btns .git-btn {
  background-color: var(--background-color-light);
  padding: 10px 12px;
  color: var(--font-color-dark);
  font-family: var(--font-family-SourceSans);
  font-size: 16px;
  font-weight: var(--font-weight-regular);
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-flex;
}

.commmunity .cta-btns .cta-btn,
.get-started .cta-btns .cta-btn {
  border: 1px solid var(--brown);
  padding: 12px;
  margin-left: 5px;
  margin-right: 5px;
  color: var(--brown);
  font-size: 16px;
  display: inline-flex;
}

.commmunity .cta-btns .git-btn .icon_btn,
.commmunity .cta-btns .cta-btn .icon_btn,
.get-started .cta-btns .cta-btn .icon_btn {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: inline-block;
}

.commmunity .cta-btns .cta-btn.dark,
.get-started .cta-btns .cta-btn.dark {
  background-color: var(--brown);
  color: var(--font-color-light);
}

/* END Community Section */

/* Get Started Section */

.get-started {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: var(--background-color-grey);
}

.get-started h3 {
  font-family: var(--font-family-SourceSans);
  font-size: 36px;
  font-weight: var(--background-color-light);
  margin-bottom: 30px;
  text-align: center;
}

.get-started p {
  color: var(--font-color-dark);
  font-size: 20px;
  font-weight: var(--font-weight-light);
  font-family: var(--font-family-SourceSans);
  text-align: center;
  margin-bottom: 40px;
  line-height: 32px;
  letter-spacing: 0.005em;
  line-height: 30px;
}

.get-started .logos {
  text-align: center;
  margin: 60px 0;
}

.get-started .logos .logos-photo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 180px;
  height: 60px;
  margin: 0 20px;
  display: inline-block;
}

/* END Get Started Section */


/* END Homepage */


/* Docs */

[data-uri^="/api"] .secondary,
[data-uri^="/guide"] .secondary,
[data-uri="/api/$method"] .secondary {
  /*margin-top: 65px;*/
}

.inner-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 820px;
  height: 250px;
}

.sample-test .code-toolbar {
  border-top: none;
}

.sample-test {
  border-radius: 8px;
}

.code-toolbar pre.language-typescript,
.code-toolbar pre.language-javascript {
  border-radius: 8px;
}

.doc-container.top-border {
  border-top: none;
}

#doc-sidebar-nav,
.bs-sidebar .nav {
  background-color: var(--background-color-lightgrey);
  padding: 15px;
}


#doc-sidebar-nav h3 {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semi-bold);
  font-size: 24px;
  color: var(--font-color-dark);
  margin-top: 10px;
}

#doc-sidebar-nav #sidebar-filter {
  border: none;
  padding: 10px;
  height: 48px;
  border-radius: 8px;
  margin-bottom: 0;
  margin-top: 0;
}

#doc-sidebar-nav #sidebar-filter:focus {
  outline: none;
}

#doc-sidebar-nav .bs-sidenav button a,
.bs-sidebar .nav>li>a {
  font-family: var(--font-family-primary);
  color: var(--font-color-dark);
  font-weight: var(--font-weight-regular) !important;
  font-size: 15px !important;
}

.bs-sidebar .nav>li>a {
  padding: 4px 16px;
}

.bs-sidebar .nav .nav {
  margin-left: 0;
  font-size: unset;
  margin-top: 0;
}

.bs-sidebar .nav>li>a.nav-link {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  line-height: 26px;
  color: var(--dark--orange);
  max-width: 200px;
  padding: 0px 10px;
  font-size: 14px;
}

.bs-sidebar .nav>li>a.nav-link:hover {
  text-decoration: underline !important;
}

.bs-sidebar .nav li .nav li.nav-item {
  margin-bottom: 5px;
}

.bs-sidebar>ul.bs-sidenav>li.active a:before {
  transform: rotate(90deg);
  margin-top: 5px;
}

#about-container .bs-sidebar .nav>li>a:before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
  background: transparent;
}

#about-container .bs-sidebar .nav>li>a.nav-link:before {
  content: none;
}

ul.nav .btn-toggle-nav li a {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  font-size: 15px;
  line-height: 20px;
  color: var(--color-muted-brown);
  max-width: 270px;
  padding: 2px 2px 2px 5px;
}

ul.nav .btn-toggle-nav li a:hover {
  color: var(--text-color-accent);
  text-decoration: none;
}

ul.nav .btn-toggle-nav li a.active {
  background: var(--text-color-accent) !important;
  border-radius: 2px;
}

.doc-sidebar {
  border-right: none;
}

.doc-container.top-border .doc-sidebar {
  padding-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 30px;
  max-height: calc(100vh - 120px);
}

section.secondary h2,
section.secondary h1 {
  font-family: var(--font-family-primary);
  font-size: 42px;
  font-weight: 600;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 50px !important;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .navigation__logo {
    width: 170px;
  }

  .doc-container.top-border .doc-sidebar {
    border-radius: 0;
  }

  .mobile-sidebar-title {
    font-weight: bold;
    color: #595959;
  }

  section.secondary h2,
  section.secondary h1 {
    margin: 0;
    padding: 0;
  }
}

section.secondary h1.community-support-title {
  position: absolute;
  top: 200px;
  left: 60px;
  font-weight: var(--font-weight-regular);
  font-size: 56px;
  color: var(--font-color-light);
}

.doc-container.full-width .doc-main-body {
  border-right: 1px solid #F6F6F6;
}

.doc-main-body h1,
.doc-main-body h2 {
  padding-top: 20px !important;
  font-family: var(--font-family-primary) !important;
}

.doc-main-body h3 {
  font-size: 34px;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 50px;
  font-family: var(--font-family-primary);
  color: var(--font-color-dark);
  margin-bottom: 30px;
}

.doc-main-body h4,
.doc-main-body h5 {
  font-size: 22px;
}

.docs-section p {
  margin: 15px 0 25px;
  font-family: var(--font-family-primary);
  font-size: 16px;
  line-height: 28px;
}

.docs-section ul {
  /* margin-left: 30px; */
  margin-top: 15px;
}

.docs-section ul.introduction,
.docs-section ol,
table {
  font-family: var(--font-family-primary);
  font-size: 16px;
  line-height: 30px;
}

.docs-section ol {
  margin-top: 15px;
}

.docs-section p img:not([class]) {
  width: unset;
  margin-top: 20px;
  margin-bottom: 20px;
}

.docs-section ul {
  font-family: var(--font-family-primary);
  font-size: 16px;
}

.docs-section ul li {
  margin-bottom: 5px;
}

.improve-article-bottom {
  background-color: var(--orange);
  border-radius: 8px;
  font-family: var(--font-family-primary);
  font-size: 14px;
  box-shadow: none;
  padding: 16px 24px;
  width: 207px;
  text-align: center;
}

.doc-sideNav {
  padding-top: 0;
  top: 120px;
}

.doc-sideNav .wrapper {
  padding-left: 20px;
  padding-bottom: 30px;
}

.right-side-nav h5 {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semi-bold);
  font-size: 15px;
  color: var(--font-color-dark);
  background-color: var(--background-light-grey);
  border-radius: 8px;
  padding: 2px 10px;
  width: 185px;
  margin-bottom: 0;
}

.right-side-nav .nav-link {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  border-radius: 2px;
  width: 200px;
  line-height: 22px;
  padding: 2px 10px;
  transition: none;
}

.right-side-nav .nav-link:hover,
.right-side-nav .nav-link.active {
  background: none;
  color: var(--text-color-accent);
  text-decoration: none;
}

.doc-main-body h3 {
  padding: 20px 0 0 0;
  margin: 0;
}

.doc-main-body h3:first-of-type {
  padding-top: 0;
}

.releases .justify-content-between {
  align-items: center;
  margin: 0px;
  padding: 10px 15px;
}

section.secondary .docs-section.releases h3.mb-1 {
  margin-top: 0;
  font-size: 26px;
  border-top: none;
  padding: 0;
  margin: 0;
}

.alert-info {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--font-family-primary);
}

[data-page-uri^="/api/ensure"] .apimethod,
[data-page-uri^="/api/expect"] .apimethod,
[data-page-uri^="/api/useractions"] .apimethod {
  font-family: var(--font-family-primary);
  font-size: 16px !important;
  line-height: 30px;
}

.doc-container.top-border .doc-main-body {
  padding-top: 0;
}

/* END Docs */

/* About */

[data-uri^="/about"] .parallax {
  height: 300px;
}

[data-uri^="/about"] .top-moon {
  background-position: calc(50% + 650px) -400px;
}

[data-uri^="/about"] section[data-page-uri^="/about"] {
  margin-top: 0px;
}

#community-content article {
  background: transparent;
  border: none;
  margin: 50px 0;
}

#community-content article h4 {
  font-family: var(--font-family-primary);
  margin-bottom: 15px;
  margin-top: 10px;
}

#community-content article .text-muted {
  color: var(--font-color-grey) !important;
  font-weight: var(--font-weight-light);
  font-size: 14px;
  margin-bottom: 10px;
}

#community-content article .text-muted a {
  color: var(--dark--orange);
}

#community-content article p {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semi-light);
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}

#community-content article .img-tag {
  background-repeat: no-repeat;
  width: 275px;
  height: 225px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

#community-content article .img-tag+div {
  padding-left: 30px;
}

#community-content article .va-tag {
  border: 1px solid var(--orange);
  background-color: var(--light-orange);
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semi-light);
  font-size: 14px;
  width: 60px;
  text-align: center;
  padding: 3px 7px;
  border-radius: 28px;
}

.page-header article {
  margin-bottom: 0px !important;
}

.page-header h4 {
  font-size: 24px !important;
}

.page-header a {
  color: var(--dark--orange) !important;
}

p.bottom-text {
  margin-top: 100px !important;
}

/* END About */

.doc-pagination {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.doc-pagination .previous,
.doc-pagination .next {
  width: 320px;
  height: 121px;
  display: flex;
  border-radius: 30px;
  background: var(--background-color-lightgrey);
}


.doc-pagination .previous a,
.doc-pagination .next a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  padding: 1rem 1.25rem;
}

.doc-pagination .next:hover .bigT,
.doc-pagination .previous:hover .bigT,
.doc-pagination .next:hover .smallT,
.doc-pagination .previous:hover .smallT {
  color: var(--color-orange);
}

.doc-pagination .previous a>span,
.doc-pagination .next a>span {
  font-size: 30px;
  color: var(--font-color-dark)
}

.doc-pagination .previous:hover a>span,
.doc-pagination .next:hover a>span {
  color: var(--color-orange);
}

.doc-pagination .previous {
  text-align: right;
}

.doc-pagination .smallT {
  font-size: 16px;
  color: var(--font-color-dark);
}

.doc-pagination .bigT {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--font-color-dark);
}


/* Responsive */

@media only screen and (max-width: 1050px) {
  .get-started-video .get-started-cta {
    flex-wrap: wrap;
  }

  .get-started-video .code-toolbar {
    margin-left: 0;
    margin-top: 20px;
  }
}


@media only screen and (max-width: 992px) {
  body>header.navbar {
    min-height: unset;
  }

  [data-uri^="/api"] .secondary,
  [data-uri^="/guide"] .secondary,
  [data-uri="/api/$method"] .secondary {
    margin-top: 30px;
  }

  #navbartop {
    top: 58px;
    background: var(--background-color-dark);
  }

  .doc-sidebar {
    top: 59px;
  }

  .nw-navbar {
    padding: 0;
  }

  .navbar-nav {
    padding-left: 0px;
  }

  .navbar-brand {
    margin-top: 10px;
  }

  .logo-home {
    padding-top: 3px;
  }

  #navbartop .nav>li>a {
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(243, 243, 243, .2);
  }

  header .navbar-right .nav-item.dropdown {
    display: none;
  }

  .top-section-btns {
    text-align: center;
  }

  .page-content {
    padding: 0;
  }

  .docs-section p,
  .docs-section ul {
    margin-left: 0;
  }

  #doc-sidebar-nav,
  .bs-sidebar .nav {
    width: 80%;
  }

  .whatis-logo.w3c-logo {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #doc-sidebar-nav {
    max-height: unset;
    top: 60px;
    border-radius: 0;
  }

  div.code-toolbar>.toolbar {
    z-index: unset;
  }

  #top-section .houses-right h1 {
    font-size: 3rem;
    line-height: 68px;
    margin-bottom: 0px;
  }

  .top-section-btns {
    flex-wrap: wrap;
    justify-content: center;
  }

  #top-section h1+p {
    line-height: 25px;
    margin-bottom: 35px;
  }

  .row.features-container .col-12 {
    border-right: none;
    margin-bottom: 50px;
    text-align: center;
  }

  .row.features-container p {
    max-width: 100%;
  }

  .dev-experience h2 {
    font-size: 3rem;
    text-align: left;
  }

  .row.overview p {
    text-align: left;
  }

  .get-started-video h2 {
    text-align: left;
  }

  #index-container .plugins-integrations {
    padding-top: 70px;
  }

  .improve-article-bottom {
    margin-left: 0;
  }

  .doc-pagination ul {
    padding: 0;
  }

  #doc-sidebar-nav .nav.bs-sidenav li .btn {
    background-color: var(--background-light-grey);
  }

  section.secondary h1.community-support-title {
    font-size: 40px;
    top: 160px;
    left: 15px;
  }

  .get-started-video .code-toolbar {
    width: 100%;
  }

  .doc-pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .doc-pagination .next {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .houses-right>.container {
    height: 700px;
  }

  #top-section,
  #index-container .dev-experience {
    padding-left: unset;
    padding-right: unset;
  }

  .top-section-btns .btn-git {
    margin-left: 0;
    margin-top: 10px;
  }

  #index-container .index-features {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row.features-container .feature-photo-one,
  .row.features-container .feature-photo-two,
  .row.features-container .feature-photo-three,
  .row.features-container .feature-photo-four {
    width: auto;
  }

  .row.dev-experience-container .code-photo-one,
  .row.dev-experience-container .code-photo-two {
    height: 360px;
    width: 360px;
  }

  #index-container .plugins-integrations,
  .get-started-video {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }

  .top-section-btns .btn-git {
    margin-left: 0;
    margin-top: 15px;
  }

  .top-section-btns .btn-init,
  .top-section-btns .btn-git {
    width: 245px;
  }

  #video-container {
    padding-top: unset;
  }

  #video-container iframe {
    height: auto !important;
  }

  #index-container .plugins-integrations .plugin-rows {
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: center;
  }

  .get-started .logos .logos-photo {
    margin-top: 50px;
  }

  #index-container .plugins-integrations .plugin-rows button {
    width: 250px;
  }

  #index-container .plugins-integrations .plugin-rows .plugin-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .commmunity {
    padding-left: 10px;
    padding-right: 10px;
  }

  .commmunity .cta-btns:last-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .commmunity .cta-btns .cta-btn.dark {
    margin-bottom: 10px;
  }

  .get-started {
    padding-left: 10px;
    padding-right: 10px;
  }

  .get-started .logos img {
    padding: 20px 0;
  }
}

/* END Responsive */

[data-page-uri^=\/api\/expect] h2[id|=expect] {
  margin-bottom: 1.5rem;
}


/* Footer section start */
.footer-landing {
  background: var(--footer-background-color);
  border-radius: 30px;
  margin: 0 20px 20px 20px;
  position: relative;
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: min(var(--layout-content-width), 90%);
  padding-bottom: 50px;
  padding-top: 84px;
  width: 100%;
}

.footer__wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 73px;
  padding-bottom: 40px;
}

.footer__wrapper-inner-menu {
  flex: 2.4 1 auto;
}

.footer__wrapper-inner-menu>ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.footer__wrapper-inner-menu>ul>li {
  display: block;
  margin: 0;
  padding: 0;
}

.footer__wrapper-inner-menu>ul>li>.footer__wrapper-inner-menu-separator {
  font-weight: 600;
  font-size: var(--font-size-h7);
  line-height: var(--line-height-h7-xs);
  display: block;
  color: var(--text-color-accent);
  opacity: 0.9;
  margin-bottom: 19px;
}

.footer__wrapper-inner-menu>ul>li>ul {
  list-style: none;
  padding: 0;
}

.footer__wrapper-inner-menu>ul>li>ul>li a {
  font-weight: 600;
  font-size: initial;
  /* TODO: replace with var */
  line-height: calc(28 / 16);
  display: block;
  text-decoration: none;
  color: var(--text-color);
  opacity: 0.9;
}

.footer__wrapper-inner-menu>ul>li>ul>li a:hover {
  text-decoration: underline;
}

.footer__wrapper-inner-social {
  flex: 1 0 auto;
}

.footer__wrapper-inner-social-logo {
  max-width: 270px;
}

.footer__wrapper-inner-social-logo svg {
  height: 100%;
  width: 100%;
}

.footer__wrapper-inner-social-subscribe {
  padding-bottom: 45px;
  padding-top: 32px;
}

.footer__wrapper-inner-social-subscribe-title {
  color: var(--text-color);
  font-size: var(--font-size-h7);
  font-weight: 600;
  line-height: var(--line-height-h7-xs);
  opacity: 0.9;
  padding-bottom: 15px;
}

.footer__wrapper-inner-social-subscribe-form {
  max-width: 330px;
  position: relative;
}

.footer__wrapper-inner-social-subscribe-input {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: var(--background-color);
  border-radius: 2px;
  border: 1.5px solid var(--button-border-color);
  box-shadow: 1.5px 3px 8px var(--box-shadow-color);
  color: var(--text-color);
  font-family: var(--font-family-code);
  font-size: initial;
  font-weight: 500;
  /* TODO: change it to var */
  line-height: calc(21 / 16);
  padding: 10px 36px 10px 14px;
}

.footer__wrapper-inner-social-subscribe-input::-webkit-input-placeholder {
  color: var(--text-color);
  font-family: inherit;
  font-size: initial;
  font-weight: 500;
  line-height: var(--line-height-22);
}

.footer__wrapper-inner-social-subscribe-input::-moz-placeholder {
  color: var(--text-color);
  font-family: inherit;
  font-size: initial;
  font-weight: 500;
  line-height: var(--line-height-22);
}

.footer__wrapper-inner-social-subscribe-input:-ms-input-placeholder {
  color: var(--text-color);
  font-family: inherit;
  font-size: initial;
  font-weight: 500;
  line-height: var(--line-height-22);
}

.footer__wrapper-inner-social-subscribe-input::-ms-input-placeholder {
  color: var(--text-color);
  font-family: inherit;
  font-size: initial;
  font-weight: 500;
  line-height: var(--line-height-22);
}

.footer__wrapper-inner-social-subscribe-input::placeholder {
  color: var(--text-color);
  font-family: inherit;
  font-size: initial;
  font-weight: 500;
  line-height: var(--line-height-22);
}

.footer__wrapper-inner-social-subscribe-btn {
  background: var(--button-background-color-dark);
  border-radius: 4.3px;
  border: 0.752783px solid var(--button-border-color);
  box-shadow: inset 0px -3.28005px 0px var(--button-border-color);
  color: var(--background-color);
  font-family: var(--font-family-code);
  font-feature-settings: 'salt'on;
  font-size: var(--font-size-h8);
  font-weight: 600;
  /* TODO: convert to var */
  line-height: calc(33 / 14);
  padding: 5px 17px;
  position: absolute;
  right: 0;
  top: 0;
}

.footer__wrapper-inner-social-subscribe-btn:hover {
  background: var(--button-background-color-light);
  border: 0.752783px solid var(--button-border-color);
  box-shadow: inset 0 -4px 0 var(--button-border-color);
  color: var(--text-color);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  will-change: background, color, border, box-shadow;
}

.footer__wrapper-inner-social-links {
  display: flex;
  gap: 37px;
}

.footer__wrapper-inner-social-links a {
  height: 28px;
  width: 28px;
}

.footer__wrapper-inner-social-links svg {
  width: 100%;
  height: 100%;
}

.footer__wrapper-bottom {
  display: flex;
  gap: 160px;
  padding: 50px 0;
  /* TODO: change it to var*/
  border-top: 1px solid hsla(0, 0%, 74%);
}

.footer__wrapper-bottom-text {
  color: var(--button-background-color-dark);
  font-size: initial;
  font-weight: 600;
  line-height: var(--line-height-base);
  opacity: 0.9;
  width: 60%;
}

.footer__wrapper-bottom-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer__wrapper-bottom-text-about {
  padding-bottom: 32px;
}

.footer__wrapper-bottom-logo {
  height: 0%;
  width: 20%;
}

.footer__wrapper-bottom-logo-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .footer__wrapper-inner-social {
    display: flex;
    flex-wrap: wrap;
  }

  .footer__wrapper-inner-social-links {
    align-items: center;
  }

  .footer__wrapper-inner-social-logo {
    min-width: 100%;
  }

  .footer__wrapper-inner-social-logo svg {
    max-width: 270px;
  }
}

@media (max-width: 480px) {
  .footer__wrapper-inner-social {
    display: inherit;
    flex: inherit;
  }

  .footer__wrapper-inner-social-links {
    align-items: unset;
  }

  .footer-landing {
    border-radius: 0px;
    margin: 0;
  }

  .footer__wrapper {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .footer__wrapper-inner-menu>ul {
    flex-wrap: wrap;
    gap: 42px;
  }

  .footer__wrapper-inner-menu>ul>li {
    flex-basis: 40%;
  }

  .footer__wrapper-inner {
    gap: 45px;
    padding-bottom: 34px;
  }

  .footer__wrapper-bottom {
    gap: 30px;
    padding: 40px 0;
  }

  .footer__wrapper-bottom-logo {
    display: none;
  }

  .footer__wrapper-bottom-logo-mobile {
    width: 12%;
    display: unset;
  }

  .footer__wrapper-bottom-text {
    width: 72%;
  }
}

/* Footer section end */
