:root {
  --slate-grey: #697386;
  --royal-blue: #556cd6;
  --midnight-blue: #2a2f45;
  --grey-100: #e3e8ee;
  --white: white;
  --dim-grey: #4f566b;
  --white-smoke: #ebeef0;
  --inline-code-background: #f7fafc;
  --crimson: #cd3d64;
  --grey-300: #a3acb9;
  --grey-100-2: #e3e8ee;
  --light-slate-grey: #8792a2;
  --burntsienna: #e56f4a;
  --grey-500: #697386;
  --blue-500: #141f41;
  --active-background: #556cd60d;
  --black: black;
}

body {
  color: #4f566b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}

p {
  color: var(--slate-grey);
  margin-top: 20px;
  margin-bottom: 0;
}

a {
  color: var(--royal-blue);
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: var(--midnight-blue);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.page-wrap {
  min-height: 100vh;
  display: flex;
}

.sidebar-wrap {
  border-right: 1px solid var(--grey-100);
  flex: 0 15%;
  position: relative;
}

.sections-wrap {
  color: var(--dim-grey);
  flex: 1;
}

.method-area {
  padding: 5vw;
  display: flex;
}

.method-copy {
  flex: 1;
  padding-right: 60px;
  position: relative;
}

.method-examples {
  width: 500px;
  margin-top: 60px;
  position: relative;
}

.method-area-divider {
  border-top: 1px solid var(--grey-100);
  height: 1px;
}

.method-area-divider.internal {
  margin-left: 5vw;
  margin-right: 5vw;
}

.link, .link-2 {
  font-weight: 400;
}

.intro-leadpara {
  font-size: 16px;
  line-height: 1.5;
}

.code {
  border: 1px solid var(--white-smoke);
  background-color: var(--inline-code-background);
  color: var(--crimson);
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Inconsolata, monospace;
  display: inline-block;
}

.method-list {
  margin-top: 32px;
}

.method-list-title {
  border-bottom: 1px solid var(--grey-100);
  color: var(--grey-300);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
}

.method-list-group {
  padding-left: 0;
  list-style-type: none;
}

.method-list-item {
  border-bottom: 1px solid var(--grey-100-2);
  padding-top: 20px;
  padding-bottom: 20px;
}

.method-list-item-label {
  color: var(--midnight-blue);
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.method-list-item-label-name {
  letter-spacing: 1.2px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  font-weight: 700;
}

.method-list-item-validation {
  color: var(--light-slate-grey);
  font-size: 12px;
  font-weight: 400;
}

.method-list-item-validation.required {
  color: var(--burntsienna);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.method-list-item-description {
  margin: 0;
}

.example-code {
  background-color: var(--dim-grey);
  color: var(--grey-100);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: Inconsolata, monospace;
  display: block;
}

.example-code.light {
  background-color: var(--grey-100-2);
}

.example-sticky-wrap {
  position: sticky;
  top: 60px;
}

.methodcopytitle-anchor {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.sidebar-nav-heading {
  color: var(--grey-300);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 16px 5px 12px 16px;
  font-weight: 400;
  display: flex;
}

.sidebar-nav-heading-text {
  color: var(--grey-300);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.sidebar-nav-items {
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  list-style-type: none;
}

.sidebar-nav-items.sl-nav {
  padding-left: 20px;
}

.sidebar-nav-item {
  color: var(--grey-500);
  border-radius: 4px;
  padding: 4px 12px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.sidebar-nav-item:hover {
  color: var(--blue-500);
}

.sidebar-nav-item.w--current {
  background-color: var(--active-background);
  color: var(--royal-blue);
}

.sidebar-nav-item.sl-nav-item {
  font-weight: 400;
}

.sidebar-menus-sticky {
  position: sticky;
  top: 10px;
}

.rating-widget {
  margin-top: 32px;
}

.no-pad-no-margin {
  margin-top: 0;
  display: inline-block;
}

.rating-options {
  margin-left: 10px;
  display: inline-block;
}

.rating-link {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.attribute-label {
  color: var(--burntsienna);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.attribute-label.optional {
  color: var(--grey-300);
}

.nav-arrow {
  opacity: .3;
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
}

.method-example-request-title {
  height: 40px;
  padding-left: 10px;
}

.method-type {
  color: #40d63b;
  padding: 8px;
  font-weight: 700;
  display: inline-block;
}

.method-type.light {
  color: var(--dim-grey);
}

.method-request {
  color: var(--grey-300);
  padding: 8px;
  font-weight: 400;
  display: inline-block;
}

.tabs-menu {
  z-index: 2;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 1% auto auto;
}

.lang-switcher-tab-link {
  color: var(--grey-100);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 5px;
  margin-right: 0;
  padding: 0 9px;
  display: flex;
}

.lang-switcher-tab-link:hover {
  color: var(--white);
  background-color: #39415e;
}

.lang-switcher-tab-link.w--current {
  color: var(--white);
  background-color: #1d2542;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lang-switcher {
  min-width: 500px;
  max-width: 100%;
}

.example-codeblock {
  padding: 10px 20px;
}

.tab-link-text {
  display: none;
}

.image {
  width: 25px;
}

.image-2 {
  width: 35px;
}

.image-3 {
  width: 25px;
}

.brand {
  width: 60px;
  padding-left: 15px;
  padding-right: 10px;
}

.menu-toolbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.l007-lottie {
  cursor: pointer;
  width: 35px;
  height: 35px;
  margin-top: auto;
  margin-bottom: auto;
}

.menu-toggler {
  cursor: pointer;
  align-items: center;
  padding-right: 7px;
  display: none;
}

.section-title-sticky {
  display: none;
}

.heading {
  background-color: var(--white);
  position: sticky;
  top: 40px;
}

.sticky-heading {
  font-weight: 300;
}

.html-embed {
  color: var(--slate-grey);
}

@media screen and (max-width: 991px) {
  .sidebar-wrap {
    flex: 0 auto;
    min-width: 200px;
  }

  .method-area {
    flex-direction: column;
  }

  .method-copy {
    padding-right: 0;
  }

  .method-examples {
    width: auto;
    max-width: 100%;
  }

  .lang-switcher {
    min-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .page-wrap, .method-area {
    flex-direction: column;
  }

  .nav-arrow.main-menu-toggle-arrow {
    opacity: .86;
    width: 20px;
    height: 20px;
    transform: none;
  }

  .menu-toggler {
    margin-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .text-block {
    padding-right: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .sidebar-wrap {
    z-index: 10;
    background-color: var(--white);
    width: 100%;
    position: fixed;
  }

  .sections-wrap {
    padding-top: 100px;
  }

  .method-area {
    position: relative;
  }

  .methodcopytitle-anchor {
    background-color: var(--white);
    padding-top: 5px;
    padding-bottom: 5px;
    position: sticky;
    top: 70px;
  }

  .sidebar-nav-heading.w--current {
    display: flex;
  }

  .sidebar-nav-item {
    display: none;
  }

  .sidebar-nav-item.w--current {
    margin-top: 4px;
    display: block;
  }

  .sidebar-menus-sticky {
    position: relative;
    top: 0;
  }

  .nav-arrow.main-menu-toggle-arrow {
    width: 17px;
    height: 17px;
  }

  .top-level-section-wrap {
    position: relative;
  }

  .l007-lottie {
    width: 25px;
    min-width: 25px;
  }

  .menu-toggler {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 10px;
    padding-right: 0;
    font-size: 12px;
    display: flex;
  }

  .section-title-sticky {
    z-index: 5;
    background-color: var(--white);
    padding: 10px 17px;
    display: block;
    position: sticky;
    top: 35px;
  }

  .heading-2 {
    background-color: var(--white);
    position: sticky;
    top: 80px;
  }

  .sticky-heading {
    background-color: var(--white);
    padding-bottom: 10px;
    position: sticky;
    top: 70px;
  }

  .text-block-2 {
    padding-right: 5px;
  }
}


