@charset "UTF-8";
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/open-sans-v35-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/open-sans-v35-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/open-sans-v35-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: normal;
  src: url("../assets/fonts/RobotoCondensed-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed", serif;
  font-style: normal;
  font-weight: bold;
  src: url("../assets/fonts/RobotoCondensed-SemiBold.woff2") format("woff2");
}
:root {
  --plyr-color-main: #3b9667;
  --plyr-control-icon-size: 44px;
}

/*

     @include grid-md {
        min-height: 40vh;
    }

*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
.tut {
  background: #f6f6f5;
  padding-bottom: 56px;
}
.tut .tut-content p {
  font-size: 1rem;
  color: #535964;
  line-height: 1.65;
  margin: 0 0 16px;
}
.tut .tut-content a {
  color: #3b9768;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tut .tut-content a:hover {
  color: #307a54;
}
.tut .tut-content strong {
  color: #3c434a;
  font-weight: 700;
}
.tut .tut-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.88em;
  background: #FAF9F7;
  border: 1px solid #DEDAD2;
  padding: 1px 6px;
  border-radius: 3px;
  color: #3c434a;
}

.tut-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 24px 24px;
}
.tut-hero__crumbs {
  font-size: 0.78rem;
  color: #7C8088;
  margin: 0 0 10px;
}
.tut-hero__crumbs a {
  color: #535964;
  text-decoration: none;
}
.tut-hero__crumbs a:hover {
  color: #3b9768;
}
.tut-hero__crumbs span {
  margin: 0 6px;
  color: #DEDAD2;
}
.tut-hero__title {
  font-family: "Roboto Condensed", serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #3c434a;
  margin: 0 0 6px;
  letter-spacing: -0.015em;
  line-height: 1.15;
}
@media only screen and (max-width: 767.98px) {
  .tut-hero__title {
    font-size: 1.5rem;
  }
}
.tut-hero__sub {
  font-size: 1rem;
  color: #535964;
  margin: 0;
  line-height: 1.55;
}
.tut-hero__meta {
  font-family: "Roboto Condensed", serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7C8088;
  margin: 12px 0 0;
}
.tut-hero__meta span + span::before {
  content: "·";
  margin: 0 8px;
  color: #DEDAD2;
}

.tut-layout {
  max-width: 1180px;
  margin: 12px auto 0;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
}
@media (max-width: 900px) {
  .tut-layout {
    grid-template-columns: 1fr;
  }
}

.tut-nav {
  background: #FFFFFF;
  border: 1px solid #DEDAD2;
  border-radius: 10px;
  padding: 14px;
  position: sticky;
  top: 96px;
  align-self: start;
}
@media (max-width: 900px) {
  .tut-nav {
    position: static;
    top: auto;
    align-self: auto;
  }
}
.tut-nav__label {
  font-family: "Roboto Condensed", serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7C8088;
  padding: 4px 12px 10px;
  margin: 0;
}
.tut-nav__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 0.88rem;
  color: #535964;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.tut-nav__item:hover {
  background: #f6f6f5;
  color: #3c434a;
}
.tut-nav__item.is-active {
  background: rgba(59, 151, 104, 0.1);
  color: #3b9768;
  font-weight: 700;
}
.tut-nav__item.is-active .tut-nav__num {
  border-color: #3b9768;
  color: #3b9768;
}
.tut-nav__item.is-done .tut-nav__num {
  background: #3b9768;
  color: #FFFFFF;
  border-color: #3b9768;
}
.tut-nav__num {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid #DEDAD2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Condensed", serif;
  font-size: 0.7rem;
  font-weight: 700;
  color: #7C8088;
  background: #FFFFFF;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.tut-nav__check {
  width: 14px;
  height: 14px;
}

.tut-content {
  min-width: 0;
}

.tut-step {
  background: #FFFFFF;
  border: 1px solid #DEDAD2;
  border-radius: 12px;
  padding: 32px 36px 28px;
  margin-bottom: 18px;
  scroll-margin-top: 96px;
}
.tut-step:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .tut-step {
    padding: 24px 20px;
  }
}
.tut-step__badge {
  display: inline-block;
  font-family: "Roboto Condensed", serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3b9768;
  background: rgba(59, 151, 104, 0.1);
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.tut-step__title {
  font-family: "Roboto Condensed", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #3c434a;
  line-height: 1.2;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767.98px) {
  .tut-step__title {
    font-size: 1.3rem;
  }
}
.tut-step__lead {
  font-size: 1rem;
  color: #535964;
  line-height: 1.65;
  margin: 0 0 16px;
}
.tut-step h3 {
  font-family: "Roboto Condensed", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #3c434a;
  margin: 28px 0 10px;
  letter-spacing: -0.005em;
}

.tut-step ol {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  counter-reset: ts;
}
.tut-step ol > li {
  counter-increment: ts;
  position: relative;
  padding: 10px 0 10px 36px;
  color: #535964;
  line-height: 1.6;
  font-size: 0.95rem;
  border-top: 1px solid #FAF9F7;
}
.tut-step ol > li:first-child {
  border-top: none;
}
.tut-step ol > li::before {
  content: counter(ts, lower-alpha);
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(59, 151, 104, 0.12);
  color: #3b9768;
  font-family: "Roboto Condensed", serif;
  font-size: 0.78rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tut-step ol > li p {
  margin: 0;
}
.tut-step ol > li p + p {
  margin-top: 8px;
}

.tut-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.tut-list li {
  position: relative;
  padding: 6px 0 6px 26px;
  color: #535964;
  line-height: 1.55;
}
.tut-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3b9768;
}

.tut-callout {
  margin: 18px 0 0;
  padding: 12px 16px;
  background: rgba(59, 151, 104, 0.06);
  border-left: 3px solid #3b9768;
  border-radius: 0 6px 6px 0;
  font-size: 0.92rem;
  color: #535964;
  line-height: 1.55;
}
.tut-callout strong {
  color: #3b9768;
}
.tut-callout p {
  margin: 0;
}
.tut-callout p + p {
  margin-top: 6px;
}
.tut-callout--note {
  background: rgba(0, 125, 195, 0.06);
  border-left-color: #007dc3;
}
.tut-callout--note strong {
  color: #007dc3;
}
.tut-callout--warn {
  background: rgba(240, 138, 36, 0.07);
  border-left-color: #f08a24;
}
.tut-callout--warn strong {
  color: #f08a24;
}

.tut-figure {
  margin: 18px 0;
}
.tut-figure img,
.tut-figure video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #DEDAD2;
  background: #FAF9F7;
}
.tut-figure video {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.tut-figure figcaption {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #7C8088;
  line-height: 1.5;
  text-align: center;
}

.tut-step pre {
  background: #2B3240;
  color: #FBFAF8;
  padding: 16px 18px;
  border-radius: 6px;
  overflow-x: auto;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 18px 0;
}
.tut-step pre code {
  background: transparent;
  border: none;
  padding: 0;
  color: inherit;
  font-size: inherit;
}

.tut-table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
  font-size: 0.94rem;
  border-top: 1px solid #DEDAD2;
}
.tut-table th, .tut-table td {
  text-align: left;
  padding: 11px 14px;
  border-bottom: 1px solid #DEDAD2;
  vertical-align: top;
  line-height: 1.55;
}
.tut-table th {
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  color: #3c434a;
  background: #FAF9F7;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tut-table td {
  color: #535964;
}
.tut-table td:first-child {
  font-weight: 700;
  color: #3c434a;
  white-space: nowrap;
}

.tut-hub {
  padding: 12px 0 0;
}
.tut-hub__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.tut-hub__grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 880px;
  margin: 0 auto;
}
.tut-hub__empty {
  text-align: center;
  padding: 48px 24px;
  background: #FFFFFF;
  border: 1px solid #DEDAD2;
  border-radius: 12px;
  color: #7C8088;
  font-size: 0.95rem;
  max-width: 880px;
  margin: 0 auto;
}

.tut-card {
  display: flex;
  align-items: center;
  gap: 28px;
  background: #FFFFFF;
  border: 1px solid #DEDAD2;
  border-radius: 12px;
  padding: 22px 26px;
  text-decoration: none !important;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.tut-card, .tut-card * {
  text-decoration: none;
}
.tut-card:hover {
  border-color: #3b9768;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
@media (max-width: 720px) {
  .tut-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 22px;
  }
}
.tut-card__main {
  flex: 1;
  min-width: 0;
}
.tut-card__cat {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3b9768;
  background: rgba(59, 151, 104, 0.1);
  border-radius: 100px;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.tut-card__title {
  font-family: "Roboto Condensed", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #3c434a;
  line-height: 1.3;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.tut-card__desc {
  font-size: 0.92rem;
  color: #535964;
  line-height: 1.55;
  margin: 0;
}
.tut-card__aside {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .tut-card__aside {
    width: 100%;
    justify-content: space-between;
  }
}
.tut-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tut-card__meta span.tut-card__sep {
  display: none;
}
.tut-card__meta span:not(.tut-card__sep) {
  display: inline-flex;
  align-items: center;
  font-family: "Roboto Condensed", serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #535964;
  background: #FBFAF8;
  border: 1px solid #DEDAD2;
  padding: 6px 11px;
  border-radius: 100px;
  line-height: 1;
  white-space: nowrap;
}
.tut-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(59, 151, 104, 0.12);
  color: #3b9768;
  font-family: "Roboto Condensed", serif;
  font-size: 1.15rem;
  line-height: 1;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.tut-card:hover .tut-card__arrow {
  background: #3b9768;
  color: #FFFFFF;
  transform: translateX(3px);
}

/*# sourceMappingURL=tutorial-layout.css.map */
