@charset "UTF-8";
@import url("../vendor/bootstrap/bootstrap.min.css");
@import url("../vendor/flickity/flickity.css");
@import url("../vendor/animate/animate.min.css");
@import url("../vendor/fancybox/jquery.fancybox.min.css");
@import url("https://fonts.googleapis.com/css?family=Lora:400,700");
@import url("https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,500,800");
@import url("../vendor/fonts/fontawesome/css/fontawesome.min.css");
@import url("../vendor/fonts/fontawesome/css/fontawesome-light.min.css");
.debug {
  background: rgba(255, 0, 0, 0.15) !important;
  background-color: red;
}

/* Geist Regular */
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist/Geist-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Geist Light */
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist/Geist-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Geist Medium */
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist/Geist-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Geist Bold */
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist/Geist-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Keyframes */
@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(10vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Base animation */
.animate-up {
  animation: slide-up 0.6s cubic-bezier(0.2, 0.6, 0.2, 1);
  animation-fill-mode: backwards;
}

.animate-element {
  opacity: 0;
}

.animate-element .animated {
  opacity: 1 !important;
}

a.animate-element {
  display: block;
}

/* Delay utility classes */
.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-4 {
  animation-delay: 0.4s;
}

.delay-5 {
  animation-delay: 0.5s;
}

.delay-6 {
  animation-delay: 0.6s;
}

.delay-7 {
  animation-delay: 0.7s;
}

.delay-8 {
  animation-delay: 0.8s;
}

.delay-9 {
  animation-delay: 0.9s;
}

.delay-10 {
  animation-delay: 1s;
}

.btn, .form__input-single input {
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 17px;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .btn, .form__input-single input {
    font-size: 19px;
  }
}
.btn.btn-default, .form__input-single input.btn-default {
  color: #1a5bdb !important;
  border-color: #1a5bdb;
  background: none;
}
.btn.btn-default:hover, .form__input-single input.btn-default:hover, .btn.btn-default:focus, .form__input-single input.btn-default:focus, .btn.btn-default:active, .form__input-single input.btn-default:active {
  color: #fff !important;
  background-color: #0f3580 !important;
  border-color: #0f3580 !important;
}
.btn.btn-primary, .form__input-single input.btn-primary {
  color: #fff;
  border-color: #1a5bdb;
  background-color: #1a5bdb;
}
.btn.btn-primary:hover, .form__input-single input.btn-primary:hover, .btn.btn-primary:focus, .form__input-single input.btn-primary:focus, .btn.btn-primary:active, .form__input-single input.btn-primary:active {
  color: #fff !important;
}
.btn.btn-transparent, .form__input-single input.btn-transparent {
  color: #1a5bdb !important;
  border: 1px solid #1a5bdb;
  background: none;
}
.btn.btn-transparent:hover, .form__input-single input.btn-transparent:hover, .btn.btn-transparent:focus, .form__input-single input.btn-transparent:focus, .btn.btn-transparent:active, .form__input-single input.btn-transparent:active {
  color: #fff !important;
  background-color: #1a5bdb !important;
  border-color: #1a5bdb;
}
.btn.btn-transparent.btn-invert, .form__input-single input.btn-transparent.btn-invert {
  color: #fff !important;
  border: 1px solid #fff;
  background: none;
}
.btn.btn-transparent.btn-invert:hover, .form__input-single input.btn-transparent.btn-invert:hover, .btn.btn-transparent.btn-invert:focus, .form__input-single input.btn-transparent.btn-invert:focus, .btn.btn-transparent.btn-invert:active, .form__input-single input.btn-transparent.btn-invert:active {
  color: #1a5bdb !important;
  background-color: #fff !important;
  border-color: #fff;
}
.btn.btn-link, .form__input-single input.btn-link {
  color: inherit !important;
  text-decoration: none;
}
.btn.btn-disabled, .form__input-single input.btn-disabled {
  border: 1px solid #121214;
  color: #121214;
  background: none;
}
.btn i, .form__input-single input i {
  width: 18px;
  text-align: center;
  margin-left: 8px;
}
@media (min-width: 767px) {
  .btn .icon-animate, .form__input-single input .icon-animate {
    opacity: 0;
    position: relative;
    margin-left: -18px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .btn:hover i.icon-animate, .form__input-single input:hover i.icon-animate, .btn:focus i.icon-animate, .form__input-single input:focus i.icon-animate {
    opacity: 1;
    margin-left: 8px;
    transform: rotate(0deg);
  }
}

@media (min-width: 767px) {
  a .icon-animate {
    opacity: 0;
    position: relative;
    margin-left: -18px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  a:hover i.icon-animate, a:focus i.icon-animate {
    opacity: 1;
    margin-left: 8px;
    transform: rotate(0deg);
  }
}
.text-link {
  color: #1a5bdb;
}
.text-link.link-black {
  color: #424c56;
}
.text-link:hover, .text-link:focus, .text-link:active {
  text-decoration: underline;
  color: #0f3580;
}

.icon-scroll {
  position: absolute;
  bottom: 0;
  display: block;
  width: 28px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-top: 2px;
  padding-bottom: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddde1;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.icon-scroll i {
  color: #121214;
  font-size: 12px;
  opacity: 0.5;
}
.icon-scroll:hover, .icon-scroll:focus {
  padding-top: 16px;
  padding-bottom: 2px;
  border-color: #a8a8b0;
  opacity: 1;
}
.icon-scroll:hover i, .icon-scroll:focus i {
  color: #121214;
  opacity: 1;
}

.card {
  display: block;
  overflow: hidden;
  margin-top: 48px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f3f4f5;
}

* {
  box-shadow: none !important;
}

.carousel.carousel__light .flickity-page-dots {
  padding-top: 32px !important;
}

footer {
  position: relative;
  z-index: 2;
}

header {
  display: table;
  position: relative;
  width: 100%;
  color: #000;
  overflow: hidden;
}
header.hero {
  background-attachment: fixed;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 80px;
}
@media (min-width: 768px) {
  header.hero {
    padding-top: 0;
  }
}
header.hero.hero__jumbotron {
  min-height: 100%;
  min-height: 100vh;
  padding-top: 96px;
  padding-bottom: 96px;
}
header.hero.hero__jumbotron.full-page {
  min-height: calc(100% - 69px);
  min-height: calc(100vh - 69px);
}
header.hero.hero__case {
  padding-top: 148px;
  padding-bottom: 120px;
}
header.hero .hero__content,
header.hero .hero__content-case {
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  position: relative;
}
header.hero .hero__content-case {
  vertical-align: middle;
}
header.hero .hero__shadow {
  display: table-cell;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(-180deg, rgba(18, 18, 20, 0) 0%, #121214 100%);
}
@media (min-width: 768px) {
  header.hero .hero__shadow {
    height: 360px;
  }
}
header.hero__case {
  background-image: url("../img/background/hero-2.jpg");
}
header.hero__no-background {
  background-image: none;
}

.hero__sidebar {
  display: none;
  height: 100%;
}
@media (min-width: 768px) {
  .hero__sidebar {
    display: block !important;
  }
}
.hero__sidebar .hero__sidebar-left,
.hero__sidebar .hero__sidebar-right {
  position: absolute;
  height: inherit;
  z-index: 2;
}
.hero__sidebar .hero__sidebar-left .hero__sidebar-container,
.hero__sidebar .hero__sidebar-right .hero__sidebar-container {
  height: 100%;
  display: table;
}
.hero__sidebar .hero__sidebar-left .hero__sidebar-container .hero__sidebar-alignment,
.hero__sidebar .hero__sidebar-right .hero__sidebar-container .hero__sidebar-alignment {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.hero__sidebar .hero__sidebar-left .hero__sidebar-container .hero__sidebar-alignment .hero__text-vertical,
.hero__sidebar .hero__sidebar-right .hero__sidebar-container .hero__sidebar-alignment .hero__text-vertical {
  width: 400px;
  text-align: center;
}
.hero__sidebar .hero__sidebar-left .hero__sidebar-container .hero__sidebar-alignment .hero__text-vertical a,
.hero__sidebar .hero__sidebar-right .hero__sidebar-container .hero__sidebar-alignment .hero__text-vertical a {
  line-height: normal;
}
.hero__sidebar .hero__sidebar-left .hero__sidebar-container .hero__sidebar-alignment .hero__text-vertical a:not(:first-child),
.hero__sidebar .hero__sidebar-right .hero__sidebar-container .hero__sidebar-alignment .hero__text-vertical a:not(:first-child) {
  margin-left: 32px;
}
.hero__sidebar .hero__sidebar-left .hero__sidebar-container .hero__sidebar-alignment .hero__text-vertical .hero__text-sidebar,
.hero__sidebar .hero__sidebar-right .hero__sidebar-container .hero__sidebar-alignment .hero__text-vertical .hero__text-sidebar {
  letter-spacing: 3px !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #121214;
}
.hero__sidebar .hero__sidebar-left .hero__sidebar-container .hero__sidebar-alignment .hero__text-vertical .hero__text-sidebar:hover,
.hero__sidebar .hero__sidebar-right .hero__sidebar-container .hero__sidebar-alignment .hero__text-vertical .hero__text-sidebar:hover {
  color: #1a5bdb !important;
  opacity: 1;
}
.hero__sidebar .hero__sidebar-right {
  right: -164px;
  top: 0;
}
.hero__sidebar .hero__sidebar-right .hero__text-vertical {
  transform: rotate(90deg);
}
.hero__sidebar .hero__sidebar-left {
  left: -164px;
}
.hero__sidebar .hero__sidebar-left .hero__text-vertical {
  transform: rotate(-90deg);
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.parallax {
  background-attachment: fixed;
}

.header__content {
  padding-top: 180px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .header__content {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .header__content {
    padding-top: 280px;
  }
}

.case-preview {
  display: block;
  margin: 40px 0;
  min-height: 200px;
}
@media (min-width: 992px) {
  .case-preview {
    margin: 64px 0;
  }
}
.case-preview .case-image__preview {
  border-radius: 30px;
  padding: 0;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.8s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.case-preview .case-image__preview img {
  transform: scale(1);
  transition: all 0.8s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.case-preview .case-image__preview .case-image__link {
  display: block;
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.case-preview:has(.case-image__link:hover) .case-image__preview, .case-preview:has(.case-image__link:focus) .case-image__preview, .case-preview:has(.btn:hover, .form__input-single input:hover) .case-image__preview, .case-preview:has(.btn:focus, .form__input-single input:focus) .case-image__preview {
  transform: scale(0.95);
}
.case-preview:has(.case-image__link:hover) .case-image__preview img, .case-preview:has(.case-image__link:focus) .case-image__preview img, .case-preview:has(.btn:hover, .form__input-single input:hover) .case-image__preview img, .case-preview:has(.btn:focus, .form__input-single input:focus) .case-image__preview img {
  transform: scale(1.1);
}

.case-preview__content {
  padding-right: 15px;
}
.case-preview__content h2 {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .case-preview__content {
    padding-right: 64px;
  }
}
@media (max-width: 991px) {
  .case-preview__content {
    margin-bottom: 24px;
  }
}

.case-image {
  padding: 80px;
  background-color: #f3f4f5;
  border-radius: 32px;
}
.case-image.case-image__preview {
  width: 100%;
  padding: 40px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .case-image.case-image__preview {
    margin-bottom: 0;
    position: relative;
    left: -30%;
    width: 130%;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .case-image.case-image__preview {
    left: -50%;
    width: 150%;
  }
}

a:hover {
  text-decoration: none;
}

.underlined {
  text-decoration: underline !important;
}

ul.list-bulleted,
ul.list-unstyled {
  padding: 0;
  list-style: none;
}

ul.list-bulleted li,
ul.list-unstyled li {
  color: #424c56;
  margin-left: 0px;
  margin-bottom: 6px;
}

ul.list-bulleted li:before {
  content: "•";
  font-weight: 900;
  color: #1a5bdb;
  /* or whatever color you prefer */
}

ul.list-unstyled li {
  margin: 6px 0;
}
ul.row__profile-content li {
  margin: 6px 0;
}
ul.row__profile-content li:first-child {
  margin-top: 0;
}

ul:not(:last-child) {
  margin-bottom: 38px;
}

.row__profile {
  margin-bottom: 32px;
}
.row__profile:last-child {
  margin-bottom: 0;
}
.row__profile h4 {
  margin: 6px 0;
}

@media (max-width: 991px) {
  .row__meta {
    max-width: 600px;
    margin: 0 auto;
  }
}

.form__input-single {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  gap: 0;
  align-content: center;
  align-items: center;
  border-radius: 100px;
  background: #f3f4f5;
}
@media (max-width: 767px) {
  .form__input-single {
    max-width: 420px;
  }
}
.form__input-single:has(input:focus) {
  outline: 2px solid #1a5bdb;
  outline-offset: 2px;
}
.form__input-single input {
  background: transparent;
  border: 0;
  outline: 0;
  min-width: 1px;
}
.form__input-single input, .form__input-single button {
  padding: 15px 24px;
}
.form__input-single button {
  box-shadow: none;
}
@media (max-width: 480px) {
  .form__input-single .hidden-xs-min {
    display: none;
  }
  .form__input-single .icon-animate {
    opacity: 1;
    margin: 0 !important;
  }
}

.resume-heading {
  color: #121214;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) {
  .resume-heading {
    font-size: 1.2rem;
  }
}

.resume-date {
  opacity: 1;
}

.case-nav__floating {
  position: fixed;
  z-index: 1;
  right: 30px;
  bottom: 0;
}
.case-nav__floating .case-nav__navigator {
  display: table;
  float: left;
  margin-left: 1px;
  background: #121214;
}
.case-nav__floating .case-nav__navigator .case-nav__icon {
  display: table-cell;
  padding: 12px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.case-nav__floating .case-nav__navigator:hover {
  background: #1a5bdb;
}
.case-nav__floating .case-nav__navigator:hover .case-nav__icon {
  color: #fff;
}

.case-nav {
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid #eaecee;
}

.case-nav__container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 60px 32px;
  margin-bottom: 16px;
}
.case-nav__container .case-nav__project a {
  color: #121214;
}
@media (min-width: 767px) {
  .case-nav__container .case-nav__project a i:not(.noanimate) {
    margin-left: -28px;
  }
}
.case-nav__container .case-nav__project .case-nav__label {
  margin: 0;
}
.case-nav__container .case-nav__project:hover a {
  color: #1a5bdb;
}
@media (min-width: 767px) {
  .case-nav__container .case-nav__project:hover a i:not(.noanimate) {
    opacity: 1;
    margin-left: 16px;
    transform: rotate(0deg);
  }
}
.case-nav__container .case-nav__project .case-nav__project-title i {
  margin-left: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 767px) {
  .case-nav__container .case-nav__project .case-nav__project-title i {
    opacity: 0;
  }
}
.case-nav__container .case-nav__project .case-nav__project-title span {
  font-size: 24px;
  line-height: 1.65em;
  white-space: normal;
}
@media (min-width: 767px) {
  .case-nav__container .case-nav__project .case-nav__project-title span {
    font-size: 32px;
  }
}

.case-nav__link-back {
  margin: 0;
  color: #121214;
  opacity: 0.7;
}
.case-nav__link-back:hover {
  opacity: 1;
}
.case-nav__link-back .case-nav__label {
  color: #121214;
  opacity: 0.7;
  font-size: 18px;
}
.case-nav__link-back span {
  font-size: 18px;
}

.nav__to-top {
  opacity: 0;
  position: fixed;
  right: 15px;
  bottom: 15px;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  border-width: 0;
  z-index: 9;
}
.nav__to-top.visible {
  opacity: 1;
}
@media (min-width: 992px) {
  .nav__to-top {
    right: 24px;
    bottom: 0;
  }
  .nav__to-top.visible {
    bottom: 24px;
  }
  .nav__to-top:hover {
    bottom: 40px;
  }
}
.nav__to-top .page-scroll {
  padding: 10px;
  border-width: 0;
  background-color: #1a5bdb;
  color: white;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.navbar {
  z-index: 9;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  height: 90px;
  transition: background-color 1s ease;
  transition: transform 1s cubic-bezier(0.2, 0.6, 0.2, 1), opacity 2s ease;
}
@media (min-width: 767px) {
  .navbar {
    height: 112px;
  }
}
.navbar:has(.in) {
  height: 100vh;
  background-color: white;
}

.navbar-scrolled {
  transform: translateY(-100%);
}

.navbar-container {
  position: relative;
}
.navbar-container.container__compact {
  max-width: 1120px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .navbar-container {
    display: grid;
    grid-template-columns: 180px 1fr 180px;
    grid-template-rows: 1fr;
    gap: 0 0;
    grid-template-areas: "brand menu cat";
    align-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .navbar-container {
    padding: 30px;
    margin-bottom: -116px;
    border: none;
    min-height: 24px;
  }
}

@media (min-width: 767px) {
  .navbar-section__left,
.navbar-section__middle,
.navbar-section__right {
    display: flex;
    align-self: stretch;
    align-items: center;
  }

  .navbar-section__left {
    grid-area: brand;
  }

  .navbar-section__middle {
    grid-area: menu;
    justify-content: center;
  }

  .navbar-section__right {
    grid-area: cat;
    justify-content: right;
  }
}
.navbar-header {
  padding: 20px 0;
  z-index: 10;
  position: relative;
}
@media (min-width: 768px) {
  .navbar-header {
    padding: 0;
  }
}

.navbar-brand {
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
  font-family: "Geist", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #121214;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .navbar-brand {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    font-size: 24px;
  }
}

.navbar-collapse {
  max-height: none !important;
  background: white;
}
@media (min-width: 768px) {
  .navbar-collapse {
    border: none;
    background: none;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    margin-top: -90px;
  }
}

.navbar-toggle {
  border: none;
  position: absolute;
  margin: 0;
  padding: 15px;
  color: #121214;
  font-size: 19px;
  z-index: 1;
}
.navbar-toggle:hover {
  background: none;
}

.navbar-nav {
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  .navbar-nav {
    padding: 0 15px 24px;
    min-height: 400px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.navbar-nav li {
  padding: 8px 0;
}
@media (min-width: 768px) {
  .navbar-nav li {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav li {
    opacity: 0;
  }
}
.navbar-nav li.nav-link {
  transition: all 0.2s ease-in-out;
  position: relative;
  color: #121214;
  background: none;
  margin-bottom: 32px;
  text-align: center;
}
.navbar-nav li.nav-link:last-child {
  margin-bottom: 0;
}
.navbar-nav li.nav-link a {
  color: #121214;
  font-size: 19px;
  font-weight: 300;
  opacity: 1;
  padding: 0;
  background: none;
}
@media (max-width: 767px) {
  .navbar-nav li.nav-link a {
    font-size: 1.3rem;
  }
}
.navbar-nav li.nav-link.active a, .navbar-nav li.nav-link:hover a {
  color: #1a5bdb;
}
@media (min-width: 768px) {
  .navbar-nav li.nav-link {
    margin: 8px 20px 4px;
  }
  .navbar-nav li.nav-link:after, .navbar-nav li.nav-link:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 1px;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.2s;
    opacity: 0;
  }
  .navbar-nav li.nav-link:before {
    left: calc(50%);
    background-color: #1a5bdb;
  }
  .navbar-nav li.nav-link:after {
    right: calc(50%);
    background-color: #1a5bdb;
  }
  .navbar-nav li.nav-link a {
    padding: 8px 0;
  }
  .navbar-nav li.nav-link.active, .navbar-nav li.nav-link:not(.active):hover {
    border-left: none;
    padding-left: 0;
  }
  .navbar-nav li.nav-link.active:after, .navbar-nav li.nav-link.active:before, .navbar-nav li.nav-link:not(.active):hover:after, .navbar-nav li.nav-link:not(.active):hover:before {
    width: 50%;
    opacity: 1;
  }
  .navbar-nav li.nav-link.active.active:after, .navbar-nav li.nav-link.active.active:before, .navbar-nav li.nav-link:not(.active):hover.active:after, .navbar-nav li.nav-link:not(.active):hover.active:before {
    width: 6px;
  }
}

.fancybox-bg {
  background-color: #000 !important;
  opacity: 1 !important;
}

.fancybox-button {
  background: #000 !important;
}

.fancybox-thumbs {
  background: #f3f4f5 !important;
}
.fancybox-thumbs > ul > li {
  color: rgba(0, 0, 0, 0);
}

.carousel {
  background: none;
  padding-top: 32px;
}
.carousel .carousel-cell {
  margin-right: 24px;
  width: 66%;
}
@media (min-width: 1440px) {
  .carousel .carousel-cell {
    width: 25%;
  }
}
.carousel .carousel-cell .img__holder {
  padding: 40px;
  display: inline-block;
}
@media (min-width: 992px) {
  .carousel .carousel-cell .img__holder {
    padding: 64px;
  }
}
@media (min-width: 1440px) {
  .carousel .carousel-cell .img__holder {
    padding: 80px;
  }
}
.carousel .carousel-cell img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.carousel .flickity-viewport {
  min-height: 50px;
}
@media (min-width: 1200px) {
  .carousel .flickity-viewport {
    min-height: 385px;
  }
}
.carousel .flickity-prev-next-button {
  top: 0 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}
.carousel .flickity-prev-next-button.next:before, .carousel .flickity-prev-next-button.previous:before {
  font-family: "Font Awesome 5 Pro";
}
.carousel .flickity-prev-next-button.next {
  left: 76px !important;
  right: auto !important;
}
.carousel .flickity-prev-next-button.next:before {
  content: "";
}
.carousel .flickity-prev-next-button.previous {
  left: 30px !important;
}
.carousel .flickity-prev-next-button.previous:before {
  content: "";
}
.carousel .flickity-prev-next-button .flickity-button-icon {
  opacity: 0;
}
.carousel .flickity-page-dots {
  position: relative !important;
  bottom: 0 !important;
  padding-top: 12px !important;
}
.carousel .flickity-page-dots .dot {
  opacity: 1 !important;
  height: 2px !important;
  width: 24px !important;
  margin: 4px !important;
  border-radius: 0 !important;
}
.carousel.carousel__light .img__holder {
  background: #fff;
}
.carousel.carousel__light .flickity-prev-next-button {
  background: #fff !important;
  color: #121214 !important;
}
.carousel.carousel__light .flickity-prev-next-button:hover {
  background: #1a5bdb !important;
  color: #fff !important;
}
.carousel.carousel__light .flickity-page-dots .dot {
  background: #d8dade !important;
}
.carousel.carousel__light .flickity-page-dots .dot.is-selected {
  background: #1a5bdb !important;
}
.carousel.carousel__dark .img__holder {
  background: #121214;
}
.carousel.carousel__dark .flickity-prev-next-button {
  background: #202326 !important;
  color: #fff !important;
}
.carousel.carousel__dark .flickity-prev-next-button:hover {
  background: #1a5bdb !important;
  color: #fff !important;
}
.carousel.carousel__dark .flickity-page-dots .dot {
  background: #313539 !important;
}
.carousel.carousel__dark .flickity-page-dots .dot.is-selected {
  background: #1a5bdb !important;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.m4 {
  margin: 4px;
}

.mt4 {
  margin-top: 4px;
}

.mr4 {
  margin-right: 4px;
}

.mb4 {
  margin-bottom: 4px;
}

.ml4 {
  margin-left: 4px;
}

.m6 {
  margin: 6px;
}

.mt6 {
  margin-top: 6px;
}

.mr6 {
  margin-right: 6px;
}

.mb6 {
  margin-bottom: 6px;
}

.ml6 {
  margin-left: 6px;
}

.m8 {
  margin: 8px;
}

.mt8 {
  margin-top: 8px;
}

.mr8 {
  margin-right: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.ml8 {
  margin-left: 8px;
}

.m10 {
  margin: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.m12 {
  margin: 12px;
}

.mt12 {
  margin-top: 12px;
}

.mr12 {
  margin-right: 12px;
}

.mb12 {
  margin-bottom: 12px;
}

.ml12 {
  margin-left: 12px;
}

.m16 {
  margin: 16px;
}

.mt16 {
  margin-top: 16px;
}

.mr16 {
  margin-right: 16px;
}

.mb16 {
  margin-bottom: 16px;
}

.ml16 {
  margin-left: 16px;
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.m24 {
  margin: 24px;
}

.mt24 {
  margin-top: 24px;
}

.mr24 {
  margin-right: 24px;
}

.mb24 {
  margin-bottom: 24px;
}

.ml24 {
  margin-left: 24px;
}

.m36 {
  margin: 36px;
}

.mt36 {
  margin-top: 36px;
}

.mr36 {
  margin-right: 36px;
}

.mb36 {
  margin-bottom: 36px;
}

.ml36 {
  margin-left: 36px;
}

.m48 {
  margin: 48px;
}

.mt48 {
  margin-top: 48px;
}

.mr48 {
  margin-right: 48px;
}

.mb48 {
  margin-bottom: 48px;
}

.ml48 {
  margin-left: 48px;
}

.m60 {
  margin: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.m72 {
  margin: 72px;
}

.mt72 {
  margin-top: 72px;
}

.mr72 {
  margin-right: 72px;
}

.mb72 {
  margin-bottom: 72px;
}

.ml72 {
  margin-left: 72px;
}

.m84 {
  margin: 84px;
}

.mt84 {
  margin-top: 84px;
}

.mr84 {
  margin-right: 84px;
}

.mb84 {
  margin-bottom: 84px;
}

.ml84 {
  margin-left: 84px;
}

.m96 {
  margin: 96px;
}

.mt96 {
  margin-top: 96px;
}

.mr96 {
  margin-right: 96px;
}

.mb96 {
  margin-bottom: 96px;
}

.ml96 {
  margin-left: 96px;
}

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.p1 {
  padding: 1px;
}

.pt1 {
  padding-top: 1px;
}

.pr1 {
  padding-right: 1px;
}

.pb1 {
  padding-bottom: 1px;
}

.pl1 {
  padding-left: 1px;
}

.p2 {
  padding: 2px;
}

.pt2 {
  padding-top: 2px;
}

.pr2 {
  padding-right: 2px;
}

.pb2 {
  padding-bottom: 2px;
}

.pl2 {
  padding-left: 2px;
}

.p4 {
  padding: 4px;
}

.pt4 {
  padding-top: 4px;
}

.pr4 {
  padding-right: 4px;
}

.pb4 {
  padding-bottom: 4px;
}

.pl4 {
  padding-left: 4px;
}

.p6 {
  padding: 6px;
}

.pt6 {
  padding-top: 6px;
}

.pr6 {
  padding-right: 6px;
}

.pb6 {
  padding-bottom: 6px;
}

.pl6 {
  padding-left: 6px;
}

.p8 {
  padding: 8px;
}

.pt8 {
  padding-top: 8px;
}

.pr8 {
  padding-right: 8px;
}

.pb8 {
  padding-bottom: 8px;
}

.pl8 {
  padding-left: 8px;
}

.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.p12 {
  padding: 12px;
}

.pt12 {
  padding-top: 12px;
}

.pr12 {
  padding-right: 12px;
}

.pb12 {
  padding-bottom: 12px;
}

.pl12 {
  padding-left: 12px;
}

.p16 {
  padding: 16px;
}

.pt16 {
  padding-top: 16px;
}

.pr16 {
  padding-right: 16px;
}

.pb16 {
  padding-bottom: 16px;
}

.pl16 {
  padding-left: 16px;
}

.p24 {
  padding: 24px;
}

.pt24 {
  padding-top: 24px;
}

.pr24 {
  padding-right: 24px;
}

.pb24 {
  padding-bottom: 24px;
}

.pl24 {
  padding-left: 24px;
}

.p36 {
  padding: 36px;
}

.pt36 {
  padding-top: 36px;
}

.pr36 {
  padding-right: 36px;
}

.pb36 {
  padding-bottom: 36px;
}

.pl36 {
  padding-left: 36px;
}

.p48 {
  padding: 48px;
}

.pt48 {
  padding-top: 48px;
}

.pr48 {
  padding-right: 48px;
}

.pb48 {
  padding-bottom: 48px;
}

.pl48 {
  padding-left: 48px;
}

.p60 {
  padding: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.p72 {
  padding: 72px;
}

.pt72 {
  padding-top: 72px;
}

.pr72 {
  padding-right: 72px;
}

.pb72 {
  padding-bottom: 72px;
}

.pl72 {
  padding-left: 72px;
}

.p84 {
  padding: 84px;
}

.pt84 {
  padding-top: 84px;
}

.pr84 {
  padding-right: 84px;
}

.pb84 {
  padding-bottom: 84px;
}

.pl84 {
  padding-left: 84px;
}

.p96 {
  padding: 96px;
}

.pt96 {
  padding-top: 96px;
}

.pr96 {
  padding-right: 96px;
}

.pb96 {
  padding-bottom: 96px;
}

.pl96 {
  padding-left: 96px;
}

.w100pr {
  width: 100% !important;
}

.h100pr {
  height: 100% !important;
}

.mh-100pr {
  min-height: 100%;
  min-height: 100vh;
}

.mh-400 {
  min-height: 400px;
}

.mh-500 {
  min-height: 500px;
}

.mh-600 {
  min-height: 600px;
}

.border {
  border: solid 1px #F0F1F3;
}

.border-top {
  border-top: solid 1px #F0F1F3;
}

.border-right {
  border-right: solid 1px #F0F1F3;
}

.border-bottom {
  border-bottom: solid 1px #F0F1F3;
}

.border-left {
  border-left: solid 1px #F0F1F3;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f3f4f5 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.5s 0.5s ease-out;
  transition: opacity 0.5s 0.5s ease-out;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background-color: #f3f4f5 !important;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.15) !important;
}

html {
  font-size: 19px;
  font-family: "Geist", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
}

a,
h2,
h3,
h4,
li,
p,
span {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  display: block;
  color: #121214;
  line-height: 1.32em;
  font-weight: 500;
}

p {
  color: #424c56;
}
p:not(:last-child) {
  margin-bottom: 20px;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  text-decoration: none;
}
h1.smaller {
  font-size: 2.2rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 3.75rem;
  }
  h1.smaller {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 4.2rem;
  }
  h1.smaller {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
  h1.smaller {
    font-size: 3rem;
  }
}
h1 span.h1-small,
h1 span.h1-smallest {
  display: block;
  font-weight: 300;
  line-height: 1.65em;
}
h1 span.h1-small {
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}
@media (min-width: 992px) {
  h1 span.h1-small {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
h1 span.h1-smallest {
  font-size: 1rem;
  margin: 8px 0 32px;
}
@media (min-width: 992px) {
  h1 span.h1-smallest {
    margin: 8px 0 32px;
  }
}
@media (min-width: 992px) {
  h1 span.h1-smallest {
    font-size: 1.3rem;
    margin-bottom: 48px;
  }
}

h2 {
  font-size: 1.75rem;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.4rem;
  }
}

h3 {
  font-size: 1.3rem;
  margin-top: 0 !important;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 1.1rem;
  }
}

h4 {
  margin: 2px 0 24px;
}

a, li, p {
  font-size: 17px;
  line-height: 1.65em;
}

@media (min-width: 768px) {
  a, li, p {
    font-size: 19px;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* removes bullets */
}

li {
  margin: 0;
  padding: 0;
}

a:hover {
  color: #1a5bdb;
}

.text-sm, .resume-date {
  font-size: 16px;
}

.text-xs {
  font-size: 14px;
}

blockquote {
  clear: both;
  padding: 0 12px;
  border-color: #eaecee;
  border-width: 2px;
}
blockquote p {
  color: inherit;
  font-size: 17px;
}

.text-succes {
  color: #00B600;
}

.text-info {
  color: #33D3AB;
}

.text-warning {
  color: #E58A19;
}

.text-danger {
  color: #DB1A1A;
}

.wrap-balance {
  text-wrap: balance;
}

body,
html {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

* {
  box-shadow: none !important;
}

body {
  font-family: "Geist", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.l {
  font-weight: 300 !important;
}

.n {
  font-weight: 400 !important;
}

.sb {
  font-weight: 500 !important;
}

.b {
  font-weight: 700 !important;
}

.block {
  display: block;
}

.inline {
  display: inline-block;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.smallest {
  font-size: 13.3px;
}

.small, .case-nav__floating .case-nav__navigator .case-nav__icon span, .case-nav__link-back {
  font-size: 17.1px;
}

.text-large {
  font-size: 19px;
}
@media (min-width: 992px) {
  .text-large {
    font-size: 24.7px;
  }
}

.text-highlight {
  color: black !important;
}

.text-white {
  color: #fff !important;
}

.text-muted, .resume-date, blockquote {
  color: #6e7e90 !important;
}

.link-muted {
  color: #6e7e90;
}

.text-normal {
  color: #424c56 !important;
}

.text-primary, .text-meta, .text-accent {
  color: #1a5bdb !important;
}

.text-secondary {
  color: #c4ac6f !important;
}

.text-tertiary {
  color: #9BA2AA !important;
}

.text-meta {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.7rem;
}

.row__content {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (min-width: 992px) {
  .row__content {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.pull-down {
  display: table-cell;
  background: none;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .pull-down {
    display: table-cell;
    background: none;
    vertical-align: bottom;
  }
}

.container {
  max-width: 1120px;
}

.container__compact {
  max-width: 680px;
}

@media (min-width: 768px) {
  .container-fluid__desktop {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .container-fluid__desktop.full-width {
    padding: 0;
    overflow-x: hidden;
  }
  .container-fluid__desktop.full-width .col-left {
    padding-right: 2px;
  }
  .container-fluid__desktop.full-width .col-right {
    padding-left: 2px;
  }
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.99);
}

img::-moz-selection,
img::selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.99);
}

.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  .vertical-align.row {
    display: block;
  }
}

.bg-primary {
  background-color: #1a5bdb;
}

.bg-secondary {
  background-color: #c4ac6f;
}

.bg-tertiary, .container__copyright {
  background-color: #f3f4f5;
}

.bg-white {
  background-color: #fff;
}

.bg-dark {
  background-color: #121214;
}

.bg-rounded {
  padding: 60px 40px;
  border-radius: 32px;
}

.bg-danger {
  background-color: #DB1A1A;
}

.bg-warning {
  background-color: #E58A19;
}

.mosaic {
  position: relative;
  margin-top: -96px;
}
.mosaic :before {
  position: absolute;
  display: block;
  top: 96px;
  left: 0;
  background: #151618;
  width: 100%;
  height: -webkit-calc(100% - 96px);
  height: -moz-calc(100% - 96px);
  height: calc(100% - 96px);
}
.mosaic .mosaic__block-container {
  padding-top: 96px;
  position: relative;
  height: inherit;
}
.mosaic .mosaic__block-container .mosaic__block-background {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  background: #151618;
}
.mosaic .mosaic__block-inner {
  padding-top: 64px;
  padding-bottom: 64px;
}

.col__compact {
  border: 1px solid red;
}

.development-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  font-size: 10px;
  color: white;
  text-align: center;
  padding: 4px;
}
