/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,900|Montserrat:300,400,500,600,800');

.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 */
.uk-slider-container {
  /* 1 */
  overflow: hidden;
}

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 * 2. Create position context
 * 3. Disable horizontal panning gestures in IE11 and Edge
 */
.uk-slider-items > * {
  /* 1 */
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  /* 2 */
  position: relative;
  /* 3 */
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
  /* 5 */
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Animations for scrollspy
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}

/*
 * Slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  -webkit-animation-name: uk-fade-top-small;
  animation-name: uk-fade-top-small;
}

.uk-animation-slide-bottom-small {
  -webkit-animation-name: uk-fade-bottom-small;
  animation-name: uk-fade-bottom-small;
}

.uk-animation-slide-left-small {
  -webkit-animation-name: uk-fade-left-small;
  animation-name: uk-fade-left-small;
}

.uk-animation-slide-right-small {
  -webkit-animation-name: uk-fade-right-small;
  animation-name: uk-fade-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  -webkit-animation-name: uk-fade-top-medium;
  animation-name: uk-fade-top-medium;
}

.uk-animation-slide-bottom-medium {
  -webkit-animation-name: uk-fade-bottom-medium;
  animation-name: uk-fade-bottom-medium;
}

.uk-animation-slide-left-medium {
  -webkit-animation-name: uk-fade-left-medium;
  animation-name: uk-fade-left-medium;
}

.uk-animation-slide-right-medium {
  -webkit-animation-name: uk-fade-right-medium;
  animation-name: uk-fade-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
  -webkit-animation-name: uk-scale-kenburns;
  animation-name: uk-scale-kenburns;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

/* Enable animation only on hover
========================================================================== */
/*
 * Note: Firefox and IE needs this because animations are not triggered when switching between display `none` and `block`
 */
.uk-animation-toggle:not(:hover):not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }

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

  100% {
    opacity: 1;
  }
}

/*
 * Slide Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*
 * Slide Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*
 * Slide Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*
 * Slide Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*
 * Slide Top Small
 */
@-webkit-keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*
 * Slide Bottom Small
 */
@-webkit-keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*
 * Slide Left Small
 */
@-webkit-keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*
 * Slide Right Small
 */
@-webkit-keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*
 * Slide Top Medium
 */
@-webkit-keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*
 * Slide Bottom Medium
 */
@-webkit-keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*
 * Slide Left Medium
 */
@-webkit-keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*
 * Slide Right Medium
 */
@-webkit-keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*
 * Scale Up
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 * Scale Down
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 * Kenburns
 */
@-webkit-keyframes uk-scale-kenburns {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes uk-scale-kenburns {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/*
 * Shake
 */
@-webkit-keyframes uk-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }

  20% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  30% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }

  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  60% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  70% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }

  20% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  30% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }

  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  60% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  70% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body.mobile-menu-is-open {
  height: 100vh;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1199px) {
  .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.text-turquoise {
  color: #25e8da;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

@-webkit-keyframes arrowMove {
  0%,
  30%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes arrowMove {
  0%,
  30%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow-structure {
  height: 55px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.arrow-structure a {
  width: 120px;
  display: block;
  margin: 0 auto;
  padding-bottom: 35px;
  cursor: pointer;
  height: 75px;
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding-top: 20px;
}

.arrow-structure a img {
  display: block;
  width: 28px;
  margin: 0 auto;
  margin-top: 1px;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
}

.arrow-structure a:hover img {
  -webkit-animation: arrowMove 2s linear infinite forwards;
  animation: arrowMove 2s linear infinite forwards;
}

.arrow-structure-left,
.arrow-structure-right {
  overflow: hidden;
  width: 50%;
  position: absolute;
  height: 100%;
  top: 0;
}

.arrow-structure-left:before,
.arrow-structure-right:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.arrow-structure-left {
  left: 0;
}

.arrow-structure-left:before {
  -webkit-transform: skewX(42deg);
  transform: skewX(42deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.arrow-structure-right {
  right: 0;
}

.arrow-structure-right:before {
  -webkit-transform: skewX(-42deg);
  transform: skewX(-42deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

@media (max-width: 639px) {
  .arrow-structure {
    height: 40px;
  }
}

/** NEWS LIST ETC */
.c1-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

.c1-list-flex-item {
  width: 33.3333%;
}

@media (max-width: 959px) {
  .c1-list-flex-item {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .c1-list-flex-item {
    width: 100%;
  }
}

.c1-list-item {
  margin: 10px 15px;
  position: relative;
  z-index: 1;
  color: #fff;
  min-height: 520px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.c1-list-item:hover .c1-list-item-mask {
  background: #dc307d !important;
  opacity: 0.5;
}

.c1-list-item:hover .c1-list-item-btn button {
  background: #dc307d;
}

.c1-list-item:hover .c1-list-item-bg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 639px) {
  .c1-list-item {
    min-height: 0;
  }
}

.c1-list-item-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c1-list-item-mask {
  background: #472c85;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}

.c1-list-item-dimension {
  padding-top: 157%;
}

@media (max-width: 639px) {
  .c1-list-item-dimension {
    display: none;
  }
}

.c1-list-item-flex {
  position: absolute;
  padding: 55px 30px 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 639px) {
  .c1-list-item-flex {
    position: relative;
    left: auto;
    top: auto;
  }
}

.c1-list-item-date {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 15px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
}

.c1-list-item-date:before {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #00ffcb;
  background: #ff1a81;
}

.c1-list-item-title {
  position: relative;
  z-index: 3;
  margin-top: 45%;
}

.c1-list-item-title h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5em;
}

@media (max-width: 639px) {
  .c1-list-item-title {
    margin-top: 25%;
  }
}

@media (max-width: 479px) {
  .c1-list-item-title {
    margin-top: 45%;
  }
}

.c1-list-item-btn {
  position: relative;
  z-index: 3;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: absolute;
  bottom: 30px;
}

.c1-list-item-btn a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #20b8ad;
  color: #fff;
  padding: 13px 20px;
  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;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  transition: background 0.3s;
  padding: 18px 30px;
}

.c1-list-item-btn a img {
  width: 18px;
  display: block;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.c1-list-item-btn a:hover {
  background: #30dbcf;
}

.c1-list-item-btn a:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

@media (max-width: 639px) {
  .c1-list-item-btn {
    position: relative;
    bottom: auto;
    margin-top: 25%;
  }
}

@media (max-width: 479px) {
  .c1-list-item-btn {
    margin-top: 45%;
  }

  .c1-list-item-btn a {
    width: 100%;
    padding: 14px 18px;
  }
}

/*SELECTOR*/
.c-selector-head {
  display: none;
}

@media (max-width: 639px) {
  .c-selector {
    overflow: hidden;
  }

  .c-selector-head {
    border: 1px solid #00ffcb;
    color: #00ffcb;
    padding: 10px 15px;
    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;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
  }

  .c-selector-head img {
    display: block;
    width: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .c-selector ul {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(20px);
    transform: translate(20px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }

  .c-selector li.is-active {
    display: none;
  }

  .c-selector.is-open ul {
    height: auto;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .c-selector.is-open .c-selector-head img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/** MIRROR ITEMS FOR BLOG LATEST*/
.mirror {
  position: relative;
}

.mirror-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.mirror-flex-item {
  margin: 0 15px;
}

@media (max-width: 639px) {
  .mirror-flex-item {
    margin: 0 5px;
  }
}

.mirror-item {
  position: relative;
  color: #fff;
  width: 168px;
}

@media (max-width: 639px) {
  .mirror-item {
    width: 135px;
  }
}

.mirror-image {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center center;
}

.mirror-dim {
  padding-top: 216%;
}

.mirror-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #472c85;
  opacity: 0.75;
  z-index: 1;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}

.mirror-date {
  position: absolute;
  z-index: 2;
  text-align: right;
  top: 35px;
  right: 20px;
  padding-bottom: 15px;
  font-size: 16px;
}

@media (max-width: 959px) {
  .mirror-date {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .mirror-date {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .mirror-date {
    font-size: 12px;
  }
}

.mirror-date:before {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #00ffcb;
  right: 0;
  left: auto;
  background: #ff1a81;
}

@media (max-width: 639px) {
  .mirror-date {
    right: 10px;
  }
}

.mirror-content {
  position: absolute;
  width: 200%;
  bottom: 15px;
  z-index: 4;
  right: 20px;
  text-align: right;
}

@media (max-width: 959px) {
  .mirror-content {
    width: 140%;
  }
}

@media (max-width: 639px) {
  .mirror-content {
    width: 120%;
    right: 10px;
  }
}

@media (max-width: 479px) {
  .mirror-content {
    width: 100%;
  }
}

.mirror-title h6 {
  font-size: 24px;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

@media (max-width: 959px) {
  .mirror-title h6 {
    font-size: 18px;
  }
}

@media (max-width: 639px) {
  .mirror-title h6 {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  .mirror-title h6 {
    font-size: 12px;
  }
}

.mirror-btn {
  width: 70%;
  display: inline-block;
  margin-top: 30px;
}

.mirror-btn a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #20b8ad;
  color: #fff;
  padding: 13px 20px;
  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;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 23px;
  transition: background 0.3s;
}

.mirror-btn a img {
  width: 18px;
  display: block;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.mirror-btn a:hover {
  background: #30dbcf;
}

.mirror-btn a:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

.mirror-btn a img {
  margin-right: 30px;
  margin-left: 0;
}

.mirror-btn a:hover img {
  -webkit-transform: translate(-80%);
  transform: translate(-80%);
}

@media (max-width: 639px) {
  .mirror-btn {
    width: 100%;
  }

  .mirror-btn a {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .mirror-btn a img {
    margin-right: 10px;
  }
}

.mirror-item:hover .mirror-mask {
  background: #ff1a81;
  opacity: 0.5;
}

.mirror-item:hover .mirror-btn a {
  background: #ff1a81;
}

.mirror .mirror-item-reverse .mirror-date {
  right: auto;
  left: 20px;
  text-align: left;
}

.mirror .mirror-item-reverse .mirror-date:before {
  left: 0;
  right: auto;
}

@media (max-width: 639px) {
  .mirror .mirror-item-reverse .mirror-date {
    left: 10px;
  }
}

.mirror .mirror-item-reverse .mirror-content {
  left: 20px;
  right: auto;
  text-align: left;
}

@media (max-width: 639px) {
  .mirror .mirror-item-reverse .mirror-content {
    left: 10px;
  }
}

.mirror .mirror-item-reverse .mirror-title h6 {
  text-align: left;
}

.mirror .mirror-item-reverse .mirror-btn a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mirror .mirror-item-reverse .mirror-btn a img {
  margin-right: 0;
  margin-left: 30px;
}

@media (max-width: 479px) {
  .mirror .mirror-item-reverse .mirror-btn a img {
    margin-left: 15px;
  }
}

.mirror .mirror-item-reverse .mirror-btn a:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

.fade-logos li {
  height: 0;
  overflow: hidden;
}

.fade-logos li:nth-of-type(1) {
  height: auto;
}

/* ARROW LINK */
.c-arrow-link img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-arrow-link:hover img {
  -webkit-transform: translate(15px);
  transform: translate(15px);
}

.main-enhancment {
  padding-top: 50px;
}

@media (max-width: 479px) {
  .main-enhancment {
    overflow: hidden;
  }
}

.main-enhancment h2 {
  font-size: 56px;
  color: #3c246b;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 959px) {
  .main-enhancment h2 {
    font-size: 44px;
  }
}

@media (max-width: 639px) {
  .main-enhancment h2 {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .main-enhancment h2 {
    font-size: 32px;
  }
}

.main-enhancment h5 {
  font-size: 30px;
  color: #3c246b;
  font-weight: 400;
  text-align: center;
  margin-top: 12px;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 959px) {
  .main-enhancment h5 {
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  .main-enhancment h5 {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .main-enhancment h5 {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .main-enhancment h5 {
    width: 90%;
    margin: 20px auto 50px;
    margin-bottom: 0;
  }
}

.main-enhancment .wave {
  padding-top: 60px;
  text-align: center;
}

.main-enhancment .wave-image {
  position: relative;
  display: inline-block;
}

.main-enhancment .wave-image .marker {
  position: absolute;
  z-index: 10;
}

.main-enhancment .wave-image .marker-list h6 {
  color: #3c246b;
  font-size: 24px;
  white-space: nowrap;
  font-weight: 900;
  text-align: left;
}

.main-enhancment .wave-image .marker-image-content img {
  width: 406px;
  display: inline-block;
}

.main-enhancment .wave-image .marker ul {
  margin-top: 10px;
}

.main-enhancment .wave-image .marker ul li {
  font-size: 24px;
  font-weight: 400;
  padding: 9px 0;
  white-space: nowrap;
  color: #4d4d4d;
}

@media (max-width: 959px) {
  .main-enhancment .wave-image .marker ul li {
    font-size: 18px;
  }
}

@media (max-width: 639px) {
  .main-enhancment .wave-image .marker ul li {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  .main-enhancment .wave-image .marker ul li {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .main-enhancment .wave-image .marker ul li {
    line-height: 26px;
  }
}

.main-enhancment .wave-image .marker ul.marker-list-left li:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 20px;
  margin-right: 10px;
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
}

.main-enhancment .wave-image .marker ul.marker-list-right li {
  text-align: right;
}

.main-enhancment .wave-image .marker ul.marker-list-right li:after {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 20px;
  margin-left: 10px;
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
}

.main-enhancment .wave-image .marker .draw-short {
  display: none;
}

@media (max-width: 1199px) {
  .main-enhancment .wave-image .marker .draw-short {
    display: block;
  }

  .main-enhancment .wave-image .marker .draw-long {
    display: none;
  }
}

@media (max-width: 959px) {
  .main-enhancment .wave-image .marker .draw-short {
    display: none;
  }
}

.main-enhancment .wave-image .marker[marker-red] {
  left: 66%;
  top: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(32px);
  transform: translate(32px);
}

.main-enhancment .wave-image .marker[marker-red] svg {
  -webkit-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
}

.main-enhancment .wave-image .marker[marker-red] .marker-list {
  -webkit-transform: translate(0, -46px);
  transform: translate(0, -46px);
}

.main-enhancment .wave-image .marker[marker-red] .marker-list ul li:before {
  border: 5px solid #ee9ac1;
}

.main-enhancment .wave-image .marker[marker-violet] {
  left: 84%;
  top: 41.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(32px);
  transform: translate(32px);
}

.main-enhancment .wave-image .marker[marker-violet] svg {
  -webkit-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
}

.main-enhancment .wave-image .marker[marker-violet] .marker-list {
  -webkit-transform: translate(0, -46px);
  transform: translate(0, -46px);
}

.main-enhancment .wave-image .marker[marker-violet] .marker-list ul li:before {
  border: 5px solid #a87bd8;
}

.main-enhancment .wave-image .marker[marker-violet-light] {
  left: 18%;
  top: 18%;
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.main-enhancment .wave-image .marker[marker-violet-light] svg {
  -webkit-transform: translate(1px, 2px);
  transform: translate(1px, 2px);
}

.main-enhancment .wave-image .marker[marker-violet-light] .marker-list {
  -webkit-transform: translate(-4px, -40px);
  transform: translate(-4px, -40px);
}

.main-enhancment
  .wave-image
  .marker[marker-violet-light]
  .marker-list
  ul
  li:first-of-type {
  padding-top: 6px;
}

.main-enhancment
  .wave-image
  .marker[marker-violet-light]
  .marker-list
  ul
  li:after {
  border: 5px solid #da82ff;
}

.main-enhancment .wave-image .marker[marker-violet-dark] {
  left: 26%;
  top: 23%;
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.main-enhancment .wave-image .marker[marker-violet-dark] svg {
  -webkit-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
}

.main-enhancment .wave-image .marker[marker-violet-dark] .marker-list {
  -webkit-transform: translate(0, -14px);
  transform: translate(0, -14px);
}

.main-enhancment
  .wave-image
  .marker[marker-violet-dark]
  .marker-list
  ul
  li:first-of-type {
  padding-top: 6px;
}

.main-enhancment
  .wave-image
  .marker[marker-violet-dark]
  .marker-list
  ul
  li:after {
  border: 5px solid #ae81fc;
}

.main-enhancment .wave-image .marker[marker-green-1] {
  left: 12%;
  top: 26%;
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.main-enhancment .wave-image .marker[marker-green-1] svg {
  -webkit-transform: translate(18px, 4px);
  transform: translate(18px, 4px);
}

.main-enhancment .wave-image .marker[marker-green-1] .marker-list {
  -webkit-transform: translate(12px, 5px);
  transform: translate(12px, 5px);
}

.main-enhancment
  .wave-image
  .marker[marker-green-1]
  .marker-list
  ul
  li:first-of-type {
  padding-top: 6px;
}

.main-enhancment .wave-image .marker[marker-green-1] .marker-list ul li:after {
  border: 5px solid #4bcbc3;
}

@media (max-width: 959px) {
  .main-enhancment .wave-image .marker {
    left: auto !important;
    top: auto !important;
    position: relative;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-transform: translate(40px) !important;
    transform: translate(40px) !important;
  }

  .main-enhancment .wave-image .marker .marker-list {
    -webkit-transform: none !important;
    transform: none !important;
    position: relative;
  }

  .main-enhancment .wave-image .marker .marker-list h6 {
    font-size: 16px;
  }

  .main-enhancment .wave-image .marker .marker-list ul {
    position: relative;
    padding: 6px 0;
  }

  .main-enhancment .wave-image .marker .marker-list ul:before {
    content: '';
    position: absolute;
    left: -30px;
    top: -3px;
    height: 100%;
    width: 5px;
    border: 2px solid #000;
    border-right: none;
  }

  .main-enhancment .wave-image .marker .marker-list li {
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    padding-bottom: 30px !important;
    font-size: 14px;
  }

  .main-enhancment .wave-image .marker .marker-list li:last-of-type {
    padding-bottom: 0 !important;
  }

  .main-enhancment .wave-image .marker .marker-list li:before {
    -webkit-transform: translate(0, 4px) !important;
    transform: translate(0, 4px) !important;
  }

  .main-enhancment .wave-image .marker .marker-list-right {
    position: relative;
  }

  .main-enhancment .wave-image .marker .marker-list-right li {
    padding-left: 30px !important;
    position: relative;
  }

  .main-enhancment .wave-image .marker .marker-list-right li:after {
    position: absolute;
    left: 0;
    top: 3px;
    margin-left: 0 !important;
  }

  .main-enhancment .wave-image .marker[marker-violet-light] {
    margin-bottom: 5px;
  }

  .main-enhancment .wave-image .marker[marker-violet-light] .marker-list ul {
    margin-top: 20px;
  }

  .main-enhancment
    .wave-image
    .marker[marker-violet-light]
    .marker-list
    ul:before {
    border-color: #da82ff !important;
  }

  .main-enhancment .wave-image .marker[marker-violet-dark] {
    margin-bottom: 5px;
  }

  .main-enhancment
    .wave-image
    .marker[marker-violet-dark]
    .marker-list
    ul:before {
    border-color: #ae81fc !important;
  }

  .main-enhancment .wave-image .marker[marker-green-1] {
    margin-bottom: 50px;
  }

  .main-enhancment .wave-image .marker[marker-green-1] .marker-list ul:before {
    border-color: #4bcbc3 !important;
  }

  .main-enhancment .wave-image .marker[marker-violet] {
    margin-bottom: 50px;
  }

  .main-enhancment .wave-image .marker[marker-violet] .marker-list ul {
    margin-top: 20px;
  }

  .main-enhancment .wave-image .marker[marker-violet] .marker-list ul:before {
    border-color: #a87bd8 !important;
  }

  .main-enhancment .wave-image .marker[marker-red] {
    margin-bottom: 50px;
  }

  .main-enhancment .wave-image .marker[marker-red] .marker-list ul {
    margin-top: 20px;
  }

  .main-enhancment .wave-image .marker[marker-red] .marker-list ul:before {
    border-color: #ee9ac1 !important;
  }
}

.main-enhancment .wave-image .marker-circle {
  width: 32px;
  height: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  z-index: 10;
  background: #fff;
  border: 11px solid transparent;
}

@media (max-width: 959px) {
  .main-enhancment .wave-image .marker-circle {
    width: 20px;
    height: 20px;
    border-width: 6px;
  }
}

.main-enhancment .wave-image .marker-circle[marker-red] {
  left: 66%;
  top: 3%;
  position: absolute;
  border-color: #de3785;
}

.main-enhancment .wave-image .marker-circle[marker-violet] {
  position: absolute;
  left: 84%;
  top: 47%;
  border-color: #a87bd8;
}

.main-enhancment .wave-image .marker-circle[marker-violet-light] {
  position: absolute;
  left: 18%;
  top: 18%;
  border-color: #ce59ff;
}

.main-enhancment .wave-image .marker-circle[marker-violet-dark] {
  position: absolute;
  border-color: #9458fb;
  left: 26%;
  top: 23%;
}

.main-enhancment .wave-image .marker-circle[marker-green-1] {
  position: absolute;
  left: 13%;
  top: 26%;
  border-color: #10baaf;
}

@media (max-width: 959px) {
  .main-enhancment .wave-image .marker-image-content {
    position: relative;
    width: 240px;
  }

  .main-enhancment .wave-image .marker-image-content img {
    display: block;
    width: 100%;
  }
}

.main-value {
  margin-top: -150px;
  padding-top: 150px;
  padding-bottom: 220px;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 639px) {
  .main-value {
    padding-bottom: 40px;
    background-position: center center;
  }
}

@media (max-width: 479px) {
  .main-value {
    background-position: -300px center;
  }
}

.main-value h3 {
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
  padding-top: 50px;
}

@media (max-width: 959px) {
  .main-value h3 {
    font-size: 44px;
  }
}

@media (max-width: 639px) {
  .main-value h3 {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .main-value h3 {
    font-size: 32px;
  }
}

.main-value h3:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 11px solid #20b8ad;
  border-radius: 30px;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
  z-index: 2;
}

@media (max-width: 959px) {
  .main-value h3:before {
    width: 8px;
    height: 8px;
    border-width: 6px;
  }
}

.main-value h3:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 50px;
  background: #00ffcb;
  z-index: 1;
  -webkit-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
}

.main-value-content {
  width: 45%;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .main-value-content {
    width: 60%;
  }
}

@media (max-width: 639px) {
  .main-value-content {
    width: 100%;
  }
}

.main-value-text {
  margin-top: 50px;
  padding-top: 50px;
  text-align: center;
  position: relative;
}

.main-value-text:before {
  content: '';
  height: 1px;
  width: 105px;
  background: #00ffcb;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-value-text-top {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 30px;
  line-height: 1.5em;
}

@media (max-width: 959px) {
  .main-value-text-top {
    font-size: 18px;
  }
}

@media (max-width: 639px) {
  .main-value-text-top {
    font-size: 17px;
  }
}

@media (max-width: 479px) {
  .main-value-text-top {
    font-size: 16px;
  }
}

.main-value-text-rest {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 1.8em;
}

@media (max-width: 959px) {
  .main-value-text-rest {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .main-value-text-rest {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .main-value-text-rest {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .main-value-text {
    margin-top: 30px;
    padding-top: 30px;
  }

  .main-value-text:before {
    width: 60px;
  }
}

.main-value-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.main-value-button-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px 10px;
  max-width: 50%;
}

.main-value-button a {
  position: relative;
  display: block;
  width: 100%;
}

.main-value-button a[btn-red] {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #dc307d;
  color: #fff;
  padding: 13px 20px;
  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;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
}

.main-value-button a[btn-red] img {
  width: 18px;
  display: block;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.main-value-button a[btn-red]:hover {
  background: #e35c98;
}

.main-value-button a[btn-red]:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

.main-value-button a[btn-green] {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #20b8ad;
  color: #fff;
  padding: 13px 20px;
  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;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
}

.main-value-button a[btn-green] img {
  width: 18px;
  display: block;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.main-value-button a[btn-green]:hover {
  background: #30dbcf;
}

.main-value-button a[btn-green]:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

@media (max-width: 639px) {
  .main-value-button {
    margin-top: 20px;
    -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;
  }

  .main-value-button-item {
    max-width: 100%;
    width: 100%;
  }

  .main-value-button a {
    width: 100%;
    margin-top: 20px;
  }
}

.main-trusted {
  background-size: cover;
  background-position: center center;
  padding-top: 110px;
  padding-bottom: 70px;
}

@media (max-width: 639px) {
  .main-trusted {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.main-trusted-content {
  width: 100%;
  margin: 0 auto;
  max-width: 62%;
  text-align: center;
}

@media (max-width: 1199px) {
  .main-trusted-content {
    max-width: 90%;
  }
}

@media (max-width: 639px) {
  .main-trusted-content {
    max-width: 100%;
  }
}

.main-trusted h3 {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 51px;
  margin-bottom: 35px;
}

@media (max-width: 959px) {
  .main-trusted h3 {
    font-size: 37.5px;
  }
}

@media (max-width: 639px) {
  .main-trusted h3 {
    font-size: 30.75px;
  }
}

@media (max-width: 479px) {
  .main-trusted h3 {
    font-size: 24px;
  }
}

.main-trusted p {
  font-size: 15px;
  line-height: 1.6em;
  color: #fff;
}

@media (max-width: 479px) {
  .main-trusted p {
    font-size: 12px;
  }
}

.main-trusted .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-trusted .slider .slide {
  width: 100%;
}

.main-trusted .slider .slide-content {
  padding: 20px 0;
}

.main-trusted .slider-controls {
  margin-top: 20px;
}

.main-trusted .slider-container[data-count='1'] .slider-controls {
  display: none;
}

.main-trusted-logos {
  margin-bottom: 40px;
  margin-top: 20px;
  position: relative;
  min-height: 70px;
}

@media (max-width: 639px) {
  .main-trusted-logos {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 5%;
    margin-bottom: 5%;
    height: auto;
    min-height: 210px;
  }
}

.main-trusted-logos-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-trusted-logos-flex-item {
  max-width: 25%;
}

.main-trusted-logos-flex img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 639px) {
  .main-trusted-logos-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-trusted-logos-flex img {
    height: auto;
    max-width: 80%;
  }

  .main-trusted-logos-flex-item {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .main-trusted-logos-flex-item:nth-of-type(1) {
    margin-bottom: 70px;
  }

  .main-trusted-logos-flex-item:nth-of-type(2) {
    margin-bottom: 70px;
  }
}

.main-map h4 {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #3c246b;
  font-size: 51px;
  font-weight: 900;
  position: absolute;
  left: 0%;
  top: 90px;
  width: 100%;
  text-align: center;
}

@media (max-width: 959px) {
  .main-map h4 {
    font-size: 35.5px;
  }
}

@media (max-width: 639px) {
  .main-map h4 {
    font-size: 27.75px;
  }
}

@media (max-width: 479px) {
  .main-map h4 {
    font-size: 20px;
  }
}

.main-map h4:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #00ffcb;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  display: none;
}

@media (max-width: 959px) {
  .main-map h4 {
    text-align: left;
    padding-left: 65px;
    margin-left: 15px;
    width: auto;
    margin-right: 15px;
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }

  .main-map h4:before {
    display: block;
  }
}

@media (max-width: 639px) {
  .main-map h4 {
    padding-left: 50px;
  }

  .main-map h4:before {
    width: 30px;
  }
}

.main-map-quote {
  position: absolute;
  left: 60px;
  top: 60px;
  width: 32px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 639px) {
  .main-map-quote {
    left: 40px;
  }
}

.main-map-content {
  position: absolute;
  left: 50%;
  bottom: 65px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 90%;
  max-width: 1110px;
  padding: 50px 0px 20px;
  background: #472c85;
  color: #fff;
  font-weight: 300;
  z-index: 12;
}

@media (max-width: 959px) {
  .main-map-content {
    position: relative;
    -webkit-transform: none;
    transform: none;
    left: auto;
    top: auto;
    bottom: auto;
    z-index: 12;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
  }
}

.main-map .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-map .slide {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-map .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.main-map .slide-content-info {
  text-align: right;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.main-map .slide-content-info img {
  display: inline-block;
  max-width: 120px;
}

.main-map .slide-content-info > span {
  display: block;
}

.main-map .slide-content-info-person {
  font-weight: 600;
  font-size: 20px;
  margin-top: 5px;
  white-space: nowrap;
}

.main-map .slide-content-info-position {
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
}

.main-map .slide-content-info-position span {
  white-space: nowrap;
}

.main-map .slide-content-info-address {
  font-size: 12px;
  font-weight: 300;
  white-space: nowrap;
  margin-top: 5px;
}

.main-map .slide-content-desc {
  text-align: left;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  margin-left: 50px;
}

.main-map .slide-content-desc p {
  padding-left: 50px;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7em;
}

.main-map .slide-content-desc p:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  left: 1px;
  top: 0;
  border: 2px solid #25e8da;
  border-right: none;
}

@media (max-width: 959px) {
  .main-map .slide-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main-map .slide-content-desc {
    margin-top: 60px;
    margin-left: 0;
    width: 90%;
  }

  .main-map .slide-content-info {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}

@media (max-width: 639px) {
  .main-map .slide-content-desc {
    width: 100%;
  }

  .main-map .slide-content-info-person {
    margin-top: 10px;
  }
}

.main-map .slider-controls {
  margin-top: 30px;
}

@media (max-width: 479px) {
  .main-map .slider-controls li {
    width: 12px;
  }
}

.main-events {
  background: url('./../assets/desktop/img/img_bg_events.jpg') no-repeat left
    top;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 639px) {
  .main-events {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: top right;
    background-size: 250% auto;
    background-repeat: repeat-y;
  }
}

.main-events-title {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  position: relative;
  padding-left: 100px;
}

@media (max-width: 959px) {
  .main-events-title {
    font-size: 34px;
  }
}

@media (max-width: 639px) {
  .main-events-title {
    font-size: 27px;
  }
}

@media (max-width: 479px) {
  .main-events-title {
    font-size: 20px;
  }
}

.main-events-title:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #00ffcb;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

@media (max-width: 959px) {
  .main-events-title {
    font-size: 30px;
  }
}

@media (max-width: 639px) {
  .main-events-title {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .main-events-title {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .main-events-title {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .main-events-title {
    padding-left: 65px;
  }

  .main-events-title:before {
    width: 30px;
  }
}

@media (max-width: 479px) {
  .main-events-title {
    padding-left: 50px;
  }
}

.main-events-content {
  margin-top: 30px;
}

.main-events-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  /* 
  justify-content: flex-start; */
}

@media (max-width: 959px) {
  .main-events-list {
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
  }
}

.main-events .event {
  /* width: calc(33.33% - 30px); */
  position: relative;
  background-position: top center;
  background-size: cover;
  padding-top: 1px;
}

.main-events .event-dim {
  padding-top: 100%;
  position: relative;
}

/* .main-events .event {
  margin-left: 15px;
  margin-right: 15px;
} */

.main-events .event:hover .event-mask {
  background: #ff1a81;
  opacity: 0.5;
}

@media (max-width: 959px) {
  .main-events .event {
    /* width: calc(50% - 10px); */
    margin: 5px;
  }

  /* .main-events .event {
    margin-left: 5px;
    margin-right: 5px;
  } */
}

@media (max-width: 639px) {
  .main-events .event {
    width: 100%;
    /* margin: 10px 0; */
  }

  .main-events .event {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.main-events .event-flex {
  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;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding-left: 6%;
  padding-right: 6%;
}

@media (max-width: 639px) {
  .main-events .event-flex {
    min-height: auto;
  }
}

.main-events .event-comming-soon-msg {
  display: none;
}

.main-events .event-comming-soon .event-comming-soon-msg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background: #fff;
  padding: 10px 20px;
  font-size: 12px;
  display: block;
  z-index: 4;
}

.main-events .event-comming-soon .event-comming-soon-msg:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 30px;
  bottom: -5px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-events .event-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #472c85;
  opacity: 0.75;
  -webkit-transition: opacity 0.3s, background 0.3s;
  transition: opacity 0.3s, background 0.3s;
}

.main-events .event-link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 12;
}

.main-events .event header {
  position: relative;
  z-index: 2;
  color: #fff;
}

.main-events .event-top {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-events .event-date {
  font-size: 24px;
  font-weight: 300;
  padding: 22px 0;
  position: relative;
}

@media (max-width: 959px) {
  .main-events .event-date {
    font-size: 20px;
  }
}

@media (max-width: 639px) {
  .main-events .event-date {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .main-events .event-date {
    font-size: 16px;
  }
}

.main-events .event-date:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 50px;
  background: #fff;
}

@media (max-width: 639px) {
  .main-events .event-date {
    padding-bottom: 16px;
  }
}

.main-events .event-speaker {
  position: relative;
}

.main-events .event-speaker-label {
  position: absolute;
  right: 64px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #ff1a81;
  font-size: 11px;
  color: #fff;
  padding: 3px 10px;
}

.main-events .event-speaker-label svg {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.main-events .event-speaker-img img {
  display: block;
  max-width: 64px;
}

.main-events .event-speaker-desc {
  width: 90%;
  text-align: right;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6em;
  margin-left: 10%;
  margin-top: 8px;
}

.main-events .event-speaker-desc strong {
  font-weight: 600;
}

@media (max-width: 639px) {
  .main-events .event-speaker-desc {
    font-size: 11px;
  }
}

.main-events .event-content {
  color: #fff;
  position: relative;
  z-index: 3;
  height: 50%;
}

@media (max-width: 639px) {
  .main-events .event-content {
    margin-top: 10%;
  }
}

.main-events .event-address {
  font-size: 14px;
  margin-bottom: 10px;
}

.main-events .event-title {
  font-size: 23px;
  font-weight: 300;
  width: 80%;
  line-height: 1.4em;
}

@media (max-width: 1199px) {
  .main-events .event-title {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .main-events .event-title {
    font-size: 20px;
  }
}

.main-news {
  position: relative;
  padding: 70px 0;
}

@media (max-width: 639px) {
  .main-news {
    padding: 40px 0;
  }
}

.main-news-title {
  color: #3c246b;
  font-size: 46px;
  font-weight: 900;
  padding-left: 100px;
  position: relative;
}

@media (max-width: 959px) {
  .main-news-title {
    font-size: 33px;
  }
}

@media (max-width: 639px) {
  .main-news-title {
    font-size: 26.5px;
  }
}

@media (max-width: 479px) {
  .main-news-title {
    font-size: 20px;
  }
}

.main-news-title:before {
  content: '';
  width: 50px;
  background: #00ffcb;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  display: block;
}

@media (max-width: 959px) {
  .main-news-title {
    font-size: 30px;
  }
}

@media (max-width: 639px) {
  .main-news-title {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .main-news-title {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .main-news-title {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .main-news-title {
    padding-left: 65px;
  }

  .main-news-title:before {
    width: 30px;
  }
}

@media (max-width: 479px) {
  .main-news-title {
    padding-left: 50px;
  }
}

.main-news-lists {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 959px) {
  .main-news-lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}

@media (max-width: 639px) {
  .main-news-lists {
    margin-top: 25px;
  }
}

.main-news .news {
  position: relative;
  display: inline-block;
  width: calc(50% - 15px);
  overflow: hidden;
}

@media (max-width: 959px) {
  .main-news .news {
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 639px) {
  .main-news .news {
    width: 100%;
  }
}

.main-news .news-dim-1 {
  padding-top: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 959px) {
  .main-news .news-dim-1 {
    display: none;
  }
}

.main-news .news-dim-2 {
  padding-top: 211%;
  position: relative;
  z-index: 1;
}

@media (max-width: 959px) {
  .main-news .news-dim-2 {
    display: none;
  }
}

.main-news .news-image-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main-news .news:hover .news-image-bg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.main-news .news:hover .news-content {
  background: rgba(220, 48, 125, 0.65);
}

.main-news .news-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 46%;
  height: 100%;
  background: rgba(220, 48, 125, 0.75);
  padding: 55px 30px 35px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 2;
}

@media (max-width: 959px) {
  .main-news .news-content {
    width: 50%;
    position: relative;
    left: auto;
    top: auto;
    min-height: 400px;
  }
}

@media (max-width: 639px) {
  .main-news .news-content {
    width: 100%;
  }
}

.main-news .news-date {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 12px;
  position: relative;
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.main-news .news-date:after {
  content: '';
  height: 1px;
  width: 40px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main-news .news-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  color: #fff;
  width: 100%;
  margin-top: 70px;
}

@media (max-width: 1199px) {
  .main-news .news-title {
    font-size: 20px;
  }
}

@media (max-width: 639px) {
  .main-news .news-title {
    margin-top: 45px;
  }
}

.main-news .news-button {
  width: calc(100% - 60px);
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.main-news .news-button a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #20b8ad;
  color: #fff;
  padding: 13px 20px;
  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;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 100%;
  font-size: 13px;
}

.main-news .news-button a img {
  width: 18px;
  display: block;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.main-news .news-button a:hover {
  background: #30dbcf;
}

.main-news .news-button a:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

@media (max-width: 639px) {
  .main-news .news-button {
    width: calc(100% - 80px);
  }
}

.main-news .news-former {
  width: calc(25% - 22.5px);
}

.main-news .news-former:hover .news-content {
  background: rgba(71, 44, 133, 0.65);
}

.main-news .news-former .news-content {
  width: 100%;
  background: rgba(71, 44, 133, 0.75);
}

.main-news .news-former .news-date:after {
  background: #ff1a81;
}

@media (max-width: 959px) {
  .main-news .news-former {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
}

@media (max-width: 639px) {
  .main-news .news-former {
    width: 100%;
  }
}

.main-news-more {
  position: relative;
  text-align: center;
  padding-top: 40px;
}

.main-news-more a {
  display: inline-block;
  padding: 5px 10px;
  color: #2c0b53;
  font-size: 15px;
}

.main-news-more img {
  display: inline-block;
  width: 7px;
  margin-left: 10px;
}

.main-code {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 639px) {
  .main-code {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.main-code-title {
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  padding-left: 100px;
  position: relative;
}

@media (max-width: 959px) {
  .main-code-title {
    font-size: 38px;
  }
}

@media (max-width: 639px) {
  .main-code-title {
    font-size: 29px;
  }
}

@media (max-width: 479px) {
  .main-code-title {
    font-size: 20px;
  }
}

.main-code-title:before {
  content: '';
  width: 50px;
  background: #00ffcb;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  display: block;
}

@media (max-width: 959px) {
  .main-code-title {
    font-size: 30px;
  }
}

@media (max-width: 639px) {
  .main-code-title {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .main-code-title {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .main-code-title {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .main-code-title {
    padding-left: 65px;
  }

  .main-code-title:before {
    width: 30px;
  }
}

@media (max-width: 479px) {
  .main-code-title {
    padding-left: 50px;
  }
}

.main-code-button {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
}

.main-code-button a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  width: 200px;
  height: 200px;
  background: #20b8ad;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-code-button span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #dc307d;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 32px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  font-weight: 900;
}

.main-code-button img {
  display: inline-block;
  width: 120px;
}

.main-code-button:hover span {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

@media (max-width: 959px) {
  .main-code-button {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about .front {
  background-position: center center;
  background-size: cover;
  position: relative;
}

.about .front-content {
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  color: #fff;
}

@media (max-width: 639px) {
  .about .front-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.about .front-title {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}

@media (max-width: 959px) {
  .about .front-title {
    font-size: 44px;
  }
}

@media (max-width: 639px) {
  .about .front-title {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .about .front-title {
    font-size: 32px;
  }
}

.about .front-intro {
  font-weight: 300;
  font-size: 32px;
  width: 80%;
  line-height: 1.3em;
  text-align: center;
}

@media (max-width: 959px) {
  .about .front-intro {
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  .about .front-intro {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .about .front-intro {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .about .front-intro {
    width: 100%;
  }
}

.about .front-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  width: 60%;
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}

.about .front-desc:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 50px;
  height: 1px;
  background: #00ffcb;
}

@media (max-width: 959px) {
  .about .front-desc {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .about .front-desc {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .about .front-desc {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .about .front-desc {
    width: 100%;
  }
}

.about .values {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.about .values-structure {
  position: relative;
}

.about .values-center {
  width: 48%;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 639px) {
  .about .values-center {
    width: 60%;
  }
}

@media (max-width: 479px) {
  .about .values-center {
    width: 80%;
  }
}

.about .values-circle-img {
  position: relative;
  display: block;
  width: 100%;
}

.about .values-circle-img.is-mobile {
  display: none;
}

@media (max-width: 959px) {
  .about .values-circle-img {
    display: none;
  }

  .about .values-circle-img.is-mobile {
    display: block;
  }
}

.about .values-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 56px;
  color: #3c246b;
  font-weight: 900;
  width: 100%;
  text-align: center;
}

@media (max-width: 959px) {
  .about .values-title {
    font-size: 38px;
  }
}

@media (max-width: 639px) {
  .about .values-title {
    font-size: 29px;
  }
}

@media (max-width: 479px) {
  .about .values-title {
    font-size: 20px;
  }
}

.about .values-top {
  position: absolute;
  top: 20%;
  width: 90%;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 959px) {
  .about .values-top {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 639px) {
  .about .values-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about .values-bottom {
  position: absolute;
  bottom: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  left: 5%;
}

@media (max-width: 959px) {
  .about .values-bottom {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 639px) {
  .about .values-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about .values-chapter {
  width: 24%;
}

.about .values-chapter-title {
  font-size: 32px;
  font-weight: 600;
  color: #3c246b;
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 959px) {
  .about .values-chapter-title {
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  .about .values-chapter-title {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .about .values-chapter-title {
    font-size: 16px;
  }
}

.about .values-chapter-desc {
  font-size: 12px;
  line-height: 1.6em;
}

.about .values-chapter:first-of-type {
  text-align: right;
}

@media (max-width: 959px) {
  .about .values-chapter {
    width: 25%;
  }
}

@media (max-width: 639px) {
  .about .values-chapter {
    width: 30%;
    margin: 0 1%;
    text-align: center;
  }

  .about .values-chapter:first-of-type {
    text-align: center;
  }
}

@media (max-width: 639px) {
  .about .values-chapter {
    margin: 0 8%;
  }
}

.about .people {
  position: relative;
}

.about .people-top {
  padding-top: 80px;
  padding-bottom: 120px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.about .people-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #20b8ad;
  /* Old browsers */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#20b8ad),
    to(#4c2779)
  );
  background: linear-gradient(to right, #20b8ad 0%, #4c2779 100%);
  opacity: 0.75;
}

@media (max-width: 639px) {
  .about .people-gradient {
    opacity: 1;
  }
}

.about .people-header {
  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;
}

@media (max-width: 959px) {
  .about .people-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about .people-header-item {
    width: 100%;
  }
}

.about .people-headline {
  font-size: 40px;
  font-weight: 400;
  color: #3b1c60;
  position: relative;
  padding-left: 100px;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  position: relative;
}

.about .people-headline:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #00ffcb;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

@media (max-width: 959px) {
  .about .people-headline {
    font-size: 30px;
  }
}

@media (max-width: 639px) {
  .about .people-headline {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .about .people-headline {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .about .people-headline {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .about .people-headline {
    padding-left: 65px;
  }

  .about .people-headline:before {
    width: 30px;
  }
}

@media (max-width: 479px) {
  .about .people-headline {
    padding-left: 50px;
  }
}

@media (max-width: 959px) {
  .about .people-headline {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    font-size: 32px !important;
  }

  .about .people-headline:before {
    display: none;
  }
}

.about .people-menu ul {
  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;
}

@media (max-width: 959px) {
  .about .people-menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 639px) {
  .about .people-menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
  }
}

.about .people-menu li {
  margin: 0 15px;
  text-align: center;
}

.about .people-menu li.is-active a {
  color: #00ffcb;
}

.about .people-menu li.is-active a:hover {
  color: #00ffcb;
}

.about .people-menu li a {
  padding: 10px 0px;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 959px) {
  .about .people-menu li a {
    font-size: 13px;
  }
}

@media (max-width: 639px) {
  .about .people-menu li a {
    font-size: 12.5px;
  }
}

@media (max-width: 479px) {
  .about .people-menu li a {
    font-size: 12px;
  }
}

.about .people-menu li a:hover {
  color: #dc307d;
}

@media (max-width: 639px) {
  .about .people-menu li {
    width: 100%;
    text-align: left;
  }

  .about .people-menu li a {
    padding: 10px 0;
    display: block;
    width: 100%;
  }
}

.about .people-boards {
  margin-top: 80px;
}

.about .people-board {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
}

.about .people-board.is-active {
  height: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.about .people-board-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about .people-board-flex-item {
  width: 20%;
}

@media (max-width: 1199px) {
  .about .people-board-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about .people-board-flex-item {
    width: 25%;
  }
}

@media (max-width: 959px) {
  .about .people-board-flex-item {
    width: 33.333%;
  }
}

@media (max-width: 639px) {
  .about .people-board-flex-item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .about .people-board-flex-item {
    width: 100%;
    min-width: 0;
  }
}

.about .people-board-item {
  position: relative;
  padding: 0 30px;
  margin-bottom: 60px;
}

.about .people-board-item.is-active .people-board-item-image {
  border: 15px solid #20b8ad;
  border-width: 15px;
  -webkit-transition: border-width 0.2s;
  transition: border-width 0.2s;
}

@media (max-width: 639px) {
  .about .people-board-item.is-active .people-board-item-image {
    border-width: 8px;
  }
}

.about .people-board-item:hover .people-board-item-image {
  background: #dc307d;
  border: 15px solid #b93580;
}

.about .people-board-item:hover .people-board-item-image > img {
  opacity: 0.3;
}

.about .people-board-item:hover .people-board-item-image a {
  opacity: 1;
}

.about .people-board-item:hover .people-board-item-image a span {
  -webkit-transform: translate(20px);
  transform: translate(20px);
}

.about .people-board-item-image {
  position: relative;
  border-radius: 1000px;
  -webkit-transition: border-width 0.2s, border-color 0.2s;
  transition: border-width 0.2s, border-color 0.2s;
  border-width: 0px;
  border: 0px solid #20b8ad;
  border-radius: 200px;
  overflow: hidden;
}

.about .people-board-item-image > img {
  display: block;
  width: 100%;
}

.about .people-board-item-image a {
  font-weight: 400;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  z-index: 10;
  cursor: pointer;
}

.about .people-board-item-image a span {
  -webkit-transform: translate(-20px);
  transform: translate(-20px);
  font-size: 14px;
  padding-left: 70px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 181px;
  display: block;
}

.about .people-board-item-image a span:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #00ffcb;
  top: 50%;
  left: 0;
  position: absolute;
}

.about .people-board-item-image a span img {
  display: inline-block;
  width: 8px;
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
  margin-left: 10px;
}

@media (max-width: 1599px) {
  .about .people-board-item-image a span {
    padding-left: 30px;
  }

  .about .people-board-item-image a span:before {
    width: 25px;
  }
}

@media (max-width: 639px) {
  .about .people-board-item-image a span {
    width: 150px;
    padding-left: 25px;
    font-size: 12px;
  }

  .about .people-board-item-image a span img {
    margin-left: 5px;
  }

  .about .people-board-item-image a span:before {
    width: 20px;
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
}

.about .people-board-item-name {
  font-size: 20px;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-right: -20px;
  margin-left: -20px;
}

@media (max-width: 959px) {
  .about .people-board-item-name {
    font-size: 17px;
  }
}

@media (max-width: 639px) {
  .about .people-board-item-name {
    font-size: 16.5px;
  }
}

@media (max-width: 479px) {
  .about .people-board-item-name {
    font-size: 16px;
  }
}

@media (max-width: 1599px) {
  .about .people-board-item-name {
    font-size: 18px;
  }
}

.about .people-board-item-position {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 18px;
  color: #00ffcb;
  text-align: center;
  margin-right: -20px;
  margin-left: -20px;
}

@media (max-width: 959px) {
  .about .people-board-item-position {
    font-size: 13px;
  }
}

@media (max-width: 639px) {
  .about .people-board-item-position {
    font-size: 12.5px;
  }
}

@media (max-width: 479px) {
  .about .people-board-item-position {
    font-size: 12px;
  }
}

@media (max-width: 1599px) {
  .about .people-board-item-position {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .about .people-board-item-position {
    margin-top: 7px;
  }
}

.about .people-bottom {
  background: #f9f9f9;
}

.about .people-bottom .people-bio-loader {
  text-align: center;
}

.about .people-bottom .people-bio-loader-item {
  display: inline;
  max-width: 80px;
}

.about .people-bottom .is-hidden {
  display: none;
}

.about .people-bio {
  position: relative;
  z-index: 4;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
  padding-bottom: 80px;
}

.about .people-bio[class*='uk-animation-'] {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.about .people-bio:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #f9f9f9;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 639px) {
  .about .people-bio:before {
    display: block;
  }
}

.about .people-bio.is-active {
  height: auto;
  overflow: visible;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.about .people-bio-padding {
  padding-top: 80px;
}

@media (max-width: 639px) {
  .about .people-bio-padding {
    padding-top: 40px;
  }
}

.about .people-bio-close {
  position: absolute;
  right: 0;
  top: 25px;
}

.about .people-bio-close a {
  display: block;
  font-size: 16px;
  color: #2c0b53;
  font-weight: 500;
}

.about .people-bio-close a img {
  display: inline-block;
  width: 14px;
  margin-left: 4px;
}

@media (max-width: 639px) {
  .about .people-bio-close {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    padding-bottom: 40px;
  }

  .about .people-bio-close a {
    display: inline-block;
  }
}

.about .people-bio-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 639px) {
  .about .people-bio-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about .people-bio-flex-person {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about .people-bio-flex-person img {
  display: block;
  width: 100%;
}

@media (max-width: 639px) {
  .about .people-bio-flex-person {
    display: none;
  }
}

.about .people-bio-name {
  font-size: 20px;
  color: #3b1c60;
  font-weight: 600;
  display: block;
  margin-top: 30px;
}

.about .people-bio-position {
  text-align: right;
  margin-top: 20px;
  color: #20b8ad;
  display: block;
  font-size: 16x;
}

.about .people-bio-flex-desc {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.about .people-bio-desc {
  padding-left: 60px;
  font-weight: 400;
  line-height: 1.8em;
  color: #4d4d4d;
}

@media (max-width: 959px) {
  .about .people-bio-desc {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .about .people-bio-desc {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .about .people-bio-desc {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .about .people-bio-desc {
    padding: 0;
  }
}

.about .partners {
  padding-top: 100px;
  padding-bottom: 80px;
  border-top: 1px solid #f3f2f6;
  overflow: hidden;
}

.about .partners-headline {
  font-size: 56px;
  font-weight: 400;
  color: #3c246b;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 900;
}

.about .partners-headline span {
  font-size: 24px;
  font-weight: 300;
  color: #20b8ad;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 959px) {
  .about .partners-headline {
    font-size: 44px;
  }
}

@media (max-width: 639px) {
  .about .partners-headline {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .about .partners-headline {
    font-size: 32px;
  }
}

@media (max-width: 959px) {
  .about .partners-headline span {
    font-size: 22px;
  }
}

@media (max-width: 639px) {
  .about .partners-headline span {
    font-size: 21px;
  }
}

@media (max-width: 479px) {
  .about .partners-headline span {
    font-size: 20px;
  }
}

.about .partners-desc {
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .about .partners-desc {
    font-size: 13px;
  }
}

@media (max-width: 639px) {
  .about .partners-desc {
    font-size: 12.5px;
  }
}

@media (max-width: 479px) {
  .about .partners-desc {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .about .partners-desc {
    width: 100%;
  }
}

.about .partners-slider {
  width: 80%;
  margin: 0 auto;
  margin-top: 35px;
}

@media (max-width: 959px) {
  .about .partners-slider {
    width: 90%;
  }
}

@media (min-width: 640px) {
  .about .partners-slider[data-count='4'] .slider-controls,
  .about .partners-slider[data-count='3'] .slider-controls {
    display: none;
  }
}

@media (min-width: 480px) {
  .about .partners-slider[data-count='2'] .slider-controls {
    display: none;
  }
}

.about .partners-slider[data-count='1'] .slider-controls {
  display: none;
}

.about .partners-slider .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .partners-slider .slide {
  width: 25%;
}

.about .partners-slider .slide-content {
  position: relative;
}

.about .partners-slider .slide-content-link {
  position: relative;
  display: block;
  width: 100%;
}

.about .partners-slider .slide-content img {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.about .partners-slider .slide-content img.image-hover {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0;
}

.about .partners-slider .slide-content:hover .image-hover {
  opacity: 1;
}

.about .partners-slider .slide-content:hover .image-default {
  opacity: 0;
}

@media (max-width: 639px) {
  .about .partners-slider .slide {
    width: 50%;
  }

  .about .partners-slider .slide img.image-hover {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .about .partners-slider .slide {
    width: 100%;
  }

  .about .partners-slider .slide-content {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }

  .about .partners-slider .slide-content img.image-hover {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 639px) {
  .about .partners-slider {
    width: 100%;
  }
}

.about .partners .slider-controls {
  margin-top: 20px;
}

.about .partners .slider-controls-dots a {
  background: #000000;
}

.about .partners .slider-controls-dots .uk-active a {
  background: #20b8ad;
}

.about .care {
  padding-top: 70px;
  padding-bottom: 70px;
  background-position: center center;
  background-size: cover;
}

.about .care-headline {
  font-size: 56px;
  font-weight: 400;
  color: #3c246b;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 900;
}

.about .care-headline span {
  font-size: 24px;
  font-weight: 300;
  color: #20b8ad;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 959px) {
  .about .care-headline {
    font-size: 44px;
  }
}

@media (max-width: 639px) {
  .about .care-headline {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .about .care-headline {
    font-size: 32px;
  }
}

.about .care-headline span {
  color: #00ffcb;
  font-weight: 300;
}

@media (max-width: 959px) {
  .about .care-headline span {
    font-size: 22px;
  }
}

@media (max-width: 639px) {
  .about .care-headline span {
    font-size: 21px;
  }
}

@media (max-width: 479px) {
  .about .care-headline span {
    font-size: 20px;
  }
}

.about .care-desc {
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #fff;
}

@media (max-width: 959px) {
  .about .care-desc {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .about .care-desc {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .about .care-desc {
    font-size: 12px;
  }
}

.about .care-support {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 639px) {
  .about .care-support {
    width: 100%;
  }
}

.about .care-support-head {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 300;
}

@media (max-width: 959px) {
  .about .care-support-head {
    font-size: 22px;
  }
}

@media (max-width: 639px) {
  .about .care-support-head {
    font-size: 21px;
  }
}

@media (max-width: 479px) {
  .about .care-support-head {
    font-size: 20px;
  }
}

.about .care-support-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10px;
  width: 100%;
  margin: 0 auto;
  max-width: 860px;
  margin-top: 20px;
}

.about .care-support-logo {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about .care-support-logo span,
.about .care-support-logo a {
  display: block;
  width: 100%;
}

.about .care-support-logo img {
  display: block;
  width: 80%;
  margin: 0 10%;
}

@media (max-width: 639px) {
  .about .care-support-logo {
    width: 33.3333%;
  }
}

@media (max-width: 479px) {
  .about .care-support-logo {
    width: 50%;
  }
}

.about .care-support-link {
  text-align: center;
  margin-top: 40px;
}

.about .care-support-link a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #20b8ad;
  color: #fff;
  padding: 13px 20px;
  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;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 400;
  width: 30%;
  margin: 0 auto;
}

.about .care-support-link a img {
  width: 18px;
  display: block;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.about .care-support-link a:hover {
  background: #30dbcf;
}

.about .care-support-link a:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

@media (max-width: 1199px) {
  .about .care-support-link a {
    width: 50%;
  }
}

@media (max-width: 959px) {
  .about .care-support-link a {
    width: 75%;
  }
}

@media (max-width: 639px) {
  .about .care-support-link a {
    width: 100%;
    font-size: 12px;
    padding: 15px 20px;
  }
}

.about .grow {
  padding-top: 100px;
  padding-bottom: 150px;
}

@media (max-width: 639px) {
  .about .grow {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}

.about .grow-flex {
  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;
}

@media (max-width: 639px) {
  .about .grow-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about .grow-flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 959px) {
  .about .grow-flex-item:nth-of-type(1) {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

@media (max-width: 639px) {
  .about .grow-flex-item {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    width: 100%;
  }
}

.about .grow-title {
  font-size: 46px;
  font-weight: 600;
  color: #2c0b53;
  position: relative;
  padding-left: 100px;
}

.about .grow-title:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #00ffcb;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

@media (max-width: 959px) {
  .about .grow-title {
    font-size: 44px;
  }
}

@media (max-width: 639px) {
  .about .grow-title {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .about .grow-title {
    font-size: 32px;
  }
}

@media (max-width: 959px) {
  .about .grow-title {
    padding-left: 70px;
  }
}

@media (max-width: 639px) {
  .about .grow-title {
    padding-left: 0;
  }

  .about .grow-title:before {
    display: none;
  }
}

.about .grow-text {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.6em;
  margin-left: 100px;
  margin-top: 40px;
}

@media (max-width: 959px) {
  .about .grow-text {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .about .grow-text {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .about .grow-text {
    font-size: 12px;
  }
}

@media (max-width: 959px) {
  .about .grow-text {
    margin-left: 70px;
  }
}

@media (max-width: 639px) {
  .about .grow-text {
    margin-left: 0;
  }
}

.about .grow-offers {
  margin-top: 45px;
  padding-left: 100px;
}

.about .grow-offers a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  padding: 15px 28px;
  background-color: #dc307d;
  transition: all 0.3s;
}
.about .grow-offers a:hover {
  background-color: #20b8ad;
}
.about .grow-offers img {
  display: inline-block;
  width: 40px;
  margin-right: 20px;
}

.about .grow-offers strong {
  font-weight: 800;
  margin-left: 8px;
}

@media (max-width: 959px) {
  .about .grow-offers {
    padding-left: 70px;
  }
}

@media (max-width: 639px) {
  .about .grow-offers {
    padding-left: 0;
    font-size: 16px;
  }

  .about .grow-offers a {
    font-size: 16px;
  }
}

.about .grow-join-us {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about .grow-join-us a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  width: 200px;
  height: 200px;
  background: #20b8ad;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
}

.about .grow-join-us a:hover span {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.about .grow-join-us span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #dc307d;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 32px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.about .grow-join-us img {
  display: inline-block;
  width: 120px;
}

@media (max-width: 639px) {
  .about .grow-join-us {
    margin-top: 50px;
  }
}

.careers :-webkit-full-screen-ancestor:not(iframe) {
  -webkit-animation-name: none !important;
  animation-name: none !important;
}

.careers .main {
  background-position: center center;
  background-size: cover;
  padding-top: 50px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 200px;
}

@media (max-width: 639px) {
  .careers .main {
    padding-top: 100px;
    min-height: 80vh;
  }
}

.careers .main-title {
  font-weight: 900;
  font-size: 80px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.careers .main-title span {
  font-weight: 300;
  white-space: nowrap;
  display: block;
}

@media (max-width: 1400px) {
  .careers .main-title {
    font-size: 70px;
  }
}

@media (max-width: 1199px) {
  .careers .main-title {
    font-size: 65px;
  }
}

@media (max-width: 959px) {
  .careers .main-title {
    font-size: 48.5px;
  }
}

@media (max-width: 639px) {
  .careers .main-title {
    font-size: 40.25px;
  }
}

@media (max-width: 479px) {
  .careers .main-title {
    font-size: 32px;
  }
}

.careers .main-text {
  width: 46%;
  position: relative;
  z-index: 2;
  margin-top: 2%;
}

.careers .main-text:before {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background: #00ffcb;
  margin-bottom: 30px;
}

.careers .main-text p {
  font-size: 15px;
  font-weight: 300;
  line-height: 2em;
  color: #fff;
}

@media (max-width: 959px) {
  .careers .main-text {
    width: 75%;
  }
}

@media (max-width: 639px) {
  .careers .main-text {
    margin-top: 50px;
  }

  .careers .main-text:before {
    margin-bottom: 20px;
  }
}

.careers .sgrid-square {
  padding-top: 100%;
  width: 100%;
  display: block;
  position: relative;
}

.careers .sgrid-square-double {
  padding-top: 50%;
  width: 100%;
  display: block;
  position: relative;
}

.careers .sgrid-square-triple {
  padding-top: 66.66667%;
  width: 100%;
  display: block;
  position: relative;
}

.careers .sgrid-color-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #472c85;
  opacity: 0.25;
  z-index: 2;
}

.careers .sgrid-container {
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
}

@media (max-width: 639px) {
  .careers .sgrid-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.careers .sgrid-flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -16.666%;
}

@media (max-width: 959px) {
  .careers .sgrid-flex-top {
    margin-top: -22.18%;
  }
}

@media (max-width: 639px) {
  .careers .sgrid-flex-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: -50%;
  }
}

.careers .sgrid-flex-video {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 959px) {
  .careers .sgrid-flex-video {
    width: 66.666%;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

@media (max-width: 639px) {
  .careers .sgrid-flex-video {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.careers .sgrid-flex-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 959px) {
  .careers .sgrid-flex-links {
    width: 33.3333%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .careers .sgrid-flex-links .is-image-1,
  .careers .sgrid-flex-links .is-image-2,
  .careers .sgrid-flex-links .is-empty-item {
    display: none;
  }

  .careers .sgrid-flex-links .sgrid-links-flex-item {
    width: 100%;
  }

  .careers .sgrid-flex-links .sgrid-links-flex-item .sgrid-square {
    padding-top: 66.6667%;
  }

  .careers .sgrid-flex-links .sgrid-links-flex-item .sgrid-links-content img {
    width: 25%;
  }
}

@media (max-width: 639px) {
  .careers .sgrid-flex-links {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .careers .sgrid-flex-links .sgrid-links-flex-item {
    width: 50%;
  }

  .careers .sgrid-flex-links .sgrid-links-flex-item .sgrid-square {
    padding-top: 100%;
  }

  .careers .sgrid-flex-links .sgrid-links-flex-item .sgrid-links-content img {
    width: 33%;
  }

  .careers .sgrid-flex-links .is-empty-item-1 {
    display: block;
  }

  .careers .sgrid-flex-links .is-image-1 {
    display: block;
  }
}

.careers .sgrid-links-flex-item {
  width: 33.333%;
}

@media (max-width: 959px) {
  .careers .sgrid-links-flex-item {
    width: 50%;
  }

  .careers .sgrid-links-flex-item.is-hidden-on-mobile {
    display: none;
  }
}

.careers .sgrid-links-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
}

.careers .sgrid-links-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.careers .sgrid-links-content.is-red {
  background: #dc307d;
}

.careers .sgrid-links-content.is-red:hover {
  background: #e35c98;
}

.careers .sgrid-links-content.is-green {
  background: #20b8ad;
}

.careers .sgrid-links-content.is-green:hover {
  background: #30dbcf;
}

.careers .sgrid-links-content h6 {
  font-weight: 900;
  margin-top: 10%;
  font-size: 40px;
}

@media (max-width: 1199px) {
  .careers .sgrid-links-content h6 {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  .careers .sgrid-links-content h6 {
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  .careers .sgrid-links-content h6 {
    font-size: 21px;
  }
}

@media (max-width: 479px) {
  .careers .sgrid-links-content h6 {
    font-size: 18px;
  }
}

.careers .sgrid-links-content img {
  display: block;
  width: 35%;
}

.careers .sgrid-links-content a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.careers .sgrid-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.careers .sgrid-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 2;
}

.careers .sgrid-video-no-mask {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.careers .sgrid-video-no-mask .sgrid-video-mask-color {
  background: rgba(71, 44, 133, 0.25);
}

.careers .sgrid-video-mask {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(71, 44, 133, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  opacity: 1;
}

.careers .sgrid-video-mask.is-clicked {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate(100%);
  transform: translate(100%);
  opacity: 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  15% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  15% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

.careers .sgrid-video-mask::before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  background: transparent;
  border: 20px solid #20b8ad;
  position: relative;
  z-index: 6;
  border-radius: 450px;
  -webkit-animation: pulse 2s ease-out infinite;
  animation: pulse 2s ease-out infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.careers .sgrid-video-mask.no-video {
  cursor: initial;
  pointer-events: none;
}

.careers .sgrid-video-mask.no-video:before {
  display: none;
}

.careers .sgrid-video-mask-color {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(71, 44, 133, 0.75);
}

.careers .sgrid-video-mask img {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 7;
}

.careers .sgrid-flex-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.careers .sgrid-flex-images-item {
  width: 16.6667%;
}

.careers .sgrid-flex-images-item.double-item {
  width: 33.333%;
}

.careers .sgrid-flex-images-item.is-hidden-on-desktop {
  display: none;
}

@media (max-width: 959px) {
  .careers .sgrid-flex-images-item {
    width: 16.6667%;
  }

  .careers .sgrid-flex-images-item.double-item {
    width: 33.333%;
  }

  .careers .sgrid-flex-images .is-emtpy-item-1 {
    display: none;
  }

  .careers .sgrid-flex-images .is-hidden-on-desktop {
    display: block;
  }
}

@media (max-width: 639px) {
  .careers .sgrid-flex-images {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .careers .sgrid-flex-images-item {
    width: 50%;
  }

  .careers .sgrid-flex-images-item.double-item {
    width: 100%;
  }
}

.careers .vibe {
  padding-top: 150px;
  padding-bottom: 90px;
  overflow: hidden;
}

.careers .vibe-headline {
  font-size: 40px;
  font-weight: 900;
  color: #3b1c60;
  position: relative;
  padding-left: 100px;
}

.careers .vibe-headline:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #00ffcb;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

@media (max-width: 959px) {
  .careers .vibe-headline {
    font-size: 36px;
  }
}

@media (max-width: 639px) {
  .careers .vibe-headline {
    font-size: 34px;
  }
}

@media (max-width: 479px) {
  .careers .vibe-headline {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .careers .vibe-headline {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .careers .vibe-headline {
    padding-left: 65px;
  }

  .careers .vibe-headline:before {
    width: 30px;
  }
}

@media (max-width: 479px) {
  .careers .vibe-headline {
    padding-left: 50px;
  }
}

.careers .vibe-text {
  font-size: 16px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  padding-left: 100px;
  line-height: 1.8em;
  width: 90%;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .careers .vibe-text {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .careers .vibe-text {
    padding-left: 65px;
  }
}

@media (max-width: 479px) {
  .careers .vibe-text {
    padding-left: 0px;
  }
}

@media (max-width: 959px) {
  .careers .vibe-text {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .careers .vibe-text {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .careers .vibe-text {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .careers .vibe-text {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .careers .vibe-slider[data-count='3'] .slider-controls {
    display: none;
  }
}

@media (min-width: 640px) {
  .careers .vibe-slider[data-count='2'] .slider-controls {
    display: none;
  }
}

@media (min-width: 480px) {
  .careers .vibe-slider[data-count='1'] .slider-controls {
    display: none;
  }
}

.careers .vibe .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 60px;
  position: relative;
}

.careers .vibe .slider .slide {
  width: 33.33333%;
}

@media (max-width: 959px) {
  .careers .vibe .slider .slide {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .careers .vibe .slider .slide {
    width: 100%;
  }
}

.careers .vibe .slider .slide-content {
  height: 100%;
}

.careers .vibe .slider-controls {
  margin-top: 50px;
}

.careers .vibe .slider-controls-dots li a {
  background: #3c246b;
}

.careers .vibe .slider-controls-dots li.uk-active a {
  background: #00ffcb;
}

.careers .vibe-item {
  padding: 0 10%;
  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;
}

@media (max-width: 959px) {
  .careers .vibe-item {
    padding: 0 5%;
  }
}

@media (max-width: 479px) {
  .careers .vibe-item {
    padding: 0 5%;
  }
}

.careers .vibe-item-image {
  position: relative;
}

.careers .vibe-item-image-dim {
  width: 100%;
  padding-top: 80%;
}

.careers .vibe-item-image img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 0;
}

.careers .vibe-item-image:before {
  content: '';
  background: #210a57;
  width: 55px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  -webkit-transform: translate(0, 30px) skew(0, -25deg);
  transform: translate(0, 30px) skew(0, -25deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  z-index: 0;
}

.careers .vibe-item-content {
  color: #fff;
  background: #472c85;
  padding: 0px 15px 60px;
  z-index: 2;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.careers .vibe-item-title {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 600;
  position: relative;
  padding-top: 20px;
  z-index: 2;
  background: #472c85;
  padding: 20px 15px 0;
  margin-left: -15px;
  margin-right: -15px;
}

.careers .vibe-item-text {
  font-size: 12px;
  line-height: 1.8em;
  position: relative;
  padding-top: 20px;
}

.careers .vibe-item-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #00ffcb;
  height: 1px;
  width: 50px;
}

.careers .vibe-item-position {
  font-size: 14px;
  margin-top: 40px;
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: calc(100% - 30px);
}

.careers .vibe-item-position span {
  color: #dc307d;
  white-space: nowrap;
}

.careers .benefits {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center;
}

.careers .benefits-headline {
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-left: 100px;
}

.careers .benefits-headline:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #00ffcb;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

@media (max-width: 959px) {
  .careers .benefits-headline {
    font-size: 44px;
  }
}

@media (max-width: 639px) {
  .careers .benefits-headline {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .careers .benefits-headline {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .careers .benefits-headline {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .careers .benefits-headline {
    padding-left: 65px;
  }

  .careers .benefits-headline:before {
    width: 30px;
  }
}

@media (max-width: 479px) {
  .careers .benefits-headline {
    padding-left: 50px;
  }
}

.careers .benefits-text {
  font-size: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  padding-left: 100px;
  line-height: 1.8em;
  width: 90%;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .careers .benefits-text {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .careers .benefits-text {
    padding-left: 65px;
  }
}

@media (max-width: 479px) {
  .careers .benefits-text {
    padding-left: 0px;
  }
}

@media (max-width: 959px) {
  .careers .benefits-text {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .careers .benefits-text {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .careers .benefits-text {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .careers .benefits-text {
    width: 100%;
  }
}

.careers .benefits-items-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.careers .benefits-items-flex-item {
  width: 25%;
}

@media (max-width: 959px) {
  .careers .benefits-items-flex-item {
    width: 33.33%;
  }
}

@media (max-width: 639px) {
  .careers .benefits-items-flex-item {
    width: 50%;
  }
}

.careers .benefits-item {
  text-align: center;
  padding: 30px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  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;
}

@media (max-width: 639px) {
  .careers .benefits-item {
    font-size: 12px;
  }
}

.careers .benefits-item-icon {
  display: block;
  margin-bottom: 20px;
  max-width: 72px;
  max-height: 78px;
}

.careers .benefits-button {
  text-align: center;
  margin-top: 40px;
}

.careers .benefits-button-link {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background: #20b8ad;
  font-size: 16px;
  padding: 28px 70px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.careers .benefits-button-link:hover {
  background: #30dbcf;
}

.careers .benefits-button-span {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background: #20b8ad;
  font-size: 16px;
  padding: 28px 70px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: auto;
}

.careers .benefits-button-span:hover {
  background: #30dbcf;
}

@media (max-width: 479px) {
  .careers .benefits-button-span {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    display: block;
  }
}

.careers .aca {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 639px) {
  .careers .aca {
    padding-bottom: 40px;
  }
}

.careers .aca-headline {
  font-weight: 900;
  font-size: 40px;
  font-weight: 900;
  color: #3b1c60;
  position: relative;
  padding-left: 100px;
}

.careers .aca-headline:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #00ffcb;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

@media (max-width: 959px) {
  .careers .aca-headline {
    font-size: 36px;
  }
}

@media (max-width: 639px) {
  .careers .aca-headline {
    font-size: 34px;
  }
}

@media (max-width: 479px) {
  .careers .aca-headline {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .careers .aca-headline {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .careers .aca-headline {
    padding-left: 65px;
  }

  .careers .aca-headline:before {
    width: 30px;
  }
}

@media (max-width: 479px) {
  .careers .aca-headline {
    padding-left: 50px;
  }
}

.careers .aca-text {
  font-size: 16px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  padding-left: 100px;
  width: 90%;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .careers .aca-text {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .careers .aca-text {
    padding-left: 65px;
  }
}

@media (max-width: 479px) {
  .careers .aca-text {
    padding-left: 0px;
  }
}

@media (max-width: 639px) {
  .careers .aca-text {
    width: 100%;
    margin-top: 70px;
  }
}

.careers .aca-items-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-left: 55px;
}

@media (max-width: 1199px) {
  .careers .aca-items-flex {
    padding-left: 55px;
  }
}

@media (max-width: 479px) {
  .careers .aca-items-flex {
    padding-left: 0;
  }
}

.careers .aca-items-flex-item {
  width: 25%;
}

@media (max-width: 639px) {
  .careers .aca-items-flex-item {
    width: 33.33%;
  }
}

@media (max-width: 479px) {
  .careers .aca-items-flex-item {
    width: 50%;
  }
}

.careers .aca-item {
  position: relative;
  padding: 6% 0;
  text-align: center;
}

.careers .aca-item-link {
  position: relative;
  text-align: center;
  display: inline-block;
}

.careers .aca-item img {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.careers .aca-item-image-default {
  opacity: 1;
}

.careers .aca-item-image-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.careers .aca-item:hover .aca-item-image-default {
  opacity: 0;
}

.careers .aca-item:hover .aca-item-image-hover {
  opacity: 1;
}

.careers .recruit {
  padding-top: 110px;
  background-size: cover;
  background-position: center center;
}

.careers .recruit-headline {
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-left: 100px;
}

.careers .recruit-headline:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #00ffcb;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

@media (max-width: 959px) {
  .careers .recruit-headline {
    font-size: 44px;
  }
}

@media (max-width: 639px) {
  .careers .recruit-headline {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .careers .recruit-headline {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .careers .recruit-headline {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .careers .recruit-headline {
    padding-left: 65px;
  }

  .careers .recruit-headline:before {
    width: 30px;
  }
}

@media (max-width: 479px) {
  .careers .recruit-headline {
    padding-left: 50px;
  }
}

.careers .recruit-text {
  font-size: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  padding-left: 100px;
  width: 90%;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .careers .recruit-text {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .careers .recruit-text {
    padding-left: 65px;
  }
}

@media (max-width: 479px) {
  .careers .recruit-text {
    padding-left: 0px;
  }
}

@media (max-width: 959px) {
  .careers .recruit-text {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .careers .recruit-text {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .careers .recruit-text {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .careers .recruit-text {
    width: 100%;
    margin-top: 70px;
  }
}

.careers .recruit-cv {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careers .recruit-cv a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background: #dc307d;
  font-size: 16px;
  padding: 40px 90px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: #dc307d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.careers .recruit-cv a:hover {
  background: #e35c98;
}

.careers .recruit-cv a img {
  display: block;
  width: 75px;
}

@media (max-width: 639px) {
  .careers .recruit-cv a {
    padding: 30px 60px;
  }
}

@media (max-width: 479px) {
  .careers .recruit-cv a {
    padding: 20px 10px;
    width: 100%;
  }

  .careers .recruit-cv a img {
    width: 45px;
  }
}

.careers .recruit-cv-content {
  position: relative;
}

.careers .recruit-cv-content span:nth-of-type(1) {
  display: block;
  font-size: 20px;
  text-align: left;
  font-weight: 300;
  margin-left: 40px;
}

@media (max-width: 959px) {
  .careers .recruit-cv-content span:nth-of-type(1) {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .careers .recruit-cv-content span:nth-of-type(1) {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .careers .recruit-cv-content span:nth-of-type(1) {
    font-size: 12px;
  }
}

.careers .recruit-cv-content span:nth-of-type(2) {
  font-size: 40px;
  margin-left: 40px;
}

@media (max-width: 959px) {
  .careers .recruit-cv-content span:nth-of-type(2) {
    font-size: 30px;
  }
}

@media (max-width: 639px) {
  .careers .recruit-cv-content span:nth-of-type(2) {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .careers .recruit-cv-content span:nth-of-type(2) {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .careers .recruit-cv-content {
    margin-left: 10%;
  }

  .careers .recruit-cv-content span {
    margin-left: 0% !important;
  }
}

.careers .recruit-line {
  position: relative;
  padding-bottom: 70px;
}

.careers .recruit-line:before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 50px);
  display: block;
  left: 50%;
  top: 50px;
  background: #fff;
}

@media (max-width: 639px) {
  .careers .recruit-line {
    padding-left: 15px;
  }

  .careers .recruit-line:before {
    left: 15px;
  }
}

.careers .recruit-line-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 730px;
  margin: 0 auto;
  -webkit-transform: translate(5%) translate(20px);
  transform: translate(5%) translate(20px);
}

@media (max-width: 959px) {
  .careers .recruit-line-flex {
    width: 580px;
    -webkit-transform: translate(20px);
    transform: translate(20px);
  }
}

@media (max-width: 639px) {
  .careers .recruit-line-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}

.careers .recruit-line-flex-item {
  position: relative;
}

.careers .recruit-line-flex-item:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.careers .recruit-line-flex-item:nth-of-type(2) {
  width: 55%;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

@media (max-width: 959px) {
  .careers .recruit-line-flex-item:nth-of-type(1) {
    width: 50%;
  }

  .careers .recruit-line-flex-item:nth-of-type(2) {
    width: 50%;
  }
}

@media (max-width: 959px) {
  .careers .recruit-line-flex-item:nth-of-type(1) {
    width: 100%;
  }

  .careers .recruit-line-flex-item:nth-of-type(2) {
    width: 100%;
  }
}

.careers .recruit-line-item {
  position: relative;
  margin-top: 150px;
}

@media (max-width: 639px) {
  .careers .recruit-line-item {
    margin-top: 150px;
  }
}

.careers .recruit-line-item-icon img {
  display: block;
  max-width: 100px;
  max-height: 135px;
  min-width: 100px;
}

@media (max-width: 959px) {
  .careers .recruit-line-item-icon img {
    max-width: 70px;
    max-height: 100px;
    min-width: 70px;
  }
}

@media (max-width: 639px) {
  .careers .recruit-line-item-icon {
    position: absolute;
    left: 25px;
    bottom: -5px;
  }

  .careers .recruit-line-item-icon img {
    max-width: 50px;
    min-width: 50px;
  }
}

.careers .recruit-line-item-span {
  width: 170px;
  display: block;
  text-align: center;
  position: relative;
}

.careers .recruit-line-item-span img {
  display: inline-block;
  width: 130px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.careers .recruit-line-item-span span {
  position: absolute;
  top: 18%;
  width: 92px;
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 5%;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 639px) {
  .careers .recruit-line-item-span {
    position: static;
    display: none;
  }
}

.careers .recruit-line-item-content {
  padding-left: 40px;
  margin-top: 50px;
}

@media (max-width: 639px) {
  .careers .recruit-line-item-content {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 30px;
  }
}

.careers .recruit-line-item-title {
  color: #00ffcb;
  font-size: 31px;
  margin-bottom: 20px;
  position: relative;
}

.careers .recruit-line-item-title span {
  display: none;
}

@media (max-width: 639px) {
  .careers .recruit-line-item-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .careers .recruit-line-item-title span {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 30px;
    font-size: 11px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: -35px;
  }
}

.careers .recruit-line-item-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
}

@media (max-width: 639px) {
  .careers .recruit-line-item-desc {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.careers .recruit-line-final {
  text-align: center;
}

.careers .recruit-line-final-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 63px;
  height: 63px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  margin: 0 auto;
}

.careers .recruit-line-final-icon img {
  display: block;
  width: 28px;
}

.careers .recruit-line-final-text {
  padding-top: 30px;
}

.careers .recruit-line-final-text h6 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 959px) {
  .careers .recruit-line-final-text h6 {
    font-size: 30px;
  }
}

@media (max-width: 639px) {
  .careers .recruit-line-final-text h6 {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .careers .recruit-line-final-text h6 {
    font-size: 20px;
  }
}

.careers .recruit-line-final-text h6 span {
  font-weight: 40;
}

@media (max-width: 639px) {
  .careers .recruit-line-final {
    text-align: left;
    position: relative;
    padding-left: 45px;
  }

  .careers .recruit-line-final-icon {
    margin: auto;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .careers .recruit-line-final-icon img {
    width: 14px;
  }

  .careers .recruit-line-final-text {
    padding-top: 0;
  }
}

.careers .recruit-bottom {
  margin-top: 80px;
}

.careers .recruit-bottom img {
  display: block;
  width: 300px;
  margin: 0 auto;
}

@media (max-width: 639px) {
  .careers .recruit-bottom img {
    width: 180px;
  }
}

.careers .jobs {
  padding-top: 90px;
  padding-bottom: 90px;
}

.careers .jobs .is-hidden {
  display: none;
}

.careers .jobs-header {
  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;
}

.careers .jobs-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.careers .jobs-menu a {
  display: block;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #3c246b;
}

.careers .jobs-menu li.is-active a {
  color: #20b8ad;
}

@media (max-width: 959px) {
  .careers .jobs-menu a {
    font-size: 12px;
    padding: 0 8px;
  }
}

@media (max-width: 639px) {
  .careers .jobs-menu {
    display: none;
  }
}

.careers .jobs-headline {
  font-size: 40px;
  font-weight: 900;
  color: #3b1c60;
  position: relative;
  padding-left: 100px;
}

.careers .jobs-headline:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #00ffcb;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

@media (max-width: 959px) {
  .careers .jobs-headline {
    font-size: 36px;
  }
}

@media (max-width: 639px) {
  .careers .jobs-headline {
    font-size: 34px;
  }
}

@media (max-width: 479px) {
  .careers .jobs-headline {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .careers .jobs-headline {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .careers .jobs-headline {
    padding-left: 65px;
  }

  .careers .jobs-headline:before {
    width: 30px;
  }
}

@media (max-width: 479px) {
  .careers .jobs-headline {
    padding-left: 50px;
  }
}

.careers .jobs-text {
  font-size: 16px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  padding-left: 100px;
  line-height: 1.8em;
  width: 90%;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .careers .jobs-text {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .careers .jobs-text {
    padding-left: 65px;
  }
}

@media (max-width: 479px) {
  .careers .jobs-text {
    padding-left: 0px;
  }
}

@media (max-width: 959px) {
  .careers .jobs-text {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .careers .jobs-text {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .careers .jobs-text {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .careers .jobs-text {
    width: 100%;
  }
}

.careers .jobs-selector {
  margin-top: 30px;
  display: none;
}

@media (max-width: 639px) {
  .careers .jobs-selector {
    display: block;
  }
}

.careers .jobs-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careers .jobs-flex-item {
  width: 33.333%;
}

@media (max-width: 959px) {
  .careers .jobs-flex-item {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .careers .jobs-flex-item {
    width: 100%;
  }
}

.careers .jobs-item {
  position: relative;
  color: #3b1c60;
  border: 1px solid #dfdbe7;
  padding: 23px 25px;
  margin: 10px;
}

@media (max-width: 639px) {
  .careers .jobs-item {
    margin: 10px 0;
  }
}

.careers .jobs-item:hover {
  border-color: #21b8ad;
}

.careers .jobs-item-icon {
  max-width: 93px;
}

.careers .jobs-item-city {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 12px;
}

.careers .jobs-item-title {
  font-size: 24px;
}

.careers .jobs-item-title h6 {
  font-size: 22px;
  font-weight: 900;
  height: 60px;
}

.careers .jobs-item-more {
  position: relative;
  text-align: right;
}

.careers .jobs-item-more:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  background: #dfdbe7;
}

.careers .jobs-item-more a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-left: 15px;
}

.careers .jobs-item-more a img {
  width: 18px;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.careers .jobs-item-more a:hover img {
  -webkit-transform: translate(20px);
  transform: translate(20px);
}

.careers .jobs-more-offers {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.careers .jobs-more-offers-loader {
  text-align: center;
}

.careers .jobs-more-offers-loader-item {
  width: 80px;
  display: inline-block;
}

.careers .jobs-more-offers button {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #3b1c60;
}

.careers .jobs-more-offers button img {
  width: 12px;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.careers .jobs-more-offers button:hover img {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.careers .jobs .job-details {
  position: relative;
  margin-top: 50px;
  background: #f9f9f9;
}

.careers .jobs .job-detail {
  position: relative;
  padding-bottom: 50px;
}

.careers .jobs .job-detail[class*='uk-animation-'] {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.careers .jobs .job-detail-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 639px) {
  .careers .jobs .job-detail-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.careers .jobs .job-detail-flex-item:nth-of-type(1) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.careers .jobs .job-detail-flex-item:nth-of-type(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.careers .jobs .job-detail-content {
  padding-top: 60px;
  padding-right: 10%;
}

@media (max-width: 639px) {
  .careers .jobs .job-detail-content {
    padding-top: 0;
    padding-right: 0;
  }
}

.careers .jobs .job-detail-header {
  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;
}

@media (max-width: 959px) {
  .careers .jobs .job-detail-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 639px) {
  .careers .jobs .job-detail-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.careers .jobs .job-detail-title {
  color: #3b1c60;
  font-size: 40px;
}

@media (max-width: 959px) {
  .careers .jobs .job-detail-title {
    font-size: 36px;
  }
}

@media (max-width: 639px) {
  .careers .jobs .job-detail-title {
    font-size: 34px;
  }
}

@media (max-width: 479px) {
  .careers .jobs .job-detail-title {
    font-size: 32px;
  }
}

@media (max-width: 639px) {
  .careers .jobs .job-detail-title {
    width: 100%;
  }
}

.careers .jobs .job-detail-title h4 {
  font-weight: 900;
}

@media (max-width: 959px) {
  .careers .jobs .job-detail-btn {
    margin-bottom: 30px;
  }
}

.careers .jobs .job-detail-close {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2c0b53;
  white-space: nowrap;
  display: inline-block;
}

.careers .jobs .job-detail-close img {
  width: 13px;
  display: inline-block;
  margin-left: 6px;
}

.careers .jobs .job-detail-city {
  font-size: 16px;
  color: #dc307d;
  font-weight: 400;
  margin-top: 10px;
}

@media (max-width: 959px) {
  .careers .jobs .job-detail-city {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .careers .jobs .job-detail-city {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .careers .jobs .job-detail-city {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .careers .jobs .job-detail-city {
    margin-top: 5px;
  }
}

.careers .jobs .job-detail-text {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.6em;
  width: 95%;
}

@media (max-width: 959px) {
  .careers .jobs .job-detail-text {
    font-size: 13px;
  }
}

@media (max-width: 639px) {
  .careers .jobs .job-detail-text {
    font-size: 12.5px;
  }
}

@media (max-width: 479px) {
  .careers .jobs .job-detail-text {
    font-size: 12px;
  }
}

.careers .jobs .job-detail-text h6 {
  color: #3b1c60;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 959px) {
  .careers .jobs .job-detail-text h6 {
    font-size: 18px;
  }
}

@media (max-width: 639px) {
  .careers .jobs .job-detail-text h6 {
    font-size: 17px;
  }
}

@media (max-width: 479px) {
  .careers .jobs .job-detail-text h6 {
    font-size: 16px;
  }
}

.careers .jobs .job-detail-text-item {
  margin-top: 30px;
}

.careers .jobs .job-detail-text ul li {
  padding-left: 15px;
  position: relative;
}

.careers .jobs .job-detail-text ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #20b8ad;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 8px;
}

.careers .jobs .job-detail-footer {
  position: relative;
  margin-top: 40px;
  width: 61.6%;
}

.careers .jobs .job-detail-footer:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1%;
  background: #c9c2d4;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.careers .jobs .job-detail-footer .job-detail-close {
  position: relative;
  z-index: 2;
  background: #f9f9f9;
  padding-right: 20px;
}

@media (max-width: 639px) {
  .careers .jobs .job-detail-footer {
    width: 100%;
    text-align: center;
  }

  .careers .jobs .job-detail-footer:after {
    display: none;
  }

  .careers .jobs .job-detail-footer .job-detail-close {
    padding-right: 0;
  }
}

.careers .jobs .job-detail-actions {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.careers .jobs .job-detail-actions img {
  display: block;
  width: 100%;
}

.careers .jobs .job-detail-actions a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  background: #dc307d;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  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;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-family: 'Lato', sans-serif !important;
}

@media (max-width: 959px) {
  .careers .jobs .job-detail-actions a {
    font-size: 28px;
  }
}

@media (max-width: 639px) {
  .careers .jobs .job-detail-actions a {
    font-size: 26px;
  }
}

@media (max-width: 479px) {
  .careers .jobs .job-detail-actions a {
    font-size: 24px;
  }
}

.careers .jobs .job-detail-actions a span {
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-top: 10px;
}

@media (max-width: 959px) {
  .careers .jobs .job-detail-actions a span {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .careers .jobs .job-detail-actions a span {
    font-size: 11px;
  }
}

@media (max-width: 479px) {
  .careers .jobs .job-detail-actions a span {
    font-size: 10px;
  }
}

.careers .jobs .job-detail-actions a:hover {
  background: #e35c98;
}

@media (max-width: 639px) {
  .careers .jobs .job-detail-actions {
    margin-top: 50px;
  }

  .careers .jobs .job-detail-actions a {
    margin-top: 50px;
    margin-bottom: 30px;
    width: 150px;
    height: 150px;
  }
}

.careers .contact {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
  padding-bottom: 160px;
}

@media (max-width: 639px) {
  .careers .contact {
    padding-bottom: 70px;
  }
}

.careers .contact-title {
  text-align: center;
  margin-bottom: 50px;
}

.careers .contact-title h4 {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
}

@media (max-width: 959px) {
  .careers .contact-title h4 {
    font-size: 44px;
  }
}

@media (max-width: 639px) {
  .careers .contact-title h4 {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .careers .contact-title h4 {
    font-size: 32px;
  }
}

.careers .contact-title h6 {
  color: #00ffcb;
  font-weight: 400;
  margin-top: 5px;
  font-size: 40px;
}

@media (max-width: 959px) {
  .careers .contact-title h6 {
    font-size: 30px;
  }
}

@media (max-width: 639px) {
  .careers .contact-title h6 {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .careers .contact-title h6 {
    font-size: 20px;
  }
}

.careers .contact-form {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  /* CONTACT FORM 7*/
}

@media (max-width: 959px) {
  .careers .contact-form {
    width: 100%;
  }
}

.careers .contact-form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careers .contact-form-flex-item {
  width: 50%;
}

@media (max-width: 639px) {
  .careers .contact-form-flex-item {
    width: 100%;
  }
}

.careers .contact-form-input {
  width: 100%;
  padding: 5px;
  position: relative;
}

.careers .contact-form-input input,
.careers .contact-form-input select {
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  height: 64px;
  border: none;
  padding: 10px 15px;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  background: #fff;
}

.careers .contact-form-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  font-family: 'Lato', sans-serif;
  color: #757575;
  font-size: 16px;
}

.careers .contact-form-input select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  font-family: 'Lato', sans-serif;
  color: #757575;
}

.careers .contact-form-input .select-input-mask {
  background-image: url('/wp-content/themes/ardigen/assets/svg/arrow_scroll_down.svg');
  width: 20px;
  height: 10px;
  display: block;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  pointer-events: none;
}

.careers .contact-form-input textarea {
  width: 100%;
  height: 200px;
  padding: 10px 15px;
  border: none;
  display: block;
}

.careers .contact-form-upload-item {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.careers .contact-form .upload-fields {
  position: relative;
  background: #fff;
  padding: 20px 10px;
  overflow: hidden;
}

.careers .contact-form .upload-fields-mask {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.careers .contact-form .upload-fields-mask img {
  display: block;
  width: 60%;
  max-width: 120px;
}

.careers .contact-form .upload-fields-mask.is-clicked {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.careers .contact-form .upload-fields-lancher {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: #ff1a81;
  background: #f9f9f9;
  cursor: pointer;
}

.careers .contact-form .upload-fields-item {
  width: 100%;
  height: 45px;
  border: 1px dashed #000;
  margin-bottom: 10px;
  position: relative;
}

.careers .contact-form .upload-fields .wpcf7-form-control-wrap,
.careers .contact-form .upload-fields .wpcf7-form-control.wpcf7-file {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  background: #fff;
  outline: none;
  box-shadow: none;
}

.careers .contact-form .upload-file-loaded-container {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.careers .contact-form .upload-file-loaded-container button {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

.careers .contact-form .upload-label-error {
  font-size: 13px;
  color: #ff1a81;
}

.careers .contact-form .upload-label-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 60%;
}

.careers .contact-form-upload-box {
  background: #fff;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}

.careers .contact-form-upload-box input {
  visibility: hidden;
}

.careers .contact-form-upload-box img {
  display: none;
}

.careers .contact-form-upload-info {
  color: #ff1a81;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: center;
  width: 100%;
}

.careers .contact-form-upload-info span {
  display: block;
  color: #4d4d4d;
  font-size: 14px;
  text-align: center;
  width: 100%;
  font-weight: 400;
  margin-top: 8px;
}

@media (max-width: 639px) {
  .careers .contact-form-upload-info {
    position: relative;
    bottom: auto;
    font-size: 12px;
    padding: 20px 10px;
  }

  .careers .contact-form-upload-info span {
    font-size: 12px;
  }
}

.careers .contact-form-rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 639px) {
  .careers .contact-form-rules {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}

.careers .contact-form-checkbox {
  cursor: pointer;
  position: relative;
}

.careers .contact-form-checkbox input {
  position: absolute;
  display: none;
}

.careers .contact-form-checkbox .acceptance-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.careers .contact-form-checkbox .acceptance-rules {
  width: calc(100% - 32px);
}

.careers .contact-form-checkbox .inner-checkbox {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.careers .contact-form-checkbox .inner-checkbox:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #25e8da;
  border-radius: 10px;
  display: none;
}

.careers
  .contact-form-checkbox
  input:checked
  + .wpcf7-list-item-label
  .inner-checkbox:after {
  display: block;
}

.careers .contact-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 639px) {
  .careers .contact-form-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.careers .contact-form-captcha {
  width: 50%;
  padding: 0 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 639px) {
  .careers .contact-form-captcha {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.careers .contact-form-submit {
  width: 50%;
  padding: 0 5px;
}

.careers .contact-form-submit br {
  display: none;
}

.careers .contact-form-submit-input {
  width: 100%;
  max-width: 304px;
  height: 75px;
  position: relative;
}

.careers .contact-form-submit-input img {
  width: 22px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -6px;
  z-index: 2;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.careers .contact-form-submit-input:hover img {
  right: 15px;
}

@media (max-width: 639px) {
  .careers .contact-form-submit-input {
    margin: 0 auto;
  }
}

.careers .contact-form-submit input[type='submit'] {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #dc307d;
  color: #fff;
  padding: 13px 20px;
  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;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 304px;
  padding: 26px 29px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.careers .contact-form-submit input[type='submit'] img {
  width: 18px;
  display: block;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.careers .contact-form-submit input[type='submit']:hover {
  background: #e35c98;
}

.careers .contact-form-submit input[type='submit']:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

@media (max-width: 959px) {
  .careers .contact-form-submit input[type='submit'] {
    font-size: 17px;
  }
}

@media (max-width: 639px) {
  .careers .contact-form-submit input[type='submit'] {
    font-size: 15.5px;
  }
}

@media (max-width: 479px) {
  .careers .contact-form-submit input[type='submit'] {
    font-size: 14px;
  }
}

.careers .contact-form-submit input[type='submit']:after {
  content: "url('/wp-content/themes/ardigen/assets/svg/ico_cv_attach.svg')";
}

.careers .contact-form-submit input[type='submit'] img {
  width: 18px;
}

@media (max-width: 639px) {
  .careers .contact-form-submit {
    width: 100%;
    padding-top: 20px;
  }

  .careers .contact-form-submit input[type='submit'] {
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 400;
    width: 100%;
    max-width: 304px;
  }
}

.careers .contact-form .wpcf7-list-item {
  margin: 0;
}

.careers .contact-form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 400;
  padding-top: 10px;
  color: #ff1a81;
}

.careers .contact-form .wpcf7-response-output {
  border: none;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  color: #fff;
  line-height: 1.6em;
}

.careers .contact-form .ajax-loader {
  background-image: url('/wp-content/themes/ardigen/assets/svg/ardigen_preloader_2.gif');
  width: 100px;
  height: 27px;
  padding: 0;
  margin: 0;
  background-size: 100% 100%;
  margin-top: 25px;
  -webkit-transform: translate(-50%) translate(-9px);
  transform: translate(-50%) translate(-9px);
}

@media (max-width: 639px) {
  .careers .contact-form .ajax-loader {
    -webkit-transform: none;
    transform: none;
    display: block;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 27px;
  }
}

.mobile-selector {
  position: relative;
}

.mobile-selector li a {
  display: block;
}

@media (max-width: 959px) {
  .mobile-selector li a {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .mobile-selector li a {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .mobile-selector li a {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .mobile-selector li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@-webkit-keyframes itemRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes itemRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes itemBounce {
  0% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }

  50% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }

  100% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
}

@keyframes itemBounce {
  0% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }

  50% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }

  100% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
}

.services .intro {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 639px) {
  .services .intro {
    padding-top: 120px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.services .intro-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services .intro-flex-item {
  width: 50%;
}

@media (max-width: 639px) {
  .services .intro-flex-item {
    width: 100%;
  }
}

.services .intro-headline {
  font-weight: 600;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.services .intro-headline h1 {
  font-size: 56px;
}

@media (max-width: 1280px) {
  .services .intro-headline h1 {
    font-size: 40px;
  }
}

@media (max-width: 959px) {
  .services .intro-headline h1 {
    font-size: 36px;
  }
}

@media (max-width: 639px) {
  .services .intro-headline h1 {
    font-size: 34px;
  }
}

@media (max-width: 479px) {
  .services .intro-headline h1 {
    font-size: 32px;
  }
}

.services .intro-headline span {
  display: block;
  font-weight: 300;
}

.services .intro-headline:after {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #00ffcb;
}

.services .intro-big {
  padding: 10px;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  line-height: 1.5em;
}

@media (max-width: 959px) {
  .services .intro-big {
    font-size: 20px;
  }
}

@media (max-width: 639px) {
  .services .intro-big {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .services .intro-big {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .services .intro-big {
    padding: 0;
    padding-bottom: 20px;
  }
}

.services .intro-small {
  padding: 10px;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  line-height: 1.8em;
}

@media (max-width: 959px) {
  .services .intro-small {
    font-size: 18px;
  }
}

@media (max-width: 639px) {
  .services .intro-small {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  .services .intro-small {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .services .intro-small {
    padding: 0;
    padding-bottom: 60px;
  }
}

@media (max-width: 639px) {
  .services .intro .arrow-structure {
    display: none;
  }
}

.services .tech {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

@media (max-width: 959px) {
  .services .tech {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.services .tech-mobile-graph {
  display: none;
}

@media (max-width: 959px) {
  .services .tech-mobile-graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }

  .services .tech-mobile-graph-titles {
    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;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
  }
}

@media (max-width: 959px) and (max-width: 639px) {
  .services .tech-mobile-graph-titles {
    padding: 4px 0;
    font-size: 12px;
    line-height: 17px;
  }
}

@media (max-width: 959px) {
  .services .tech-mobile-graph-image {
    position: relative;
  }

  .services .tech-mobile-graph-image h3 {
    position: absolute;
    left: 8.5%;
    top: 9.5%;
    background: #4c2779;
    border-radius: 200px;
    color: #fff;
    font-size: 18px;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
  }
}

@media (max-width: 959px) and (max-width: 639px) {
  .services .tech-mobile-graph-image h3 {
    left: 12%;
    top: 13%;
    width: 73px;
    height: 73px;
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .services .tech-mobile-graph-image h3:before {
    content: '';
    position: absolute;
    width: 86%;
    height: 86%;
    border: 1px solid #3888a9;
    left: 5.5%;
    top: 5.5%;
    z-index: 4;
    border-radius: 150px;
  }

  .services .tech-mobile-graph-image img {
    display: block;
    min-width: 180px;
  }
}

@media (max-width: 959px) and (max-width: 639px) {
  .services .tech-mobile-graph-image img {
    min-width: 120px;
  }
}

.services .tech-bg {
  max-width: 830px;
  margin: 0 auto;
  position: relative;
}

.services .tech-bg-content {
  position: absolute;
  width: 830px;
  height: 1460px;
}

.services .tech-bg img {
  display: block;
  width: 100%;
}

.services .tech-bg-center {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.services .tech-bg-center h6 {
  text-align: center;
  width: 100%;
  color: #4c2779;
  margin: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.services .tech-bg-center-circle {
  width: 182px;
  height: 182px;
  color: #fff;
  background: #4c2779;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  position: relative;
}

.services .tech-bg-center-circle h3 {
  font-weight: 400;
  position: relative;
  z-index: 3;
}

.services .tech-bg-center-circle:after {
  content: '';
  position: absolute;
  left: 10%;
  top: 10%;
  border: 1px solid #3888a9;
  width: 80%;
  height: 80%;
  z-index: 2;
  border-radius: 100px;
  background: transparent;
}

@media (max-width: 959px) {
  .services .tech-bg {
    display: none;
  }
}

.services .tech .tech-row {
  position: relative;
}

.services .tech .tech-row-mobile-title {
  font-size: 24px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  color: #2c0b53;
  padding-bottom: 34px;
  padding-top: 24px;
  display: none;
  border-top: 1px solid #d8d8d8;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.services .tech .tech-row-mobile-title.no-border {
  border: none;
}

@media (max-width: 959px) {
  .services .tech .tech-row .additional-image,
  .services .tech .tech-row .additional-image-1,
  .services .tech .tech-row .additional-image-2 {
    display: none !important;
  }

  .services .tech .tech-row-mobile-title {
    display: block;
  }
}

.services .tech .tech-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 959px) {
  .services .tech .tech-row-flex {
    min-height: 0 !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .services .tech .tech-row-flex-item {
    width: 100% !important;
  }
}

.services .tech .tech-row .item-1 {
  width: 35%;
}

.services .tech .tech-row .item-2 {
  width: 40%;
}

.services .tech .tech-row.tech-row-1 {
  position: relative;
  z-index: 10;
}

.services .tech .tech-row.tech-row-1 .additional-image {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-60%, -35%);
  transform: translate(-60%, -35%);
  display: block;
  width: 32%;
}

.services .tech .tech-row.tech-row-1 .additional-image img {
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
  width: 100%;
  -webkit-animation: itemBounce 10s linear infinite;
  animation: itemBounce 10s linear infinite;
}

.services .tech .tech-row.tech-row-2 .tech-row-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 330px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.services .tech .tech-row .item-3 {
  width: 27%;
}

.services .tech .tech-row.tech-row-3 {
  position: relative;
  z-index: 3;
}

.services .tech .tech-row.tech-row-3 .tech-row-flex {
  min-height: 590px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services .tech .tech-row .item-4 {
  width: 36%;
  position: relative;
  z-index: 2;
}

.services .tech .tech-row .item-4 .additional-image-1 {
  position: absolute;
  right: 0;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

.services .tech .tech-row .item-4 .additional-image-1 img {
  display: block;
  width: 100%;
  -webkit-animation: itemBounce 7s infinite;
  animation: itemBounce 7s infinite;
}

.services .tech .tech-row .item-4 .additional-image-2 {
  position: absolute;
  left: 0;
  -webkit-transform: translate(0, -120%);
  transform: translate(0, -120%);
}

.services .tech .tech-row .item-4 .additional-image-2 img {
  display: block;
  width: 100%;
  -webkit-animation: itemBounce 9s infinite;
  animation: itemBounce 9s infinite;
}

.services .tech .tech-row.tech-row-4 .tech-row-flex {
  min-height: 560px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services .tech .tech-row .item-5 {
  width: 36%;
  position: relative;
}

.services .tech .tech-row .item-5 .additional-image-1 {
  position: absolute;
  right: 0;
  -webkit-transform: translate(0, -70%);
  transform: translate(0, -70%);
}

.services .tech .tech-row .item-5 .additional-image-1 img {
  display: block;
  width: 100%;
  -webkit-animation: itemBounce 9s infinite;
  animation: itemBounce 9s infinite;
}

.services .tech .tech-row .item-5 .additional-image-2 {
  position: absolute;
  left: 0;
  -webkit-transform: translate(20%, -80%);
  transform: translate(20%, -80%);
}

.services .tech .tech-row .item-5 .additional-image-2 img {
  display: block;
  width: 100%;
  -webkit-animation: itemBounce 8s infinite;
  animation: itemBounce 8s infinite;
}

.services .tech .tech-row.tech-row-5 .tech-row-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 330px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services .tech-text-item {
  position: relative;
  z-index: 11;
}

.services .tech-text-item-box {
  background-repeat: no-repeat;
  background-position: 50% 1000px;
}

.services .tech-text-item h5 {
  color: #2c0b53;
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 600;
}

.services .tech-text-item h5 .tech-toggle-icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 21px;
  height: 21px;
  overflow: hidden;
  display: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
}

.services .tech-text-item h5 .tech-toggle-icon img {
  display: block;
  width: 19px !important;
  height: 19px;
  margin: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.services .tech-text-item h5 .tech-toggle-icon img:nth-of-type(1) {
  opacity: 1;
}

.services .tech-text-item h5:before {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #973794;
}

@media (max-width: 959px) {
  .services .tech-text-item h5 {
    padding-bottom: 0;
    padding-left: 34px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 24px;
  }

  .services .tech-text-item h5:before {
    width: 5px;
    height: 5px;
    border: 5px solid #973794;
    background: transparent !important;
    border-radius: 30px;
    left: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .services .tech-text-item h5 .tech-toggle-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 639px) {
  .services .tech-text-item h5 {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .services .tech-text-item h5 {
    font-size: 16px;
  }
}

.services .tech-text-item-content {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.6em;
}

.services .tech-text-item-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.6em;
}

.services .tech-text-item-lists ul {
  margin-top: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.services .tech-text-item-lists li {
  padding-left: 12px;
  position: relative;
}

.services .tech-text-item-lists li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #973794;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 8px;
}

.services .tech-text-item.is-green h5:before {
  background: #10baaf;
  border-color: #10baaf;
}

.services .tech-text-item.is-green .tech-text-item-content:before {
  background: #10baaf;
}

.services .tech-text-item.is-green .tech-text-item-lists li:before {
  background: #10baaf;
}

.services .tech-text-item.is-red h5:before {
  background: #de3785;
  border-color: #de3785;
}

.services .tech-text-item.is-red .tech-text-item-content:before {
  background: #de3785;
}

.services .tech-text-item.is-red .tech-text-item-lists li:before {
  background: #de3785;
}

.services .tech-text-item.is-violet h5:before {
  background: #a87bd8;
  border-color: #a87bd8;
}

.services .tech-text-item.is-violet .tech-text-item-content:before {
  background: #a87bd8;
}

.services .tech-text-item.is-violet .tech-text-item-lists li:before {
  background: #a87bd8;
}

.services .tech-text-item.is-dark-blue h5:before {
  background: #7030a0;
  border-color: #7030a0;
}

.services .tech-text-item.is-dark-blue .tech-text-item-content:before {
  background: #7030a0;
}

.services .tech-text-item.is-dark-blue .tech-text-item-lists li:before {
  background: #7030a0;
}

@media (max-width: 959px) {
  .services .tech-text-item {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .services .tech-text-item-box {
    background-position: 50% 100%;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding-bottom: 0;
    -webkit-transform: translate(40px);
    transform: translate(40px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }

  .services .tech-text-item.is-open .tech-text-item-box {
    padding-bottom: 150px;
    height: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .services .tech-text-item.is-open .tech-toggle-icon img:nth-of-type(1) {
    -webkit-transform: translate(-21px);
    transform: translate(-21px);
    opacity: 0;
  }

  .services .tech-text-item.is-open .tech-toggle-icon img:nth-of-type(2) {
    -webkit-transform: translate(-21px);
    transform: translate(-21px);
    opacity: 1;
  }

  .services .tech-text-item-content {
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
  }

  .services .tech-text-item-content:before {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 50px;
    height: 1px;
    background: #00ffcb;
    top: 0;
    background: #973794;
  }
}

@media (max-width: 639px) {
  .services .tech-text-item {
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .services .tech-text-item-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.services .learn {
  padding-top: 60px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center center;
}

.services .learn-title {
  text-align: center;
  width: 100%;
  font-size: 56px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 50px;
}

@media (max-width: 959px) {
  .services .learn-title {
    font-size: 44px;
  }
}

@media (max-width: 639px) {
  .services .learn-title {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .services .learn-title {
    font-size: 32px;
  }
}

@media (max-width: 639px) {
  .services .learn-title {
    margin-bottom: 30px;
  }
}

@media (min-width: 960px) {
  .services .learn-slider[data-count='3'] .slider-controls {
    display: none;
  }
}

@media (min-width: 640px) {
  .services .learn-slider[data-count='2'] .slider-controls {
    display: none;
  }
}

@media (min-width: 480px) {
  .services .learn-slider[data-count='1'] .slider-controls {
    display: none;
  }
}

.services .learn-slider .slider {
  margin-bottom: 40px;
}

.services .learn-slider .slider-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.services .learn-slider .slide {
  width: 33.34%;
}

@media (max-width: 959px) {
  .services .learn-slider .slide {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .services .learn-slider .slide {
    width: 100%;
  }
}

.services .learn-slider .slide-content {
  padding: 10px;
  height: 100%;
}

.services .learn-item {
  background: #fff;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 100%;
  position: relative;
}

.services .learn-item-image {
  width: 100%;
  padding-top: 58%;
  position: relative;
}

.services .learn-item-image span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: center center;
}

.services .learn-item-content {
  padding: 15px;
  padding-bottom: 80px;
}

.services .learn-item-title {
  color: #3c246b;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4em;
  width: 90%;
}

@media (max-width: 959px) {
  .services .learn-item-title {
    font-size: 18px;
  }
}

@media (max-width: 639px) {
  .services .learn-item-title {
    font-size: 17px;
  }
}

@media (max-width: 479px) {
  .services .learn-item-title {
    font-size: 16px;
  }
}

@media (max-width: 959px) {
  .services .learn-item-title {
    width: 100%;
  }
}

.services .learn-item-text {
  color: #343434;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.8em;
}

.services .learn-item-btn {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.services .learn-item-btn a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #20b8ad;
  color: #fff;
  padding: 13px 20px;
  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;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 75%;
}

.services .learn-item-btn a img {
  width: 18px;
  display: block;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.services .learn-item-btn a:hover {
  background: #30dbcf;
}

.services .learn-item-btn a:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

@media (max-width: 1199px) {
  .services .learn-item-btn a {
    width: 80%;
  }
}

@media (max-width: 959px) {
  .services .learn-item-btn a {
    width: 100%;
  }
}

.services .article {
  position: relative;
}

.services .article .is-hidden {
  display: none;
}

.services .article-loader {
  text-align: center;
}

.services .article-loader-item {
  display: inline-block;
  max-width: 80px;
}

.services .article-item {
  padding-bottom: 40px;
  background: #f9f9f9;
}

.services .article-item[class*='uk-animation-'] {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.services .article-close,
.services .article-back {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
}

.services .article-close a,
.services .article-back a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #2c0b53;
}

.services .article-close a img,
.services .article-back a img {
  width: 14px;
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.services .article-back {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.services .article-back a {
  text-decoration: none;
  white-space: nowrap;
}

.services .article-back a img {
  margin-right: 10px;
}

.services .article-back::after {
  content: '';
  height: 1px;
  background: #d9d5e5;
  width: 100%;
  position: relative;
  margin-left: 50px;
  margin-top: 8px;
}

@media (max-width: 639px) {
  .services .article-back {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services .article-back:after {
    text-align: center;
    display: none;
  }
}

.services .work {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}

@media (max-width: 639px) {
  .services .work {
    padding-bottom: 60px;
  }
}

.services .work-title {
  font-size: 56px;
  color: #3b1c60;
  text-align: center;
}

@media (max-width: 959px) {
  .services .work-title {
    font-size: 44px;
  }
}

@media (max-width: 639px) {
  .services .work-title {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .services .work-title {
    font-size: 32px;
  }
}

.services .work-title span {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  margin-top: 5px;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .services .work-title span {
    font-size: 22px;
  }
}

@media (max-width: 639px) {
  .services .work-title span {
    font-size: 19px;
  }
}

@media (max-width: 479px) {
  .services .work-title span {
    font-size: 16px;
  }
}

.services .work-text {
  font-size: 16px;
  color: #4d4d4d;
  text-align: center;
  line-height: 1.7em;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .services .work-text {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .services .work-text {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .services .work-text {
    font-size: 12px;
  }
}

.services .work-graph {
  position: relative;
  text-align: center;
}

.services .work-graph-image {
  position: relative;
  width: 88%;
  margin-left: 12%;
  max-width: 850px;
  display: inline-block;
}

@media (max-width: 639px) {
  .services .work-graph-image {
    margin-left: 0%;
    width: 100%;
    margin-top: 120px;
  }
}

.services .work-graph-image img {
  width: 100%;
}

.services .work-graph-image-h {
  display: block;
}

@media (max-width: 639px) {
  .services .work-graph-image-h {
    display: none;
  }
}

.services .work-graph-image-v {
  display: none;
}

@media (max-width: 639px) {
  .services .work-graph-image-v {
    display: block;
  }
}

.services .work-graph-image .marker {
  position: absolute;
  font-size: 10px;
  font-weight: 400;
  color: #808080;
  white-space: nowrap;
}

.services .work-graph-image .marker-1 {
  color: #2c0b53;
  font-size: 16px;
  font-weight: 600;
  right: 101%;
  top: 43%;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .services .work-graph-image .marker-1 {
    right: 95%;
    top: 34%;
  }
}

@media (max-width: 959px) {
  .services .work-graph-image .marker-1 {
    font-size: 14px;
    top: 30%;
  }
}

@media (max-width: 639px) {
  .services .work-graph-image .marker-1 {
    font-size: 16px;
    top: -2%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}

@media (max-width: 479px) {
  .services .work-graph-image .marker-1 {
    top: -2%;
  }
}

.services .work-graph-image .marker-2 {
  font-size: 14px;
  color: #dc307d;
  font-weight: 600;
  right: 72.5%;
  top: 62%;
}

@media (max-width: 1199px) {
  .services .work-graph-image .marker-2 {
    top: 65%;
  }
}

@media (max-width: 639px) {
  .services .work-graph-image .marker-2 {
    top: 3%;
    right: 15%;
  }
}

@media (max-width: 479px) {
  .services .work-graph-image .marker-2 {
    top: 2%;
    right: 5%;
  }
}

.services .work-graph-image .marker-3 {
  font-size: 14px;
  color: #20b8ad;
  font-weight: 600;
  right: 74.5%;
  top: 14%;
}

@media (max-width: 1199px) {
  .services .work-graph-image .marker-3 {
    top: 10%;
  }
}

@media (max-width: 639px) {
  .services .work-graph-image .marker-3 {
    top: 3%;
    right: 75%;
  }
}

@media (max-width: 479px) {
  .services .work-graph-image .marker-3 {
    top: 2%;
  }
}

.services .work-graph-image .marker-4 {
  right: 93.5%;
  top: 14%;
}

@media (max-width: 639px) {
  .services .work-graph-image .marker-4 {
    top: 10.75%;
    right: 80%;
  }
}

.services .work-graph-image .marker-5 {
  right: 87.5%;
  top: 42.5%;
}

@media (max-width: 639px) {
  .services .work-graph-image .marker-5 {
    top: 20.5%;
    right: 58%;
  }
}

.services .work-graph-image .marker-6 {
  right: 77.5%;
  top: 25.5%;
}

@media (max-width: 639px) {
  .services .work-graph-image .marker-6 {
    top: 31%;
    right: 78%;
  }
}

.services .work-graph-image .marker-7 {
  right: 67%;
  top: 40.5%;
}

@media (max-width: 639px) {
  .services .work-graph-image .marker-7 {
    top: 41.25%;
    right: 66%;
  }
}

.services .work-graph-image .marker-8 {
  right: 55.5%;
  top: 30.5%;
}

@media (max-width: 639px) {
  .services .work-graph-image .marker-8 {
    top: 51.25%;
    right: 79%;
  }
}

.services .work-graph-legend {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.services .work-graph-legend li {
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #727272;
}

.services .work-graph-legend li span {
  margin-left: 10px;
  font-size: 12px;
}

.services .work-graph-legend li img {
  display: block;
  width: 24px;
}

@media (max-width: 959px) {
  .services .work-graph-legend {
    -webkit-transform: translate(0, 70%);
    transform: translate(0, 70%);
  }
}

@media (max-width: 639px) {
  .services .work-graph-legend {
    position: relative;
    -webkit-transform: none;
    transform: none;
    margin-top: 30px;
  }
}

.services .trust {
  padding-top: 100px;
  padding-bottom: 90px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media (max-width: 639px) {
  .services .trust {
    padding-top: 40px;
  }
}

.services .trust-mask {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
  background: #3c246b;
}

.services .trust-title {
  font-size: 56px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 959px) {
  .services .trust-title {
    font-size: 44px;
  }
}

@media (max-width: 639px) {
  .services .trust-title {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .services .trust-title {
    font-size: 32px;
  }
}

.services .trust-content {
  background: #472c85;
  padding: 60px 60px 40px;
  margin-top: 50px;
}

@media (max-width: 959px) {
  .services .trust-content {
    padding: 30px;
  }
}

@media (max-width: 479px) {
  .services .trust-logos .fade-logos .main-trusted-logos-flex-item {
    width: 50%;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 479px) {
  .services .trust-logos .fade-logos .main-trusted-logos-flex-item {
    width: 100%;
    margin-bottom: 20px !important;
  }
}

.services .trust-slider {
  margin-top: 8%;
}

@media (max-width: 479px) {
  .services .trust-slider {
    margin-top: 60px;
  }
}

.services .trust-slider .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.services .trust-slider .slide {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.services .trust-slider .trust-slide-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.services .trust-slider .trust-slide-flex-item:nth-of-type(1) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.services .trust-slider .trust-slide-flex-item:nth-of-type(2) {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

@media (max-width: 959px) {
  .services .trust-slider .trust-slide-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;
  }

  .services .trust-slider .trust-slide-flex-item:nth-of-type(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .services .trust-slider .trust-slide-flex-item:nth-of-type(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.services .trust-slider .trust-slide-info {
  text-align: right;
}

.services .trust-slider .trust-slide-info img {
  display: inline-block;
  width: 18px;
}

.services .trust-slider .trust-slide-info > span {
  display: block;
}

.services .trust-slider .trust-slide-info-person {
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
  white-space: nowrap;
}

.services .trust-slider .trust-slide-info-position {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: 5px;
}

.services .trust-slider .trust-slide-info-address {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: 5px;
}

@media (max-width: 959px) {
  .services .trust-slider .trust-slide-info {
    text-align: left;
    margin-bottom: 20px;
  }
}

.services .trust-slider .trust-slide-desc {
  text-align: left;
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  margin-left: 50px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7em;
  padding-left: 50px;
  position: relative;
  padding-right: 70px;
}

@media (max-width: 959px) {
  .services .trust-slider .trust-slide-desc {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .services .trust-slider .trust-slide-desc {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .services .trust-slider .trust-slide-desc {
    font-size: 12px;
  }
}

.services .trust-slider .trust-slide-desc:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #25e8da;
  border-right: none;
}

@media (max-width: 959px) {
  .services .trust-slider .trust-slide-desc {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    padding-top: 30px;
    padding-right: 0;
  }

  .services .trust-slider .trust-slide-desc:before {
    width: 100%;
    height: 7px;
    border-right: 2px solid #25e8da;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.services .trust-slider .slider-controls {
  margin-top: 30px;
}

.services .touch {
  padding-top: 70px;
  padding-bottom: 70px;
  background-size: cover;
  background-position: center center;
}

.services .touch-title {
  color: #fff;
  font-size: 56px;
  text-align: center;
}

@media (max-width: 959px) {
  .services .touch-title {
    font-size: 44px;
  }
}

@media (max-width: 639px) {
  .services .touch-title {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .services .touch-title {
    font-size: 32px;
  }
}

.services .touch-btn {
  margin-top: 50px;
  text-align: center;
}

.services .touch-btn a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #dc307d;
  color: #fff;
  padding: 13px 20px;
  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;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-size: 20px;
  font-weight: 600;
  padding: 25px 30px;
  width: 30%;
  margin: 0 auto;
}

.services .touch-btn a img {
  width: 18px;
  display: block;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.services .touch-btn a:hover {
  background: #e35c98;
}

.services .touch-btn a:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

@media (max-width: 959px) {
  .services .touch-btn a {
    font-size: 17px;
  }
}

@media (max-width: 639px) {
  .services .touch-btn a {
    font-size: 15.5px;
  }
}

@media (max-width: 479px) {
  .services .touch-btn a {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .services .touch-btn a {
    width: 45%;
  }
}

@media (max-width: 959px) {
  .services .touch-btn a {
    font-weight: 400;
    width: 90%;
  }
}

.tc h1,
.tc h2,
.tc h3,
.tc h4,
.tc h5,
.tc h6 {
  color: #3b1c60;
  font-weight: 900;
  padding: 1.2em 0 0.8em;
}

.tc h1.bold,
.tc h2.bold,
.tc h3.bold,
.tc h4.bold,
.tc h5.bold,
.tc h6.bold {
  font-weight: 600;
}

.tc h1.mont,
.tc h2.mont,
.tc h3.mont,
.tc h4.mont,
.tc h5.mont,
.tc h6.mont {
  font-family: 'Montsterrat', sans-serif;
}

.tc h1 {
  font-size: 50px;
}

@media (max-width: 959px) {
  .tc h1 {
    font-size: 41px;
  }
}

@media (max-width: 639px) {
  .tc h1 {
    font-size: 36.5px;
  }
}

@media (max-width: 479px) {
  .tc h1 {
    font-size: 32px;
  }
}

.tc h2 {
  font-size: 40px;
}

@media (max-width: 959px) {
  .tc h2 {
    font-size: 32px;
  }
}

@media (max-width: 639px) {
  .tc h2 {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  .tc h2 {
    font-size: 24px;
  }
}

.tc h3 {
  font-size: 32px;
}

@media (max-width: 959px) {
  .tc h3 {
    font-size: 26px;
  }
}

@media (max-width: 639px) {
  .tc h3 {
    font-size: 23px;
  }
}

@media (max-width: 479px) {
  .tc h3 {
    font-size: 20px;
  }
}

.tc h4 {
  font-size: 20px;
}

@media (max-width: 959px) {
  .tc h4 {
    font-size: 20px;
  }
}

@media (max-width: 639px) {
  .tc h4 {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .tc h4 {
    font-size: 16px;
  }
}

.tc h5 {
  font-size: 16px;
}

@media (max-width: 959px) {
  .tc h5 {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .tc h5 {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .tc h5 {
    font-size: 16px;
  }
}

.tc h6 {
  font-size: 12px;
}

@media (max-width: 959px) {
  .tc h6 {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .tc h6 {
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .tc h6 {
    font-size: 12px;
  }
}

.tc a {
  color: #dc307d;
  text-decoration: underline;
}

.tc p {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  padding: 1em 0;
  line-height: 1.8em;
}

@media (max-width: 959px) {
  .tc p {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .tc p {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .tc p {
    font-size: 12px;
  }
}

.tc ul,
.tc ol {
  line-height: 1.6em;
}

.tc img.float-right {
  float: right;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tc img.float-left {
  float: left;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tc-big-title {
  color: #3b1c60;
  font-family: 'Lato', sans-serif;
  margin-bottom: 15px;
  position: relative;
}

.tc-big-title h1,
.tc-big-title h2,
.tc-big-title h3,
.tc-big-title h4,
.tc-big-title h5,
.tc-big-title h6 {
  font-size: 50px;
  font-weight: 900;
}

@media (max-width: 959px) {
  .tc-big-title h1,
  .tc-big-title h2,
  .tc-big-title h3,
  .tc-big-title h4,
  .tc-big-title h5,
  .tc-big-title h6 {
    font-size: 41px;
  }
}

@media (max-width: 639px) {
  .tc-big-title h1,
  .tc-big-title h2,
  .tc-big-title h3,
  .tc-big-title h4,
  .tc-big-title h5,
  .tc-big-title h6 {
    font-size: 36.5px;
  }
}

@media (max-width: 479px) {
  .tc-big-title h1,
  .tc-big-title h2,
  .tc-big-title h3,
  .tc-big-title h4,
  .tc-big-title h5,
  .tc-big-title h6 {
    font-size: 32px;
  }
}

.tc-big-title:after {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #00ffcb;
}

@media (max-width: 639px) {
  .tc-big-title:after {
    display: none;
  }
}

.tc-images-row {
  position: relative;
}

.tc-images-row-flex {
  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;
}

.tc-images-row-flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 639px) {
  .tc-images-row-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .tc-images-row-flex-item {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

.tc-images-row-item img {
  display: block;
  width: 100%;
}

.tc-text-columns-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tc-text-columns-flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 48%;
}

.tc-text-columns-flex-item:nth-of-type(1) .tc-text-columns-item {
  padding-left: 0;
}

.tc-text-columns-flex-item:nth-last-of-type(1) .tc-text-columns-item {
  padding-right: 0;
}

@media (max-width: 639px) {
  .tc-text-columns-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tc-text-columns-flex-item {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .tc-text-columns-flex-item .tc-text-columns-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.tc-text-columns-item {
  padding: 0 20px;
}

.tc-quote {
  position: relative;
  margin-top: 20px;
}

.tc-quote-content {
  position: relative;
  background: #f1f1f1;
  padding: 55px 10px 35px;
  color: #4d4d4d;
  text-align: center;
}

.tc-quote-content img {
  display: block;
  width: 32px;
  position: absolute;
  left: 6%;
  top: 30px;
}

@media (max-width: 639px) {
  .tc-quote-content {
    padding-top: 45px;
    padding-bottom: 70px;
  }

  .tc-quote-content img {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    margin-bottom: 25px;
  }
}

.tc-quote-text {
  width: 60%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7em;
}

@media (max-width: 639px) {
  .tc-quote-text {
    width: 90%;
  }
}

.tc-quote-author {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-left: 60px;
}

@media (max-width: 959px) {
  .tc-quote-author {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .tc-quote-author {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .tc-quote-author {
    font-size: 12px;
  }
}

.tc-quote-author:before {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #00ffcb;
  background: #ff1a81;
  top: 50%;
  left: 0;
  width: 45px;
}

.tc-separator {
  display: block;
  width: 100%;
}

.tc-separator.big {
  height: 50px;
}

.tc-separator.medium {
  height: 30px;
}

.tc-separator.small {
  height: 15px;
}

.tc-numbers {
  position: relative;
}

.tc-numbers-flex {
  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;
}

.tc-numbers-flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 639px) {
  .tc-numbers-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tc-numbers-flex-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
}

.tc-numbers-item {
  padding: 50px 10px;
  text-align: center;
  background: #eeecf0;
  margin: 1px;
}

.tc-numbers-item-legend {
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 400;
}

.tc-numbers-item-number {
  font-size: 48px;
  color: #20b8ad;
  font-weight: 400;
  margin-top: 15px;
  display: block;
}

.tc-call-to {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center center;
}

.tc-call-to button {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #dc307d;
  color: #fff;
  padding: 13px 20px;
  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;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  padding: 25px 30px;
}

.tc-call-to button img {
  width: 18px;
  display: block;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.tc-call-to button:hover {
  background: #e35c98;
}

.tc-call-to button:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

.news .intro {
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
}

.news .intro-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news .intro-flex-item {
  width: 65%;
}

@media (max-width: 959px) {
  .news .intro-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .news .intro-flex-item {
    width: 75%;
  }
}

@media (max-width: 639px) {
  .news .intro-flex-item {
    width: 100%;
  }
}

.news .intro-date {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  -webkit-transform: translate(45px) translate(-50%);
  transform: translate(45px) translate(-50%);
}

.news .intro-date span {
  display: block;
}

@media (max-width: 959px) {
  .news .intro-date {
    font-size: 15px;
  }
}

@media (max-width: 639px) {
  .news .intro-date {
    font-size: 15.5px;
  }
}

@media (max-width: 479px) {
  .news .intro-date {
    font-size: 16px;
  }
}

.news .intro-content {
  margin-left: 45px;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-left: 1px solid #00ffcb;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 85%;
}

@media (max-width: 639px) {
  .news .intro-content {
    width: 100%;
    margin-left: 15px;
  }
}

.news .intro-title {
  margin-bottom: 30px;
}

.news .intro-title h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 38px;
  line-height: 1.4em;
}

@media (max-width: 959px) {
  .news .intro-title h1 {
    font-size: 31px;
  }
}

@media (max-width: 639px) {
  .news .intro-title h1 {
    font-size: 27.5px;
  }
}

@media (max-width: 479px) {
  .news .intro-title h1 {
    font-size: 24px;
  }
}

.news .intro-short {
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
  width: 80%;
}

.news .intro-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news .intro-btn a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #20b8ad;
  color: #fff;
  padding: 13px 20px;
  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;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 20px;
}

.news .intro-btn a img {
  width: 18px;
  display: block;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.news .intro-btn a:hover {
  background: #30dbcf;
}

.news .intro-btn a:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

@media (max-width: 639px) {
  .news .intro-btn {
    display: block;
    padding: 0 15px;
  }

  .news .intro-btn a {
    width: 100%;
    margin: 0 auto;
  }
}

.news .list {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (max-width: 959px) {
  .news .list {
    padding-top: 50px;
  }
}

@media (max-width: 639px) {
  .news .list {
    padding-top: 30px;
  }
}

.news .list-title {
  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;
}

.news .list-title h3 {
  font-size: 40px;
  color: #3c246b;
  font-size: 40px;
  font-weight: 400;
  color: #3b1c60;
  position: relative;
  padding-left: 100px;
  font-weight: 900;
}

.news .list-title h3:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #00ffcb;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

@media (max-width: 959px) {
  .news .list-title h3 {
    font-size: 30px;
  }
}

@media (max-width: 639px) {
  .news .list-title h3 {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .news .list-title h3 {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .news .list-title h3 {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .news .list-title h3 {
    padding-left: 65px;
  }

  .news .list-title h3:before {
    width: 30px;
  }
}

@media (max-width: 479px) {
  .news .list-title h3 {
    padding-left: 50px;
  }
}

.news .list-title .list-cats {
  position: relative;
}

.news .list-title .list-cats ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news .list-title .list-cats a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #4d4d4d;
}

.news .list-title .list-cats li.is-active a {
  color: #20b8ad;
}

@media (max-width: 959px) {
  .news .list-title {
    -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;
  }

  .news .list-title .list-cats {
    margin-top: 40px;
    width: 100%;
  }

  .news .list-title .list-cats a {
    font-size: 13px;
  }
}

@media (max-width: 959px) {
  .news .list-of-news {
    margin-top: 20px;
  }
}

.news .list-load-more {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.news .list-load-more .is-hidden {
  display: none !important;
}

.news .list-load-more-loader {
  max-width: 80px;
}

.news .list-load-more-no-more {
  font-size: 13px;
  color: #3b1c60;
}

.news .list-load-more button {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 15px 20px;
  background-color: #20b8ad;
}

.news .list-load-more button img {
  width: 12px;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.news .list-load-more button:hover img {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.blog .intro {
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
}

.blog .intro-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 97px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog .intro-flex-item {
  width: 85%;
  margin-left: 15%;
}

@media (max-width: 959px) {
  .blog .intro-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 639px) {
  .blog .intro-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 0;
    padding-bottom: 120px;
  }

  .blog .intro-flex-item {
    width: 100%;
    margin-left: 0;
  }
}

.blog .intro-item {
  position: relative;
}

.blog .intro-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.blog .intro-social span {
  font-size: 12px;
  font-weight: 400;
}

.blog .intro-social ul {
  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;
  margin-left: 10px;
}

.blog .intro-social a {
  display: block;
  padding: 0 6px;
}

.blog .intro-social img {
  display: block;
  width: 24px;
}

@media (max-width: 639px) {
  .blog .intro-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
}

.blog .intro-date {
  width: 120px;
  height: 120px;
  border: 1px solid #25e8da;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  position: absolute;
  left: 0;
  top: 60px;
}

.blog .intro-date span:nth-of-type(1) {
  font-size: 56px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 900;
}

.blog .intro-date span:nth-of-type(2) {
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 959px) {
  .blog .intro-date {
    position: relative;
    left: auto;
    top: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .blog .intro-date span:nth-of-type(1) {
    font-size: 14px;
    width: auto;
    margin-right: 4px;
  }

  .blog .intro-date span:nth-of-type(2) {
    font-size: 14px;
    width: auto;
  }
}

@media (max-width: 639px) {
  .blog .intro-date span {
    font-size: 12px !important;
  }
}

.blog .intro-label {
  background: #dc307d;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 170px;
  top: 0;
}

@media (max-width: 959px) {
  .blog .intro-label {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 10px;
  }
}

@media (max-width: 639px) {
  .blog .intro-label {
    font-size: 12px !important;
  }
}

@media (max-width: 959px) {
  .blog .intro-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog .intro-content {
  position: relative;
  padding-left: 170px;
  padding-top: 50px;
}

@media (max-width: 959px) {
  .blog .intro-content {
    padding-left: 0px;
    padding-top: 20px;
  }
}

@media (max-width: 639px) {
  .blog .intro-content {
    width: 100%;
  }
}

.blog .intro-title {
  margin-bottom: 30px;
  position: relative;
}

.blog .intro-title__featured {
  position: absolute;
  top: -10px;
  left: 0;
  transform: translateY(-100%);
  color: #fff;
  padding: 7px 20px;
  font-size: 14px;
  background-color: #dc307d;
}

@media (max-width: 959px) {
  .blog .intro-title__featured {
    position: static;
    transform: translateY(0);
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-flex;
  }
}

.blog .intro-title h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.4em;
}

@media (max-width: 959px) {
  .blog .intro-title h1 {
    font-size: 40px;
  }
}

@media (max-width: 639px) {
  .blog .intro-title h1 {
    font-size: 32px;
  }
}

@media (max-width: 479px) {
  .blog .intro-title h1 {
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  .blog .intro-title h1 {
    font-weight: 300;
  }
}

.blog .intro-short {
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  width: 80%;
}

@media (max-width: 959px) {
  .blog .intro-short {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .blog .intro-short {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .blog .intro-short {
    font-size: 12px;
  }
}

.blog .intro-btn {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog .intro-btn a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #20b8ad;
  color: #fff;
  padding: 13px 20px;
  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;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 20px;
}

.blog .intro-btn a img {
  width: 18px;
  display: block;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.blog .intro-btn a:hover {
  background: #30dbcf;
}

.blog .intro-btn a:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

@media (max-width: 639px) {
  .blog .intro-btn a {
    width: 100%;
    margin: 0 auto;
  }
}

.blog .list {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (max-width: 959px) {
  .blog .list {
    padding-top: 50px;
  }
}

@media (max-width: 639px) {
  .blog .list {
    padding-top: 30px;
  }
}

.blog .list .is-hidden {
  display: none;
}

.blog .list-title {
  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;
}

.blog .list-title h3 {
  font-size: 40px;
  color: #3c246b;
  font-weight: 400;
  font-size: 40px;
  font-weight: 400;
  color: #3b1c60;
  position: relative;
  padding-left: 100px;
}

.blog .list-title h3:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #00ffcb;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

@media (max-width: 959px) {
  .blog .list-title h3 {
    font-size: 30px;
  }
}

@media (max-width: 639px) {
  .blog .list-title h3 {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .blog .list-title h3 {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .blog .list-title h3 {
    padding-left: 80px;
  }
}

@media (max-width: 639px) {
  .blog .list-title h3 {
    padding-left: 65px;
  }

  .blog .list-title h3:before {
    width: 30px;
  }
}

@media (max-width: 479px) {
  .blog .list-title h3 {
    padding-left: 50px;
  }
}

.blog .list-title .list-cats {
  position: relative;
}

.blog .list-title .list-cats ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog .list-title .list-cats a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #4d4d4d;
}

.blog .list-title .list-cats li.is-active a {
  color: #20b8ad;
}

@media (max-width: 959px) {
  .blog .list-title {
    -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;
  }

  .blog .list-title .list-cats {
    margin-top: 40px;
    width: 100%;
  }

  .blog .list-title .list-cats a {
    font-size: 13px;
  }
}

.blog .list .blog-list {
  margin-top: 0;
  margin-bottom: 30px;
}

.blog .list-load-more {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.blog .list-load-more-loader {
  display: inline-block;
  max-width: 80px;
}

.blog .list-load-more button {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 15px 20px;
  background-color: #20b8ad;
}

.blog .list-load-more button img {
  width: 12px;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.blog .list-load-more button:hover img {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.blog-detail .intro {
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
}

.blog-detail .intro-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(80vh - 100px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-detail .intro-flex-item {
  width: 85%;
  margin-left: 15%;
}

@media (max-width: 959px) {
  .blog-detail .intro-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 639px) {
  .blog-detail .intro-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 0;
    padding-bottom: 10px;
    padding-top: 50px;
  }

  .blog-detail .intro-flex-item {
    width: 100%;
    margin-left: 0;
  }
}

.blog-detail .intro-item {
  position: relative;
}

@media (max-width: 639px) {
  .blog-detail .intro-item {
    padding-bottom: 60px;
  }
}

.blog-detail .intro-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 30px;
  z-index: 5;
  -webkit-transform: translate(-100%) translate(585px);
  transform: translate(-100%) translate(585px);
}

.blog-detail .intro-social span {
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 959px) {
  .blog-detail .intro-social span {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .blog-detail .intro-social span {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .blog-detail .intro-social span {
    font-size: 12px;
  }
}

.blog-detail .intro-social .ssbp-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-detail .intro-social a {
  display: block;
  padding: 0 6px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.blog-detail .intro-social a:hover {
  opacity: 0.7;
}

.blog-detail .intro-social img {
  display: block;
  width: 24px;
}

@media (max-width: 1199px) {
  .blog-detail .intro-social {
    right: 15px;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 639px) {
  .blog-detail .intro-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    position: relative;
    right: auto;
    top: auto;
    padding-top: 30px;
    margin-left: 15px;
  }
}

.blog-detail .intro-date {
  width: 120px;
  height: 120px;
  border: 1px solid #25e8da;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-detail .intro-date span:nth-of-type(1) {
  font-size: 56px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 900;
}

.blog-detail .intro-date span:nth-of-type(2) {
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 959px) {
  .blog-detail .intro-date {
    position: relative;
    left: auto;
    top: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .blog-detail .intro-date span:nth-of-type(1) {
    font-size: 14px;
    width: auto;
    margin-right: 4px;
  }

  .blog-detail .intro-date span:nth-of-type(2) {
    font-size: 14px;
    width: auto;
  }
}

@media (max-width: 639px) {
  .blog-detail .intro-date span {
    font-size: 12px !important;
  }
}

.blog-detail .intro-line {
  position: absolute;
  left: 170px;
  top: 0;
}

@media (max-width: 959px) {
  .blog-detail .intro-line {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 10px;
  }
}

.blog-detail .intro-label {
  background: #dc307d;
  display: inline-block;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 15px;
}

@media (max-width: 639px) {
  .blog-detail .intro-label {
    font-size: 12px !important;
  }
}

.blog-detail .intro-author {
  display: inline-block;
  font-weight: 300;
}

@media (max-width: 639px) {
  .blog-detail .intro-author {
    display: none;
  }
}

.blog-detail .intro-author-mobile {
  font-size: 12px;
  display: none;
  margin-top: 10px;
}

@media (max-width: 639px) {
  .blog-detail .intro-author-mobile {
    display: block;
  }
}

@media (max-width: 959px) {
  .blog-detail .intro-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog-detail .intro-content {
  position: relative;
  padding-left: 170px;
  padding-top: 50px;
}

@media (max-width: 959px) {
  .blog-detail .intro-content {
    padding-left: 0px;
    padding-top: 20px;
  }
}

@media (max-width: 639px) {
  .blog-detail .intro-content {
    width: 100%;
  }
}

.blog-detail .intro-title {
  margin-bottom: 30px;
}

.blog-detail .intro-title h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.4em;
}

@media (max-width: 959px) {
  .blog-detail .intro-title h1 {
    font-size: 40px;
  }
}

@media (max-width: 639px) {
  .blog-detail .intro-title h1 {
    font-size: 32px;
  }
}

@media (max-width: 479px) {
  .blog-detail .intro-title h1 {
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  .blog-detail .intro-title h1 {
    font-weight: 300;
  }
}

.blog-detail .intro-short {
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  width: 80%;
}

@media (max-width: 959px) {
  .blog-detail .intro-short {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .blog-detail .intro-short {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .blog-detail .intro-short {
    font-size: 12px;
  }
}

.blog-detail .post {
  padding: 30px 0;
}

.blog-detail .latest {
  background-size: cover;
  background-position: center center;
  padding: 30px 0;
  margin-top: 80px;
}

.blog-detail .latest .mirror {
  margin-top: -60px;
}

@media (max-width: 639px) {
  .blog-detail .latest {
    padding-bottom: 60px;
  }
}

.news-detail .intro {
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
  padding-bottom: 180px;
  padding-top: 100px;
}

@media (max-width: 639px) {
  .news-detail .intro {
    padding-bottom: 60px;
  }
}

.news-detail .intro-item {
  position: relative;
  padding-bottom: 80px;
}

.news-detail .intro-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-detail .intro-social .ssba-share-text,
.blog-detail .intro-social .ssba-share-text {
  display: none;
}

.news-detail .ssba,
.blog-detail .ssba {
  padding-left: 10px;
}

.news-detail .ssba img,
.blog-detail .ssba img {
  display: none !important;
}

.news-detail .ssba a,
.blog-detail .ssba a {
  width: 24px;
  height: 24px;
  background-size: contain;
  opacity: 1 !important;
  margin: 0 5px;
}

.news-detail .ssba_facebook_share,
.blog-detail .ssba_facebook_share {
  background: url('../assets/svg/facebook.svg');
}

.news-detail .ssba_facebook_share:hover,
.blog-detail .ssba_facebook_share:hover {
  background: url('../assets/svg/facebook-pink.svg');
}

.news-detail .ssba_twitter_share,
.blog-detail .ssba_twitter_share {
  background: url('../assets/svg/twitter.svg');
}

.news-detail .ssba_twitter_share:hover,
.blog-detail .ssba_twitter_share:hover {
  background: url('../assets/svg/twitter-pink.svg');
}

.news-detail .ssba_linkedin_share,
.blog-detail .ssba_linkedin_share {
  background: url('../assets/svg/linkedin.svg');
}

.news-detail .ssba_linkedin_share:hover,
.blog-detail .ssba_linkedin_share:hover {
  background: url('../assets/svg/linkedin-pink.svg');
}

.news-detail .intro-social span {
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 959px) {
  .news-detail .intro-social span {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .news-detail .intro-social span {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .news-detail .intro-social span {
    font-size: 12px;
  }
}

.news-detail .intro-social ul {
  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;
  margin-left: 10px;
}

.news-detail .intro-social .ssbp-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-detail .intro-social a {
  display: block;
  padding: 0 6px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 959px) {
  .news-detail .intro-social a {
    padding: 0 6px;
  }
}

.news-detail .intro-social a:hover {
  opacity: 0.6;
}

.news-detail .intro-social img {
  display: block;
  width: 24px;
}

.news-detail .intro-label {
  color: #00ffcb;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 50px;
  display: block;
}

@media (max-width: 639px) {
  .news-detail .intro-label {
    display: none;
  }
}

.news-detail .intro-title {
  margin-top: 50px;
}

.news-detail .intro-title h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.4em;
}

@media (max-width: 959px) {
  .news-detail .intro-title h1 {
    font-size: 44px;
  }
}

@media (max-width: 639px) {
  .news-detail .intro-title h1 {
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .news-detail .intro-title h1 {
    font-size: 32px;
  }
}

@media (max-width: 639px) {
  .news-detail .intro-title {
    margin-top: 10px;
  }
}

.news-detail .intro-opts-flex {
  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;
}

@media (max-width: 639px) {
  .news-detail .intro-opts-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.news-detail .intro-info {
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 959px) {
  .news-detail .intro-info {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .news-detail .intro-info {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .news-detail .intro-info {
    font-size: 12px;
  }
}

.news-detail .intro-info span:nth-of-type(2) {
  position: relative;
  padding-left: 80px;
  margin-left: 30px;
}

.news-detail .intro-info span:nth-of-type(2):before {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #00ffcb;
  left: 0;
  top: 50%;
}

@media (max-width: 959px) {
  .news-detail .intro-info span:nth-of-type(2) {
    margin-left: 15px;
    padding-left: 55px;
  }

  .news-detail .intro-info span:nth-of-type(2):before {
    width: 40px;
  }
}

@media (max-width: 639px) {
  .news-detail .intro-info span:nth-of-type(2) {
    padding-left: 45px;
  }

  .news-detail .intro-info span:nth-of-type(2):before {
    width: 30px;
  }
}

@media (max-width: 639px) {
  .news-detail .intro-info {
    margin-top: 100px;
  }
}

.news-detail .post {
  margin-top: -70px;
}

@media (max-width: 639px) {
  .news-detail .post {
    margin-top: 0;
  }
}

.news-detail .latest {
  background-size: cover;
  background-position: center center;
  padding: 30px 0;
  margin-top: 80px;
}

.news-detail .latest .mirror {
  margin-top: -60px;
}

@media (max-width: 639px) {
  .news-detail .latest {
    padding-bottom: 60px;
  }
}

.contact .intro {
  padding-top: 100px;
  padding-bottom: 160px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #506d9c;
  /* Old browsers */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#506d9c),
    to(#472584)
  );
  background: linear-gradient(to right, #506d9c 0%, #472584 100%);
}

@media (max-width: 639px) {
  .contact .intro .arrow-structure {
    display: none;
  }
}

.contact .intro-bg-1 {
  position: absolute;
  width: 25%;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact .intro-bg-1 img {
  display: block;
  width: 100%;
}

@media (max-width: 959px) {
  .contact .intro-bg-1 {
    display: none;
  }
}

.contact .intro-bg-2 {
  position: absolute;
  width: 100%;
  left: 33%;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact .intro-bg-2 img {
  display: block;
  width: 100%;
}

@media (max-width: 959px) {
  .contact .intro-bg-2 {
    width: 100%;
    opacity: 0.9;
  }
}

@media (max-width: 639px) {
  .contact .intro-bg-2 {
    width: 250%;
    opacity: 0.6;
    left: -80%;
  }
}

.contact .intro-title {
  margin-bottom: 40px;
  z-index: 10;
}

.contact .intro-title h2 {
  color: #fff;
  font-size: 40px;
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  font-weight: 600;
}

@media (max-width: 959px) {
  .contact .intro-title h2 {
    font-size: 36px;
  }
}

@media (max-width: 639px) {
  .contact .intro-title h2 {
    font-size: 34px;
  }
}

@media (max-width: 479px) {
  .contact .intro-title h2 {
    font-size: 32px;
  }
}

.contact .intro-title h2:before {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #00ffcb;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.contact .intro h5 {
  color: #00ffcb;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 15px;
}

@media (max-width: 959px) {
  .contact .intro h5 {
    font-size: 22px;
  }
}

@media (max-width: 639px) {
  .contact .intro h5 {
    font-size: 21px;
  }
}

@media (max-width: 479px) {
  .contact .intro h5 {
    font-size: 20px;
  }
}

.contact .intro h6 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  padding-top: 15px;
}

.contact .intro address {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #cdd4e3;
}

@media (max-width: 959px) {
  .contact .intro address {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .contact .intro address {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .contact .intro address {
    font-size: 12px;
  }
}

.contact .intro-show-map {
  color: #fff;
  font-size: 12px;
}

.contact .intro-show-map img {
  display: inline-block;
  width: 18px;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.contact .intro-show-map:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

.contact .intro-email {
  color: #fff;
}

.contact .intro-email img {
  display: inline-block;
  width: 17px;
  margin-right: 10px;
}

.contact .intro-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact .intro-flex-item {
  width: 25%;
}

@media (max-width: 1199px) {
  .contact .intro-flex-item {
    width: 30%;
  }
}

@media (max-width: 959px) {
  .contact .intro-flex-item {
    width: 40%;
  }
}

@media (max-width: 639px) {
  .contact .intro-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact .intro-flex-item {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .contact .intro-socialmedia {
    margin-top: 50px;
  }
}

.contact .intro-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .intro-social ul {
  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;
  margin-left: -5px;
}

.contact .intro-social a {
  display: block;
  padding: 0 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 959px) {
  .contact .intro-social a {
    padding: 0 6px;
  }
}

.contact .intro-social a:hover {
  opacity: 0.6;
}

.contact .intro-social img {
  display: block;
  width: 24px;
}

.contact .intro-us-address {
  margin-top: 45px;
}

.contact .intro-eu-address {
  margin-top: 45px;
}

@media (max-width: 639px) {
  .contact .intro-eu-address {
    margin-top: 50px;
  }
}

.contact .intro-eu-software {
  margin-top: 20px;
}

.contact .form {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 140px;
}

@media (max-width: 639px) {
  .contact .form {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.contact .form-title {
  margin-bottom: 50px;
}

.contact .form-title h4 {
  font-size: 40px;
  color: #2c0b53;
  text-align: center;
  width: 100%;
  font-weight: 900;
}

@media (max-width: 959px) {
  .contact .form-title h4 {
    font-size: 36px;
  }
}

@media (max-width: 639px) {
  .contact .form-title h4 {
    font-size: 34px;
  }
}

@media (max-width: 479px) {
  .contact .form-title h4 {
    font-size: 32px;
  }
}

@media (max-width: 639px) {
  .contact .form-title {
    margin-bottom: 30px;
  }
}

.contact .form form {
  display: block;
  position: relative;
  width: 60%;
  margin: 0 auto;
  /* CONTACT FORM 7*/
}

@media (max-width: 1199px) {
  .contact .form form {
    width: 80%;
  }
}

@media (max-width: 959px) {
  .contact .form form {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .contact .form form {
    width: 100%;
  }
}

.contact .form form .wpcf7-list-item {
  margin: 0;
}

.contact .form form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 400;
  color: #ff1a81;
  padding-top: 10px;
}

.contact .form form .wpcf7-response-output {
  border: none;
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  color: #000;
  line-height: 1.6em;
}

.contact .form form .ajax-loader {
  background-image: url('/wp-content/themes/ardigen/assets/svg/ardigen_preloader.gif');
  width: 55px;
  background-size: 100% 100%;
  width: 100px;
  height: 27px;
  padding: 0;
  margin: 0;
  background-size: 100% 100%;
  margin-top: 25px;
  -webkit-transform: translate(-50%) translate(-9px);
  transform: translate(-50%) translate(-9px);
}

@media (max-width: 639px) {
  .contact .form form .ajax-loader {
    -webkit-transform: none;
    transform: none;
    display: block;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 27px;
  }
}

.contact .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact .form-flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 639px) {
  .contact .form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact .form-input {
  padding: 5px;
}

.contact .form-input input {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #707070;
  display: block;
  width: 100%;
  height: 64px;
  padding: 0 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-align: left;
}

@media (max-width: 959px) {
  .contact .form-input input {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .contact .form-input input {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .contact .form-input input {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .contact .form-input {
    padding: 5px 0;
  }
}

.contact .form-textarea {
  padding: 5px;
}

.contact .form-textarea textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #707070;
  display: block;
  width: 100%;
  min-height: 160px;
  resize: none;
  padding: 20px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

@media (max-width: 959px) {
  .contact .form-textarea textarea {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .contact .form-textarea textarea {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .contact .form-textarea textarea {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .contact .form-textarea {
    padding: 5px 0;
  }
}

.contact .form-bottom-flex {
  margin-top: 30px;
  width: 90%;
  margin-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .form-bottom-flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px;
}

@media (max-width: 639px) {
  .contact .form-bottom-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact .form-captcha {
  position: relative;
}

.contact .form-submit {
  width: 305px;
  position: relative;
}

.contact .form-submit-input {
  width: 100%;
  max-width: 304px;
  height: 75px;
  position: relative;
}

.contact .form-submit-input img {
  width: 22px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -6px;
  z-index: 2;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.contact .form-submit-input:hover img {
  right: 15px;
}

@media (max-width: 639px) {
  .contact .form-submit-input {
    margin: 0 auto;
    height: 67px;
  }
}

.contact .form-submit input[type='submit'] {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #dc307d;
  color: #fff;
  padding: 13px 20px;
  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;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 100%;
  padding: 25px 30px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.contact .form-submit input[type='submit'] img {
  width: 18px;
  display: block;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.contact .form-submit input[type='submit']:hover {
  background: #e35c98;
}

.contact .form-submit input[type='submit']:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

@media (max-width: 959px) {
  .contact .form-submit input[type='submit'] {
    font-size: 17px;
  }
}

@media (max-width: 639px) {
  .contact .form-submit input[type='submit'] {
    font-size: 15.5px;
  }
}

@media (max-width: 479px) {
  .contact .form-submit input[type='submit'] {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .contact .form-submit input[type='submit'] {
    font-weight: 400;
  }
}

.contact .person {
  background-position: center center;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 130px;
}

@media (max-width: 639px) {
  .contact .person {
    padding-top: 80px;
  }
}

.contact .person-flex {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.contact .person-flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 1199px) {
  .contact .person-flex {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .contact .person-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact .person-item {
  border-right: 1px solid #2c7a8f;
  padding-right: 15px;
  padding-bottom: 50px;
}

@media (max-width: 639px) {
  .contact .person-item {
    padding-right: 0;
    border: none;
  }
}

.contact .person-item h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .contact .person-item h5 {
    text-align: center;
    width: 100%;
  }
}

.contact .person-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact .person-item-flex-item:nth-of-type(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 959px) {
  .contact .person-item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact .person-item-flex-item {
    width: 100%;
  }
}

.contact .person-data {
  padding-left: 40px;
}

@media (max-width: 959px) {
  .contact .person-data {
    padding-left: 0;
    text-align: center;
  }
}

.contact .person-image img {
  display: block;
  width: 180px;
  height: 180px;
  /* border-radius: 50%; */
  object-fit: cover;
}

@media (max-width: 959px) {
  .contact .person-image {
    margin-bottom: 30px;
  }

  .contact .person-image img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
}

.contact .person-name {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  color: #fff;
}

.contact .person-name:before {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #00ffcb;
}

@media (max-width: 959px) {
  .contact .person-name:before {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.contact .person-media {
  color: #fff;
  margin-top: 30px;
}

.contact .person-media a {
  display: block;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 400;
}

.contact .person-media a img {
  width: 17px;
  margin-right: 8px;
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
}

.contact .person-media a:hover {
  color: #00ffcb;
}

.contact .person-btn {
  margin-top: 20px;
}

.contact .person-btn a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  background: #20b8ad;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  width: 100%;
  padding: 20px 35px;
  position: relative;
  text-align: left;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: block;
}

.contact .person-btn a img {
  width: 12px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.contact .person-btn a:hover {
  background: #dc307d;
}

.contact .info-item {
  padding-left: 100px;
}

@media (max-width: 959px) {
  .contact .info-item {
    padding-left: 15px;
  }
}

@media (max-width: 639px) {
  .contact .info-item {
    padding-left: 0;
    padding-top: 50px;
  }
}

.contact .info-item h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .contact .info-item h5 {
    text-align: center;
    width: 100%;
  }
}

.contact .info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact .info-flex-item:nth-of-type(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

@media (max-width: 959px) {
  .contact .info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact .info-country span {
  font-size: 20px;
  font-weight: 600;
  display: block;
  color: #fff;
  padding: 10px 40px 10px 15px;
  border-left: 1px solid #326287;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  cursor: pointer;
}

.contact .info-country span.is-active {
  border-color: #00ffcb;
  color: #00ffcb;
}

@media (max-width: 959px) {
  .contact .info-country {
    margin-bottom: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact .info-country span {
    border-left: 0;
    border-bottom: 1px solid #326287;
    width: 70px;
    padding: 0;
    text-align: center;
    line-height: 2.5em;
  }
}

.contact .info-content {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7em;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.5s;
  transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
  -webkit-transform: translate(50px);
  transform: translate(50px);
}

.contact .info-content.is-active {
  height: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.main-footer {
  position: relative;
  background: #3c246b;
}

.main-footer-container-content {
  background-position: 116% bottom;
  background-repeat: no-repeat;
  background-size: 865px auto;
  padding-top: 100px;
}

@media (max-width: 1199px) {
  .main-footer-container-content {
    background-position: 98% bottom;
    background-size: 760px auto;
  }
}

@media (max-width: 959px) {
  .main-footer-container-content {
    background-image: none !important;
  }
}

@media (max-width: 639px) {
  .main-footer-container-content {
    padding-top: 50px;
  }
}

@media (max-width: 639px) {
  .main-footer {
    background-image: none !important;
  }
}

.main-footer-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 639px) {
  .main-footer-outer {
    -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;
  }
}

.main-footer-menu {
  position: relative;
}

.main-footer-menu ul {
  margin-top: -10px;
}

.main-footer-menu ul a {
  display: block;
  color: #fff;
  padding: 10px 0px;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.main-footer-menu ul a:after {
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #4b3476;
}

.main-footer-menu ul a:hover {
  color: #00ffcb;
}

.main-footer-menu ul li:last-of-type a:after {
  display: none;
}

.main-footer-menu-blog {
  color: #fff;
  padding: 14px 30px;
  font-weight: 300;
  border: 1px solid #00ffcb;
  display: inline-block;
  font-size: 13px;
  margin-top: 25px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  white-space: nowrap;
}

.main-footer-menu-blog:hover {
  color: #000;
  background: #00ffcb;
}

.main-contra-apply-btn {
  color: #fff;
  padding: 14px 30px;
  font-weight: 300;
  border: 1px solid #3b1c60;
  display: inline-block;
  font-size: 13px;
  margin-top: 25px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  white-space: nowrap;
}

.main-contra-apply-btn:hover {
  color: #000;
  background: #3b1c60;
}

@media (max-width: 639px) {
  .main-footer-menu {
    width: 100%;
    text-align: center;
  }

  .main-footer-menu a {
    text-align: center;
  }

  .main-footer-menu ul {
    margin-top: 0;
  }

  .main-footer-menu ul a:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.main-footer-columns {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 959px) {
  .main-footer-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 639px) {
  .main-footer-columns {
    -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;
  }

  .main-footer-columns * {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .main-footer-country-1 {
    width: 37.5%;
  }
}

@media (max-width: 639px) {
  .main-footer-country-1 {
    margin-top: 40px;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .main-footer-country-2 {
    width: 37.5%;
  }
}

@media (max-width: 639px) {
  .main-footer-country-2 {
    margin-top: 40px;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .main-footer-contact {
    width: 37.5%;
  }
}

@media (max-width: 639px) {
  .main-footer-contact {
    margin-top: 40px;
    width: 100%;
  }
}

.main-footer-label {
  font-weight: 300;
  color: #fff;
}

.main-footer-label h5 {
  font-size: 22px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  padding-bottom: 25px;
}

.main-footer-label h5:after {
  content: '';
  height: 1px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00ffcb;
}

@media (max-width: 1199px) {
  .main-footer-label {
    width: 25%;
  }
}

@media (max-width: 639px) {
  .main-footer-label {
    margin-top: 70px;
    margin-bottom: 20px;
    width: 100%;
  }

  .main-footer-label h5:after {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.main-footer-col-title {
  font-size: 22px;
  color: #00ffcb;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

.main-footer address {
  font-size: 13px;
  color: #fff;
  font-style: normal;
  line-height: 1.6em;
  margin-top: 20px;
  font-weight: 600;
}

.main-footer-email-box a {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  color: #fff;
  -webkit-transition: color 0.3s;
  font-weight: 600;
  transition: color 0.3s;
}

.main-footer-email-box a img {
  display: inline-block;
  width: 17px;
  margin-right: 4px;
}

.main-footer-email-box a:hover {
  color: #00ffcb;
}

.main-footer-social-box {
  margin-top: 60px;
}

.main-footer-social-box ul {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-footer-social-box ul li {
  margin-right: 10px;
}

.main-footer-social-box ul img {
  display: block;
  width: 24px;
}

.main-footer-social-box ul a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main-footer-social-box ul a:hover {
  opacity: 0.7;
}

@media (max-width: 639px) {
  .main-footer-social-box ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.main-footer-policies {
  margin-top: 22px;
}

.main-footer-policies a {
  font-size: 12px;
  color: #6c5a8f;
  display: block;
  padding: 5px 0;
}

@media (max-width: 639px) {
  .main-footer-policies {
    margin-top: 60px;
    text-align: center;
  }
}

.main-footer-copy {
  font-size: 12px;
  padding: 25px 0;
  color: #6c5a8f;
  margin-top: 50px;
}

@media (max-width: 639px) {
  .main-footer-copy {
    text-align: center;
    margin-top: 0;
  }
}

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-controls-arrow img {
  width: 18px;
  display: block;
}

.slider-controls-arrow:first-of-type {
  margin-right: 20px;
}

.slider-controls-arrow:last-of-type {
  margin-left: 20px;
}

.slider-controls-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-controls-dots li {
  width: 15px;
  text-align: center;
}

.slider-controls-dots li.uk-active a {
  width: 9px;
  height: 9px;
  background: #00ffcb;
  opacity: 1;
}

.slider-controls-dots a {
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  opacity: 0.25;
  border-radius: 5px;
  margin: 0 auto;
  cursor: pointer;
  padding: 2px;
}

.error .intro {
  background-position: center center;
  background-size: cover;
  text-align: center;
  position: relative;
  color: #fff;
}

.error .intro-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.error .intro-flex-item {
  width: 100%;
}

@media (max-width: 639px) {
  .error .intro-flex-item:nth-of-type(1) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .error .intro-flex-item:nth-of-type(2) {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.error .intro-item h1 {
  font-size: 125px;
  font-weight: 900;
}

@media (max-width: 959px) {
  .error .intro-item h1 {
    font-size: 102.5px;
  }
}

@media (max-width: 639px) {
  .error .intro-item h1 {
    font-size: 91.25px;
  }
}

@media (max-width: 479px) {
  .error .intro-item h1 {
    font-size: 80px;
  }
}

@media (max-width: 639px) {
  .error .intro-item h1 {
    margin-top: 100px;
  }
}

.error .intro-item h5 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.4em;
}

@media (max-width: 959px) {
  .error .intro-item h5 {
    font-size: 30px;
  }
}

@media (max-width: 639px) {
  .error .intro-item h5 {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .error .intro-item h5 {
    font-size: 20px;
  }
}

.error .intro-item span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-top: 25px;
  line-height: 1.6em;
}

@media (max-width: 959px) {
  .error .intro-item span {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .error .intro-item span {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .error .intro-item span {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .error .intro-item span {
    margin-top: 10px;
    margin-bottom: 100px;
  }
}

.error .intro-button a {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: #dc307d;
  color: #fff;
  padding: 13px 20px;
  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;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-size: 16px;
  font-weight: 600;
  padding: 25px 30px;
  margin: 0 auto;
  margin-top: 55px;
  width: 320px;
}

.error .intro-button a img {
  width: 18px;
  display: block;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.error .intro-button a:hover {
  background: #e35c98;
}

.error .intro-button a:hover img {
  -webkit-transform: translate(80%);
  transform: translate(80%);
}

@media (max-width: 959px) {
  .error .intro-button a {
    font-size: 15px;
  }
}

@media (max-width: 639px) {
  .error .intro-button a {
    font-size: 14.5px;
  }
}

@media (max-width: 479px) {
  .error .intro-button a {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .error .intro-button {
    padding: 0 15px;
  }

  .error .intro-button a {
    padding: 16px 19px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 400;
  }
}

.funds {
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 639px) {
  .funds {
    padding-bottom: 0;
  }
}

.funds-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.funds-flex-item:nth-of-type(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.funds-flex-item:nth-of-type(2) {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

@media (max-width: 639px) {
  .funds-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .funds-flex-item {
    width: 100% !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: auto !important;
    flex: auto !important;
  }
}

@media (max-width: 639px) {
  .funds-selector {
    margin-bottom: 20px;
  }
}

.funds-menu {
  position: relative;
  z-index: 5;
  color: #fff;
  min-width: 220px;
}

.funds-menu h5 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .funds-menu h5 {
    font-size: 22px;
  }
}

@media (max-width: 639px) {
  .funds-menu h5 {
    font-size: 21px;
  }
}

@media (max-width: 479px) {
  .funds-menu h5 {
    font-size: 20px;
  }
}

.funds-menu ul li {
  padding-right: 30px;
}

.funds-menu ul a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 15px 0;
  position: relative;
  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;
  white-space: nowrap;
}

@media (max-width: 959px) {
  .funds-menu ul a {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .funds-menu ul a {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .funds-menu ul a {
    font-size: 12px;
  }
}

.funds-menu ul a:hover {
  color: #00ffcb;
}

.funds-menu ul a:before {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #00ffcb;
  background: #575f9b;
  width: 25px;
}

.funds-menu ul a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #00ffcb;
  display: block;
  margin-left: 20px;
  opacity: 0;
  -webkit-transform: translate(20px);
  transform: translate(20px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 639px) {
  .funds-menu ul a:after {
    display: none;
  }
}

.funds-menu ul li:nth-last-of-type(1) a:before {
  display: none;
}

.funds-menu ul .is-active a {
  color: #00ffcb;
}

.funds-menu ul .is-active a:after {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 639px) {
  .funds-menu ul {
    padding: 10px 15px;
  }

  .funds-menu ul .is-active {
    display: none;
  }
}

.funds-doc {
  background: #fff;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.funds-doc.is-hidden {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

.funds-doc-container {
  padding: 40px 50px;
}

@media (max-width: 959px) {
  .funds-doc-container {
    padding: 40px 25px;
  }
}

@media (max-width: 639px) {
  .funds-doc {
    margin-left: -15px;
    margin-right: -15px;
  }

  .funds-doc-container {
    padding: 40px 15px;
  }
}

.funds-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.funds-logos-item:nth-of-type(1) {
  text-align: left;
}

.funds-logos-item:nth-of-type(2) {
  text-align: center;
}

.funds-logos-item:nth-of-type(3) {
  text-align: right;
}

.funds-logos img {
  max-width: 70%;
  display: inline-block;
}

.funds-content {
  position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .main-header .logo img {
    height: 65px;
  }

  .main-map-canvas {
    background-size: 1920px 1225px;
  }

  .careers .main {
    height: 100vh;
  }

  .careers .sgrid-links-content img {
    min-height: 1px;
  }

  .careers .benefits-item-title {
    display: block;
    width: 100%;
  }

  .careers .contact-form-rules span,
  .careers .contact-form-rules label.contact-form-checkbox {
    display: block;
    width: 100%;
  }

  .services .intro {
    height: 100vh;
  }

  .about .front-content {
    height: 90vh;
  }

  .news .intro-flex {
    height: 100vh;
  }

  .blog .intro-flex {
    height: calc(100vh - 97px);
  }

  .blog-detail .intro-flex {
    height: calc(80vh - 100px);
  }
}
.technology {
  background-color: darkviolet;
  background-image: url('../assets/img/bg_tech_1.jpg');
  background-size: cover;

  padding: 100px 0;
}
.t-left {
  width: 30%;
}
.t-right {
  width: 70%;
}
.t-right img {
  max-width: 100%;
}
.uk-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1120;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  background: rgba(60, 36, 107, 0.8);
  opacity: 0;
  transition: opacity 0.15s linear;
}
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px;
  }
}
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.uk-modal.uk-open {
  opacity: 1;
}
.uk-flex {
  display: -ms-flexbox;
  display: flex;
}
.uk-flex-center {
  -ms-flex-align: center;
  align-items: center;
}
.uk-modal.uk-open {
  opacity: 1;
}
.uk-modal-page {
  overflow: hidden;
}
.uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: calc(100% - 0.01px) !important;
  background: #fff;
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
  width: 100%;
}
@media (min-width: 61.9375em) {
  .uk-modal-dialog {
    width: 90vw;
  }
}
@media (min-width: 85.375em) {
  .uk-modal-dialog {
    width: 70vw;
  }
}
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}
.uk-modal-full {
  padding: 0;
  background: none;
}
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}
.uk-modal-body {
  display: flow-root;
  padding: 30px 30px;
}
.uk-modal-header {
  display: flow-root;
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.uk-modal-footer {
  display: flow-root;
  padding: 15px 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}
[class*='uk-modal-close-'] {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1010;
  top: -30px;
  right: 10px;
  padding: 5px;
  border: none;
  background-color: transparent;
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
}
[class*='uk-modal-close-'] svg {
  margin-left: 8px;
}
[class*='uk-modal-close-'] svg line {
  stroke: #20b8ad !important;
}
[class*='uk-modal-close-']:first-child + * {
  margin-top: 0;
}
.uk-modal-close-outside {
  top: 0;
  right: -5px;
  transform: translate(0, -100%);
  color: #ffffff;
}
.uk-modal-close-outside:hover {
  color: #fff;
}
@media (min-width: 960px) {
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.text-mint {
  color: #20b8ad;
}
.text-default {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.list-default {
  padding-left: 30px;
}
.list-default__title {
  display: block;
  color: #3c246b;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 61.9375em) {
  .list-default__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.list-default li {
  position: relative;
  padding-bottom: 5px;
}
.list-default li:before {
  content: '';
  background-color: #dc307d;
  position: absolute;
  left: -15px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 32px;
  position: relative;
}
.title .text-turquoise {
  color: #00ffcb;
}
.title span {
  font-weight: 300;
  display: block;
}
.title span.inline {
  display: inline-block;
}
.title span.smaller {
  font-size: 22px;
}
.title:after {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #00ffcb;
}
.text-light {
  font-weight: 300;
}
.main-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.content-sm {
  padding-bottom: 30px;
  width: 40%;
  padding-right: 50px;
}
@media (max-width: 61.875em) {
  .content-sm {
    width: 100%;
    padding-right: 0px;
  }
}
.content-default {
  width: 65%;
  padding-right: 80px;
  padding-bottom: 50px;
}
@media (max-width: 61.875em) {
  .content-default {
    width: 100%;
    padding-right: 0px;
  }
}
.content-default-full__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 61.9375em) {
  .content-default-full__row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .content-default-full__row > .text-default {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .content-default-full__row > .list-default-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.content-default-full__row .list-default-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-img {
  width: 55%;
  text-align: center;
}
.content-img.first {
  width: 60%;
  padding: 0;
}
@media (max-width: 61.875em) {
  .content-img.first {
    width: 100%;
  }
}
@media (min-width: 61.9375em) {
  .content-img.first img {
    max-width: 110%;
    margin-left: -60px;
  }
}
@media (min-width: 90em) {
  .content-img.first img {
    max-width: 130%;
    margin-left: -120px;
  }
}
.content-img.two-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.content-img.two-img .first-img {
  padding-bottom: 40px;
}
.content-img.two-img .first-img.anime {
  animation: bounce 4s infinite alternate;
}
@media (max-width: 61.875em) {
  .content-img {
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
  }
}
.content-img svg,
.content-img img {
  max-width: 100%;
}
.button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button-container.home {
  color: #fff;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 61.875em) {
  .button-container.home {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.button-container.home .t-button:after {
  content: '';
  position: absolute;
  background-image: url(../assets/img/arrow_down.svg);
  height: 60px;
  width: 12px;
  right: 0px;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.button-container.home .t-button.watch-button {
  border: none;
  color: #fff;
  font-family: inherit;
  text-align: left;
}
.button-container.home .t-button.watch-button::after {
  background-image: url(../assets/img/svg/play_button.svg);
  background-size: contain;
  transform: rotate(0deg);
  height: 14px;
  width: 14px;
  right: 16px;
}
@media (min-width: 61.9375em) {
  .button-container.home .watch-button {
    width: auto;
    padding-right: 60px;
  }
}
@media (max-width: 61.875em) {
  .button-container {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
body
  > section.main-slider
  > div.slider-container.uk-position-relative.uk-visible-toggle.uk-light.uk-slider.uk-slider-container
  > ul
  > li.slide.slide-1.uk-active
  > div
  > div.container.slide-content.cookies-not-accepted
  > div.slide-text
  > div
  > p {
  padding: 30px 0;
}
.t-button {
  font-size: 16px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  width: 240px;
  padding: 12px 19px;
  padding-right: 40px;
  margin-right: 20px;
  margin-top: 15px;
  min-height: 64px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.t-button:hover {
  color: #fff;
  text-decoration: none;
}
.t-button span {
  font-weight: 300;
}
.t-button.toggler {
  position: relative;
}
.t-button.toggler:after {
  content: '';
  position: absolute;
  background-image: url(../assets/img/arrow_down.svg);
  height: 20px;
  width: 30px;
  right: 0px;
  background-repeat: no-repeat;
}
.t-button.mint {
  background-color: #20b8ad;
}
.t-button.mint:hover {
  background-color: #30dbcf;
}
.t-button.blue {
  background-color: #62cded;
}
.t-button.blue:hover {
  background-color: #75dfff;
}
.t-button.rose {
  background-color: #dc307d;
}
.t-button.rose:hover {
  background-color: #e35c98;
}
.fullbg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0;
  color: #fff;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.technology {
  background-color: darkviolet;
  background-image: url(../assets/img/bg_tech_1.jpg);
}
.analisys {
  background-color: darkviolet;
  background-image: url(../assets/img/bg_tech_2.jpg);
}
.neoepitope {
  background-color: darkviolet;
  background-image: url(../assets/img/bg_tech_3.jpg);
  background-position: top;
}
.biomarker {
  background-color: darkviolet;
  background-image: url(../assets/img/bg_tech_4.jpg);
  background-position: top;
}
.biomedical {
  background-color: darkviolet;
  background-image: url(../assets/img/bg_tech_5.jpg);
  background-position: top;
}
.white {
  overflow: hidden;
}
.white .title {
  color: #2c0b53;
}
.white .title:after {
  background-color: #20b8ad;
}
.white .title.inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.white .title.inline span {
  margin-left: 5px;
}
.white .text-default {
  color: #4d4d4d;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
}
.white .text-default p {
  padding-bottom: 15px;
}
.white .grow {
  height: 0;
}
.white .grow.open {
  height: auto;
}
.white .grow__content {
  padding: 60px 0 10px 0;
  background-color: #fff;
  z-index: 2;
}
@media (min-width: 61.9375em) {
  .white .grow__content {
    padding: 60px 0 50px 0;
  }
}
.close-container {
  padding: 15px 0;
}
.close-container .technology-close {
  outline: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #2c0b53;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}
.close-container .technology-close img {
  width: 13px;
  display: inline-block;
  margin-left: 6px;
}
.close-container.top {
  text-align: right;
}
.close-container.top .technology-close {
  font-weight: 500;
  font-size: 13px;
  color: #4d4d4d;
}
.close-container.top .technology-close img {
  width: 10px;
}
.close-container.footer {
  border-top: 1px solid rgba(60, 36, 107, 0.25);
  z-index: 2;
  position: relative;
  background-color: #fff;
  padding-bottom: 15px;
}
@media (min-width: 61.9375em) {
  .close-container.footer {
    padding-bottom: 80px;
  }
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-30px);
  }
}
.tech__row {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
.tech__row .col-6 {
  width: 100%;
}
@media (min-width: 48em) {
  .tech__row .col-6 {
    width: 50%;
  }
}
.last-section {
  padding-bottom: 80px;
}
.shema-1 .a {
  fill: rgba(94, 59, 164, 0.9);
  stroke: #b096e5;
  stroke-dasharray: 1;
}
.shema-1 .b,
.shema-1 .d,
.shema-1 .i,
.shema-1 .l {
  fill: #fff;
}
.shema-1 .b {
  font-size: 16px;
  font-family: Lato-Bold, Lato;
  letter-spacing: 0.025em;
}
.shema-1 .b,
.shema-1 .i {
  font-weight: 700;
}
.shema-1 .c {
  fill: rgba(16, 186, 175, 0.25);
}
.shema-1 .c,
.shema-1 .k {
  stroke: #10baaf;
}
.shema-1 .c,
.shema-1 .e,
.shema-1 .f,
.shema-1 .g,
.shema-1 .k {
  stroke-width: 2px;
}
.shema-1 .d,
.shema-1 .j {
  font-size: 12px;
  font-family: Montserrat-Regular, Montserrat;
}
.shema-1 .e {
  fill: rgba(251, 100, 141, 0.25);
  stroke: #fb648d;
}
.shema-1 .f {
  fill: rgba(171, 61, 217, 0.25);
  stroke: #ab3dd9;
}
.shema-1 .g,
.shema-1 .n {
  fill: none;
}
.shema-1 .g {
  stroke: #7d33ff;
  opacity: 0.5;
}
.shema-1 .h {
  fill: #dc307d;
}
.shema-1 .h,
.shema-1 .k {
  opacity: 0.75;
}
.shema-1 .i {
  font-size: 14px;
  font-family: Montserrat-Bold, Montserrat;
}
.shema-1 .j {
  font-weight: 400;
}
.shema-1 .k {
  fill: #10baaf;
}
.shema-1 .m {
  stroke: none;
}
.shema-3 .a,
.shema-3 .c {
  fill: none;
}
.shema-3 .b {
  fill: #e6e6e6;
  stroke-dasharray: 1;
  opacity: 0.5;
}
.shema-3 .b,
.shema-3 .g {
  stroke: #c8c8c8;
}
.shema-3 .c {
  stroke: #10baaf;
  stroke-width: 2px;
}
.shema-3 .d,
.shema-3 .e,
.shema-3 .h {
  fill: #4d4d4d;
}
.shema-3 .d,
.shema-3 .e {
  font-size: 14px;
}
.shema-3 .d {
  font-family: Montserrat-Bold, Montserrat;
  font-weight: 700;
}
.shema-3 .e {
  font-family: Montserrat-Regular, Montserrat;
}
.shema-3 .f {
  -webkit-clip-path: url(#a);
  clip-path: url(#a);
}
.shema-3 .g {
  fill: rgba(255, 255, 255, 0.9);
}
.shema-3 .i {
  stroke: none;
}
.shema-2 .a {
  fill: #e6e6e6;
  stroke-dasharray: 1;
  opacity: 0.5;
}
.shema-2 .a,
.shema-2 .g {
  stroke: #c8c8c8;
}
.shema-2 .b,
.shema-2 .c,
.shema-2 .f {
  fill: #4d4d4d;
}
.shema-2 .b,
.shema-2 .f {
  font-size: 14px;
}
.shema-2 .b {
  font-family: Montserrat-Bold, Montserrat;
  font-weight: 700;
}
.shema-2 .d,
.shema-2 .e,
.shema-2 .i {
  fill: none;
}
.shema-2 .e {
  stroke: #10baaf;
  stroke-width: 2px;
}
.shema-2 .f {
  font-family: Montserrat-Regular, Montserrat;
}
.shema-2 .g {
  fill: rgba(255, 255, 255, 0.9);
}
.shema-2 .h,
.shema-2 .j {
  stroke: none;
}
.shema-2 .j {
  fill: #10baaf;
}
.shema-4 .a {
  fill: rgba(94, 59, 164, 0.9);
  stroke: #b096e5;
  stroke-dasharray: 1;
}
.shema-4 .b,
.shema-4 .d,
.shema-4 .i,
.shema-4 .l {
  fill: #fff;
}
.shema-4 .b {
  font-size: 16px;
  font-family: Lato-Bold, Lato;
  letter-spacing: 0.025em;
}
.shema-4 .b,
.shema-4 .i {
  font-weight: 700;
}
.shema-4 .c {
  fill: rgba(16, 186, 175, 0.25);
}
.shema-4 .c,
.shema-4 .k {
  stroke: #10baaf;
}
.shema-4 .c,
.shema-4 .e,
.shema-4 .f,
.shema-4 .g,
.shema-4 .k {
  stroke-width: 2px;
}
.shema-4 .d,
.shema-4 .j {
  font-size: 12px;
  font-family: Montserrat-Regular, Montserrat;
}
.shema-4 .e {
  fill: rgba(251, 100, 141, 0.25);
  stroke: #fb648d;
}
.shema-4 .f {
  fill: rgba(171, 61, 217, 0.25);
  stroke: #ab3dd9;
}
.shema-4 .g {
  fill: rgba(125, 51, 255, 0.25);
  stroke: #7d33ff;
}
.shema-4 .h {
  fill: #dc307d;
}
.shema-4 .h,
.shema-4 .k {
  opacity: 0.75;
}
.shema-4 .i {
  font-size: 14px;
  font-family: Montserrat-Bold, Montserrat;
}
.shema-4 .j {
  font-weight: 400;
}
.shema-4 .k {
  fill: #10baaf;
}
.shema-4 .m {
  stroke: none;
}
.shema-4 .n {
  fill: none;
}
.shema-5 .a {
  fill: #e6e6e6;
  stroke-dasharray: 1;
  opacity: 0.5;
}
.shema-5 .a,
.shema-5 .e {
  stroke: #c8c8c8;
}
.shema-5 .b,
.shema-5 .h {
  fill: none;
}
.shema-5 .b {
  stroke: #10baaf;
  stroke-width: 2px;
}
.shema-5 .c,
.shema-5 .d,
.shema-5 .f {
  fill: #4d4d4d;
}
.shema-5 .c,
.shema-5 .d {
  font-size: 14px;
}
.shema-5 .c {
  font-family: Montserrat-Bold, Montserrat;
  font-weight: 700;
}
.shema-5 .d {
  font-family: Montserrat-Regular, Montserrat;
}
.shema-5 .e {
  fill: rgba(255, 255, 255, 0.9);
}
.shema-5 .g {
  stroke: none;
}
.shema-6 .a,
.shema-6 .c {
  fill: none;
}
.shema-6 .b {
  fill: #e6e6e6;
  stroke-dasharray: 1;
  opacity: 0.5;
}
.shema-6 .b,
.shema-6 .g {
  stroke: #c8c8c8;
}
.shema-6 .c {
  stroke: #10baaf;
  stroke-width: 2px;
}
.shema-6 .d,
.shema-6 .e,
.shema-6 .h {
  fill: #4d4d4d;
}
.shema-6 .d,
.shema-6 .e {
  font-size: 14px;
}
.shema-6 .d {
  font-family: Montserrat-Bold, Montserrat;
  font-weight: 700;
}
.shema-6 .e {
  font-family: Montserrat-Regular, Montserrat;
}
.shema-6 .g {
  fill: rgba(255, 255, 255, 0.9);
}
.shema-6 .i {
  stroke: none;
}
.shema-7 .a {
  fill: none;
}
.shema-7 .b {
  fill: rgba(94, 59, 164, 0.9);
  stroke: #b096e5;
  stroke-dasharray: 1;
}
.shema-7 .c,
.shema-7 .e,
.shema-7 .g,
.shema-7 .k,
.shema-7 .m {
  fill: #fff;
}
.shema-7 .c {
  font-size: 16px;
  font-family: Lato-Bold, Lato;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.shema-7 .d {
  fill: rgba(16, 186, 175, 0.25);
}
.shema-7 .d,
.shema-7 .l {
  stroke: #10baaf;
}
.shema-7 .d,
.shema-7 .f,
.shema-7 .h,
.shema-7 .l {
  stroke-width: 2px;
}
.shema-7 .e {
  font-size: 10px;
}
.shema-7 .e,
.shema-7 .g,
.shema-7 .k {
  font-family: Montserrat-Regular, Montserrat;
}
.shema-7 .f {
  fill: rgba(251, 100, 141, 0.25);
  stroke: #fb648d;
}
.shema-7 .g {
  font-size: 12px;
}
.shema-7 .h {
  fill: rgba(125, 51, 255, 0.25);
  stroke: #7d33ff;
}
.shema-7 .j {
  fill: #10baaf;
  opacity: 0.75;
}
.shema-7 .k {
  font-size: 14px;
}
.shema-7 .l {
  fill: #495ba6;
}
.shema-7 .n {
  stroke: none;
}

/*# sourceMappingURL=style.css.map */

.content-sm .title {
  font-size: 39px;
}
.content-sm .text-default {
  font-size: 16px;
  padding-right: 5px;
}

.leaflet__form .wpcf7-form-control-wrap .newsletter__checkbox {
  width: auto;
  margin-bottom: -19px;
}

.leaflet__form .wpcf7-form-control-wrap .wpcf7-list-item-label {
  margin-left: 25px;
}
