:root {
  --white: #FFFFFF;
  --black: #000000;
  --yellow: #FFFF00;
  --violet: #DF00FE;
  --light: #FAFAFA;
  --transparent: rgba(255, 255, 255, 0);
  --radius: 1.5em;
}

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

body {
  background: var(--light);
  color: var(--black);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.44;
  font-weight: 400;
  padding-left: 85px;
}

#preloader {
	width: 100vw;
	height: 100vh;
	background-color: #FFF;
	position: fixed;
	z-index: 99999999999999999;
	left: 0;
	top: 0;
}

#preloader object {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999999999999999;
	margin-left: -50px;
	margin-top: -50px;
	width: 100px;
	height: 100px;
}

@media(max-width: 1400px) {
  body {
    font-size: 14px;
  }
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 15px;
    border: 2px solid #FFFF00;
    position: fixed;
    border-radius: 100px;
    z-index: 999999999;
    pointer-events: none;
}

.container {
  -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
  position: relative;
}

body.push .container {
  -webkit-transform: ttranslateX(10%);
	-moz-transform: translateX(10%);
	-o-transform: translateX(10%);
	transform: translateX(10%);
  
}

@media screen and (max-width: 991px) {
  * {
    max-width: 100vw;
  }

  img {
    max-width: 100%;
  }

  body {
    font-size: 14px;
  }

  [class*="offset-"] {
    margin-left: 0;
  }
}

::-moz-selection {
  background-color: var(--dark);
  color: var(--white);
}

::selection {
  background-color: var(--dark);
  color: var(--white);
}

a {
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  display: inline-block;
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: var(--dark);
  font-size: 0.85em;
  font-style: italic;
}

::-moz-placeholder {
  color: var(--dark);
  font-size: 0.85em;
  font-style: italic;
}

:-ms-input-placeholder {
  color: var(--dark);
  font-size: 0.85em;
  font-style: italic;
}

:-moz-placeholder {
  color: var(--dark);
  font-size: 0.85em;
  font-style: italic;
}

input[type=text], input[type=url], input[type=tel], input[type=email], input[type=password], textarea {
  color: var(--dark);
  border: none;
  width: 100%;
  position: relative;
  display: block;
  border-bottom: 1px solid var(--black);
  padding: 5px 0;
  margin-bottom: 25px;
  background: transparent;
  outline: none;
  box-shadow: none;
}

input[type=text]:focus, textarea:focus {
	outline: none;
}

input[type=text]:hover, textarea:hover {
	outline: none;
}

textarea {
  min-height: 130px;
}

button, button:hover, button:focus {
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

li {
  padding-bottom: 15px;
}

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

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

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

.align-right[class*="button"] {
  text-align: center;
  float: right;
}

section {
  position: relative;
  padding: 100px 0;
  min-height: 80px;
}

.container.relative {
  position: relative;
}

.container {
  width: 100%;
  max-width: 90vw;
}

@media (min-width: 860px) {
  .container {
      max-width: 750px;
  }
}

@media (min-width: 1000px) {
  .container {
      max-width: 900px;
  }
}

@media (min-width: 1300px) {
  .container {
      max-width: 1000px;
  }
}

@media (min-width: 1400px) {
  .container {
      max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
      max-width: 1300px;
  }
}

@media (min-width: 1800px) {
  .container {
      max-width: 1500px;
  }
}

@media (min-width: 2000px) {
  .container {
      max-width: 1600px;
  }
}

/* Bootstrap columns additional */

.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

.col-xs-offset-left-12 {
  margin-left: 100%;
}
.col-xs-offset-left-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-left-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-left-9 {
  margin-left: 75%;
}
.col-xs-offset-left-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-left-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-left-6 {
  margin-left: 50%;
}
.col-xs-offset-left-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-left-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-left-3 {
  margin-left: 25%;
}
.col-xs-offset-left-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-left-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-left-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-left-12 {
    margin-left: 100%;
  }
  .col-sm-offset-left-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-left-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-left-9 {
    margin-left: 75%;
  }
  .col-sm-offset-left-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-left-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-left-6 {
    margin-left: 50%;
  }
  .col-sm-offset-left-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-left-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-left-3 {
    margin-left: 25%;
  }
  .col-sm-offset-left-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-left-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-left-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-left-12 {
    margin-left: 100%;
  }
  .col-md-offset-left-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-left-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-left-9 {
    margin-left: 75%;
  }
  .col-md-offset-left-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-left-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-left-6 {
    margin-left: 50%;
  }
  .col-md-offset-left-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-left-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-left-3 {
    margin-left: 25%;
  }
  .col-md-offset-left-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-left-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-left-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-left-12 {
    margin-left: 100%;
  }
  .col-lg-offset-left-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-left-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-left-9 {
    margin-left: 75%;
  }
  .col-lg-offset-left-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-left-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-left-6 {
    margin-left: 50%;
  }
  .col-lg-offset-left-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-left-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-left-3 {
    margin-left: 25%;
  }
  .col-lg-offset-left-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-left-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-left-0 {
    margin-left: 0;
  }
}

/* HEADINGS */

h1, .h1 {
  font-size: 2.15em;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 40px 0;
  display: table;
  text-decoration: none;
  position: relative;
  color: var(--black);
}

h1:after, .h1:after {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  height: 1px;
  background-color: var(--black);
  width: 40px;
  content: "";
}

.invert h1, .invert .h1 {
  color: var(--white);
}

.invert h1:after, .invert .h1:after {
  background-color: var(--white);
}

h2, .h2 {
  font-size: 2.15em;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 25px 0;
  display: block;
  text-decoration: none;
  position: relative;
  color: var(--light);
  text-shadow: 1px  1px 0px var(--black),
    1px -1px 0px var(--black),
   -1px  1px 0px var(--black),
   -1px -1px 0px var(--black);
}

h2 span, .h2 span {
  text-shadow: 1px  1px 0px var(--violet),
    1px -1px 0px var(--violet),
   -1px  1px 0px var(--violet),
   -1px -1px 0px var(--violet);
}

.invert h2, .invert .h2 {
  color: var(--black);
}

h3, .h3 {
  font-size: 1.857em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 25px 0;
  display: block;
  text-decoration: none;
  position: relative;
}

h3 span, .h3 span {
  color: var(--violet);
}

.invert h3 span, .invert .h3 span {
  color: var(--yellow);
}

h4, .h4 {
  font-size: 1.285em;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 25px 0;
  display: block;
  text-decoration: none;
  position: relative;
}

h5, .h5 {
  font-size: 1.285em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 25px 0;
  display: block;
  text-decoration: none;
  position: relative;
}

h6, .h6 {
  font-size: 0.85em;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 15px 0;
  display: block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* PARAGRAPHS */

.text-normal {
  font-size: 1em;
}

.text-smaller {
  font-size: 0.85em;
}

.text-smallest {
  font-size: 0.7em;
}

.text-bigger {
  font-size: 1.25em;
}

.text-biggest {
  font-size: 1.5em;
}

ul {
  list-style-type: circle;
}

strong {
  font-weight: 600;
}

strong.underline {
  text-decoration: underline;
}

.invert {
  color: var(--white);
}

/* OTHER */

.break-after:after {
  content: '\A';
  white-space: pre;
}

.break-before:before {
  content: '\A';
  white-space: pre;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.space-top-no {
  margin-top: 0;
}

.space-bottom-no {
  margin-bottom: 0;
}

.space-top {
  margin-top: 25px !important;
}

.space-top-2x {
  margin-top: 50px !important;
}

.space-top-3x {
  margin-top: 100px !important;
}

.space-top-4x {
  margin-top: 125px !important;
}

.space-bottom {
  margin-bottom: 25px !important;
}

.space-bottom-2x {
  margin-bottom: 50px !important;
}

.space-bottom-3x {
  margin-bottom: 100px !important;
}

.space-bottom-4x {
  margin-bottom: 125px !important;
}

.padding-top {
  padding-top: 25px !important;
}

.padding-top-2x {
  padding-top: 50px !important;
}

.padding-top-3x {
  padding-top: 100px !important;
}

.padding-top-4x {
  padding-top: 125px !important;
}

.padding-bottom {
  padding-bottom: 25px !important;
}

.padding-bottom-2x {
  padding-bottom: 50px !important;
}

.padding-bottom-3x {
  padding-bottom: 100px !important;
}

.padding-bottom-4x {
  padding-bottom: 125px !important;
}

.space-top-none {
  margin-top: 0 !important;
}

.space-bottom-none {
  margin-bottom: 0 !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

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

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

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

.no-border {
  border: none;
}

.inline-block {
  display: inline-block !important;
}

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mobile-only {
  display: none !important;
}

.vertical-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

@media screen and (max-width: 991px) {
  .tablet-center {
    text-align: center !important;
  }

  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none;
  }

  .no-mobile {
    display: none !important;
  }

  .mobile-center {
    text-align: center !important;
  }

  .mobile-no-padding {
    padding: 0 !important;
  }

  .mobile-no-margin {
    margin: 0 !important;
  }

  .mobile-100-width {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.overflow-hidden {
  overflow: hidden;
}

/* BUTTONS  */

.primary-button {
  font-size: 0.85em;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0 38px 0 0;
  margin: 40px 0 0 0;
  display: table;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  cursor: pointer;
}

.primary-button:hover {
  color: var(--violet);
}

.invert .primary-button:hover {
  color: var(--yellow);
}

.primary-button:before {
  width: 25px;
  height: 15px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(1);
  background-image: url(../img/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.primary-button:hover:before {
  right: 0;
}

.invert .primary-button:before {
  filter: invert(0);
}

/* TOP SECTION */

.top-section {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 50vh;
}

#top-main {
  background-color: var(--black);
  height: 100vh;
}

#top-main .images img {
  position: absolute;
  width: 30vw;
}

@keyframes xray {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 0.3;
  }
  11% {
    opacity: 0.0;
  }
  13% {
    opacity: 0.0;
  }
  50% {
    opacity: 0.3;
  }
  51% {
    opacity: 0.0;
  }
  52% {
    opacity: 0.3;
  }
  53% {
    opacity: 0.0;
  }
  54% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
  }
}

@-webkit-keyframes xray {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 0.3;
  }
  11% {
    opacity: 0.0;
  }
  13% {
    opacity: 0.0;
  }
  50% {
    opacity: 0.3;
  }
  52% {
    opacity: 0.0;
  }
  54% {
    opacity: 0.3;
  }
  56% {
    opacity: 0.0;
  }
  58% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
  }
}

#top-main .images img:nth-child(1) {
  top: 10%;
  right: 15%;
  z-index: 2;
  animation: xray 4s step-start 0s infinite;
  -webkit-animation: xray 4s step-start 0s infinite;
  pointer-events: none;
}

#top-main .images img:nth-child(2) {
  top: 10%;
  right: 15%;
  z-index: 1;
}

.top-section {
  padding: 0;
}

.top-section .additional-nav {
  position: absolute;
  top: 75px;
  left: 0;
  padding-left: 120px;
}

.top-section .additional-nav a {
  text-decoration: none;
  display: block;
  padding-left: 0;
  padding-right: 5px;
}

.top-section .additional-nav a:hover {
  padding-left: 5px;
  padding-right: 0;
  color: var(--yellow);
}

.top-section .additional-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  margin-right: 50px;
}

.top-section .additional-nav ul li.active a {
  color: var(--yellow);
}

.top-section .additional-nav h1 {
  position: absolute;
  transform: rotate(-90deg) translateX(48%) translateY(-150%);
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}

.top-section.subpage-header .content h1 {
  margin-bottom: 0;
  font-size: 1.5em;
}

.top-section.subpage-header .content .text {
  max-width: 100%;
}


.top-section .social-media {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  right: 20px;
  top: 20px;
}

.top-section .social-media a img {
  height: 20px;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  filter: saturate(0) brightness(0%);
}

#top-main  .social-media a img, .top-section.invert  .social-media a img {
  filter: saturate(0) brightness(500%);
}

.top-section .social-media a:hover img, #top-main  .social-media a:hover img {
  filter: saturate(1) brightness(100%);
}

.top-section .container {
  height: 100%;
}

.top-section .content {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.top-section .content .text {
  font-size: 2.15em;
  font-weight: 700;
  max-width: 50%;
}

.top-section .content .text h4 {
  font-size: 2.5em;
  margin: 0;
}

.top-section .content .text span {
  color: var(--yellow);
}

/* HEADER */

header {
  position: fixed;
  width: 85px;
  background-color: var(--white);
  color: var(--black);
  z-index: 999;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  padding: 20px 0;
}

header .logo {
  position: relative;
  left: 20px;
}

header .logo img {
  width: 45px;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

header .logo img:nth-child(2) {
  opacity: 0;
}

header:hover .logo img:nth-child(2) {
  opacity: 1;
}

header .logo img:hover {
  transform: scale(1.1);
}

header .call {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.main-nav {
  height: calc(100vh + 2px);
  width: calc(50vw - 85px);
  left: 85px;
  position: fixed;
  top: 50%;
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  font-size: 2.3em;
  font-weight: 700;
  z-index: -1;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  transform: translateX(-120%) translateY(-50%) scale(1);
}

.main-nav.show {
  transform: translateX(0%) translateY(-50%) scale(1);
}

.main-nav a {
  text-decoration: none;
}

.main-nav ul {
  list-style: none;
  padding: 0 0 0 85px;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.main-nav ul li a {
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.main-nav ul li a:hover {
  color: var(--white);
  text-shadow: 1px  1px 0px var(--black),
    1px -1px 0px var(--black),
   -1px  1px 0px var(--black),
   -1px -1px 0px var(--black);
}

.navbar-toggler {
  width: 25px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  padding: 0;
  opacity: 1;
  margin: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navbar-toggler:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.navbar-toggler span {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  right: 0;
  background-color: var(--violet);
  position: absolute;
  display: block;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navbar-toggler span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.navbar-toggler span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.navbar-toggler span:nth-child(3) {
  bottom: 0;
  width: 0;
}

.navbar-toggler.collapsed span:nth-child(1) {
  top: 0;
  transform: translateX(0) translateY(0) rotate(0);
}

.navbar-toggler.collapsed span:nth-child(2) {
  top: 50%;
  transform: translateX(0) translateY(-50%) rotate(0);
}

.navbar-toggler.collapsed span:nth-child(3) {
  width: 80%;
  transform: translateX(0) translateY(0) rotate(0);
}

.navbar-toggler.collapsed:hover span:nth-child(3) {
  width: 100%;
}

.navbar-toggler.open span:nth-child(1) {
  transform: rotate(45deg);
}

.language-switcher {
  position: absolute;
  width: calc(100% - 40px);
  padding-right: 12px;
  background-image: url(../img/triangle-down.svg);
  background-size: 9px 5px;
  background-position: right 5px;
  background-repeat: no-repeat;
  font-size: 0.85em;
  left: 20px;
  cursor: pointer;
  bottom: 60px;
}

.language-switcher a {
  text-decoration: none;
}

.language-switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  overflow: hidden;
  background-color: var(--white);
}

.language-switcher ul li {
  padding: 0;
}

.language-switcher:hover ul {
  max-height: 100px;
}

/* PARTNERS */

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}

.partners-logo [data-category].is-animated {
  animation: .6s zoom-in;
}

.partners-filters span {
  padding-left: 25px;
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}

.partners-filters span:hover {
  color: var(--violet);
}

.partners-filters span:before {
  height: 40px;
  width: 1px;
  background-color: var(--violet);
  top: 0;
  left: 0;
  transform: scaleY(0);
  content: "";
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.partners-filters span.active:before {
  transform: scaleY(1);
}

.partners-filters span.active {
  color: var(--violet);
}

.partners-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.partners-logo a {
  height: 70px;
  margin: 0 3% 20px 3%;
  line-height: 60px;
}

.partners-logo a:hover {
  transform: scale(1.1);
}

/* NUMBERS SECTION */

.numbers-area {
  width: 100%;
  padding-right: 70%;
  padding-top: 170px;
  position: relative;
}

.numbers-area .map {
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  z-index: 1;
}

.numbers-area .number {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.numbers-area .number div {
  font-size: 2.15em;
  font-weight: 700;
  display: block;
  text-decoration: none;
  position: relative;
  color: var(--light);
  line-height: 1;
  text-shadow: 1px  1px 0px var(--black),
    1px -1px 0px var(--black),
   -1px  1px 0px var(--black),
   -1px -1px 0px var(--black);
}

.numbers-area .number.featured {
  color: var(--violet);
  font-weight: 700;
}

.numbers-area .number.featured div {
  font-size: 3.75em;
  text-shadow: 1px  1px 0px var(--violet),
    1px -1px 0px var(--violet),
   -1px  1px 0px var(--violet),
   -1px -1px 0px var(--violet);
}

/* CASE STUDIES SECTION */

.case-study-item {
  width: 100%;
  position: relative;
  display: block;
  color: var(--white);
  padding: 35px;
  text-align: center;
  border: 1px solid var(--white);
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  background-color: var(--black);
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: var(--radius);
}

.case-studies-carousel .case-study-item {
  margin-bottom: 0;
}

.case-study-item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0.2;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.case-study-item:hover .bg {
  transform: scale(1.1);
}

.case-study-item .text {
  position: relative;
  z-index: 2;
}

.owl-item.center .case-study-item {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
}

.case-study-item a {
  text-decoration: none;
}

.case-study-item h3 {
  color: var(--white);
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.case-study-item h3:hover {
  color: var(--yellow);
}

.owl-item.center .case-study-item h3 {
  color: var(--black);
}

.owl-item.center .case-study-item h3:hover {
  color: var(--violet);
}

.case-study-item h6 {
  display: block;
  width: 100%;
  text-align: left;
}

.case-study-item .icon {
  height: 55px;
  width: auto !important;
  display: block;
  margin: 0 auto 25px auto;
  filter: saturate(0) brightness(500%);
  -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.owl-item.center .case-study-item .icon {
  height: 55px;
  width: auto !important;
  display: block;
  margin: 0 auto 25px auto;
  filter: saturate(1) brightness(1);
}

.case-study-item:hover .icon {
  transform: scale(1.2);
  z-index: 2;
}

.case-study-item .categories {
  display: block;
  width: 100%;
  margin-top: 50px;
}

.case-study-item .categories a:hover {
  color: var(--yellow);
}

.owl-item.center .case-study-item .categories a:hover {
  color: var(--violet);
}

.carousel-nav {
  width: 100%;
  position: relative;
  display: block;
  text-align: right;
  margin-bottom: 20px;
}

.carousel-nav button {
  width: 25px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  position: relative;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  padding: 0;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  filter: invert(1);
}

.invert .carousel-nav button {
  filter: invert(0);
}

.carousel-nav button.owl-prev {
  margin-left: 0;
}

.carousel-nav button.owl-next:hover {
  margin-right: -5px;
  margin-left: 15px;
}

.carousel-nav button.owl-prev:hover {
  margin-left: -5px;
  margin-right: 5px;
}

.carousel-nav button.disabled {
  width: 0;
  margin-left: 0;
}

.carousel-nav button.owl-prev {
  background-image: url(../img/arrow-left.svg);
}

.carousel-nav button.owl-next {
  background-image: url(../img/arrow-right.svg);
}

/* TRANSPARENCY */

.transparency-process {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 50px;
}

.transparency-process .numbers {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  display: flex;
  margin-bottom: 30px;
  height: 20px;
}

.transparency-process .numbers:before {
  width: 100%;
  height: 1px;
  background-color: var(--dark);
  top: 10px;
  left: 0;
  position: absolute;
  content: "";
}

.transparency-process .numbers span {
  font-size: 2.15em;
  font-weight: 700;
  position: relative;
  display: block;
  padding-top: 40px;
  margin: 0;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  cursor: pointer;
}

.transparency-process .numbers span.active {
  cursor: default;
}

.transparency-process .numbers span:before {
  width: 20px;
  height: 20px;
  background-color: var(--light);
  border: 1px solid var(--black);
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}

.transparency-process .numbers span.active {
  flex: 0 0 40%;
  font-size: 0;
}

.transparency-process .numbers span.active:before {
  background-color: var(--violet);
  border-color: var(--violet);
}

.transparency-process .boxes .box {
  width: 40%;
  position: relative;
  padding: 40px;
  background-color: var(--violet);
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  color: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
}

.transparency-process .boxes .box .top {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.transparency-process .boxes .box .top .number, .transparency-process .boxes .box .top h4, .transparency-process .boxes .box .top .line {
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.transparency-process .boxes .box .top .number, .transparency-process .boxes .box .top .line {
  font-size: 3.75em;
}

.transparency-process .boxes .box .top .line {
  font-weight: 100;
  margin-left: 5px;
  margin-right: 5px;
}

.transparency-process .boxes .box .top .number {
  font-weight: 700;
}

.transparency-process .boxes .box .arrows {
  width: 100%;
  position: absolute;
  bottom: -10px;
  display: block;
  left: 0;
  transform: translateY(100%);
}

.transparency-process .boxes .box .arrows img {
  width: 25px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  position: relative;
  filter: invert(1);
}

.transparency-process .boxes .box .arrows:after {
  clear: both;
  content: "";
  display: table;
}

.transparency-process .boxes .box .arrows img.prev {
  float: left;
}

.transparency-process .boxes .box .arrows img.next {
  float: right;
}

.transparency-process .boxes .box .arrows img.prev:hover {
  margin-left: -5px;
}

.transparency-process .boxes .box .arrows img.next:hover {
  margin-right: -5px;
}

.transparency-process .boxes .box .icon {
  height: 60px;
  display: block;
  margin: 15px auto 40px auto;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.transparency-process .boxes .box .content.active {
  display: block;
}

.transparency-process .boxes .box.box-1 {
  left: 0;
}

.transparency-process .boxes .box.box-2 {
  left: 15%;
}

.transparency-process .boxes .box.box-3 {
  left: 30%;
}

.transparency-process .boxes .box.box-4 {
  left: 45%;
}

.transparency-process .boxes .box.box-5 {
  left: 60%;
}

.transparency-process .boxes .box.box-6 {
  left: 75%;
}

/* WHAT WE DO SECTION */

.what-we-do-item {
  width: 100%;
  position: relative;
  display: block;
  color: var(--black);
  background-color: var(--white);
  padding: 35px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  border-radius: var(--radius);
  overflow: hidden;
}

.what-we-do-item:hover {
  background-color: var(--yellow);
}

.what-we-do-item, .what-we-do-item a {
  text-decoration: none;
}

.what-we-do-item h3 {
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.owl-item.center .what-we-do-item h3 {
  color: var(--black);
}

.what-we-do-item .icon {
  height: 55px;
  width: auto !important;
  display: block;
  margin: 0 auto 25px auto;
  -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.owl-item.center .what-we-do-item .icon {
  height: 55px;
  width: auto !important;
  display: block;
  margin: 0 auto 25px auto;
}

.what-we-do-item:hover .icon {
  transform: scale(1.2);
  z-index: 2;
}

.what-we-do-item .categories {
  display: block;
  width: 100%;
  margin-top: 50px;
}

.what-we-do-item .categories a:hover {
  color: var(--violet);
}

/* BLOG SECTION */

.blog-item {
  width: 100%;
  position: relative;
  display: block;
  background-color: var(--black);
  padding: 35px;
  color: var(--white);
  overflow: hidden;
  margin-bottom: 30px;
  transform-style: preserve-3d;
  border-radius: var(--radius);
}

.blog-carousel .blog-item {
  margin-bottom: 0;
}

.blog-item, .blog-item a {
  text-decoration: none;
}

.blog-item h3 {
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.blog-item h3:hover {
  color: var(--yellow);
}

.owl-item.center .blog-item h3 {
  color: var(--yellow);
}

.blog-item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0.2;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.blog-item:hover .bg {
  transform: scale(1.1);
}

.blog-item .text {
  position: relative;
  padding-top: 120px;
  z-index: 2;
  transform: translateZ(20px);
}

.blog-item .text .text-inner {
  position: absolute;
  bottom: 0;
}

.blog-item .date, .blog-item .author {
  font-size: 0.85em;
  font-style: italic;
  display: block;
}

.blog-item p {
  margin-top: 20px;
}

/* CONTACT SECTION */

#map {
  height: 400px;
  background-color: #cecece;
  width: 100%;
  text-align: center;
  padding: 0;
}

.contact-box a {
  text-decoration: none;
}

.contact-box h1, .contact-box h2, .contact-box h3, .contact-box h4, .contact-box h5, .contact-box h6 {
  margin-bottom: 0;
}

.contact-box a {
  margin-top: 20px;
  display: block;
}

.designed {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--white);
  text-align: center;
  font-size: 0.85em;
}

.designed img {
  height: 30px;
  margin: 0 5px;
}

/* OTHER */

.big-product-icon {
  width: 30%;
  height: auto;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  display: block;
}

/* BLOG ENTRY */

.read-time {
  font-size: 0.85em;
  font-style: italic;
  display: block;
  margin-bottom: 20px;
}

.more-blog-entries {
  padding-top: calc(80px - 2.2em);
}

.more-blog-entries .blog-item {
  font-size: 0.75em;
}

.more-blog-entries .blog-item h3 {
  margin-bottom: 0;
}

.blog-author {
  display: block;
  margin-bottom: 50px;
}

.blog-author:after {
  display: table;
  clear: both;
  content: "";
}

.blog-author .photo {
  float: left;
  margin-right: 15px;
}

.blog-author .photo img {
  width: 75px;
  height: 75px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}

.blog-author .text {
  height: 75px;
  float: left;
}

.blog-author a {
  text-decoration: none;
}

.blog-author .text .inside {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.85em;
  font-style: italic;
}

.blog-entry-main-image {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.blog-entry-main-image img {
  width: 100%;
}

.blog-entry-tags {
  display: block;
  margin-top: 120px;
}

.blog-entry-tags a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
  border: 1px solid var(--black);
  margin-right: 5px;
  margin-bottom: 10px;
}

.blog-entry-tags a:hover {
  background-color: var(--violet);
  color: var(--white);
}

.blog-entries-nav {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 120px;
}

.blog-entries-nav:after {
  display: table;
  clear: both;
  content: "";
}

.blog-entries-nav .prev {
  padding-left: 40px;
  position: relative;
  text-decoration: none;
  float: left;
}

.blog-entries-nav .prev:before {
  width: 25px;
  height: 12px;
  background-image: url(../img/arrow-left.svg);
  background-size: cover;
  filter: invert(1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.blog-entries-nav .next {
  padding-right: 40px;
  position: relative;
  text-decoration: none;
  float: right;
}

.blog-entries-nav a:hover {
  color: var(--violet);
}

.blog-entries-nav .next:before {
  width: 25px;
  height: 12px;
  background-image: url(../img/arrow-right.svg);
  background-size: cover;
  filter: invert(1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.blog-entries-nav .prev:hover:before {
  left: -5px;
}

.blog-entries-nav .next:hover:before {
  right: -5px;
}

.main-nav {
  overflow: hidden;
}

.top-section .container {
  z-index: 2;
}

.top-section .social-media {
  z-index: 2;
}

.top-section .images {
  z-index: 1;
}

.partners-logo a img {
  width: auto;
  max-height: 60px;
}

.case-study-carousel.owl-carousel .owl-stage-outer, .what-we-do-carousel.owl-carousel .owl-stage-outer {
	padding-top: 10px;
	padding-bottom: 10px;
}

.fl-accordion-button-label, .fl-accordion-button-label:focus {
  font-size: 2.15em;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  display: block;
  text-decoration: none;
  position: relative;
  color: var(--light);
  text-shadow: 1px  1px 0px var(--black),
    1px -1px 0px var(--black),
   -1px  1px 0px var(--black),
   -1px -1px 0px var(--black);
   outline: none !important;
   border: none !important;
}

.fl-accordion-small .fl-accordion-button {
	position: relative;
	display: block;
}

.fl-accordion-button-icon {
	text-decoration: none;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}

.fl-accordion-small .fl-accordion-content, .fl-accordion-small .fl-accordion-button {
	padding: 30px;
}

.fl-accordion-button-label:hover {
	color: var(--black);
	text-shadow: none;
}

.fl-accordion-item {
	border-color: var(--violet) !important;
}

h1 {
  max-width: calc(100% - 60px);
}

.article-icon-box {
  padding: 35px;
  border: 1px solid var(--black);
  border-radius: var(--radius);
}

.article-icon-box img {
  height: 45px;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

@media and screen (max-width: 1400px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  body {
    font-size: 12px;
  }
}

@media(max-width: 991px) {
  * {
    max-width: 100vw;
  }

  img {
    max-width: 100%;
  }

  body {
    font-size: 14px;
  }

  [class*="offset-"] {
    margin-left: 0;
  }

  .owl-carousel .owl-stage {
    max-width: none;
  }
}

@media (max-width: 870px) {
  body {
    font-size: 14px;
  }

  header {
    height: 85px;
    width: 100%;
    padding: 20px;
  }

  header .logo {
    left: 0;
  }

  .language-switcher {
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    left: auto;
    width: 50px;
    height: 15px;
  }

  header .call {
    right: 20px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  header .call img {
    width: 25px;
    height: 25px;
  }

  .top-section .content .text {
    font-size: 1.5em;
  }

  .main-nav {
    left: 0;
  }

  body {
    padding-left: 0;
    overflow-x: hidden;
  }

  body:before {
    width: 100%;
    height: 85px;
    position: relative;
    display: block;
    content: "";
  }

  #top-main {
    height: auto;
  }

  .top-section .content {
    position: relative;
    bottom: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-section .additional-nav {
    position: relative;
    top: 0;
    padding-top: 50px;
    padding-left: 50px;
  }

  .top-section .additional-nav h1 {
    top: 20px;
    transform: rotate(-90deg) translateX(-100%) translateY(-150%);
  }

  .top-section .additional-nav ul {
    float: none;
  }

  #top-main .images {
    opacity: 0.5;
  }

  #top-main .images img {
    width: 80vw;
  }

  .partners-filters {
    margin-bottom: 50px;
  }

  .partners-logo a {
    height: 45px;
  }

  .partners-logo a img {
    max-height: 40px;
  }

  .numbers-area .map {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }

  .numbers-area {
    padding-right: 0;
    padding-top: 0;
  }

  .text-right {
    text-align: left !important;
  }

  .transparency-process .boxes .box {
    width: calc(100% - 40px);
    margin-top: 60px;
  }

  .transparency-process .boxes .box.box-2 {
    left: 10px;
  }

  .transparency-process .boxes .box.box-3 {
    left: 20px;
  }

  .transparency-process .boxes .box.box-4 {
    left: 30px;
  }

  .transparency-process .boxes .box.box-5 {
    left: 40px;
  }

  h1, .h1, h2, .h2 {
    font-size: 1.9em;
  }

  .contact-form {
    margin-top: 50px;
  }

  .main-nav {
    width: 90%;
    height: 100vh;
    top: 0;
    transform: translateX(-100%) translateY(0%) scale(1);
    font-size: 1.9em;
  }

  .main-nav.show {
    transform: translateX(0%) translateY(0%) scale(1);
  }

  .main-nav ul {
    padding-left: 20px;
  }

  header .logo img:nth-child(2) {
    display: none;
  }

  .blog-item .text {
    padding-top: 0;
  }

  .blog-item .text .text-inner {
    position: relative;
  }

  .top-section {
    height: auto;
    min-height: 250px;
  }

  .blog-entries-nav {
    margin-top: 50px;
  }

  .big-product-icon {
    margin-top: 50px;
  }
  
  section {
	  overflow-x: hidden;
	  max-width: 100vw;
  }
  
  body {
	 max-width: 100vw;
  }
}

.wp-block-button__link:hover {
  background-color: var(--violet) !important;
  color: var(--white) !important;
}