:root {
  --color-brand-primary: #3864D9; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  margin: 0; }

body {
  background: #f7f7f7;
  margin: 0;
  font-family: 'Rubik', sans-serif; }

* {
  box-sizing: border-box; }

ul {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  color: #000;
  display: inline-block; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

strong {
  font-family: 'Rubik'; }

.o-wrapper {
  position: relative;
  max-width: 720px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto; }

body {
  line-height: 1.5;
  background-color: #fff;
  overflow-x: hidden; }

.c-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  background: #fdfdfd;
  padding: 1rem;
  box-shadow: 0 3px 21px 0 rgba(0, 0, 0, 0.03); }
  .c-header .c-logo {
    color: var(--color-brand-primary);
    font-size: 1.35rem;
    margin-bottom: 0.5rem; }
    @media (max-width: 799px) {
      .c-header .c-logo {
        flex-basis: 100%; } }
    @media (min-width: 800px) {
      .c-header .c-logo {
        margin-bottom: 0; } }
  @media (min-width: 800px) {
    .c-header {
      display: -webkit-box;
      display: flex; } }

.c-nav ul {
  display: -webkit-box;
  display: flex;
  list-style: none; }

.c-nav li:not(:last-child) {
  margin-right: 1.5rem; }

.c-nav a:hover {
  color: var(--color-brand-primary); }

@media (max-width: 799px) {
  .c-nav {
    -webkit-box-flex: 0;
            flex: 0 0 50%; } }

@media (min-width: 800px) {
  .c-nav {
    margin-left: auto;
    margin-right: 1.5rem; } }

.c-header__follow {
  color: #555;
  text-align: right; }
  .c-header__follow svg {
    width: 22px;
    height: 22px;
    fill: #1DA1F2;
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 799px) {
    .c-header__follow {
      -webkit-box-flex: 0;
              flex: 0 0 50%; } }

.post-content {
  color: #555555;
  line-height: 1.75;
  max-width: 720px;
  margin: 0 auto; }

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: var(--color-brand-primary);
  font-family: "Rubik", sans-serif;
  text-transform: capitalize; }

.post-content h2 {
  font-size: 26px;
  margin-bottom: 32px; }

.post-content h3 {
  margin-bottom: 0.5rem; }

.post-content h1 {
  color: #3863d9;
  margin-bottom: 0.5em; }

.post-content h2 {
  margin-bottom: 0.5em; }

.post-content h3 code,
.post-content h4 code {
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none; }

.post-content video {
  margin-bottom: 24px;
  max-width: 100%; }

.post-content video:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none; }

.post-content p {
  margin-bottom: 24px;
  color: var(--color-black);
  font-size: 16px;
  line-height: 1.75; }

.post-content p code {
  display: inline-block;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
  font-size: 14px; }

.post-content p a {
  color: var(--color-brand-primary); }

@media (min-width: 58em) {
  .post-content p {
    font-size: 17px; } }

.post-content iframe {
  max-width: 100%;
  margin-bottom: 32px; }

.post-content blockquote {
  margin-bottom: 16px;
  padding: 10px;
  color: #fff;
  background: #f6f6f6;
  border-radius: 4px; }

.post-content blockquote p {
  margin-bottom: 0; }

.post-content img {
  max-width: 100%; }

.post-content figure {
  background: transparent;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 16px;
  margin-bottom: 16px; }

.post-content figure img {
  display: block;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.07);
  border: 1px solid #e0e0e0;
  border-radius: 4px; }

.post-content figure.full-width img {
  border-radius: 0;
  border: 0; }

@media (min-width: 721px) {
  .full-width {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important; } }

.post-content figure img:hover {
  -webkit-filter: none;
  filter: none; }

.post-content figure + h2 {
  margin-top: 30px; }

.post-content figcaption {
  padding-top: 8px;
  color: #737373;
  text-align: center; }

.post-content ul,
.post-content ol {
  font-size: 1.125rem;
  line-height: 1.77778;
  padding-left: 32px;
  margin-bottom: 16px;
  color: var(--color-black); }

.post-content ul a,
.post-content ol a {
  color: var(--color-brand-primary); }

.post-content ul code,
.post-content ol code {
  display: inline-block;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
  font-size: 14px; }

.post-content .highlight {
  background: #f7f7f7; }

.post-content h3 + [class*="language-"],
.post-content h4 + [class*="language-"] {
  margin-top: 0.5rem; }

@media (min-width: 720px) {
  .post-content [class*="language-"] code {
    white-space: pre-wrap; } }

.post-content a:hover {
  text-decoration: underline; }

.post-content .highlight {
  padding: 4px 8px; }

.post-content .language-html {
  position: relative; }

.post-content .language-css {
  position: relative; }

.c-header__wrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 2rem 0;
  min-height: 250px;
  background: linear-gradient(to right, var(--color-brand-primary) 80px, #5579E2 0, #5579E2 81px, var(--color-brand-primary) 0, var(--color-brand-primary) 100px, #5579E2 102px, var(--color-brand-primary) 0, var(--color-brand-primary) 100%);
  background-size: 102px 100%;
  margin-bottom: 2rem;
  text-align: center;
  padding: 1rem; }
  .c-header__wrapper h1,
  .c-header__wrapper p {
    color: #fff; }
  .c-header__wrapper h1 {
    font-size: 1.25rem;
    margin: 0 0 0.5rem 0; }
  .c-header__wrapper p {
    font-style: italic; }
  @media (min-width: 800px) {
    .c-header__wrapper {
      min-height: 500px; }
      .c-header__wrapper h1 {
        font-size: 2rem; } }

img {
  max-width: 100%; }

.o-wrapper {
  counter-reset: test; }

.mb-1 {
  margin-bottom: 1.5rem; }

.mb-0 {
  margin-bottom: 0; }

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

#carbonads {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; }

#carbonads {
  position: relative;
  display: -webkit-box;
  display: flex;
  max-width: 330px;
  margin: 2rem auto;
  background-color: #f3f3f3;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1); }

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

#carbonads a:hover {
  color: inherit; }

#carbonads span {
  position: relative;
  display: block;
  overflow: hidden; }

#carbonads .carbon-wrap {
  display: -webkit-box;
  display: flex; }

.carbon-img {
  display: block;
  margin: 0;
  line-height: 1; }

.carbon-img img {
  display: block; }

.carbon-text {
  font-size: 13px;
  padding: 10px;
  line-height: 1.5;
  text-align: left; }

.carbon-poweredby {
  display: block;
  padding: 8px 10px;
  background: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(0, 0, 0, 0.025) 5px, rgba(0, 0, 0, 0.025) 10px) rgba(241, 243, 244, 0.4);
  background: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(0, 0, 0, 0.025) 5px, rgba(0, 0, 0, 0.025) 10px) rgba(241, 243, 244, 0.4);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 9px;
  line-height: 1; }

#mc_embed_signup {
  font: inherit !important; }

#mc_embed_signup form {
  background: #f7f7f7;
  padding: 1rem !important;
  border-radius: 5px;
  margin-top: 1.5rem; }

#mc_embed_signup .button {
  margin: 0 !important;
  -webkit-align-self: end;
  align-self: end;
  background-color: #3863d9 !important; }

#mc_embed_signup .button:hover {
  background-color: #244cba !important; }

#mc_embed_signup input {
  font-size: 16px !important; }

#mc_embed_signup input:focus {
  border-color: #3863d9 !important;
  outline: none; }

.mc-title {
  font-size: 1.5rem !important;
  margin: 0 0 0.5rem !important; }

.mc-desc {
  font-size: 1rem;
  margin-bottom: 1.5rem; }

.mc-input-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1rem; }

@media (min-width: 800px) {
  .mc-input-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem; } }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin-bottom: 0 !important; }

.mc-field-group {
  width: 100% !important;
  padding-bottom: 0 !important; }

#mc_embed_signup div#mce-responses {
  width: 100% !important;
  padding: 0.5rem 0 !important;
  margin: 0 !important; }

#mc_embed_signup #mce-error-response {
  line-height: 1.45;
  font-weight: normal !important; }
