/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.col-2 {
  grid-column: 2;
}
.col-6 {
  grid-column: 6;
}
.col-10 {
  grid-column: 10;
}
.col-12 {
  grid-column: 12;
}
.col-auto {
  grid-column: auto;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.h-\[120px\] {
  height: 120px;
}
.min-h-\[35px\] {
  min-height: 35px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[960px\] {
  width: 960px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-full {
  max-width: 100%;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.flex-1 {
  flex: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.caption-top {
  caption-side: top;
}
.border-collapse {
  border-collapse: collapse;
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-8 {
  border-style: var(--tw-border-style);
  border-width: 8px;
}
.border-solid {
  --tw-border-style: solid;
  border-style: solid;
}
.border-\[\#3DD0AC\] {
  border-color: #3DD0AC;
}
.bg-\[\#2ea689\] {
  background-color: #2ea689;
}
.bg-\[\#0797e8\] {
  background-color: #0797e8;
}
.bg-bar-blue {
  background-color: var(--color-bar-blue);
}
.bg-bar-dark-blue {
  background-color: var(--color-bar-dark-blue);
}
.bg-bar-dark-green {
  background-color: var(--color-bar-dark-green);
}
.bg-bar-green {
  background-color: var(--color-bar-green);
}
.bg-dark-green {
  background-color: var(--color-dark-green);
}
.bg-green {
  background-color: var(--color-green);
}
.bg-grey {
  background-color: var(--color-grey);
}
.bg-welcome {
  background-image: var(--background-image-welcome);
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.text-left {
  text-align: left;
}
.text-start {
  text-align: start;
}
.align-middle {
  vertical-align: middle;
}
.font-\[\'Lato\'\] {
  font-family: 'Lato';
}
.text-\[1\.2rem\] {
  font-size: 1.2rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[\#2ea689\] {
  color: #2ea689;
}
.text-dark-green {
  color: var(--color-dark-green);
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.underline {
  text-decoration-line: underline;
}
.ring {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
:root, :host {
  --color-dark-green: #30A689;
  --color-green: #3ed0ac;
  --color-bar-dark-green: #7ab825;
  --color-bar-green: #87cd29;
  --color-bar-dark-blue: #0696e8;
  --color-bar-blue: #00a8ff;
  --color-grey: #eeeeee;
  --background-image-welcome: url('/images/coding-welcome.png');
}
#timeline .timeline-item:after, #timeline .timeline-item:before {
  content: '';
  display: block;
  clear: both;
}
#timeline {
  margin: 30px auto;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #30A689;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  color: white;
  background: #30A689;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#timeline .timeline-item .timeline-icon img {
  position: relative;
  top: 14px;
  left: 14px;
}
#timeline .timeline-item .timeline-content {
  letter-spacing: 0px;
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
  font-size: 1em;
  padding: 15px;
  background: #30A689;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 700;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content p {
  padding-top: 1em;
}
#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #30A689;
}
#timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #30A689;
}
#timeline .timeline-item .timeline-content .timeline-work {
  font-weight: bold;
  padding: 0.8em 0em 0em 0em;
  color: #30A689;
}
#timeline .timeline-item .timeline-content .timeline-period {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #30A689;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}
@keyframes typing {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes blink-caret {
  from {
    border-left: #666 solid .1em;
  }
  to {
    border-left: transparent solid .1em;
  }
}
@keyframes blink-caret-perma {
  from, to {
    border-left: #666 solid .1em;
  }
  50% {
    border-left: transparent solid .1em;
  }
}
@-webkit-keyframes typing {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@-webkit-keyframes blink-caret {
  from {
    border-left: #666 solid .1em;
  }
  to {
    border-left: transparent solid .1em;
  }
}
@-webkit-keyframes blink-caret-perma {
  from, to {
    border-left: #666 solid .1em;
  }
  50% {
    border-left: transparent solid .1em;
  }
}
@-moz-keyframes typing {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@-moz-keyframes blink-caret {
  from {
    border-left: #666 solid .1em;
  }
  to {
    border-left: transparent solid .1em;
  }
}
@-moz-keyframes blink-caret-perma {
  from, to {
    border-left: #666 solid .1em;
  }
  50% {
    border-left: transparent solid .1em;
  }
}
.codingDesktop div {
  font-family: monospace;
  font-weight: normal;
  font-size: 20px;
  color: #666;
}
.codingDesktop div span {
  background: #FEFEFE;
  border-left: .1em #666 solid;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.line1 {
  top: 70px;
  left: 17%;
  color: #3a7dda;
}
div.line2 {
  top: 100px;
  left: 17%;
  color: #3a7dda;
}
div.line3 {
  top: 130px;
  left: 17%;
  color: #40dac5;
}
div.line4 {
  top: 160px;
  left: 17%;
  color: #ffbc3e;
}
div.line4 p {
  color: #666;
  display: inline-block;
}
div.line1 span {
  animation: typing 2s steps(15, end), blink-caret 1s step-end;
  animation-fill-mode: forwards;
  -webkit-animation: typing 2s steps(15, end), blink-caret 1s step-end;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: typing 2s steps(15, end), blink-caret 1s step-end;
  -moz-animation-fill-mode: forwards;
}
div.line2 span {
  width: 100%;
  border-left: .1em #FEFEFE solid;
  animation: typing 1s steps(6, end), blink-caret 1s step-end;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  -webkit-animation: typing 1s steps(6, end), blink-caret 1s step-end;
  -webkit-animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: typing 1s steps(6, end), blink-caret 1s step-end;
  -moz-animation-delay: 2s;
  -moz-animation-fill-mode: forwards;
}
div.line3 span {
  width: 100%;
  border-left: .1em #FEFEFE solid;
  animation: typing 1s steps(7, end), blink-caret 1s step-end;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  -webkit-animation: typing 1s steps(7, end), blink-caret 1s step-end;
  -webkit-animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: typing 1s steps(7, end), blink-caret 1s step-end;
  -moz-animation-delay: 3s;
  -moz-animation-fill-mode: forwards;
}
div.line4 span {
  width: 100%;
  border-left: .1em #FEFEFE solid;
  animation: typing 4.5s steps(30, end), blink-caret-perma 1s step-end infinite;
  animation-delay: 4s;
  animation-fill-mode: forwards;
  -webkit-animation: typing 4.5s steps(30, end), blink-caret-perma 1s step-end infinite;
  -webkit-animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: typing 4.5s steps(30, end), blink-caret-perma 1s step-end infinite;
  -moz-animation-delay: 4s;
  -moz-animation-fill-mode: forwards;
}
@media only screen and (max-width:767px) {
  .codingDesktop {
    display: none;
    visibility: hidden;
  }
  .codingMobile {
    display: block;
    visibility: visible;
  }
  .scrollDown {
    display: none;
  }
}
@media only screen and (max-width:479px) {
  .codingMobile {
    top: 21%;
    left: 19%;
  }
  .codingMobile div {
    font-size: 9px !important;
    line-height: 10px;
  }
}
.d-inline-block {
  display: inline-block;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
