/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*body {
	line-height: 1;
}*/
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: 0 solid transparent;
  cursor: pointer;
}

* {
  position: relative;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html, body {
  height: 100%;
}

html {
  font-size: 14px;
  font-family: "Noah Regular";
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
button {
  padding: 0;
}
button:active {
  padding: 0;
}

@font-face {
  font-family: "Noah Regular";
  src: url("../fonts/Noah-Regular.otf");
}
@font-face {
  font-family: "Noah Bold";
  src: url("../fonts/Noah-Bold.otf");
}
@font-face {
  font-family: "HurmeGeometric SemiBold";
  src: url("../fonts/HurmeGeometricSans3-SemiBold.otf");
}
.grid__row::after {
  content: "";
  display: block;
  clear: both;
}
.grid__row .grid__row--dil {
  font-size: 0;
}
.grid__row .grid__row--dil [class^=grid__col] {
  float: none;
  display: inline-block;
  font-size: 1rem;
}
.grid__row .grid__row--dil .grid__col-xxs--va-bottom {
  vertical-align: bottom;
}

[class^=grid__col] {
  float: left;
}

.grid__col-xxs--1 {
  width: 8.333%;
}

.grid__col-xxs--2 {
  width: 16.667%;
}

.grid__col-xxs--3 {
  width: 25%;
}

.grid__col-xxs--4 {
  width: 33.333%;
}

.grid__col-xxs--5 {
  width: 41.667%;
}

.grid__col-xxs--6 {
  width: 50%;
}

.grid__col-xxs--7 {
  width: 58.333%;
}

.grid__col-xxs--8 {
  width: 66.667%;
}

.grid__col-xxs--9 {
  width: 75%;
}

.grid__col-xxs--10 {
  width: 83.333%;
}

.grid__col-xxs--11 {
  width: 91.667%;
}

.grid__col-xxs--12 {
  width: 100%;
}

.grid__col-xxs--right {
  float: right;
}

@media (min-width: 480px) {
  .grid__col-xs--1 {
    width: 8.333%;
  }
  .grid__col-xs--2 {
    width: 16.667%;
  }
  .grid__col-xs--3 {
    width: 25%;
  }
  .grid__col-xs--4 {
    width: 33.333%;
  }
  .grid__col-xs--5 {
    width: 41.667%;
  }
  .grid__col-xs--6 {
    width: 50%;
  }
  .grid__col-xs--7 {
    width: 58.333%;
  }
  .grid__col-xs--8 {
    width: 66.667%;
  }
  .grid__col-xs--9 {
    width: 75%;
  }
  .grid__col-xs--10 {
    width: 83.333%;
  }
  .grid__col-xs--11 {
    width: 91.667%;
  }
  .grid__col-xs--12 {
    width: 100%;
  }
  .grid__col-xs--right {
    float: right;
  }
}
@media (min-width: 480px) and (min-width: 768px) {
  .grid__col-s--1 {
    width: 8.333%;
  }
  .grid__col-s--2 {
    width: 16.667%;
  }
  .grid__col-s--3 {
    width: 25%;
  }
  .grid__col-s--4 {
    width: 33.333%;
  }
  .grid__col-s--5 {
    width: 41.667%;
  }
  .grid__col-s--6 {
    width: 50%;
  }
  .grid__col-s--7 {
    width: 58.333%;
  }
  .grid__col-s--8 {
    width: 66.667%;
  }
  .grid__col-s--9 {
    width: 75%;
  }
  .grid__col-s--10 {
    width: 83.333%;
  }
  .grid__col-s--11 {
    width: 91.667%;
  }
  .grid__col-s--12 {
    width: 100%;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .grid__col-m--1 {
    width: 8.333%;
  }
  .grid__col-m--2 {
    width: 16.667%;
  }
  .grid__col-m--3 {
    width: 25%;
  }
  .grid__col-m--4 {
    width: 33.333%;
  }
  .grid__col-m--5 {
    width: 41.667%;
  }
  .grid__col-m--6 {
    width: 50%;
  }
  .grid__col-m--7 {
    width: 58.333%;
  }
  .grid__col-m--8 {
    width: 66.667%;
  }
  .grid__col-m--9 {
    width: 75%;
  }
  .grid__col-m--10 {
    width: 83.333%;
  }
  .grid__col-m--11 {
    width: 91.667%;
  }
  .grid__col-m--12 {
    width: 100%;
  }
}
.text-right {
  text-align: right;
}

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

.white {
  color: #fff;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  display: inline-block;
  height: 100vh;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  white-space: nowrap;
}

.c-scrollbar {
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  width: 11px;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  bottom: 0;
  height: 10px;
  top: auto;
  transform: scaleY(1);
  width: 100%;
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  background-color: #000;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 2px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  bottom: 0;
  right: auto;
} /* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.about {
  background-color: #f7f7f7;
}
.about .about__portrait-wrapper {
  text-align: center;
}
.about .about__portrait {
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.about .about__portrait.about__portrait--desktop {
  display: none;
  max-height: 350px;
}
.about .about__portrait.about__portrait--mobile {
  width: 100%;
  max-height: 250px;
}
.about .about__link {
  display: none;
  margin: 0 auto;
}
.about .about__desc-section {
  margin-bottom: 2.5rem;
}
.about .about__title {
  margin-bottom: 4rem;
  color: #ee184a;
  text-align: center;
}
.about .about__description {
  margin-bottom: 1.25rem;
  font-family: 0.875rem;
}
.about .skill-block {
  margin-top: 1rem;
}

.btn {
  display: inline-block;
  padding: 1rem 0;
  background-color: transparent;
  border: 0px solid transparent;
  border-bottom: 1px solid #000;
  color: #383838;
  font-size: 0.875rem;
  font-family: "Noah Bold";
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: 0.45s ease, background-color 0.2s ease;
}
.btn:hover {
  padding: 1rem;
  color: #fff;
  background-color: #383838;
}

.contact {
  --contact-icon-width: 2rem;
}
.contact .big-title {
  line-height: 1;
}
.contact .contact__link {
  color: #fff;
}
.contact .contact__link:hover {
  color: #FF7642;
}
.contact .contact__link:hover .contact__icon {
  fill: #FF7642;
}
.contact .contact__icon {
  width: var(--contact-icon-width);
  fill: #000;
  transition: fill 0.2s ease;
}

.cursus {
  background-color: #FF7642;
}
.cursus .cursus__side-border {
  position: absolute;
  top: 0;
  left: -30px;
  width: 1px;
  height: 0%;
  background-color: #fff;
  transition: height 1.5s ease;
}
.cursus .anchor-title {
  color: #fff;
}
.cursus .cursus-list:not(:last-child) {
  margin-bottom: 2rem;
}
.cursus .white {
  display: block;
}

.cursus-list .cursus-list__item {
  font-size: 0.875rem;
}
.cursus-list .cursus-list__item:not(:last-child) {
  margin-bottom: 1rem;
}

.folio .folio__slider {
  margin-bottom: 3rem;
}
.folio .slick-list {
  padding: 0 !important;
}
.folio .slick-track {
  display: flex;
  cursor: grab;
}
.folio .slick-track:active {
  cursor: grabbing;
}
.folio .slick-slide {
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  font-size: 1rem;
}
.folio .slick-slide .slick-slide__desc {
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
  transition: 0.3s ease;
  overflow: hidden;
}
.folio .slick-slide .slick-slide__desc .big-title {
  line-height: 1;
  text-align: left;
}
.folio .slick-slide .slick-slide__desc .slick-slide__desc-text {
  margin-bottom: 1rem;
  color: #000;
  font-size: 0.875rem;
  text-align: left;
}
.folio .slick-slide .slick-slide__link.hovered {
  padding: 1rem;
  color: #fff;
  background-color: #383838;
}
.folio .slick-slide .slick-slide__thumbnail {
  width: 100%;
  transition: 0.3s ease;
}
.folio .slick-slide .slick-slide__thumbnail .slick-slide__thumbnail-link {
  display: block;
  width: 100%;
  height: 100%;
}
.folio .slick-slide .slick-slide__thumbnail .slick-slide__thumbnail-img {
  width: 100%;
  transition: 0.3s ease;
}
.folio .slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.folio .slider-nav .slider-nav__button:hover .slider-nav__icon {
  fill: #FF7642;
}
.folio .slider-nav .slider-nav__icon {
  width: 2rem;
  height: 1.25rem;
}
.folio .slider-nav .slider-nav__animation {
  margin: 0 1rem;
  width: 2rem;
  animation: sideSliding 2s infinite;
}

@keyframes sideSliding {
  0% {
    transform: translateX(25%);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
.footer {
  padding: 2.5rem 3.5rem;
  background-color: #000;
  color: #fff;
  font-family: "Noah Bold";
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 3.5rem;
  padding: 0 3.5rem;
  background-color: #fff;
  transition: 0.3s ease background-color;
}
.header .header__logo {
  width: auto;
  height: calc(3.5rem - (2 * 8px));
  fill: transparent;
  stroke: #000;
  stroke-width: 3px;
  transition: 0.3s ease stroke;
  cursor: pointer;
}
.header .header__menu {
  display: none;
  margin-left: auto;
}
.header .header__menu-toggler {
  margin-left: auto;
  transition: background-color 0.3s ease;
}
.header .header__menu-toggler:hover {
  background-color: #000;
}
.header .header__menu-toggler:hover .header__menu-toggler-icon {
  fill: #fff;
}
.header .header__menu-toggler.active .header__menu-toggler-icon--burger {
  display: none;
}
.header .header__menu-toggler.active .header__menu-toggler-icon--cross {
  display: block;
}
.header .header__menu-toggler-icon {
  padding: 8px;
  width: 3.5rem;
  height: 3.5rem;
  fill: #000;
  transition: fill 0.3s ease;
}
.header .header__menu-toggler-icon.header__menu-toggler-icon--cross {
  display: none;
}
.header .header__link {
  display: inline-block;
  color: #494949;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  height: 3.5rem;
  padding: 0 1.5rem;
  line-height: 3.5rem;
}
.header .header__link:hover {
  text-decoration: underline;
}
.header .wrapper {
  display: flex;
  align-items: center;
}
.header.header--night {
  background-color: #000;
}
.header.header--night .header__logo {
  stroke: #fff;
}
.header.header--night .header__link {
  color: #fff;
}
.header.header--night .header__menu-toggler:hover {
  background-color: #fff;
}
.header.header--night .header__menu-toggler:hover .header__menu-toggler-icon {
  fill: #000;
}
.header.header--night .header__menu-toggler-icon {
  fill: #fff;
}

.intro {
  --intro-title__font-size: 2rem;
  --intro-subtitle__font-size: 1.25rem;
  height: 100vh;
  text-align: center;
}
.intro .intro__video-container {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 100%;
  height: calc(100vh - (2 * 3.5rem));
  background-color: #000;
  overflow: hidden;
}
.intro .intro__video-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(9, 9, 121, 0) 35%, rgba(2, 169, 227, 0) 65%, rgb(0, 0, 0) 100%);
}
.intro .intro__video {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: auto;
  height: 100%;
}
.intro .intro__content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.intro .intro__title {
  color: #fff;
  font-size: var(--intro-title__font-size);
  font-family: "HurmeGeometric SemiBold";
}
.intro .intro__subtitle {
  margin-bottom: 1em;
  line-height: 1em;
  color: #FF7642;
  font-size: var(--intro-subtitle__font-size);
  font-family: "Noah Regular";
}
.intro .intro__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  text-align: center;
}
.intro .intro__description {
  font-size: 1rem;
  font-family: "Noah Bold";
  line-height: 3.5rem;
  color: #383838;
  text-transform: uppercase;
}
@media (orientation: landscape) {
  .intro .intro__video {
    width: 100%;
    height: auto;
  }
}

.main {
  overflow: hidden;
}

.section {
  width: 100%;
  padding: 50px 3.5rem;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 75rem;
}

.inline-list {
  list-style: none;
  font-size: 0;
}
.inline-list .inline-list__item {
  display: inline-block;
  font-size: 1rem;
}

.side-col {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: calc(100vh - 3.5rem);
  background-color: #fff;
  border-top: 1px solid #494949;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.side-col .side-col__link {
  display: inline-block;
  color: #494949;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
  height: 10vh;
  line-height: 10vh;
  text-align: center;
}
.side-col .side-col__link:hover {
  background-color: #000;
  color: #fff;
}
.side-col.side-col--night {
  background-color: #000;
  border-top-color: #fff;
}
.side-col.side-col--night .side-col__link {
  background-color: #000;
  color: #fff;
}
.side-col.side-col--night .side-col__link:hover {
  background-color: #fff;
  color: #000;
}
.side-col.active {
  transform: translateX(0%);
}

.skill-block {
  color: #000;
  text-align: center;
  stroke: #000;
}
.skill-block .skill-block__icon {
  display: inline-block;
  max-width: 55px;
  max-height: 50px;
  margin-bottom: 1rem;
  stroke-width: 0.15px;
}
.skill-block .skill-block__txt {
  display: block;
  font-size: 0.875rem;
  font-family: "Noah Bold";
}

.anchor-title {
  display: block;
  margin-bottom: 1.25rem;
  color: #FF7642;
  font-size: 1rem;
  font-family: "Noah Regular";
}

.big-title {
  --big-title-font-size: 2rem;
  display: block;
  margin-bottom: 1.25rem;
  color: #000;
  font-size: var(--big-title-font-size);
  font-family: "HurmeGeometric SemiBold";
}

.appearjs .appearjs__item {
  opacity: 0;
  transition: opacity 1s ease;
}
.appearjs.appearjs--appeared .appearjs__item {
  opacity: 1;
}