:root {
  --color-red: #D32D34;
  --color-blue: #1477C5;
  --color-green: #008F4F;
  --color-orange: #F49900;
  --color-black: #000000;
  --color-gray: #0000004D;
  --color-dark-gray: #676767;
  --font-work: 'Work Sans', sans-serif
}

html {
  font-size: 18px;
  font-family: var(--font-work);
  color: var(--color-black)
}

body {
  background: black;
}

::-moz-selection {
  background: var(--color-red);
  opacity: .75
}

::selection {
  background: var(--color-red);
  opacity: .75
}

:focus {
  outline: 0
}

.content-wrapper {
  max-width: 100vw;
  overflow-x: hidden;
  height: 100vh
}

.uk-container {
  width: auto;
  padding: 0px 60px;
  height: 70%;
}

.uk-container.uk-container-large {
  max-width: 1600px
}

a {
  cursor: none !important
}

section {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 25px;
  margin-bottom: 25px
}

section.color-2 {
  background: var(--color-red)
}

section.color-3 {
  background: var(--color-gray)
}

h1 {
  font-weight: 600;
  font-size: 4rem;
  margin: 0;
  hyphens: auto
}

h2 {
  color: var(--color-black);
  font-weight: 600
}

.section-title--h1>* {
  padding-bottom: 0;
  padding-top: 85px
}

.cursor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: var(--width);
  height: var(--height);
  transform: translate(calc(var(--x) - var(--width)/ 2), calc(var(--y) - var(--height)/ 2));
  transition: 150ms width cubic-bezier(.39, .575, .565, 1), 150ms height cubic-bezier(.39, .575, .565, 1), 150ms transform cubic-bezier(.39, .575, .565, 1);
  z-index: 1;
  pointer-events: none;
  will-change: transform;
  z-index: 99998
}

.cursor::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--radius);
  border: 3px solid var(--color-black);
  opacity: var(--scale);
  -webkit-transform: scale(var(--scale));
  transform: scale(var(--scale));
  transition: .2s opacity ease-in-out, .2s transform ease-in-out, 150ms border-radius ease-in-out;
  z-index: 99998
}

html:not(html:hover) .cursor::after {
  opacity: 0;
  transform: scale(0)
}

.header--nav-left {
  position: fixed;
  z-index: 1003;
  left: 60px;
  top: 60px
}

.header--nav-right {
  position: fixed;
  z-index: 1002;
  right: 7.25%;
  top: 60px;
  transition: .1s;
  overflow: hidden
}

.header--nav-right .header--nav-right-wrapper {
  padding: 15px;
  display: block
}

.header--nav-right-logo {
  overflow: visible;
  margin: auto;
  margin-top: 20px;
  width: 240px;
  height: 45px;
  transition: 0.15s;
}

.header--nav-right-logo .a {
  fill: var(--color-red);
  stroke: none
}

.header--nav-right-logo .a {
  fill: #fff;
  stroke: none;
  stroke-width: 5px;
  transition: .15s
}

.header--nav-right svg {
  transition: .15s;
  height: 44px
}

.header--title.header--logo svg {
  height: 220px;
  width: 100%;
  transform: scale(4.8) translate(44%, 39%)
}

.header--title.header--logo svg .a {
  fill: var(--color-red)
}

.clock-wrapper {
  height: 100vh;
  background: var(--color-black);
  display: flex;
  flex-direction: column
}

.clock-wrapper .logo-clock {
  margin: auto;
  margin-top: 30px
}

.clock-wrapper .logo-clock .a {
  fill: #fff
}

#clock {
  padding-right: 40px;
  flex-direction: column;
  position: relative;
  display: flex;
  color: rgba(255, 255, 255, .25);
  font-size: 35px;
  width: 500px;
  margin: auto;
  margin-top: 70px;
  transition: background-color .5s ease-out
}

.rss {
  width: 510px;
  padding-right: 40px;
  margin: auto;
  margin-bottom: 70px !important;
  color: white;
  font-size: 1.25rem;
}

.rss *:not(code) {
  color: white !important;
}

code {
  color: black;
}

:not(pre)>code, :not(pre)>kbd, :not(pre)>samp {
  background: #403d3d;
}

.rss a, .rss h1, .rss h2, .rss h3, .rss h4:not(:first-of-type), .rss h5, .rss h6 {
  display: none;
}

.rss h4 {
  font-size: 1.75rem;
}

.rss h4+span {
  font-style: italic;
  margin-top: -5px;
}

.rss h4:nth-of-type(2) {
  margin-bottom: 1000px;
  display: block;
  opacity: 0;
}

.letters, .letters span {
  display: inline-block;
  line-height: 50px;
  text-align: center;
  transition: all .5s ease-out
}

.letters span {
  width: 45px
}

.letters span.active {
  color: #fff
}

.dots {
  position: absolute;
  font-size: 12px
}

.dots.active {
  color: #fff
}

.dots:nth-of-type(1) {
  top: 10px;
  left: 20px
}

.dots:nth-of-type(2) {
  top: 10px;
  right: 20px
}

.dots:nth-of-type(3) {
  bottom: 10px;
  left: 20px
}

.dots:nth-of-type(4) {
  bottom: 10px;
  right: 20px
}

header.header--homepage {
  background: radial-gradient(farthest-side, #fff 95%, transparent 100%) calc(var(--x) - .75em) calc(var(--y) - .75em)/1.5em 1.5em fixed no-repeat;
}

.header--homepage .header--wrapper {
  min-width: auto
}

.header--homepage .header--wrapper .uk-slideshow-items {
  min-height: 100vh !important
}

.header--homepage .header--title-wrapper {
  margin-top: auto !important;
  margin-bottom: auto
}

.header--homepage .header--title-container {
  height: 100%;
  width: 100%;
  right: 0
}

.header--homepage .header--title-container .image-customer {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3)
}

.header--homepage h1.header--title {
  font-family: var(--font-work);
  color: #fff;
  font-weight: 700;
  font-size: 5.35rem;
  line-height: 1;
  hyphens: auto;
  pointer-events: none
}

.header--homepage h1.header--title span {
  display: inline-block
}

.header--desc-wrapper {
  margin-top: auto !important;
}

.header--desc-wrapper .transform-img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3)
}

.header--desc-wrapper .transform-img:not(:last-of-type) {
  margin-right: -20px;
}

.header--homepage p.header--desc {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #fff;
}