button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #73bec8;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.article button:focus,
.article button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
  background-color: #5c98a0;
  color: #fff;
}

button:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover,
input[type='button']:disabled:hover,
input[type='reset']:disabled:hover,
input[type='submit']:disabled:hover {
  background-color: #73bec8;
}

fieldset {
  background-color: #f1f1f1;
  border: 1px solid #c6c6c6;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}

label.required:after {
  content: '*';
}

label abbr {
  display: none;
}

input:not([type]),
input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='datetime'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select[multiple='multiple'],
textarea {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 0.15s ease;
  width: 100%;
}

input:not([type]):hover,
input[type='color']:hover,
input[type='date']:hover,
input[type='datetime-local']:hover,
input[type='datetime']:hover,
input[type='email']:hover,
input[type='month']:hover,
input[type='number']:hover,
input[type='password']:hover,
input[type='search']:hover,
input[type='tel']:hover,
input[type='text']:hover,
input[type='time']:hover,
input[type='url']:hover,
input[type='week']:hover,
select[multiple='multiple']:hover,
textarea:hover {
  border-color: #9e9e9e;
}

input:not([type]):focus,
input[type='color']:focus,
input[type='date']:focus,
input[type='datetime-local']:focus,
input[type='datetime']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='week']:focus,
select[multiple='multiple']:focus,
textarea:focus {
  border-color: #73bec8;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06),
    0 0 5px rgba(97, 182, 193, 0.7);
}

input:not([type]):disabled,
input[type='color']:disabled,
input[type='date']:disabled,
input[type='datetime-local']:disabled,
input[type='datetime']:disabled,
input[type='email']:disabled,
input[type='month']:disabled,
input[type='number']:disabled,
input[type='password']:disabled,
input[type='search']:disabled,
input[type='tel']:disabled,
input[type='text']:disabled,
input[type='time']:disabled,
input[type='url']:disabled,
input[type='week']:disabled,
select[multiple='multiple']:disabled,
textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input:not([type]):disabled:hover,
input[type='color']:disabled:hover,
input[type='date']:disabled:hover,
input[type='datetime-local']:disabled:hover,
input[type='datetime']:disabled:hover,
input[type='email']:disabled:hover,
input[type='month']:disabled:hover,
input[type='number']:disabled:hover,
input[type='password']:disabled:hover,
input[type='search']:disabled:hover,
input[type='tel']:disabled:hover,
input[type='text']:disabled:hover,
input[type='time']:disabled:hover,
input[type='url']:disabled:hover,
input[type='week']:disabled:hover,
select[multiple='multiple']:disabled:hover,
textarea:disabled:hover {
  border: 1px solid #c6c6c6;
}

textarea {
  resize: vertical;
}

input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
  margin-right: 0.375em;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline-block;
}

input[type='file'] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: 700;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  font-feature-settings: 'kern', 'liga', 'tnum';
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #959595;
  font-weight: 600;
  text-align: left;
}

td,
th {
  padding: 0.75em 0;
}

td {
  border-bottom: 1px solid #c6c6c6;
}

td,
th,
tr {
  vertical-align: middle;
}

body {
  color: #434a54;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-feature-settings: 'kern', 'liga', 'pnum';
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  font-weight: 500;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: inherit;
  text-decoration: none;
}

hr {
  border-bottom: 1px solid #c6c6c6;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

.screen-reader-text {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: inherit;
}

.v-holder {
  display: table;
  height: inherit;
  width: 100%;
}

.v-content {
  display: table-cell;
  vertical-align: middle;
}

.starwars .brand {
  color: #000;
}

.starwars .brand svg path {
  fill: #000 !important;
}

.starwars__space-ship {
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/x-wing.png?v=164)
    no-repeat 0;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
}

.starwars .progress-bar::-webkit-progress-value {
  background-color: #000 !important;
}

.starwars .progress-bar::-moz-progress-bar {
  background-color: #000 !important;
}

.starwars .progress-bar[value] {
  color: #000 !important;
}

.starwars .container__main {
  border: 0;
  overflow-x: hidden;
}

body.starwars .post .post__content a {
  border-bottom-color: #eee613 !important;
}

body.starwars .post .post__content a:hover {
  background-color: #eee613;
  color: #000 !important;
}

body.starwars .post__container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.starwars .footer--social {
  background-color: #151515;
  border-top-color: transparent;
}

body.starwars .footer--social:before {
  content: '';
  display: block;
  height: 41px;
  width: 100%;
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/outro-top.png?v=164)
    top;
  position: absolute;
  left: 0;
  top: -41px;
}

body.starwars .social-counter,
body.starwars .social__item a,
body.starwars .subscription__message {
  border-color: rgba(238, 230, 19, 0.7);
}

body.starwars .social-counter__number,
body.starwars .social-counter__text,
body.starwars .subscription .subscription__arrow,
body.starwars .subscription .subscription__label {
  color: #eee613;
}

body.starwars .subscription .subscription__submit {
  background-color: #eee613 !important;
  color: #000 !important;
}

body.starwars .subscription.is-success .subscription__message {
  color: #000;
  border-color: #eee613;
}

.fp__section {
  padding: 80px 0;
}

.story {
  max-width: 540px !important;
}

.story__char {
  display: block;
  margin-left: 100px;
}

.diagonal {
  padding-top: 50%;
  width: 100%;
  background: #fff;
  position: relative;
  margin-top: -25%;
}

.diagonal__content {
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/notebook-line.svg?v=164);
  width: 100%;
  height: 100%;
  position: absolute;
}

.diagonal__left,
.diagonal__right {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.diagonal__left {
  background-color: #f6f3d0;
  transform: skew(-64deg);
  transform-origin: 100% 0;
}

.diagonal__right {
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/notebook-line.svg?v=164);
}

.diagonal__right:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 148, 159, 0.6);
  width: 4px !important;
  top: 0;
  left: 93px;
  z-index: 0;
  position: absolute;
}

@media screen and (max-width: 1088px) {
  .diagonal__right:after {
    left: 57px;
  }
}

@media screen and (max-width: 768px) {
  .diagonal__right:after {
    display: none;
  }
}

.js-lazy-loading {
  filter: blur(10px);
  transition: filter, 0.2s;
}

.js-lazy-loading.is-loaded {
  filter: blur(0);
}

@media screen and (max-width: 900px) {
  .diagonal__right {
    background-position: -64px top;
  }
}

@media screen and (max-width: 768px) {
  .diagonal__right {
    background-position: -120px top;
  }
}

@media screen and (max-width: 810px) {
  .subscription__form {
    border-left-color: #eee613;
  }
}

.post .post__header--starwars {
  text-align: center;
  background: #f6f3d0
    url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/notebook-line.svg?v=164)
    repeat;
}

.post .post__header--starwars:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 148, 159, 0.6);
  width: 4px !important;
  top: 0;
  left: 93px;
  z-index: 0;
  position: absolute;
}

@media screen and (max-width: 1088px) {
  .post .post__header--starwars:after {
    left: 57px;
  }
}

@media screen and (max-width: 768px) {
  .post .post__header--starwars:after {
    display: none;
  }
}

.post .post__header--starwars .post__duration {
  position: absolute;
  bottom: 80px;
}

.post .post__header--starwars .post__title {
  color: #000;
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.post .post__header--starwars .post__title img {
  max-width: 410px;
  display: block;
  margin: 0 auto -10px;
  width: 100%;
}

.post .post__header--starwars .post__authors {
  padding-left: 0;
}

.post .post__header--starwars .post__authors li {
  list-style: none;
  margin: 0 10px 5px;
  font-size: 14px;
}

.post .post__header--starwars .post__authors li a {
  font-weight: 600;
}

.post .post__header--starwars a {
  color: #000;
}

.post .post__header--starwars .post__duration {
  left: 50%;
  width: 134px;
  margin-left: -67px;
}

.post .post__header--starwars .post__duration__time {
  border-color: #000;
}

.post .post__header--starwars .post__duration svg g {
  fill: #000;
}

.starwars__x-wing {
  left: -120px;
  top: 50%;
  margin-top: -354px;
  transform: translateZ(-1px);
}

.starwars__at-at,
.starwars__x-wing {
  position: absolute;
  z-index: 2;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
}

.starwars__at-at {
  right: -50px;
  bottom: 50%;
  margin-bottom: -300px;
}

@media screen and (max-width: 1300px) {
  .starwars__x-wing {
    width: 50%;
    height: auto;
    margin-top: -250px;
  }
  .starwars__at-at {
    width: 30%;
    height: auto;
  }
}

@media screen and (max-width: 900px) {
  .post .post__header--starwars {
    background-position: -64px top;
  }
}

@media screen and (max-width: 768px) {
  .starwars__at-at,
  .starwars__x-wing {
    display: none;
  }
  .post .post__header--starwars {
    background-position: -120px top;
  }
}

.post .fp__section--intro {
  position: relative;
  background-image: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/notebook-line.svg?v=164);
  background-color: #f6f3d0;
}

.post .fp__section--intro:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 148, 159, 0.6);
  width: 4px !important;
  top: 0;
  left: 93px;
  z-index: 0;
  position: absolute;
}

@media screen and (max-width: 1088px) {
  .post .fp__section--intro:after {
    left: 57px;
  }
}

@media screen and (max-width: 768px) {
  .post .fp__section--intro:after {
    display: none;
  }
}

.post .fp__section--intro .fp__title {
  font-family: Courier New;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  background-color: #b6b39b;
  padding: 0 10px;
}

.post .fp__section--intro .fp__content {
  font-family: Courier New;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.post .fp__section--intro .fp__content p {
  line-height: 1.3;
}

.post .starwars__anakin {
  right: -100px;
  bottom: 200px;
}

.post .starwars__anakin,
.post .starwars__obi-wan {
  width: 470px;
  height: auto;
  position: absolute;
  z-index: 2;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
}

.post .starwars__obi-wan {
  left: -90px;
  bottom: -200px;
}

@media screen and (max-width: 1390px) {
  .post .starwars__anakin,
  .post .starwars__obi-wan {
    width: 313.333333333px;
  }
  .post .starwars__obi-wan {
    bottom: -100px;
  }
}

@media screen and (max-width: 1024px) {
  .post .starwars__anakin,
  .post .starwars__obi-wan {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .post .fp__section--intro {
    background-position: -64px top;
  }
}

@media screen and (max-width: 768px) {
  .post .fp__section--intro {
    background-position: -120px top;
  }
}

.post .fp__section--notebook-1 {
  position: relative;
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/notebook-line.svg?v=164);
}

.post .fp__section--notebook-1:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 148, 159, 0.6);
  width: 4px !important;
  top: 0;
  left: 93px;
  z-index: 0;
  position: absolute;
}

@media screen and (max-width: 1088px) {
  .post .fp__section--notebook-1:after {
    left: 57px;
  }
}

@media screen and (max-width: 768px) {
  .post .fp__section--notebook-1:after {
    display: none;
  }
}

.post .fp__section--notebook-1 .fp__content {
  padding: 80px;
  max-width: 1000px;
  background: #fff;
  border: 1px solid #c6c6c6;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.post .fp__section--notebook-1 .fp__content p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .post .fp__section--notebook-1 .fp__content {
    max-width: 840px;
    z-index: 2;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .post .fp__section--notebook-1 .fp__content {
    max-width: 90%;
    padding: 40px;
    z-index: 2;
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  .post .fp__section--notebook-1 .fp__content {
    padding: 20px;
  }
}

.starwars__falcon {
  z-index: 2;
  top: -300px;
  right: 0;
}

.starwars__death-star,
.starwars__falcon {
  position: absolute;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
}

.starwars__death-star {
  z-index: 3;
  bottom: 100px;
  left: -100px;
}

@media screen and (max-width: 1180px) {
  .starwars__death-star {
    width: 240px;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .starwars__falcon {
    top: -250px;
  }
}

@media screen and (max-width: 900px) {
  .post .fp__section--notebook-1 {
    background-position: -64px top;
  }
}

@media screen and (max-width: 768px) {
  .post .fp__section--notebook-1 {
    background-position: -120px top;
  }
}

.post .fp__section--dark {
  color: #fff;
  position: relative;
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/dark-dust.jpg?v=164)
      repeat-y 0 0 fixed,
    url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/dark-dust-right.jpg?v=164)
      repeat-y 100% 0 fixed;
  background-color: #151515;
}

.post .fp__section--dark:before {
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/dark-gradient-top.png?v=164);
  top: -121px;
}

.post .fp__section--dark:after,
.post .fp__section--dark:before {
  content: '';
  display: block;
  height: 121px;
  width: 100%;
  position: absolute;
  left: 0;
}

.post .fp__section--dark:after {
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/dark-gradient-bottom.png?v=164)
    0 100%;
  bottom: -121px;
  z-index: 2;
}

.post .fp__section--dark .full-image__content {
  z-index: 2;
}

.post .fp__section--dark .fp__content {
  position: relative;
}

.post .fp__section--dark .fp__content:after,
.post .fp__section--dark .fp__content:before {
  width: 290px !important;
  position: absolute;
  top: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  max-height: 2960px;
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/dark-yellow-figures.png?v=164)
    repeat-y;
}

.post .fp__section--dark .fp__content:before {
  left: 0;
  background-position: 100% 0;
}

.post .fp__section--dark .fp__content:after {
  right: 0;
}

.post .fp__section--dark .fp__content a {
  color: #fff;
}

.post .fp__section--dark .fp__content .statement--tweeteable,
.post .fp__section--dark .fp__content .statement--tweeteable:after {
  background-color: transparent;
  color: #eee613;
}

.post .fp__section--dark h2 {
  color: #eee613;
}

.post .starwars__lightsabler {
  position: absolute;
  bottom: 25%;
  left: 40px;
  width: 165px;
  height: 170px;
}

.post .starwars__lightsabler:hover {
  transform: rotate(5deg);
}

.post .starwars__dark-vaider {
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/dark-vaider.png?v=164)
    no-repeat 0 0;
  position: absolute;
  right: 40px;
  bottom: 10%;
  width: 165px;
  height: 48px;
}

.post .starwars__dark-vaider:hover {
  height: 88px;
  width: 173px;
}

@media screen and (max-width: 1230px) {
  .post .fp__section--dark .fp__content:after,
  .post .fp__section--dark .fp__content:before {
    width: 190px !important;
  }
}

@media screen and (max-width: 1023px) {
  .post .fp__section--dark .fp__content:after,
  .post .fp__section--dark .fp__content:before {
    width: 100px !important;
  }
}

@media screen and (max-width: 1088px) {
  .starwars__dark-vaider,
  .starwars__lightsabler {
    display: none;
  }
}

@media screen and (max-width: 820px) {
  .post .fp__section--dark .fp__content:after,
  .post .fp__section--dark .fp__content:before {
    display: none;
  }
  .post .starwars__dark-vaider,
  .post .starwars__lightsabler {
    position: static;
  }
}

.post .fp__section--notebook-2 {
  position: relative;
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/notebook-squares.svg?v=164);
}

.post .fp__section--notebook-2 .fp__content {
  padding: 80px;
  max-width: 1000px;
  background: #fff;
  border: 1px solid #c6c6c6;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.post .fp__section--notebook-2 .fp__content p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .post .fp__section--notebook-2 .fp__content {
    max-width: 840px;
    z-index: 2;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .post .fp__section--notebook-2 .fp__content {
    max-width: 90%;
    padding: 40px;
    z-index: 2;
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  .post .fp__section--notebook-2 .fp__content {
    padding: 20px;
  }
}

.post .fp__section--notebook-2 .fp__container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.post .component--columns {
  max-width: none;
  position: relative;
}

.post .component--columns:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}

.post .column {
  padding-top: 160px;
}

.post .column p {
  font-size: 16px;
  line-height: 28px;
}

.cutout {
  max-width: none;
  position: absolute;
  z-index: 1;
}

.cutout__holder {
  position: relative;
}

.cutout--dark-vaider {
  top: -50px;
  left: -250px;
  width: 547px;
  height: auto;
}

.cutout--dark-vaider:after {
  content: 'Drag and Drop';
  display: block;
  position: absolute;
  color: #fff;
  left: 150px;
  top: 130px;
  width: auto;
  font-weight: 600;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  transform: rotate(-52deg);
  transform-origin: left top;
}

.cutout--han-solo {
  top: 0;
  left: 270px;
  width: 363px;
  height: auto;
}

.cutout--han-solo:after {
  content: 'Drag and Drop';
  display: block;
  position: absolute;
  color: #fff;
  left: 200px;
  top: 50px;
  width: auto;
  font-weight: 600;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  transform: rotate(40deg);
  transform-origin: left top;
}

.cutout--luke {
  top: 50px;
  left: 660px;
  width: 306px;
  height: auto;
}

.cutout--luke:after {
  content: 'Drag and Drop';
  display: block;
  position: absolute;
  color: #fff;
  left: 250px;
  top: 145px;
  width: 115px;
  font-weight: 600;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  transform: rotate(60deg);
  transform-origin: left top;
}

.cutout--yellow {
  top: -110px;
  left: -400px;
  z-index: 3;
}

.cutout--trooper {
  top: -200px;
  right: -340px;
  z-index: 3;
}

.cutout--death-star {
  top: 88%;
  left: -140px;
}

.cutout img {
  height: auto;
}

.starwars__pencil {
  top: 18%;
  right: -200px;
}

.starwars__pencil,
.starwars__scissors {
  position: absolute;
  z-index: 1;
  width: auto !important;
}

.starwars__scissors {
  top: 20%;
  left: -190px;
}

.starwars__eraser {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -140px;
}

.starwars__marble-1 {
  position: absolute;
  z-index: 1;
  top: 60%;
  left: -35px;
}

.starwars__marble-2 {
  position: absolute;
  z-index: 1;
  top: 70%;
  right: -80px;
}

.starwars__sharpener {
  position: absolute;
  z-index: 1;
  bottom: 300px;
  right: -180px;
}

.starwars__clip {
  position: absolute;
  z-index: 1;
  bottom: 100px;
  left: -130px;
}

@media screen and (max-width: 1024px) {
  .cutout--dark-vaider {
    top: -50px;
    left: -250px;
  }
  .cutout--han-solo {
    top: 0;
    left: 170px;
  }
  .cutout--luke {
    top: 50px;
    left: 460px;
  }
  .cutout--trooper,
  .cutout--yellow {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .cutout--dark-vaider {
    position: absolute;
    left: -50px;
    top: 0;
    width: 300px;
  }
  .cutout--han-solo {
    position: absolute;
    width: 220px;
    top: 0;
    left: 50%;
    margin-left: -110px;
  }
  .cutout--luke {
    position: absolute;
    width: 190px;
    top: -20px;
    left: inherit;
    right: 0;
  }
  .post .column {
    padding-top: 250px;
  }
}

@media screen and (max-width: 768px) {
  .cutout {
    position: static;
    margin: 0 auto;
    display: block;
    left: 0;
    top: 0;
  }
  .cutout--death-star,
  .cutout--trooper,
  .cutout--yellow,
  .cutout:after {
    display: none;
  }
  .post .column {
    padding-top: 0;
    width: 100%;
    float: none;
  }
}

.post .fp__section--notebook-3 {
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/notebook-line.svg?v=164)
    #f6f3d0;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.post .fp__section--notebook-3:before {
  content: '';
  display: block;
  height: 50px;
  width: 100%;
  top: -50px;
  position: absolute;
  left: 0;
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/notebook-yellow-top.png?v=164);
}

.post .fp__section--notebook-3:after {
  content: '';
  display: block;
  height: 64px;
  width: 100%;
  bottom: -64px;
  position: absolute;
  left: 0;
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/notebook-yellow-bottom.png?v=164);
}

.post .fp__section--notebook-3 .line-holder {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.post .fp__section--notebook-3 .line-holder:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 148, 159, 0.6);
  width: 4px !important;
  top: 0;
  left: 93px;
  z-index: 0;
  position: absolute;
}

@media screen and (max-width: 1088px) {
  .post .fp__section--notebook-3 .line-holder:after {
    left: 57px;
  }
}

@media screen and (max-width: 768px) {
  .post .fp__section--notebook-3 .line-holder:after {
    display: none;
  }
}

.post .fp__section--notebook-3 .fp__content {
  padding: 80px;
  max-width: 1000px;
  background: #fff;
  border: 1px solid #c6c6c6;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.post .fp__section--notebook-3 .fp__content p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .post .fp__section--notebook-3 .fp__content {
    max-width: 840px;
    z-index: 2;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .post .fp__section--notebook-3 .fp__content {
    max-width: 90%;
    padding: 40px;
    z-index: 2;
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  .post .fp__section--notebook-3 .fp__content {
    padding: 20px;
  }
}

.post .fp__section--notebook-3 .fp__content h2,
.post .fp__section--notebook-3 .fp__content h3 {
  font-weight: 700;
  font-family: Shadows Into Light;
}

.post .fp__section--outro {
  padding-top: 160px;
}

.post .fp__section--foot-note {
  background-color: #151515;
  position: relative;
  padding: 80px 0;
}

.post .fp__section--foot-note:before {
  content: '';
  display: block;
  height: 90px;
  width: 100%;
  background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/outro-top.png?v=164)
    top;
  position: absolute;
  left: 0;
  top: -90px;
}

body.starwars .footer__pre {
  background-color: #151515;
  position: relative;
  padding-top: 80px;
  margin-bottom: 120px;
}

body.starwars .subscribe__form input[type='email'] {
  background-color: hsla(0, 0%, 100%, 0.1);
}

body.starwars .subscribe__form button {
  background-color: #eee613;
}

.saga {
  color: #fff;
  display: none;
  border: 10px solid #eee613;
  padding: 60px 40px 40px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  text-align: center;
}

.saga__title {
  position: absolute;
  left: 50%;
  top: -35px;
  width: 250px;
  background-color: #151515;
  margin: 0 0 0 -125px;
  line-height: 1 !important;
  font-size: 32px !important;
  text-align: center;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #eee613;
}

.saga p {
  margin-bottom: 0 !important;
}

.saga .button--cta {
  background-color: #eee613;
  text-align: center;
  font-family: apercu-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 600;
  color: #000 !important;
  font-size: 18px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  transition: opacity 0.3s ease;
}

.saga .button--cta:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  .saga {
    display: block;
  }
  .fp__section--foot-note {
    margin-bottom: 80px;
  }
  .fp__section--foot-note:after {
    content: '';
    display: block;
    height: 80px;
    width: 100%;
    background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/outro-bottom.png?v=164)
      bottom;
    position: absolute;
    left: 0;
    bottom: -80px;
  }
}

@media screen and (max-width: 1024px) {
  body.starwars .footer__pre {
    display: block;
    padding: 0 0 40px;
  }
  body.starwars .footer__pre:after {
    content: '';
    display: block;
    height: 80px;
    width: 100%;
    background: url(https://public-assets.typeform.com/public/blog-hc-assets/blog/custom-coded-articles/images/featured/starwars/outro-bottom.png?v=164)
      bottom;
    position: absolute;
    left: 0;
    bottom: -80px;
  }
  body.starwars .fp__section--foot-note {
    padding: 0 !important;
  }
}
