@charset "UTF-8";
/*  ==========================================================================
    Switch Reclamebureau
    Rendementsweg 2Q
    3641 SK Mijdrecht
    0297 - 525580
    ==========================================================================  */
/* ===== Font ===== */
@font-face {
  font-family: "CenturyGothicStd";
  src: url("../font/centurygothicstd.eot");
  src: url("../font/centurygothicstd.woff") format("woff"), url("../font/centurygothicstd.ttf") format("truetype"), url("../font/centurygothicstd.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CenturyGothicStd";
  src: url("../font/centurygothicstd-bold.eot");
  src: url("../font/centurygothicstd-bold.woff") format("woff"), url("../font/centurygothicstd-bold.ttf") format("truetype"), url("../font/centurygothicstd-bold.svg") format("svg");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "Century Gotic";
  src: url("../font/Century-Gothic.woff") format("woff"), url("../font/Century-Gothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Century Gotic";
  font-style: bold;
  font-weight: bold;
  src: url("../font/Century-Gothic-Bold.woff") format("woff"), url("../font/Century-Gothic-Bold.ttf") format("truetype");
}
/* Start Custom Fonts CSS */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 100;
  src: url("../font/Heebo-Thin.woff") format("woff"), url("../font/Heebo-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 200;
  src: url("../font/Heebo-Light.woff") format("woff"), url("../font/Heebo-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 300;
  src: url("../font/Heebo-Light.woff") format("woff"), url("../font/Heebo-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Heebo-Regular.woff") format("woff"), url("../font/Heebo-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Heebo-Medium.woff") format("woff"), url("../font/Heebo-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Heebo-Bold.woff") format("woff"), url("../font/Heebo-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Heebo-ExtraBold.woff") format("woff"), url("../font/Heebo-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 800;
  src: url("../font/Heebo-Black.woff") format("woff"), url("../font/Heebo-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 900;
  src: url("../font/Heebo-Black.woff") format("woff"), url("../font/Heebo-Black.ttf") format("truetype");
}
/* End Custom Fonts CSS */
/* ===== main ===== */
/*  ==========================================================================
    Switch Reclamebureau
    Rendementsweg 2Q
    3641 SK Mijdrecht
    0297 - 525580
    ==========================================================================  */
/*  ===== Reset =====  */
*, html {
  /* Auto Calc Padding */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Smooth Font */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  outline: none;
  word-break: break-word;
}

body * {
  display: block;
  float: left;
  width: 100%;
}

a, span, strong, li, sub, sup, br, em, del {
  display: inline-block;
  width: auto;
  float: none;
}

script,
style {
  display: none;
}

a, a:visited, a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0px;
}

select::-ms-expand { /* for IE 11 */
  display: none;
  border: none;
  border-radius: 0px;
}

input[type=date]::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #E2E2E2;
}

.flexslider {
  display: block;
  float: left;
  width: 100%;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  border: none;
}

.flex-control-nav {
  display: none;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel, .owl-carousel .owl-item {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-nav.disabled,
.owl-dots.disabled {
  display: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-animated-in {
  z-index: 0;
}

.owl-animated-out {
  z-index: 1;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-video-playing .owl-video-tn,
.owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.marker, .zoomHolder img {
  display: block;
}

.fullscreenToggle, .zoomIn, .zoomOut {
  background: url(../img/pz_sheet.png) no-repeat;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 100;
  margin: 5px 0;
}

.zoomIn {
  background-position: 0 0;
}

.zoomOut {
  background-position: -30px 0;
}

.fullscreenToggle {
  background-position: -60px 0;
  cursor: pointer;
}

.zoomIn.on, .zoomOut.on {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  cursor: pointer;
}

.zoomIn.off, .zoomOut.off {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  cursor: auto;
}

.controlHolder {
  background: #000000;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 9px;
  z-index: 100;
}

.fullscreenDiv, .marker {
  left: 0 !important;
  top: 0 !important;
}

.fullscreenToggle.on {
  background-position: -90px 0;
}

.fullscreenToggle.off {
  background-position: -60px 0;
}

.fullscreenDiv {
  width: auto !important;
  height: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  position: absolute !important;
  background: #FFF;
  z-index: 999999;
  oveflow: hidden;
}

.zoomHolder {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.marker {
  position: absolute !important;
  bottom: auto !important;
  right: auto !important;
}

.zoomIn, .zoomOut {
  display: none;
}

.fullscreenToggle {
  margin: 0px;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes slideInTop {
  0% {
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
  }
  80% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes slideInTop {
  0% {
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
  }
  80% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes slideInBottom {
  0% {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
  80% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes slideInBottom {
  0% {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
  80% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  80% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  80% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  80% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  80% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  80% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  80% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/* ===== variables ===== */
/* ===== mediaqueries ===== */
/* ===== common ===== */
/* body */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
html.active, body.active {
  overflow: hidden;
}

body {
  font-family: "Heebo", Sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 32px;
  font-weight: 400;
  color: #727075;
}

/* selection */
::-moz-selection {
  background: #905A9E;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #905A9E;
  color: #ffffff;
  text-shadow: none;
}

/* horizontal rule */
hr {
  display: block;
  float: left;
  width: 100%;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 0;
  background: #000;
}

/* browser upgrade */
.upgrade {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #000;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #636363;
  font-family: "Century Gotic", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #f6f6f6;
  font-family: "Century Gotic", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #f6f6f6;
  font-family: "Century Gotic", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #f6f6f6;
  font-family: "Century Gotic", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 1;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #f6f6f6;
  font-family: "Century Gotic", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* ===== grid ===== */
/* main */
main {
  margin: 100px 0 0 0;
}
@media only screen and (max-width: 639px) {
  main {
    margin: 100px 0 0 0;
  }
}
main.front-page {
  background-color: #e9e9e9;
}
main.sidebar {
  max-width: 1280px;
  margin: 80px auto 40px auto;
  float: none;
  padding: 0 0px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  main.sidebar {
    max-width: 1120px;
  }
}
@media only screen and (max-width: 1119px) {
  main.sidebar {
    max-width: 960px;
  }
}
@media only screen and (max-width: 959px) {
  main.sidebar {
    max-width: 800px;
  }
}
@media only screen and (max-width: 799px) {
  main.sidebar {
    max-width: 640px;
  }
}
@media only screen and (max-width: 639px) {
  main.sidebar {
    max-width: 480px;
  }
}
@media only screen and (max-width: 479px) {
  main.sidebar {
    max-width: 320px;
  }
}
main.sidebar > article {
  width: calc(100% - 360px);
}
@media only screen and (max-width: 959px) {
  main.sidebar > article {
    width: 100%;
  }
}
main.sidebar aside {
  float: right;
  width: 360px;
  margin: 0;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  main.sidebar aside {
    width: 320px;
    position: relative;
    float: left;
    left: 50%;
    margin: 40px 0 0 -160px;
    overflow: hidden;
  }
}

.sidebar-container {
  background: #905A9E;
}

/* article */
/* row */
.row {
  width: 100%;
}

.row.no-gutter .wrapper {
  padding: 0;
}

.row.full-width .wrapper {
  max-width: 100%;
  overflow: hidden;
}

/* wrapper */
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  float: none;
  padding: 0 40px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 959px) {
  .wrapper {
    padding: 0 20px;
  }
}
.wrapper:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 1280px) {
  .wrapper {
    max-width: 1120px;
  }
}
@media only screen and (max-width: 1119px) {
  .wrapper {
    max-width: 960px;
  }
}
@media only screen and (max-width: 959px) {
  .wrapper {
    max-width: 800px;
  }
}
@media only screen and (max-width: 799px) {
  .wrapper {
    max-width: 640px;
  }
}
@media only screen and (max-width: 639px) {
  .wrapper {
    max-width: 480px;
  }
}
@media only screen and (max-width: 479px) {
  .wrapper {
    max-width: 320px;
  }
}

/* inner row */
.inner-row {
  width: calc(100% + 80px);
  margin: 0 -80px 0 0;
}

/* col */
[class*=col-] {
  padding: 0 80px 0 0;
}

[class*=col-].clear {
  clear: both;
}

.col-1-1 {
  width: 100%;
}

.col-3-4 {
  width: 75%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-4 {
  width: 25%;
}

.col-1-8 {
  width: 12.5%;
}

/* module */
.module {
  position: relative;
}

/* ===== content ===== */
a,
a:visited a:active {
  float: none;
  color: #905A9E;
  display: inline;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

a:hover {
  color: #007d32;
}

:before,
:after {
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

h1, h2, h3, h4 {
  font-family: "Century Gotic", Sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  color: #905A9E;
  letter-spacing: 2px;
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 639px) {
  h1, h2, h3, h4 {
    font-size: 22px;
    font-weight: 200;
    line-height: 32px;
  }
}

h2 {
  font-weight: 600;
}

h3 {
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 639px) {
  h3 {
    font-family: "Century Gotic", Sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    font-weight: 400;
  }
}

p {
  padding: 0 0 20px 0;
}

strong {
  font-weight: 700;
  color: #28272b;
}

ul,
ol {
  padding: 0 0 20px 0;
}

ol {
  counter-reset: item;
}

ul li {
  width: 100%;
  padding: 0 20px 0 30px;
  margin: 0 0 10px 0;
  position: relative;
  text-align: left;
}

ol li {
  width: auto;
  padding: 0 20px 0 30px;
  margin: 0 0 10px 0;
  position: relative;
  text-align: left;
  display: block;
  z-index: 2;
  position: relative;
}

ul li:before,
ol li:before {
  content: "·";
  font-size: 50px;
  text-align: center;
  color: #905A9E;
  position: absolute;
  left: 0px;
  top: auto;
  height: 100%;
  line-height: 24px;
}

ol li:before {
  counter-increment: item;
  content: counter(item);
  font-size: 20px;
  color: #727075;
  font-family: "Century Gotic";
  font-weight: 500;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul li:before {
  top: 6px;
}

ol li:last-of-type::after {
  display: none;
}

a.btn, a.btn:link, a.btn:visited,
button.btn,
button.btn:link,
button.btn:visited {
  display: block;
  position: relative;
  float: left;
  width: auto;
  min-width: 240px;
  width: auto;
  margin: 0;
  font-size: inherit;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Century Gotic", Sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 32px;
  z-index: 2;
}
a.btn:not(:last-of-type),
button.btn:not(:last-of-type) {
  margin: 0 30px 0 0;
}
a.btn:hover::after,
button.btn:hover::after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
a.btn--white,
button.btn--white {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
  text-align: center;
  padding: 15px 40px;
  background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
  background-size: 270%;
  background-position: 90%;
}
a.btn--white:hover,
button.btn--white:hover {
  background-position: 0;
  color: #28272b;
}
a.btn--black,
button.btn--black {
  color: #28272b;
  background: transparent;
  border-color: #28272b;
  text-align: center;
  padding: 15px 40px;
  background-image: linear-gradient(135deg, #28272b 0%, #28272b 50%, transparent 50%, transparent 100%);
  background-size: 270%;
  background-position: 90%;
}
a.btn--black:hover,
button.btn--black:hover {
  background-position: 0;
  color: #ffffff;
}
a.btn--purple,
button.btn--purple {
  color: #905A9E;
  background: transparent;
  border-color: #905A9E;
  text-align: center;
  padding: 15px 40px;
  background-image: linear-gradient(135deg, #905A9E 0%, #905A9E 50%, transparent 50%, transparent 100%);
  background-size: 270%;
  background-position: 90%;
}
a.btn--purple:hover,
button.btn--purple:hover {
  background-position: 0;
  color: #ffffff;
}
a.btn--cta_primary,
button.btn--cta_primary {
  background-color: #007d32;
  color: #ffffff;
  padding: 6px 30px;
  line-height: 32px;
  border-color: transparent;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  min-width: initial !important;
  text-align: center;
}
a.btn--cta_primary::after,
button.btn--cta_primary::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url(../img/solvinity-arrow-right-single.svg) no-repeat 0 0;
  background-size: 16px 16px;
  position: relative;
  top: 2px;
  margin-left: 20px;
}
a.btn--cta_primary:hover,
button.btn--cta_primary:hover {
  -webkit-box-shadow: 0px 15px 20px -10px rgba(0, 125, 50, 0.6) !important;
          box-shadow: 0px 15px 20px -10px rgba(0, 125, 50, 0.6) !important;
  background: #007d32;
}
a.btn--cta_primary:hover::after,
button.btn--cta_primary:hover::after {
  margin-left: 30px;
}
a.btn--cta_secondary,
button.btn--cta_secondary {
  color: #ffffff;
  background-color: #905A9E;
  border-color: transparent;
  padding: 6px 30px;
  min-width: initial !important;
  border-radius: 3px;
}
a.btn--cta_secondary::after,
button.btn--cta_secondary::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url(../img/solvinity-arrow-right-single.svg) no-repeat 0 0;
  background-size: 16px 16px;
  position: relative;
  top: 2px;
  margin-left: 20px;
}
a.btn--cta_secondary:hover,
button.btn--cta_secondary:hover {
  -webkit-box-shadow: 0px 15px 20px -10px rgba(144, 19, 158, 0.6) !important;
          box-shadow: 0px 15px 20px -10px rgba(144, 19, 158, 0.6) !important;
  background: #905A9E;
}
a.btn--cta_secondary:hover::after,
button.btn--cta_secondary:hover::after {
  margin-left: 30px;
}
a.btn--circle-transparent,
button.btn--circle-transparent {
  color: #28272b;
  background: rgba(255, 255, 255, 0.75);
  border-color: transparent;
  padding: 15px 85px 15px 20px;
  text-align: left;
  max-width: 240px;
}
a.btn--circle-transparent::after,
button.btn--circle-transparent::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/solvinity-arrow-purple.png);
  background-size: cover;
  position: absolute;
  top: -4px;
  right: 10px;
}
a.btn--circle-transparent:hover,
button.btn--circle-transparent:hover {
  background: white;
}
a.btn--circle-white,
button.btn--circle-white {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
  padding: 15px 65px 15px 20px;
  text-align: left;
  max-width: 240px;
}
a.btn--circle-white::after,
button.btn--circle-white::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/solvinity-arrow-white.png);
  background-size: cover;
  position: absolute;
  top: -4px;
  right: 10px;
}
a.btn--circle-purple,
button.btn--circle-purple {
  color: #905A9E;
  background: #ffffff;
  border-color: #905A9E;
  padding: 15px 65px 15px 20px;
  text-align: left;
  max-width: 240px;
}
a.btn--circle-purple::after,
button.btn--circle-purple::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/solvinity-arrow-purple.png);
  background-size: cover;
  position: absolute;
  top: -4px;
  right: 10px;
}
a.btn--circle-black,
button.btn--circle-black {
  color: #28272b;
  background: transparent;
  border-color: #28272b;
  padding: 15px 65px 15px 20px;
  text-align: left;
  max-width: 240px;
}
a.btn--circle-black::after,
button.btn--circle-black::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/solvinity-arrow-black.png);
  background-size: cover;
  position: absolute;
  top: -4px;
  right: 10px;
}

.fa,
.far,
.fas,
.fab {
  float: none;
  display: inline;
}

/* slider */
/* carousel */
.carousel-container {
  position: relative;
  margin: 0 0 20px 0;
}

.carousel-container .carousel {
  max-height: 0px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.carousel-container .carousel.active {
  max-height: 5000px;
}

.carousel-container h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 16px 0;
  text-transform: uppercase;
  font-weight: 300;
}

/* google maps */
.google-map {
  width: 100%;
  height: 400px;
}

.google-map * {
  width: auto;
}

.google-map img {
  max-width: inherit !important;
}

.google-map ul {
  width: 200px;
  padding: 0;
}

.google-map ul li {
  padding: 0;
  width: 100%;
}

.google-map ul li:before {
  display: none;
}

/* code*/
pre[class*=language-] {
  background: #E9E9E9;
  margin: 0 0 32px 0;
  padding: 20px;
  border: 20px solid #E9E9E9;
}

/* cookie notice */
.cookie-notice-container {
  padding: 20px !important;
}

#cookie-notice #cn-notice-text {
  font-size: 14px;
  line-height: 24px;
  padding: 13px 0;
}

#cookie-notice .btn {
  float: none;
  display: inline-block;
  margin: 0 20px;
  width: auto;
  min-width: auto;
  padding: 15px 60px;
}

/* ===== main ===== */
header {
  max-height: 100px;
  -webkit-transition: max-height ease-in-out 0.25s;
  transition: max-height ease-in-out 0.25s;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header.mobile {
  overflow: hidden;
}
header.active {
  max-height: 2000px;
  overflow: visible;
}
header .row.desktop {
  background: #ffffff;
}
header .row.desktop .desktop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
}
header .row.desktop .logo-container {
  width: 220px;
  display: block;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
header .row.desktop .logo-container a {
  display: block;
  width: auto;
  height: 100%;
}
header .row.desktop .logo-container a img {
  height: 100%;
  width: auto;
}
header .row.desktop nav.desktop {
  width: auto;
  margin: 0;
  display: none;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .row.desktop nav.desktop .menu-container,
header .row.desktop nav.desktop .menu {
  width: auto;
  height: 100%;
}
header .row.desktop nav.desktop .menu-container ul,
header .row.desktop nav.desktop .menu ul {
  width: auto;
  padding: 0px;
  height: 100%;
}
header .row.desktop nav.desktop .menu-container ul li,
header .row.desktop nav.desktop .menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  width: auto;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  position: relative;
  text-decoration: none;
  list-style-type: none;
  -webkit-transition: background-color ease-in-out 0.25s;
  transition: background-color ease-in-out 0.25s;
}
header .row.desktop nav.desktop .menu-container ul li a,
header .row.desktop nav.desktop .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  padding: 0 20px;
  text-align: center;
  background: transparent;
  color: #28272b;
  font-family: "Century Gotic", Sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
header .row.desktop nav.desktop .menu-container ul li a::after,
header .row.desktop nav.desktop .menu ul li a::after {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 40px);
  background-color: #905A9E;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  bottom: 0;
  top: auto;
}
header .row.desktop nav.desktop .menu-container ul li a:hover:after,
header .row.desktop nav.desktop .menu ul li a:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header .row.desktop nav.desktop .menu-container ul li:before,
header .row.desktop nav.desktop .menu ul li:before {
  display: none;
}
header .row.desktop nav.desktop .menu-container ul li.current_page_item > a:after,
header .row.desktop nav.desktop .menu ul li.current_page_item > a:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header .row.desktop .language-container {
  width: auto;
  height: 100%;
}
header .row.desktop .language-container ul {
  list-style: none;
  height: 100%;
  padding: 0;
}
header .row.desktop .language-container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  float: left;
  width: auto;
  height: 100%;
}
header .row.desktop .language-container ul li::before {
  display: none;
}
header .row.desktop .language-container ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  padding: 0 5px;
  text-align: center;
  background: transparent;
  color: #28272b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
}
header .row.desktop .language-container ul li a::after {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 20px);
  background-color: #905A9E;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  bottom: 0;
  top: auto;
}
header .row.desktop .language-container ul li a:hover {
  color: #905A9E;
}
header .row.desktop .language-container ul li a.active {
  color: #905A9E;
}
header .row.desktop .menu-button {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 999;
}
@media only screen and (max-width: 639px) {
  header .row.desktop .menu-button {
    top: 30px;
  }
}
header .row.desktop .menu-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #28272b;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .row.desktop .menu-button span:nth-child(1) {
  top: 6px;
}
header .row.desktop .menu-button span:nth-child(2), header .row.desktop .menu-button span:nth-child(3) {
  top: 19px;
}
header .row.desktop .menu-button span:nth-child(4) {
  top: 32px;
}
header .row.desktop .menu-button.active span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}
header .row.desktop .menu-button.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .row.desktop .menu-button.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .row.desktop .menu-button.active span:nth-child(4) {
  top: 19px;
  width: 0%;
  left: 50%;
}
header .row.desktop .menu-button:hover {
  cursor: pointer;
}
header .row.mobile {
  background: #ffffff;
  position: fixed;
  top: 100px;
  left: -100%;
  opacity: 1;
  display: none;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  height: calc(100% - 100px);
}
header .row.mobile.active {
  left: 0;
}
header .row.mobile.active nav.mobile {
  right: 0;
}
header .row.mobile nav.mobile {
  width: 100%;
  right: -100vw;
  position: absolute;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
header .row.mobile nav.mobile .language-container {
  width: 100%;
}
header .row.mobile nav.mobile .language-container ul {
  width: 100%;
  margin: 10px 0 20px 0;
  padding: 0;
  width: 100%;
  max-width: 280px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .row.mobile nav.mobile .language-container ul li {
  display: block;
  float: left;
  padding: 0;
  width: 50%;
  position: relative;
  text-decoration: none;
  list-style-type: none;
  -webkit-transition: background-color ease-in-out 0.25s;
  transition: background-color ease-in-out 0.25s;
}
header .row.mobile nav.mobile .language-container ul li a {
  display: block;
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #28272b;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .row.mobile nav.mobile .language-container ul li a::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #905A9E;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  bottom: 0;
  top: auto;
}
header .row.mobile nav.mobile .language-container ul li a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header .row.mobile nav.mobile .language-container ul li a.active::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header .row.mobile nav.mobile .language-container ul li:before {
  display: none;
}
header .row.mobile nav.mobile .menu-container {
  width: 100%;
}
header .row.mobile nav.mobile .menu-container ul {
  width: 100%;
  margin: 40px 0 30px 0;
  padding: 0;
  width: 100%;
  max-width: 280px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .row.mobile nav.mobile .menu-container ul li {
  display: block;
  float: left;
  padding: 0;
  position: relative;
  text-decoration: none;
  list-style-type: none;
  -webkit-transition: background-color ease-in-out 0.25s;
  transition: background-color ease-in-out 0.25s;
}
header .row.mobile nav.mobile .menu-container ul li a {
  display: block;
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  max-width: 240px;
  margin: 0 0 30px 0;
  color: #28272b;
  font-size: 20px;
  font-family: "Century Gotic", Sans-serif;
  width: auto;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .row.mobile nav.mobile .menu-container ul li a::after {
  content: "";
  display: block;
  height: 3px;
  width: 150%;
  background-color: #905A9E;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  bottom: 0;
  left: -25%;
  top: auto;
}
header .row.mobile nav.mobile .menu-container ul li a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header .row.mobile nav.mobile .menu-container ul li.current_page_item > a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header .row.mobile nav.mobile .menu-container ul li:before {
  display: none;
}
header .row.mobile nav.mobile .contact-container ul {
  width: 100%;
  margin: 0px 0 30px 0;
  padding: 0;
  width: 100%;
  max-width: 280px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .row.mobile nav.mobile .contact-container ul li {
  color: #e9e9e9;
  float: left;
  margin: 0 0 10px 0;
  background: #636363;
  padding: 0;
}
header .row.mobile nav.mobile .contact-container ul li:before {
  display: none;
}
header .row.mobile nav.mobile .contact-container ul li a {
  display: block;
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 0 0 70px;
  line-height: 46px;
  color: #ffffff;
  text-transform: uppercase;
  border-top: 2px solid #636363;
  border-bottom: 2px solid #636363;
}
header .row.mobile nav.mobile .contact-container ul li a:hover {
  color: #ffffff;
  border-bottom: 2px solid #e9e9e9;
}
header .row.mobile nav.mobile .contact-container ul li a:before {
  content: "\f0e0";
  font-family: FontAwesome;
  line-height: 50px;
  text-align: center;
  color: #636363;
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  width: 50px;
  height: 50px;
  background: #e9e9e9;
}
header .row.mobile nav.mobile .contact-container ul li a.phone:before {
  content: "\f095";
}
header .row.mobile nav.mobile .contact-container ul li a.facebook:before {
  content: "\f09a";
}
header.active .row.mobile {
  position: fixed;
}
header.scroll {
  max-height: 100px;
  overflow: visible;
  -webkit-box-shadow: 0px 5px 10px rgba(40, 39, 43, 0.1);
          box-shadow: 0px 5px 10px rgba(40, 39, 43, 0.1);
}
header.scroll.active {
  max-height: 2000px;
  overflow: visible;
}
header.scroll .row.contact {
  max-height: 0;
  overflow: hidden;
}
header.scroll .row.mobile {
  height: calc(100% - 100px);
  top: 100px;
}

.row.main-hero-video {
  height: calc(100vh - 100px);
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  min-height: 800px;
}
@media only screen and (max-width: 1119px) {
  .row.main-hero-video {
    min-height: 500px;
  }
}
.row.main-hero-video .video-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.row.main-hero-video .video-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28272b), color-stop(25%, rgba(40, 39, 43, 0.4)), color-stop(75%, rgba(40, 39, 43, 0.4)), to(#28272b));
  background-image: linear-gradient(#28272b 0%, rgba(40, 39, 43, 0.4) 25%, rgba(40, 39, 43, 0.4) 75%, #28272b 100%);
  z-index: -1;
}
@media only screen and (max-width: 799px) {
  .row.main-hero-video .video-container {
    display: none !important;
  }
}
.row.main-hero-video .video-container #video-iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -999;
}
.row.main-hero-video .content-container .col-1-1 .module {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 400px);
  min-height: 400px;
}
.row.main-hero-video .content-container .col-1-1 .module h1 {
  width: 100%;
  font-size: 180px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  min-height: 180px;
  font-weight: 600;
  letter-spacing: -5px;
  padding: 0;
  color: #ffffff;
}
@media only screen and (max-width: 1280px) {
  .row.main-hero-video .content-container .col-1-1 .module h1 {
    font-size: 140px;
    min-height: 140px;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-hero-video .content-container .col-1-1 .module h1 {
    font-size: 100px;
    min-height: 100px;
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-hero-video .content-container .col-1-1 .module h1 {
    font-size: 50px;
    min-height: 50px;
    letter-spacing: -1px;
  }
}
.row.main-hero-video .content-container .col-1-1 .module h2 {
  width: 100%;
  font-size: 80px;
  min-height: 120px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  color: #905A9E;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) {
  .row.main-hero-video .content-container .col-1-1 .module h2 {
    font-size: 80px;
    min-height: 100px;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-hero-video .content-container .col-1-1 .module h2 {
    font-size: 30px;
    min-height: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-hero-video .content-container .col-1-1 .module h2 {
    font-size: 20px;
    min-height: 60px;
  }
}
.row.main-hero-video .content-container .col-1-1 .module .buttons-container {
  width: auto;
}
@media only screen and (max-width: 639px) {
  .row.main-hero-video .content-container .col-1-1 .module .buttons-container {
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-hero-video .content-container .col-1-1 .module .buttons-container .btn {
    float: none;
    margin: auto;
  }
  .row.main-hero-video .content-container .col-1-1 .module .buttons-container .btn:not(:first-of-type) {
    margin-top: 20px;
  }
}
.row.main-hero-video .content-container .col-1-1 .module #typedTitle,
.row.main-hero-video .content-container .col-1-1 .module #typedSubtitle {
  display: none;
}
.row.main-hero-video .content-container .col-1-1 .module .typed-cursor {
  color: #905A9E;
  position: relative;
  opacity: 1;
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.row.main-introduction-blocks {
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -25%;
}
@media only screen and (max-width: 1280px) {
  .row.main-introduction-blocks {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    margin-bottom: -15%;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-introduction-blocks {
    margin-bottom: -40%;
  }
}
.row.main-introduction-blocks .introduction-block {
  width: calc(50% - 15px);
  padding-top: 50%;
  position: relative;
  background-color: #ffffff;
  z-index: 9;
}
@media only screen and (max-width: 639px) {
  .row.main-introduction-blocks .introduction-block {
    width: 100%;
    padding-top: 100%;
    margin-bottom: 20px;
  }
}
.row.main-introduction-blocks .introduction-block:first-child {
  margin-right: 15px;
}
@media only screen and (max-width: 639px) {
  .row.main-introduction-blocks .introduction-block:first-child {
    margin-right: 0;
  }
}
.row.main-introduction-blocks .introduction-block:last-child {
  margin-left: 15px;
}
@media only screen and (max-width: 639px) {
  .row.main-introduction-blocks .introduction-block:last-child {
    margin-left: 0;
  }
}
.row.main-introduction-blocks .introduction-block .content-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 80px;
  height: auto;
}
@media only screen and (max-width: 799px) {
  .row.main-introduction-blocks .introduction-block .content-container {
    padding: 40px;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-introduction-blocks .introduction-block .content-container {
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-introduction-blocks .introduction-block .content-container {
    padding: 20px;
  }
}
.row.main-introduction-blocks .introduction-block .content-container h3 {
  color: #28272b;
  font-size: 55px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) {
  .row.main-introduction-blocks .introduction-block .content-container h3 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 959px) {
  .row.main-introduction-blocks .introduction-block .content-container h3 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-introduction-blocks .introduction-block .content-container h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-introduction-blocks .introduction-block .content-container h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-introduction-blocks .introduction-block .content-container .btn {
    padding: 6px 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .row.main-introduction-blocks .introduction-block .content-container .btn:after {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-introduction-blocks .introduction-block .content-container .btn:after {
    margin-left: 5px;
  }
}
.row.main-introduction-blocks .introduction-block .image-container {
  position: absolute;
  width: 200px;
  right: 40px;
  bottom: 0;
}
.row.main-introduction-blocks .introduction-block .image-container img {
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .row.main-introduction-blocks .introduction-block .image-container {
    right: 0;
  }
}
@media only screen and (max-width: 1119px) {
  .row.main-introduction-blocks .introduction-block .image-container {
    display: none;
  }
}

.row.main-cases-introduction {
  background-color: #d9ece0;
  position: relative;
  z-index: 1;
}
.row.main-cases-introduction .case-image-container {
  width: 50%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
.row.main-cases-introduction .case-image-container img {
  position: absolute;
  top: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 799px) {
  .row.main-cases-introduction .case-image-container {
    width: 100%;
    opacity: 0.2;
    min-height: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-cases-introduction .case-image-container {
    min-height: 420px;
  }
}
.row.main-cases-introduction .case-container {
  width: 50%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 799px) {
  .row.main-cases-introduction .case-container {
    width: 100%;
    position: absolute;
    min-height: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-cases-introduction .case-container {
    min-height: 420px;
  }
}
.row.main-cases-introduction .case-container .content-container {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 80px;
}
@media only screen and (max-width: 1119px) {
  .row.main-cases-introduction .case-container .content-container {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-cases-introduction .case-container .content-container {
    padding: 80px 20px;
    width: 100%;
    max-width: 640px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 639px) {
  .row.main-cases-introduction .case-container .content-container {
    max-width: 480px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-cases-introduction .case-container .content-container {
    max-width: 320px;
  }
}
.row.main-cases-introduction .case-container .content-container .case-quote {
  color: #007d32;
  font-size: 65px;
  line-height: 1.2;
  margin: 0 0 80px 0;
  font-family: "Century Gotic", Sans-serif;
}
.row.main-cases-introduction .case-container .content-container .case-quote span {
  font-weight: 700;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .row.main-cases-introduction .case-container .content-container .case-quote {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 959px) {
  .row.main-cases-introduction .case-container .content-container .case-quote {
    font-size: 40px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-cases-introduction .case-container .content-container .case-quote {
    font-size: 30px;
  }
}
.row.main-cases-introduction .case-container .content-container .quoted-person {
  color: #28272b;
  font-family: "Century Gotic", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 40px 0;
}
.row.main-cases-introduction .case-container .image-container {
  position: absolute;
  width: 250px;
  right: 40px;
  bottom: 0;
}
.row.main-cases-introduction .case-container .image-container img {
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .row.main-cases-introduction .case-container .image-container {
    right: 0;
  }
}
@media only screen and (max-width: 1119px) {
  .row.main-cases-introduction .case-container .image-container {
    display: none;
  }
}

.row.main-work-introduction {
  padding: 80px 0;
  text-align: center;
}
.row.main-work-introduction h3 {
  color: #28272b;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 479px) {
  .row.main-work-introduction h3 {
    font-size: 30px;
  }
}
.row.main-work-introduction p {
  text-align: center;
  max-width: 800px;
  width: 100%;
  float: none;
  margin: auto;
}
.row.main-work-introduction p:not(:last-of-type) {
  padding: 0 0 20px 0;
}
.row.main-work-introduction .btn {
  display: inline-block;
  float: none;
  margin: 20px 0 0 0;
}

.row.main-highlighted {
  background-color: #ffffff;
  padding: 80px 30px;
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted {
    padding: 80px 0px;
  }
}
.row.main-highlighted .row-title-container {
  background-color: #ffffff;
}
.row.main-highlighted .row-title-container h3 {
  color: #28272b;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  padding: 0;
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .row-title-container h3 {
    font-size: 30px;
    margin: 0 0 40px 0;
  }
}
.row.main-highlighted .highlighted-vacancies-container {
  width: calc(66.6666666667% - 15px);
  padding-top: calc(33.3333333333% - 15px);
  background-color: #905A9E;
  position: relative;
  display: block;
  margin: 0 30px 30px 0;
}
@media only screen and (max-width: 1119px) {
  .row.main-highlighted .highlighted-vacancies-container {
    width: 100%;
    padding-top: 50%;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-vacancies-container {
    width: calc(50% - 30px);
    padding-top: calc(100% + 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-highlighted .highlighted-vacancies-container {
    width: 75%;
    padding-top: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 30px;
  }
}
.row.main-highlighted .highlighted-vacancies-container .content-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1280px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.row.main-highlighted .highlighted-vacancies-container .content-container .title-container {
  width: 50%;
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .title-container {
    width: 100%;
    height: 42%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.row.main-highlighted .highlighted-vacancies-container .content-container .title-container .categorie {
  background-color: #ffffff;
  padding: 10px 15px;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 700;
  font-family: "Century Gotic", Sans-serif;
  font-size: 14px;
  color: #905A9E;
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .title-container .categorie {
    top: 0px;
    left: -1px;
  }
}
.row.main-highlighted .highlighted-vacancies-container .content-container .title-container h3 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: unset;
  padding: 0;
}
.row.main-highlighted .highlighted-vacancies-container .content-container .title-container h3 span {
  font-size: 160px;
  float: none;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .title-container h3 span {
    font-size: 120px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .title-container h3 span {
    font-size: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .title-container h3 span {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1280px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .title-container h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .title-container h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .title-container h3 {
    font-size: 25px;
  }
}
.row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container {
  width: 50%;
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container {
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 20px 20px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .vacancies {
    margin-top: auto;
    width: auto;
  }
}
.row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .vacancies .counter {
  float: left;
  clear: left;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-right: 20px;
  line-height: 30px;
  width: 15px;
}
.row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .vacancies a {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  display: block;
  float: left;
  clear: right;
  position: relative;
  background-color: transparent;
  border: none;
  text-align: left;
  width: auto;
  cursor: pointer;
  max-width: calc(100% - 35px);
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .vacancies a {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .vacancies a {
    margin-bottom: 10px;
  }
}
.row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .vacancies a p {
  color: #ffffff;
  padding: 0;
  float: none;
  font-size: 20px;
}
.row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .vacancies a p.title {
  font-size: 28px;
  font-weight: 700;
  padding: 0 0 10px 0;
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .vacancies a p.title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .vacancies a p.title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .vacancies a p.title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .vacancies a p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .vacancies a p {
    font-size: 14px;
  }
}
.row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .vacancies a::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  bottom: 0;
  top: auto;
}
.row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .vacancies a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .btn {
  padding: 6px 15px;
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .btn {
    margin-bottom: auto;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-vacancies-container .content-container .vacancies-container .btn {
    min-width: none;
  }
}
.row.main-highlighted .highlighted-blog-full-image-container {
  width: calc(33.3333333333% - 15px);
  padding-top: calc(33.3333333333% - 15px);
  background-color: #28272b;
  position: relative;
  display: block;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1119px) {
  .row.main-highlighted .highlighted-blog-full-image-container {
    width: calc(50% - 15px);
    padding-top: calc(50% - 15px);
  }
}
@media only screen and (max-width: 639px) {
  .row.main-highlighted .highlighted-blog-full-image-container {
    width: 75%;
    padding-top: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 30px;
  }
}
.row.main-highlighted .highlighted-blog-full-image-container .image-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.row.main-highlighted .highlighted-blog-full-image-container .content-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-blog-full-image-container .content-container {
    padding: 20px;
  }
}
.row.main-highlighted .highlighted-blog-full-image-container .content-container .categorie {
  background-color: #ffffff;
  padding: 10px 15px;
  text-transform: uppercase;
  width: auto;
  font-weight: 700;
  margin-right: auto;
  color: #905A9E;
  font-family: "Century Gotic", Sans-serif;
  font-size: 14px;
  position: relative;
  left: -40px;
  top: -40px;
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-blog-full-image-container .content-container .categorie {
    left: -20px;
    top: -20px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-blog-full-image-container .content-container .categorie {
    left: -21px;
    top: -20px;
  }
}
.row.main-highlighted .highlighted-blog-full-image-container .content-container h3 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: unset;
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .row.main-highlighted .highlighted-blog-full-image-container .content-container h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-blog-full-image-container .content-container h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-blog-full-image-container .content-container h3 {
    font-size: 25px;
  }
}
.row.main-highlighted .highlighted-blog-full-image-container .content-container .btn {
  max-width: none;
  width: auto;
  margin-right: auto;
  padding: 6px 15px;
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-blog-full-image-container .content-container .btn {
    min-width: none;
    width: 100%;
  }
}
.row.main-highlighted .highlighted-blog-round-image-container {
  width: calc(33.3333333333% - 15px);
  padding-top: calc(33.3333333333% - 15px);
  background-color: #28272b;
  position: relative;
  display: block;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 1119px) {
  .row.main-highlighted .highlighted-blog-round-image-container {
    width: calc(50% - 15px);
    padding-top: calc(50% - 15px);
    margin: 0 0 0 30px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-blog-round-image-container {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-highlighted .highlighted-blog-round-image-container {
    width: 75%;
    padding-top: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 30px;
  }
}
.row.main-highlighted .highlighted-blog-round-image-container .image-container {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 100%;
  width: 300px;
  max-width: 50%;
  height: auto;
}
.row.main-highlighted .highlighted-blog-round-image-container .image-container img {
  border-radius: 50%;
}
@media only screen and (max-width: 1280px) {
  .row.main-highlighted .highlighted-blog-round-image-container .image-container {
    top: 40px;
    right: 40px;
    max-width: 150px;
  }
}
.row.main-highlighted .highlighted-blog-round-image-container .content-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-blog-round-image-container .content-container {
    padding: 20px;
  }
}
.row.main-highlighted .highlighted-blog-round-image-container .content-container .categorie {
  background-color: #ffffff;
  padding: 10px 15px;
  text-transform: uppercase;
  width: auto;
  font-weight: 700;
  margin-right: auto;
  color: #905A9E;
  font-family: "Century Gotic", Sans-serif;
  font-size: 14px;
  position: relative;
  top: -40px;
  left: -40px;
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-blog-round-image-container .content-container .categorie {
    left: -20px;
    top: -20px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-blog-round-image-container .content-container .categorie {
    left: -21px;
    top: -20px;
  }
}
.row.main-highlighted .highlighted-blog-round-image-container .content-container h3 {
  margin-top: auto;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: unset;
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .row.main-highlighted .highlighted-blog-round-image-container .content-container h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-blog-round-image-container .content-container h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-blog-round-image-container .content-container h3 {
    font-size: 25px;
  }
}
.row.main-highlighted .highlighted-blog-round-image-container .content-container .btn {
  max-width: none;
  width: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 6px 15px;
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-blog-round-image-container .content-container .btn {
    min-width: none;
  }
}
.row.main-highlighted .highlighted-blog-big-container {
  width: calc(66.6666666667% - 15px);
  padding-top: calc(33.3333333333% - 15px);
  background-color: #e9e9e9;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1119px) {
  .row.main-highlighted .highlighted-blog-big-container {
    width: 100%;
    padding-top: 50%;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-highlighted .highlighted-blog-big-container {
    width: 75%;
    padding-top: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row.main-highlighted .highlighted-blog-big-container .content-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-blog-big-container .content-container {
    padding: 20px;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-highlighted .highlighted-blog-big-container .content-container {
    width: 100%;
    height: 50%;
  }
}
.row.main-highlighted .highlighted-blog-big-container .content-container .categorie {
  background-color: #905A9E;
  padding: 10px 30px;
  text-transform: uppercase;
  width: auto;
  font-weight: 700;
  margin-right: auto;
  color: #ffffff;
  font-family: "Century Gotic", Sans-serif;
  font-size: 14px;
  position: relative;
  top: -40px;
  left: -40px;
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-blog-big-container .content-container .categorie {
    left: -20px;
    top: -20px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-blog-big-container .content-container .categorie {
    left: -20px;
    top: -20px;
  }
}
.row.main-highlighted .highlighted-blog-big-container .content-container h3 {
  color: #28272b;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: unset;
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .row.main-highlighted .highlighted-blog-big-container .content-container h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-highlighted .highlighted-blog-big-container .content-container h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-highlighted .highlighted-blog-big-container .content-container h3 {
    width: auto;
    margin-top: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-blog-big-container .content-container h3 {
    font-size: 25px;
  }
}
.row.main-highlighted .highlighted-blog-big-container .content-container .btn {
  max-width: none;
  width: auto;
  margin-right: auto;
  padding: 6px 15px;
}
@media only screen and (max-width: 639px) {
  .row.main-highlighted .highlighted-blog-big-container .content-container .btn {
    margin-top: 20px;
    margin-bottom: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-highlighted .highlighted-blog-big-container .content-container .btn {
    min-width: none;
  }
}
.row.main-highlighted .highlighted-blog-big-container .image-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  padding: 80px 0;
}
@media only screen and (max-width: 639px) {
  .row.main-highlighted .highlighted-blog-big-container .image-container {
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto;
  }
}
.row.main-highlighted .highlighted-blog-big-container .image-container img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  float: none;
  margin: auto;
}

.row {
  position: relative;
}
.row.main-counter {
  height: auto;
  padding: 80px 0 40px 0;
}
.row.main-counter .col-1-1 h3 {
  color: #28272b;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  padding: 0;
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 479px) {
  .row.main-counter .col-1-1 h3 {
    font-size: 30px;
    margin: 0 0 40px 0;
  }
}
.row.main-counter .col-1-1 .image-container {
  max-width: 250px;
  position: absolute;
  top: -140px;
}
@media only screen and (max-width: 1280px) {
  .row.main-counter .col-1-1 .image-container {
    max-width: 200px;
  }
}
@media only screen and (max-width: 959px) {
  .row.main-counter .col-1-1 .image-container {
    display: none;
  }
}
.row.main-counter .col-1-4 {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 799px) {
  .row.main-counter .col-1-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-counter .col-1-4 {
    width: 100%;
  }
}
.row.main-counter .col-1-4 .content-container {
  position: relative;
  text-align: center;
}
.row.main-counter .col-1-4 .content-container .counter-container {
  position: relative;
  width: auto;
  float: none;
  display: inline-block;
}
.row.main-counter .col-1-4 .content-container .counter-container .counter {
  display: block;
  width: 100%;
  color: #905A9E;
  font-weight: 700;
  font-size: 100px;
  text-align: center;
  padding: 0;
  margin: 0;
  opacity: 1;
  line-height: 1;
}
@media only screen and (max-width: 1119px) {
  .row.main-counter .col-1-4 .content-container .counter-container .counter {
    font-size: 80px;
  }
}
@media only screen and (max-width: 959px) {
  .row.main-counter .col-1-4 .content-container .counter-container .counter {
    font-size: 65px;
  }
}
.row.main-counter .col-1-4 .content-container .counter-container .character {
  position: absolute;
  top: 15px;
  right: -20px;
  line-height: 1;
  color: #905A9E;
  font-size: 20px;
}
.row.main-counter .col-1-4 .content-container .title {
  color: #28272b;
  text-align: center;
  font-size: 16px;
  width: 100%;
}

.row.main-questions {
  background-color: #ffffff;
  padding: 80px 0;
}
.row.main-questions .main-questions-slider .slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 959px) {
  .row.main-questions .main-questions-slider .slider-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row.main-questions .main-questions-slider .slider-container .image-container {
  max-width: 100%;
  padding: 0 80px 0 0;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1119px) {
  .row.main-questions .main-questions-slider .slider-container .image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
@media only screen and (max-width: 959px) {
  .row.main-questions .main-questions-slider .slider-container .image-container {
    border-bottom: 1px solid #f6f6f6;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
  }
}
.row.main-questions .main-questions-slider .slider-container .image-container img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 959px) {
  .row.main-questions .main-questions-slider .slider-container .image-container img {
    max-width: 320px;
    margin: auto;
    padding: 0;
    float: none;
  }
}
.row.main-questions .main-questions-slider .slider-container .question-container .title {
  padding: 0;
  font-weight: 700;
}
.row.main-questions .main-questions-slider .slider-container .question-container .answers {
  list-style: none;
  padding: 0;
}
.row.main-questions .main-questions-slider .slider-container .question-container .answers .answer {
  padding: 0;
  line-height: 1.4;
}
.row.main-questions .main-questions-slider .slider-container .question-container .answers .answer:not(:last-of-type) {
  padding: 0 0 20px 0;
}
.row.main-questions .main-questions-slider .slider-container .question-container .answers .answer::before {
  display: none;
}
.row.main-questions .main-questions-slider .slider-container .question-container .answers .answer .radio-input {
  display: none;
}
.row.main-questions .main-questions-slider .slider-container .question-container .answers .answer .radio-button {
  width: 20px;
  height: 20px;
  border: 1px solid #28272b;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  float: left;
  margin-top: 1px;
}
@media only screen and (max-width: 479px) {
  .row.main-questions .main-questions-slider .slider-container .question-container .answers .answer .radio-button {
    width: 15px;
    height: 15px;
    margin-top: 4px;
  }
}
.row.main-questions .main-questions-slider .slider-container .question-container .answers .answer .radio-button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  background-color: #905A9E;
  top: -1px;
  left: -1px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width: 479px) {
  .row.main-questions .main-questions-slider .slider-container .question-container .answers .answer .radio-button::after {
    width: 15px;
    height: 15px;
    top: -1px;
    left: -1px;
  }
}
.row.main-questions .main-questions-slider .slider-container .question-container .answers .answer .radio-input:checked ~ .radio-label .radio-button::after {
  opacity: 1;
}
.row.main-questions .main-questions-slider .slider-container .question-container .answers .answer .answer-label {
  width: calc(100% - 20px);
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 479px) {
  .row.main-questions .main-questions-slider .slider-container .question-container .answers .answer .answer-label {
    width: calc(100% - 15px);
    padding: 0 0 0 10px;
  }
}
.row.main-questions .main-questions-slider .slider-container .result-container .title {
  font-weight: 700;
}
.row.main-questions .main-questions-slider .slider-container .results-container {
  background-color: #007d32;
  margin: 20px 0 -20px 0;
}
.row.main-questions .main-questions-slider .slider-container .results-container .results {
  list-style: none;
  padding: 0;
}
.row.main-questions .main-questions-slider .slider-container .results-container .results .result {
  color: #ffffff;
  padding: 40px;
  display: block;
}
@media only screen and (max-width: 479px) {
  .row.main-questions .main-questions-slider .slider-container .results-container .results .result {
    padding: 20px;
  }
}
.row.main-questions .main-questions-slider .slider-container .results-container .results .result.hidden {
  display: none;
}
.row.main-questions .main-questions-slider .slider-container .results-container .results .result::before {
  display: none;
}
.row.main-questions .main-questions-slider .owl-nav {
  width: 50%;
  position: relative;
  float: right;
}
@media only screen and (max-width: 959px) {
  .row.main-questions .main-questions-slider .owl-nav {
    width: 100%;
  }
}
.row.main-questions .main-questions-slider .owl-nav .owl-prev,
.row.main-questions .main-questions-slider .owl-nav .owl-next {
  background-color: transparent;
  border: none;
  max-width: 50px;
}
.row.main-questions .main-questions-slider .owl-nav .owl-prev svg path,
.row.main-questions .main-questions-slider .owl-nav .owl-next svg path {
  fill: #D9D8D8;
}
.row.main-questions .main-questions-slider .owl-nav .owl-prev.disabled,
.row.main-questions .main-questions-slider .owl-nav .owl-next.disabled {
  display: none;
}
.row.main-questions .main-questions-slider .owl-nav .owl-prev {
  float: left;
}
.row.main-questions .main-questions-slider .owl-nav .owl-next {
  float: right;
}
.row.main-questions .main-questions-slider .owl-dots {
  width: 50%;
  position: absolute;
  bottom: -15px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
@media only screen and (max-width: 959px) {
  .row.main-questions .main-questions-slider .owl-dots {
    width: 100%;
  }
}
.row.main-questions .main-questions-slider .owl-dots .owl-dot {
  width: auto;
  pointer-events: initial;
}
.row.main-questions .main-questions-slider .owl-dots .owl-dot:not(:last-of-type) {
  margin: 0 5px 0 0;
}
.row.main-questions .main-questions-slider .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  float: left;
  margin-top: 1px;
}
.row.main-questions .main-questions-slider .owl-dots .owl-dot span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background-color: #905A9E;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.row.main-questions .main-questions-slider .owl-dots .owl-dot.active span::after {
  opacity: 1;
}

.row.main-vacancies {
  background-color: orangered;
  position: relative;
  padding: 80px 0 40px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.row.main-vacancies::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  lefT: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), color-stop(15%, rgba(233, 233, 233, 0.7)), color-stop(90%, rgba(233, 233, 233, 0.7)), to(#e9e9e9));
  background-image: linear-gradient(#e9e9e9 0%, rgba(233, 233, 233, 0.7) 15%, rgba(233, 233, 233, 0.7) 90%, #e9e9e9 100%);
}
.row.main-vacancies .col-1-1 h2 {
  color: #28272b;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  padding: 0;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 479px) {
  .row.main-vacancies .col-1-1 h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}
.row.main-vacancies .col-1-1 h3 {
  color: #636363;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  padding: 0;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 479px) {
  .row.main-vacancies .col-1-1 h3 {
    font-size: 20px;
  }
}
.row.main-vacancies .vacancies-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.row.main-vacancies .vacancies-container .col-1-2 {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 639px) {
  .row.main-vacancies .vacancies-container .col-1-2 {
    width: 100%;
  }
}
.row.main-vacancies .vacancies-container .vacancie {
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 15px;
  margin: 0;
  height: 100%;
  font-family: "Heebo", Sans-serif;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .row.main-vacancies .vacancies-container .vacancie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row.main-vacancies .vacancies-container .vacancie:hover {
  background-color: #905A9E;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  -webkit-box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.6) !important;
          box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.6) !important;
  cursor: pointer;
}
.row.main-vacancies .vacancies-container .vacancie:hover .content-container .title {
  color: #ffffff;
}
.row.main-vacancies .vacancies-container .vacancie:hover .content-container .title:after {
  background: transparent url(../img/solvinity-arrow-right-single.svg) 0 0 no-repeat;
  left: 35px;
}
.row.main-vacancies .vacancies-container .vacancie:hover .content-container .location {
  color: #ffffff;
}
.row.main-vacancies .vacancies-container .vacancie .content-container {
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .row.main-vacancies .vacancies-container .vacancie .content-container {
    text-align: center;
    padding: 0 0 10px 0;
  }
}
.row.main-vacancies .vacancies-container .vacancie .content-container .title {
  font-weight: 700;
  font-family: "Century Gotic", Sans-serif;
  font-size: 20px;
  padding: 0 0 0 0;
  color: #28272b;
}
.row.main-vacancies .vacancies-container .vacancie .content-container .title:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 27px;
  background-size: 19px 27px;
  position: relative;
  left: 25px;
  top: 10px;
  margin-left: -15px;
}
@media only screen and (max-width: 959px) {
  .row.main-vacancies .vacancies-container .vacancie .content-container .title:after {
    background: transparent url(../img/solvinity-arrow-right-single-black.svg) 0 0 no-repeat;
  }
}
@media only screen and (max-width: 1280px) {
  .row.main-vacancies .vacancies-container .vacancie .content-container .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-vacancies .vacancies-container .vacancie .content-container .title {
    line-height: 23px;
    padding-top: 5px;
  }
}
.row.main-vacancies .vacancies-container .vacancie .content-container .location {
  color: #636363;
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .row.main-vacancies .vacancies-container .vacancie .content-container .location {
    font-size: 16px;
  }
}
.row.main-vacancies .vacancies-container .col-1-2:nth-of-type(2n+1) {
  clear: left;
}
.row.main-vacancies .vacancie-popup a.btn--cta_secondary {
  max-width: initial;
}
.row.main-vacancies [class*=vacancie-popup-] {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 4000;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.row.main-vacancies [class*=vacancie-popup-].active {
  pointer-events: initial;
  background-color: rgba(40, 39, 43, 0.3);
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .row.main-vacancies [class*=vacancie-popup-].active {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(40, 39, 43, 0.3);
  }
}
.row.main-vacancies [class*=vacancie-popup-].active .close-popup {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.row.main-vacancies [class*=vacancie-popup-].active .vacancie-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.row.main-vacancies [class*=vacancie-popup-] .close-popup {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: calc(5vh - 20px);
  right: calc((100vw - 800px) / 2 - 20px);
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all 0.5s 0.1s, background-color 0.25s;
  transition: all 0.5s 0.1s, background-color 0.25s;
  pointer-events: auto;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  background-color: #905A9E;
}
.row.main-vacancies [class*=vacancie-popup-] .close-popup:hover {
  background-color: #28272b;
}
@media only screen and (max-width: 959px) {
  .row.main-vacancies [class*=vacancie-popup-] .close-popup {
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-vacancies [class*=vacancie-popup-] .close-popup {
    top: 10px;
    right: 10px;
  }
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container {
  height: 90vh;
  position: relative;
  background-color: white;
  padding: 40px 80px;
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
  max-width: 800px;
  width: 100%;
  float: none;
  margin: auto;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}
@media only screen and (max-width: 959px) {
  .row.main-vacancies [class*=vacancie-popup-] .vacancie-container {
    height: 100vh;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-vacancies [class*=vacancie-popup-] .vacancie-container {
    padding: 40px;
  }
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .content-container {
  overflow-Y: auto;
  height: 100%;
  pointer-events: auto;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .content-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, white 0, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 122px;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 639px) {
  .row.main-vacancies [class*=vacancie-popup-] .vacancie-container .content-container::before {
    bottom: 82px;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-vacancies [class*=vacancie-popup-] .vacancie-container .content-container {
    padding: 0 0 70px 0;
  }
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container h3 {
  color: #28272b;
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  line-height: 1;
  padding: 40px 0 0 0;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container h4 {
  color: #905A9E;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  line-height: 1;
  padding: 0;
  margin: 40px 0 20px 0;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container ul {
  padding: 0;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container p {
  padding: 0;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container p i {
  float: none;
  width: auto;
  display: inline-block;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .share-container {
  padding: 0 0 200px 0;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .share-container ul {
  text-align: left;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .share-container ul li {
  float: none;
  width: 40px;
  height: 40px;
  border: 1px solid #905A9E;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .share-container ul li:not(:last-of-type) {
  margin-right: 5px;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .share-container ul li::before {
  display: none;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .share-container ul li a {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .share-container ul li a:hover {
  background-color: #905A9E;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .share-container ul li a:hover::before {
  color: #ffffff;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .share-container ul li a::before {
  font-family: "Font Awesome 5 Brands";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .share-container ul li a.twitter:before {
  content: "\f099";
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .share-container ul li a.linkedin:before {
  content: "\f0e1";
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .share-container ul li a.facebook:before {
  content: "\f39e";
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .share-container ul li a.google:before {
  content: "\f0d5";
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .share-container ul li a.mail:before {
  content: "\f1fa";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}
.row.main-vacancies [class*=vacancie-popup-] .vacancie-container .button-container {
  position: absolute;
  background-color: white;
  bottom: 0;
  left: 0;
  padding: 40px 80px;
  pointer-events: auto;
}
@media only screen and (max-width: 639px) {
  .row.main-vacancies [class*=vacancie-popup-] .vacancie-container .button-container {
    padding: 20px 40px;
  }
  .row.main-vacancies [class*=vacancie-popup-] .vacancie-container .button-container .btn {
    float: none;
  }
}

main.jobs .row.main-vacancies .col-1-1 h1 {
  color: #28272b;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  padding: 0;
  text-align: left;
  max-width: 960px;
  float: none;
  margin: auto;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 479px) {
  main.jobs .row.main-vacancies .col-1-1 h1 {
    font-size: 30px;
    margin: 0 auto 20px auto;
  }
}
main.jobs .row.main-vacancies .col-1-1 h2 {
  color: #28272b;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  padding: 0;
  text-align: left;
  max-width: 960px;
  float: none;
  margin: auto;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 479px) {
  main.jobs .row.main-vacancies .col-1-1 h2 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.row.main-cta {
  background-color: #d9ece0;
}
.row.main-cta .module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 65px 0;
}
@media only screen and (max-width: 799px) {
  .row.main-cta .module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row.main-cta .module h3 {
  color: #007d32;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  line-height: 1.4;
  width: 100%;
}
@media only screen and (max-width: 799px) {
  .row.main-cta .module h3 {
    text-align: center;
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-cta .module h3 {
    font-size: 20px;
  }
}
.row.main-cta .module .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 959px) {
  .row.main-cta .module .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.row.main-cta .module .btn-container .btn {
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .row.main-cta .module .btn-container .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
  }
}

.row.main-values {
  background-color: #ffffff;
  padding: 80px 0;
}
.row.main-values .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 799px) {
  .row.main-values .content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-values .content-container .col-1-2 {
    width: 100%;
  }
}
.row.main-values .content-container .col-1-2 .module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.row.main-values .content-container .col-1-2 .module h3 {
  color: #28272b;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  padding: 0;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 479px) {
  .row.main-values .content-container .col-1-2 .module h3 {
    font-size: 30px;
  }
}
.row.main-values .content-container .col-1-2 .module .btn {
  margin-top: 20px;
}
.row.main-values .content-container .col-1-2 .module .image-container img {
  width: auto;
  max-width: 90%;
  float: none;
  margin: auto;
}

.row.main-twitter {
  background-color: #e9e9e9;
  padding: 80px 0;
}
.row.main-twitter .col-1-1 .module {
  padding: 0 0 80px 0;
}
.row.main-twitter .col-1-1 .module h3 {
  color: #28272b;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  padding: 0;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 479px) {
  .row.main-twitter .col-1-1 .module h3 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}
.row.main-twitter .col-1-1 .module p {
  color: #28272b;
  text-align: center;
  max-width: 800px;
  width: 100%;
  float: none;
  margin: auto;
  padding: 0;
}
.row.main-twitter .col-1-1 .module p:not(:last-of-type) {
  padding: 0 0 20px 0;
}
.row.main-twitter .twitter-container {
  width: calc(100% - 30px);
  margin-left: 30px;
}
.row.main-twitter .twitter-container .tweet-size {
  width: calc(20% - 2px);
}
@media only screen and (max-width: 1280px) {
  .row.main-twitter .twitter-container .tweet-size {
    width: calc(25% - 2px);
  }
}
@media only screen and (max-width: 1119px) {
  .row.main-twitter .twitter-container .tweet-size {
    width: calc(33.33% - 2px);
  }
}
@media only screen and (max-width: 959px) {
  .row.main-twitter .twitter-container .tweet-size {
    width: calc(50% - 2px);
  }
}
@media only screen and (max-width: 639px) {
  .row.main-twitter .twitter-container .tweet-size {
    width: 100%;
    margin-left: 0;
  }
}
.row.main-twitter .twitter-container .tweet {
  width: calc(20% - 30px);
  margin-bottom: 30px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1280px) {
  .row.main-twitter .twitter-container .tweet {
    width: calc(25% - 30px);
  }
}
@media only screen and (max-width: 1119px) {
  .row.main-twitter .twitter-container .tweet {
    width: calc(33.33% - 30px);
  }
}
@media only screen and (max-width: 959px) {
  .row.main-twitter .twitter-container .tweet {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 639px) {
  .row.main-twitter .twitter-container .tweet {
    width: calc(100% - 30px);
  }
}
.row.main-twitter .twitter-container .tweet:nth-of-type(3n+2) .post-header {
  background-color: #007d32;
}
.row.main-twitter .twitter-container .tweet:nth-of-type(3n+2) .post-footer {
  background-color: #007d32;
}
.row.main-twitter .twitter-container .tweet:nth-of-type(3n+2) .post-retweet {
  background-color: #007d32;
}
.row.main-twitter .twitter-container .tweet:nth-of-type(3n+3) .post-header {
  background-color: #28272b;
}
.row.main-twitter .twitter-container .tweet:nth-of-type(3n+3) .post-footer {
  background-color: #28272b;
}
.row.main-twitter .twitter-container .tweet:nth-of-type(3n+3) .post-retweet {
  background-color: #28272b;
}
.row.main-twitter .twitter-container .tweet .post-retweet {
  background-color: #905A9E;
  color: #ffffff;
}
.row.main-twitter .twitter-container .tweet .post-retweet p {
  line-height: 1.6;
  padding: 10px;
}
.row.main-twitter .twitter-container .tweet .post-retweet p span {
  width: auto;
  float: left;
  line-height: inherit;
}
.row.main-twitter .twitter-container .tweet .post-retweet p i {
  width: auto;
  float: left;
  line-height: inherit;
  margin-left: 10px;
}
.row.main-twitter .twitter-container .tweet .post-header {
  background-color: #905A9E;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.main-twitter .twitter-container .tweet .post-header .post-user-avatar img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.row.main-twitter .twitter-container .tweet .post-header .post-user-info h3 {
  padding: 0 0 5px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
}
.row.main-twitter .twitter-container .tweet .post-header .post-user-info p {
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.row.main-twitter .twitter-container .tweet .post-header .post-twitter-logo {
  width: 40px;
  height: 40px;
  margin-left: auto;
  opacity: 0.7;
}
.row.main-twitter .twitter-container .tweet .post-header .post-twitter-logo:hover {
  opacity: 1;
}
.row.main-twitter .twitter-container .tweet .post-header .post-twitter-logo .fa::before,
.row.main-twitter .twitter-container .tweet .post-header .post-twitter-logo .far::before,
.row.main-twitter .twitter-container .tweet .post-header .post-twitter-logo .fas::before,
.row.main-twitter .twitter-container .tweet .post-header .post-twitter-logo .fab::before {
  display: block;
  color: #ffffff;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.row.main-twitter .twitter-container .tweet .post-body p {
  padding: 40px;
}
.row.main-twitter .twitter-container .tweet .post-body .avatar-container {
  padding: 0 0 40px 0;
  text-align: center;
}
.row.main-twitter .twitter-container .tweet .post-body .avatar-container img {
  max-width: 40px;
  display: inline-block;
  float: none;
}
.row.main-twitter .twitter-container .tweet .post-body .video-container {
  position: relative;
}
.row.main-twitter .twitter-container .tweet .post-body .video-container .poster {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  background: transparent;
  -webkit-transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-size: cover;
  background-position: center center;
}
.row.main-twitter .twitter-container .tweet .post-body .video-container .poster:hover {
  cursor: pointer;
}
.row.main-twitter .twitter-container .tweet .post-body .video-container .poster:hover .fa,
.row.main-twitter .twitter-container .tweet .post-body .video-container .poster:hover .far,
.row.main-twitter .twitter-container .tweet .post-body .video-container .poster:hover .fas,
.row.main-twitter .twitter-container .tweet .post-body .video-container .poster:hover .fab {
  background: rgba(144, 90, 158, 0.9);
}
.row.main-twitter .twitter-container .tweet .post-body .video-container .poster .fa,
.row.main-twitter .twitter-container .tweet .post-body .video-container .poster .far,
.row.main-twitter .twitter-container .tweet .post-body .video-container .poster .fas,
.row.main-twitter .twitter-container .tweet .post-body .video-container .poster .fab {
  background: rgba(40, 39, 43, 0.9);
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-indent: 3px;
  position: absolute;
  font-size: 15px;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  -webkit-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s;
}
.row.main-twitter .twitter-container .tweet .post-footer {
  background-color: #905A9E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  height: 40px;
}
.row.main-twitter .twitter-container .tweet .post-footer a .fa::before,
.row.main-twitter .twitter-container .tweet .post-footer a .far::before,
.row.main-twitter .twitter-container .tweet .post-footer a .fas::before,
.row.main-twitter .twitter-container .tweet .post-footer a .fab::before {
  display: block;
  color: #ffffff;
  opacity: 0.7;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.row.main-twitter .twitter-container .tweet .post-footer a:hover .fa::before,
.row.main-twitter .twitter-container .tweet .post-footer a:hover .far::before,
.row.main-twitter .twitter-container .tweet .post-footer a:hover .fas::before,
.row.main-twitter .twitter-container .tweet .post-footer a:hover .fab::before {
  opacity: 1;
  font-weight: bold;
}
.row.main-twitter .twitter-container .tweet .post-footer .time-stamp {
  width: auto;
  margin-left: auto;
  color: #ffffff;
  padding: 0;
  font-size: 11px;
}
@media only screen and (max-width: 799px) {
  .row.main-twitter .twitter-container .tweet .post-footer .time-stamp {
    font-size: 14px;
  }
}

.row.main-page-introduction-blog-post .title-container {
  background: #905A9E;
  padding: 80px 0;
}
.row.main-page-introduction-blog-post .title-container h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  padding: 0;
  max-width: 960px;
  float: none;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 479px) {
  .row.main-page-introduction-blog-post .title-container h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}
.row.main-page-introduction-blog-post .title-container .posted-date {
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  max-width: 960px;
  float: none;
  margin: auto;
  letter-spacing: 3px;
}
.row.main-page-introduction-blog-post .image-container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#905A9E), color-stop(40%, #905A9E), color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(#905A9E 0%, #905A9E 40%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  margin: 0 0 80px 0;
}
.row.main-page-introduction-blog-post .image-container img {
  width: auto;
  max-height: 450px;
  float: none;
  margin: auto;
  outline: none;
}
@media only screen and (max-width: 479px) {
  .row.main-page-introduction-blog-post .image-container img {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-page-introduction-blog-post .image-container img {
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-page-introduction-blog-post .image-container img {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-page-introduction-blog-post .image-container {
    margin: 0 0 40px 0;
  }
}

.row.main-content {
  padding: 0 0 80px 0;
}
.row.main-content .col-1-1 {
  width: 100%;
}
.row.main-content .col-1-1 .module {
  max-width: 800px;
  margin: auto;
  float: none;
}
.row.main-content .col-1-1 .module h3 {
  text-align: left;
  font-weight: 700;
  padding: 0 0 20px 0;
}
.row.main-content .col-1-1 .module p {
  text-align: left;
}
.row.main-content .col-1-1 .module .image-container {
  margin: 20px 0 40px 0;
}
.row.main-content .col-1-1 .module .btn {
  margin-top: 20px;
}
.row.main-content .col-1-1 .module .slider-container {
  margin: 0 0 20px 0;
  position: relative;
}
.row.main-content .col-1-1 .module .slider-container .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  text-align: center;
  font-size: 0;
  padding: 10px;
}
.row.main-content .col-1-1 .module .slider-container .owl-nav .owl-prev,
.row.main-content .col-1-1 .module .slider-container .owl-nav .owl-next {
  background-color: transparent;
  border: none;
  max-width: 50px;
  pointer-events: initial;
  float: right;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.row.main-content .col-1-1 .module .slider-container .owl-nav .owl-prev:hover,
.row.main-content .col-1-1 .module .slider-container .owl-nav .owl-next:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.row.main-content .col-1-1 .module .slider-container .owl-nav .owl-prev:active,
.row.main-content .col-1-1 .module .slider-container .owl-nav .owl-next:active {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.row.main-content .col-1-1 .module .slider-container .owl-nav .owl-prev svg,
.row.main-content .col-1-1 .module .slider-container .owl-nav .owl-next svg {
  -webkit-filter: drop-shadow(0px 5px 5px rgba(40, 39, 43, 0.75));
          filter: drop-shadow(0px 5px 5px rgba(40, 39, 43, 0.75));
}
.row.main-content .col-1-1 .module .slider-container .owl-nav .owl-prev svg path,
.row.main-content .col-1-1 .module .slider-container .owl-nav .owl-next svg path {
  fill: #ffffff;
}
.row.main-content .col-1-1 .module .slider-container .owl-nav .owl-prev.disabled,
.row.main-content .col-1-1 .module .slider-container .owl-nav .owl-next.disabled {
  display: none;
}
.row.main-content .col-1-1 .module .slider-container .owl-nav .owl-prev {
  float: left;
}
.row.main-content .col-1-1 .module .video-container .video-poster-container {
  background: #28272b;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.row.main-content .col-1-1 .module .video-container .video-poster-container .video-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.row.main-content .col-1-1 .module .video-container .video-poster-container .video-poster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 0.8;
  -webkit-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
}
.row.main-content .col-1-1 .module .video-container .video-poster-container::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background-color: rgba(144, 90, 158, 0.7);
  border: 3px solid rgba(144, 90, 158, 0.7);
  border-radius: 100%;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.row.main-content .col-1-1 .module .video-container .video-poster-container::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  text-indent: 3px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -25px 0 0 -25px;
  color: #ffffff;
  font-size: 30px;
  line-height: 57px;
  text-align: center;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  cursor: pointer;
  font-weight: normal;
}
.row.main-content .col-1-1 .module .video-container .video-poster-container:hover::before, .row.main-content .col-1-1 .module .video-container .video-poster-container:focus::before {
  background-color: #905a9e;
  border: 3px solid #905a9e;
}
.row.main-content .col-1-1 .module .video-container .video-poster-container:hover::after, .row.main-content .col-1-1 .module .video-container .video-poster-container:focus::after {
  color: #ffffff;
}
.row.main-content .col-1-1 .module .video-container .video-poster-container.active::before, .row.main-content .col-1-1 .module .video-container .video-poster-container.active::after {
  display: none;
}
.row.main-content .col-1-1 .module .video-container .video-poster-container.active .video-poster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.row.main-content .col-1-1 .module .faq {
  padding: 24px 0 32px 0;
}
.row.main-content .col-1-1 .module .faq__container {
  margin: 0 0 2px 0;
}
.row.main-content .col-1-1 .module .faq__container .faq__question {
  position: relative;
  background: #905A9E;
  color: #ffffff;
}
.row.main-content .col-1-1 .module .faq__container .faq__question p {
  display: block;
  position: relative;
  font-weight: 500;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
  padding: 16px 88px 16px 24px;
}
@media only screen and (max-width: 479px) {
  .row.main-content .col-1-1 .module .faq__container .faq__question p {
    padding: 16px 88px 16px 16px;
  }
}
.row.main-content .col-1-1 .module .faq__container .faq__question p:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-image: url(../img/solvinity-arrow-down-single-white.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.row.main-content .col-1-1 .module .faq__container .faq__question p:hover {
  background: #72477e;
  cursor: pointer;
}
.row.main-content .col-1-1 .module .faq__container .faq__question p:hover::after {
  -webkit-animation: rotate 0.5s 1;
          animation: rotate 0.5s 1;
}
.row.main-content .col-1-1 .module .faq__container .faq__question.active p:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: none;
          animation: none;
}
.row.main-content .col-1-1 .module .faq__container .faq__answer {
  display: none;
  position: relative;
  padding: 24px;
}
@media only screen and (max-width: 479px) {
  .row.main-content .col-1-1 .module .faq__container .faq__answer {
    padding: 24px 16px;
  }
}
.row.main-content .col-1-1 .module .faq__container .faq__answer em {
  display: inline;
}
.row.main-content .col-1-1 .module .faq__container .faq__answer p {
  float: none;
}
.row.main-content .col-1-1:first-of-type .module .image-container {
  margin: 0 0 40px 0;
}
.row.main-content .col-1-1:first-of-type .module .image-container::after {
  top: 40px;
  height: calc(100% - 80px);
}
@media only screen and (max-width: 799px) {
  .row.main-content .col-1-1:first-of-type .module .image-container {
    padding: 0 20px 20px 0;
  }
  .row.main-content .col-1-1:first-of-type .module .image-container::after {
    top: 20px;
    right: 0px;
    width: calc(100% - 20px);
    height: calc(100% - 60px);
  }
}
.row.main-content .col-1-1:last-of-type .module .image-container {
  margin: 20px 0 20px 0;
}
.row.main-content .col-1-1:last-of-type .module .image-container::after {
  height: calc(100% - 80px);
}
@media only screen and (max-width: 799px) {
  .row.main-content .col-1-1:last-of-type .module .image-container {
    padding: 0 20px 20px 0;
  }
  .row.main-content .col-1-1:last-of-type .module .image-container::after {
    top: 40px;
    right: 0px;
    width: calc(100% - 20px);
    height: calc(100% - 60px);
  }
}

.row.main-recent-posts {
  background-color: #e9e9e9;
  padding: 80px 0 0 0;
}
.row.main-recent-posts .col-1-1 .module {
  float: none;
  margin: 0 auto 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 639px) {
  .row.main-recent-posts .col-1-1 .module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row.main-recent-posts .col-1-1 .module h2 {
  width: auto;
  line-height: 1;
  padding: 0;
  color: #28272b;
}
@media only screen and (max-width: 639px) {
  .row.main-recent-posts .col-1-1 .module h2 {
    padding: 0 0 20px 0;
  }
}
.row.main-recent-posts .col-1-1 .module .btn {
  margin: 0;
}

.col-1-3 .module.blogpost-container {
  margin-bottom: 80px;
}
.col-1-3 .module.blogpost-container .header-container {
  padding-top: 100%;
  background-color: #ffffff;
  position: relative;
  display: block;
}
.col-1-3 .module.blogpost-container .header-container .categorie {
  background-color: #905A9E;
  padding: 10px 15px;
  text-transform: uppercase;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  margin-right: auto;
  color: #ffffff;
  font-family: "Century Gotic", Sans-serif;
  position: absolute;
  top: 0px;
  left: 0px;
}
.col-1-3 .module.blogpost-container .header-container .image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 55%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.col-1-3 .module.blogpost-container .header-container .image-container img {
  -webkit-animation: out 2s;
          animation: out 2s;
}
.col-1-3 .module.blogpost-container .header-container .image-container:hover img {
  -webkit-animation: in 2s;
          animation: in 2s;
}
@-webkit-keyframes in {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
  }
}
@-webkit-keyframes out {
  from {
    -webkit-transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
.col-1-3 .module.blogpost-container .header-container .posted-date {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 15px;
  text-transform: uppercase;
  color: #ADACAF;
  font-family: "Heebo", Sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 1280px) {
  .col-1-3 .module.blogpost-container .header-container .posted-date {
    bottom: 10px;
    left: 20px;
  }
}
.col-1-3 .module.blogpost-container .content-container {
  padding: 0 40px 40px 40px;
  background: #ffffff;
  float: right;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.col-1-3 .module.blogpost-container .content-container h3 {
  margin: 20px 10px;
  text-align: center;
  color: #28272b;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: unset;
  padding: 0 0 20px 0;
}
.col-1-3 .module.blogpost-container .content-container .btn {
  min-width: auto !important;
  width: auto !important;
  float: right;
}
@media only screen and (max-width: 479px) {
  .col-1-3 .module.blogpost-container .content-container .btn {
    width: 100% !important;
    max-width: none !important;
  }
}
@media only screen and (max-width: 1119px) {
  .col-1-3 {
    width: 100%;
  }
  .col-1-3 .module.blogpost-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1119px) and (max-width: 639px) {
  .col-1-3 .module.blogpost-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 1119px) {
  .col-1-3 .module.blogpost-container .header-container {
    width: 50%;
    padding-top: 50%;
  }
}
@media only screen and (max-width: 1119px) and (max-width: 639px) {
  .col-1-3 .module.blogpost-container .header-container {
    width: 100%;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 1119px) {
  .col-1-3 .module.blogpost-container .content-container {
    width: 50%;
    position: relative;
    background: #ffffff;
  }
}
@media only screen and (max-width: 1119px) and (max-width: 639px) {
  .col-1-3 .module.blogpost-container .content-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1119px) {
  .col-1-3 .module.blogpost-container .content-container h3 {
    margin-top: 0;
  }
  .col-1-3 .module.blogpost-container .content-container .btn {
    letter-spacing: initial;
    padding: 6px 15px;
  }
}
@media only screen and (max-width: 1119px) and (max-width: 1119px) {
  .col-1-3 .module.blogpost-container .content-container .btn {
    padding: 6px 30px;
  }
}

.no-blog-result {
  max-width: 100%;
}
.no-blog-result p {
  color: #e9e9e9;
  font-weight: 600;
  font-size: 22px;
  max-width: 100%;
}

.row.main-blog-items {
  position: relative;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.row.main-blog-items::before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  background-color: red;
  position: absolute;
  top: 0;
  z-index: -2;
  background-image: linear-gradient(#905a9e 0, #905a9e 550px, #e9e9e9 444px, #e9e9e9 100%);
}
.row.main-blog-items::after {
  content: "";
  height: 444px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(144, 90, 158, 0.9)), to(rgba(144, 90, 158, 0.9))), url(../img/solvinity-blogs-background.jpg);
  background-image: linear-gradient(rgba(144, 90, 158, 0.9) 0, rgba(144, 90, 158, 0.9) 100%), url(../img/solvinity-blogs-background.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media only screen and (max-width: 1119px) {
  .row.main-blog-items::after {
    height: 300px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-blog-items::after {
    height: 350px;
  }
}
.row.main-blog-items .col-1-1 .module h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  max-width: 960px;
  float: none;
  padding: 0;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 479px) {
  .row.main-blog-items .col-1-1 .module h1 {
    font-size: 30px;
    margin: 0 auto 20px auto;
  }
}
.row.main-blog-items .col-1-1 .module h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  max-width: 960px;
  float: none;
  padding: 0;
  margin: 0 auto 80px auto;
}
@media only screen and (max-width: 479px) {
  .row.main-blog-items .col-1-1 .module h2 {
    font-size: 20px;
  }
}
.row.main-blog-items .loader-container {
  opacity: 0;
  position: absolute;
  top: 360px;
  left: 40px;
  width: calc(100% - 80px);
  height: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  pointer-events: none;
}
.row.main-blog-items .loader-container.loading {
  opacity: 1;
  z-index: 99;
}
@media only screen and (max-width: 959px) {
  .row.main-blog-items .loader-container {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.row.main-blog-items .loader-container [class*=col-] {
  padding: 0;
}
.row.main-blog-items .loader-container [class*=col-] .module .loader {
  display: block;
  position: relative;
  width: 112px;
  height: 52px;
  left: 50%;
  margin-left: -56px;
}
.row.main-blog-items .loader-container [class*=col-] .module .loader div {
  position: absolute;
  top: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e9e9e9;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.row.main-blog-items .loader-container [class*=col-] .module .loader div:nth-child(1) {
  left: 6px;
  -webkit-animation: loader1 0.6s infinite;
          animation: loader1 0.6s infinite;
}
.row.main-blog-items .loader-container [class*=col-] .module .loader div:nth-child(2) {
  left: 6px;
  -webkit-animation: loader2 0.6s infinite;
          animation: loader2 0.6s infinite;
}
.row.main-blog-items .loader-container [class*=col-] .module .loader div:nth-child(3) {
  left: 46px;
  -webkit-animation: loader2 0.6s infinite;
          animation: loader2 0.6s infinite;
}
.row.main-blog-items .loader-container [class*=col-] .module .loader div:nth-child(4) {
  left: 85px;
  -webkit-animation: loader3 0.6s infinite;
          animation: loader3 0.6s infinite;
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loader1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes loader3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes loader2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(39px, 0);
            transform: translate(39px, 0);
  }
}
@keyframes loader2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(39px, 0);
            transform: translate(39px, 0);
  }
}
.row.main-blog-items .blog-items-container {
  min-height: 750px;
}
@media only screen and (max-width: 1119px) {
  .row.main-blog-items .blog-items-container {
    min-height: 550px;
  }
}
@media only screen and (max-width: 959px) {
  .row.main-blog-items .blog-items-container {
    min-height: 500px;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-blog-items .blog-items-container {
    min-height: 450px;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-blog-items .blog-items-container {
    min-height: 800px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-blog-items .blog-items-container {
    min-height: 700px;
  }
}
.row.main-blog-items .blog-items-container.loading {
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.row.main-blog-items .blog-items-container.loading .btn {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.row.main-blog-items .blog-items-container .pagination-container {
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background: transparent;
  margin: 0 0 20px 0;
}
.row.main-blog-items .blog-items-container .pagination-container a,
.row.main-blog-items .blog-items-container .pagination-container span {
  display: block;
  float: left;
  width: 35px;
  height: 52px;
  text-align: center;
  color: #ffffff;
  opacity: 0.8;
}
.row.main-blog-items .blog-items-container .pagination-container a.current,
.row.main-blog-items .blog-items-container .pagination-container span.current {
  opacity: 1;
  font-weight: 700;
}
.row.main-blog-items .blog-items-container .pagination-container a i,
.row.main-blog-items .blog-items-container .pagination-container span i {
  line-height: 52px;
  text-align: center;
}
.row.main-blog-items .blog-items-container .pagination-container span {
  width: 20px;
}
.row.main-blog-items .blog-items-container .pagination-container a.prev,
.row.main-blog-items .blog-items-container .pagination-container a.next {
  opacity: 1;
  position: relative;
  top: 6px;
}
.row.main-blog-items .blog-items-container .pagination-container:after {
  display: none;
}
.row.main-blog-items .posts-filter {
  margin: 0 0 40px 0;
}
.row.main-blog-items .posts-filter ul {
  position: relative;
  padding: 0;
  margin: 0 0 20px 0;
}
.row.main-blog-items .posts-filter ul li {
  font-size: 16px;
  font-weight: 200;
  font-family: "Century Gotic", Sans-serif;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 0 20px;
  line-height: 40px;
  margin: 0 0 5px 0;
  cursor: pointer;
  width: auto;
  float: left;
}
.row.main-blog-items .posts-filter ul li:not(:last-of-type) {
  margin: 0 10px 5px 0;
}
.row.main-blog-items .posts-filter ul li:before {
  display: none;
}
.row.main-blog-items .posts-filter ul li.selected {
  background-color: #ffffff;
  color: #28272b;
}
.row.main-blog-items .posts-filter ul li input {
  display: none;
}
.row.main-blog-items .posts-filter .select-container {
  position: relative;
}
.row.main-blog-items .posts-filter .select-container:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  height: 50px;
  width: 50px;
  font-size: 22px;
  margin: 0 0 0 0;
  color: #007d32;
  text-align: center;
  pointer-events: none;
}
@media only screen and (max-width: 639px) {
  .row.main-blog-items .posts-filter .select-container:after {
    margin: 0;
  }
}
.row.main-blog-items .posts-filter .select-container select {
  background: #636363;
  font-size: 16px;
  font-weight: 200;
  font-family: "Century Gotic", Sans-serif;
  color: #28272b;
  border: none;
  padding: 16px 20px;
  margin: 0 0 20px 0;
}
.row.main-blog-items .posts-filter .search-container {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0;
}
.row.main-blog-items .posts-filter .search-container input {
  height: 50px;
  width: 100%;
  padding: 0 20px 0 40px;
  font-size: 16px;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}
.row.main-blog-items .posts-filter .search-container input::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 200;
}
.row.main-blog-items .posts-filter .search-container input::-moz-placeholder {
  color: #ffffff;
  font-weight: 200;
}
.row.main-blog-items .posts-filter .search-container input:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 200;
}
.row.main-blog-items .posts-filter .search-container input::-ms-input-placeholder {
  color: #ffffff;
  font-weight: 200;
}
.row.main-blog-items .posts-filter .search-container input::placeholder {
  color: #ffffff;
  font-weight: 200;
}
.row.main-blog-items .posts-filter .search-container button {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  float: left;
  pointer-events: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
}
.row.main-blog-items .posts-filter .search-container button:after {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.row.main-blog-items .posts-filter .search-container button:hover {
  background: rgba(144, 90, 158, 0.8);
  cursor: pointer;
}
.row.main-blog-items .posts-filter .search-container input:focus ~ button:after {
  -webkit-transform: translateX(-50px) scale(0);
          transform: translateX(-50px) scale(0);
}
.row.main-blog-items .posts-filter .submit-container button {
  float: right;
  left: 0;
  max-width: 100%;
  -webkit-transform: none;
  transform: none;
}
@media only screen and (max-width: 639px) {
  .row.main-blog-items .posts-filter .submit-container button {
    max-width: 100%;
  }
}
.row.main-blog-items .posts-filter .submit-container button span {
  background: #636363;
}
.row.main-blog-items .posts-filter .submit-container button:hover span {
  color: #636363;
  background: none;
}
.row.main-blog-items .posts-filter .submit-container a.button {
  max-width: 100%;
  margin: 20px 0 0 0;
}
.row.main-blog-items .posts-filter .submit-container a.button.hidden {
  display: none;
}
.row.main-blog-items .posts-filter .submit-container a.button span {
  background: #636363;
}
.row.main-blog-items .posts-filter .submit-container a.button:hover span {
  color: #636363;
  background: none;
}

.row.main-team {
  padding: 80px 0 0 0;
}
.row.main-team::before {
  content: "";
  height: 444px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(40, 39, 43, 0.8)), to(rgba(40, 39, 43, 0.5))), url(../img/solvinity-team-background.jpg);
  background-image: linear-gradient(rgba(40, 39, 43, 0.8) 0, rgba(40, 39, 43, 0.5) 100%), url(../img/solvinity-team-background.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media only screen and (max-width: 1280px) {
  .row.main-team::before {
    height: 417px;
  }
}
@media only screen and (max-width: 1119px) {
  .row.main-team::before {
    height: 350px;
  }
}
.row.main-team .col-1-1 .module h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  max-width: 960px;
  float: none;
  padding: 0;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 479px) {
  .row.main-team .col-1-1 .module h2 {
    font-size: 30px;
    margin: 0 auto 20px auto;
  }
}
.row.main-team .col-1-1 .module h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  max-width: 960px;
  float: none;
  padding: 0;
  margin: 0 auto 80px auto;
}
@media only screen and (max-width: 479px) {
  .row.main-team .col-1-1 .module h3 {
    font-size: 20px;
  }
}
.row.main-team .col-1-3 {
  margin: 0 0 80px 0;
}
.row.main-team .col-1-3:nth-of-type(2n+3) .solvineer-container .header-container {
  background-color: #905A9E;
}
.row.main-team .col-1-3:nth-of-type(2n+3) .solvineer-container .content-container .function {
  color: #905A9E;
}
.row.main-team .col-1-3:nth-of-type(2n+3) .solvineer-container .content-container ul li a i {
  background-color: #905A9E;
}
.row.main-team .col-1-3:nth-of-type(2n+3) .solvineer-container .content-container ul li a::after {
  background-color: #905A9E;
}
.row.main-team .col-1-3 .solvineer-container .header-container {
  padding-top: 100%;
  background-color: #007d32;
  position: relative;
  display: block;
}
.row.main-team .col-1-3 .solvineer-container .header-container .department {
  background-color: #28272b;
  padding: 5px 20px;
  text-transform: uppercase;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  margin-right: auto;
  color: #ffffff;
  font-family: Arial;
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 10px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1280px) {
  .row.main-team .col-1-3 .solvineer-container .header-container .department {
    top: 20px;
    left: 20px;
  }
}
.row.main-team .col-1-3 .solvineer-container .header-container .image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 55%;
  height: auto;
}
.row.main-team .col-1-3 .solvineer-container .header-container .image-container img {
  border-radius: 50%;
}
.row.main-team .col-1-3 .solvineer-container .content-container {
  padding: 20px 20px 0 20px;
}
.row.main-team .col-1-3 .solvineer-container .content-container h3 {
  color: #28272b;
  font-weight: 700;
  padding: 0;
}
.row.main-team .col-1-3 .solvineer-container .content-container .function {
  color: #007d32;
  font-weight: 700;
  font-size: 18px;
}
.row.main-team .col-1-3 .solvineer-container .content-container .description {
  padding: 0 0 40px 0;
  font-family: "Arial", sans-serif;
}
.row.main-team .col-1-3 .solvineer-container .content-container ul {
  padding: 0;
}
.row.main-team .col-1-3 .solvineer-container .content-container ul li {
  padding: 0;
}
.row.main-team .col-1-3 .solvineer-container .content-container ul li:not(:last-of-type) {
  margin: 0 0 10px 0;
}
.row.main-team .col-1-3 .solvineer-container .content-container ul li::before {
  display: none;
}
.row.main-team .col-1-3 .solvineer-container .content-container ul li a {
  line-height: 40px;
  color: #28272b;
  font-weight: 700;
  font-family: "Century Gotic", Sans-serif;
  width: auto;
  position: relative;
}
.row.main-team .col-1-3 .solvineer-container .content-container ul li a i {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background-color: #007d32;
  margin-right: 20px;
  -webkit-mask-box-image: url(../img/solvinity-circle.svg);
  mask-border: url(../img/solvinity-circle.svg);
  -webkit-mask: url(../img/solvinity-circle.svg);
  mask: url(../img/solvinity-circle.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.row.main-team .col-1-3 .solvineer-container .content-container ul li a::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #007d32;
  position: absolute;
  bottom: -5px;
  left: 50%;
  top: auto;
  -webkit-transform: scale(0) translateX(-50%);
          transform: scale(0) translateX(-50%);
  -webkit-transform-origin: 0%;
          transform-origin: 0%;
}
.row.main-team .col-1-3 .solvineer-container .content-container ul li a:hover::after {
  -webkit-transform: scale(1) translateX(-50%);
          transform: scale(1) translateX(-50%);
}
@media only screen and (max-width: 1119px) {
  .row.main-team .col-1-3 {
    width: 100%;
  }
  .row.main-team .col-1-3 .module.solvineer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 1119px) and (max-width: 799px) {
  .row.main-team .col-1-3 .module.solvineer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1119px) {
  .row.main-team .col-1-3 .module.solvineer-container .header-container {
    width: 50%;
    padding-top: 50%;
  }
}
@media only screen and (max-width: 1119px) and (max-width: 799px) {
  .row.main-team .col-1-3 .module.solvineer-container .header-container {
    width: 75%;
    padding-top: 75%;
  }
}
@media only screen and (max-width: 1119px) and (max-width: 639px) {
  .row.main-team .col-1-3 .module.solvineer-container .header-container {
    width: 100%;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 1119px) {
  .row.main-team .col-1-3 .module.solvineer-container .content-container {
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.4%, rgba(255, 255, 255, 0)), color-stop(0.4%, rgba(255, 255, 255, 0)), color-stop(0.4%, #ffffff), color-stop(99.4%, #ffffff), color-stop(99.4%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0.4%, rgba(255, 255, 255, 0) 0.4%, #ffffff 0.4%, #ffffff 99.4%, rgba(255, 255, 255, 0) 99.4%, rgba(255, 255, 255, 0) 100%);
  }
}
@media only screen and (max-width: 1119px) and (max-width: 799px) {
  .row.main-team .col-1-3 .module.solvineer-container .content-container {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.4%, rgba(255, 255, 255, 0)), color-stop(0.4%, rgba(255, 255, 255, 0)), color-stop(0.4%, #ffffff), color-stop(99.4%, #ffffff), color-stop(99.4%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0.4%, rgba(255, 255, 255, 0) 0.4%, #ffffff 0.4%, #ffffff 99.4%, rgba(255, 255, 255, 0) 99.4%, rgba(255, 255, 255, 0) 100%);
  }
}
@media only screen and (max-width: 1119px) and (max-width: 799px) {
  .row.main-team .col-1-3 .module.solvineer-container .content-container {
    width: 75%;
  }
}
@media only screen and (max-width: 1119px) and (max-width: 639px) {
  .row.main-team .col-1-3 .module.solvineer-container .content-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1119px) {
  .row.main-team .col-1-3 .module.solvineer-container .content-container h3 {
    margin-top: 0;
  }
  .row.main-team .col-1-3 .module.solvineer-container .content-container .btn {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.row.main-recruiters {
  padding: 80px 0 0 0;
  background-color: #f6f6f6;
  background-image: linear-gradient(#905a9e 0, #905a9e 150px, #f6f6f6 10px, #f6f6f6 100%);
}
.row.main-recruiters .col-1-1 h2 {
  color: #ffffff;
  display: none;
}
@media only screen and (max-width: 1280px) {
  .row.main-recruiters .col-1-1 h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 1280px) {
  .row.main-recruiters .col-1-2 {
    width: 75%;
    float: none;
    margin: auto;
  }
}
@media only screen and (max-width: 959px) {
  .row.main-recruiters .col-1-2 {
    width: 100%;
  }
}
.row.main-recruiters .col-1-2 .module.recruiter-container {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 639px) {
  .row.main-recruiters .col-1-2 .module.recruiter-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row.main-recruiters .col-1-2 .module.recruiter-container .header-container {
  width: 50%;
  padding-top: 50%;
  background-color: #ffffff;
  position: relative;
  display: block;
}
@media only screen and (max-width: 639px) {
  .row.main-recruiters .col-1-2 .module.recruiter-container .header-container {
    width: 100%;
    padding-top: 100%;
  }
}
.row.main-recruiters .col-1-2 .module.recruiter-container .header-container .image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 60%;
}
.row.main-recruiters .col-1-2 .module.recruiter-container .header-container .image-container img {
  border-radius: 50%;
}
.row.main-recruiters .col-1-2 .module.recruiter-container .content-container {
  width: 50%;
  padding: 40px;
  background-color: #ffffff;
  float: right;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 639px) {
  .row.main-recruiters .col-1-2 .module.recruiter-container .content-container {
    width: 100%;
    padding: 0;
    padding-top: 100%;
  }
}
.row.main-recruiters .col-1-2 .module.recruiter-container .content-container .adres-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 639px) {
  .row.main-recruiters .col-1-2 .module.recruiter-container .content-container .adres-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.row.main-recruiters .col-1-2 .module.recruiter-container .content-container .adres-container .name {
  background-color: #28272b;
  padding: 5px 20px;
  text-transform: uppercase;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  font-family: Arial;
  position: relative;
  font-size: 10px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.row.main-recruiters .col-1-2 .module.recruiter-container .content-container .adres-container ul {
  padding: 0;
}
.row.main-recruiters .col-1-2 .module.recruiter-container .content-container .adres-container ul li {
  padding: 0;
}
.row.main-recruiters .col-1-2 .module.recruiter-container .content-container .adres-container ul li:not(:last-of-type) {
  margin: 0 0 10px 0;
}
.row.main-recruiters .col-1-2 .module.recruiter-container .content-container .adres-container ul li::before {
  display: none;
}
.row.main-recruiters .col-1-2 .module.recruiter-container .content-container .adres-container ul li a {
  line-height: 40px;
  color: #28272b;
  font-weight: 700;
  font-family: "Century Gotic", Sans-serif;
  width: auto;
  position: relative;
  margin: 0 0 5px 0;
}
.row.main-recruiters .col-1-2 .module.recruiter-container .content-container .adres-container ul li a i {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background-color: #905A9E;
  margin-right: 20px;
  -webkit-mask-box-image: url(../img/solvinity-circle.svg);
  mask-border: url(../img/solvinity-circle.svg);
  -webkit-mask: url(../img/solvinity-circle.svg);
  mask: url(../img/solvinity-circle.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media only screen and (max-width: 479px) {
  .row.main-recruiters .col-1-2 .module.recruiter-container .content-container .adres-container ul li a i {
    margin-right: 10px;
    color: #905A9E;
    background-color: transparent;
    width: 20px;
    height: auto;
    line-height: 1.2;
    -webkit-mask-box-image: none;
    mask-border: none;
    -webkit-mask: none;
    mask: none;
  }
}
.row.main-recruiters .col-1-2 .module.recruiter-container .content-container .adres-container ul li a::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #905A9E;
  position: absolute;
  bottom: -5px;
  left: 50%;
  top: auto;
  -webkit-transform: scale(0) translateX(-50%);
          transform: scale(0) translateX(-50%);
  -webkit-transform-origin: 0%;
          transform-origin: 0%;
}
.row.main-recruiters .col-1-2 .module.recruiter-container .content-container .adres-container ul li a:hover::after {
  -webkit-transform: scale(1) translateX(-50%);
          transform: scale(1) translateX(-50%);
}
.row.main-recruiters .col-1-2 .module.recruiter-container .content-container .adres-container .btn {
  min-width: auto !important;
  font-size: 10px;
  letter-spacing: 3px;
  padding: 10px 15px;
}

.row.main-locations {
  padding: 30px 0 0 0;
  background-color: #e9e9e9;
}
@media only screen and (max-width: 1280px) {
  .row.main-locations .col-1-1 h2 {
    text-align: center;
  }
}
.row.main-locations .col-1-4 {
  float: left;
  padding: 0 30px 0 0;
  width: calc(25% - 13px);
}
@media only screen and (max-width: 1280px) {
  .row.main-locations .col-1-4 {
    margin: auto;
  }
}
@media only screen and (max-width: 959px) {
  .row.main-locations .col-1-4 {
    width: calc(50% - 25px);
  }
}
@media only screen and (max-width: 639px) {
  .row.main-locations .col-1-4 {
    width: calc(100% - 80px);
    padding-right: 0;
  }
}
.row.main-locations .col-1-4 .module.location-container {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 639px) {
  .row.main-locations .col-1-4 .module.location-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row.main-locations .col-1-4 .module.location-container .header-container {
  background-color: #ffffff;
  position: relative;
  display: block;
}
@media only screen and (max-width: 639px) {
  .row.main-locations .col-1-4 .module.location-container .header-container {
    width: 100%;
  }
}
.row.main-locations .col-1-4 .module.location-container .content-container {
  padding: 30px 20px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 639px) {
  .row.main-locations .col-1-4 .module.location-container .content-container {
    width: 100%;
    padding: 0;
  }
}
.row.main-locations .col-1-4 .module.location-container .content-container .adres-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 639px) {
  .row.main-locations .col-1-4 .module.location-container .content-container .adres-container {
    width: 100%;
    height: 100%;
    padding: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.row.main-locations .col-1-4 .module.location-container .content-container .adres-container .locations {
  background-color: #905A9E;
  padding: 10px 15px;
  text-transform: uppercase;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Century Gotic", Sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}
.row.main-locations .col-1-4 .module.location-container .content-container .adres-container .adres {
  text-align: center;
}
.row.main-locations .col-1-4 .module.location-container .content-container .adres-container .adres .street {
  width: 100%;
}
.row.main-locations .col-1-4 .module.location-container .content-container .adres-container .btn {
  min-width: auto !important;
  padding: 10px 15px;
  margin: 0 auto;
  letter-spacing: initial;
}
@media only screen and (max-width: 1119px) {
  .row.main-locations .col-1-4 .module.location-container .content-container .adres-container .btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 959px) {
  .row.main-locations .col-1-4 .module.location-container .content-container .adres-container .btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-locations .col-1-4 .module.location-container .content-container .adres-container .btn {
    width: 100%;
  }
}
.row.main-locations .col-1-4 .module.location-container .content-container .adres-container .btn:after {
  display: none;
}

.row.main-contact {
  padding: 80px 0 0 0;
}
.row.main-contact::before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  background-image: linear-gradient(#905a9e 0, #905a9e 444px, #e9e9e9 444px, #e9e9e9 100%);
}
@media only screen and (max-width: 1280px) {
  .row.main-contact::before {
    background-image: linear-gradient(#905a9e 0, #905a9e 417px, #e9e9e9 417px, #e9e9e9 100%);
  }
}
@media only screen and (max-width: 1119px) {
  .row.main-contact::before {
    background-image: linear-gradient(#905a9e 0, #905a9e 350px, #e9e9e9 350px, #e9e9e9 100%);
  }
}
.row.main-contact .col-1-1 .module.title-container h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  max-width: 960px;
  float: none;
  padding: 0;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 479px) {
  .row.main-contact .col-1-1 .module.title-container h1 {
    font-size: 30px;
    margin: 0 auto 20px auto;
  }
}
.row.main-contact .col-1-1 .module.title-container h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  max-width: 960px;
  float: none;
  padding: 0;
  margin: 0 auto 80px auto;
}
@media only screen and (max-width: 479px) {
  .row.main-contact .col-1-1 .module.title-container h2 {
    font-size: 20px;
  }
}
.row.main-contact .col-1-1 .module.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 2px);
}
@media only screen and (max-width: 959px) {
  .row.main-contact .col-1-1 .module.contact-container {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-contact .col-1-1 .module.contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row.main-contact .col-1-1 .module.contact-container .image-container {
  width: calc(50% - 15px);
  margin-right: 15px;
}
@media only screen and (max-width: 639px) {
  .row.main-contact .col-1-1 .module.contact-container .image-container {
    width: 100%;
    margin-right: 0;
  }
}
.row.main-contact .col-1-1 .module.contact-container .information-container {
  width: calc(50% - 15px);
  margin-left: 15px;
  background-color: #ffffff;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1119px) {
  .row.main-contact .col-1-1 .module.contact-container .information-container {
    padding: 55px 40px 25px 40px;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-contact .col-1-1 .module.contact-container .information-container {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-contact .col-1-1 .module.contact-container .information-container {
    padding: 40px 40px;
    position: static;
  }
}
.row.main-contact .col-1-1 .module.contact-container .information-container .information-label {
  background-color: #905A9E;
  padding: 5px 20px;
  text-transform: uppercase;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  margin-right: auto;
  color: #ffffff;
  font-family: "Century Gotic", Sans-serif;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media only screen and (max-width: 479px) {
  .row.main-contact .col-1-1 .module.contact-container .information-container .information-label {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-contact .col-1-1 .module.contact-container .information-container .adres-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 639px) {
  .row.main-contact .col-1-1 .module.contact-container .information-container .adres-container {
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-contact .col-1-1 .module.contact-container .information-container .adres-container {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    text-align: center;
  }
}
.row.main-contact .col-1-1 .module.contact-container .information-container .adres-container .adres {
  font-size: 20px;
}
@media only screen and (max-width: 799px) {
  .row.main-contact .col-1-1 .module.contact-container .information-container .adres-container .adres {
    font-size: 16px;
  }
}
.row.main-contact .col-1-1 .module.contact-container .information-container .adres-container .adres .street {
  width: 100%;
}
.row.main-contact .col-1-1 .module.contact-container .information-container .adres-container ul {
  padding: 0;
}
.row.main-contact .col-1-1 .module.contact-container .information-container .adres-container ul li {
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .row.main-contact .col-1-1 .module.contact-container .information-container .adres-container ul li {
    text-align: center;
  }
}
.row.main-contact .col-1-1 .module.contact-container .information-container .adres-container ul li:not(:last-of-type) {
  margin: 0 0 10px 0;
}
.row.main-contact .col-1-1 .module.contact-container .information-container .adres-container ul li::before {
  display: none;
}
.row.main-contact .col-1-1 .module.contact-container .information-container .adres-container ul li a {
  line-height: 40px;
  color: #28272b;
  font-weight: 700;
  font-family: "Century Gotic", Sans-serif;
  width: auto;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .row.main-contact .col-1-1 .module.contact-container .information-container .adres-container ul li a {
    font-weight: 500;
    line-height: 1.2;
  }
}
.row.main-contact .col-1-1 .module.contact-container .information-container .adres-container ul li a i {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background-color: #905A9E;
  margin-right: 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 479px) {
  .row.main-contact .col-1-1 .module.contact-container .information-container .adres-container ul li a i {
    margin-right: 10px;
    color: #905A9E;
    background-color: transparent;
    width: 20px;
    height: auto;
    line-height: 1.2;
    float: none;
    display: inline-block;
    -webkit-mask-box-image: none;
    mask-border: none;
    -webkit-mask: none;
    mask: none;
  }
}
.row.main-contact .col-1-1 .module.contact-container .information-container .adres-container ul li a::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #905A9E;
  position: absolute;
  bottom: -5px;
  left: 50%;
  top: auto;
  -webkit-transform: scale(0) translateX(-50%);
          transform: scale(0) translateX(-50%);
  -webkit-transform-origin: 0%;
          transform-origin: 0%;
}
.row.main-contact .col-1-1 .module.contact-container .information-container .adres-container ul li a:hover::after {
  -webkit-transform: scale(1) translateX(-50%);
          transform: scale(1) translateX(-50%);
}

#CybotCookiebotDialog {
  -webkit-box-shadow: 0px -16px 16px 0px rgba(40, 39, 43, 0.1) !important;
          box-shadow: 0px -16px 16px 0px rgba(40, 39, 43, 0.1) !important;
  padding-bottom: 0 !important;
  width: 100% !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  max-height: 100% !important;
  overflow: scroll !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody {
  padding-right: 16px !important;
  max-width: 1120px !important;
}
@media only screen and (min-width: 640px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBody {
    padding-right: 48px !important;
  }
}
@media only screen and (min-width: 1280px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBody {
    padding-right: 96px !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent {
  padding-top: 48px;
  padding-bottom: 24px;
  padding-left: 16px !important;
}
@media only screen and (min-width: 640px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent {
    padding-left: 48px !important;
  }
}
@media only screen and (min-width: 1280px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent {
    padding-left: 96px !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentTitle {
  color: #28272b;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Heebo";
  font-weight: 700;
  letter-spacing: 0.6px;
  background: #ffffff;
  padding: 0 0 24px 0;
  margin: 0;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentText {
  font-family: "Century Gotic";
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  color: #28272b;
  letter-spacing: 0.6px;
  background: #ffffff;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons {
  margin: 0;
  padding-bottom: 24px;
  padding-left: 16px !important;
}
@media only screen and (min-width: 640px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons {
    padding-left: 48px !important;
  }
}
@media only screen and (min-width: 1280px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons {
    padding-left: 96px !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline,
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails {
  font-family: "Century Gotic";
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 3px;
  padding: 16px;
  border: none;
  border-radius: 4px;
  min-width: 240px;
  width: calc(100% - 32px) !important;
  margin: 0 !important;
  margin-bottom: 24px !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 640px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline,
  #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept,
  #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails {
    width: auto !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline {
  margin-right: 16px !important;
  background: #d0d0d0;
}
@media only screen and (min-width: 640px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline {
    margin-right: 48px !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline:hover {
  cursor: pointer;
  -webkit-animation: pulse 0.5s 1;
          animation: pulse 0.5s 1;
  background: #b6b6b6;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline:after {
  background: transparent url(https://www.werkenbijsolvinity.nl/wp-content/themes/switchreclamebureau/img/solvinity-arrow-right-single.svg) no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 16px 16px;
  position: relative;
  top: 2px;
  margin-left: 20px;
  content: "";
  z-index: 999;
  border-radius: 0;
  left: 0;
  top: 2px;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept {
  background: #007d32;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept:hover {
  -webkit-box-shadow: 0px 15px 20px -10px rgba(0, 125, 50, 0.6) !important;
          box-shadow: 0px 15px 20px -10px rgba(0, 125, 50, 0.6) !important;
  background: #007d32;
  cursor: pointer;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept:hover::after {
  margin-left: 30px;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept:after {
  background: transparent url(https://www.werkenbijsolvinity.nl/wp-content/themes/switchreclamebureau/img/solvinity-arrow-right-single.svg) no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 16px 16px;
  position: relative;
  top: 2px;
  margin-left: 20px;
  content: "";
  z-index: 999;
  border-radius: 0;
  left: 0;
  top: 2px;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails {
  color: #28272b;
  background-image: none !important;
  padding: 16px 0;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails:hover {
  text-decoration: none;
}

footer .row {
  background: #28272b;
  padding: 90px 0;
}
footer .row .module .address {
  width: 66.6666666667%;
}
@media only screen and (max-width: 1119px) {
  footer .row .module .address {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
footer .row .module .address h3 {
  text-align: left;
  color: #fff;
  line-height: 1.2;
  font-size: 38px;
  font-weight: 400;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 799px) {
  footer .row .module .address h3 {
    text-align: center;
    padding: 0 0 40px 0;
  }
}
@media only screen and (max-width: 479px) {
  footer .row .module .address h3 {
    font-size: 30px;
  }
}
footer .row .module .address ul {
  width: auto;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 799px) {
  footer .row .module .address ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .row .module .address ul li {
  color: #ffffff;
  height: 50px;
  padding: 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 799px) {
  footer .row .module .address ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 0 0 10px 0;
  }
  footer .row .module .address ul li:after {
    display: none;
  }
}
footer .row .module .address ul li a {
  color: #ffffff;
}
footer .row .module .address ul li a.logo {
  width: auto;
  height: 25px;
}
footer .row .module .address ul li a.logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
footer .row .module .address ul li a:hover {
  color: #905A9E;
}
footer .row .module .address ul li:before {
  display: none;
}
footer .row .module .address ul li:not(:last-of-type)::after {
  content: "●";
  margin: 0 15px;
  color: #ffffff;
}
@media only screen and (max-width: 799px) {
  footer .row .module .address ul li:not(:last-of-type)::after {
    margin: 10px 0;
  }
}
footer .row .module .social {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1119px) {
  footer .row .module .social {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
footer .row .module .social h3 {
  text-align: left;
  color: #fff;
  line-height: 1.2;
  font-size: 38px;
  font-weight: 400;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 799px) {
  footer .row .module .social h3 {
    text-align: center;
    padding: 0 0 40px 0;
  }
}
@media only screen and (max-width: 479px) {
  footer .row .module .social h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 799px) {
  footer .row .module .social ul {
    text-align: center;
  }
}
footer .row .module .social ul li {
  float: left;
  line-height: 50px;
  padding: 0;
  width: auto;
}
@media only screen and (max-width: 799px) {
  footer .row .module .social ul li {
    float: none;
  }
}
footer .row .module .social ul li::before {
  display: none;
}
footer .row .module .social ul li:not(:last-of-type) {
  margin: 0 10px 0 0;
}
footer .row .module .social ul li a {
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  position: relative;
  color: #ffffff;
  z-index: 1;
  display: block;
}
footer .row .module .social ul li a:hover {
  background: #905A9E;
}
footer .row .module .social ul li a::before {
  font-size: 25px;
  color: currentColor;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
footer .row .module .social ul li a.facebook::before {
  content: "\f39e";
}
footer .row .module .social ul li a.twitter::before {
  content: "\e61b";
}
footer .row .module .social ul li a.linkedin::before {
  content: "\f0e1";
}
footer .row .module .privacy {
  width: 100%;
}
@media only screen and (max-width: 799px) {
  footer .row .module .privacy {
    text-align: center;
  }
}
footer .row .module .privacy p {
  color: #ffffff;
}
footer .row .module .privacy a {
  color: #ffffff;
  text-decoration: underline;
}
footer .row .module .privacy a:hover {
  color: #905A9E;
}

.row.main-basic {
  padding: 80px 0 80px 0;
  min-height: 350px;
  background-color: #e9e9e9;
}
.row.main-basic .module {
  float: none;
  max-width: 880px;
  margin: 0 auto;
}
.row.main-basic .module h1 {
  text-align: center;
}
.row.main-basic .module p {
  text-align: center;
}

.row.main-process {
  background-color: #905A9E;
}
.row.main-process .module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 65px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.row.main-process .module h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 959px) {
  .row.main-process .module h3 {
    width: 70%;
  }
}
@media only screen and (max-width: 799px) {
  .row.main-process .module h3 {
    text-align: center;
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 479px) {
  .row.main-process .module h3 {
    font-size: 20px;
    width: 100%;
  }
}
.row.main-process .module .process__container {
  margin-bottom: 20px;
}
.row.main-process .module .process__container .process__title p {
  display: block;
  position: relative;
  font-weight: 600;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
  padding: 16px 88px 16px 16px;
  background-color: #ffffff;
  background-size: 100%;
  background-position: center left;
}
@media only screen and (min-width: 640px) {
  .row.main-process .module .process__container .process__title p {
    padding: 16px 88px 16px 24px;
  }
}
.row.main-process .module .process__container .process__title p:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-image: url(../img/solvinity-arrow-right-single-purple.svg);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.row.main-process .module .process__container .process__title p:hover {
  cursor: pointer;
  background-size: 150%;
  background-position: center left;
}
.row.main-process .module .process__container .process__title.active p:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation: none;
          animation: none;
}
.row.main-process .module .process__container .process__text {
  position: relative;
  padding: 24px 24px 5px 24px;
  color: #ffffff;
  font-weight: 400;
  display: none;
}
.row.main-process .module .process__container .process__text a {
  color: #ffffff;
  text-decoration: underline;
}
.row.main-process .module .process__container .process__text a:hover {
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .row.main-process .module .process__container .process__text {
    padding: 48px 48px 28px 48px;
  }
}
.row.main-process .module .btn {
  margin-left: 40px;
}
@media only screen and (max-width: 799px) {
  .row.main-process .module .btn {
    margin-left: 0;
  }
}