@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, a:visited {
  transition: all 0.25s ease;
  color: inherit;
}

a:hover {
  color: #428fae;
}

h1, h2, h3 {
  margin: 1rem 0 0;
}
@media (min-width: 900px) {
  h1, h2, h3 {
    margin: 2rem 0 0;
  }
}

h1, h2 {
  color: #4e9dbc;
}

h4, h5 {
  margin-bottom: 0;
}

h1 {
  font-size: 2rem;
  line-height: initial;
}
@media (min-width: 600px) {
  h1 {
    margin-bottom: 0.5rem;
  }
}

h3 {
  font-weight: 400;
}

h4 {
  margin-top: 3rem;
}

p, ul, ol {
  font-weight: 300;
  margin-top: 0;
}

time {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #646464;
}

code {
  background-color: #b8d8e4;
  border-radius: 3px;
  padding: 0 0.25rem;
  overflow-wrap: break-word;
}

pre {
  background-color: #b8d8e4;
  border-radius: 3px;
  white-space: pre;
  overflow: auto;
  padding: 1rem;
}

blockquote p {
  font-weight: 500;
}
blockquote cite {
  display: inline-block;
  color: #fefefe;
  font-size: 0.999999rem;
  font-weight: 300;
}
blockquote cite::before {
  content: "— ";
}
.article blockquote {
  color: #428fae;
}

article li {
  margin-bottom: 1rem;
}

.related-content {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
}
.related-content a {
  text-decoration: none;
}
.related-content a:hover {
  color: inherit;
}
.related-content ul {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(320px, 2fr));
  padding: 1rem 0;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .related-content ul {
    gap: 4rem;
    padding: 2rem;
    margin-bottom: 4rem;
  }
}
.related-content li {
  list-style: none;
  display: flex;
  background-color: rgba(43, 40, 40, 0.05);
  border-radius: 3px;
  box-shadow: 1px 1px 2px #e6e6e6;
}
.related-content li:hover {
  transition: box-shadow 0.25s ease;
  box-shadow: 0px 0px 1px 2px #4e9dbc;
}
@media (min-width: 900px) {
  .related-content li {
    max-width: 400px;
  }
}
.related-content .tag {
  position: absolute;
  margin-top: 1rem;
  padding: 0.33rem 1rem;
  text-transform: capitalize;
  color: #4e9dbc;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0 3px 3px 0;
}
.related-content img {
  border-radius: 3px 3px 0 0;
}
.related-content div {
  padding: 0 1rem 0.5rem;
}
.related-content h2 {
  color: #428fae;
  font-size: 1.33rem;
  font-weight: 700;
  margin: 0;
}
.related-content p {
  margin: 0;
}

.service-cards {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
}
.service-cards a {
  text-decoration: none;
}
.service-cards a:hover {
  color: inherit;
}
.service-cards ul {
  padding: 0 0 2rem;
}
.service-cards li {
  list-style: none;
  padding: 2rem 0;
}
@media (min-width: 600px) {
  .service-cards li {
    display: flex;
    gap: 2rem;
  }
}
@media (min-width: 600px) {
  .service-cards .service-hero {
    flex: 0 0 35%;
    padding-top: 1rem;
  }
}
@media (min-width: 900px) {
  .service-cards .service-hero {
    padding-top: 0.5rem;
  }
}
@media (min-width: 600px) {
  .service-cards .service-copy {
    flex: 1 0 50%;
  }
}
.service-cards h2 {
  color: #4e9dbc;
  font-weight: 700;
  margin: 0;
}
.service-cards p {
  margin: 0;
}
.service-cards p.cta {
  display: inline-block;
  color: #4e9dbc;
  font-weight: 800;
  position: relative;
}
.service-cards p.cta:after {
  content: " ";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #4e9dbc;
  transition: 0.3s;
}
.service-cards a:hover .cta:after {
  width: 100%;
}
.service-cards img {
  border-radius: 3px;
}

.client-feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2b2b2b;
  margin-top: 2rem;
  gap: 3rem;
  padding: 2rem 0;
}
@media (min-width: 600px) {
  .client-feedback {
    padding: 4rem 0;
  }
}
.client-feedback section {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
}
.client-feedback section p, .client-feedback section h1 {
  color: #fefefe;
  margin-top: 0;
}
.client-feedback section p {
  margin-bottom: 0;
}
.client-feedback .review {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
  color: #4e9dbc;
}
.client-feedback .review p {
  padding: 0 1rem;
}
@media (min-width: 600px) {
  .client-feedback .review p {
    padding: 0 2rem;
  }
}
.client-feedback .review cite {
  padding: 0 1rem;
}
@media (min-width: 600px) {
  .client-feedback .review cite {
    padding-left: 4rem;
    max-width: 50%;
  }
}

a.button, .button {
  flex: 0 1 auto;
  font-family: "Lato", Roboto, Arial, sans-serif;
  color: #000000;
  background-color: #4e9dbc;
  text-align: center;
  text-decoration: none;
  padding: 0.75rem 1rem;
  border-radius: 2px;
  border: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
@media (min-width: 600px) {
  a.button, .button {
    margin-top: 1rem;
  }
}

.logofarm {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
}
.logofarm ul {
  display: grid;
  gap: 2rem;
  padding: 2rem 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 600px) {
  .logofarm ul {
    grid-template-columns: repeat(4, 1fr);
    padding: 2rem;
  }
}
@media (min-width: 900px) {
  .logofarm ul {
    gap: 4rem;
    padding: 4rem 3rem 6rem;
  }
}
.logofarm li {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

img {
  max-inline-size: 100%;
  block-size: auto;
  border-radius: 3px;
}

figure {
  margin: 0;
}
figure img {
  max-height: 60vh;
}
figure figcaption {
  font-size: 0.999999rem;
  font-weight: 300;
  font-style: italic;
}

figure {
  margin: 3rem 0;
}
figure .outline {
  border: 1px solid rgba(43, 40, 40, 0.05);
}
figure .outline img {
  max-inline-size: calc(100% - 2px);
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fefefe;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header > nav {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
}

section.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.banner div.cover-text {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
}

section.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.cta > div {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer > section, footer > p {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
}

header {
  background-color: #fefefe;
  font-family: "Lato", Roboto, Arial, sans-serif;
  color: #000000;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 65px;
  transition: height 0.3s linear;
}
@media (min-width: 375px) {
  header {
    height: 80px;
  }
  header.compact {
    box-shadow: 0 2px 3px #888888;
  }
}
@media (min-width: 900px) {
  header {
    height: 120px;
  }
  header.compact {
    box-shadow: 0 2px 3px #888888;
    height: 75px;
  }
  header.compact nav .nav-title .subtitle, header.compact .rule {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s linear;
  }
}
header nav {
  display: flex;
  padding-top: 5px;
  justify-content: space-between;
}
@media (min-width: 900px) {
  header nav {
    padding-top: 10px;
  }
}
header nav a, header nav a:hover {
  color: #000000;
  text-decoration: none;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav .nav-title {
  padding-right: 0.75rem;
}
header nav .nav-title a:hover {
  color: #000000;
}
header nav .nav-title li {
  list-style: none;
}
header nav .nav-title .title {
  font-size: 1.125rem;
  font-weight: 400;
}
@media (min-width: 375px) {
  header nav .nav-title .title {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
@media (min-width: 900px) {
  header nav .nav-title .title {
    font-size: 2rem;
    padding-top: 0.125rem;
  }
}
header nav .nav-title .subtitle {
  font-size: 0.8rem;
  font-weight: 300;
  margin-top: -4px;
  transition: visibility 0.25s, opacity 0.25s linear;
}
@media (min-width: 375px) {
  header nav .nav-title .subtitle {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 900px) {
  header nav .nav-title .subtitle {
    font-size: 1em;
    letter-spacing: 2.15px;
    margin-top: -6px;
  }
}
header nav .menu-toggle {
  width: 1.8rem;
  height: 1.8rem;
  align-self: center;
}
@media (min-width: 900px) {
  header nav .menu-toggle {
    display: none;
  }
}
header nav #nav-menu {
  background-color: #4e9dbc;
  color: #000000;
  height: 100%;
  overflow-x: hidden;
  padding-top: 50px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: 0.33s cubic-bezier(0.22, 0.61, 0.36, 1);
}
header nav #nav-menu button {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  padding: 0;
  top: 22px;
  right: 10px;
  background: content-box;
  border: none;
}
header nav #nav-menu button svg {
  color: #000000;
}
header nav #nav-menu ul {
  padding-top: 2rem;
}
header nav #nav-menu li {
  text-transform: lowercase;
  padding: 0.75rem 1.75rem;
  text-align: right;
}
@media (min-width: 375px) {
  header nav #nav-menu li {
    font-size: 1.5rem;
  }
}
@media (min-width: 900px) {
  header nav #nav-menu {
    position: static;
    display: block;
    margin-top: 11px;
    margin-left: 10px;
    background-color: inherit;
    color: inherit;
    flex: auto;
    padding-top: 0;
    width: unset;
  }
  header nav #nav-menu button {
    display: none;
  }
  header nav #nav-menu ul {
    display: inline-block;
    text-align: right;
    width: 100%;
    padding-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  header nav #nav-menu a {
    border-bottom-color: rgba(0, 0, 0, 0);
    transition: border-color 0.2s linear;
  }
  header nav #nav-menu a:hover, header nav #nav-menu a:focus, header nav #nav-menu a[data-state=active] {
    padding-bottom: 2px;
    border-bottom: 3px solid #4e9dbc;
  }
  header nav #nav-menu li {
    display: inline;
    font-size: 1.125rem;
    list-style: none;
    font-weight: 300;
    text-transform: lowercase;
    padding: 0 1rem 0 0;
  }
  header nav #nav-menu li:last-child {
    padding-right: 0.5rem;
  }
  header nav #nav-menu li.nav-bar-hidden {
    display: none;
  }
}
header nav #nav-menu .rule {
  display: none;
  height: 29px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media (min-width: 900px) {
  header nav #nav-menu .rule {
    display: block;
  }
}
header nav #nav-menu.side-nav-closed {
  transform: translate3d(100%, 0, 0);
}
@media (min-width: 900px) {
  header nav #nav-menu.side-nav-closed {
    transform: translate3d(0, 0, 0);
  }
}
header nav #nav-menu.side-nav-open {
  transform: translate3d(0, 0, 0);
}

.sidebar h2, .related h2 {
  color: #000000;
  font-weight: 400;
  font-variant: all-small-caps;
}
.sidebar ul, .related ul {
  padding-left: 0;
}
.sidebar li, .related li {
  list-style: none;
  text-transform: lowercase;
}

.sidebar {
  display: none;
}
@media (min-width: 900px) {
  .sidebar {
    display: block;
  }
}
@media (min-width: 900px) and (min-height: 700px) {
  .sidebar.index {
    position: sticky;
    top: 50px;
    align-self: flex-start;
    padding-bottom: 10rem;
  }
}

.related {
  margin-bottom: 3rem;
}
.related h2, .related ul, .related li {
  display: inline;
}
.related h2 {
  font-size: 1.5rem;
}
.related h2:after {
  content: ": ";
}
.related li:not(:last-of-type):after {
  content: ", ";
}

.banner {
  margin-top: 65px;
  position: relative;
  background: #4e9dbc;
}
.banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 375px) {
  .banner {
    margin-top: 80px;
  }
}
@media (min-width: 900px) {
  .banner {
    margin-top: 120px;
  }
}
.banner .cover-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
@media (min-width: 600px) {
  .banner .cover-overlay {
    left: -48%;
    transform: skew(38deg);
  }
}
.banner .cover-text {
  z-index: 2;
  color: #4e9dbc;
}
.banner .cover-text p {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1rem 0;
  margin: 0 0 1rem;
}
@media (min-width: 600px) {
  .banner .cover-text p {
    font-size: 1.875rem;
    width: 43%;
    padding: 1.5rem 3rem 1.5rem 0;
  }
}

nav.breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
}
nav.breadcrumb ul {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0.25rem 0 0.125rem 0.125rem;
}
@media (min-width: 600px) {
  nav.breadcrumb ul {
    padding-top: 0.333333rem;
  }
}
nav.breadcrumb ul li a {
  text-decoration: none;
}
nav.breadcrumb ul li:not(:last-child)::after {
  margin: 0 0.75rem;
  content: "\\";
}

section.cta {
  background-color: #2b2b2b;
  color: #fefefe;
}
section.cta div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(1rem, 10%);
  padding: 3rem 0;
}
@media (min-width: 900px) {
  section.cta div {
    flex-direction: row;
    align-items: flex-start;
  }
}
section.cta div p {
  width: 100%;
  font-size: 2rem;
}
section.cta div a.button {
  width: max(10rem, 33%);
}

footer {
  background-color: #4e9dbc;
}
footer .site-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 600px) {
  footer .site-info {
    margin-top: 1rem;
  }
}
@media (min-width: 900px) {
  footer .site-info {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 2rem;
  }
  footer .site-info p, footer .site-info ul {
    width: max(48%, 360px);
  }
}
footer .site-info .description {
  font-weight: 300;
  color: #2b2b2b;
}
footer .site-info .nav {
  display: grid;
  width: min(400px, 100%);
  grid-template-columns: repeat(3, minmax(10px, 1fr));
  padding-inline-start: 0;
  row-gap: 1.5rem;
}
@media (min-width: 900px) {
  footer .site-info .nav {
    row-gap: 0;
  }
}
footer .site-info .nav li {
  font-weight: 500;
  list-style: none;
  font-family: "Lato", Roboto, Arial, sans-serif;
  justify-self: center;
}
footer .site-info .nav li a {
  color: #2b2b2b;
  position: relative;
  text-decoration: none;
}
footer .site-info .nav li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #2b2b2b;
  transition: 0.3s;
}
footer .site-info .nav li a:hover:after, footer .site-info .nav li a:focus:after {
  width: 100%;
}
footer .social ul {
  display: flex;
  justify-content: space-around;
  padding-inline-start: 0;
}
@media (min-width: 600px) {
  footer .social ul {
    padding: 0 25%;
  }
}
footer .social ul li {
  list-style: none;
}
footer .social ul li svg {
  width: 3rem;
}
@media (min-width: 600px) {
  footer .social ul li svg {
    width: 3.5rem;
  }
}
footer .social ul a {
  fill: #2b2b2b;
  stroke: #2b2b2b;
  stroke-width: 2;
}
@media (min-width: 600px) {
  footer .social ul a {
    width: 3rem;
  }
}
footer .social ul a:hover, footer .social ul a:focus {
  fill: #4e9dbc;
  stroke-dashoffset: 0px;
  transition: stroke-dashoffset 0.5s, fill 0.25s;
}
footer .social ul .linkedin a {
  stroke-dasharray: 350px;
  stroke-dashoffset: 350px;
}
footer .social ul .linkedin a:hover, footer .social ul .linkedin a:focus {
  stroke-dashoffset: 700px;
  transition: stroke-dashoffset 0.33s cubic-bezier(1, 0, 1, 1), fill 0.33s;
}
footer .social ul .twitter a {
  stroke-dasharray: 390px;
  stroke-dashoffset: 390px;
}
footer .social ul .twitter a:hover, footer .social ul .twitter a:focus {
  stroke-dashoffset: 780px;
  transition: stroke-dashoffset 0.33s cubic-bezier(1, 0, 1, 1), fill 0.33s;
}
footer .social ul .slideshare a {
  stroke-dasharray: 400px;
  stroke-dashoffset: 400px;
}
footer .social ul .slideshare a:hover, footer .social ul .slideshare a:focus {
  stroke-dashoffset: 800px;
  transition: stroke-dashoffset 0.33s cubic-bezier(1, 0, 1, 1), fill 0.33s;
}
footer .social ul .github a {
  stroke-dasharray: 562px;
  stroke-dashoffset: 562px;
}
footer .social ul .github a:hover, footer .social ul .github a:focus {
  stroke-dashoffset: 1124px;
  transition: stroke-dashoffset 0.33s cubic-bezier(1, 0, 1, 1), fill 0.33s;
}
footer .copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.overview {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .overview {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1rem;
  }
}
.overview .img {
  margin: 0.5rem 0 0;
}
@media (min-width: 600px) {
  .overview .img {
    order: 10;
  }
}
@media (min-width: 900px) {
  .overview .img {
    flex: 1 0 calc(33% - 0.5rem);
  }
}
.overview h1 {
  flex: 0 0 100%;
}
.overview .copy h2 {
  color: inherit;
  font-weight: 400;
  font-size: 1.33rem;
  margin-top: 0;
}
.overview .copy li {
  margin-bottom: 0;
}
.overview .copy.display p:first-of-type {
  font-size: 1.5rem;
  margin-top: 0;
}
@media (min-width: 600px) {
  .overview .copy ul {
    columns: 2;
  }
}
@media (min-width: 900px) {
  .overview .copy {
    flex: 1 0 calc(66% - 0.5rem);
  }
  .overview .copy ul {
    columns: 2;
  }
}

.service {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service section {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
}
@media (min-width: 900px) {
  .service .detail {
    display: flex;
  }
  .service .detail div {
    flex: 0 0 66%;
  }
}

.study > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.study > div section {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
}
@media (min-width: 900px) {
  .study > div .overview .img {
    margin-top: 2.5rem;
  }
}
.study > div blockquote {
  margin: 2.5rem 1rem;
}
@media (min-width: 900px) {
  .study > div blockquote {
    margin: 2.5rem 0;
  }
}
@media (min-width: 600px) {
  .study > div blockquote p {
    columns: 2;
    column-gap: 2rem;
  }
}
@media (min-width: 900px) {
  .study > div blockquote p {
    column-gap: 3rem;
  }
}
@media (min-width: 600px) {
  .study > div blockquote cite {
    width: 45%;
    margin-left: 55%;
    text-align: right;
  }
}
@media (min-width: 900px) {
  .study > div blockquote cite {
    width: 40%;
    margin-left: 60%;
  }
}
.study > div.feedback {
  background-color: #2b2b2b;
  margin-top: 2rem;
}
.study > div.feedback section {
  color: #4e9dbc;
}
.study > div.goals {
  background-color: rgba(43, 40, 40, 0.05);
}
@media (min-width: 900px) {
  .study > div.goals H2 {
    padding-right: 50%;
  }
}
@media (min-width: 600px) {
  .study > div.goals P:not(section-type) {
    width: 50%;
  }
}
.study > div.goals figure {
  margin: 0;
}
@media (min-width: 600px) {
  .study > div.goals figure {
    width: 45%;
  }
}
.study > div .study-segment {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.study > div .study-segment.running {
  margin-top: 0;
}
@media (min-width: 900px) {
  .study > div .study-segment div {
    flex: 0 0 66%;
  }
}
.study > div .study-segment p.section-type {
  margin: 0;
  font-weight: 400;
  font-size: 1.375rem;
}
.study > div .study-segment H2 {
  margin: 0 0 0.5rem;
  color: #428fae;
}

.singleton article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.singleton .wrap {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
}
.singleton .value-prop .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 3rem;
}
.singleton .value-prop .wrap .display {
  font-size: 1.35rem;
  padding-bottom: 3rem;
}
@media (min-width: 900px) {
  .singleton .value-prop .wrap .display {
    padding-bottom: 0;
  }
}
.singleton .value-prop .wrap .display strong {
  font-weight: 600;
}
.singleton .value-prop .wrap .display em {
  font-style: inherit;
  font-weight: 600;
  color: #428fae;
}
.singleton .value-prop .wrap .display P:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .singleton .value-prop .wrap .display {
    flex: 0 0 55%;
  }
}
@media (min-width: 900px) {
  .singleton .value-prop .wrap .img {
    flex: 0 0 35%;
  }
}
.singleton.home .value-prop {
  background-color: rgba(43, 40, 40, 0.05);
}
.singleton.home .value-prop .wrap {
  padding: 3rem 0;
}
@media (min-width: 600px) {
  .singleton.about .value-prop .wrap .display, .singleton.contact .value-prop .wrap .display {
    flex: 0 0 55%;
  }
}
@media (min-width: 600px) {
  .singleton.about .value-prop .wrap .img, .singleton.contact .value-prop .wrap .img {
    flex: 0 0 35%;
  }
}
.singleton.about .body-text .wrap, .singleton.contact .body-text .wrap {
  display: flex;
  padding-bottom: 4rem;
}
@media (min-width: 900px) {
  .singleton.about .body-text .wrap div, .singleton.contact .body-text .wrap div {
    flex: 0 0 66%;
  }
}
.singleton.speaking ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10%;
  flex-wrap: wrap;
  padding: 1rem 0 4rem;
}
.singleton.speaking li {
  flex: 0 0 100%;
}
@media (min-width: 600px) {
  .singleton.speaking li {
    flex: 0 0 40%;
  }
}
.singleton.speaking li a {
  text-decoration: none;
}
.singleton.speaking time {
  margin: 0;
}
.singleton.speaking h3 {
  margin-top: 0;
}
.singleton.speaking svg {
  height: 0.75rem;
  margin-left: 0.5rem;
}
.singleton.speaking .future {
  background: #4e9dbc;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  margin-left: 0.5rem;
  color: #fff;
}
.singleton.reviews .client-grid {
  list-style: none;
  padding-left: 0;
  padding-bottom: 4rem;
}
.singleton.reviews .review-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
}
@media (min-width: 600px) {
  .singleton.reviews .review-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3rem;
  }
}
.singleton.reviews .review-grid .logo {
  width: 50%;
}
@media (min-width: 600px) {
  .singleton.reviews .review-grid .logo {
    flex: 0 0 15%;
    padding-top: 3rem;
    width: 100%;
  }
}
.singleton.reviews .review-grid .review-body {
  flex: 0 0 80%;
}
@media (min-width: 900px) {
  .singleton.reviews .review-grid .review-body {
    flex: 0 0 65%;
    padding-right: 15%;
  }
}
.singleton.reviews blockquote.review {
  margin: 0;
}
.singleton.reviews blockquote.review p {
  font-weight: 300;
}
.singleton.reviews blockquote.review ul {
  margin: 1rem 0;
  list-style: disc;
}
.singleton.reviews blockquote.review cite {
  display: inline-block;
  color: #000000;
  font-size: inherit;
  font-weight: 300;
  padding-left: 2rem;
  text-indent: -1.25rem;
}
.singleton.reviews blockquote.review cite::before {
  content: "— ";
}
.singleton.reviews blockquote.review:not(:last-of-type) cite {
  padding-bottom: 3rem;
}
.singleton.calendar, .singleton.not-found {
  margin-bottom: 3rem;
}
@media (min-width: 600px) {
  .singleton .client-feedback .button {
    padding: 0.75rem 3rem;
  }
}
.singleton .client-block h1 {
  margin-top: 2rem;
}
@media (min-width: 600px) {
  .singleton .client-block h1 {
    margin-top: 4rem;
  }
}

.article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article .col {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
}
@media (min-width: 900px) {
  .article .col {
    display: flex;
    justify-content: space-between;
  }
}
.article .col img.left-float {
  max-width: 36%;
  float: left;
  margin-right: 1rem;
  margin-top: 2rem;
}
@media (min-width: 600px) {
  .article .col img.left-float {
    max-width: 25%;
  }
}
@media (min-width: 600px) {
  .article .col img.left-float {
    margin-right: 2rem;
  }
}
.article article, .article .preview {
  overflow: hidden;
}
@media (min-width: 900px) {
  .article article, .article .preview {
    flex: 0 0 66%;
  }
}
@media (min-width: 900px) {
  .article nav {
    flex: 0 0 25%;
  }
}
.article nav.pagination {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 4rem;
}
.article nav.pagination .info {
  font-size: 1rem;
  font-weight: 300;
}
.article .preview a.teaser {
  text-decoration: none;
  color: inherit;
}
.article .preview a.teaser:hover p:after {
  color: #428fae;
  transition: all 0.25s ease;
}
.article .preview p:after {
  content: "Read the article »";
  padding-left: 0.5rem;
  text-decoration: underline;
  transition: all 0.25s ease;
}

.category {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.category section {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
}

.clients {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
}
.clients section {
  width: calc(100% - 1em);
  max-width: 1000px;
  margin: 0 0.5em;
}

.singleton.contact .contact-form .alert {
  display: none;
  background-color: #f7e4e1;
}
.singleton.contact .contact-form .alert svg {
  width: 24px;
}
.singleton.contact .contact-form div.form-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.singleton.contact .contact-form div.form-content div {
  flex: 0 0 100%;
}
@media (min-width: 600px) {
  .singleton.contact .contact-form div.form-content div {
    flex: 0 0 47%;
  }
}
.singleton.contact .contact-form div.form-content label, .singleton.contact .contact-form div.form-content input, .singleton.contact .contact-form div.form-content textarea {
  display: block;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 600px) {
  .singleton.contact .contact-form div.form-content .message-text {
    flex: 0 0 100%;
  }
}
.singleton.contact .contact-form div.form-content .form-field {
  padding: 0.5rem;
  width: calc(100% - 1rem);
}
.singleton.contact .contact-form div.form-content .send {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 0 0 100%;
  align-items: flex-start;
}
.singleton.contact .contact-form div.form-content .send .button {
  margin: 4rem 20% 0;
  padding: 1rem;
  flex: 0 0 60%;
}
@media (min-width: 600px) {
  .singleton.contact .contact-form div.form-content .send .button {
    flex: 0 0 30%;
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */
