/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
::selection {
  background: #d52a73;
  color: #fff;
}
body {
  min-width: 320px;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #131416;
}
.acta {
  font-family: "acta-display", serif;
  line-height: 1.2em;
  font-weight: 700;
}
.acta--title {
  font-size: 45px;
  color: #fff;
  text-align: center;
  padding: 80px 0 100px;
  margin: 0;
}
.karla,
.blog-post__content h2,
.blog-post__content h3,
.blog-post__content p,
.blog-post__content li,
.blog-post__content a,
.blog-post__content blockquote,
.blog-post__bibliography a {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.01em;
}
.karla--bold {
  font-weight: 700;
}
a.link {
  position: relative;
}
a.link:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -5px;
  background: linear-gradient(45deg, #f0224f 0%, #d52a73 100%);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
a.link:hover:before {
  left: auto;
  right: 0;
  width: 0;
}
.font--50px {
  font-size: 50px;
}
.font--35px {
  font-size: 35px;
}
.font--30px {
  font-size: 30px;
}
.font--25px {
  font-size: 25px;
}
.font--20px {
  font-size: 20px;
}
.font--18px {
  font-size: 18px;
}
.font--14px {
  font-size: 14px;
}
.font--white {
  color: #fff;
}
.font--black {
  color: #131416;
}
.font--lightgrey {
  color: #bcbdbd;
}
@media screen and (max-width: 960px) {
  .acta--title {
    padding: 60px 0 70px;
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .acta--title {
    font-size: 30px;
    padding: 30px 0 50px;
  }
}
.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
.container--blog {
  max-width: 1100px;
}
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translate3d(0, 0, 0);
}
.background--static {
  background: url("../images/noise.png");
  animation: 0.5s infinite static;
}
.background--topographic {
  background: url("../images/topographic.png");
  background-size: cover;
}
.background__border {
  position: relative;
  bottom: 4px;
  left: 0;
  width: 100vw;
  height: 4px;
  background: linear-gradient(45deg, #f0224f 0%, #d52a73 100%);
}
@keyframes static {
  0%,
  100% {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -10%;
  }
  20% {
    background-position: -15% 5%;
  }
  30% {
    background-position: 7% -25%;
  }
  40% {
    background-position: 20% 25%;
  }
  50% {
    background-position: -25% 10%;
  }
  60% {
    background-position: 15% 5%;
  }
  70% {
    background-position: 0% 15%;
  }
  80% {
    background-position: 25% 35%;
  }
  90% {
    background-position: -10% 10%;
  }
}
@media screen and (max-width: 600px) {
  .background--static {
    animation: none;
    opacity: 0.5;
  }
}
.button {
  display: inline-block;
  background: linear-gradient(45deg, #f0224f 0%, #d52a73 100%);
  font-family: "Karla", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  padding: 25px 55px;
}
.button span,
.button svg {
  vertical-align: middle;
}
.button:hover svg {
  left: 10px;
}
.icon {
  display: inline-block;
}
.icon--twitter {
  width: 20px;
  height: 17px;
}
.icon--dribbble,
.icon--gitlab {
  width: 18px;
  height: 18px;
}
.icon--arrow {
  position: relative;
  left: 0;
  width: 30px;
  height: 15px;
  margin-left: 10px;
  transition: all 0.3s;
}
.site-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 100px;
  padding: 0 0;
  border-bottom: 1px solid #494a4d;
  z-index: 9;
}
.site-header__logo {
  position: relative;
  text-align: center;
  height: 55px;
  width: 55px;
  line-height: 52px;
  z-index: 99;
  font-size: 30px;
  border: 2px solid white;
}
.site-header__logo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #f0224f 0%, #d52a73 100%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__logo:hover:before {
  opacity: 1;
}
.site-header__nav-list {
  display: flex;
  list-style: none;
  margin: 0;
}
.site-header__item {
  margin-left: 40px;
}
.site-header__link {
  display: inline-block;
  height: 125px;
  line-height: 125px;
  transition: all 0.3s;
}
.site-header__link:hover:not(.active) {
  color: #fff;
  transform: translateY(-5px);
}
.site-header__link.active {
  color: #fff;
  font-weight: 700;
}
.site-header__link.active:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 3px;
  background: linear-gradient(45deg, #f0224f 0%, #d52a73 100%);
}
.site-header__nav-btn-wrapper {
  display: none;
}
.site-header__nav-bg {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(45deg, #f0224f 0%, #d52a73 100%);
  z-index: 9;
  transition: all 0.5s;
  visibility: hidden;
}
.site-header__nav-bg.open {
  transform: scale(20);
}
.site-header__nav-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 65px;
  height: 65px;
  z-index: 9;
  visibility: hidden;
}
.site-header__nav-icon {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-header__nav-icon:before,
.site-header__nav-icon:after {
  content: "";
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
  transition: top 0.3s 0.3s ease, -webkit-transform 0.3s ease,
    transform 0.3s ease, width 0.2s ease;
}
.site-header__nav-icon:before {
  top: -6px;
  width: 22px;
}
.site-header__nav-icon:after {
  top: 4px;
  width: 14px;
}
.site-header__nav-icon.open {
  height: 0;
}
.site-header__nav-icon.open:before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.3s ease, -webkit-transform 0.3s 0.3s ease,
    transform 0.3s 0.3s ease;
}
.site-header__nav-icon.open:after {
  top: -2px;
  width: 22px;
  transform: rotate(45deg);
  transition: top 0.3s ease, -webkit-transform 0.3s 0.3s ease,
    transform 0.3s 0.3s ease, width 0.2s;
}
@media screen and (max-width: 1200px) {
  .site-header {
    margin: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .site-header {
    padding: 30px;
    margin: 0;
    border-bottom: 0;
  }
  .site-header__logo {
    padding: 0;
  }
  .site-header__logo:before {
    display: none;
  }
  .site-header__item {
    position: relative;
    margin-left: 0;
    opacity: 0;
    transform: translateY(70px);
    transition: all 0.2s;
  }
  .site-header__link {
    font-family: "acta-display", serif;
    font-weight: 700;
    color: #fff;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
  }
  .site-header__link.active {
    color: #b11455;
  }
  .site-header__link.active:after {
    display: none;
  }
  .site-header__link.active:before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 35px;
    margin-right: 20px;
    border-radius: 1px;
    background: #b11455;
    vertical-align: middle;
  }
  .site-header__nav {
    position: fixed;
    left: 50px;
    bottom: 50px;
    visibility: hidden;
    z-index: 99;
  }
  .site-header__nav.open {
    visibility: visible;
  }
  .site-header__nav.open .site-header__item {
    transition: all 0.55s;
    transform: translateY(0);
    opacity: 1;
  }
  .site-header__nav.open .site-header__item:nth-child(1) {
    transition-delay: 0.3s;
  }
  .site-header__nav.open .site-header__item:nth-child(2) {
    transition-delay: 0.34s;
  }
  .site-header__nav.open .site-header__item:nth-child(3) {
    transition-delay: 0.38s;
  }
  .site-header__nav.open .site-header__item:nth-child(4) {
    transition-delay: 0.42s;
  }
  .site-header__nav.open .site-header__item:nth-child(5) {
    transition-delay: 0.46s;
  }
  .site-header__nav-list {
    padding: 0;
    flex-direction: column;
  }
  .site-header__nav-btn-wrapper {
    display: block;
  }
  .site-header__nav-btn,
  .site-header__nav-bg {
    visibility: visible;
  }
}
.site-footer {
  background: #131416;
  margin-top: -8px;
}
.site-footer__top {
  padding: 50px 0 80px;
  text-align: center;
}
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  margin: 0 100px;
  border-top: 1px solid #494a4d;
}
.site-footer__bottom li {
  display: inline-block;
  margin-left: 35px;
}
.site-footer__bottom a {
  display: inline-block;
  transition: all 0.3s;
}
.site-footer__bottom a:hover {
  color: #f0224f;
  transform: translateY(-5px);
}
.site-footer__bottom .karla,
.site-footer__bottom .blog-post__content h2,
.blog-post__content .site-footer__bottom h2,
.site-footer__bottom .blog-post__content h3,
.blog-post__content .site-footer__bottom h3,
.site-footer__bottom .blog-post__content p,
.blog-post__content .site-footer__bottom p,
.site-footer__bottom .blog-post__content li,
.blog-post__content .site-footer__bottom li,
.site-footer__bottom .blog-post__content a,
.blog-post__content .site-footer__bottom a,
.site-footer__bottom .blog-post__content blockquote,
.blog-post__content .site-footer__bottom blockquote,
.site-footer__bottom .blog-post__bibliography a,
.blog-post__bibliography .site-footer__bottom a {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .site-footer__bottom {
    margin: 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .site-footer__top {
    padding: 30px 0 50px;
  }
  .site-footer__top a.acta {
    font-size: 24px;
  }
  .site-footer__bottom {
    flex-direction: column-reverse;
    align-items: center;
    padding: 20px 0;
  }
  .site-footer__bottom li {
    margin: 0 15px 20px;
  }
}
.hero {
  position: relative;
  height: calc(100vh - 125px);
  min-height: 570px;
}
.hero__content {
  position: absolute;
  left: 100px;
  bottom: 100px;
}
.hero__content h1.acta {
  position: relative;
  max-width: 750px;
  margin: 0;
}
.hero__content p.karla,
.hero__content .blog-post__content p,
.blog-post__content .hero__content p {
  position: relative;
  max-width: 610px;
  margin: 20px 0 80px;
}
.hero__content .button {
  position: relative;
  margin-right: 55px;
}
.hero__socials {
  position: absolute;
  right: 100px;
  bottom: 100px;
}
.hero__socials ul {
  list-style: none;
}
.hero__socials li {
  margin-top: 25px;
}
.hero__social {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__social svg {
  position: relative;
}
.hero__social:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: linear-gradient(45deg, #f0224f 0%, #d52a73 100%);
  width: 32px;
  height: 32px;
  border-radius: 100%;
  z-index: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.hero__social:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 1200px) {
  .hero__content {
    left: 50px;
    bottom: 50px;
  }
  .hero__content h1.acta {
    font-size: 45px;
  }
  .hero__socials {
    right: 50px;
    bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .hero__content h1.acta {
    font-size: 35px;
    max-width: 500px;
  }
  .hero__content p.karla,
  .hero__content .blog-post__content p,
  .blog-post__content .hero__content p {
    font-size: 14px;
    max-width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .hero {
    height: calc(100vh - 95px);
  }
  .hero__content {
    left: 30px;
    bottom: 120px;
    max-width: 400px;
  }
  .hero__content a.link {
    display: block;
    width: 100px;
    margin-top: 30px;
  }
  .hero__socials {
    left: 5px;
    right: auto;
    bottom: 50px;
  }
  .hero__socials li {
    display: inline-block;
    margin: 0 0 0 25px;
  }
}
@media screen and (max-width: 500px) {
  .hero__content {
    max-width: 350px;
  }
  .hero__content .button {
    padding: 20px 35px;
  }
  .hero__content h1.acta {
    font-size: 32px;
  }
  .hero__content p.karla,
  .hero__content .blog-post__content p,
  .blog-post__content .hero__content p {
    margin: 20px 0 50px;
  }
}
@media screen and (max-width: 400px) {
  .hero__content {
    max-width: 290px;
  }
  .hero__content h1.acta {
    font-size: 26px;
  }
}
.about {
  padding: 0 0 100px;
}
.about .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.about__text {
  width: 65%;
}
.about__text p.karla,
.about__text .blog-post__content p,
.blog-post__content .about__text p {
  max-width: 600px;
}
.about__text p.karla--bold {
  line-height: 1.4em;
  max-width: 680px;
}
.about__text a:not(.font--lightgrey) {
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
.about__text a:not(.font--lightgrey):hover {
  color: #f0224f;
}
.about__text .button {
  position: relative;
}
.about__text ul {
  display: inline-block;
  margin: 50px 0 0;
  vertical-align: top;
}
.about__text ul:last-child {
  margin-left: 100px;
}
.about__text li.acta {
  margin-bottom: 15px;
  font-size: 18px;
}
.about__text li.karla,
.about__text .blog-post__content li,
.blog-post__content .about__text li {
  margin: 5px 0;
}
.about__text a.font--lightgrey {
  display: inline-block;
  transition: all 0.3s;
}
.about__text a.font--lightgrey:hover {
  color: #f0224f;
  transform: translateY(-5px);
}
.about__image {
  position: relative;
  width: 30%;
  padding-bottom: 45%;
  background-image: url("../images/portrait-t.jpg");
  background-size: cover;
  background-position: center;
}
.about__image:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #f0224f 0%, #d52a73 100%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .about .container {
    flex-direction: column;
  }
  .about__text {
    width: 80%;
    margin: 0 auto;
  }
  .about__text p.karla--bold {
    margin-top: 0;
  }
  .about__image {
    width: 100%;
    padding-bottom: 50%;
    margin-top: 75px;
  }
}
@media screen and (max-width: 750px) {
  .about__text {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .about__text p.karla,
  .about__text .blog-post__content p,
  .blog-post__content .about__text p {
    font-size: 16px;
  }
  .about__text p.karla--bold {
    font-size: 20px;
  }
  .about__text ul:last-child {
    margin-left: 80px;
  }
  .about__image {
    width: 100%;
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 400px) {
  .about__text ul:last-child {
    display: block;
    margin-left: 0px;
  }
}
.cv {
  padding: 0 0 100px;
}
.cv .container {
  max-width: 900px;
  display: flex;
}
.cv .karla.font--lightgrey,
.cv .blog-post__content h2.font--lightgrey,
.blog-post__content .cv h2.font--lightgrey,
.cv .blog-post__content h3.font--lightgrey,
.blog-post__content .cv h3.font--lightgrey,
.cv .blog-post__content p.font--lightgrey,
.blog-post__content .cv p.font--lightgrey,
.cv .blog-post__content li.font--lightgrey,
.blog-post__content .cv li.font--lightgrey,
.cv .blog-post__content a.font--lightgrey,
.blog-post__content .cv a.font--lightgrey,
.cv .blog-post__content blockquote.font--lightgrey,
.blog-post__content .cv blockquote.font--lightgrey,
.cv .blog-post__bibliography a.font--lightgrey,
.blog-post__bibliography .cv a.font--lightgrey {
  margin: 5px 0;
}
.cv .karla.font--white,
.cv .blog-post__content h2.font--white,
.blog-post__content .cv h2.font--white,
.cv .blog-post__content h3.font--white,
.blog-post__content .cv h3.font--white,
.cv .blog-post__content p.font--white,
.blog-post__content .cv p.font--white,
.cv .blog-post__content li.font--white,
.blog-post__content .cv li.font--white,
.cv .blog-post__content a.font--white,
.blog-post__content .cv a.font--white,
.cv .blog-post__content blockquote.font--white,
.blog-post__content .cv blockquote.font--white,
.cv .blog-post__bibliography a.font--white,
.blog-post__bibliography .cv a.font--white {
  margin: 0px 0 15px;
}
.cv__right {
  padding-left: 50px;
}
.cv__section {
  margin-bottom: 50px;
}
@media print {
  .site-header,
  .site-footer {
    display: none;
  }
  .acta--title {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .cv .container {
    flex-direction: column-reverse;
  }
  .cv__right {
    padding-left: 0;
  }
}
.projects {
  padding: 0 0 100px;
}
.projects__intro {
	text-align: center;
	margin: -72px 0 70px;
}
@media screen and (max-width: 600px) {
	.projects__intro {
		margin: -32px 0 50px;
	}
}
.projects__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.projects__item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 300px;
  margin-bottom: 75px;
}
.projects__item:before {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #f0224f 0%, #d52a73 100%);
  z-index: -1;
}
.projects__link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.2s;
}
.projects__link:hover {
  transform: translate(4px, 4px);
}
.projects__link--ollytandon {
  background-image: url("../images/projects/ollytandon.jpg");
}
.projects__link--discover {
  background-image: url("../images/projects/discover.jpg");
}
.projects__link--willbrooks {
  background-image: url("../images/projects/willbrooks.jpg");
}
.projects__link--brookdale {
  background-image: url("../images/projects/brookdale.jpg");
}
.projects__link--shufflewoods {
  background-image: url("../images/projects/shufflewoods.jpg");
}
.projects__link--saveourplanet {
  background-image: url("../images/projects/saveourplanet.jpg");
}
.projects__link--adaero {
  background-image: url("../images/projects/adaero.jpg");
}
.projects__link--cascade {
  background-image: url("../images/projects/cascade.jpg");
}
.projects__link--pig {
  background-image: url("../images/projects/pig.jpg");
}
.projects__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}
.projects__text {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
}
.projects__text h2 {
  margin: 0;
}
.projects__text p {
  margin: 5px 0 0;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .projects__item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .projects__item {
    width: 100%;
    height: 250px;
  }
  .projects__item:nth-child(even) {
    margin-top: 0;
  }
}
.case-study {
  padding: 0 0 100px;
}
.case-study__intro {
  display: flex;
  max-width: 850px;
  margin: 0 auto 100px;
}
.case-study__intro ul {
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 300px;
  padding-right: 50px;
  text-align: right;
}
.case-study__intro p.karla,
.case-study__intro .blog-post__content p,
.blog-post__content .case-study__intro p {
  margin: 0 0 40px;
}
.case-study__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.case-study__images img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .case-study__intro {
    flex-direction: column;
  }
  .case-study__intro ul {
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .case-study__intro li.karla,
  .case-study__intro .blog-post__content li,
  .blog-post__content .case-study__intro li {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .case-study {
    padding: 0;
  }
  .case-study img {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.blog {
  padding: 0 0 100px;
}
.blog__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.blog__post {
  width: calc(33.33% - 45px);
  margin-bottom: 75px;
}
.blog__post:hover .blog__text h2 {
  color: #f0224f;
}
.blog__post:nth-child(3n-1) {
  margin-top: 50px;
}
.blog__post:nth-child(3n-0) {
  margin-top: 100px;
}
.blog__post a {
  display: block;
}
.blog__image {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  background-image: url("../images/portrait.jpg");
  background-size: cover;
  background-position: center;
}
.blog__image:before {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #f0224f 0%, #d52a73 100%);
  z-index: -1;
}
.blog__text {
  margin: 24px 0 0 12px;
}
.blog__text p.karla,
.blog__text .blog-post__content p,
.blog-post__content .blog__text p {
  margin: 0;
}
.blog__text h2.acta {
  margin: 5px 0 0;
  max-width: 250px;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .blog__text h2.acta {
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
  .blog__post {
    width: calc(50% - 25px);
  }
  .blog__post:nth-child(even) {
    margin-top: 50px;
  }
  .blog__post:nth-child(odd) {
    margin-top: 0;
  }
  .blog__image {
    padding-bottom: 125%;
  }
}
@media screen and (max-width: 500px) {
  .blog__post {
    width: 100%;
    margin: 0 0 50px !important;
  }
  .blog__image {
    padding-bottom: 70%;
  }
}
.blog-post {
  position: relative;
}
.blog-post .acta--title {
  padding: 80px 0 0;
}
.blog-post__content {
  position: relative;
  width: calc(100% - 60px);
  max-width: 860px;
  margin: 0 auto 100px;
  background: #fff;
  padding: 50px 125px 75px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.blog-post__content h2,
.blog-post__content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #131416;
  margin: 30px 0 -5px;
}
.blog-post__content h3 {
  font-size: 18px;
}
.blog-post__content p,
.blog-post__content li {
  font-size: 18px;
  color: #616263;
}
.blog-post__content li:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(45deg, #f0224f 0%, #d52a73 100%);
  margin-right: 10px;
  vertical-align: middle;
}
.blog-post__content ul {
  margin: 18px 0;
}
.blog-post__content a {
  overflow-wrap: break-word;
  color: #f0224f;
  font-size: 18px;
}
.blog-post__content img {
  width: calc(100% + 150px);
  height: auto;
  margin: 30px 0 30px -75px;
}
.blog-post__content blockquote {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(45deg, #f0224f 0%, #d52a73 100%);
  padding: 40px;
  margin: 75px 150px 75px -250px;
}
.blog-post__content blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 125px 60px 0;
  border-color: transparent #991b47 transparent transparent;
}
.blog-post__content:before {
  content: "";
  position: absolute;
  display: block;
  top: 12px;
  left: 12px;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #f0224f 0%, #d52a73 100%);
  z-index: -1;
}
.blog-post__tag {
  position: relative;
  display: inline-block;
  font-family: "Karla", sans-serif;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(45deg, #f0224f 0%, #d52a73 100%);
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 0 auto 30px;
  left: 50%;
  transform: translateX(-50%);
}
.blog-post__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 60px;
}
.blog-post__meta img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.blog-post__meta p.karla,
.blog-post__meta .blog-post__content p,
.blog-post__content .blog-post__meta p {
  margin: 1px 0;
}
.blog-post__bibliography {
  width: calc(100% + 60px);
  background: #f5f5f5;
  padding: 30px;
  margin: 100px 0 0 -30px;
}
.blog-post__bibliography h2 {
  margin: 0 0 20px;
}
.blog-post__bibliography p {
  margin-bottom: 30px;
}
.blog-post__bibliography a {
  overflow-wrap: break-word;
  color: #f0224f;
  font-size: 18px;
}
.blog-post__view-more {
  padding: 0 30px 50px;
  max-width: 860px;
  margin: 0 auto;
}
.blog-post__view-more .acta--title {
  padding: 0 0 50px !important;
}
.blog-post__view-more .blog__post {
  width: calc(50% - 15px);
}
.blog-post__view-more .blog__image {
  padding-bottom: 60%;
}
.blog-post__view-more h2.acta {
  font-size: 25px;
}
@media screen and (max-width: 1200px) {
  .blog-post blockquote {
    margin: 40px 0px 40px -150px;
  }
  .blog-post blockquote:before {
    border-width: 0 25px 20px 0;
  }
}
@media screen and (max-width: 960px) {
  .blog-post .acta--title {
    padding: 60px 0 0;
  }
  .blog-post__content {
    padding: 50px 60px 75px;
  }
  .blog-post__content img {
    width: calc(100% + 120px);
    margin: 30px 0 30px -60px;
  }
  .blog-post blockquote {
    width: calc(100% + 60px);
    font-size: 18px;
    padding: 30px;
    margin: 40px 0 40px -30px;
  }
  .blog-post blockquote:before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .blog-post .acta--title {
    padding: 30px 0 0;
  }
  .blog-post__content {
    padding: 30px 30px 0;
  }
  .blog-post__content img {
    width: calc(100% + 60px);
    margin: 30px 0 30px -30px;
  }
  .blog-post__content p,
  .blog-post__content a {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .blog-post__view-more .blog__post {
    width: 100%;
  }
  .blog-post__view-more .blog__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  .blog-post__content {
    width: calc(100% - 30px);
    padding: 25px 25px 0;
  }
  .blog-post__content img {
    width: calc(100% + 50px);
    margin: 30px 0 30px -25px;
  }
  .blog-post__content blockquote {
    width: 100%;
    margin: 40px 0;
  }
  .blog-post__bibliography {
    width: calc(100% + 50px);
    margin: 100px 0 0 -25px;
  }
}
.contact {
  padding: 0 0 100px;
  min-height: calc(100vh - 126px);
}
.contact .container {
  display: flex;
  justify-content: space-between;
}
.contact__form {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 60%;
}
.contact__form fieldset {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
}
.contact__form label {
  position: absolute;
  top: -10px;
  left: 20px;
  padding: 0 10px;
  background-color: #18181b;
}
.contact__form input[type="text"],
.contact__form input[type="email"],
.contact__form textarea {
  background: transparent;
  padding: 20px;
  width: 100%;
  resize: none;
  border: none;
  border-radius: 0;
  color: #fff;
  border-top: 1px solid #4a4b4d;
  border-left: 1px solid #4a4b4d;
  border-right: 1px solid #4a4b4d;
}
.contact__form input[type="email"] {
  border-bottom: 1px solid #4a4b4d;
}
.contact__form input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 1px;
  padding: 23px 55px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.contact__form input[type="submit"]:hover {
  opacity: 0.8;
}
.contact__text {
  max-width: 370px;
  padding-left: 50px;
}
.contact__text ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin-top: 50px;
}
.contact__text ul li {
  margin-right: 25px;
}
@media screen and (max-width: 750px) {
  .contact .container {
    flex-direction: column;
  }
  .contact__form {
    width: 100%;
  }
  .contact__text {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .contact input[type="submit"] {
    position: relative;
  }
}
