html,
body,
ul,
ol {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Roboto', sans-serif;
  color: #2d2d2d;
  overflow-x: hidden; }

h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 5rem;
  line-height: 5.5rem;
  margin: 0; }

h2 {
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0; }

h3 {
  font-weight: 900;
  margin: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e8ef4b;
  display: inline-block;
  color: #f7fac9;
  padding: 0 0.625rem; }

h4 {
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5em; }

p {
  font-size: 0.75rem;
  letter-spacing: 0.11rem;
  line-height: 1.25rem;
  font-weight: 300;
  max-width: 800px; }

a {
  color: #2d2d2d;
  text-decoration: none; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

ul {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
  ul li span {
    font-weight: 700; }

.mobile-only {
  display: none; }
  @media only screen and (max-width: 768px) {
    .mobile-only {
      display: block; } }

.hide {
  display: none; }

@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 1.75rem; } }

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 4.5rem;
    line-height: 5rem; }
  h2, h3 {
    font-size: 1.2rem; } }

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3.5rem;
    line-height: 3.6rem; } }

@media only screen and (max-width: 414px) {
  h2, h3 {
    font-size: 1rem; } }

.a-slide__ltr {
  position: relative; }
  .a-slide__ltr--animating-in {
    background-color: #444444d9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: scale-in-hor-ltr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-hor-ltr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .a-slide__ltr--animating-out {
    -webkit-animation: scale-out-hor-ltr 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: scale-out-hor-ltr 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.a-slide__content {
  opacity: 0; }
  .a-slide__content--reveal {
    -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.a-slide__image {
  opacity: 0; }
  .a-slide__image--reveal {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

/**
 * ----------------------------------------------
 * animation: scale in horizontal left to right
 * ----------------------------------------------
 */
@-webkit-keyframes scale-in-hor-ltr {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1; } }

@keyframes scale-in-hor-ltr {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1; } }

/**
 * ----------------------------------------------
 * animation: scale out horizontal left to right
 * ----------------------------------------------
 */
@-webkit-keyframes scale-out-hor-ltr {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1; } }

@keyframes scale-out-hor-ltr {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.l-section {
  position: relative;
  margin: 250px 0;
  padding: 50px 0 0;
  overflow-x: hidden; }
  @media only screen and (max-width: 768px) {
    .l-section {
      margin: 0;
      padding: 250px 0; } }
  @media only screen and (max-width: 414px) {
    .l-section {
      margin: 0;
      padding: 250px 0; } }
  @media only screen and (max-width: 414px) {
    .l-section {
      padding: 7vh 0; } }
  @media only screen and (max-width: 375px) {
    .l-section {
      padding: 0;
      margin-bottom: 40vw; } }
  .l-section--full-vh {
    padding: 0;
    margin: 0;
    margin-bottom: 250px;
    height: 100vh; }
  .l-section--no-margin {
    margin: 0; }
  .l-section--no-padding {
    padding: 0; }
  .l-section--small-margin-btm {
    margin-bottom: 75px; }

.l-container--center-horizontal {
  width: 80vw;
  margin: 0 auto; }
  @media only screen and (max-width: 640px) {
    .l-container--center-horizontal {
      width: auto;
      margin: 0 1.5rem; } }

.l-container--center-vertical {
  position: absolute;
  top: 47%;
  transform: translateY(-51%); }

.l-container .c-contact-info {
  padding: 0.5rem 3rem; }

.c-title {
  height: 165px;
  color: #dddddd87;
  transition: all 5s ease;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .c-title {
      height: 24vw; } }
  @media only screen and (max-width: 640px) {
    .c-title {
      height: 30vw; } }
  @media only screen and (max-width: 425px) {
    .c-title {
      height: 40vw; } }
  .c-title--in-view {
    color: #e7ee4b52; }
  .c-title h1 {
    position: absolute;
    top: 0;
    font-size: 13rem;
    line-height: 13rem;
    margin: 0;
    z-index: -9; }
    @media only screen and (max-width: 1024px) {
      .c-title h1 {
        font-size: 12rem; } }
    @media only screen and (max-width: 768px) {
      .c-title h1 {
        font-size: 25vw; } }
  .c-title--left h1 {
    left: -35px; }
    @media only screen and (max-width: 768px) {
      .c-title--left h1 {
        left: -15px; } }
  .c-title--right h1 {
    right: -25px; }
    @media only screen and (max-width: 768px) {
      .c-title--right h1 {
        right: -15px; } }

.c-button a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #2d2d2d;
  background: #2d2d2d;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  margin-top: 20px;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease; }
  .c-button a:hover {
    color: #2d2d2d;
    background: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px; }

.link-wrapper {
  margin: 0 0.5rem;
  display: inline-block;
  cursor: pointer; }
  .link-wrapper a {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    font-weight: 700;
    font-style: italic;
    position: relative;
    z-index: 1; }
    .link-wrapper a::before {
      content: '';
      width: 100%;
      height: 75%;
      padding-right: 10px;
      background-color: #e8ef4b;
      position: absolute;
      bottom: -4px;
      left: -5px;
      z-index: -1;
      transition: all 0.3s ease; }
    .link-wrapper a:hover::before {
      height: 145%; }

.c-showcase-slider {
  min-height: 600px; }
  @media only screen and (max-width: 1024px) {
    .c-showcase-slider {
      height: auto; } }
  .c-showcase-slider__slide {
    width: 100%;
    height: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 0.60fr 1.75fr 3fr 0.25fr 2fr;
    grid-template-areas: "nav recognitions main technologies info"; }
  .c-showcase-slider__area-nav {
    grid-area: nav;
    grid-column: 1/2;
    justify-self: start;
    align-self: center; }
  .c-showcase-slider__area-recognitions {
    grid-area: recognitions;
    grid-column: 2/3;
    justify-self: end;
    align-self: end; }
  .c-showcase-slider__area-main {
    grid-area: main;
    grid-column: 2/5; }
  .c-showcase-slider__area-technologies {
    grid-area: technologies;
    grid-column: 4/5; }
  .c-showcase-slider__area-info {
    grid-area: info;
    align-items: start;
    grid-column: 5/6; }
  @media only screen and (max-width: 1024px) {
    .c-showcase-slider__slide {
      grid-template-columns: 0.55fr 4fr 0.25fr;
      grid-template-areas: "nav main technologies" "info" "recognitions"; }
    .c-showcase-slider__area-nav {
      grid-row: 1/2;
      grid-column: 1/2;
      justify-self: start; }
    .c-showcase-slider__area-recognitions {
      grid-row: 2/3;
      grid-column: 1/4;
      justify-self: start;
      align-self: start; }
    .c-showcase-slider__area-main {
      grid-row: 1/2;
      grid-column: 2/4; }
    .c-showcase-slider__area-technologies {
      grid-row: 1/2;
      grid-column: 3/4; }
    .c-showcase-slider__area-info {
      align-items: start;
      grid-row: 2/3;
      grid-column: 1/4; } }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__slide {
      display: block; }
    .c-showcase-slider__area-nav {
      display: none; }
    .c-showcase-slider__area-recognitions {
      grid-row: 1/2;
      grid-column: 4/5; }
    .c-showcase-slider__area-arrows {
      display: none; } }

.c-showcase-slider__hide {
  display: none; }

.c-showcase-slider__wrapper {
  height: 100%; }

.c-showcase-slider__slide {
  display: none; }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__slide {
      display: block; } }
  .c-showcase-slider__slide--active {
    display: grid; }
    @media only screen and (max-width: 768px) {
      .c-showcase-slider__slide--active {
        display: block; } }

.c-showcase-slider__area-main {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .c-showcase-slider__area-main {
      height: 450px; } }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__area-main {
      height: auto; } }

.c-showcase-slider__area-info {
  margin: 2em;
  min-height: 500px; }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__area-info {
      margin: 1.5em 1em;
      min-height: auto; } }

.c-showcase-slider__area-technologies {
  margin: 2em;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .c-showcase-slider__area-technologies {
      margin: 1em; } }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__area-technologies {
      margin: 1em 1em 4em; } }

.c-showcase-slider__area-recognitions {
  padding: 0 1rem 1rem 0;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .c-showcase-slider__area-recognitions {
      position: relative;
      width: 100%; } }

.c-showcase-slider__nav-item {
  color: #ddd;
  transition: all 0.3s ease;
  padding: .75em 0;
  cursor: pointer; }
  .c-showcase-slider__nav-item:hover, .c-showcase-slider__nav-item--active {
    color: #000; }

.c-showcase-slider__nav-indicator {
  width: 25px;
  display: inline-block;
  height: 2px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 3px;
  margin-right: 10px;
  transition: all 0.3s ease; }
  .c-showcase-slider__nav-item:hover .c-showcase-slider__nav-indicator {
    width: 50px; }
  .c-showcase-slider__nav-item--active .c-showcase-slider__nav-indicator {
    border-bottom-color: #000;
    width: 50px; }

.c-showcase-slider__nav-progress {
  width: 0;
  height: 100%;
  border-bottom: 2px solid #e8ef4b;
  margin-bottom: 3px;
  margin-right: 10px; }

.c-showcase-slider__image-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 65%; }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__image-wrapper {
      position: unset;
      width: 100%;
      height: 250px; } }

.c-showcase-slider__image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  transition: all 0.3s ease; }
  .c-showcase-slider__slide--active .c-showcase-slider__image:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__image {
      background-repeat: no-repeat;
      background-position: right;
      background-size: cover; } }
  @media only screen and (max-width: 1440px) {
    .c-showcase-slider__slide-GUID--006 .c-showcase-slider__image {
      background-position: -450px 0; } }
  @media only screen and (max-width: 1200px) {
    .c-showcase-slider__slide-GUID--006 .c-showcase-slider__image {
      background-position: -475px 0; } }
  @media only screen and (max-width: 1080px) {
    .c-showcase-slider__slide-GUID--006 .c-showcase-slider__image {
      background-position: -575px 0; } }
  @media only screen and (max-width: 1024px) {
    .c-showcase-slider__slide-GUID--006 .c-showcase-slider__image {
      background-position: -300px 0; } }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__slide-GUID--006 .c-showcase-slider__image {
      background-position: right; } }
  @media only screen and (max-width: 1200px) {
    .c-showcase-slider__slide-GUID--005 .c-showcase-slider__image {
      background-position: -600px 0; } }
  @media only screen and (max-width: 1024px) {
    .c-showcase-slider__slide-GUID--005 .c-showcase-slider__image {
      background-position: right; } }
  @media only screen and (max-width: 1440px) {
    .c-showcase-slider__slide-GUID--004 .c-showcase-slider__image {
      background-position: -600px 0; } }
  @media only screen and (max-width: 1200px) {
    .c-showcase-slider__slide-GUID--004 .c-showcase-slider__image {
      background-position: -650px 0; } }
  @media only screen and (max-width: 1090px) {
    .c-showcase-slider__slide-GUID--004 .c-showcase-slider__image {
      background-position: -675px 0; } }
  @media only screen and (max-width: 1024px) {
    .c-showcase-slider__slide-GUID--004 .c-showcase-slider__image {
      background-position: right; } }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__slide-GUID--004 .c-showcase-slider__image {
      background-position: 0 -60px; } }
  @media only screen and (max-width: 685px) {
    .c-showcase-slider__slide-GUID--004 .c-showcase-slider__image {
      background-position: right; } }
  @media only screen and (max-width: 1440px) {
    .c-showcase-slider__slide-GUID--003 .c-showcase-slider__image {
      background-position: -300px 0; } }
  @media only screen and (max-width: 1024px) {
    .c-showcase-slider__slide-GUID--003 .c-showcase-slider__image {
      background-position: -360px 0; } }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__slide-GUID--003 .c-showcase-slider__image {
      background-position: right; } }
  @media only screen and (max-width: 1880px) {
    .c-showcase-slider__slide-GUID--002 .c-showcase-slider__image {
      background-position: -300px 0; } }
  @media only screen and (max-width: 1440px) {
    .c-showcase-slider__slide-GUID--002 .c-showcase-slider__image {
      background-position: -375px 0; } }
  @media only screen and (max-width: 1200px) {
    .c-showcase-slider__slide-GUID--002 .c-showcase-slider__image {
      background-position: -450px 0; } }
  @media only screen and (max-width: 1090px) {
    .c-showcase-slider__slide-GUID--002 .c-showcase-slider__image {
      background-position: -485px 0; } }
  @media only screen and (max-width: 1024px) {
    .c-showcase-slider__slide-GUID--002 .c-showcase-slider__image {
      background-position: -285px 0; } }
  @media only screen and (max-width: 991px) {
    .c-showcase-slider__slide-GUID--002 .c-showcase-slider__image {
      background-position: -315px 0; } }
  @media only screen and (max-width: 850px) {
    .c-showcase-slider__slide-GUID--002 .c-showcase-slider__image {
      background-position: -365px 0; } }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__slide-GUID--002 .c-showcase-slider__image {
      background-position: right; } }
  @media only screen and (max-width: 1200px) {
    .c-showcase-slider__slide-GUID--001 .c-showcase-slider__image {
      background-position: -590px 0; } }
  @media only screen and (max-width: 1090px) {
    .c-showcase-slider__slide-GUID--001 .c-showcase-slider__image {
      background-position: -620px 0; } }
  @media only screen and (max-width: 1024px) {
    .c-showcase-slider__slide-GUID--001 .c-showcase-slider__image {
      background-position: right; } }

.c-showcase-slider__area-main .c-showcase-slider__container {
  position: absolute;
  top: 7em;
  left: 2em;
  text-align: left;
  z-index: 9;
  margin-right: 10rem; }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__area-main .c-showcase-slider__container {
      position: unset;
      margin: 0 1rem 1rem;
      padding-top: 1.25rem; } }

.c-showcase-slider__sup-title-nav {
  position: absolute;
  top: 0;
  left: 0; }
  .c-showcase-slider__sup-title-nav .c-showcase-slider__sup-title-nav-indicator {
    width: 50px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    margin-bottom: 0.2rem;
    margin-right: 0.5rem; }
  .c-showcase-slider__sup-title-nav h4 {
    display: inline-block;
    font-size: 0.65rem; }

.c-showcase-slider__title {
  width: fit-content; }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__title h1 {
      font-size: 3.5rem; } }
  @media only screen and (max-width: 414px) {
    .c-showcase-slider__title h1 {
      font-size: 2.8rem; } }

.c-showcase-slider__sub-title {
  margin-top: 0.25rem;
  width: fit-content; }
  .c-showcase-slider__sub-title h2 {
    margin: 0; }

.c-showcase-slider__technologies {
  position: absolute;
  right: 0;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1rem; }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__technologies {
      -webkit-writing-mode: unset;
      writing-mode: unset;
      position: unset;
      margin: 0; } }
  .c-showcase-slider__technologies .c-showcase-slider__technology-item {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 0.85rem; }
    @media only screen and (max-width: 768px) {
      .c-showcase-slider__technologies .c-showcase-slider__technology-item {
        color: #ccc; } }
    .c-showcase-slider__technologies .c-showcase-slider__technology-item::after {
      content: "\2022";
      margin: 10px 0; }
      @media only screen and (max-width: 768px) {
        .c-showcase-slider__technologies .c-showcase-slider__technology-item::after {
          margin: 0 10px;
          color: #ccc; } }
    .c-showcase-slider__technologies .c-showcase-slider__technology-item:last-of-type::after {
      display: none; }

.c-showcase-slider__recognitions {
  width: 100px;
  height: 100px; }
  @media only screen and (max-width: 1024px) {
    .c-showcase-slider__recognitions {
      position: absolute;
      top: 1rem;
      right: 2rem;
      width: 85px;
      height: 85px; } }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__recognitions {
      display: none; } }
  .c-showcase-slider__recognitions .c-showcase-slider__recognition-item {
    opacity: 0.3;
    transition: all 0.3s ease; }
    .c-showcase-slider__recognitions .c-showcase-slider__recognition-item:hover {
      opacity: 1; }
  .c-showcase-slider__recognitions img {
    width: 100%; }

.c-showcase-slider__info {
  margin-bottom: 1.5rem; }
  .c-showcase-slider__info-details .c-showcase-slider__detail-item {
    width: fit-content; }
    .c-showcase-slider__info-details .c-showcase-slider__detail-item:not(:last-of-type) {
      margin-bottom: 0.75em; }
    .c-showcase-slider__info-details .c-showcase-slider__detail-item .c-showcase-slider__detail-label {
      margin-right: 0.5rem; }
    .c-showcase-slider__info-details .c-showcase-slider__detail-item .c-showcase-slider__detail-content {
      font-weight: 300;
      line-height: 1rem; }
  .c-showcase-slider__info-description {
    text-transform: uppercase; }
  .c-showcase-slider__info-highlights-title {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.75rem;
    width: fit-content; }
  .c-showcase-slider__info-highlights .c-showcase-slider__highlight-item {
    list-style: inside;
    margin-bottom: 0.55rem;
    font-size: 0.65rem;
    line-height: 1rem; }
    .c-showcase-slider__info-highlights .c-showcase-slider__highlight-item span {
      font-weight: 300; }
  .c-showcase-slider__info-links .c-showcase-slider__link-item {
    display: block;
    width: fit-content;
    margin-bottom: 1rem; }
    .c-showcase-slider__info-links .c-showcase-slider__link-item-wrapper {
      display: block;
      margin: 0;
      width: fit-content; }

.c-showcase-slider__arrows {
  height: 50px;
  width: 215px; }
  @media only screen and (max-width: 768px) {
    .c-showcase-slider__arrows {
      display: none; } }
  .c-showcase-slider__arrows .c-showcase-slider__arrow {
    position: relative;
    cursor: pointer;
    width: 49%;
    height: 100%;
    display: inline-block; }
    .c-showcase-slider__arrows .c-showcase-slider__arrow--left {
      left: 0;
      transform: rotate(180deg); }
    .c-showcase-slider__arrows .c-showcase-slider__arrow--right {
      right: 0; }
    .c-showcase-slider__arrows .c-showcase-slider__arrow::before {
      content: "";
      width: 50px;
      height: 2px;
      background: #ddd;
      position: absolute;
      top: 50%;
      margin-top: -1px;
      right: 40px;
      transition: all 0.3s ease; }
    .c-showcase-slider__arrows .c-showcase-slider__arrow::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #ddd;
      position: absolute;
      top: 50%;
      margin-top: -5px;
      right: 40px;
      transition: all 0.3s ease; }
    .c-showcase-slider__arrows .c-showcase-slider__arrow:hover::before {
      right: 14px;
      width: 75px;
      background: #000; }
    .c-showcase-slider__arrows .c-showcase-slider__arrow:hover::after {
      right: 14px;
      border-color: transparent transparent transparent #000; }

@media only screen and (max-width: 1024px) {
  .c-showcase-slider__technologies {
    font-size: 0.5em; }
  .c-showcase-slider__arrow {
    bottom: 0; }
  .c-showcase-slider__area-main .c-showcase-slider__container {
    left: 1em; } }

.c-scroll-text {
  position: relative;
  width: fit-content; }
  .c-scroll-text__wrapper {
    white-space: nowrap;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    width: fit-content;
    height: 100%; }
    .c-scroll-text__wrapper--primary {
      font-family: 'Roboto', sans-serif;
      background-color: #e8ef4b;
      color: #2d2d2d;
      color: #f7fac9;
      font-weight: 900; }
    .c-scroll-text__wrapper--left {
      -moz-animation: scroll-left 90s linear infinite;
      -webkit-animation: scroll-left 90s linear infinite;
      animation: scroll-left 90s linear infinite;
      /* Move it (define the animation) */ }

@keyframes scroll-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-65%); } }
    .c-scroll-text__wrapper--right {
      -moz-animation: scroll-right 300s linear infinite;
      -webkit-animation: scroll-right 300s linear infinite;
      animation: scroll-right 300s linear infinite; }

@keyframes scroll-right {
  0% {
    transform: translateX(-90%); }
  100% {
    transform: translateX(0); } }
    .c-scroll-text__wrapper--left:hover, .c-scroll-text__wrapper--right:hover {
      animation-play-state: paused; }
  .c-scroll-text__item {
    display: inline-block;
    font-size: 9vw;
    line-height: 1.3;
    position: relative;
    padding-right: 6vw; }
    .c-scroll-text__item span:hover {
      color: #e8ef4b; }
    @media only screen and (max-width: 768px) {
      .c-scroll-text__item {
        font-size: 12vw; } }
    .c-scroll-text__wrapper--primary .c-scroll-text__item {
      font-size: 6vw;
      line-height: 1.1;
      text-transform: uppercase; }
      .c-scroll-text__wrapper--primary .c-scroll-text__item span:hover {
        color: #444; }
      @media only screen and (max-width: 768px) {
        .c-scroll-text__wrapper--primary .c-scroll-text__item {
          font-size: 9vw; } }
    @media only screen and (min-width: 1800px) {
      .c-scroll-text__item {
        font-size: 10.13rem; } }
    .c-scroll-text__item::after {
      content: "\2022";
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      margin: 0 2vw;
      font-size: 5vw;
      top: 3.75vw;
      position: absolute; }
      @media only screen and (max-width: 768px) {
        .c-scroll-text__item::after {
          margin: 0 1.85vw;
          font-size: 6vw;
          top: 5.75vw; } }
      .c-scroll-text__wrapper--primary .c-scroll-text__item::after {
        top: 0.75vw; }
        @media only screen and (max-width: 768px) {
          .c-scroll-text__wrapper--primary .c-scroll-text__item::after {
            top: 1.75vw; } }
    .c-scroll-text__item:last-of-type::after {
      display: none; }

.c-scroll-down {
  position: absolute;
  bottom: 2rem;
  right: 3rem;
  height: 100px;
  width: fit-content;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .c-scroll-down {
      bottom: 1.5rem;
      right: 2.5rem; } }
  .c-scroll-down__arrow {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    transform: rotate(90deg);
    top: 20px; }
    .c-scroll-down__arrow::before {
      content: "";
      width: 50px;
      height: 2px;
      background: #ddd;
      position: absolute;
      top: 50%;
      margin-top: -1px;
      right: 40px;
      transition: all 0.3s ease; }
    .c-scroll-down__arrow::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #ddd;
      position: absolute;
      top: 50%;
      margin-top: -5px;
      right: 40px;
      transition: all 0.3s ease; }
  .c-scroll-down__text {
    font-size: 0.75rem;
    color: #ddd;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease; }
  .c-scroll-down:hover .c-scroll-down__arrow::before {
    right: 14px;
    width: 75px;
    background: #000; }
  .c-scroll-down:hover .c-scroll-down__arrow::after {
    right: 14px;
    border-color: transparent transparent transparent #000; }
  .c-scroll-down:hover .c-scroll-down__text {
    color: #000; }

@media only screen and (max-width: 525px) {
  .c-contact-info {
    padding: 2.5rem !important; }
    .c-contact-info p {
      display: none; } }

.c-social-media a {
  margin-right: 1rem; }
  @media only screen and (max-width: 525px) {
    .c-social-media a {
      margin-right: 1.75rem;
      font-size: 1.25rem; } }
  .c-social-media a:last-of-type {
    margin-right: 0; }
  .c-social-media a i {
    color: #ccc;
    transition: all 0.3s ease; }
    .c-social-media a i:hover {
      color: #2d2d2d; }

.l-container .c-social-media {
  position: absolute;
  top: 2.25rem;
  right: 3rem; }
  @media only screen and (max-width: 525px) {
    .l-container .c-social-media {
      top: 2.25rem;
      right: 2rem; } }

.l-section--footer {
  background-color: #2d2d2d;
  color: #fff;
  padding: 1rem 0; }
  .l-section--footer .l-container {
    position: relative; }
  .l-section--footer p {
    display: inline-block;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .l-section--footer p {
        display: block;
        text-align: center;
        font-size: 0.65rem; }
        .l-section--footer p span {
          display: block; } }
  .l-section--footer .c-social-media {
    position: absolute;
    right: 0;
    top: 0; }
    .l-section--footer .c-social-media i {
      color: #fff; }
      .l-section--footer .c-social-media i:hover {
        color: #e8ef4b; }
    @media only screen and (max-width: 768px) {
      .l-section--footer .c-social-media {
        display: block;
        position: unset;
        margin: 1.5rem auto 1rem;
        width: fit-content; } }

.o-logo {
  cursor: pointer;
  position: absolute;
  top: 2rem;
  left: 3rem;
  width: 50px; }
  @media only screen and (max-width: 768px) {
    .o-logo {
      top: 2rem;
      left: 2rem;
      width: 40px; } }

