div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input[type="text"],
input[type="email"],
textarea,
blockquote,
pre,
hr,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong,
b,
mark {
  font-weight: 700;
  font-style: inherit;
}
em,
i,
cite,
q,
address,
dfn,
var {
  font-style: italic;
  font-weight: inherit;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
ins {
  border-bottom: 1px solid;
}
a,
u,
ins {
  text-decoration: none;
}
del,
s {
  text-decoration: line-through;
}
pre,
code,
samp,
kbd {
  font-family: monospace;
}
small {
  font-size: 0.75em;
}
img {
  border: 0;
  font-style: italic;
}
input,
select,
option,
optgroup,
textarea {
  font: inherit;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  text-rendering: optimizeLegibility;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
input,
textarea,
button {
  -webkit-appearance: none;
  outline: none;
  border: 0;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
    transform: translate(-50%, -50%) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
    transform: translate(-50%, -50%) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
  }
}
.fluidbox {
  outline: none;
}
.fluidbox__overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  cursor: zoom-out;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: -100%;
  left: 0;
  bottom: -100%;
  right: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.fluidbox--opened .fluidbox__overlay {
  pointer-events: auto;
}
.fluidbox__wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.fluidbox--closed .fluidbox__thumb,
.fluidbox__thumb {
  -webkit-transition: opacity 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s;
}
.fluidbox__ghost {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transition: opacity 0s 0s, -webkit-transform 0.25s 0s;
  transition: opacity 0s 0s, -webkit-transform 0.25s 0s;
  transition: opacity 0s 0s, transform 0.25s 0s;
  transition: opacity 0s 0s, transform 0.25s 0s, -webkit-transform 0.25s 0s;
}
.fluidbox--opened .fluidbox__ghost {
  cursor: pointer;
  cursor: zoom-out;
}
.fluidbox--closed .fluidbox__ghost {
  -webkit-transition: opacity 0s 0.25s, -webkit-transform 0.25s 0s;
  transition: opacity 0s 0.25s, -webkit-transform 0.25s 0s;
  transition: opacity 0s 0.25s, transform 0.25s 0s;
  transition: opacity 0s 0.25s, transform 0.25s 0s, -webkit-transform 0.25s 0s;
}
.fluidbox__loader {
  opacity: 0;
  -webkit-perspective: 200px;
  perspective: 200px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fluidbox__loader:before {
  background-color: rgba(255, 255, 255, 0.85);
  content: "";
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  padding-bottom: 20%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fluidbox--loading .fluidbox__loader {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s;
  transition: opacity 0.25s ease-in-out 0.25s;
}
.fluidbox--loading .fluidbox__loader:before {
  -webkit-animation: a 1s 0s infinite ease-in-out forwards;
  animation: a 1s 0s infinite ease-in-out forwards;
}
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 500ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
html,
body {
  height: 100%;
}
body {
  background: #fff;
  font-family: "Ubuntu Mono", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #202224;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
hr {
  border: 0;
  height: 2px;
  background-color: #ecedef;
}
.page-loader {
  display: none;
}
.page {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
section:not(.hero) {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
body.loading .loader {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out 1s;
  -moz-transition: all 0.4s ease-in-out 1s;
  -ms-transition: all 0.4s ease-in-out 1s;
  -o-transition: all 0.4s ease-in-out 1s;
  transition: all 0.4s ease-in-out 1s;
}
body.loading .page {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out, transform 0s ease-in-out 0.4s;
  -moz-transition: all 0.4s ease-in-out, transform 0s ease-in-out 0.4s;
  -ms-transition: all 0.4s ease-in-out, transform 0s ease-in-out 0.4s;
  -o-transition: all 0.4s ease-in-out, transform 0s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out, transform 0s ease-in-out 0.4s;
}
body.loading section:not(.hero) {
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.4s ease-in-out, transform 0s ease-in-out 0.4s;
  -moz-transition: all 0.4s ease-in-out, transform 0s ease-in-out 0.4s;
  -ms-transition: all 0.4s ease-in-out, transform 0s ease-in-out 0.4s;
  -o-transition: all 0.4s ease-in-out, transform 0s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out, transform 0s ease-in-out 0.4s;
}
body.loading .footer {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.loader svg {
  width: 100%;
  height: 100%;
  fill: rgba(32, 34, 36, 0.2);
}
.buy-cta {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
}
.buy-cta__link {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #dc5b5d;
}
@media only screen and (min-width: 768px) {
  .buy-cta__link {
    width: 60px;
    height: 60px;
  }
}
.buy-cta__link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #fff;
}
@media only screen and (min-width: 768px) {
  .buy-cta__link svg {
    width: 30px;
    height: 30px;
  }
}
.buy-cta__link:hover .buy-cta__text {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.buy-cta__text {
  position: absolute;
  top: 0;
  right: 40px;
  background: #dc5b5d;
  padding: 14px 10px 13px 17px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .buy-cta__text {
    right: 60px;
    padding: 22px 14px 23px 25px;
    font-size: 15px;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
input[type="text"],
input[type="email"],
textarea {
  background-color: white;
  display: block;
  border: 0;
  border-bottom: 1px solid #ecedef;
  padding: 12px 0 16px;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-bottom-color: #202224;
}
input[type="text"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #aeb3bb;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aeb3bb;
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #aeb3bb;
}
.input-group {
  padding-top: 8px;
  margin-bottom: 24px;
}
.input-group input,
.input-group textarea {
  width: 100%;
}
.input-submit {
  display: flex;
  justify-content: flex-end;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.subtitle,
.subtitle--light,
.page-post .post__content.highlight-first p:first-child,
.page-project .post__content.highlight-first p:first-child,
.page-post .post__content.highlight-first input[type="text"]:first-child,
.page-project .post__content.highlight-first input[type="text"]:first-child,
.page-post .post__content.highlight-first input[type="email"]:first-child,
.page-project .post__content.highlight-first input[type="email"]:first-child,
.page-post .post__content.highlight-first textarea:first-child,
.page-project .post__content.highlight-first textarea:first-child {
  font-family: Rubik, sans-serif;
  color: #202224;
}
h1,
.h1 {
  font-size: 42px;
  letter-spacing: -1.2px;
  line-height: 48px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.5px;
  }
}
h2,
.h2 {
  font-size: 36px;
  letter-spacing: -1.04px;
  line-height: 44px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.6px;
  }
}
h3,
.h3 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.54px;
  line-height: 36px;
}
@media only screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.4px;
  }
}
h4,
.h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.6px;
}
@media only screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 32px;
    letter-spacing: -1px;
  }
}
h5,
.h5 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media only screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
h6,
.h6 {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media only screen and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1220px) {
  h6,
  .h6 {
    font-size: 20px;
  }
}
.subtitle,
.subtitle--light,
.page-post .post__content.highlight-first p:first-child,
.page-project .post__content.highlight-first p:first-child,
.page-post .post__content.highlight-first input[type="text"]:first-child,
.page-project .post__content.highlight-first input[type="text"]:first-child,
.page-post .post__content.highlight-first input[type="email"]:first-child,
.page-project .post__content.highlight-first input[type="email"]:first-child,
.page-post .post__content.highlight-first textarea:first-child,
.page-project .post__content.highlight-first textarea:first-child {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 28px;
}
.subtitle--light,
.page-post .post__content.highlight-first p:first-child,
.page-project .post__content.highlight-first p:first-child,
.page-post .post__content.highlight-first input[type="text"]:first-child,
.page-project .post__content.highlight-first input[type="text"]:first-child,
.page-post .post__content.highlight-first input[type="email"]:first-child,
.page-project .post__content.highlight-first input[type="email"]:first-child,
.page-post .post__content.highlight-first textarea:first-child,
.page-project .post__content.highlight-first textarea:first-child {
  font-weight: 400;
}
.subtitle i,
.subtitle--light i,
.page-post .post__content.highlight-first p:first-child i,
.page-project .post__content.highlight-first p:first-child i,
.page-post .post__content.highlight-first input[type="text"]:first-child i,
.page-project .post__content.highlight-first input[type="text"]:first-child i,
.page-post .post__content.highlight-first input[type="email"]:first-child i,
.page-project .post__content.highlight-first input[type="email"]:first-child i,
.page-post .post__content.highlight-first textarea:first-child i,
.page-project .post__content.highlight-first textarea:first-child i,
.subtitle a,
.subtitle--light a,
.page-post .post__content.highlight-first p:first-child a,
.page-project .post__content.highlight-first p:first-child a,
.page-post .post__content.highlight-first input[type="text"]:first-child a,
.page-project .post__content.highlight-first input[type="text"]:first-child a,
.page-post .post__content.highlight-first input[type="email"]:first-child a,
.page-project .post__content.highlight-first input[type="email"]:first-child a,
.page-post .post__content.highlight-first textarea:first-child a,
.page-project .post__content.highlight-first textarea:first-child a {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(237, 122, 192, 0.2);
}
@media only screen and (min-width: 768px) {
  .subtitle,
  .subtitle--light,
  .page-post .post__content.highlight-first p:first-child,
  .page-project .post__content.highlight-first p:first-child,
  .page-post .post__content.highlight-first input[type="text"]:first-child,
  .page-project .post__content.highlight-first input[type="text"]:first-child,
  .page-post .post__content.highlight-first input[type="email"]:first-child,
  .page-project .post__content.highlight-first input[type="email"]:first-child,
  .page-post .post__content.highlight-first textarea:first-child,
  .page-project .post__content.highlight-first textarea:first-child {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.16px;
  }
}
p,
input[type="text"],
input[type="email"],
textarea,
.body,
.page-post .post__content li,
.page-project .post__content li {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.04px;
}
p.--small,
input.--small[type="text"],
input.--small[type="email"],
textarea.--small,
.body.--small,
.page-post .post__content li.--small,
.page-project .post__content li.--small {
  font-weight: 400;
  letter-spacing: 0.04px;
  font-size: 16px;
  line-height: 24px;
}
p strong,
input[type="text"] strong,
input[type="email"] strong,
textarea strong,
.body strong,
.page-post .post__content li strong,
.page-project .post__content li strong {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  p,
  input[type="text"],
  input[type="email"],
  textarea,
  .body,
  .page-post .post__content li,
  .page-project .post__content li {
    font-size: 18px;
  }
}
ul,
ol {
  list-style-position: inside;
}
blockquote {
  margin-top: 16px;
  border-left: 2px solid #202224;
  padding: 10px 0 10px 32px;
}
blockquote p,
blockquote input[type="text"],
blockquote input[type="email"],
blockquote textarea {
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  blockquote p,
  blockquote input[type="text"],
  blockquote input[type="email"],
  blockquote textarea {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1220px) {
  blockquote p,
  blockquote input[type="text"],
  blockquote input[type="email"],
  blockquote textarea {
    font-size: 38px;
  }
}
a {
  text-decoration: none;
  color: #202224;
  font-weight: 700;
  -webkit-transition: all 120ms ease-in-out;
  -moz-transition: all 120ms ease-in-out;
  -ms-transition: all 120ms ease-in-out;
  -o-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
}
a:hover {
  color: #62b9cc;
}
.label,
.label--small,
label,
.post__more .prev-post::before,
.post__more .next-post::before,
.post__more .prev-project::before,
.post__more .next-project::before,
time {
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.8px;
  color: #afbbae;
  text-transform: uppercase;
}
.label--small,
label,
.post__more .prev-post::before,
.post__more .next-post::before,
.post__more .prev-project::before,
.post__more .next-project::before {
  font-size: 12px;
  letter-spacing: 0.5px;
}
label {
  color: #202224;
}
.footnote {
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: -0.04px;
}
a.footnote {
  font-weight: 700;
}
time {
  display: inline-block;
}
code {
  font-family: "Ubuntu Mono", sans-serif;
}
::selection {
  background: #62b9cc;
  color: #fff;
}
::-moz-selection {
  background: #62b9cc;
  color: #fff;
}
.button--text,
.button--text--accent,
.button--fill {
  font-family: Rubik, sans-serif;
  line-height: 18px;
  display: inline-block;
  font-size: 13px;
  color: #202224;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  cursor: pointer;
}
.button--text.--right,
.--right.button--text--accent,
.--right.button--fill {
  --color-var: #202224;
}
.button--text.--right::after,
.--right.button--text--accent::after,
.--right.button--fill::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  mask: url("../images/icons/arrow-right-accent.svg") right center no-repeat;
  -webkit-mask: url("../images/icons/arrow-right-accent.svg") right center
    no-repeat;
  margin-left: 4px;
  background-color: var(--color-var);
}
.button--text.--right:hover,
.--right.button--text--accent:hover,
.--right.button--fill:hover {
  transform: translateX(2px);
  opacity: 0.7;
}
.button--text.--left,
.--left.button--text--accent,
.--left.button--fill {
  --color-var: #202224;
}
.button--text.--left::before,
.--left.button--text--accent::before,
.--left.button--fill::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  mask: url("../images/icons/arrow-right-accent.svg") right center no-repeat;
  -webkit-mask: url("../images/icons/arrow-right-accent.svg") right center
    no-repeat;
  margin-right: 4px;
  background-color: var(--color-var);
  transform: rotate(180deg);
}
.button--text.--left:hover,
.--left.button--text--accent:hover,
.--left.button--fill:hover {
  transform: translateX(-2px);
  opacity: 0.7;
}
.button--text--accent {
  color: #62b9cc;
}
.button--text--accent.--right::after,
.button--text--accent.--left::before {
  background-color: #62b9cc;
}
.button--text:hover,
.button--text--accent:hover,
.button--fill:hover {
  color: #d8cdcd;
}
.button--fill {
  background-color: #79818c;
  color: white;
  padding: 14px 20px 12px;
  border-radius: 40px;
  text-decoration: none !important;
}
.button--fill:hover {
  color: white;
  background-color: #6b5252;
}
.button--fill:active {
  transform: scale(0.98);
}
.button--close-modal {
  background: url("../images/icons/arrow-cross-accent.svg")
    rgba(237, 122, 192, 0.08) center center no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--close-modal:active {
  background-color: rgba(237, 122, 192, 0.14);
}
@media only screen and (min-width: 768px) {
  .button--text,
  .button--text--accent,
  .button--fill {
    font-size: 14px;
  }
}
.page,
.page__content {
  width: 100%;
}
.wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 1200px;
}
.grid,
.grid__2-col,
.grid__3-col {
  display: grid;
  grid-gap: 30px;
}
.grid__2-col {
  grid-template-columns: repeat(2, 1fr);
}
.grid__3-col {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 768px) {
  .grid,
  .grid__2-col,
  .grid__3-col {
    grid-gap: 30px;
  }
}
.locked {
  overflow: hidden;
}
.header--single {
  padding: 40px 0 48px;
}
.header--single .header__title {
  margin-bottom: 16px;
}
.header--single .header__subtitle {
  max-width: 556px;
}
@media only screen and (min-width: 768px) {
  .header--single {
    padding: 56px 0 120px;
  }
}
.stats-table {
  width: 100%;
  margin-bottom: 50px;
  border-collapse: separate;
}
.stats-table th {
  text-align: left;
  background-color: #eee;
}
.stats-table th,
.stats-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.stats-table th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.stats-table th:first-child,
.stats-table td:first-child {
  border-left: 1px solid #ddd;
}
.stats-table th:first-child {
  border-top-left-radius: 4px;
}
.stats-table td:first-child {
  border-bottom-left-radius: 4px;
}
.stats-table th:last-child {
  border-top-right-radius: 4px;
}
.stats-table td:last-child {
  border-bottom-right-radius: 4px;
}
@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  .stats-table {
    margin: 0 0 30px 0;
  }
  .stats-table,
  .stats-table thead,
  .stats-table tbody,
  .stats-table th,
  .stats-table td,
  .stats-table tr {
    display: block;
  }
  .stats-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .stats-table tr {
    border: 1px solid #ccc;
  }
  .stats-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    border-radius: 0 !important;
    border-left: none 0 !important;
  }
  .stats-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .stats-table td:nth-of-type(1):before {
    content: "First Name";
  }
  .stats-table td:nth-of-type(2):before {
    content: "Last Name";
  }
  .stats-table td:nth-of-type(3):before {
    content: "Job Title";
  }
  .stats-table td:nth-of-type(4):before {
    content: "Favorite Color";
  }
  .stats-table td:nth-of-type(5):before {
    content: "Wars of Trek?";
  }
  .stats-table td:nth-of-type(6):before {
    content: "Secret Alias";
  }
  .stats-table td:nth-of-type(7):before {
    content: "Date of Birth";
  }
  .stats-table td:nth-of-type(8):before {
    content: "Dream Vacation City";
  }
  .stats-table td:nth-of-type(9):before {
    content: "GPA";
  }
  .stats-table td:nth-of-type(10):before {
    content: "Arbitrary Data";
  }
}
.page-blog .all-posts {
  margin-bottom: 48px;
}
.page-blog .all-posts .post-new {
  margin-bottom: 16px;
}
.page-blog .all-posts .post-new .grid,
.page-blog .all-posts .post-new .grid__2-col,
.page-blog .all-posts .post-new .grid__3-col {
  grid-gap: 24px;
}
.page-blog .all-posts .post-new .post__image {
  width: calc(100% + 60px);
  height: 288px;
  position: relative;
  margin-left: -30px;
  margin-bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-blog .all-posts .post-new .post__image--new::before {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #62b9cc;
  color: white;
  border: 2px solid white;
  border-radius: 100%;
  font-family: Rubik, sans-serif;
  font-weight: 700;
  font-size: 10px;
  position: absolute;
  top: -28px;
  right: 30px;
  transform: rotate(30deg);
}
.page-blog .all-posts .post-new .post__content-wrap {
  justify-self: center;
  align-self: center;
}
.page-blog .all-posts .post-new .post__content {
  max-width: 456px;
}
.page-blog .all-posts .post-new .post__date {
  margin-bottom: 8px;
}
.page-blog .all-posts .post-new .post__title {
  margin-bottom: 12px;
}
.page-blog .all-posts .post-new .post__description {
  margin-bottom: 16px;
}
.page-blog .all-posts .posts__list {
  grid-row-gap: 56px;
}
.page-blog .pagination {
  margin-bottom: 48px;
}
.page-blog .pagination .wrap {
  display: flex;
  justify-content: center;
}
.page-blog .pagination a {
  margin: 0 10px;
}
@media only screen and (min-width: 768px) {
  .page-blog .all-posts {
    margin-bottom: 80px;
  }
  .page-blog .all-posts .posts__list {
    grid-template-columns: 1fr 1fr;
  }
  .page-blog .all-posts .post-new {
    grid-column: 1/3;
  }
  .page-blog .all-posts .post-new .grid,
  .page-blog .all-posts .post-new .grid__2-col,
  .page-blog .all-posts .post-new .grid__3-col {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .page-blog .all-posts .post-new .post__image {
    width: 100%;
    margin-left: 0;
  }
  .page-blog .all-posts .post-new .post__image::before {
    width: 56px;
    height: 56px;
    right: -28px;
    font-size: 12px;
    border: 3px solid white;
  }
  .page-blog .all-posts .post-new .post__title {
    margin-bottom: 24px;
  }
  .page-blog .all-posts .post-new .post__description {
    margin-bottom: 24px;
  }
  .page-blog .pagination a {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-blog .all-posts {
    margin-bottom: 100px;
  }
  .page-blog .all-posts .post-new {
    grid-column: 1/4;
  }
  .page-blog .all-posts .post-new .post__image {
    height: 386px;
  }
  .page-blog .all-posts .posts__list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 80px;
  }
}
.page-post .post__header,
.page-project .post__header {
  padding-bottom: 48px;
}
.page-post .post__title,
.page-project .post__title {
  margin-bottom: 16px;
}
.page-post .post__date,
.page-project .post__date {
  margin-bottom: 48px;
}
.page-post .post__featured-image,
.page-project .post__featured-image {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.page-post .post__content.highlight-first p:first-child,
.page-project .post__content.highlight-first p:first-child,
.page-post .post__content.highlight-first input[type="text"]:first-child,
.page-project .post__content.highlight-first input[type="text"]:first-child,
.page-post .post__content.highlight-first input[type="email"]:first-child,
.page-project .post__content.highlight-first input[type="email"]:first-child,
.page-post .post__content.highlight-first textarea:first-child,
.page-project .post__content.highlight-first textarea:first-child {
  line-height: 36px;
}
.page-post .post__content,
.page-project .post__content {
  max-width: 656px;
  margin-bottom: 80px;
}
.page-post .post__content p,
.page-project .post__content p,
.page-post .post__content input[type="text"],
.page-project .post__content input[type="text"],
.page-post .post__content input[type="email"],
.page-project .post__content input[type="email"],
.page-post .post__content textarea,
.page-project .post__content textarea {
  margin-bottom: 16px;
}
.page-post .post__content ul,
.page-project .post__content ul,
.page-post .post__content ol,
.page-project .post__content ol {
  margin-bottom: 24px;
  padding-left: 16px;
}
.page-post .post__content p img,
.page-project .post__content p img,
.page-post .post__content input[type="text"] img,
.page-project .post__content input[type="text"] img,
.page-post .post__content input[type="email"] img,
.page-project .post__content input[type="email"] img,
.page-post .post__content textarea img,
.page-project .post__content textarea img {
  width: calc(100vw - 60px);
  max-width: 1140px;
  margin: 40px 0;
}
.page-post .post__content h2,
.page-project .post__content h2 {
  margin: 80px 0 16px;
}
.page-post .post__content h3,
.page-project .post__content h3,
.page-post .post__content h4,
.page-project .post__content h4 {
  margin: 56px 0 16px;
}
.page-post .post__content .table-wrap,
.page-project .post__content .table-wrap {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.page-post .post__content table:not(.rouge-table),
.page-project .post__content table:not(.rouge-table) {
  min-width: 600px;
  margin: 32px 0 40px;
  border: 2px solid #202224;
}
.page-post .post__content table:not(.rouge-table) thead,
.page-project .post__content table:not(.rouge-table) thead {
  background: #202224;
  color: #fff;
  text-align: left;
  font-weight: 700;
}
.page-post .post__content table:not(.rouge-table) thead th,
.page-project .post__content table:not(.rouge-table) thead th {
  font-weight: 700;
}
.page-post .post__content table:not(.rouge-table) th,
.page-project .post__content table:not(.rouge-table) th,
.page-post .post__content table:not(.rouge-table) td,
.page-project .post__content table:not(.rouge-table) td {
  padding: 10px;
  font-size: 17px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .page-post .post__content table:not(.rouge-table) th,
  .page-project .post__content table:not(.rouge-table) th,
  .page-post .post__content table:not(.rouge-table) td,
  .page-project .post__content table:not(.rouge-table) td {
    padding: 15px;
  }
}
@media only screen and (min-width: 1220px) {
  .page-post .post__content table:not(.rouge-table) th,
  .page-project .post__content table:not(.rouge-table) th,
  .page-post .post__content table:not(.rouge-table) td,
  .page-project .post__content table:not(.rouge-table) td {
    padding: 20px;
  }
}
.page-post .post__content table:not(.rouge-table) tr:nth-child(2n),
.page-project .post__content table:not(.rouge-table) tr:nth-child(2n) {
  background: #f4f5f6;
}
.page-post .post__content sup a.footnote,
.page-project .post__content sup a.footnote {
  display: inline-block;
  margin-left: 5px;
  min-width: 16px;
  height: 16px;
  border-radius: 100%;
  border-bottom: none;
  padding: 1px 3px;
  background: #f4f5f6;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
  color: #aeb3bb;
}
.page-post .post__content sup a.footnote:hover,
.page-project .post__content sup a.footnote:hover {
  background: #aeb3bb;
  color: #fff;
}
.page-post .post__content .footnotes,
.page-project .post__content .footnotes {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .page-post .post__content .footnotes,
  .page-project .post__content .footnotes {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1220px) {
  .page-post .post__content .footnotes,
  .page-project .post__content .footnotes {
    margin-top: 80px;
  }
}
.page-post .post__content .footnotes ol,
.page-project .post__content .footnotes ol {
  list-style: none;
  counter-reset: footnotes;
  padding: 0;
}
.page-post .post__content .footnotes ol li,
.page-project .post__content .footnotes ol li {
  margin-top: 5px;
  font-size: 13px;
  counter-increment: footnotes;
}
.page-post .post__content .footnotes ol li:before,
.page-project .post__content .footnotes ol li:before {
  content: counter(footnotes);
  box-sizing: border-box;
  display: inline-block;
  margin-right: 3px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border-bottom: none;
  padding: 2px 3px;
  background: #f4f5f6;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #aeb3bb;
}
.page-post .post__content .footnotes ol li p,
.page-project .post__content .footnotes ol li p,
.page-post .post__content .footnotes ol li input[type="text"],
.page-project .post__content .footnotes ol li input[type="text"],
.page-post .post__content .footnotes ol li input[type="email"],
.page-project .post__content .footnotes ol li input[type="email"],
.page-post .post__content .footnotes ol li textarea,
.page-project .post__content .footnotes ol li textarea {
  display: inline;
  max-width: 100%;
  font-size: 13px;
}
.page-post .post__content .footnotes ol li p a.reversefootnote,
.page-project .post__content .footnotes ol li p a.reversefootnote,
.page-post .post__content .footnotes ol li input[type="text"] a.reversefootnote,
.page-project
  .post__content
  .footnotes
  ol
  li
  input[type="text"]
  a.reversefootnote,
.page-post
  .post__content
  .footnotes
  ol
  li
  input[type="email"]
  a.reversefootnote,
.page-project
  .post__content
  .footnotes
  ol
  li
  input[type="email"]
  a.reversefootnote,
.page-post .post__content .footnotes ol li textarea a.reversefootnote,
.page-project .post__content .footnotes ol li textarea a.reversefootnote {
  border-bottom: 0;
  vertical-align: sub;
}
.page-post .post__content blockquote,
.page-project .post__content blockquote {
  margin: 40px 0;
  width: calc(100vw - 60px);
  max-width: 1140px;
}
.page-post .post__content blockquote p,
.page-project .post__content blockquote p,
.page-post .post__content blockquote input[type="text"],
.page-project .post__content blockquote input[type="text"],
.page-post .post__content blockquote input[type="email"],
.page-project .post__content blockquote input[type="email"],
.page-post .post__content blockquote textarea,
.page-project .post__content blockquote textarea {
  margin: 0;
}
.page-post .post__content ul ul,
.page-project .post__content ul ul,
.page-post .post__content ul ol,
.page-project .post__content ul ol,
.page-post .post__content ol ul,
.page-project .post__content ol ul,
.page-post .post__content ol ol,
.page-project .post__content ol ol {
  max-width: 100%;
  padding-left: 25px;
}
.page-post .post__content .highlight,
.page-project .post__content .highlight {
  display: block;
  font-size: 17px;
  line-height: 28px;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .page-post .post__content .highlight,
  .page-project .post__content .highlight {
    font-size: 18px;
  }
}
.page-post .post__content .highlight .highlight,
.page-project .post__content .highlight .highlight {
  padding: 24px 28px;
}
.page-post .post__content .highlighter-rouge,
.page-project .post__content .highlighter-rouge {
  margin: 32px 0;
}
.page-post .post__content hr,
.page-project .post__content hr {
  margin: 30px auto;
}
.page-post .post__content .gallery,
.page-project .post__content .gallery {
  margin: 32px auto;
}
.page-post .post__content .gallery.full-width,
.page-project .post__content .gallery.full-width {
  width: calc(100vw - 60px);
  max-width: 1140px;
}
.page-post .post__content .gallery.full-width img,
.page-project .post__content .gallery.full-width img {
  max-width: 1140px;
}
.page-post .post__content .video-wrap.full-width,
.page-project .post__content .video-wrap.full-width {
  width: calc(100vw - 60px);
  max-width: 1140px;
}
.page-post .post__content .image-wrap,
.page-project .post__content .image-wrap,
.page-post .post__content .video-wrap,
.page-project .post__content .video-wrap {
  position: relative;
  margin: 32px auto;
}
.page-post .post__content .image-wrap:first-child,
.page-project .post__content .image-wrap:first-child,
.page-post .post__content .video-wrap:first-child,
.page-project .post__content .video-wrap:first-child {
  margin-top: 0;
}
.page-post .post__content [class^="button"],
.page-project .post__content [class^="button"] {
  margin-top: 8px;
}
.page-post .post__content .video,
.page-project .post__content .video {
  position: relative;
  width: 100%;
  height: 0;
}
.page-post .post__content .video iframe,
.page-project .post__content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .page-post .post__header,
  .page-project .post__header {
    padding-bottom: 80px;
  }
  .page-post .post__title,
  .page-project .post__title {
    margin-bottom: 32px;
  }
  .page-post .post__date,
  .page-project .post__date {
    margin-bottom: 80px;
  }
  .page-post .post__content,
  .page-project .post__content {
    margin-bottom: 120px;
  }
  .page-post .post__content p img,
  .page-project .post__content p img,
  .page-post .post__content input[type="text"] img,
  .page-project .post__content input[type="text"] img,
  .page-post .post__content input[type="email"] img,
  .page-project .post__content input[type="email"] img,
  .page-post .post__content textarea img,
  .page-project .post__content textarea img {
    margin: 72px 0;
  }
  .page-post .post__content h3,
  .page-project .post__content h3 {
    margin: 80px 0 12px;
  }
  .page-post .post__content h4,
  .page-project .post__content h4 {
    margin: 80px 0 24px;
  }
  .page-post .post__content blockquote,
  .page-project .post__content blockquote {
    margin: 64px 0;
  }
  .page-post .post__content table:not(.rouge-table),
  .page-project .post__content table:not(.rouge-table) {
    margin: 40px 0 48px;
  }
  .page-post .post__content .gallery,
  .page-project .post__content .gallery,
  .page-post .post__content .image-wrap,
  .page-project .post__content .image-wrap,
  .page-post .post__content .video-wrap,
  .page-project .post__content .video-wrap,
  .page-post .post__content .highlighter-rouge,
  .page-project .post__content .highlighter-rouge {
    margin: 40px auto;
  }
}
.post__more {
  margin-bottom: 120px;
  grid-gap: 20px;
}
.post__more a {
  padding: 32px 30px;
  border: 1px solid #0055ff;
  border-radius: 8px;
  position: relative;
}
.post__more .prev-post::before,
.post__more .next-post::before {
  display: block;
  margin-bottom: 8px;
}
.post__more .prev-project::before,
.post__more .next-project::before {
  display: block;
  margin-bottom: 8px;
}
.post__more .prev-post::before {
  content: "Previous Post";
}
.post__more .prev-project::before {
  content: "Previous Project";
}
.post__more .next-post::before {
  content: "Next Post";
}
.post__more .next-project::before {
  content: "Next Project";
}
.post__more .prev-post::after,
.post__more .next-post::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background: url("../images/icons/arrow-left-gray.svg") center center no-repeat;
  position: absolute;
  top: calc(50% - 6px);
}
.post__more .prev-project::after,
.post__more .next-project::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background: url("../images/icons/arrow-left-gray.svg") center center no-repeat;
  position: absolute;
  top: calc(50% - 6px);
}
.post__more .next-post::after {
  right: 30px;
  transform: rotate(180deg);
}
.post__more .next-project::after {
  right: 30px;
  transform: rotate(180deg);
}
.post__more .prev-post {
  text-align: right;
}
.post__more .prev-project {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .post__more {
    grid-template-columns: 1fr 1fr;
  }
}
.page-project .post__subtitle {
  margin-bottom: 12px;
  max-width: 556px;
}
.page-project .post__content hr {
  background-color: var(--accent);
}
.page-project .post__content blockquote {
  border-left-color: var(--accent);
}
.page-project .post__content table:not(.rouge-table) {
  border: 2px solid var(--accent);
}
.page-project .post__content table:not(.rouge-table) thead {
  background: var(--accent);
}
.page-project .post__content .gallery--carousel .owl-dot.active::after {
  background: var(--accent);
}
@media only screen and (min-width: 768px) {
  .page-project .post__subtitle {
    margin-bottom: 12px;
  }
}
.header--main {
  padding: 40px 0;
}
.header--main .header__logo {
  display: flex;
  align-items: center;
  width: 80px;
  position: relative;
  z-index: 10;
}
.header--main .header__title {
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #202224;
}
@media only screen and (min-width: 768px) {
  .header--main .header__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1220px) {
  .header--main .header__title {
    font-size: 35px;
  }
}
.header--main .header__title:hover {
  color: #79818c;
}
.header--main .header__menu {
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: white;
  position: fixed;
  top: 10px;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.header--main .header__cta {
  justify-self: end;
  align-self: center;
  display: none;
}
@media only screen and (min-width: 768px) {
  .header--main {
    padding: 64px 0;
  }
  .header--main .wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .header--main .header__menu {
    width: initial;
    height: initial;
    position: relative;
    background-color: none;
    justify-self: center;
    opacity: 1;
    visibility: visible;
    top: 0;
    align-self: center;
  }
  .header--main .header__menu,
  .header--main .header__cta {
    display: block;
  }
}
.menu__toggle {
  position: absolute;
  z-index: 1002;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  background-color: #cdd2d8;
  border-radius: 8px;
}
.menu__toggle:active {
  background-color: #cdd2d8;
}
@media only screen and (min-width: 768px) {
  .menu__toggle {
    display: none;
  }
}
.menu__toggle__icon {
  position: relative;
}
.menu__toggle__icon span,
.menu__toggle__icon span:before,
.menu__toggle__icon span:after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  -webkit-transition: all 0.12s;
  -moz-transition: all 0.12s;
  -ms-transition: all 0.12s;
  -o-transition: all 0.12s;
  transition: all 0.12s;
  background: #79818c;
  border-radius: 4px;
}
.menu__toggle__icon span:before {
  position: absolute;
  top: -6px;
}
.menu__toggle__icon span:after {
  position: absolute;
  bottom: -6px;
}
.menu--open .menu__toggle__icon span {
  background-color: transparent !important;
}
.menu--open .menu__toggle__icon span:before,
.menu--open .menu__toggle__icon span:after {
  top: 0;
}
.menu--open .menu__toggle__icon span:before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu--open .menu__toggle__icon span:after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu--open .header__menu {
  opacity: 1;
  visibility: visible;
  top: 0px;
}
.menu__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
}
.menu__list .menu__list__item {
  margin-bottom: 24px;
}
.menu__list .menu__list__item__link,
.menu__list .menu__cta__link {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.6px;
  text-transform: none;
}
.menu__list .menu__list__item__link.active-link,
.menu__list .menu__cta__link.active-link {
  color: #62b9cc;
}
.menu__list .menu__cta__link {
  color: #79818c;
}
@media only screen and (min-width: 768px) {
  .menu__list {
    margin-top: 0;
    flex-direction: row;
  }
  .menu__list .menu__list__item {
    margin-bottom: 0px;
  }
  .menu__list .menu__list__item:not(:first-child) {
    margin-left: 50px;
  }
  .menu__list .menu__list__item__link {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    color: #202224;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
  }
  .menu__list .menu__cta__link {
    display: none;
  }
}
.footer {
  -webkit-transition: all 0.4s ease-in-out 0.8s;
  -moz-transition: all 0.4s ease-in-out 0.8s;
  -ms-transition: all 0.4s ease-in-out 0.8s;
  -o-transition: all 0.4s ease-in-out 0.8s;
  transition: all 0.4s ease-in-out 0.8s;
  padding: 64px 0;
}
.footer .footer__logo {
  justify-self: center;
  width: 100px;
}
.footer .footer__title {
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #202224;
}
@media only screen and (min-width: 768px) {
  .footer .footer__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1220px) {
  .footer .footer__title {
    font-size: 45px;
  }
}
.footer .footer__title:hover {
  color: #62b9cc;
}
@media only screen and (min-width: 768px) {
  .footer .footer__copyright {
    justify-self: center;
    align-self: center;
    text-align: right;
  }
}
.footer .footer__copyright p,
.footer .footer__copyright input[type="text"],
.footer .footer__copyright input[type="email"],
.footer .footer__copyright textarea {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 80px 0;
  }
  .footer .wrap {
    grid-template-columns: 1fr 1fr;
  }
  .footer .footer__logo {
    justify-self: start;
  }
  .footer .footer__copyright {
    justify-self: end;
  }
}
.highlight .hll {
  background-color: #f1fa8c;
}
.highlight {
  background: #282a36;
  color: #f8f8f2;
}
.highlight .c {
  color: #6272a4;
}
.highlight .err {
  color: #f8f8f2;
}
.highlight .g {
  color: #f8f8f2;
}
.highlight .k {
  color: #ff79c6;
}
.highlight .l {
  color: #f8f8f2;
}
.highlight .n {
  color: #f8f8f2;
}
.highlight .o {
  color: #ff79c6;
}
.highlight .x {
  color: #f8f8f2;
}
.highlight .p {
  color: #f8f8f2;
}
.highlight .ch {
  color: #6272a4;
}
.highlight .cm {
  color: #6272a4;
}
.highlight .cp {
  color: #ff79c6;
}
.highlight .cpf {
  color: #6272a4;
}
.highlight .c1 {
  color: #6272a4;
}
.highlight .cs {
  color: #6272a4;
}
.highlight .gd {
  color: #8b080b;
}
.highlight .ge {
  color: #f8f8f2;
  text-decoration: underline;
}
.highlight .gr {
  color: #f8f8f2;
}
.highlight .gh {
  color: #f8f8f2;
  font-weight: bold;
}
.highlight .gi {
  color: #f8f8f2;
  font-weight: bold;
}
.highlight .go {
  color: #44475a;
}
.highlight .gp {
  color: #f8f8f2;
}
.highlight .gs {
  color: #f8f8f2;
}
.highlight .gu {
  color: #f8f8f2;
  font-weight: bold;
}
.highlight .gt {
  color: #f8f8f2;
}
.highlight .kc {
  color: #ff79c6;
}
.highlight .kd {
  color: #8be9fd;
  font-style: italic;
}
.highlight .kn {
  color: #ff79c6;
}
.highlight .kp {
  color: #ff79c6;
}
.highlight .kr {
  color: #ff79c6;
}
.highlight .kt {
  color: #8be9fd;
}
.highlight .ld {
  color: #f8f8f2;
}
.highlight .m {
  color: #bd93f9;
}
.highlight .s {
  color: #f1fa8c;
}
.highlight .na {
  color: #50fa7b;
}
.highlight .nb {
  color: #8be9fd;
  font-style: italic;
}
.highlight .nc {
  color: #50fa7b;
}
.highlight .no {
  color: #f8f8f2;
}
.highlight .nd {
  color: #f8f8f2;
}
.highlight .ni {
  color: #f8f8f2;
}
.highlight .ne {
  color: #f8f8f2;
}
.highlight .nf {
  color: #50fa7b;
}
.highlight .nl {
  color: #8be9fd;
  font-style: italic;
}
.highlight .nn {
  color: #f8f8f2;
}
.highlight .nx {
  color: #f8f8f2;
}
.highlight .py {
  color: #f8f8f2;
}
.highlight .nt {
  color: #ff79c6;
}
.highlight .nv {
  color: #8be9fd;
  font-style: italic;
}
.highlight .ow {
  color: #ff79c6;
}
.highlight .w {
  color: #f8f8f2;
}
.highlight .mb {
  color: #bd93f9;
}
.highlight .mf {
  color: #bd93f9;
}
.highlight .mh {
  color: #bd93f9;
}
.highlight .mi {
  color: #bd93f9;
}
.highlight .mo {
  color: #bd93f9;
}
.highlight .sa {
  color: #f1fa8c;
}
.highlight .sb {
  color: #f1fa8c;
}
.highlight .sc {
  color: #f1fa8c;
}
.highlight .dl {
  color: #f1fa8c;
}
.highlight .sd {
  color: #f1fa8c;
}
.highlight .s2 {
  color: #f1fa8c;
}
.highlight .se {
  color: #f1fa8c;
}
.highlight .sh {
  color: #f1fa8c;
}
.highlight .si {
  color: #f1fa8c;
}
.highlight .sx {
  color: #f1fa8c;
}
.highlight .sr {
  color: #f1fa8c;
}
.highlight .s1 {
  color: #f1fa8c;
}
.highlight .ss {
  color: #f1fa8c;
}
.highlight .bp {
  color: #f8f8f2;
  font-style: italic;
}
.highlight .fm {
  color: #50fa7b;
}
.highlight .vc {
  color: #8be9fd;
  font-style: italic;
}
.highlight .vg {
  color: #8be9fd;
  font-style: italic;
}
.highlight .vi {
  color: #8be9fd;
  font-style: italic;
}
.highlight .vm {
  color: #8be9fd;
  font-style: italic;
}
.highlight .il {
  color: #bd93f9;
}
.rouge-gutter {
  text-align: right;
  padding-right: 20px;
  opacity: 0.2;
}
@media only screen and (min-width: 768px) {
  .rouge-gutter {
    padding-right: 32px;
  }
}
.gallery {
  position: relative;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .gallery {
    margin: 30px auto;
  }
}
@media only screen and (min-width: 1220px) {
  .gallery {
    margin: 40px auto;
  }
}
.gallery:first-child {
  margin-top: 0;
}
.gallery--on {
  visibility: visible;
}
.gallery__item {
  position: relative;
}
.gallery__item img {
  width: 100%;
}
.gallery--carousel .gallery__item__link {
  display: block;
  pointer-events: none;
}
.gallery--carousel .owl-dots {
  margin-top: 12px;
  text-align: center;
}
.gallery--carousel .owl-dots .owl-dot {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-color: white;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  outline: none;
}
.gallery--carousel .owl-dots .owl-dot:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ecedef;
  border-radius: 8px;
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
}
.gallery--carousel .owl-dots .owl-dot.active {
  width: 48px;
}
.gallery--carousel .owl-dots .owl-dot.active:after {
  background: #62b9cc;
}
.owl-nav {
  display: none;
}
.gallery--grid .gallery__wrap {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery--grid .gallery__item {
  float: left;
  width: 50%;
  padding: 5px;
}
.gallery--grid .gallery__item__link {
  display: block;
  cursor: zoom-in;
}
.gallery--grid[data-columns="3"] .gallery__item {
  width: 33.33%;
}
.gallery--grid[data-columns="4"] .gallery__item {
  width: 33.33%;
}
@media only screen and (min-width: 768px) {
  .gallery--grid[data-columns="4"] .gallery__item {
    width: 25%;
  }
}
.gallery--grid[data-columns="5"] .gallery__item {
  width: 33.33%;
}
@media only screen and (min-width: 768px) {
  .gallery--grid[data-columns="5"] .gallery__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery--grid[data-columns="5"] .gallery__item {
    width: 20%;
  }
}
.gallery--grid[data-columns="6"] .gallery__item {
  width: 33.33%;
}
@media only screen and (min-width: 768px) {
  .gallery--grid[data-columns="6"] .gallery__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery--grid[data-columns="6"] .gallery__item {
    width: 20%;
  }
}
@media only screen and (min-width: 1220px) {
  .gallery--grid[data-columns="6"] .gallery__item {
    width: 16.66%;
  }
}
.contact {
  width: 100vw;
  height: 100vh;
  background-color: white;
  position: fixed;
  top: 10px;
  left: 0;
  z-index: 1004;
  display: flex;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 80ms;
}
.contact.visible {
  opacity: 1;
  visibility: visible;
  top: 0px;
}
.contact .button--close-modal {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
}
.contact .contact__wrap {
  max-width: 556px;
  margin-top: 100px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .contact .wrap {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .contact .wrap {
    align-items: center;
  }
}
.contact__header {
  margin-bottom: 40px;
}
.contact__header .title {
  margin-bottom: 12px;
}
.post__card {
  transition: all 120ms;
  box-sizing: content-box;
}
.post__card:hover {
  transform: translateY(-4px);
}
.post__card .post__link {
  display: block;
}
.post__card .post__image {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  margin-bottom: 16px;
}
.post__card .post__date {
  margin-bottom: 6px;
}
@media only screen and (min-width: 460px) {
  .post__card .post__image {
    height: 250px;
  }
}
.about {
  margin-bottom: 100px;
}
.about hr {
  margin-bottom: 80px;
}
.about .about__image {
  width: 100%;
  margin: 0 0 40px 0;
  max-width: 420px;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.about .about__image img {
  position: relative;
  left: -50px;
  height: 612px;
  padding-top: 64px;
}
.about .about__social {
  width: 100%;
  margin: 0 0 40px 0;
  max-width: 420px;
  display: flex;
  flex-direction: column;
}
.about .wrap-three {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
}
.about .title {
  margin-bottom: 16px;
}
.about .about__content {
  max-width: 456px;
}
.about .about__content .title {
  margin-bottom: 16px;
}
.about .about__content .subtitle,
.about .about__content .subtitle--light,
.about .about__content .page-post .post__content.highlight-first p:first-child,
.page-post .post__content.highlight-first .about .about__content p:first-child,
.about
  .about__content
  .page-project
  .post__content.highlight-first
  p:first-child,
.page-project
  .post__content.highlight-first
  .about
  .about__content
  p:first-child,
.about
  .about__content
  .page-post
  .post__content.highlight-first
  input[type="text"]:first-child,
.page-post
  .post__content.highlight-first
  .about
  .about__content
  input[type="text"]:first-child,
.about
  .about__content
  .page-project
  .post__content.highlight-first
  input[type="text"]:first-child,
.page-project
  .post__content.highlight-first
  .about
  .about__content
  input[type="text"]:first-child,
.about
  .about__content
  .page-post
  .post__content.highlight-first
  input[type="email"]:first-child,
.page-post
  .post__content.highlight-first
  .about
  .about__content
  input[type="email"]:first-child,
.about
  .about__content
  .page-project
  .post__content.highlight-first
  input[type="email"]:first-child,
.page-project
  .post__content.highlight-first
  .about
  .about__content
  input[type="email"]:first-child,
.about
  .about__content
  .page-post
  .post__content.highlight-first
  textarea:first-child,
.page-post
  .post__content.highlight-first
  .about
  .about__content
  textarea:first-child,
.about
  .about__content
  .page-project
  .post__content.highlight-first
  textarea:first-child,
.page-project
  .post__content.highlight-first
  .about
  .about__content
  textarea:first-child {
  margin-bottom: 16px;
}
.about .about__content p,
.about .about__content input[type="text"],
.about .about__content input[type="email"],
.about .about__content textarea {
  margin-bottom: 0px;
}
.about .about__content .cta {
  margin: 8px 0 0 -4px;
}
@media only screen and (min-width: 768px) {
  .about {
    margin-bottom: 160px;
  }
  .about hr {
    margin-bottom: 120px;
  }
  .about .wrap {
    grid-template-columns: 1fr 1fr;
  }
  .about .wrap3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .about .about__image {
    width: 100%;
    margin-left: 0;
  }
  .about .about__content {
    margin-top: 64px;
  }
  .about .about__content .subtitle,
  .about .about__content .subtitle--light,
  .about
    .about__content
    .page-post
    .post__content.highlight-first
    p:first-child,
  .page-post
    .post__content.highlight-first
    .about
    .about__content
    p:first-child,
  .about
    .about__content
    .page-project
    .post__content.highlight-first
    p:first-child,
  .page-project
    .post__content.highlight-first
    .about
    .about__content
    p:first-child,
  .about
    .about__content
    .page-post
    .post__content.highlight-first
    input[type="text"]:first-child,
  .page-post
    .post__content.highlight-first
    .about
    .about__content
    input[type="text"]:first-child,
  .about
    .about__content
    .page-project
    .post__content.highlight-first
    input[type="text"]:first-child,
  .page-project
    .post__content.highlight-first
    .about
    .about__content
    input[type="text"]:first-child,
  .about
    .about__content
    .page-post
    .post__content.highlight-first
    input[type="email"]:first-child,
  .page-post
    .post__content.highlight-first
    .about
    .about__content
    input[type="email"]:first-child,
  .about
    .about__content
    .page-project
    .post__content.highlight-first
    input[type="email"]:first-child,
  .page-project
    .post__content.highlight-first
    .about
    .about__content
    input[type="email"]:first-child,
  .about
    .about__content
    .page-post
    .post__content.highlight-first
    textarea:first-child,
  .page-post
    .post__content.highlight-first
    .about
    .about__content
    textarea:first-child,
  .about
    .about__content
    .page-project
    .post__content.highlight-first
    textarea:first-child,
  .page-project
    .post__content.highlight-first
    .about
    .about__content
    textarea:first-child {
    margin-bottom: 24px;
  }
}
.socials {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.socials__item {
  margin-left: 24px;
}
.socials__item:first-child {
  margin-left: 0;
}
.socials__item__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #202224;
  font-size: 16px;
  color: #fff;
}
.socials__item__link:hover {
  background: #62b9cc;
  color: #fff;
}
.socials__item__link:active {
  transform: scale(0.92);
}
.money-printer-chad {
  transform: scale(1.25);
  margin-bottom: 50px;
  margin-top: 55px;
}
@media only screen and (min-width: 768px) {
  .money-printer-chad {
    margin-top: 70px;
  }
}
.main-title-hero {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .main-title-hero {
    flex-direction: row;
    margin-bottom: 100px;
  }
}
.ditto-price-widget {
  margin-top: 45px;
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.ditto-price-widget > div {
  width: auto !important;
}
.ditto-price-widget > div > div > div:nth-of-type(3) {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .ditto-price-widget {
    margin-top: 0;
  }
  .ditto-price-widget > div {
    width: 380px !important;
  }
  .ditto-price-widget > div > div > div:nth-of-type(3) {
    display: block !important;
  }
}
#countdown {
  display: flex;
  flex-direction: column;
  border: 10px solid #62b9cc;
  border-radius: 20px;
  padding: 50px 30px;
  width: auto;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  #countdown {
    width: 350px;
    margin-top: -50px;
  }
}
#countdown h1 {
  font-size: 40px;
}
#countdown h2 {
  font-size: 20px;
  margin: 10px 0;
}
#countdown h3 {
  font-size: 30px;
  margin: 20px 0;
}
#countdown h1,
#countdown h2,
#countdown h3 {
  line-height: 1;
}
#countdown h1,
#countdown h2,
#countdown h3,
#countdown .link-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#countdown a {
  margin-top: 40px;
  background: #62b9cc;
  position: relative;
  padding: 15px 0;
  width: 130px;
  text-align: center;
}
#countdown a:before {
  left: -20px;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}
#countdown a:after,
#countdown a:before {
  content: " ";
  position: absolute;
  z-index: 1;
  width: 40px;
  bottom: 0;
  top: 0;
}
#countdown a:after {
  right: -20px;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}
#countdown a,
#countdown a:after,
#countdown a:before {
  background-color: #62b9cc;
}
#countdown a:hover {
  opacity: 0.7;
  color: black;
}
.rainbow-animated {
  background: linear-gradient(to right, #66f, #09f, lime, #f39, #66f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  animation: rainbow_animation 6s ease-in-out infinite;
  background-size: 400% 100%;
}
@keyframes rainbow_animation {
  0%,
  100% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
}
@-webkit-keyframes rainbow_animation {
  0%,
  100% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
}
@-moz-keyframes rainbow_animation {
  0%,
  100% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
}
.recent-posts {
  padding: 64px 0 80px;
  background-color: #f9f9fa;
}
.recent-posts .recent-posts__header {
  margin-bottom: 40px;
}
.recent-posts .recent-posts__header .action {
  display: none;
  justify-self: end;
  align-self: center;
}
.recent-posts .recent-posts__list {
  width: 100%;
  grid-template-columns: 1fr;
  grid-gap: 56px;
  margin-bottom: 48px;
}
.recent-posts .action-bottom {
  justify-self: center;
}
@media only screen and (min-width: 768px) {
  .recent-posts {
    padding: 120px 0 110px;
  }
  .recent-posts .recent-posts__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .recent-posts .recent-posts__header .action {
    display: block;
    justify-self: end;
    align-self: center;
  }
  .recent-posts .recent-posts__list {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .recent-posts .post__image {
    height: 180px;
  }
  .recent-posts .action-bottom {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .recent-posts .post__image {
    height: 250px;
  }
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-grow {
  flex-grow: 1;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.elastic-supply .hero {
  padding-bottom: 60px;
}
.elastic-supply .hero .intro {
  padding-top: 0;
}
.elastic-supply .project__subtitle {
  margin-bottom: 20px;
}
.elastic-supply .trainer {
  border-top: 2px solid #62b9cc;
  padding-top: 30px;
  margin-top: 50px;
}
.elastic-supply .dittos {
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.elastic-supply .dittos__text {
  flex: 1;
  justify-content: flex-end;
  height: 50px;
}
.elastic-supply .dittos__image {
  height: 250px;
  align-items: flex-end;
}
.elastic-supply .flex-col {
  flex-direction: column;
  flex: 1;
}
.elastic-supply .flex-col:nth-child(1) img {
  width: 100px;
}
.elastic-supply .flex-col:nth-child(2) img {
  width: 150px;
}
.elastic-supply .flex-col:nth-child(3) img {
  width: 250px;
}
.listing {
  margin-bottom: 120px;
  overflow: hidden;
}
.project__preview {
  position: relative;
  width: 100%;
}
.project__preview:not(:last-child) {
  margin-bottom: 56px;
}
.project__preview .project__title {
  margin-bottom: 0px;
}
.project__preview .project__title a:hover {
  color: var(--accent);
}
.project__preview .project__images {
  position: relative;
  margin-bottom: 50px;
}
.project__preview .project__images .owl-stage-outer {
  overflow: visible;
}
.project__preview .owl-dots {
  position: absolute;
  bottom: -50px;
  margin: 8px 0 16px 0;
}
.project__preview .owl-dots .owl-dot {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  cursor: pointer;
  background-color: white;
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  outline: none;
}
.project__preview .owl-dots .owl-dot:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ecedef;
  border-radius: 8px;
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
}
.project__preview .owl-dots .owl-dot.active {
  width: 48px;
}
.project__preview .owl-dots .owl-dot.active:after {
  background: var(--accent);
}
@media only screen and (min-width: 1024px) {
  .project__preview .project__images:hover .owl-nav {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .project__preview .owl-nav {
    display: block;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
.project__preview .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 0;
  background: 0;
  width: 50px;
}
.project__preview .owl-nav button.owl-prev {
  left: 0;
}
.project__preview .owl-nav button.owl-next {
  right: 0;
}
@media only screen and (min-width: 1320px) {
  .project__preview .owl-nav button {
    width: calc((100vw - 1140px) / 2);
  }
  .project__preview .owl-nav button.owl-prev {
    left: auto;
    right: 100%;
  }
  .project__preview .owl-nav button.owl-prev svg {
    margin-left: -10px;
  }
  .project__preview .owl-nav button.owl-next {
    right: auto;
    left: 100%;
  }
  .project__preview .owl-nav button.owl-next svg {
    margin-left: 10px;
  }
}
.project__preview .owl-nav button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 48px;
  fill: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project__preview .owl-nav button:focus {
  outline: none;
}
.project__preview .owl-nav button.disabled svg {
  opacity: 0 !important;
}
.project__preview .owl-nav button:hover svg {
  opacity: 1;
}
.project__preview .project__content {
  padding-bottom: 40px;
  border-bottom: 2px solid #202224;
  grid-gap: 0;
}
.project__preview .project__content--2-cols .project__subtitle,
.project__preview .project__content--2-cols .project__description {
  max-width: 456px;
}
.project__preview .project__subtitle {
  margin-bottom: 16px;
}
.project__preview .project__link {
  display: block;
  margin-top: 24px;
}
.project__preview .pagination {
  margin: 64px 0;
  text-align: center;
}
.project__preview .pagination .pagination__prev {
  margin-right: 32px;
}
@media only screen and (min-width: 768px) {
  .project__preview:not(:last-child) {
    margin-bottom: 120px;
  }
  .project__preview .owl-dots {
    margin: 8px 0 16px 0;
  }
  .project__preview .project__image {
    width: 100%;
  }
  .project__preview .project__title {
    margin-bottom: 0px;
  }
  .project__preview .project__content {
    padding-bottom: 72px;
  }
  .project__preview .project__content--2-cols {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
.hero {
  position: relative;
  padding: 40px 0;
}
.hero .wrap {
  grid-gap: 0;
}
.hero .title {
  margin-bottom: 24px;
  max-width: 380px;
}
.hero .title .subtitle,
.hero .title .subtitle--light,
.hero .title .page-post .post__content.highlight-first p:first-child,
.page-post .post__content.highlight-first .hero .title p:first-child,
.hero .title .page-project .post__content.highlight-first p:first-child,
.page-project .post__content.highlight-first .hero .title p:first-child,
.hero
  .title
  .page-post
  .post__content.highlight-first
  input[type="text"]:first-child,
.page-post
  .post__content.highlight-first
  .hero
  .title
  input[type="text"]:first-child,
.hero
  .title
  .page-project
  .post__content.highlight-first
  input[type="text"]:first-child,
.page-project
  .post__content.highlight-first
  .hero
  .title
  input[type="text"]:first-child,
.hero
  .title
  .page-post
  .post__content.highlight-first
  input[type="email"]:first-child,
.page-post
  .post__content.highlight-first
  .hero
  .title
  input[type="email"]:first-child,
.hero
  .title
  .page-project
  .post__content.highlight-first
  input[type="email"]:first-child,
.page-project
  .post__content.highlight-first
  .hero
  .title
  input[type="email"]:first-child,
.hero .title .page-post .post__content.highlight-first textarea:first-child,
.page-post .post__content.highlight-first .hero .title textarea:first-child,
.hero .title .page-project .post__content.highlight-first textarea:first-child,
.page-project .post__content.highlight-first .hero .title textarea:first-child {
  margin-bottom: 8px;
}
.hero .title .subtitle .socials__item__link:hover,
.hero .title .subtitle--light .socials__item__link:hover,
.hero
  .title
  .page-post
  .post__content.highlight-first
  p:first-child
  .socials__item__link:hover,
.page-post
  .post__content.highlight-first
  .hero
  .title
  p:first-child
  .socials__item__link:hover,
.hero
  .title
  .page-project
  .post__content.highlight-first
  p:first-child
  .socials__item__link:hover,
.page-project
  .post__content.highlight-first
  .hero
  .title
  p:first-child
  .socials__item__link:hover,
.hero
  .title
  .page-post
  .post__content.highlight-first
  input[type="text"]:first-child
  .socials__item__link:hover,
.page-post
  .post__content.highlight-first
  .hero
  .title
  input[type="text"]:first-child
  .socials__item__link:hover,
.hero
  .title
  .page-project
  .post__content.highlight-first
  input[type="text"]:first-child
  .socials__item__link:hover,
.page-project
  .post__content.highlight-first
  .hero
  .title
  input[type="text"]:first-child
  .socials__item__link:hover,
.hero
  .title
  .page-post
  .post__content.highlight-first
  input[type="email"]:first-child
  .socials__item__link:hover,
.page-post
  .post__content.highlight-first
  .hero
  .title
  input[type="email"]:first-child
  .socials__item__link:hover,
.hero
  .title
  .page-project
  .post__content.highlight-first
  input[type="email"]:first-child
  .socials__item__link:hover,
.page-project
  .post__content.highlight-first
  .hero
  .title
  input[type="email"]:first-child
  .socials__item__link:hover,
.hero
  .title
  .page-post
  .post__content.highlight-first
  textarea:first-child
  .socials__item__link:hover,
.page-post
  .post__content.highlight-first
  .hero
  .title
  textarea:first-child
  .socials__item__link:hover,
.hero
  .title
  .page-project
  .post__content.highlight-first
  textarea:first-child
  .socials__item__link:hover,
.page-project
  .post__content.highlight-first
  .hero
  .title
  textarea:first-child
  .socials__item__link:hover {
  background: #0088cc;
}
.hero .title .subtitle a,
.hero .title .subtitle--light a,
.hero .title .page-post .post__content.highlight-first p:first-child a,
.page-post .post__content.highlight-first .hero .title p:first-child a,
.hero .title .page-project .post__content.highlight-first p:first-child a,
.page-project .post__content.highlight-first .hero .title p:first-child a,
.hero
  .title
  .page-post
  .post__content.highlight-first
  input[type="text"]:first-child
  a,
.page-post
  .post__content.highlight-first
  .hero
  .title
  input[type="text"]:first-child
  a,
.hero
  .title
  .page-project
  .post__content.highlight-first
  input[type="text"]:first-child
  a,
.page-project
  .post__content.highlight-first
  .hero
  .title
  input[type="text"]:first-child
  a,
.hero
  .title
  .page-post
  .post__content.highlight-first
  input[type="email"]:first-child
  a,
.page-post
  .post__content.highlight-first
  .hero
  .title
  input[type="email"]:first-child
  a,
.hero
  .title
  .page-project
  .post__content.highlight-first
  input[type="email"]:first-child
  a,
.page-project
  .post__content.highlight-first
  .hero
  .title
  input[type="email"]:first-child
  a,
.hero .title .page-post .post__content.highlight-first textarea:first-child a,
.page-post .post__content.highlight-first .hero .title textarea:first-child a,
.hero
  .title
  .page-project
  .post__content.highlight-first
  textarea:first-child
  a,
.page-project
  .post__content.highlight-first
  .hero
  .title
  textarea:first-child
  a {
  text-decoration-color: #cdd2d8;
}
.hero .title .subtitle a:hover,
.hero .title .subtitle--light a:hover,
.hero .title .page-post .post__content.highlight-first p:first-child a:hover,
.page-post .post__content.highlight-first .hero .title p:first-child a:hover,
.hero .title .page-project .post__content.highlight-first p:first-child a:hover,
.page-project .post__content.highlight-first .hero .title p:first-child a:hover,
.hero
  .title
  .page-post
  .post__content.highlight-first
  input[type="text"]:first-child
  a:hover,
.page-post
  .post__content.highlight-first
  .hero
  .title
  input[type="text"]:first-child
  a:hover,
.hero
  .title
  .page-project
  .post__content.highlight-first
  input[type="text"]:first-child
  a:hover,
.page-project
  .post__content.highlight-first
  .hero
  .title
  input[type="text"]:first-child
  a:hover,
.hero
  .title
  .page-post
  .post__content.highlight-first
  input[type="email"]:first-child
  a:hover,
.page-post
  .post__content.highlight-first
  .hero
  .title
  input[type="email"]:first-child
  a:hover,
.hero
  .title
  .page-project
  .post__content.highlight-first
  input[type="email"]:first-child
  a:hover,
.page-project
  .post__content.highlight-first
  .hero
  .title
  input[type="email"]:first-child
  a:hover,
.hero
  .title
  .page-post
  .post__content.highlight-first
  textarea:first-child
  a:hover,
.page-post
  .post__content.highlight-first
  .hero
  .title
  textarea:first-child
  a:hover,
.hero
  .title
  .page-project
  .post__content.highlight-first
  textarea:first-child
  a:hover,
.page-project
  .post__content.highlight-first
  .hero
  .title
  textarea:first-child
  a:hover {
  color: #79818c;
}
.hero .title .subtitle a:hover .socials__item__link,
.hero .title .subtitle--light a:hover .socials__item__link,
.hero
  .title
  .page-post
  .post__content.highlight-first
  p:first-child
  a:hover
  .socials__item__link,
.page-post
  .post__content.highlight-first
  .hero
  .title
  p:first-child
  a:hover
  .socials__item__link,
.hero
  .title
  .page-project
  .post__content.highlight-first
  p:first-child
  a:hover
  .socials__item__link,
.page-project
  .post__content.highlight-first
  .hero
  .title
  p:first-child
  a:hover
  .socials__item__link,
.hero
  .title
  .page-post
  .post__content.highlight-first
  input[type="text"]:first-child
  a:hover
  .socials__item__link,
.page-post
  .post__content.highlight-first
  .hero
  .title
  input[type="text"]:first-child
  a:hover
  .socials__item__link,
.hero
  .title
  .page-project
  .post__content.highlight-first
  input[type="text"]:first-child
  a:hover
  .socials__item__link,
.page-project
  .post__content.highlight-first
  .hero
  .title
  input[type="text"]:first-child
  a:hover
  .socials__item__link,
.hero
  .title
  .page-post
  .post__content.highlight-first
  input[type="email"]:first-child
  a:hover
  .socials__item__link,
.page-post
  .post__content.highlight-first
  .hero
  .title
  input[type="email"]:first-child
  a:hover
  .socials__item__link,
.hero
  .title
  .page-project
  .post__content.highlight-first
  input[type="email"]:first-child
  a:hover
  .socials__item__link,
.page-project
  .post__content.highlight-first
  .hero
  .title
  input[type="email"]:first-child
  a:hover
  .socials__item__link,
.hero
  .title
  .page-post
  .post__content.highlight-first
  textarea:first-child
  a:hover
  .socials__item__link,
.page-post
  .post__content.highlight-first
  .hero
  .title
  textarea:first-child
  a:hover
  .socials__item__link,
.hero
  .title
  .page-project
  .post__content.highlight-first
  textarea:first-child
  a:hover
  .socials__item__link,
.page-project
  .post__content.highlight-first
  .hero
  .title
  textarea:first-child
  a:hover
  .socials__item__link {
  background: #0088cc;
}
.hero .title .subtitle .fa-telegram,
.hero .title .subtitle--light .fa-telegram,
.hero
  .title
  .page-post
  .post__content.highlight-first
  p:first-child
  .fa-telegram,
.page-post
  .post__content.highlight-first
  .hero
  .title
  p:first-child
  .fa-telegram,
.hero
  .title
  .page-project
  .post__content.highlight-first
  p:first-child
  .fa-telegram,
.page-project
  .post__content.highlight-first
  .hero
  .title
  p:first-child
  .fa-telegram,
.hero
  .title
  .page-post
  .post__content.highlight-first
  input[type="text"]:first-child
  .fa-telegram,
.page-post
  .post__content.highlight-first
  .hero
  .title
  input[type="text"]:first-child
  .fa-telegram,
.hero
  .title
  .page-project
  .post__content.highlight-first
  input[type="text"]:first-child
  .fa-telegram,
.page-project
  .post__content.highlight-first
  .hero
  .title
  input[type="text"]:first-child
  .fa-telegram,
.hero
  .title
  .page-post
  .post__content.highlight-first
  input[type="email"]:first-child
  .fa-telegram,
.page-post
  .post__content.highlight-first
  .hero
  .title
  input[type="email"]:first-child
  .fa-telegram,
.hero
  .title
  .page-project
  .post__content.highlight-first
  input[type="email"]:first-child
  .fa-telegram,
.page-project
  .post__content.highlight-first
  .hero
  .title
  input[type="email"]:first-child
  .fa-telegram,
.hero
  .title
  .page-post
  .post__content.highlight-first
  textarea:first-child
  .fa-telegram,
.page-post
  .post__content.highlight-first
  .hero
  .title
  textarea:first-child
  .fa-telegram,
.hero
  .title
  .page-project
  .post__content.highlight-first
  textarea:first-child
  .fa-telegram,
.page-project
  .post__content.highlight-first
  .hero
  .title
  textarea:first-child
  .fa-telegram {
  color: #79818c;
}
.hero .intro {
  position: relative;
  margin-top: 8px;
  max-width: 480px;
}
.hero .hero__cta {
  position: absolute;
  left: 0;
  bottom: -60px;
}
.hero .wrap-three {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.hero .logo-up {
  margin-top: -45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .hero .logo-up {
    flex-direction: row;
  }
}
.hero .btn-img {
  display: block;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: white;
  width: 33%;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  .hero .btn-img {
    width: 100%;
    margin: 0 10px;
    max-height: 44px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .hero .btn-img:nth-child(2) img {
    height: 54px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .btn-img img {
    height: 44px;
  }
}
.hero .btn-img img {
  display: block;
}
.hero .btn-img:hover .img-wrap {
  background-color: black;
}
.hero .btn-img:hover img {
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .hero {
    padding: 40px 0;
  }
  .hero .wrap {
    grid-template-columns: 1fr 1fr;
  }
  .hero .title {
    margin-bottom: 0;
    max-width: none;
  }
  .hero .intro {
    align-self: end;
    margin-bottom: -80px;
    max-width: 458px;
  }
  .hero .hero__cta {
    display: none;
  }
}
.hero__background {
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  max-width: 190%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .hero__background {
    display: block;
  }
}
