@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400|Source+Sans+Pro:300,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400|Source+Sans+Pro:300,400&display=swap");
.Pen {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 1.125rem;
}

.Document-title,
.Prose,
ul,
ol {
  font-family: 'Open Sans', sans-serif !important;
}

.Prose h2, .Prose h3, .Prose h4 {
  font-weight: 100 !important;
}

.component-group {
  margin: 30px;
  position: relative;
}

.component-group > button:only-child,
.component-group > .button:only-child {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 600px) {
  .component-group {
    margin: 10px;
  }
}

.component-group:has(button) {
  text-align: center;
}

.code-group {
  font-size: 14px;
}

.code-group pre {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  max-height: 15em;
}

.code-pill {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
}

.Pen-previewLink svg {
  fill: #000;
}

.component-stage {
  overflow-x: hidden;
  position: relative;
}

.component-stage--fullwidth .component-group {
  padding: 0;
}

html {
  font: 16px/1.5 "Open Sans", Helvetica, Arial, sans-serif;
}

.Document {
  padding: 3.5rem 5rem;
}

@media only screen and (max-width: 600px) {
  .Document {
    padding: 45px 20px;
  }
}

.Document-title {
  font-size: 3em !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  font-family: inherit !important;
}

.Prose {
  line-height: 1.8em;
  max-width: 100%;
}

.Prose h2 {
  font-size: 2em;
}

.Prose img[src*="#full"] {
  margin: -5rem;
  width: calc(100% + 10rem);
  margin-top: 4rem;
  margin-bottom: 1rem;
  max-width: calc(100% + 10rem);
}

@media only screen and (max-width: 600px) {
  .Prose img[src*="#full"] {
    margin: -20px;
    margin-top: 1em;
    margin-bottom: 0;
  }
}

p:last-child img {
  margin-bottom: -5rem;
}

.Header {
  color: #333;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05), 0 0 40px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05), 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

.Header svg {
  fill: #333;
}

[dir="ltr"] .Header-button {
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
}

[dir="rtl"] .Header-button {
  border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.Frame-panel {
  width: 350px;
  height: 100%;
  overflow: hidden;
}

.Frame-panel--sidebar {
  background-color: #333;
  min-width: 300px;
}

.Frame-logo {
  padding: 0 15px;
}

.Frame-logo a {
  max-width: 200px;
  height: auto;
  display: inline-block;
  text-decoration: none;
  border: none !important;
  width: 100%;
}

.Frame-logo a img {
  width: 100%;
  height: auto;
}

.Frame-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: inherit;
  height: 67px;
  -webkit-box-shadow: 0 -5px 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 -5px 25px 0 rgba(0, 0, 0, 0.15);
}

.Frame-foot ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}

.Frame-foot ul li {
  width: 33.3333333333%;
  float: left;
  text-align: center;
}

.Button-design,
.Button-repo,
.Button-board {
  font-size: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.Button-design:hover,
.Button-repo:hover,
.Button-board:hover {
  opacity: 1;
}

.Button-design {
  background-image: url("../../fractal/img/design.svg");
}

.Button-repo {
  background-image: url("../../fractal/img/repo.svg");
}

.Button-board {
  background-image: url("../../fractal/img/board.svg");
}

.Navigation {
  max-height: 100%;
  height: calc(100% - 80px);
  overflow: scroll;
  padding: 80px 40px 0 40px;
}

.Navigation a, .Navigation .Tree-collectionLabel {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.Navigation a:hover, .Navigation .Tree-collectionLabel:hover {
  color: #fff;
}

.Navigation-group {
  margin-top: 3em !important;
}

.Tree-title {
  color: gray;
}

.is-closed .Tree-collectionLabel span:before {
  display: none;
}

.is-closed .Tree-collectionLabel span:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.Tree-collectionLabel span:before {
  display: none;
}

.Tree-collectionLabel span:after {
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  color: #fff;
  background-image: url("../../fractal/img/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.Pen-handle {
  display: none !important;
}

.Pen-preview {
  height: 100vh !important;
}

.Pen-header {
  text-align: right;
}

.Pen-title {
  width: 100%;
}

.Status-dot {
  position: absolute;
  right: 12px;
  height: 6px;
  width: 6px;
  border: 3px solid transparent;
  background-color: transparent;
}

.Status-dots {
  display: none;
}

.Document-title {
  margin: 15px 0;
  font-size: 2em;
  font-weight: 100;
}

[dir="ltr"] .Header-button {
  position: fixed;
  top: 0;
  left: 0;
  border: none !important;
}

[dir="ltr"] .Header-button svg {
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

[dir="ltr"] .Header-button:hover {
  background-color: transparent;
}

.is-closed .Header-navToggle svg {
  fill: #333;
}

#tree-components-collection-amp > h4,
#tree-components-collection-amp > h4 {
  text-transform: uppercase;
}

#tree-components-collection-amp h4 > span::before,
#tree-components-collection-amp h4 > span::before {
  content: '';
  background-image: url(../../fractal/img/amp.svg);
  background-size: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
  opacity: 1;
  top: 5px;
  float: right;
  left: 0;
  margin-left: 0;
  margin-right: 38px;
}

.sg-unordered-list, .sg-ordered-list {
  list-style: none;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  padding-left: 0;
}

.sg-unordered-list > li, .sg-ordered-list > li {
  line-height: 1.6;
  margin-bottom: 0.625rem;
  padding-left: 2.5rem;
  position: relative;
}

.sg-unordered-list > li::before, .sg-ordered-list > li::before {
  color: #5fbd00;
  counter-increment: item;
  left: 0;
  line-height: 2 !important;
  position: absolute;
}

.sg-unordered-list > li::before {
  color: #5fbd00;
  content: '• ';
}

.sg-ordered-list {
  counter-reset: section;
}

.sg-ordered-list > li::before {
  content: counters(section, ".");
  counter-increment: section;
}

.sg-ordered-list > li > ol {
  counter-reset: list;
  list-style: none;
}

.sg-ordered-list > li > ol > li {
  padding-left: 1.25rem;
}

.sg-ordered-list > li > ol > li::before {
  color: #5fbd00;
  content: counter(list, lower-alpha);
  counter-increment: list;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.6.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.p--lead, .p--quote, .p--caption, .p--large-card-title, .p--medium-card-title, .sg-unordered-list > li::before, .sg-ordered-list > li::before, .p--small-card-title, .p--large-card-description, .p--medium-card-description, .p--card-meta, .p--proposition-text {
  font-family: "Proxima Nova", sans-serif;
}

[lang='ar'] .p--lead, [lang='ar'] .p--quote, [lang='ar'] .p--caption, [lang='ar'] .p--large-card-title, [lang='ar'] .p--medium-card-title, [lang='ar'] .sg-unordered-list > li::before, [lang='ar'] .sg-ordered-list > li::before, [lang='ar'] .p--small-card-title, [lang='ar'] .p--large-card-description, [lang='ar'] .p--medium-card-description, [lang='ar'] .p--card-meta, [lang='ar'] .p--proposition-text {
  font-family: "Lateef", "sans-serif";
}

[lang='ja'] .p--lead, [lang='ja'] .p--quote, [lang='ja'] .p--caption, [lang='ja'] .p--large-card-title, [lang='ja'] .p--medium-card-title, [lang='ja'] .sg-unordered-list > li::before, [lang='ja'] .sg-ordered-list > li::before, [lang='ja'] .p--small-card-title, [lang='ja'] .p--large-card-description, [lang='ja'] .p--medium-card-description, [lang='ja'] .p--card-meta, [lang='ja'] .p--proposition-text {
  font-family: "MP Plus Rounded 1c", "sans-serif";
}

[lang='ru'] .p--lead, [lang='ru'] .p--quote, [lang='ru'] .p--caption, [lang='ru'] .p--large-card-title, [lang='ru'] .p--medium-card-title, [lang='ru'] .sg-unordered-list > li::before, [lang='ru'] .sg-ordered-list > li::before, [lang='ru'] .p--small-card-title, [lang='ru'] .p--large-card-description, [lang='ru'] .p--medium-card-description, [lang='ru'] .p--card-meta, [lang='ru'] .p--proposition-text {
  font-family: "Raleway", "sans-serif";
}

.sg-unordered-list, .sg-ordered-list, .p--body {
  font-family: Georgia, sans-serif;
}

[lang='ar'] .sg-unordered-list, [lang='ar'] .sg-ordered-list, [lang='ar'] .p--body {
  font-family: "Amiri", "sans-serif";
}

[lang='ja'] .sg-unordered-list, [lang='ja'] .sg-ordered-list, [lang='ja'] .p--body {
  font-family: "Noto Sans JP", "sans-serif";
}

[lang='ru'] .sg-unordered-list, [lang='ru'] .sg-ordered-list, [lang='ru'] .p--body {
  font-family: "PT-Serif", "sans-serif";
}

.p--lead {
  font-size: 18px;
  line-height: 26px;
  font-family: "ioi", sans-serif;
  font-weight: 300;
}

@media (min-width: 320px) {
  .p--lead {
    font-size: calc(0vw + 18px);
  }
}

@media (min-width: 768px) {
  .p--lead {
    font-size: calc(0vw + 18px);
  }
}

@media (min-width: 1320px) {
  .p--lead {
    font-size: calc(0.71429vw + 8.57143px);
  }
}

@media (min-width: 1600px) {
  .p--lead {
    font-size: 20px;
  }
}

@media (min-width: 320px) {
  .p--lead {
    line-height: calc(0vw + 26px);
  }
}

@media (min-width: 768px) {
  .p--lead {
    line-height: calc(0.36232vw + 23.21739px);
  }
}

@media (min-width: 1320px) {
  .p--lead {
    line-height: calc(0.71429vw + 18.57143px);
  }
}

@media (min-width: 1600px) {
  .p--lead {
    line-height: 30px;
  }
}

.p--quote {
  font-size: 22px;
  line-height: 28px;
  font-family: "ioi", sans-serif;
  font-weight: bold;
}

@media (min-width: 320px) {
  .p--quote {
    font-size: calc(1.11607vw + 18.42857px);
  }
}

@media (min-width: 768px) {
  .p--quote {
    font-size: calc(0.54348vw + 22.82609px);
  }
}

@media (min-width: 1320px) {
  .p--quote {
    font-size: calc(1.42857vw + 11.14286px);
  }
}

@media (min-width: 1600px) {
  .p--quote {
    font-size: 34px;
  }
}

@media (min-width: 320px) {
  .p--quote {
    line-height: calc(1.11607vw + 24.42857px);
  }
}

@media (min-width: 768px) {
  .p--quote {
    line-height: calc(0.9058vw + 26.04348px);
  }
}

@media (min-width: 1320px) {
  .p--quote {
    line-height: calc(0.71429vw + 28.57143px);
  }
}

@media (min-width: 1600px) {
  .p--quote {
    line-height: 40px;
  }
}

.sg-unordered-list, .sg-ordered-list, .p--body {
  font-size: 16px;
  line-height: 25px;
}

@media (min-width: 320px) {
  .sg-unordered-list, .sg-ordered-list, .p--body {
    font-size: calc(0.22321vw + 15.28571px);
  }
}

@media (min-width: 768px) {
  .sg-unordered-list, .sg-ordered-list, .p--body {
    font-size: calc(0.18116vw + 15.6087px);
  }
}

@media (min-width: 1320px) {
  .sg-unordered-list, .sg-ordered-list, .p--body {
    font-size: calc(0.71429vw + 8.57143px);
  }
}

@media (min-width: 1600px) {
  .sg-unordered-list, .sg-ordered-list, .p--body {
    font-size: 20px;
  }
}

@media (min-width: 320px) {
  .sg-unordered-list, .sg-ordered-list, .p--body {
    line-height: calc(0.44643vw + 23.57143px);
  }
}

@media (min-width: 768px) {
  .sg-unordered-list, .sg-ordered-list, .p--body {
    line-height: calc(0.54348vw + 22.82609px);
  }
}

@media (min-width: 1320px) {
  .sg-unordered-list, .sg-ordered-list, .p--body {
    line-height: calc(0.35714vw + 25.28571px);
  }
}

@media (min-width: 1600px) {
  .sg-unordered-list, .sg-ordered-list, .p--body {
    line-height: 31px;
  }
}

.p--caption {
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
}

@media (min-width: 320px) {
  .p--caption {
    font-size: calc(0.44643vw + 10.57143px);
  }
}

@media (min-width: 768px) {
  .p--caption {
    font-size: 14px;
  }
}

@media (min-width: 320px) {
  .p--caption {
    line-height: calc(1.33929vw + 9.71429px);
  }
}

@media (min-width: 768px) {
  .p--caption {
    line-height: 20px;
  }
}

.p--large-card-title {
  font-family: "ioi", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
}

@media (min-width: 320px) {
  .p--large-card-title {
    font-size: calc(1.78571vw + 18.28571px);
  }
}

@media (min-width: 768px) {
  .p--large-card-title {
    font-size: calc(1.08696vw + 23.65217px);
  }
}

@media (min-width: 1320px) {
  .p--large-card-title {
    font-size: calc(2.14286vw + 9.71429px);
  }
}

@media (min-width: 1600px) {
  .p--large-card-title {
    font-size: 44px;
  }
}

@media (min-width: 320px) {
  .p--large-card-title {
    line-height: calc(1.78571vw + 20.28571px);
  }
}

@media (min-width: 768px) {
  .p--large-card-title {
    line-height: calc(1.08696vw + 25.65217px);
  }
}

@media (min-width: 1320px) {
  .p--large-card-title {
    line-height: calc(2.14286vw + 11.71429px);
  }
}

@media (min-width: 1600px) {
  .p--large-card-title {
    line-height: 46px;
  }
}

.p--medium-card-title {
  font-family: "ioi", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: .3px;
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 320px) {
  .p--medium-card-title {
    font-size: calc(0.2vw + 15.36px);
  }
}

@media (min-width: 1320px) {
  .p--medium-card-title {
    font-size: 18px;
  }
}

@media (min-width: 320px) {
  .p--medium-card-title {
    line-height: calc(0.4vw + 18.72px);
  }
}

@media (min-width: 1320px) {
  .p--medium-card-title {
    line-height: 24px;
  }
}

.sg-unordered-list > li::before, .sg-ordered-list > li::before, .p--small-card-title {
  font-style: normal;
  font-weight: 800;
  letter-spacing: .3px;
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 320px) {
  .sg-unordered-list > li::before, .sg-ordered-list > li::before, .p--small-card-title {
    font-size: calc(0.2vw + 13.36px);
  }
}

@media (min-width: 1320px) {
  .sg-unordered-list > li::before, .sg-ordered-list > li::before, .p--small-card-title {
    font-size: calc(0.71429vw + 6.57143px);
  }
}

@media (min-width: 1600px) {
  .sg-unordered-list > li::before, .sg-ordered-list > li::before, .p--small-card-title {
    font-size: 18px;
  }
}

@media (min-width: 320px) {
  .sg-unordered-list > li::before, .sg-ordered-list > li::before, .p--small-card-title {
    line-height: calc(1.33929vw + 13.71429px);
  }
}

@media (min-width: 768px) {
  .sg-unordered-list > li::before, .sg-ordered-list > li::before, .p--small-card-title {
    line-height: calc(0.72115vw + 18.46154px);
  }
}

@media (min-width: 1600px) {
  .sg-unordered-list > li::before, .sg-ordered-list > li::before, .p--small-card-title {
    line-height: 30px;
  }
}

.p--large-card-description {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
}

@media (min-width: 320px) {
  .p--large-card-description {
    font-size: calc(0.44643vw + 14.57143px);
  }
}

@media (min-width: 768px) {
  .p--large-card-description {
    font-size: calc(0.72464vw + 12.43478px);
  }
}

@media (min-width: 1320px) {
  .p--large-card-description {
    font-size: 22px;
  }
}

@media (min-width: 320px) {
  .p--large-card-description {
    line-height: calc(0.66964vw + 20.85714px);
  }
}

@media (min-width: 768px) {
  .p--large-card-description {
    line-height: calc(1.08696vw + 17.65217px);
  }
}

@media (min-width: 1320px) {
  .p--large-card-description {
    line-height: 32px;
  }
}

.p--medium-card-description {
  font-style: normal;
  font-weight: normal;
  letter-spacing: .3px;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 320px) {
  .p--medium-card-description {
    font-size: calc(0.2vw + 13.36px);
  }
}

@media (min-width: 1320px) {
  .p--medium-card-description {
    font-size: 16px;
  }
}

@media (min-width: 320px) {
  .p--medium-card-description {
    line-height: calc(0.3vw + 19.04px);
  }
}

@media (min-width: 1320px) {
  .p--medium-card-description {
    line-height: calc(0.35714vw + 18.28571px);
  }
}

@media (min-width: 1600px) {
  .p--medium-card-description {
    line-height: 24px;
  }
}

.p--card-meta {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
}

@media (min-width: 320px) {
  .p--card-meta {
    font-size: calc(0.44643vw + 10.57143px);
  }
}

@media (min-width: 768px) {
  .p--card-meta {
    font-size: 14px;
  }
}

@media (min-width: 320px) {
  .p--card-meta {
    line-height: calc(0.89286vw + 14.14286px);
  }
}

@media (min-width: 768px) {
  .p--card-meta {
    line-height: 21px;
  }
}

.p--proposition-text {
  font-family: "ioi", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 320px) {
  .p--proposition-text {
    font-size: calc(0.44643vw + 18.57143px);
  }
}

@media (min-width: 768px) {
  .p--proposition-text {
    font-size: calc(0.36232vw + 19.21739px);
  }
}

@media (min-width: 1320px) {
  .p--proposition-text {
    font-size: calc(0vw + 24px);
  }
}

@media (min-width: 1600px) {
  .p--proposition-text {
    font-size: 24px;
  }
}

@media (min-width: 320px) {
  .p--proposition-text {
    line-height: calc(0.89286vw + 25.14286px);
  }
}

@media (min-width: 768px) {
  .p--proposition-text {
    line-height: calc(0.72464vw + 26.43478px);
  }
}

@media (min-width: 1320px) {
  .p--proposition-text {
    line-height: calc(0vw + 36px);
  }
}

@media (min-width: 1600px) {
  .p--proposition-text {
    line-height: 36px;
  }
}

.sg-pattern {
  color: #0a0a0a;
  padding-bottom: 2em;
}

.sg-pattern:last-child {
  margin-bottom: 0 !important;
}

.sg-pattern .sg-pattern-title a {
  color: #0a0a0a !important;
}

.sg-pattern-head {
  padding: 30px !important;
}

.sg-pattern-category {
  font-size: 32px;
  text-align: center;
}

.sg-pattern-category:first-of-type {
  margin-top: 0 !important;
  padding-top: 2rem;
}

.sg-pattern-category .sg-pattern-category-title a {
  color: #0a0a0a !important;
  text-decoration: underline !important;
}

.sg-pattern-example {
  position: relative;
}

.sg-color-palettes .sg-palette {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
  padding-bottom: 1em;
}

.sg-color-palettes .sg-palette:last-of-type {
  border-bottom: 0;
}

.sg-color-palettes h2,
.sg-color-palettes .color-name,
.sg-color-palettes .color-code {
  font: bold 1.3125rem/1.14286 "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 100;
  margin-bottom: 2em;
  opacity: 0.7;
}

.sg-color-palettes h2 {
  font-size: 1.5em;
  text-align: right;
  padding-right: 2em;
}

.sg-color-chip {
  height: 60px;
  margin-bottom: 1em;
  padding: 20px;
  padding-top: 50%;
  position: relative;
  text-align: center;
  width: 100%;
}

.sg-color {
  padding-right: 30px;
}

.sg-color .color-name {
  margin-bottom: 5px;
  position: relative;
  margin-top: 1em;
  font-weight: normal;
  margin-bottom: 1em;
}

.sg-color .color-name::before {
  content: 'Name';
  display: block;
  font-size: 0.8em;
  left: 0;
  opacity: 0.5;
  position: absolute;
  text-transform: uppercase;
  top: -1.5em;
}

.sg-color .color-code {
  display: inline-block;
  float: right;
  font-weight: normal;
  margin-top: 1em;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  width: auto;
}

.sg-color .color-code::before {
  content: 'HEX';
  display: block;
  position: absolute;
  left: 0;
  top: -1.5em;
  text-transform: uppercase;
  font-size: 0.8em;
  opacity: 0.5;
}

.sg-font__attribute {
  line-height: 1.6;
}

.sg-font-test {
  font-size: 8em;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

.sg-title,
.sg-font-style {
  font: bold 1.3125rem/1.14286 "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 100;
  margin-bottom: 2em;
  opacity: .7;
}

.sg-title {
  font-size: 1.5em;
  margin-top: 2em;
  opacity: .7;
}

.sg-title span {
  float: left;
  font-size: .7em;
  opacity: .5;
  width: 100%;
}

.sg-buttons {
  margin-bottom: 2em;
}

.sg-buttons > h2 {
  margin-bottom: 2em;
}

.sg-buttons .sg-title {
  margin: 0;
}

.sg-buttons .sg-title span {
  text-align: left;
}

.sg-example-text .sg-example-title {
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: .5em;
  margin-top: 1em;
}

.sg-example-grid-key > div {
  line-height: 2;
  vertical-align: middle;
}

.sg-example-grid-key__swatch {
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
}

.sg-example-grid-key__content {
  background: #d4d4d4;
}

.sg-example-grid-key__content-even {
  background: #d4d4d4;
}

.sg-example-grid-key__gutter {
  background: #eeeded;
}

.sg-example-container {
  background: #eeeded;
}

.sg-example-grid .grid-x,
.sg-example-grid .grid-y {
  background: #eeeded;
  font-size: 12px;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}

.sg-example-grid .grid-y .grid-x {
  margin-bottom: 0;
}

.sg-example-grid .cell {
  font: normal 1rem/1.5 "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
}

.sg-example-grid .cell:nth-child(odd) {
  background: #d4d4d4;
  color: #0a0a0a;
}

.sg-example-grid .cell:nth-child(even) {
  background: #d4d4d4;
  color: #fefefe;
}

.sg-example-grid-full .grid-x .cell:nth-child(odd) {
  background: #d4d4d4;
}

.sg-example-grid-full .grid-x .cell:nth-child(even) {
  background: #eeeded;
}

.sg-full-grid .grid-x,
.sg-example-grid-full .grid-x {
  min-height: 100px;
}

.sg-example-grid--overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: .4;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 50000;
}

.sg-example-grid--overlay .grid-x {
  height: 100%;
}

.sg-example-grid--overlay .cell {
  background: #1779ba !important;
}

.sg-example-grid--overlay .cell:nth-child(2n) {
  opacity: .5;
}

.sg-spacer {
  background-color: #eeeded;
}

.sg-spacer-s {
  margin-bottom: 10px;
}

.sg-spacer-m {
  margin-bottom: 20px;
}

.sg-spacer-l {
  margin-bottom: 30px;
}

.demo-animate {
  background: #1779ba;
  border-radius: 8px;
  color: #fefefe;
  cursor: pointer;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center;
}

.demo-animate:hover {
  opacity: .4;
}

.sg-bg-dark {
  background-color: black;
  padding: 30px;
  text-align: center;
}

.sg-bg-light {
  background-color: transparent;
  padding: 30px;
  text-align: center;
}

.sg-list {
  margin: 20px 0;
  padding: 0;
}

.sg-list__item {
  list-style-type: none;
  padding: 10px 0;
}

.sg-toolbar {
  bottom: 0;
  height: 30px;
  position: fixed;
  width: 100%;
  z-index: 50000;
}

.sg-typography-cell {
  padding: 20px 0;
  position: relative;
  width: 100%;
}

.sg-typography-name {
  font: bold 1.3125rem/1.14286 "Open Sans", Helvetica, Arial, sans-serif;
  font-size: .7em;
  left: 0;
  opacity: .4;
  padding-right: 30px;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.p--caption {
  font-weight: 600;
}

.sg-icons h3 {
  font: bold 1.3125rem/1.14286 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 100;
  margin-bottom: 2em;
  opacity: .7;
}

.sg-icons h2 {
  font-size: 1.5em;
  padding-right: 2em;
}

@media print, screen and (min-width: 48em) {
  .sg-icons h2 {
    text-align: right;
  }
}

.sg-icons svg {
  height: 30px;
}

.sg-icons__icon-container {
  text-align: center;
}

.is-fixed {
  position: fixed;
}

.is-static {
  position: static;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.sg-spacer-s {
  margin-bottom: 10px;
}

.sg-spacer-m {
  margin-bottom: 20px;
}

.sg-spacer-l {
  margin-bottom: 30px;
}

/* PrismJS 1.17.1
https://prismjs.com/download.html#themes=prism-coy&languages=markup+css+clike+javascript+markup-templating+handlebars&plugins=line-numbers+normalize-whitespace */
/**
 * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
 * @author Tim  Shedor
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
  position: relative;
  margin: .5em 0;
  overflow: visible;
  padding: 0;
}

pre[class*="language-"] > code {
  position: relative;
  border-left: 10px solid #358ccb;
  -webkit-box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
          box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(69, 142, 209, 0.04)));
  background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
  background-size: 3em 3em;
  background-origin: content-box;
  background-attachment: local;
}

code[class*="language"] {
  max-height: inherit;
  height: inherit;
  padding: 0 1em;
  display: block;
  overflow: auto;
}

/* Margin bottom to accommodate shadow */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background-color: #fdfdfd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  position: relative;
  padding: .2em;
  border-radius: 0.3em;
  color: #c92c2c;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
  white-space: normal;
}

pre[class*="language-"]:before,
pre[class*="language-"]:after {
  content: '';
  z-index: -2;
  display: block;
  position: absolute;
  bottom: 0.75em;
  left: 0.18em;
  width: 40%;
  height: 20%;
  max-height: 13em;
  -webkit-box-shadow: 0px 13px 8px #979797;
          box-shadow: 0px 13px 8px #979797;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

:not(pre) > code[class*="language-"]:after,
pre[class*="language-"]:after {
  right: 0.75em;
  left: auto;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #7D8B99;
}

.token.punctuation {
  color: #5F6364;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
  color: #c92c2c;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
  color: #2f9c0a;
}

.token.operator,
.token.entity,
.token.url,
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
  color: #1990b8;
}

.token.regex,
.token.important {
  color: #e90;
}

.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.important {
  font-weight: normal;
}

.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.namespace {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  pre[class*="language-"]:before,
  pre[class*="language-"]:after {
    bottom: 14px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* Plugin styles */
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before {
  color: #e0d7d1;
}

/* Plugin styles: Line Numbers */
pre[class*="language-"].line-numbers.line-numbers {
  padding-left: 0;
}

pre[class*="language-"].line-numbers.line-numbers code {
  padding-left: 3.8em;
}

pre[class*="language-"].line-numbers.line-numbers .line-numbers-rows {
  left: 0;
}

/* Plugin styles: Line Highlight */
pre[class*="language-"][data-line] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

pre[data-line] code {
  position: relative;
  padding-left: 4em;
}

pre .line-highlight {
  margin-top: 0;
}

pre[class*="language-"].line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}

pre[class*="language-"].line-numbers > code {
  position: relative;
  white-space: inherit;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

.Frame-panel--sidebar,
.Frame-foot {
  background-color: #2a3033;
}
