@charset "UTF-8";
/* VENDOR */
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%, 0);
      transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* BASE */
/**
 * Spacing sizes for responsive scalability (used by @mixin spacing).
 *
 * Define new sizes as needed.
 */
/**
 * Font sizes for responsive scalability (used by @mixin font-size).
 *
 * Define new sizes as needed.
 */
/* MIXINS */
/*

EXAMPLE:
----

breakpoint and up           breakpoint max value and down
--                          --
@include bp(sm);            @include bp(xs,max);
@include bp(md);            @include bp(sm,max);
@include bp(lg);            @include bp(md,max);
@include bp(xl);            @include bp(lg,max);


@include bp(568px);          // also possible

 */
/*

EXAMPLE:
----
@include section;           // with top and bottom margin
@include section(false);    // no top and bottom margin

 */
/*

This uses $spacing-sizes matrix. Feel free to add more spacings there if they have a reusable logic to it.
Don't try to add new rows into the matrix just to support a single component.

EXAMPLE:
----

@include spacing(padding, top, section);
@include spacing(margin, all, itemspace);
@include spacing(margin, bottom, box);

 */
/*
This will add a delay to all children and animate them in one by one

Example:
--------
@include animation-sequence(0.10, 10);

& > *{
    @include animation(bounceIn, 2s);
}
--------

*/
/*

The following z-index shouldn't be changed on a project basis. Keep them consistent across projects.

 */
/*

$addToZindex:   How much you want to have it above the original z-index
$z-index:       Which z-index default setting

 */
/* MAIN */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

body .s2018 * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body .s2018 h1, body .s2018 h2, body .s2018 h3, body .s2018 h4, body .s2018 h5, body .s2018 h6 {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  letter-spacing: 0.025em;
}
body .s2018 h1 span, body .s2018 h2 span, body .s2018 h3 span, body .s2018 h4 span, body .s2018 h5 span, body .s2018 h6 span {
  font-weight: 300;
}
body .s2018 h1, body .s2018 .h1 {
  font-size: 35px;
}
@media (min-width: 992px) {
  body .s2018 h1, body .s2018 .h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  body .s2018 h1, body .s2018 .h1 {
    font-size: 55px;
  }
}
body .s2018 h2, body .s2018 .h2 {
  font-size: 30px;
}
@media (min-width: 992px) {
  body .s2018 h2, body .s2018 .h2 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  body .s2018 h2, body .s2018 .h2 {
    font-size: 50px;
  }
}
body .s2018 h3, body .s2018 .h3 {
  font-size: 25px;
}
@media (min-width: 992px) {
  body .s2018 h3, body .s2018 .h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  body .s2018 h3, body .s2018 .h3 {
    font-size: 40px;
  }
}
body .s2018 h4, body .s2018 .h4 {
  font-size: 20px;
}
@media (min-width: 992px) {
  body .s2018 h4, body .s2018 .h4 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  body .s2018 h4, body .s2018 .h4 {
    font-size: 30px;
  }
}
body .s2018 h5, body .s2018 .h5 {
  font-size: 18px;
}
@media (min-width: 992px) {
  body .s2018 h5, body .s2018 .h5 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .s2018 h5, body .s2018 .h5 {
    font-size: 25px;
  }
}
body .s2018 h6, body .s2018 .h6 {
  font-size: 16px;
}
@media (min-width: 992px) {
  body .s2018 h6, body .s2018 .h6 {
    font-size: 18px;
  }
}
body .s2018 p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  body .s2018 p {
    font-size: 18px;
  }
}
body .s2018 p.small {
  font-size: 14px;
}
body .s2018 p.large {
  font-size: 18px;
}
@media (min-width: 992px) {
  body .s2018 p.large {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .s2018 p.large {
    font-size: 25px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 50px !important;
}
@media (min-width: 992px) {
  body {
    padding-top: 80px !important;
  }
}
body.s2018-noheader {
  padding-top: 0px !important;
}

/* COMPONENTS */
.c-pricing-slider {
  margin-top: 20px;
  margin-bottom: 60px;
}
.c-pricing-slider .noUi-connects:before {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 20px;
  border-radius: 20px 0 0 20px;
  background: #3dbff9;
  top: 0;
  left: 0;
}
.c-pricing-slider .noUi-connect {
  border-radius: 20px;
  background: #3dbff9;
  left: 9px;
}
.c-pricing-slider.c-pricing-slider--pinterest .noUi-connect {
  background: #fc7981;
}
.c-pricing-slider.c-pricing-slider--pinterest .noUi-connects:before {
  background: #fc7981;
}
.c-pricing-slider.noUi-target {
  border-radius: 20px;
  height: 30px;
}
.c-pricing-slider * {
  outline: none;
}
.c-pricing-slider.noUi-horizontal .noUi-handle {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -19px;
  left: 20px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}
.c-pricing-slider.noUi-horizontal .noUi-handle:before {
  display: block;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: #21234d;
}
.c-pricing-slider.noUi-horizontal .noUi-handle:after {
  display: block;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 10px;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-width: 0px 2px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: initial;
          box-sizing: initial;
}
.c-pricing-slider .noUi-value-large {
  display: none;
}
.c-pricing-slider .noUi-marker-horizontal.noUi-marker-large, .c-pricing-slider .noUi-marker-horizontal.noUi-marker-normal {
  width: 2px;
  height: 16px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfbfbf+0,ffffff+100 */
  background: #bfbfbf;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(rgba(191, 191, 191, 0)));
  background: -o-linear-gradient(top, #bfbfbf 0%, rgba(191, 191, 191, 0) 100%);
  background: linear-gradient(to bottom, #bfbfbf 0%, rgba(191, 191, 191, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bfbfbf", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.c-pricing-slider .noUi-pips-horizontal {
  margin: 0 20px;
  width: calc(100% - 40px);
}
.c-pricing-slider.noUi-horizontal .noUi-origin {
  left: 20px !important;
  right: 20px !important;
  width: calc(100% - 20px);
}
.c-pricing-slider .noUi-tooltip {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  border-radius: 40px;
  min-width: 24px;
  font-size: 20px;
  padding: 10px;
  border: none;
  background: #ffe14d;
}

.c-table-price-range + hr {
  margin: 24px 0 30px;
  height: 1px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  display: block;
}

body .s2018 .c-pricing-calc-val h5 {
  margin-bottom: 10px;
}
body .s2018 .c-pricing-calc-val h4 {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  margin-top: 0;
}
body .s2018 .c-pricing-calc-val h2 {
  font-size: 60px;
}
body .s2018 .c-pricing-calc-val h2 em {
  font-size: 0.5em;
}
body .s2018 .c-pricing-calc-val p {
  font-size: 14px;
  margin-top: 0.4em;
  margin-bottom: 0.2em;
}
@media (min-width: 768px) {
  body .s2018 .c-pricing-calc-val p {
    margin-top: 0.1em;
    font-size: 16px;
  }
}
body .s2018 .c-pricing-calc-val em {
  font-style: normal;
  opacity: 0.4;
  font-weight: 400;
}
body .s2018 .c-pricing-calc-val .c-form-select {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
body .s2018 .c-pricing-calc-val + .c-pricing-calc-val {
  margin-top: 30px;
}
@media (min-width: 768px) {
  body .s2018 .c-pricing-calc-val + .c-pricing-calc-val {
    margin-top: 50px;
  }
}

.c-pricing-switch {
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 40px;
  display: inline-block;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-pricing-switch {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .c-pricing-switch {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .c-pricing-switch {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .c-pricing-switch {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .c-pricing-switch {
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .c-pricing-switch {
    margin-bottom: 50px;
  }
}
.c-pricing-switch li {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  float: left;
  padding: 0.6em 1.4em 0.5em;
  cursor: pointer;
  color: #21234d !important;
}
.c-pricing-switch li.active {
  font-weight: 700;
  background: #7d408c;
  color: #fff !important;
}
.c-pricing-switch li:last-child {
  border-radius: 0 40px 40px 0;
}
.c-pricing-switch li:first-child {
  border-radius: 40px 0 0 40px;
}
.c-pricing-switch li + li {
  border-left: 1px solid #ccc;
}
.c-pricing-switch:after {
  content: "";
  display: block;
  clear: both;
}

body .s2018 .c-icon-headline {
  font-family: "ProximaNovaSoft-Regular", proxima-soft, sans-serif;
  font-weight: 400;
  display: inline-block;
}
body .s2018 .c-icon-headline__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 2em;
  width: 2em;
  margin: -0.5em 0.3em -0.5em 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body .s2018 .c-icon-headline h3 {
  position: relative;
}
@media (max-width: 991px) {
  body .s2018 .c-icon-headline h3 {
    padding-top: 2.1em;
  }
}
@media (min-width: 992px) {
  body .s2018 .c-icon-headline h3 {
    padding-left: 2.4em;
  }
}

.c-form-select {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  background: #FAFAFA;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.c-form-select--max-width {
  max-width: 300px;
}
.c-form-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border: 2px solid #7d408c;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: translate(-75%, -75%) rotate(45deg);
      -ms-transform: translate(-75%, -75%) rotate(45deg);
          transform: translate(-75%, -75%) rotate(45deg);
  width: 10px;
  height: 10px;
}
.c-form-select select {
  font-family: "ProximaNovaSoft-Regular", proxima-soft, sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
}
@media (min-width: 768px) {
  .c-form-select select {
    font-size: 18px;
  }
}

.c-imagetext-asset {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.c-imagetext-asset__scrolling-asset {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-imagetext-asset__main {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.c-iphone {
  padding-left: 50%;
  width: 0;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 2;
}
.c-iphone__screen {
  z-index: 1;
  position: absolute;
  top: 12.6%;
  left: 7.8%;
  width: 85%;
  height: 75.6%;
  background: #fff;
}
.c-iphone video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-iphone-screen {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  padding-top: 178%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-iphone-screen video {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.c-iphone-screen video.js-video--disabled {
  opacity: 0;
}

.c-navigation-float {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: -20px;
}
@media (min-width: 992px) {
  .c-navigation-float {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
}
.c-navigation-float li {
  display: block;
  padding: 20px;
  max-width: 175px;
  width: 50%;
}
@media (min-width: 992px) {
  .c-navigation-float li {
    padding: 0 20px;
    width: 100%;
    max-width: 1000px;
  }
  .c-navigation-float li:first-child {
    padding-left: 0;
  }
  .c-navigation-float li:last-child {
    padding-right: 0;
  }
}

.c-icon-text {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  position: relative;
  padding-top: 160px;
  display: block;
}
[data-sticky-status=active] .c-icon-text {
  padding: 20px 0;
}
.c-icon-text__image {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 0px);
  height: 140px;
}
.c-icon-text:hover .c-icon-text__image {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
          transform: scale3d(0.9, 0.9, 0.9);
}
[data-sticky-status=active] .c-icon-text__image {
  height: 0px;
  opacity: 0;
}
.c-icon-text__text {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: "ProximaNovaSoft-Regular", proxima-soft, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 1.2em;
}
@media (min-width: 992px) {
  .c-icon-text__text {
    font-size: 18px;
  }
}
.js-anchor--active .c-icon-text__text {
  opacity: 0.3;
}
.c-icon-text__overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.c-floating-assets {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-floating-assets__asset {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-floating-assets__asset--top {
  background-position: top;
  background-repeat: no-repeat;
}
.c-floating-assets__asset--bottom {
  background-position: bottom;
  background-repeat: no-repeat;
}

.c-company-logo {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.c-company-logo span {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-company-logo:before {
  content: "";
  display: block;
  padding-top: 30%;
  width: 100%;
}

body a.c-company-logo {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
body a.c-company-logo:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.c-resource {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  padding-top: 80%;
  background: #ccc;
  position: relative;
}
.c-resource__image {
  letter-spacing: 0.025em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100% - 60px);
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
}
.c-resource__image__text {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 0 20px;
  width: calc(100% - 40px);
}
@media (min-width: 992px) {
  .c-resource__image__text {
    font-size: 18px;
  }
}
.c-resource__image__sub-text {
  font-size: 16px;
  margin-top: 0.5em;
  text-align: center;
  padding: 0 20px;
}
.c-resource__image__bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%) brightness(1.15);
          filter: grayscale(100%) brightness(1.15);
}
.c-resource__image--overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, #7d408c 0%, #4b4abb 100%);
  background: linear-gradient(45deg, #7d408c 0%, #4b4abb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1e5799", endColorstr="#7db9e8",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.c-resource__image--overlay .c-resource__image__text {
  color: #fff;
  position: relative;
}
.c-resource__text {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.025em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .c-resource__text {
    font-size: 18px;
  }
}
.c-resource__overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.c-resource-navigation .hs-menu-wrapper {
  position: relative;
  z-index: 100;
}
.c-resource-navigation .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 80px;
  position: relative;
  /* LEVEL 1 */
  /* LEVEL 2 */
  /* LEVEL 3 */
}
@media (max-width: 991px) {
  .c-resource-navigation .hs-menu-wrapper > ul {
    padding-top: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .c-resource-navigation .hs-menu-wrapper > ul {
    padding-right: 270px;
  }
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-1 {
  display: block;
  margin-bottom: -1px;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-1 > a {
  font-size: 16px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  color: #fff;
  margin: 0 1em;
  border-bottom: 1px solid rgba(255, 225, 77, 0);
  padding: 0.6em 0;
}
@media (min-width: 768px) {
  .c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-1 > a {
    font-size: 20px;
    padding: 0.6em 0;
  }
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-1 > a:hover {
  border-bottom: 1px solid #ffe14d;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-1.active-branch > a {
  border-bottom: 1px solid #ffe14d;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-1:first-child a {
  margin-left: 0;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 100%;
  left: 0;
  width: 70vw;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100vw - 80px);
  }
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-1.active-branch > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-2 {
  display: block;
  position: relative;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-2 > a {
  font-size: 14px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  color: #fff;
  display: block;
  padding: 0.3em 0.7em;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  cursor: pointer;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-2 > a {
    font-size: 18px;
  }
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-2:hover > a, .c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-2.active > a, .c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-2.active-branch > a {
  color: #ffe14d;
  background: rgba(255, 225, 77, 0.1);
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-2.hs-item-has-children > a:after {
  font-family: FontAwesome;
  content: "";
  margin-left: 0.5em;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-2 > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 10px 0 0;
  min-width: 200%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-2 > ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: calc(50% - 10px);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  width: 20px;
  height: 20px;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-2:hover > ul {
  display: block;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-3 {
  margin-bottom: 0;
  display: block;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-3 > a {
  font-size: 16px;
  display: block;
  padding: 0.3em 1em;
  line-height: 1.1em;
  background: #fff;
  position: relative;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-3 > a:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 0.4em;
  opacity: 0.2;
  color: #7d408c;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-3 > a:hover:before {
  opacity: 1;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-3:first-child > a {
  padding-top: 1em;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-3:last-child > a {
  padding-bottom: 1em;
}
.c-resource-navigation .hs-menu-wrapper > ul li.hs-menu-depth-3.active > a:before {
  content: "";
  opacity: 1;
}

body .s2018 .c-btn {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: "ProximaNovaSoft-Regular", proxima-soft, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  background: #7d408c;
  color: #f4f4f4;
  padding: 1em 2em;
  border-radius: 5em;
  display: inline-block;
}
@media (min-width: 768px) {
  body .s2018 .c-btn {
    font-size: 18px;
  }
}
body .s2018 .c-btn:hover {
  background: #5e3069;
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
          transform: scale3d(0.96, 0.96, 0.96);
  color: #fff;
}
body .s2018 .c-btn--yellow {
  background: #ffe14d;
  color: #21234d;
}
body .s2018 .c-btn--yellow:hover {
  background: #ffe567;
  color: #21234d;
}
body .s2018 .c-btn--green {
  background: #30e1a6;
  color: #21234d;
}
body .s2018 .c-btn--green:hover {
  background: #46e4b0;
  color: #21234d;
}
body .s2018 .c-btn--white {
  background: #fff;
  color: #21234d;
}
body .s2018 .c-btn--white:hover {
  background: white;
  color: #21234d;
}
body .s2018 .c-btn--small {
  font-size: 16px;
  padding: 0.7em 1.6em;
}
body .s2018 .c-btn--readmore {
  font-size: 14px;
  padding: 0.7em 1.6em 0.7em 0.7em;
}
body .s2018 .c-btn--readmore:before {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 1.6em;
  height: 1.6em;
  padding-left: 0.2em;
  text-align: center;
  border-radius: 40px;
  margin-right: 0.5em;
}
body .s2018 .c-btn--readmore:hover:before {
  background: #fff;
  color: #7d408c;
  border-color: #fff;
}

.c-icon--large {
  width: 50px;
}
@media (min-width: 992px) {
  .c-icon--large {
    width: 80px;
  }
}
.c-icon.animated {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.c-info-graph {
  display: inline-block;
  position: relative;
  height: 106px;
  width: 106px;
}
@media (min-width: 768px) {
  .c-info-graph {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .c-info-graph {
    height: 155px;
    width: 155px;
  }
}
@media (min-width: 1400px) {
  .c-info-graph {
    height: 185px;
    width: 185px;
  }
}
@media (min-width: 1200px) {
  .c-info-graph.animated {
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .c-info-graph + .c-info-graph.animated {
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .c-info-graph + .c-info-graph + .c-info-graph.animated {
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}
.c-info-graph__circle {
  -webkit-animation-name: rotateEndless;
          animation-name: rotateEndless;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 50%;
}
.c-info-graph__circle, .c-info-graph + .c-info-graph + .c-info-graph + .c-info-graph .c-info-graph__circle {
  background: #fae54b;
  background: -webkit-gradient(linear, left top, left bottom, from(#ef8577), to(#fae54b));
  background: -o-linear-gradient(top, #ef8577 0%, #fae54b 100%);
  background: linear-gradient(to bottom, #ef8577 0%, #fae54b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fae54b", endColorstr="#ef8577",GradientType=0 );
}
.c-info-graph + .c-info-graph .c-info-graph__circle {
  background: #58bf99;
  background: -webkit-gradient(linear, left top, left bottom, from(#fae54b), to(#58bf99));
  background: -o-linear-gradient(top, #fae54b 0%, #58bf99 100%);
  background: linear-gradient(to bottom, #fae54b 0%, #58bf99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fae54b", endColorstr="#ef8577",GradientType=0 );
}
.c-info-graph + .c-info-graph + .c-info-graph .c-info-graph__circle {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: #58bf99;
  background: -webkit-gradient(linear, left top, left bottom, from(#ef8577), to(#58bf99));
  background: -o-linear-gradient(top, #ef8577 0%, #58bf99 100%);
  background: linear-gradient(to bottom, #ef8577 0%, #58bf99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fae54b", endColorstr="#ef8577",GradientType=0 );
}
.c-info-graph__text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.c-info-graph__text {
  text-align: center;
  position: relative;
  top: 0;
}
.c-info-graph__text h2, .c-info-graph__text p {
  margin: 0 !important;
  padding: 0 !important;
}
.c-info-graph__text h2 {
  line-height: 1em !important;
}
.c-info-graph__text p {
  font-size: 18px;
  display: inline-block;
  width: 80%;
  margin: auto;
  line-height: 1.2em !important;
}
@media (min-width: 992px) {
  .c-info-graph__text p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .c-info-graph__text p {
    font-size: 25px;
  }
}
.c-info-graph + .c-info-graph {
  margin-left: 20px;
}

@media (max-width: 767px) {
  body .sm2018 .c-item-blog {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid rgba(33, 35, 77, 0.1);
    padding-bottom: 15px;
  }
  body .sm2018 .c-item-blog__text {
    width: 100%;
    padding-left: 20px;
    padding-right: 40px;
    position: relative;
  }
  body .sm2018 .c-item-blog__text h1 {
    font-size: 18px !important;
    letter-spacing: 0;
  }
  body .sm2018 .c-item-blog__text:after {
    font-family: FontAwesome;
    content: "";
    display: block;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-align: right;
    color: #7d408c;
  }
  body .sm2018 .c-item-blog__background__foreground {
    width: 60px;
    height: 40px;
    background-size: cover;
    background-position: center;
  }
  body .sm2018 .c-item-blog__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  body .sm2018 .c-item-blog {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    width: 100%;
    position: relative;
    border: 1px solid rgba(33, 35, 77, 0.1);
  }
  body .sm2018 .c-item-blog__background {
    padding-top: 60%;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
    /*
    background: -moz-linear-gradient(45deg, rgba($brand-color,1) 0%, rgba(#4B4ABB,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba($brand-color,1) 0%,rgba(#4B4ABB,1) 100%);
    background: linear-gradient(45deg, rgba($brand-color,1) 0%,rgba(#4B4ABB,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
    */
  }
  body .sm2018 .c-item-blog__background__foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    /*
    mix-blend-mode: multiply;
    filter: grayscale(100%) brightness(1.15);
    */
  }
  body .sm2018 .c-item-blog__text {
    padding: 1.5rem 1.5rem 4rem;
  }
  body .sm2018 .c-item-blog__text h1 {
    font-size: 24px !important;
    letter-spacing: 0;
  }
  body .sm2018 .c-item-blog__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
}
body .sm2018 .c-item-blog__read-more {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  color: #21234d;
  padding-right: 2.2em;
  position: relative;
}
@media (max-width: 767px) {
  body .sm2018 .c-item-blog__read-more {
    display: none;
  }
}
@media (min-width: 768px) {
  body .sm2018 .c-item-blog__read-more {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
body .sm2018 .c-item-blog__read-more:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  text-align: center;
  font-family: FontAwesome;
  content: " ";
  display: block;
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  color: #7d408c;
  border: 2px solid #7d408c;
}
body .sm2018 .c-item-blog:hover .c-item-blog__read-more:after {
  background: #7d408c;
  color: #fff;
}

@media (max-width: 767px) {
  body .sm2018 .c-item-blog-big {
    padding-bottom: 20px;
    position: relative;
  }
  body .sm2018 .c-item-blog-big__background {
    background-size: cover;
    background-position: center;
    padding-top: 60%;
    position: relative;
  }
  body .sm2018 .c-item-blog-big__background__foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  body .sm2018 .c-item-blog-big__text {
    background: #fff;
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  body .sm2018 .c-item-blog-big__text h1 {
    font-size: 20px !important;
  }
  body .sm2018 .c-item-blog-big__text:after {
    font-family: FontAwesome;
    content: "";
    display: block;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-align: right;
    color: #7d408c;
  }
  body .sm2018 .c-item-blog-big__read-more {
    display: none;
  }
  body .sm2018 .c-item-blog-big__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  body .sm2018 .c-item-blog-big {
    padding-top: 50%;
    position: relative;
  }
  body .sm2018 .c-item-blog-big__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body .sm2018 .c-item-blog-big__background__foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  body .sm2018 .c-item-blog-big__text {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 60%;
    background: #fff;
    padding: 30px 40px 0 40px;
  }
  body .sm2018 .c-item-blog-big__text h1 {
    font-size: 30px !important;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  body .sm2018 .c-item-blog-big__text h1 {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) {
  body .sm2018 .c-item-blog-big__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  body .sm2018 .c-item-blog-big__read-more {
    font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
    font-weight: 700;
    position: relative;
    color: #21234d;
    padding-right: 2.2em;
    margin-top: 15px;
    display: inline-block;
  }
  body .sm2018 .c-item-blog-big__read-more:after {
    text-align: center;
    font-family: FontAwesome;
    content: " ";
    display: block;
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-radius: 50%;
    color: #7d408c;
    border: 2px solid #7d408c;
  }
}
@media (min-width: 768px) {
  body .sm2018 .c-item-blog-big:hover .c-item-blog-big__read-more:after {
    background: #7d408c;
    color: #fff;
  }
}

.c-link-arrow {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  line-height: 1em;
  text-decoration: none;
  padding-right: 2em;
}
.c-link-arrow--hover:hover .c-link-arrow, .c-link-arrow:hover {
  padding-right: 2.6em;
}
.c-link-arrow:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 1.5em;
  content: "›";
  display: inline-block;
  height: calc(1em + 2px);
  width: calc(1em + 2px);
  line-height: calc(1em - 4px);
  border: 2px solid #7d408c;
  border-radius: 50%;
  position: absolute;
  color: #7d408c;
  top: -0.2em;
  right: 0;
}
.c-link-arrow--hover:hover .c-link-arrow:after, .c-link-arrow:hover .c-link-arrow:after {
  color: #fff;
  background: #7d408c;
}

.c-arrow {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid #f4f4f4;
  background: #f4f4f4;
  position: relative;
}
@media (max-width: 767px) {
  .c-arrow {
    width: 34px;
    height: 34px;
    border: 3px solid #f4f4f4;
  }
}
.c-arrow:before {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #7d408c;
  border-width: 0px 4px 4px 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 10px);
}
@media (max-width: 767px) {
  .c-arrow:before {
    width: 10px;
    height: 10px;
    border-width: 0px 3px 3px 0;
    top: calc(50% - 5px);
    left: calc(50% - 7px);
  }
}
.c-arrow--left:before {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
  left: calc(50% - 5px);
}
@media (max-width: 767px) {
  .c-arrow--left:before {
    left: calc(50% - 3px);
  }
}
.c-arrow:hover {
  background: #7d408c;
  border-color: #7d408c;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
}
.c-arrow:hover:before {
  border-color: #f4f4f4;
}
.c-arrow--disabled {
  -webkit-transform: scale3d(0.6, 0.6, 0.6) !important;
          transform: scale3d(0.6, 0.6, 0.6) !important;
  opacity: 0;
}

.c-scroll-down {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: relative;
}
.c-scroll-down:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 3px solid #7d408c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) translate(-83%, -16%);
      -ms-transform: rotate(45deg) translate(-83%, -16%);
          transform: rotate(45deg) translate(-83%, -16%);
}
.c-scroll-down:hover {
  background: #7d408c;
  -webkit-transform: translate(-50%, 0) scale3d(1.2, 1.2, 1.2);
          transform: translate(-50%, 0) scale3d(1.2, 1.2, 1.2);
}
.c-scroll-down:hover:after {
  border-color: #fff;
}

.c-navigation-footer > * > * > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-navigation-footer .hs-menu-depth-1 {
  padding-right: 20px;
  padding-bottom: 40px;
  width: 50%;
  display: block;
}
@media (min-width: 768px) {
  .c-navigation-footer .hs-menu-depth-1 {
    width: 20%;
    min-width: 200px;
  }
}
.c-navigation-footer .hs-menu-depth-1 > a {
  font-size: 16px;
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  display: block;
  color: #21234d;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .c-navigation-footer .hs-menu-depth-1 > a {
    font-size: 18px;
  }
}
.c-navigation-footer .hs-menu-children-wrapper {
  margin-top: 5px;
}
.c-navigation-footer .hs-menu-depth-2 {
  display: block;
}
.c-navigation-footer .hs-menu-depth-2 > a {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 16px;
  display: block;
  padding: 0.2em 0;
  color: #21234d;
}
.c-navigation-footer .hs-menu-depth-2 > a:hover {
  color: #21234d;
}

.c-social-media-footer li {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .c-social-media-footer li {
    margin-bottom: -20px;
  }
}
.c-social-media-footer li a {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  text-align: center;
  border-radius: 50%;
  display: block;
  color: #21234d;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  line-height: 38px;
  width: 40px;
  height: 40px;
}
.c-social-media-footer li a:hover {
  border-color: #21234d;
}
.c-social-media-footer li a span {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 12px;
  top: 4px;
  height: 16px;
}
@media (min-width: 768px) {
  .c-social-media-footer li a span {
    width: 13px;
    top: 4px;
    height: 18px;
  }
}
.c-social-media-footer li .fa {
  position: relative;
  top: 2px;
}
.c-social-media-footer li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .b-footer .c-social-media-footer {
    text-align: left;
  }
}
.c-social-media-footer--horizontal {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  text-align: center;
  margin: 30px 0 0 0 !important;
}
@media (min-width: 992px) {
  .c-social-media-footer--horizontal {
    text-align: right;
    margin: 0 !important;
  }
}
.c-social-media-footer--horizontal li {
  display: inline-block !important;
}
@media (min-width: 992px) {
  .c-social-media-footer--horizontal li {
    -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
            transform: translateY(-150%);
  }
}
.c-social-media-footer--horizontal li:before {
  display: none !important;
}
.c-social-media-footer--horizontal li span {
  display: none !important;
}

.c-footer-newsletter {
  background: #fff;
  position: relative;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #7d408c;
}
.c-footer-newsletter label {
  display: none;
}
.c-footer-newsletter input[type=email] {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 14px;
  letter-spacing: 0.02em;
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 60%;
  height: 40px;
  padding: 0 10px 0 20px;
}
.c-footer-newsletter input[type=submit] {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: absolute;
  top: 0;
  right: -2px;
  width: 40%;
  height: 39px;
  background: #7d408c;
  color: #f4f4f4;
  border-radius: 0 40px 40px 0;
}
.c-footer-newsletter input[type=submit]:hover {
  background: #21234d;
  color: #ffe14d;
}
.c-footer-newsletter .hs-error-msgs {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
.c-footer-newsletter .submitted-message {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.c-header-logo img {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 192px;
  margin: 0;
}
.c-header-logo:hover img {
  -webkit-transform: scale3d(1.04, 1.04, 1.04);
          transform: scale3d(1.04, 1.04, 1.04);
}

@media (max-width: 991px) {
  .c-header-navigation {
    height: calc(100vh - 50px);
    margin-top: 50px;
    padding: 20px 30px 90px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .c-header-navigation .hs-menu-depth-1 {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding-left: 20px;
    display: block;
  }
  .c-header-navigation .hs-menu-depth-1 > a {
    font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    padding: 8px 0;
    color: #21234d;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .c-header-navigation .hs-menu-depth-1 > a {
    font-size: 25px;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .c-header-navigation .hs-menu-depth-1 > a {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .c-header-navigation .hs-menu-depth-1.hs-item-has-children:before {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    font-family: FontAwesome;
    content: "";
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .c-header-navigation .hs-menu-depth-1.hs-item-has-children.mobile-open:before {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}
@media (max-width: 991px) {
  .b-header--mobile-open .c-header-navigation .hs-menu-depth-1 {
    opacity: 1;
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
@media (max-width: 991px) {
  .c-header-navigation .hs-menu-depth-2 {
    display: block;
  }
  .c-header-navigation .hs-menu-depth-2 > a {
    font-size: 18px;
    display: block;
    color: #7d408c;
    padding: 3px 0;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .c-header-navigation .hs-menu-depth-2 > a {
    font-size: 20px;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .c-header-navigation .hs-menu-depth-2 > a {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .c-header-navigation .hs-menu-children-wrapper {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    display: none;
  }
}
@media (max-width: 991px) {
  .c-header-navigation .mobile-open .hs-menu-children-wrapper {
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    display: block;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .c-header-navigation a[href="https://app.smartly.io"] {
    position: relative;
    top: -1px;
    margin-left: -20px;
  }
  .c-header-navigation a[href="https://app.smartly.io"]:before {
    content: "";
    margin-right: 11px;
    font-family: FontAwesome;
    font-size: 16px;
  }
  .c-header-navigation a[href="https://app.smartly.io"]:hover:before {
    content: "";
  }
}
@media (max-width: 991px) {
  .c-header-navigation a[href="https://www.smartly.io/request-demo"], .c-header-navigation a[href="https://www.smartly.io/ja/request-demo"], .c-header-navigation a[href="https://www.smartly.io/get-started"] {
    font-size: 16px;
    margin-left: -20px;
    margin-top: 5px;
    padding: 10px 20px 9px;
    border: 2px solid rgba(33, 35, 77, 0.4);
    border-width: 1px 1px 2px 1px;
    border-radius: 30px;
    line-height: 1em;
    color: #21234d;
    text-transform: uppercase;
    cursor: pointer;
  }
  .c-header-navigation a[href="https://www.smartly.io/request-demo"]:hover, .c-header-navigation a[href="https://www.smartly.io/ja/request-demo"]:hover, .c-header-navigation a[href="https://www.smartly.io/get-started"]:hover {
    border-color: #7d408c;
  }
  .b-header--inverted .c-header-navigation a[href="https://www.smartly.io/request-demo"], .b-header--inverted .c-header-navigation a[href="https://www.smartly.io/ja/request-demo"], .b-header--inverted .c-header-navigation a[href="https://www.smartly.io/get-started"] {
    background: none;
    border-color: rgba(255, 255, 255, 0.4);
  }
}
@media (min-width: 992px) {
  .c-header-navigation > * > * > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-header-navigation .hs-menu-depth-1 {
    position: relative;
    display: block;
  }
  .c-header-navigation .hs-menu-depth-1 > a {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 16px;
    display: block;
    color: #21234d;
    letter-spacing: 0.02em;
    padding: 22px 10px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .c-header-navigation .hs-menu-depth-1 > a {
    padding: 22px 15px;
  }
}
@media (min-width: 992px) {
  .c-header-navigation .hs-menu-depth-1 > a:hover {
    color: #7d408c;
  }
}
@media (min-width: 992px) {
  .js-magicalstuff-top .b-header--inverted.b-header--transparent .c-header-navigation .hs-menu-depth-1 > a {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .c-header-navigation .hs-menu-depth-1.hs-item-has-children > a:after {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: FontAwesome;
    margin-left: 2px;
    content: "";
    opacity: 0.4;
    padding-left: 2px;
    display: inline-block;
    position: relative;
    top: 0;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .c-header-navigation .hs-menu-depth-1.hs-item-has-children > a:after {
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  .c-header-navigation .hs-menu-depth-1 .hs-menu-children-wrapper {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    visibility: hidden;
    display: block;
    position: absolute;
    top: 55px;
    left: 50%;
    -webkit-transform: translate(-50%, 30px) scale3d(0.8, 1, 1);
            transform: translate(-50%, 30px) scale3d(0.8, 1, 1);
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0px 2px 10px rgba(33, 35, 77, 0.3);
            box-shadow: 0px 2px 10px rgba(33, 35, 77, 0.3);
    min-width: 250px;
    border-radius: 2px;
    opacity: 0;
    pointer-events: none;
  }
  .c-header-navigation .hs-menu-depth-1 .hs-menu-children-wrapper:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 2px;
  }
}
@media (min-width: 992px) {
  .c-header-navigation .hs-menu-depth-1:hover {
    z-index: 1000;
  }
  .c-header-navigation .hs-menu-depth-1:hover .hs-menu-children-wrapper {
    visibility: visible;
    -webkit-transform: translate(-50%, 0) scale3d(1, 1, 1);
            transform: translate(-50%, 0) scale3d(1, 1, 1);
    opacity: 1;
    pointer-events: auto;
  }
  .c-header-navigation .hs-menu-depth-1:hover.hs-item-has-children > a:after {
    opacity: 1;
    color: #7d408c;
  }
  .b-header--inverted .c-header-navigation .hs-menu-depth-1:hover.hs-item-has-children > a:after {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .c-header-navigation .hs-menu-depth-2 {
    display: block;
  }
  .c-header-navigation .hs-menu-depth-2 a {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    color: rgba(33, 35, 77, 0.85);
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  .c-header-navigation .hs-menu-depth-2 a:hover {
    color: #7d408c;
  }
}
@media (min-width: 992px) {
  .c-header-navigation a[href="https://www.smartly.io/request-demo"], .c-header-navigation a[href="https://www.smartly.io/ja/request-demo"], .c-header-navigation a[href="https://www.smartly.io/get-started"] {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 14px;
    padding: 10px 15px 9px;
    border: 2px solid rgba(33, 35, 77, 0.4);
    border-width: 1px 1px 2px 1px;
    border-radius: 30px;
    line-height: 1em;
    color: #21234d;
    text-transform: uppercase;
    margin-left: 10px;
    cursor: pointer;
  }
  .c-header-navigation a[href="https://www.smartly.io/request-demo"]:hover, .c-header-navigation a[href="https://www.smartly.io/ja/request-demo"]:hover, .c-header-navigation a[href="https://www.smartly.io/get-started"]:hover {
    border-color: #7d408c;
  }
  .js-magicalstuff-top .b-header--inverted.b-header--transparent .c-header-navigation a[href="https://www.smartly.io/request-demo"], .js-magicalstuff-top .b-header--inverted.b-header--transparent .c-header-navigation a[href="https://www.smartly.io/ja/request-demo"], .js-magicalstuff-top .b-header--inverted.b-header--transparent .c-header-navigation a[href="https://www.smartly.io/get-started"] {
    background: none;
    border-color: rgba(255, 255, 255, 0.4);
  }
}
@media (min-width: 992px) {
  .c-header-navigation a[href="https://app.smartly.io"] {
    position: relative;
    top: -1px;
    /*@include anim;
    @include font-size(sm);
    padding: 10px 15px 9px;
    border: 2px solid rgba($black, 0.4);
    border-width: 1px 1px 2px 1px;
    border-radius: 30px;
    line-height: 1em;
    color: $black;
    text-transform: uppercase;
    margin-left: 10px;
    cursor: pointer;
    background: #fff;

    &:hover {
        //box-shadow: 0 0px 6px rgba($yellow, 0.5);
        border-color: rgba($brand-color, 1);

        &:before {
            content: "\f13e";
        }
    }

    .b-header--inverted & {
        background: none;
        border-color: rgba(#fff, 0.4);

        &:hover {
            border-color: #fff;
        }
    }*/
  }
  .c-header-navigation a[href="https://app.smartly.io"]:before {
    content: "";
    margin-right: 7px;
    font-family: FontAwesome;
  }
  .c-header-navigation a[href="https://app.smartly.io"]:hover:before {
    content: "";
  }
}

.c-open-position {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.c-open-position:hover {
  background: rgba(255, 225, 77, 0.1);
}
.c-open-position:after {
  content: "";
  display: block;
  clear: both;
}
.c-open-position:before {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: FontAwesome;
  content: "";
  margin-left: 10px;
  color: rgba(125, 64, 140, 0.4);
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .c-open-position:before {
    right: 15px;
  }
}
.c-open-position__title {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 16px;
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #7d408c;
}
@media (min-width: 768px) {
  .c-open-position__title {
    float: left;
    width: calc(50% - 15px);
    padding-left: 15px;
  }
}
.c-open-position:hover .c-open-position__title {
  color: #21234d;
}
.c-open-position__meta {
  text-align: left;
}
@media (min-width: 768px) {
  .c-open-position__meta {
    width: calc(50% - 40px);
    float: left;
    padding-right: 40px;
  }
}
.c-open-position__meta__item {
  display: inline-block;
}
@media (min-width: 768px) {
  .c-open-position__meta__item {
    display: block;
    float: left;
  }
  .c-open-position__meta__item:nth-child(1) {
    width: 30%;
  }
  .c-open-position__meta__item:nth-child(2) {
    width: 42%;
  }
  .c-open-position__meta__item:nth-child(3) {
    width: 24%;
  }
}
.c-open-position__meta__item span + span:before {
  content: ", ";
}
@media (max-width: 767px) {
  .c-open-position__meta__item + .c-open-position__meta__item:before {
    content: ",";
    margin-right: 5px;
    opacity: 0.3;
  }
}
.c-open-position:hover .c-open-position__meta:after {
  color: #7d408c;
}
.c-open-position__overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-form-dropdown {
  height: 34px;
  width: 100%;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 2px 6px rgba(33, 35, 77, 0.1);
          box-shadow: 0px 2px 6px rgba(33, 35, 77, 0.1);
  border-radius: 2px;
}
.c-form-dropdown select {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;
  background: transparent;
}
.c-form-dropdown:hover:after {
  color: #7d408c;
}
.c-form-dropdown:hover select {
  color: #7d408c;
}
.c-form-dropdown:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
}
.c-form-dropdown + .c-form-dropdown {
  margin-left: 15px;
}

.c-subtitle {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 100%;
}
.c-subtitle span {
  font-weight: 700;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.8em;
  text-align: center;
  background: #ffe14d;
  border-radius: 50%;
  margin-right: 0.5em;
  position: relative;
  top: -0.1em;
}
@media (min-width: 768px) {
  .c-subtitle span {
    width: 2.3em;
    height: 2.3em;
    line-height: 2.4em;
    top: -0.05em;
  }
}
@media (min-width: 992px) {
  .c-subtitle span {
    display: none;
  }
}
.c-subtitle.animated {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.c-subtitle.animated span {
  display: block;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.s2018 .c-sidebar-position {
  border: 1px solid rgba(33, 35, 77, 0.13);
  border-width: 1px 1px 2px 1px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 10px rgba(33, 35, 77, 0.05);
          box-shadow: 0 2px 10px rgba(33, 35, 77, 0.05);
}
.s2018 .c-sidebar-position__button {
  padding: 20px 30px;
  background: #f4f4f4;
}
.s2018 .c-sidebar-position__widget {
  padding: 20px 30px;
}
.s2018 .c-sidebar-position__widget h6 {
  margin-bottom: 20px;
}
.s2018 .c-sidebar-position .c-btn {
  font-size: 16px;
}

.c-mobile-toggle {
  width: 26px;
  height: 20px;
}
@media (min-width: 992px) {
  .c-mobile-toggle {
    display: none;
  }
}
.c-mobile-toggle div {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 80%;
  height: 2px;
  border-radius: 4px;
  background: #7d408c;
  margin-left: auto;
  margin-right: auto;
}
.c-mobile-toggle div:nth-child(1) {
  margin-left: 0;
}
.c-mobile-toggle div:nth-child(2) {
  margin-left: 10%;
}
.c-mobile-toggle div:nth-child(3) {
  margin-left: 20%;
}
.b-header--mobile-open .c-mobile-toggle div {
  background: #7d408c;
  width: 80%;
  margin-left: 10%;
}
.b-header--mobile-open .c-mobile-toggle div:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
      -ms-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}
.b-header--mobile-open .c-mobile-toggle div:nth-child(2) {
  opacity: 0;
}
.b-header--mobile-open .c-mobile-toggle div:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
      -ms-transform: rotate(-45deg) translate(4px, -4px);
          transform: rotate(-45deg) translate(4px, -4px);
}
.c-mobile-toggle div + div {
  margin-top: 5px;
}

.c-lang-switcher {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  height: 35px;
  width: 35px;
  border: 1px solid rgba(33, 35, 77, 0.4);
  border-width: 1px 1px 2px 1px;
  border-radius: 20px;
  text-align: center;
  line-height: 30px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  border-color: #fff;
  color: #7d408c;
}
@media (min-width: 992px) {
  .c-lang-switcher {
    margin: 16px 0;
  }
}
.c-lang-switcher__selected {
  display: inline-block;
  width: 21px;
  height: 20px;
  border-radius: 50%;
  margin-top: 1px;
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;*/
}
.c-lang-switcher__selected:before {
  content: "";
  font-family: FontAwesome;
  font-size: 20px;
}
.c-lang-switcher:hover {
  background: #7d408c;
  color: #fff;
}
.c-lang-switcher__dropdown {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 67px;
  left: 50%;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0) scale3d(0.8, 1, 1);
          transform: translate(-50%, 0) scale3d(0.8, 1, 1);
  opacity: 0;
}
@media (max-width: 991px) {
  .c-lang-switcher__dropdown {
    left: auto;
    right: 0;
    -webkit-transform: scale3d(0.8, 1, 1);
            transform: scale3d(0.8, 1, 1);
  }
}
.c-lang-switcher:hover .c-lang-switcher__dropdown {
  padding-top: 10px;
  top: 33px;
  visibility: visible;
  -webkit-transform: translate(-50%, 0) scale3d(1, 1, 1);
          transform: translate(-50%, 0) scale3d(1, 1, 1);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .c-lang-switcher:hover .c-lang-switcher__dropdown {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.c-lang-switcher ul {
  padding: 5px 15px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(33, 35, 77, 0.3);
          box-shadow: 0px 2px 10px rgba(33, 35, 77, 0.3);
  border-radius: 2px;
  width: 200px;
}
.c-lang-switcher p {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #7d408c;
  margin: 0;
  padding: 0;
}
.c-lang-switcher li {
  display: block;
  text-align: left;
  line-height: 1.6em;
  color: #21234d;
  font-size: 16px !important;
}
.c-lang-switcher li img {
  -webkit-box-shadow: 0px 1px 3px rgba(33, 35, 77, 0.3);
          box-shadow: 0px 1px 3px rgba(33, 35, 77, 0.3);
  width: 20px;
  margin-right: 10px;
}
.c-lang-switcher li.selected, .c-lang-switcher li:hover {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
}

body .s2018 .c-link-back {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  font-size: 14px;
  display: inline-block;
  color: #7d408c;
  line-height: 1.9em;
}
@media (min-width: 768px) {
  body .s2018 .c-link-back {
    font-size: 16px;
  }
}
body .s2018 .c-link-back:before {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  font-family: FontAwesome;
  margin-right: 0.7em;
  height: 2em;
  width: 2em;
  background: #ffe14d;
  color: #fff;
  display: inline-block;
  border-radius: 2em;
  text-align: center;
  color: #7d408c;
}
body .s2018 .c-link-back:hover:before {
  background: #7d408c;
  color: #fff;
}
.h-scheme-1 [data-scheme-target] body .s2018 .c-link-back {
  color: #7d408c;
}
body .s2018 .c-link-back--inverted {
  color: #f4f4f4;
}
body .s2018 .c-link-back--inverted:before {
  background: rgba(244, 244, 244, 0.1);
  color: #f4f4f4;
}
body .s2018 .c-link-back--inverted:hover:before {
  background: #fff;
  color: #7d408c;
}

.c-link-back + body .s2018 .h-wysiwyg-html h1 {
  margin-top: 0;
}

body .c-filters-too-stronk {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  display: none;
  max-width: 400px;
  margin: 40px auto;
  padding: 20px 40px;
  border: 2px dashed #D8D8D8;
  background: rgba(216, 216, 216, 0.1);
  text-align: center;
}
body .c-filters-too-stronk i {
  color: #7d408c;
  margin-right: 5px;
}
body .c-filters-too-stronk p {
  font-size: 16px;
  color: #21234d;
}

.c-table-price-range {
  font-family: "ProximaNovaSoft-Regular", proxima-soft, sans-serif;
  font-weight: 400;
  font-size: 14px;
  border-spacing: 0px;
  border-collapse: separate;
  width: 100%;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-radius: 2px;
  /*thead tr:last-child {
      th,td{
          border-bottom: 2px solid $border-color;
      }
  }*/
}
.c-table-price-range thead {
  background: #21234d;
  color: #fff;
}
.c-table-price-range tbody {
  background: #fff;
}
.c-table-price-range th, .c-table-price-range td {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
}
.c-table-price-range--spaced th, .c-table-price-range--spaced td {
  padding: 1em;
}
.c-table-price-range tbody tr:last-child th, .c-table-price-range tbody tr:last-child td {
  border-bottom: none;
}
.c-table-price-range th {
  font-weight: 700;
}
.c-table-price-range__label {
  font-size: 14px;
  background: #ffe14d;
  display: inline-block;
  color: #7d408c;
  border-radius: 50px;
  padding: 0.5em 1.4em 0.3em;
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #21234d;
}

body .s2018 .h-wysiwyg-html--article .c-table-price-range ul {
  border: none;
  margin: 0 0 0 2em;
  padding: 0;
}
body .s2018 .h-wysiwyg-html--article .c-table-price-range ul li {
  font-size: 0.9em;
}

.c-table-simple {
  font-size: 16px;
  width: 100%;
}
.c-table-simple tr {
  border-bottom: 1px solid rgba(33, 35, 77, 0.075);
  text-align: center;
}
.c-table-simple tr:first-child {
  border-top: 1px solid rgba(33, 35, 77, 0.075);
}
.c-table-simple th {
  font-weight: 700;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #7d408c;
}
.c-table-simple td {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  body .sm2018 .c-blog-categories__wrapper .addsearch {
    display: none;
  }
}
body .sm2018 .c-blog-categories__topics {
  margin: 1rem 0 0;
  padding: 0;
  overflow: hidden;
}
body .sm2018 .c-blog-categories__topics li {
  float: left;
  display: block;
  margin: 0 0.5rem 0.5rem 0;
}
body .sm2018 .c-blog-categories__topics li a {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  color: #fff;
  display: block;
  padding: 0.2em 0.7em;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  cursor: pointer;
}
body .sm2018 .c-blog-categories__topics li a:hover {
  color: #ffe14d;
}
body .sm2018 .c-blog-categories__topics li.selected a {
  background: rgba(255, 225, 77, 0.2);
  color: #ffe14d;
}
@media (max-width: 767px) {
  body .sm2018 .c-blog-categories {
    margin: 0 20px;
    border-radius: 2px;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
  }
  body .sm2018 .c-blog-categories:after {
    content: "";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 18px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  body .sm2018 .c-blog-categories__main {
    background: rgba(255, 255, 255, 0.1);
  }
  body .sm2018 .c-blog-categories__main li {
    display: none;
    padding: 0;
    margin: 0;
  }
  body .sm2018 .c-blog-categories__main li a {
    -webkit-transition: all 0.001s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.001s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.001s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    line-height: 40px;
    padding: 0 20px;
  }
  body .sm2018 .c-blog-categories__main li.selected {
    display: block;
  }
  body .sm2018 .c-blog-categories__main li.selected a {
    font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
    font-weight: 700;
    color: #fff;
  }
  body .sm2018 .c-blog-categories--open .c-blog-categories__main li {
    display: block;
  }
  body .sm2018 .c-blog-categories--open .c-blog-categories__main li a {
    background: #fff !important;
    color: #21234d !important;
  }
  body .sm2018 .c-blog-categories--open .c-blog-categories__main li.selected a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #ffe14d;
    margin-right: 0.4em;
    position: relative;
    top: -0.2em;
  }
  body .sm2018 .c-blog-categories__mobile-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgba(125, 64, 140, 0);
    z-index: 4;
  }
}
@media (min-width: 992px) {
  body .sm2018 .c-blog-categories {
    padding-right: 270px;
  }
}
@media (min-width: 768px) {
  body .sm2018 .c-blog-categories {
    margin-bottom: 40px;
  }
  body .sm2018 .c-blog-categories__main {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body .sm2018 .c-blog-categories__main li {
    display: block;
    margin-bottom: -1px;
  }
  body .sm2018 .c-blog-categories__main li:first-child a {
    margin-left: 0;
  }
  body .sm2018 .c-blog-categories__main li a {
    font-size: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    color: #fff;
    padding: 0.6em 0;
    margin: 0 1em;
    border-bottom: 1px solid rgba(255, 225, 77, 0);
  }
  body .sm2018 .c-blog-categories__main li a:hover {
    border-bottom: 1px solid #ffe14d;
  }
  body .sm2018 .c-blog-categories__main li.selected a {
    border-bottom: 1px solid #ffe14d;
  }
  body .sm2018 .c-blog-categories--headline {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    padding: 0.6em 0;
    margin: 0 1em 0 0;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    font-weight: 700;
  }
}

/* DEPRECATED */
.c-blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-blog-pagination {
    margin-top: 40px;
  }
}
.c-blog-pagination li {
  display: block;
  margin: 0 5px;
}
.c-blog-pagination span.pg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-blog-pagination span.pg a {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f4f4f4;
  line-height: 40px;
  color: #7d408c;
}
.c-blog-pagination span.pg a:hover {
  background: #ffe14d;
  color: #21234d;
}
.c-blog-pagination span.pg .active a {
  background: #7d408c;
  color: #fff;
}
.c-blog-pagination .previous-posts-link a, .c-blog-pagination .next-posts-link a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: #7d408c;
}

.c-author-box {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 2px dashed #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (min-width: 768px) {
  .c-author-box {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .c-author-box {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .c-author-box {
    margin-top: 40px;
  }
}
@media (min-width: 1400px) {
  .c-author-box {
    margin-top: 50px;
  }
}
.c-author-box__image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #f4f4f4;
  background-size: cover;
  background-position: center;
}
.c-author-box__text {
  width: calc(100% - 100px);
  margin-left: 20px;
}
.c-author-box__description {
  font-size: 16px;
  color: #626262;
  margin-top: 0.6em;
}
.c-author-box__title {
  font-size: 11px;
  position: absolute;
  top: calc(-1em - 1px);
  left: 0px;
  padding: 0 1em;
  line-height: 2em;
  background: #f4f4f4;
  border-radius: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background: #7d408c;
}

.s2018 .c-link {
  color: #7d408c;
  display: inline-block;
}
.s2018 .c-link--strong {
  font-weight: 700;
}
.s2018 .c-link:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  margin-left: 1em;
}
.s2018 .c-link:hover:after {
  margin-left: 1.4em;
}

.c-tags li {
  display: block;
  float: left;
  margin-right: 0.2em;
}
.c-tags li:last-child {
  margin-right: 0;
}
.c-tags li a {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 11px;
  display: block;
  padding: 0.4em 0.7em 0.2em;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2em;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  .c-tags li a {
    font-size: 12px;
  }
}
.c-tags li a:hover {
  background: #fff;
  color: #7d408c;
}
.c-tags:after {
  content: "";
  display: block;
  clear: both;
}

.c-quote-big {
  width: 100%;
}
@media (min-width: 768px) {
  .c-quote-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.c-quote-big__image-wrapper {
  position: relative;
  padding-top: 40%;
}
@media (min-width: 768px) {
  .c-quote-big__image-wrapper {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .c-quote-big__image-wrapper {
    padding-top: 30%;
  }
}
.c-quote-big__image {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-quote-big__text-area {
  position: relative;
  padding: 1px;
}
@media (min-width: 768px) {
  .c-quote-big__text-area {
    width: 50%;
  }
}
.c-quote-big__text-wrapper {
  max-width: 590px;
  position: relative;
  margin: 30px;
}
@media (max-width: 767px) {
  .c-quote-big__text-wrapper {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .c-quote-big__text-wrapper {
    height: calc(100% - 100px);
    margin: 50px;
    margin-bottom: 150px;
  }
}
.c-quote-big__quote-mark {
  background-image: url("https://cdn2.hubspot.net/hubfs/1570479/S2018%20Web%20Placeholders/icon-quote-brandcolor.png");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .c-quote-big__quote-mark {
    height: 50px;
    width: 50px;
  }
}
.c-quote-big__slogan {
  font-weight: 700;
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .c-quote-big__slogan {
    padding-bottom: 150px;
  }
}
.c-quote-big__meta {
  -webkit-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 140px;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.is-selected .c-quote-big__meta {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.c-quote-big p {
  color: #7d408c;
}

.hs-blog-social-share {
  margin: 30px 0;
}
.hs-blog-social-share .IN-widget {
  display: block !important;
}
.hs-blog-social-share .fb-like > span {
  display: block;
}

/*

Documentation
---------------------
modal.js


Files
---------------------
_c-modal.scss              // Popup wrapper styling
modal.js                   // Template
/templates/modals.php      // <modals> wrapper where all popups are

*/
.c-modal {
  /*
  WRAPPER STYLING
  */
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*
  INTERFACE STYLING
  */
  /*
  CONTAINER STYLING
  */
}
.c-modal__shadow {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.c-modal--anim-prev .c-modal__shadow, .c-modal--anim-next .c-modal__shadow {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.c-modal__wrapper {
  position: relative;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.c-modal__close {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #7d408c;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.c-modal__close:before {
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  content: "✕";
}
.c-modal__close:hover {
  background: #21234d;
}
.c-modal__close:hover:before {
  color: #ffe14d;
}
.c-modal__nextprev {
  z-index: 2000;
  position: absolute;
  height: 40px;
  width: 40px;
  color: #000;
  top: 50%;
  cursor: pointer;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-modal__nextprev:before {
  line-height: 40px;
  font-size: 20px;
  font-family: FontAwesome, serif;
}
.c-modal__nextprev--next {
  right: 0;
}
.c-modal__nextprev--next:before {
  content: "";
}
.c-modal__nextprev--prev {
  left: 0;
}
.c-modal__nextprev--prev:before {
  content: "";
}
.c-modal__container {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  position: relative;
  /*[data-swiss-modal-style="youtube"] & {

      height: 100vh;
      width: 100%;
      margin: 0;

      @include bp(md) {
          height: calc(100vh - 120px);
          width: calc(100vw - 120px);
          margin: $modalOuterMargin;
      }

      .h-wysiwyg-html {
          position: initial;
      }

      iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      }
  }*/
}
@media (min-width: 992px) {
  .c-modal--anim-next .c-modal__container {
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .c-modal--anim-prev .c-modal__container {
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
[data-swiss-modal-style=inline] .c-modal__container, [data-swiss-modal-style=external] .c-modal__container {
  padding: 20px;
  max-width: 880px;
  width: 100%;
  margin: 60px auto;
  background: #fff;
}
@media (min-width: 768px) {
  [data-swiss-modal-style=inline] .c-modal__container, [data-swiss-modal-style=external] .c-modal__container {
    padding: 25px;
  }
}
@media (min-width: 992px) {
  [data-swiss-modal-style=inline] .c-modal__container, [data-swiss-modal-style=external] .c-modal__container {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  [data-swiss-modal-style=inline] .c-modal__container, [data-swiss-modal-style=external] .c-modal__container {
    padding: 40px;
  }
}
@media (min-width: 1400px) {
  [data-swiss-modal-style=inline] .c-modal__container, [data-swiss-modal-style=external] .c-modal__container {
    padding: 50px;
  }
}
[data-swiss-modal-style=youtube] .c-modal__container, [data-swiss-modal-style=vimeo] .c-modal__container {
  width: 90%;
  padding-top: 50.625%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  [data-swiss-modal-style=youtube] .c-modal__container, [data-swiss-modal-style=vimeo] .c-modal__container {
    width: 80%;
    padding-top: 45%;
  }
}
[data-swiss-modal-style=youtube] .c-modal__container .h-wysiwyg-html, [data-swiss-modal-style=vimeo] .c-modal__container .h-wysiwyg-html {
  position: initial;
}
[data-swiss-modal-style=youtube] .c-modal__container iframe, [data-swiss-modal-style=vimeo] .c-modal__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-swiss-modal-style=image] .c-modal__container {
  height: 100vh;
  max-width: 100%;
  width: auto;
  background: #fff;
  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;
}
@media (min-width: 992px) {
  [data-swiss-modal-style=image] .c-modal__container {
    height: calc(100vh - 120px);
    margin: 60px;
  }
}
[data-swiss-modal-style=image] .c-modal__container img {
  margin: auto;
  display: block;
  max-width: 100%;
  width: auto;
  max-height: calc(100vh - 120px);
  height: auto;
}

.c-video-pad {
  background: #fff;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .c-video-pad {
    padding-top: 50%;
  }
}
.c-video-pad__bg {
  background-size: cover;
  background-position: center;
  padding-top: 50%;
  position: relative;
}
@media (min-width: 992px) {
  .c-video-pad__bg {
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.c-video-pad__bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7d408c;
  background: -webkit-gradient(linear, left top, right top, from(#7d408c), to(rgba(125, 64, 140, 0)));
  background: -o-linear-gradient(left, #7d408c 0%, rgba(125, 64, 140, 0) 100%);
  background: linear-gradient(90deg, #7d408c 0%, rgba(125, 64, 140, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d408c",endColorstr="#7d408c",GradientType=1);
}
.c-video-pad__bg--no-overlay:before {
  display: none;
}
.c-video-pad__quote {
  font-size: 20px;
  color: #fff;
  line-height: 1.3em;
  font-style: italic;
}
@media (min-width: 992px) {
  .c-video-pad__quote {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .c-video-pad__quote {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .c-video-pad__quote {
    background: #7d408c;
    padding: 20px 60px 20px 20px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .c-video-pad__quote {
    position: absolute;
    top: 50px;
    left: 50px;
    max-width: 35%;
  }
}
.c-video-pad__meta {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (min-width: 992px) {
  .c-video-pad__meta {
    bottom: 70px;
    left: 50px;
  }
}
.c-video-pad__meta p {
  opacity: 0.7;
}
.c-video-pad__link {
  position: absolute;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .c-video-pad__link {
    top: 30px;
    left: 20px;
  }
}
@media (min-width: 992px) {
  .c-video-pad__link {
    bottom: 30px;
    right: 30px;
  }
}
.c-video-pad__link__icon {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 30px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 2px;
  color: #ffe14d;
  border: 2px solid #ffe14d;
  font-size: 20px;
  margin: auto;
  margin-right: 20px;
  position: relative;
  top: -7px;
}
.c-video-pad__link__icon:before {
  content: "";
  font-family: FontAwesome;
  padding-left: 4px;
  position: relative;
  left: -1px;
}
.c-video-pad__link:hover .c-video-pad__link__icon {
  background: #ffe14d;
  color: #21234d;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
}
.c-video-pad__link__text {
  font-size: 14px;
  color: #ffe14d;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.c-video-pad__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
.c-video-pad__play__icon {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 60px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  color: #ffe14d;
  border: 2px solid #ffe14d;
  font-size: 20px;
  margin: auto;
  margin-bottom: 20px;
}
.c-video-pad__play__icon:before {
  content: "";
  font-family: FontAwesome;
  padding-left: 4px;
}
.c-video-pad__play:hover .c-video-pad__play__icon {
  background: #ffe14d;
  color: #21234d;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
}
.c-video-pad__play__text {
  font-size: 14px;
  color: #ffe14d;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  .c-video-pad__play__text {
    display: none;
  }
}
.c-video-pad__overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.s2018 .c-resource-small h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #7d408c;
  margin-bottom: 20px;
}
.s2018 .c-resource-small .c-btn {
  position: relative;
  z-index: 2;
}
.s2018 .c-resource-small__image {
  position: relative;
}
.s2018 .c-resource-small__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
  background: rgba(125, 64, 140, 0.4);
}
.s2018 .c-resource-small__image--yellow:before {
  background-color: #fbe057;
}
.s2018 .c-resource-small__image--blue:before {
  background-color: #4bb6d8;
}
.s2018 .c-resource-small__image--red:before {
  background-color: #ec5f7a;
}
.s2018 .c-resource-small__image--purple:before {
  background-color: #76328c;
}
@media (min-width: 768px) {
  .s2018 .c-resource-small--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .s2018 .c-resource-small--large .c-resource-small__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    padding-top: 40%;
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .s2018 .c-resource-small--large .c-resource-small__image {
    width: 65.7%;
  }
}
@media (min-width: 768px) {
  .s2018 .c-resource-small--large .c-resource-small__text {
    width: 50%;
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .s2018 .c-resource-small--large .c-resource-small__text {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .s2018 .c-resource-small--large .c-resource-small__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .s2018 .c-resource-small--large .c-btn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .s2018 .c-resource-small--large {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .s2018 .c-resource-small--large .c-resource-small__image {
    padding-top: 50%;
    width: 100%;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .s2018 .c-resource-small--large .c-resource-small__text {
    padding: 20px 30px 90px 30px;
  }
  .s2018 .c-resource-small--large .c-resource-small__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .s2018 .c-resource-small--large .c-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .s2018 .c-resource-small--large h6 {
    color: #7d408c;
  }
}
.s2018 .c-resource-small--normal {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  background: #fff;
}
.s2018 .c-resource-small--normal .c-resource-small__image {
  padding-top: 60%;
  width: 100%;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.s2018 .c-resource-small--normal .c-resource-small__text {
  padding: 20px 30px 90px 30px;
}
.s2018 .c-resource-small--normal .c-resource-small__overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s2018 .c-resource-small--normal .c-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.s2018 .c-resource-small--normal h6 {
  color: #7d408c;
}

body .s2018 .c-ul-link {
  margin: 20px -5px 0;
  padding: 0;
}
body .s2018 .c-ul-link li {
  display: inline-block;
}
body .s2018 .c-ul-link a {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 14px;
  display: block;
  color: #7d408c;
  padding: 0.25em 1em;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(33, 35, 77, 0.2);
          box-shadow: 0 1px 3px rgba(33, 35, 77, 0.2);
  position: relative;
  margin: 5px 2px;
}
body .s2018 .c-ul-link a:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  font-family: FontAwesome;
  margin-left: 0.5em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
body .s2018 .c-ul-link a:hover {
  padding-right: 2em;
}
body .s2018 .c-ul-link a:hover:after {
  opacity: 1;
}

.c-box-shadow {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-box-shadow: 0px 4px 8px rgba(33, 35, 77, 0.07);
          box-shadow: 0px 4px 8px rgba(33, 35, 77, 0.07);
  min-height: 50px;
  padding: 50px;
  background: #fff;
  border-radius: 3px;
}
.c-box-shadow--margin-top {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .c-box-shadow--margin-top {
    margin-top: 40px;
  }
}

body .s2018 .c-steps {
  counter-reset: cstepcounter;
}
body .s2018 .c-steps--margin {
  margin: 20px 0;
}
body .s2018 .c-steps li {
  position: relative;
  padding-left: 65px;
  min-height: 40px;
  display: block;
}
body .s2018 .c-steps li:before {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  counter-increment: cstepcounter;
  content: counter(cstepcounter);
  display: block;
  width: 50px;
  height: 50px;
  background: #ffe14d;
  color: #21234d;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 50px;
  border-radius: 40px;
  font-size: 22px;
}
body .s2018 .c-steps li + li {
  margin-top: 16px;
}
body .s2018 .c-steps h6 {
  padding-top: 0.2em;
}
body .s2018 .c-steps h5 {
  padding-top: 0.5em;
}
body .s2018 .c-steps p {
  margin: 0.3em 0;
}
body .s2018 .c-steps--single-line li {
  padding-left: 55px;
}
body .s2018 .c-steps--single-line li:before {
  width: 40px;
  height: 40px;
  line-height: 42px;
  padding-left: 1px;
}

body .s2018 .c-feature-tab--disabled {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
body .s2018 .c-feature-tab--disabled:before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  border: 2px solid #7d408c;
  position: absolute;
  top: 0.4em;
  left: 0;
}
body .s2018 .c-feature-tab--clickable {
  cursor: pointer;
  position: relative;
  /*p:before {
      content: "\f085";
      font-family: FontAwesome;
      position: absolute;
      top: 20px;
      left: 0;
      color: $brand-color;
  }*/
}
@media (max-width: 767px) {
  body .s2018 .c-feature-tab--clickable {
    display: none;
  }
}
@media (min-width: 768px) {
  body .s2018 .c-feature-tab--clickable {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  body .s2018 .c-feature-tab--clickable:after {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(125, 64, 140, 0.1);
    border-radius: 4px;
  }
  body .s2018 .c-feature-tab--clickable:before {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: 4px;
    background: #7d408c;
    border-radius: 4px;
  }
}
body .s2018 .c-feature-tab--clickable:hover:before {
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  body .s2018 .c-feature-tab--active {
    display: block;
  }
}
body .s2018 .c-feature-tab--active:after {
  background: #7d408c;
}
body .s2018 .c-feature-tab p {
  font-size: 16px;
}

.c-screenshot-slideshow__image {
  width: 100%;
  padding-top: 50%;
  background: #fff;
  background-size: cover;
  background-position: center;
  border: 2px solid #fff;
}

body .s2018 .c-notification {
  z-index: 201;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  position: fixed;
  left: 0;
  width: 100%;
  background: #ffe14d;
  text-align: center;
  top: 50px;
  display: none;
}
@media (min-width: 992px) {
  body .s2018 .c-notification {
    top: 80px;
  }
}
body .s2018 .c-notification__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
  padding: 10px 0;
  position: relative;
}
body .s2018 .c-notification h6 {
  font-size: 14px;
  font-family: "ProximaNovaSoft-Regular", proxima-soft, sans-serif;
  font-weight: 400;
  padding: 0 30px;
}
body .s2018 .c-notification h6 a {
  font-size: 14px;
  color: #7d408c;
  text-decoration: underline;
}
body .s2018 .c-notification h6:before, body .s2018 .c-notification h6:after {
  content: "";
  font-family: FontAwesome;
  color: #7d408c;
  margin: 0 10px;
  position: relative;
  top: 0.1em;
}
body .s2018 .c-notification__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
body .s2018 .c-notification__close {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #7d408c;
  border-radius: 50px;
}
body .s2018 .c-notification__close:before, body .s2018 .c-notification__close:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #7d408c;
  position: absolute;
  top: 50%;
  left: 50%;
}
body .s2018 .c-notification__close:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
body .s2018 .c-notification__close:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
body .s2018 .c-notification__close:hover {
  background: #7d408c;
}
body .s2018 .c-notification__close:hover:after, body .s2018 .c-notification__close:hover:before {
  background: #ffe14d;
}

body .leadinModal-theme-top {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  top: 50px;
}
@media (min-width: 992px) {
  body .leadinModal-theme-top {
    top: 80px;
  }
}

body.js-magicalstuff-down .s2018 .c-notification, body.js-magicalstuff-down .leadinModal-theme-top {
  top: 0;
  -webkit-transform: translatey(-100%);
      -ms-transform: translatey(-100%);
          transform: translatey(-100%);
}

.c-notice {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 14px;
  margin: 20px 0;
  padding: 10px 15px 10px 40px;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
}
.c-notice.disabled {
  opacity: 0;
  padding: 0 15px 0 40px;
  visibility: hidden;
  margin: 0;
  height: 0;
}
.c-notice:before {
  font-size: 1.4em;
  color: #7d408c;
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 13px;
  left: 15px;
}

.s2018 .c-card {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.s2018 .c-card__image {
  padding-top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.s2018 .c-card__text {
  text-align: center;
  padding: 0 20px 20px;
}
.s2018 .c-card__text h2 {
  font-size: 18px;
  margin: 10px 0;
  color: #7d408c;
}
@media (min-width: 992px) {
  .s2018 .c-card__text h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .s2018 .c-card__text h2 {
    font-size: 25px;
  }
}
.s2018 .c-card__text p {
  font-size: 14px;
}

@media (max-width: 991px) {
  .s2018 .c-card-hover {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .s2018 .c-card-hover__intro img {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 50px;
  }
  .s2018 .c-card-hover__intro h4 {
    display: none;
  }
  .s2018 .c-card-hover__icon {
    width: 50px;
    height: 40px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    top: 20px;
    left: 20px;
    position: absolute;
  }
  .s2018 .c-card-hover__description {
    padding: 15px 15px 15px 90px;
  }
  .s2018 .c-card-hover__description h6 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .s2018 .c-card-hover {
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
  }
  .s2018 .c-card-hover__intro {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
  }
  .s2018 .c-card-hover__intro img {
    width: 60px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .s2018 .c-card-hover__intro h4 {
    font-size: 18px;
    color: #7d408c;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .s2018 .c-card-hover__intro h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .s2018 .c-card-hover__intro h4 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .s2018 .c-card-hover__icon {
    width: 100px;
    height: 70px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .s2018 .c-card-hover__description {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    display: none;
    background: #7d408c;
    padding: 60px 40px;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .s2018 .c-card-hover__description h6 {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
  }
  .s2018 .c-card-hover__description p {
    color: #fff;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .s2018 .c-card-hover--disabled .c-card-hover__icon {
    width: 150px;
    height: 110px;
    background-position: bottom center;
  }
}
@media (min-width: 992px) {
  .s2018 .c-card-hover--disabled .c-card-hover__intro {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .s2018 .c-card-hover--enabled .c-card-hover__intro {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 992px) {
  .s2018 .c-card-hover--enabled .c-card-hover__description {
    display: block;
  }
}
@media (min-width: 992px) {
  .s2018 .c-card-hover--enabled:hover .c-card-hover__description {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@media (min-width: 992px) {
  .s2018 .c-card-hover--enabled:hover .c-card-hover__intro {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  body .s2018 .c-ebook-promo {
    margin: 30px 0 60px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  }
  body .s2018 .c-ebook-promo__bg {
    padding-top: 47.5%;
    background-size: cover;
    background-position: center right;
  }
  body .s2018 .c-ebook-promo__text {
    padding: 20px;
    text-align: center;
  }
  body .s2018 .c-ebook-promo__text h1, body .s2018 .c-ebook-promo__text h2, body .s2018 .c-ebook-promo__text h3, body .s2018 .c-ebook-promo__text h4, body .s2018 .c-ebook-promo__text h5, body .s2018 .c-ebook-promo__text h6 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  body .s2018 .c-ebook-promo {
    background: #ccc;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 50px 0;
    padding-top: 55%;
  }
  body .s2018 .c-ebook-promo__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  body .s2018 .c-ebook-promo__text {
    position: absolute;
    left: 20%;
    top: 50%;
    width: 30%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: left;
    padding: 0 5%;
  }
  body .s2018 .c-ebook-promo__text h1, body .s2018 .c-ebook-promo__text h2, body .s2018 .c-ebook-promo__text h3, body .s2018 .c-ebook-promo__text h4, body .s2018 .c-ebook-promo__text h5, body .s2018 .c-ebook-promo__text h6 {
    color: #fff;
  }
  body .s2018 .c-ebook-promo .c-btn {
    background: #fff;
    color: #7d408c;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  body .s2018 .c-ebook-promo {
    width: calc(100vw - 60px);
    max-width: 1180px;
  }
}

body .s2018 .c-accordion-big {
  border-top: 1px solid #7d408c;
  border-bottom: 1px solid #7d408c;
  overflow: hidden;
}
@media (min-width: 992px) {
  body .s2018 .c-accordion-big {
    border-top: 2px solid #ffe14d;
    border-bottom: 2px solid #ffe14d;
  }
}
body .s2018 .c-accordion-big__headline {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  position: relative;
  cursor: pointer;
  padding: 30px 80px 30px 30px;
}
body .s2018 .c-accordion-big__headline:hover {
  color: #ffe14d;
}
body .s2018 .c-accordion-big__indicator {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: calc(50% - 16px);
  right: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ffe14d;
}
body .s2018 .c-accordion-big__indicator:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg) translate(-85%, -15%);
      -ms-transform: rotate(45deg) translate(-85%, -15%);
          transform: rotate(45deg) translate(-85%, -15%);
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #ffe14d;
  border-width: 0 2px 2px 0px;
}
body .s2018 .c-accordion-big__content {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  visibility: hidden;
  padding: 0 30px;
  opacity: 0;
  height: 0;
  background: #fff;
}
body .s2018 .c-accordion-big--open .c-accordion-big__headline {
  color: #ffe14d;
  background: #7d408c;
}
body .s2018 .c-accordion-big--open .c-accordion-big__indicator {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
body .s2018 .c-accordion-big--open .c-accordion-big__content {
  visibility: visible;
  padding: 30px;
  opacity: 1;
  height: auto;
}

body .s2018 .c-accordion-big + .c-accordion-big {
  margin-top: -1px;
}
@media (min-width: 992px) {
  body .s2018 .c-accordion-big + .c-accordion-big {
    margin-top: -2px;
  }
}

body .s2018 .c-screenshot-case-cta {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 16px rgba(0, 0, 0, 0.06);
  position: relative;
  background: #fff;
}
body .s2018 .c-screenshot-case-cta__image {
  width: 7rem;
  background-size: cover;
  background-position: center;
  height: 100%;
}
body .s2018 .c-screenshot-case-cta__text {
  width: calc(100% - 7rem);
  padding: 20px;
}
body .s2018 .c-screenshot-case-cta h6 {
  margin-bottom: 5px;
}
body .s2018 .c-screenshot-case-cta__overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s2018 .c-review {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 20px 20px 60px 20px;
  -webkit-box-shadow: 0px 1px 10px rgba(129, 47, 138, 0.3);
          box-shadow: 0px 1px 10px rgba(129, 47, 138, 0.3);
  border-radius: 2px;
  position: relative;
  background: #fff;
}
.s2018 .c-review:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  font-family: FontAwesome;
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #ccc;
}
.s2018 .c-review:before {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "Read Full Review on G2.com";
  line-height: 40px;
  padding: 0 20px;
  border-top: 1px solid #f4f4f4;
  color: #7d408c;
}
.s2018 .c-review:hover:after {
  color: #7d408c;
}
.s2018 .c-review:hover:before {
  background: #f9f5fa;
  border-top-color: #7d408c;
}
.s2018 .c-review__avatar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.s2018 .c-review__love {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.s2018 .c-review__stars {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffe14d;
}
.s2018 .c-review__headline {
  margin-bottom: 10px;
  margin-top: 20px;
}
.s2018 .c-review__name {
  color: #7d408c;
  padding-right: 100px;
}
.s2018 .c-review__secondaryanswers {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  width: 140%;
}
.s2018 .c-review__secondaryanswers li {
  float: left;
  border-radius: 2px;
  display: block;
  background: #eff0f8;
  color: rgba(33, 35, 77, 0.7);
  padding: 0.4em 0.6em;
  line-height: 1em;
  margin-right: 2px;
  margin-bottom: 2px;
  font-size: 12px;
}
.s2018 .c-review__secondaryanswers:after {
  content: "";
  display: block;
  clear: both;
}
.s2018 .c-review__secondaryanswers__wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.s2018 .c-review__secondaryanswers__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  /* IE6-9 */
}
.s2018 .c-review h5 {
  font-size: 16px;
  padding-left: 60px;
}
@media (min-width: 992px) {
  .s2018 .c-review h5 {
    font-size: 18px;
  }
}
.s2018 .c-review__overlay-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .s2018 .c-filters-simple-ul {
  margin: 0;
  padding: 0;
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: -10px;
  margin-bottom: -10px;
}
body .s2018 .c-filters-simple-ul__margin {
  margin: 30px 0;
}
body .s2018 .c-filters-simple-ul li {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 14px;
  cursor: pointer;
  color: #7d408c;
  font-weight: 700;
  padding: 0.6em 1em;
  line-height: 1em;
  background: #f9f5fa;
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
}
body .s2018 .c-filters-simple-ul li:before {
  position: relative;
  top: 0.04em;
  content: "";
  font-family: FontAwesome;
  margin-right: 0.5em;
  opacity: 0.4;
}
body .s2018 .c-filters-simple-ul li.selected {
  background: #7d408c;
  color: #fff;
}
body .s2018 .c-filters-simple-ul li.selected:before {
  content: "";
  opacity: 1;
}

.s2018 .c-office-details {
  margin: 30px 20px;
  position: relative;
}
@media (min-width: 992px) {
  .s2018 .c-office-details {
    margin: 50px;
  }
}
.s2018 .c-office-details__title {
  font-size: 20px;
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #7d408c;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7d408c;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.s2018 .c-office-details__ui-left, .s2018 .c-office-details__ui-right {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #7d408c;
  position: absolute;
  cursor: pointer;
}
.s2018 .c-office-details__ui-left:before, .s2018 .c-office-details__ui-right:before {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg) translate(-20%, -80%);
      -ms-transform: rotate(-45deg) translate(-20%, -80%);
          transform: rotate(-45deg) translate(-20%, -80%);
  border-right: 1px solid #7d408c;
  border-bottom: 1px solid #7d408c;
}
.s2018 .c-office-details__ui-left:hover, .s2018 .c-office-details__ui-right:hover {
  background: #7d408c;
}
.s2018 .c-office-details__ui-left:hover:before, .s2018 .c-office-details__ui-right:hover:before {
  border-color: #fff;
}
.s2018 .c-office-details__ui-left {
  top: -10px;
  right: 40px;
}
.s2018 .c-office-details__ui-left:before {
  -webkit-transform: rotate(135deg) translate(-10%, 50%);
      -ms-transform: rotate(135deg) translate(-10%, 50%);
          transform: rotate(135deg) translate(-10%, 50%);
}
.s2018 .c-office-details__ui-right {
  top: -10px;
  right: 0;
}
.s2018 .c-office-details__item {
  display: none;
}
.s2018 .c-office-details__item.active {
  display: block;
}
.s2018 .c-office-details__item h6 {
  color: #7d408c;
  padding-top: 20px;
  margin-bottom: 4px;
}
.s2018 .c-office-details__item h6:first-child {
  margin-top: 0;
}
.s2018 .c-office-details__item br {
  display: block !important;
}

@media (max-width: 991px) {
  .c-ul-select {
    z-index: 100;
    position: relative;
    height: 40px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
  }
  .c-ul-select:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border: 1px solid #7d408c;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg) translate(-80%, -20%);
        -ms-transform: rotate(45deg) translate(-80%, -20%);
            transform: rotate(45deg) translate(-80%, -20%);
  }
  .c-ul-select:before {
    z-index: 101;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .c-ul-select li {
    display: none;
    line-height: 40px !important;
    padding: 0 15px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    margin: 0 !important;
  }
  .c-ul-select li.selected {
    display: block;
    z-index: 101;
  }
  .c-ul-select:hover {
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
  }
  .c-ul-select:hover li {
    display: block;
  }
  .c-ul-select:hover li.selected {
    background: #ffe14d;
  }
  .c-ul-select:hover li:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .c-ul-select {
    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;
    margin: -15px -25px;
  }
  .c-ul-select li {
    display: block;
  }
  .c-ul-select li a {
    font-size: 20px;
    font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
    font-weight: 700;
    color: #7d408c;
    position: relative;
    display: block;
    padding: 0em 0 0.5em;
    margin: 15px 25px;
  }
  .c-ul-select li a:after {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 1px;
    background: #7d408c;
    content: "";
    display: block;
  }
  .c-ul-select li.selected a:after, .c-ul-select li:hover a:after {
    width: 100%;
  }
}

.c-ul-dots {
  margin: 0;
  padding: 0;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-ul-dots li {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #7d408c;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}
.c-ul-dots li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background: rgba(125, 64, 140, 0);
}
.c-ul-dots li.active:before {
  background: #7d408c;
}

.s2018 .c-ul-mainpoints {
  margin: 0;
  padding: 0;
}
.s2018 .c-ul-mainpoints li {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  border-top: 1px solid #7d408c;
  padding: 0.7em 0;
  margin: 0;
  line-height: 1.2em;
  color: #7d408c !important;
  display: block;
  font-size: 1.1em;
}
@media (min-width: 992px) {
  .s2018 .c-ul-mainpoints li {
    font-size: 1.5em;
  }
}
.s2018 .c-ul-mainpoints li:before {
  display: none;
}
.s2018 .c-ul-mainpoints li:last-child {
  border-bottom: 1px solid #7d408c;
}

.s2018 .c-ul-tabs {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.s2018 .c-ul-tabs li {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 16px;
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  display: block;
  margin-right: 1em;
  cursor: pointer;
  letter-spacing: 0.05em;
  background: #7d408c;
  color: #fff;
  padding: 0.6em 1em 0.5em 1.1em;
  border-radius: 2em;
  text-transform: uppercase;
  opacity: 0.7;
}
.s2018 .c-ul-tabs li.active {
  background: #21234d;
  opacity: 1;
}
.s2018 .c-ul-tabs li:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .s2018 .c-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    width: 100%;
  }
}
.s2018 .c-person__image {
  background: #f4f4f4;
  position: relative;
}
@media (max-width: 767px) {
  .s2018 .c-person__image {
    height: 6rem;
    width: 6rem;
  }
}
@media (min-width: 768px) {
  .s2018 .c-person__image {
    padding-top: 110%;
  }
}
.s2018 .c-person__image__a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.s2018 .c-person__image__b {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.s2018 .c-person:hover .c-person__image__b {
  opacity: 1;
}
.s2018 .c-person--circle .c-person__image {
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .s2018 .c-person--circle .c-person__image {
    width: 6rem !important;
    height: 6rem !important;
  }
}
@media (min-width: 768px) {
  .s2018 .c-person--circle .c-person__image {
    padding-top: 50%;
    margin: auto;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .s2018 .c-person__text {
    padding: 0 0 0 2rem;
    width: calc(100% - 8rem);
  }
}
@media (min-width: 768px) {
  .s2018 .c-person__text {
    margin: 1.5rem 0rem 2rem;
    text-align: center;
  }
}
.s2018 .c-person__text p {
  font-size: 16px;
  margin: 0.2em 0;
}
.s2018 .c-person__text__some a {
  color: #7d408c;
  display: inline-block;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .s2018 .c-person__text__some a {
    font-size: 1.5rem;
  }
}
.s2018 .c-person__text__some a + a {
  padding-left: 0.4em;
}

.c-timeline-item__timestamp {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  font-size: 18px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #7d408c;
  color: #fff;
  line-height: 100px;
  text-align: center;
  margin: auto;
  position: relative;
  top: 50px;
  margin-bottom: 150px;
}
@media (min-width: 992px) {
  .c-timeline-item__timestamp {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .c-timeline-item__timestamp {
    font-size: 25px;
  }
}
.is-selected .c-timeline-item__timestamp {
  top: 0;
}
.c-timeline-item__timestamp:before {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  display: block;
  width: 2px;
  height: 0px;
  background: #7d408c;
  position: absolute;
  top: 150px;
  left: 50%;
}
.is-selected .c-timeline-item__timestamp:before {
  top: 125px;
  height: 70px;
}
.c-timeline-item__timestamp:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  border: 2px solid #7d408c;
  border-width: 0 0 0 2px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.is-selected .c-timeline-item__timestamp:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 1;
}
.c-timeline-item__timestamp__dot {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #7d408c;
  top: 150px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 4px solid #7d408c;
}
.c-timeline-item:hover .c-timeline-item__timestamp__dot {
  top: 150px;
  border: 6px solid #7d408c;
  background: #ffe14d;
}
.is-selected .c-timeline-item .c-timeline-item__timestamp__dot {
  top: 200px;
  width: 40px;
  height: 40px;
  border: 10px solid #7d408c;
  background: #ffe14d;
}
.c-timeline-item__text {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  margin: 30px 0px 0;
  padding: 20px 30px;
  -webkit-box-shadow: 0 3px 20px rgba(125, 64, 140, 0.3);
          box-shadow: 0 3px 20px rgba(125, 64, 140, 0.3);
  background: #fff;
  opacity: 0;
}
.is-selected .c-timeline-item__text {
  opacity: 1;
}

.c-iform .hs-form-field > label {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 1.4em;
}
@media (min-width: 992px) {
  .c-iform .hs-form-field > label {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .c-iform .hs-form-field > label {
    font-size: 30px;
  }
}
.c-iform .hs-form-field > legend {
  font-family: "ProximaNovaSoft-Regular", proxima-soft, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.4em;
  margin-top: 0.4em;
}
.c-iform .hs-fieldtype-text input {
  font-size: 16px;
  width: calc(100% - 2em);
  border-radius: 40px;
  padding: 0.5em 1em;
  margin-top: 1em;
  display: block;
}
.c-iform .hs-fieldtype-radio ul.inputs-list {
  margin: 30px 0;
  padding: 0;
}
.c-iform .hs-fieldtype-radio ul.inputs-list li {
  display: block;
  margin: 0;
  padding: 0;
}
.c-iform .hs-fieldtype-radio ul.inputs-list li:before {
  display: none;
}
.c-iform .hs-fieldtype-radio ul.inputs-list li label {
  display: block;
  margin: 1em 0;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
}
.c-iform .hs-fieldtype-radio ul.inputs-list li label:hover input {
  background: rgba(255, 225, 77, 0.2);
}
.c-iform .hs-fieldtype-radio ul.inputs-list li input {
  display: none;
}
.c-iform .hs-fieldtype-radio ul.inputs-list li span {
  font-size: 16px;
  margin-left: 0.5em;
}
.c-iform .hs-fieldtype-radio ul.inputs-list li span:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #ffe14d;
  position: relative;
  top: 1px;
  left: 0;
  position: absolute;
}
.c-iform .hs-fieldtype-radio ul.inputs-list li input:checked + span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #ffe14d;
  position: absolute;
  border-radius: 50%;
  top: 5px;
  left: 4px;
}
.c-iform .hs-fieldtype-number .input {
  display: none;
}
.c-iform .hs-fieldtype-number .c-pricing-slider {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .c-iform .hs-fieldtype-number .c-pricing-slider {
    margin-bottom: 20px;
  }
}
.c-iform ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
}
.c-iform ul.no-list.hs-error-msgs li {
  display: block;
}
.c-iform ul.no-list.hs-error-msgs li:before {
  display: none;
}
.c-iform ul.no-list.hs-error-msgs li label.hs-error-msg {
  font-size: 16px;
  display: block;
  padding: 0.7em 1em 0.5em;
  background: #e0697c;
  color: #21234d;
  border-radius: 50px;
}
.c-iform ul.no-list.hs-error-msgs li label.hs-error-msg:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 0.5em;
}
.c-iform .submitted-message {
  display: none;
}

.s2018 .c-iform-result {
  max-width: 600px;
  margin: auto;
}
.s2018 .c-iform-result__hooray {
  font-size: 25px;
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.4em;
}
@media (min-width: 992px) {
  .s2018 .c-iform-result__hooray {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .s2018 .c-iform-result__hooray {
    font-size: 40px;
  }
}
.s2018 .c-iform-result__hours {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 200px;
  line-height: 0.9em;
  color: #ffe14d !important;
}
.s2018 .c-iform-result__saved {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 0.5em 0;
}
@media (min-width: 992px) {
  .s2018 .c-iform-result__saved {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .s2018 .c-iform-result__saved {
    font-size: 30px;
  }
}
.s2018 .c-iform-result__description {
  max-width: 400px;
  margin: auto;
  margin-bottom: 1.4em;
}

.c-countdown {
  max-width: 400px;
  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;
  text-align: center;
  margin: auto;
}
*[data-countdown-align=left] .c-countdown {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  margin: 0;
}
.c-countdown__pad {
  padding: 0 0.2em;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  position: relative;
}
.c-countdown__tick {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #e0697c;
  line-height: 1em;
}
@media (min-width: 992px) {
  .c-countdown__tick {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .c-countdown__tick {
    font-size: 55px;
  }
}
.h-scheme-1 *[data-scheme-target] .c-countdown__tick, .h-scheme-2 *[data-scheme-target] .c-countdown__tick {
  color: #21234d;
}
.h-scheme-3 *[data-scheme-target] .c-countdown__tick {
  color: #fff;
}
.c-countdown__label {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #21234d;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0 3px;
}
@media (min-width: 992px) {
  .c-countdown__label {
    font-size: 12px;
  }
}
.h-scheme-1 *[data-scheme-target] .c-countdown__label, .h-scheme-2 *[data-scheme-target] .c-countdown__label {
  color: #21234d;
}
.h-scheme-3 *[data-scheme-target] .c-countdown__label {
  color: #fff;
}

.c-ul-speakers {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-ul-speakers li {
  display: inline-block;
  margin: 0 5px 15px 0;
  padding: 0;
  padding-left: 58px;
  position: relative;
  width: calc(50% - 66px);
}
.c-ul-speakers__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #21234d;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.c-ul-speakers__name {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  display: block;
  margin: 0;
  color: #21234d;
  margin-top: 6px;
}
.c-ul-speakers__title {
  display: block;
  margin: 0;
  margin-top: -0.2em;
}

/* LAYOUTS */
@media (max-width: 991px) {
  .l-pricing-table__calculator {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
}
@media (min-width: 992px) {
  .l-pricing-table__calculator {
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    width: 46%;
    float: left;
  }
}
@media (max-width: 991px) {
  .l-pricing-table__table {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .l-pricing-table__table {
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
    width: 48%;
    float: right;
  }
}
.l-pricing-table:after {
  content: "";
  display: block;
  clear: both;
}

.l-carousel-iphone {
  position: relative;
}
.l-carousel-iphone__iphone-backdrop {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 31.7%;
  height: 80%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-carousel-iphone__iphone-backdrop {
    display: none;
  }
}
.l-carousel-iphone__iphone-wrapper {
  position: absolute;
  top: -17%;
  left: 50%;
  width: 34.9%;
  height: 133%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-carousel-iphone__iphone-wrapper {
    display: none;
  }
}
.l-carousel-iphone__next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.l-carousel-iphone__prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.l-carousel-iphone__carousel {
  position: relative;
}
@media (min-width: 768px) {
  .l-carousel-iphone__carousel {
    padding: 100px 0;
  }
}
.l-carousel-iphone__item {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  font-size: 10px;
  width: 30%;
}
@media (max-width: 767px) {
  .l-carousel-iphone__item {
    font-size: 4px;
    width: 60%;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
    opacity: 0.5;
  }
  .l-carousel-iphone__item[data-slide-position="0"] {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .l-carousel-iphone__item[data-slide-position="-5"], .l-carousel-iphone__item[data-slide-position="-4"], .l-carousel-iphone__item[data-slide-position="-3"] {
    -webkit-transform: translate(30em, 12em);
        -ms-transform: translate(30em, 12em);
            transform: translate(30em, 12em);
    width: calc(30% - 12em);
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .l-carousel-iphone__item[data-slide-position="-5"], .l-carousel-iphone__item[data-slide-position="-4"], .l-carousel-iphone__item[data-slide-position="-3"] {
    width: calc(60% - 12em);
  }
}
@media (min-width: 768px) {
  .l-carousel-iphone__item[data-slide-position="-2"] {
    -webkit-transform: translate(15em, 9em);
        -ms-transform: translate(15em, 9em);
            transform: translate(15em, 9em);
    width: calc(30% - 9em);
    opacity: 0.2;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .l-carousel-iphone__item[data-slide-position="-2"] {
    width: calc(60% - 9em);
  }
}
@media (min-width: 768px) {
  .l-carousel-iphone__item[data-slide-position="-1"] {
    -webkit-transform: translate(6em, 6em);
        -ms-transform: translate(6em, 6em);
            transform: translate(6em, 6em);
    width: calc(30% - 6em);
    opacity: 0.7;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .l-carousel-iphone__item[data-slide-position="-1"] {
    width: calc(60% - 6em);
  }
}
@media (min-width: 768px) {
  .l-carousel-iphone__item[data-slide-position="1"] {
    -webkit-transform: translate(0em, 6em);
        -ms-transform: translate(0em, 6em);
            transform: translate(0em, 6em);
    width: calc(30% - 6em);
    opacity: 0.7;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .l-carousel-iphone__item[data-slide-position="1"] {
    width: calc(60% - 6em);
  }
}
@media (min-width: 768px) {
  .l-carousel-iphone__item[data-slide-position="2"] {
    -webkit-transform: translate(-6em, 9em);
        -ms-transform: translate(-6em, 9em);
            transform: translate(-6em, 9em);
    width: calc(30% - 9em);
    opacity: 0.2;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .l-carousel-iphone__item[data-slide-position="2"] {
    width: calc(60% - 9em);
  }
}
@media (min-width: 768px) {
  .l-carousel-iphone__item[data-slide-position="3"], .l-carousel-iphone__item[data-slide-position="4"], .l-carousel-iphone__item[data-slide-position="5"] {
    -webkit-transform: translate(-15em, 12em);
        -ms-transform: translate(-15em, 12em);
            transform: translate(-15em, 12em);
    width: calc(30% - 12em);
    opacity: 0;
  }
}
.l-carousel-iphone .flickity-viewport {
  overflow: visible;
}
.l-listing-logo {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -2%;
}
.l-listing-logo > div, .l-listing-logo--carousel .flickity-slider > * {
  margin: 2%;
  width: 29.33333333%;
}
@media (min-width: 768px) {
  .l-listing-logo > div, .l-listing-logo--carousel .flickity-slider > * {
    width: 21%;
  }
}
@media (min-width: 992px) {
  .l-listing-logo > div, .l-listing-logo--carousel .flickity-slider > * {
    width: 16%;
  }
}
.l-listing-logo--carousel > div {
  margin: 0;
  width: 100% !important;
}
body .s2018 .l-listing-resources {
  margin: -2%;
}
@media (min-width: 992px) {
  body .s2018 .l-listing-resources {
    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;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(1) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(2) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(3) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(4) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(5) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(6) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(7) {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(8) {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(9) {
    -webkit-animation-delay: 2.7s;
            animation-delay: 2.7s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(10) {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(11) {
    -webkit-animation-delay: 3.3s;
            animation-delay: 3.3s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(12) {
    -webkit-animation-delay: 3.6s;
            animation-delay: 3.6s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(13) {
    -webkit-animation-delay: 3.9s;
            animation-delay: 3.9s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(14) {
    -webkit-animation-delay: 4.2s;
            animation-delay: 4.2s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(15) {
    -webkit-animation-delay: 4.5s;
            animation-delay: 4.5s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(16) {
    -webkit-animation-delay: 4.8s;
            animation-delay: 4.8s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(17) {
    -webkit-animation-delay: 5.1s;
            animation-delay: 5.1s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(18) {
    -webkit-animation-delay: 5.4s;
            animation-delay: 5.4s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(19) {
    -webkit-animation-delay: 5.7s;
            animation-delay: 5.7s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(20) {
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(21) {
    -webkit-animation-delay: 6.3s;
            animation-delay: 6.3s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(22) {
    -webkit-animation-delay: 6.6s;
            animation-delay: 6.6s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(23) {
    -webkit-animation-delay: 6.9s;
            animation-delay: 6.9s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(24) {
    -webkit-animation-delay: 7.2s;
            animation-delay: 7.2s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(25) {
    -webkit-animation-delay: 7.5s;
            animation-delay: 7.5s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(26) {
    -webkit-animation-delay: 7.8s;
            animation-delay: 7.8s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(27) {
    -webkit-animation-delay: 8.1s;
            animation-delay: 8.1s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(28) {
    -webkit-animation-delay: 8.4s;
            animation-delay: 8.4s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(29) {
    -webkit-animation-delay: 8.7s;
            animation-delay: 8.7s;
  }
  body .s2018 .l-listing-resources.animated *:nth-child(30) {
    -webkit-animation-delay: 9s;
            animation-delay: 9s;
  }
  body .s2018 .l-listing-resources.animated > * {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
}
body .s2018 .l-listing-resources__item {
  margin: 2%;
  width: 90%;
}
@media (max-width: 991px) {
  body .s2018 .l-listing-resources__item {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.5;
    max-width: 400px;
  }
  body .s2018 .l-listing-resources__item.is-selected {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  body .s2018 .l-listing-resources__item {
    width: 29.3333333%;
  }
}
body .s2018 .l-listing-resources .flickity-viewport {
  overflow: visible;
}
body .s2018 .l-listing-resources .flickity-page-dots {
  margin: 0;
  text-align: center;
  padding: 0;
}
body .s2018 .l-listing-resources .flickity-page-dots .dot {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  background: #7d408c;
  opacity: 0.2;
}
body .s2018 .l-listing-resources .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@media (min-width: 768px) {
  .l-listing-blog {
    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;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: -15px;
  }
}
@media (max-width: 767px) {
  .l-listing-blog__item {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .l-listing-blog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 15px;
    width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .l-listing-blog__item {
    width: calc(33.3333333% - 30px);
  }
}
@media (min-width: 992px) {
  .l-listing-blog__item:nth-child(1), .l-listing-blog__item:nth-child(2) {
    width: calc(50% - 30px);
  }
}

.l-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.l-filters__item {
  margin-right: 15px;
  margin-bottom: 10px;
  width: calc(50% - 15px);
}
@media (min-width: 768px) {
  .l-filters__item {
    margin-bottom: 15px;
  }
}
@media (min-width: 500px) {
  .l-filters__item {
    width: calc(33.333333% - 15px);
  }
}
@media (min-width: 768px) {
  .l-filters__item {
    width: calc(20% - 15px);
  }
}
.l-filters__item:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .l-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 60px -2%;
  }
}
@media (min-width: 768px) {
  .l-columns__column {
    margin: 0 2%;
  }
}
.l-columns__column img {
  max-width: 100% !important;
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .h-wysiwyg-html--article .l-columns {
    width: calc(100vw - 60px);
    max-width: 1180px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: relative;
    left: 50%;
  }
}

@media (min-width: 768px) {
  .l-text-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -30px;
  }
}
@media (min-width: 768px) {
  .l-text-columns__column {
    margin: 0 30px;
  }
  [data-columns="1"] .l-text-columns__column {
    max-width: 800px;
    width: 100%;
  }
  [data-columns="2"] .l-text-columns__column {
    width: calc(50% - 60px);
  }
  [data-columns="3"] .l-text-columns__column {
    width: calc(33.333333% - 60px);
  }
  [data-columns="4"] .l-text-columns__column {
    width: calc(25% - 60px);
  }
}
@media (max-width: 767px) {
  .l-text-columns .l-text-columns__column + .l-text-columns__column {
    margin-top: 30px;
  }
}
.l-text-columns--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-quote-slideshow {
  background: #ffe14d;
}
.l-quote-slideshow .flickity-prev-next-button.next, .l-quote-slideshow .flickity-prev-next-button.previous {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 40px;
  height: 1em;
  width: 1em;
  border: 1px solid #7d408c;
  background: transparent;
}
.l-quote-slideshow .flickity-prev-next-button.next:before, .l-quote-slideshow .flickity-prev-next-button.previous:before {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border: 1px solid #7d408c;
  border-width: 0 0 1px 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
      -ms-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}
.l-quote-slideshow .flickity-prev-next-button.next:hover, .l-quote-slideshow .flickity-prev-next-button.previous:hover {
  background: #7d408c;
}
.l-quote-slideshow .flickity-prev-next-button.next:hover:before, .l-quote-slideshow .flickity-prev-next-button.previous:hover:before {
  border-color: #fff;
}
.l-quote-slideshow .flickity-prev-next-button.next svg, .l-quote-slideshow .flickity-prev-next-button.previous svg {
  display: none;
}
.l-quote-slideshow .flickity-prev-next-button.next:before {
  -webkit-transform: translate(-75%, -50%) rotate(-135deg);
      -ms-transform: translate(-75%, -50%) rotate(-135deg);
          transform: translate(-75%, -50%) rotate(-135deg);
}
.l-quote-slideshow .flickity-slider {
  left: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.l-quote-slideshow__item {
  -webkit-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0 !important;
  opacity: 0;
}
.l-quote-slideshow__item.is-selected {
  opacity: 1;
}
.l-quote-slideshow .flickity-prev-next-button.next {
  top: initial;
  bottom: 15px;
  right: 30px;
}
@media (min-width: 768px) {
  .l-quote-slideshow .flickity-prev-next-button.next {
    bottom: 40px;
  }
}
@media (min-width: 1300px) {
  .l-quote-slideshow .flickity-prev-next-button.next {
    right: initial;
    left: calc(50% + 580px);
  }
}
.l-quote-slideshow .flickity-prev-next-button.previous {
  top: initial;
  bottom: 15px;
  left: initial;
  right: 90px;
}
@media (min-width: 768px) {
  .l-quote-slideshow .flickity-prev-next-button.previous {
    bottom: 40px;
  }
}
@media (min-width: 1300px) {
  .l-quote-slideshow .flickity-prev-next-button.previous {
    right: initial;
    left: calc(50% + 520px);
  }
}

body .s2018 .l-video-carousel .flickity-prev-next-button.next, body .s2018 .l-video-carousel .flickity-prev-next-button.previous {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 40px;
  height: 1em;
  width: 1em;
  border: 1px solid #7d408c;
  background: transparent;
}
body .s2018 .l-video-carousel .flickity-prev-next-button.next:before, body .s2018 .l-video-carousel .flickity-prev-next-button.previous:before {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border: 1px solid #7d408c;
  border-width: 0 0 1px 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
      -ms-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}
body .s2018 .l-video-carousel .flickity-prev-next-button.next:hover, body .s2018 .l-video-carousel .flickity-prev-next-button.previous:hover {
  background: #7d408c;
}
body .s2018 .l-video-carousel .flickity-prev-next-button.next:hover:before, body .s2018 .l-video-carousel .flickity-prev-next-button.previous:hover:before {
  border-color: #fff;
}
body .s2018 .l-video-carousel .flickity-prev-next-button.next svg, body .s2018 .l-video-carousel .flickity-prev-next-button.previous svg {
  display: none;
}
body .s2018 .l-video-carousel .flickity-prev-next-button.next:before {
  -webkit-transform: translate(-75%, -50%) rotate(-135deg);
      -ms-transform: translate(-75%, -50%) rotate(-135deg);
          transform: translate(-75%, -50%) rotate(-135deg);
}
body .s2018 .l-video-carousel .flickity-prev-next-button.next {
  right: -10px;
}
@media (min-width: 992px) {
  body .s2018 .l-video-carousel .flickity-prev-next-button.next {
    right: -45px;
  }
}
body .s2018 .l-video-carousel .flickity-prev-next-button.previous {
  left: -10px;
}
@media (min-width: 992px) {
  body .s2018 .l-video-carousel .flickity-prev-next-button.previous {
    left: -45px;
  }
}
body .s2018 .l-video-carousel .flickity-prev-next-button.previous, body .s2018 .l-video-carousel .flickity-prev-next-button.next {
  background: transparent;
  border: none;
  outline: none;
  z-index: 1;
}
@media (max-width: 991px) {
  body .s2018 .l-video-carousel .flickity-prev-next-button.previous, body .s2018 .l-video-carousel .flickity-prev-next-button.next {
    top: auto;
    bottom: -12px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  body .s2018 .l-video-carousel .flickity-prev-next-button.previous:hover, body .s2018 .l-video-carousel .flickity-prev-next-button.next:hover {
    background: transparent;
  }
  body .s2018 .l-video-carousel .flickity-prev-next-button.previous:hover:before, body .s2018 .l-video-carousel .flickity-prev-next-button.next:hover:before {
    border-color: #7d408c;
  }
}
@media (min-width: 992px) {
  body .s2018 .l-video-carousel .flickity-prev-next-button.previous:before, body .s2018 .l-video-carousel .flickity-prev-next-button.next:before {
    border-color: #7d408c;
  }
  body .s2018 .l-video-carousel .flickity-prev-next-button.previous:hover, body .s2018 .l-video-carousel .flickity-prev-next-button.next:hover {
    background: #7d408c;
  }
  body .s2018 .l-video-carousel .flickity-prev-next-button.previous:hover:before, body .s2018 .l-video-carousel .flickity-prev-next-button.next:hover:before {
    color: #ffe14d;
  }
}
body .s2018 .l-video-carousel .flickity-viewport {
  overflow: visible;
}
@media (max-width: 991px) {
  body .s2018 .l-video-carousel .flickity-viewport {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
body .s2018 .l-video-carousel .flickity-viewport .l-video-carousel__item {
  -webkit-transform: scale3d(0.96, 1, 1);
          transform: scale3d(0.96, 1, 1);
  opacity: 0.4;
}
@media (min-width: 992px) {
  body .s2018 .l-video-carousel .flickity-viewport .l-video-carousel__item {
    opacity: 0.2;
    -webkit-transform: scale3d(0.9, 1, 1);
            transform: scale3d(0.9, 1, 1);
  }
}
body .s2018 .l-video-carousel .flickity-viewport .l-video-carousel__item.is-selected {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
body .s2018 .l-video-carousel .flickity-page-dots {
  padding-left: 0;
  margin: 0;
}
@media (max-width: 991px) {
  body .s2018 .l-video-carousel .flickity-page-dots {
    text-align: center;
    position: relative;
    margin: 20px 0 20px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  body .s2018 .l-video-carousel .flickity-page-dots {
    position: absolute;
    bottom: 40px;
    left: 45px;
    text-align: left;
  }
}
body .s2018 .l-video-carousel .flickity-page-dots li.dot {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  background: #fff;
  border-radius: 50%;
}
body .s2018 .l-video-carousel .flickity-page-dots li.dot.is-selected {
  background: #ffe14d;
}
@media (max-width: 991px) {
  body .s2018 .l-video-carousel .flickity-page-dots li.dot {
    background: #7d408c;
  }
  body .s2018 .l-video-carousel .flickity-page-dots li.dot.is-selected {
    background: #7d408c;
  }
}
body .s2018 .l-video-carousel__item {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}

body .s2018 .l-resource-previews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .s2018 .l-resource-previews__item {
  padding: 0;
  margin-bottom: 60px;
  width: 100%;
  margin: 1.4% 1%;
  -webkit-box-shadow: 0 2px 20px rgba(33, 35, 77, 0.2);
          box-shadow: 0 2px 20px rgba(33, 35, 77, 0.2);
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  body .s2018 .l-resource-previews__item {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  body .s2018 .l-resource-previews__item {
    width: 23%;
  }
}
body .s2018 .l-resource-previews__item--large {
  width: 100%;
}

@media (min-width: 768px) {
  body .s2018 .l-getstarted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body .s2018 .l-getstarted__left-column, body .s2018 .l-getstarted__right-column {
  -webkit-box-shadow: 0px 4px 8px rgba(33, 35, 77, 0.07);
          box-shadow: 0px 4px 8px rgba(33, 35, 77, 0.07);
  min-height: 50px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6%;
}
@media (min-width: 768px) {
  body .s2018 .l-getstarted__left-column, body .s2018 .l-getstarted__right-column {
    padding: 4%;
  }
}
@media (min-width: 768px) {
  body .s2018 .l-getstarted__left-column {
    width: 40%;
    float: left;
  }
}
@media (min-width: 768px) {
  body .s2018 .l-getstarted__right-column {
    width: 60%;
    float: right;
  }
}
body .s2018 .l-getstarted:after {
  content: "";
  display: block;
  clear: both;
}
body .s2018 .l-getstarted .c-link-back {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  margin-bottom: 10px;
}
body .s2018 .l-getstarted .c-link-back:before {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@media (min-width: 768px) {
  .l-screenshot-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -20px;
  }
}
@media (min-width: 768px) {
  .l-screenshot-features__item {
    margin: 0 20px;
  }
  [data-items="1"] .l-screenshot-features__item {
    max-width: 800px;
    width: 100%;
  }
  [data-items="2"] .l-screenshot-features__item {
    width: calc(50% - 40px);
  }
  [data-items="3"] .l-screenshot-features__item {
    width: calc(33.333333% - 40px);
  }
  [data-items="4"] .l-screenshot-features__item {
    width: calc(25% - 40px);
  }
  [data-items="5"] .l-screenshot-features__item {
    width: calc(20% - 40px);
  }
  [data-items="6"] .l-screenshot-features__item {
    width: calc(16.6666666% - 40px);
  }
}

.l-card-carousel {
  padding-bottom: 50px;
}
.l-card-carousel .flickity-prev-next-button.next, .l-card-carousel .flickity-prev-next-button.previous {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 40px;
  height: 1em;
  width: 1em;
  border: 1px solid #7d408c;
  background: transparent;
}
.l-card-carousel .flickity-prev-next-button.next:before, .l-card-carousel .flickity-prev-next-button.previous:before {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border: 1px solid #7d408c;
  border-width: 0 0 1px 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
      -ms-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}
.l-card-carousel .flickity-prev-next-button.next:hover, .l-card-carousel .flickity-prev-next-button.previous:hover {
  background: #7d408c;
}
.l-card-carousel .flickity-prev-next-button.next:hover:before, .l-card-carousel .flickity-prev-next-button.previous:hover:before {
  border-color: #fff;
}
.l-card-carousel .flickity-prev-next-button.next svg, .l-card-carousel .flickity-prev-next-button.previous svg {
  display: none;
}
.l-card-carousel .flickity-prev-next-button.next:before {
  -webkit-transform: translate(-75%, -50%) rotate(-135deg);
      -ms-transform: translate(-75%, -50%) rotate(-135deg);
          transform: translate(-75%, -50%) rotate(-135deg);
}
.l-card-carousel .flickity-viewport {
  overflow: visible;
}
.l-card-carousel__item {
  margin: 0%;
  opacity: 1;
  position: relative;
  width: 70%;
}
@media (min-width: 768px) {
  .l-card-carousel__item {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .l-card-carousel__item {
    width: 24%;
  }
}
.l-card-carousel--animated .l-card-carousel__item {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 0.6);
          transform: scale3d(0.6, 0.6, 0.6);
}
.l-card-carousel--animated .l-card-carousel__item[data-slide-position="-2"], .l-card-carousel--animated .l-card-carousel__item[data-slide-position="2"] {
  -webkit-transform: scale3d(0.7, 0.7, 0.7) translateX(50%);
          transform: scale3d(0.7, 0.7, 0.7) translateX(50%);
  opacity: 0.3;
}
.l-card-carousel--animated .l-card-carousel__item[data-slide-position="-1"], .l-card-carousel--animated .l-card-carousel__item[data-slide-position="1"] {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translateX(20%);
          transform: scale3d(0.8, 0.8, 0.8) translateX(20%);
  opacity: 0.7;
}
.l-card-carousel--animated .l-card-carousel__item.is-selected {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
  z-index: 1;
}
.l-card-carousel--animated .l-card-carousel__item[data-slide-position="1"] {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translateX(-20%);
          transform: scale3d(0.8, 0.8, 0.8) translateX(-20%);
  opacity: 0.7;
}
.l-card-carousel--animated .l-card-carousel__item[data-slide-position="2"] {
  -webkit-transform: scale3d(0.7, 0.7, 0.7) translateX(-50%);
          transform: scale3d(0.7, 0.7, 0.7) translateX(-50%);
  opacity: 0.3;
}
.l-card-carousel .flickity-page-dots {
  bottom: 0;
  text-align: center;
  margin: 0;
  padding: 0;
}
.l-card-carousel .flickity-page-dots li {
  display: inline-block;
  background: #7d408c;
}
.l-card-carousel .flickity-prev-next-button.previous {
  top: initial;
  bottom: -13px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: calc(50% - 150px);
  z-index: 1;
}
.l-card-carousel .flickity-prev-next-button.next {
  top: initial;
  bottom: -13px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: calc(50% - 150px);
  z-index: 1;
}

@media (max-width: 991px) {
  .l-cards-hover__item {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .l-cards-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .l-cards-hover__item {
    width: 31.33333%;
    margin: 1%;
  }
  .l-cards-hover--4 .l-cards-hover__item {
    width: 23%;
  }
  .l-cards-hover--animated *:nth-child(1) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .l-cards-hover--animated *:nth-child(2) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .l-cards-hover--animated *:nth-child(3) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .l-cards-hover--animated *:nth-child(4) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .l-cards-hover--animated *:nth-child(5) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .l-cards-hover--animated *:nth-child(6) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .l-cards-hover--animated *:nth-child(7) {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
  }
  .l-cards-hover--animated *:nth-child(8) {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .l-cards-hover--animated *:nth-child(9) {
    -webkit-animation-delay: 2.7s;
            animation-delay: 2.7s;
  }
  .l-cards-hover--animated *:nth-child(10) {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .l-cards-hover--animated > * {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
}

.s2018 .l-agenda {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.s2018 .l-agenda p {
  font-size: 14px;
}
.s2018 .l-agenda__head {
  z-index: 100;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0.5rem 1rem;
  padding-top: calc(0.5rem + 3px);
  border-bottom: 3px solid rgba(204, 204, 204, 0.5);
  border-right: 1px solid rgba(204, 204, 204, 0.5);
  border-left: 1px solid rgba(204, 204, 204, 0.5);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  margin-bottom: 0;
}
.js-magicalstuff-up .s2018 .l-agenda__head {
  top: 80px;
}
@media (max-width: 767px) {
  .s2018 .l-agenda__head {
    display: none;
  }
}
.s2018 .l-agenda__head .l-agenda__col {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  color: #21234d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.s2018 .l-agenda__head .l-agenda__col p {
  color: #7d408c;
}
.s2018 .l-agenda__item {
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 1rem;
  position: relative;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .s2018 .l-agenda__item {
    -webkit-transition: padding 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: padding 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: padding 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-height: 76px;
    min-height: 55px;
    overflow: hidden;
    padding-bottom: 0;
  }
  .s2018 .l-agenda__item:after {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0.0480567227)));
    background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.0480567227) 100%);
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.0480567227) 100%);
    pointer-events: none;
  }
  .s2018 .l-agenda__item .h-wysiwyg-html {
    margin-right: 2rem;
  }
}
@media (max-width: 991px) {
  .s2018 .l-agenda__item {
    padding-bottom: 0.5rem;
  }
  .s2018 .l-agenda__item .h-wysiwyg-html, .s2018 .l-agenda__item .c-ul-speakers {
    display: none;
  }
}
.s2018 .l-agenda__item__collapser {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.s2018 .l-agenda__item__collapser:hover {
  background: rgba(125, 64, 140, 0.06);
}
.s2018 .l-agenda__item--open {
  max-height: 100%;
  padding-bottom: 20px;
}
.s2018 .l-agenda__item--open:after {
  opacity: 0;
}
.s2018 .l-agenda__item--open .l-agenda__item__collapser {
  display: none;
}
@media (max-width: 991px) {
  .s2018 .l-agenda__item--open {
    padding-bottom: 1rem;
  }
  .s2018 .l-agenda__item--open .h-wysiwyg-html, .s2018 .l-agenda__item--open .c-ul-speakers {
    display: block;
  }
  .s2018 .l-agenda__item--open .h-wysiwyg-html {
    margin: 1rem 0;
  }
}
.s2018 .l-agenda__item .h-wysiwyg-html a:not(.c-btn) {
  color: #7d408c;
}
@media (max-width: 767px) {
  .s2018 .l-agenda__col {
    margin-bottom: 0.5rem;
  }
  .s2018 .l-agenda__col:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .s2018 .l-agenda__col {
    padding-right: 1%;
  }
  .s2018 .l-agenda__col[data-col-width="1"] {
    width: 9%;
  }
  .s2018 .l-agenda__col[data-col-width="2"] {
    width: 19%;
  }
  .s2018 .l-agenda__col[data-col-width="3"] {
    width: 29%;
  }
  .s2018 .l-agenda__col[data-col-width="4"] {
    width: 39%;
  }
  .s2018 .l-agenda__col[data-col-width="5"] {
    width: 49%;
  }
  .s2018 .l-agenda__col[data-col-width="6"] {
    width: 59%;
  }
  .s2018 .l-agenda__col[data-col-width="7"] {
    width: 69%;
  }
}
.s2018 .l-agenda__col h1 a, .s2018 .l-agenda__col h2 a, .s2018 .l-agenda__col h3 a, .s2018 .l-agenda__col h4 a, .s2018 .l-agenda__col h5 a, .s2018 .l-agenda__col h6 a {
  text-decoration: underline;
}
.s2018 .l-agenda__col .c-btn {
  font-size: 15px;
  padding: 0.5em 1.4em;
}
.s2018 .l-agenda--initial .l-agenda__item:nth-child(1n+7) {
  display: none;
}
.s2018 .l-agenda__read-more {
  padding: 1rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-top: none;
  background: #f4f4f4;
  text-align: center;
}
.s2018 .l-agenda__read-more .c-btn {
  font-size: 14px !important;
}

.hs-site-page.hubspot-disable-focus-styles .l-agenda__item:nth-child(1n+7) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* BLOCKS */
.b-pricing-table {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  background-size: cover;
  background: #7d408c;
}
@media (min-width: 768px) {
  .b-pricing-table {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-pricing-table {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-pricing-table {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-pricing-table {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-pricing-table {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-pricing-table {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-pricing-table {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-pricing-table {
    padding-bottom: 100px;
  }
}
.b-pricing-table__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-pricing-table__outer {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.b-pricing-table__headline {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .b-pricing-table__headline {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .b-pricing-table__headline {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .b-pricing-table__headline {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .b-pricing-table__headline {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .b-pricing-table__headline {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .b-pricing-table__headline {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .b-pricing-table__headline {
    padding-left: 40px;
  }
}
@media (min-width: 1400px) {
  .b-pricing-table__headline {
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .b-pricing-table__headline {
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .b-pricing-table__headline {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .b-pricing-table__headline {
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .b-pricing-table__headline {
    padding-right: 50px;
  }
}
.b-pricing-table__headline h1 {
  float: left;
}
.b-pricing-table__headline__currency {
  float: right;
  width: 300px;
  margin-top: 3px;
}
.b-pricing-table__headline:after {
  content: "";
  display: block;
  clear: both;
}
.b-pricing-table__content {
  padding: 20px;
}
@media (min-width: 768px) {
  .b-pricing-table__content {
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .b-pricing-table__content {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .b-pricing-table__content {
    padding: 40px;
  }
}
@media (min-width: 1400px) {
  .b-pricing-table__content {
    padding: 50px;
  }
}

.b-hero-full-height {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.b-hero-full-height__bg {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  background: #ffe5d5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.b-hero-full-height__container {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  max-width: 800px;
  width: 90%;
  text-align: center;
  position: relative;
  margin: 7rem 0 6rem;
}
.b-hero-full-height__logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-100% - 30px));
      -ms-transform: translate(-50%, calc(-100% - 30px));
          transform: translate(-50%, calc(-100% - 30px));
}
@media (min-width: 992px) {
  .b-hero-full-height__logo {
    -webkit-transform: translate(-50%, calc(-100% - 60px));
        -ms-transform: translate(-50%, calc(-100% - 60px));
            transform: translate(-50%, calc(-100% - 60px));
  }
}
.b-hero-full-height__logo img {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 170px;
}
@media (min-width: 992px) {
  .b-hero-full-height__logo img {
    width: 300px;
  }
}
.b-hero-full-height__scroll-down {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .b-hero-full-height__scroll-down {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .b-hero-full-height__scroll-down {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .b-hero-full-height__scroll-down {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .b-hero-full-height__scroll-down {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .b-hero-full-height__scroll-down {
    margin-bottom: 100px;
  }
}

.b-image-text {
  padding: 30px;
  position: relative;
}
.b-image-text--negative-bottom {
  padding-bottom: 0px !important;
  margin-bottom: -30px !important;
}
@media (min-width: 768px) {
  .b-image-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.b-image-text__container {
  max-width: 1600px;
  width: 100%;
}
@media (min-width: 768px) {
  .b-image-text__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.b-image-text--narrow {
  padding: 30px 0;
}
.b-image-text--narrow .b-image-text__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-image-text__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .b-image-text__image {
    max-width: 360px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .b-image-text__image {
    width: 50%;
  }
  .b-image-text--right .b-image-text__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.b-image-text__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .b-image-text__text {
    margin-top: 20px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .b-image-text__text {
    margin-top: 25px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .b-image-text__text {
    margin-top: 30px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .b-image-text__text {
    margin-top: 40px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .b-image-text__text {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .b-image-text__text {
    width: 46%;
  }
  .b-image-text--right .b-image-text__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 992px) {
  .b-image-text__text {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 45%;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .b-image-text__text {
    padding-top: 25px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .b-image-text__text {
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .b-image-text__text {
    padding-top: 40px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .b-image-text__text {
    padding-top: 50px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .b-image-text__text {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .b-image-text__text {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .b-image-text__text {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .b-image-text__text {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .b-image-text--right .b-image-text__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: calc(50% - 590px);
  }
}
@media (min-width: 992px) {
  .b-image-text--left .b-image-text__text {
    padding-right: calc(50% - 590px);
  }
}
@media (min-width: 1200px) {
  .b-image-text__text {
    width: 490px;
  }
}
.b-image-text__text__content p {
  font-size: 20px;
}
@media (min-width: 992px) {
  .b-image-text__text__content p {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .b-image-text__text__content p {
    font-size: 30px;
  }
}

.b-navigation-float {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .b-navigation-float {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-navigation-float {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-navigation-float {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-navigation-float {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-navigation-float {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-navigation-float {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-navigation-float {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-navigation-float {
    padding-bottom: 100px;
  }
}
.b-navigation-float__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-navigation-float__floating-part {
  width: 100%;
}
[data-sticky-status=active] .b-navigation-float__floating-part {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 2px solid #ffe14d;
}

.b-carousel-screenshots {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  overflow: hidden;
  min-height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .b-carousel-screenshots {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-carousel-screenshots {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-carousel-screenshots {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-carousel-screenshots {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-carousel-screenshots {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-carousel-screenshots {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-carousel-screenshots {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-carousel-screenshots {
    padding-bottom: 100px;
  }
}
.b-carousel-screenshots__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-carousel-screenshots__intro {
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .b-carousel-screenshots__intro {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .b-carousel-screenshots__intro {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .b-carousel-screenshots__intro {
    padding-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .b-carousel-screenshots__intro {
    padding-bottom: 50px;
  }
}

.b-logos {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  background: #f4f4f4;
}
@media (min-width: 768px) {
  .b-logos {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-logos {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-logos {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-logos {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-logos {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-logos {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-logos {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-logos {
    padding-bottom: 100px;
  }
}
.b-logos__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-logos--narrow {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .b-logos--narrow {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .b-logos--narrow {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .b-logos--narrow {
    padding-top: 40px;
  }
}
@media (min-width: 1400px) {
  .b-logos--narrow {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .b-logos--narrow {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .b-logos--narrow {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .b-logos--narrow {
    padding-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .b-logos--narrow {
    padding-bottom: 50px;
  }
}

.b-resources {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .b-resources {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-resources {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-resources {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-resources {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-resources {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-resources {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-resources {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-resources {
    padding-bottom: 100px;
  }
}
.b-resources__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-resources__headline {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .b-resources__headline {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .b-resources__headline {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .b-resources__headline {
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .b-resources__headline {
    margin-bottom: 50px;
  }
}
.b-resources__headline__left {
  float: left;
}
.b-resources__headline__right {
  float: right;
  margin-top: 9px;
}
.b-resources__headline:after {
  content: "";
  display: block;
  clear: both;
}

body .s2018 .b-cta-big {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  body .s2018 .b-cta-big {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  body .s2018 .b-cta-big {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  body .s2018 .b-cta-big {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  body .s2018 .b-cta-big {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  body .s2018 .b-cta-big {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  body .s2018 .b-cta-big {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  body .s2018 .b-cta-big {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  body .s2018 .b-cta-big {
    padding-bottom: 100px;
  }
}
body .s2018 .b-cta-big__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
  text-align: center;
}
body .s2018 .b-cta-big__container--split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
body .s2018 .b-cta-big__container--split .h-wysiwyg-html {
  max-width: 45%;
}
@media (min-width: 768px) {
  body .s2018 .b-cta-big__container--split .h-wysiwyg-html {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  body .s2018 .b-cta-big__container--split {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body .s2018 .b-cta-big p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.b-header {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  height: 80px;
}
@media (min-width: 992px) {
  .js-magicalstuff-down .b-header {
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
    -webkit-box-shadow: 0px 1px 20px rgba(33, 35, 77, 0);
            box-shadow: 0px 1px 20px rgba(33, 35, 77, 0);
  }
  .js-magicalstuff-up .b-header {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0px 1px 20px rgba(33, 35, 77, 0.1);
            box-shadow: 0px 1px 20px rgba(33, 35, 77, 0.1);
  }
  .js-magicalstuff-top .b-header.b-header--transparent {
    background: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 1px 20px rgba(33, 35, 77, 0);
            box-shadow: 0px 1px 20px rgba(33, 35, 77, 0);
  }
}
@media (max-width: 991px) {
  .b-header {
    position: fixed;
    background: #fff;
    height: 50px;
    border-bottom: 1px solid #f4f4f4;
  }
}
.b-header__wrapper {
  width: 100%;
}
.b-header__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
  position: relative;
}
.b-header__container:after {
  content: "";
  display: block;
  clear: both;
}
.b-header__logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1000;
}
@media (max-width: 991px) {
  .b-header__logo {
    max-width: 150px;
  }
}
.b-header__logo img:first-child {
  display: block;
}
.js-magicalstuff-top .b-header--inverted.b-header--transparent .b-header__logo img:first-child {
  display: none;
}
.b-header__logo img:last-child {
  display: none;
}
.js-magicalstuff-top .b-header--inverted.b-header--transparent .b-header__logo img:last-child {
  display: block;
}
@media (min-width: 992px) {
  .js-magicalstuff-up.js-magicalstuff-middle .b-header__logo img {
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media (max-width: 991px) {
  .b-header__navigation {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: fixed;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 1;
    overflow: hidden;
  }
  .b-header--mobile-open .b-header__navigation {
    height: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .b-header__navigation {
    float: right;
  }
}
@media (max-width: 991px) {
  .b-header__language-switcher {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: -7px;
    right: 40px;
    opacity: 0;
    z-index: 1000;
  }
  .b-header--mobile-open .b-header__language-switcher {
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .b-header__language-switcher {
    float: right;
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .b-header:before {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    background: #7d408c;
    opacity: 0;
    visibility: hidden;
  }
  .b-header--mobile-open:before {
    visibility: visible;
    opacity: 1;
  }
  .b-header__mobile-toggle {
    float: right;
    position: relative;
    z-index: 1000;
  }
}

.b-footer {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /* COMPONENT STYLES */
}
.b-footer__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
  position: relative;
  padding-bottom: 30px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .b-footer__container {
    margin-top: 100px;
  }
}
.b-footer__content-area {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .b-footer__logo-wrapper {
    width: 200px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .b-footer__logo-wrapper {
    position: absolute;
    top: -30px;
    left: 0;
    width: 250px;
  }
}
@media (min-width: 768px) {
  .b-footer__social-media {
    position: absolute;
    top: -30px;
    right: 0;
  }
}
.b-footer__privacy-policy {
  position: absolute;
  bottom: 60px;
  left: 0;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .b-footer__newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .b-footer__newsletter__text {
    width: calc(60% - 30px);
  }
  .b-footer__newsletter__input {
    margin-top: 15px;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .b-footer__newsletter__input {
    margin-top: 20px;
  }
}
.b-footer hr {
  border: none;
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.b-footer h6 {
  font-size: 16px;
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  color: #21234d;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .b-footer h6 {
    font-size: 18px;
  }
}
.b-footer p {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  color: rgba(33, 35, 77, 0.6);
  margin-bottom: 0;
}

.b-listing-open-positions {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .b-listing-open-positions {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-listing-open-positions {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-listing-open-positions {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-listing-open-positions {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-listing-open-positions {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-listing-open-positions {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-listing-open-positions {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-listing-open-positions {
    padding-bottom: 100px;
  }
}
.b-listing-open-positions__container {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-listing-open-positions__filters {
  margin-top: 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background: #7d408c;
  padding: 10px 0px 0px 15px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  border-radius: 2px;
  top: 50px;
}
@media (min-width: 768px) {
  .b-listing-open-positions__filters {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .b-listing-open-positions__filters {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .b-listing-open-positions__filters {
    margin-top: 40px;
  }
}
@media (min-width: 1400px) {
  .b-listing-open-positions__filters {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .b-listing-open-positions__filters {
    padding: 15px 0px 0px 15px;
  }
}
@media (max-width: 991px) {
  .b-listing-open-positions__filters {
    /*margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;*/
  }
}
@media (min-width: 992px) {
  .b-listing-open-positions__filters {
    top: 0;
  }
  .js-magicalstuff-up .b-listing-open-positions__filters {
    top: 80px;
  }
}
.b-listing-open-positions__filters:after {
  content: "";
  display: block;
  clear: both;
}
.b-listing-open-positions__listing--minimized {
  max-height: 400px;
  overflow: hidden;
  position: relative;
}
.b-listing-open-positions__listing--minimized:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #7d408c;
  border-radius: 2px;
  /*
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  */
}
.b-listing-open-positions__listing__show-all {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  display: none;
}
.b-listing-open-positions__listing--minimized .b-listing-open-positions__listing__show-all {
  display: block;
}
.b-listing-open-positions__listing__show-all span {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  background: #7d408c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
}
.b-listing-open-positions__listing__show-all span:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.b-listing-open-positions__listing__show-all span:hover {
  background: #21234d;
  color: #ffe14d;
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
          transform: scale3d(0.95, 0.95, 0.95);
}
.b-listing-open-positions__listing__show-all span.animated {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.s2018 .b-case-header {
  padding-bottom: 55px;
  position: relative;
  overflow: hidden;
  background: #7d408c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, #7d408c 0%, #4b4abb 100%);
  background: linear-gradient(45deg, #7d408c 0%, #4b4abb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1e5799", endColorstr="#7db9e8",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
@media (min-width: 768px) {
  .s2018 .b-case-header {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .s2018 .b-case-header {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .s2018 .b-case-header {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .s2018 .b-case-header {
    padding-bottom: 100px;
  }
}
.s2018 .b-case-header__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
  padding-top: 30vh;
  position: relative;
}
.s2018 .b-case-header__text {
  max-width: 700px;
}
.s2018 .b-case-header__text img {
  max-width: 150px;
  max-height: 75px;
}
@media (min-width: 768px) {
  .s2018 .b-case-header__text img {
    max-width: 200px;
    max-height: 100px;
  }
}
.s2018 .b-case-header__text h1 {
  margin: 0.3em 0;
  font-size: 30px;
}
@media (min-width: 768px) {
  .s2018 .b-case-header__text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .s2018 .b-case-header__text h1 {
    font-size: 50px;
  }
}
.s2018 .b-case-header__text h1:first-child {
  margin-top: 0;
}
.s2018 .b-case-header__text h1:last-child {
  margin-bottom: 0;
}
.s2018 .b-case-header__bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%) brightness(1.15);
          filter: grayscale(100%) brightness(1.15);
}
.s2018 .b-case-header__back {
  margin-top: 30px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.s2018 .b-case-header--version-blog .b-case-header__bg {
  mix-blend-mode: normal;
  -webkit-filter: none;
          filter: none;
}
.s2018 .b-case-header--version-blog .b-case-header__bg:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.b-case-article__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-case-article__container:after {
  content: "";
  display: block;
  clear: both;
}
.b-case-article__container--spaced {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .b-case-article__container--spaced {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-case-article__container--spaced {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-case-article__container--spaced {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-case-article__container--spaced {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-case-article__container--spaced {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-case-article__container--spaced {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-case-article__container--spaced {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-case-article__container--spaced {
    padding-bottom: 100px;
  }
}
.b-case-article__padding-right {
  padding-right: 60px;
}
.b-case-article__text__block {
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
}
@media (min-width: 768px) {
  .b-case-article__text__block {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-case-article__text__block {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-case-article__text__block {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-case-article__text__block {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-case-article__text__block {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-case-article__text__block {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-case-article__text__block {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-case-article__text__block {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .b-case-article__text__block {
    padding-left: 200px;
  }
}
@media (min-width: 992px) {
  .b-case-article__text__block {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.b-case-article__text__block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  background: #D8D8D8;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .b-case-article__text__block:before {
    left: 14rem;
    width: calc(100% - 200px);
  }
}
@media (min-width: 992px) {
  .b-case-article__text__block:before {
    left: 20%;
    right: 20%;
    width: auto;
  }
}
.b-case-article__text__block:first-child:before {
  display: none;
}
.b-case-article__text__block__title {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .b-case-article__text__block__title {
    padding-top: 55px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 20%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .b-case-article__text__block__title {
    padding-top: 75px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .b-case-article__text__block__title {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .b-case-article__text__block__title {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .b-case-article__text__block__title {
    padding-top: 100px;
  }
}
.b-case-article__text__block__cicles {
  margin: 15px -5px -5px -5px;
}
.b-case-article__text__block__cicles .c-info-graph {
  margin: 5px;
}
@media (min-width: 992px) {
  .b-case-article__text__block img {
    width: calc(100vw - 60px);
    max-width: 1180px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: relative;
    left: 50%;
    margin: 40px 0;
  }
  .b-case-article__text__block img:last-child {
    margin-bottom: 0;
  }
  .b-case-article__text__block img:first-child {
    margin-top: 0;
  }
}

.b-header-position {
  padding-top: 55px;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media (min-width: 768px) {
  .b-header-position {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-header-position {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-header-position {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-header-position {
    padding-top: 100px;
  }
}
.b-header-position__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}

.b-article-position {
  padding-top: 20px;
  padding-bottom: 55px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
@media (min-width: 768px) {
  .b-article-position {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .b-article-position {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .b-article-position {
    padding-top: 40px;
  }
}
@media (min-width: 1400px) {
  .b-article-position {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .b-article-position {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-article-position {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-article-position {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-article-position {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .b-article-position {
    padding-top: 55px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .b-article-position {
    padding-top: 75px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .b-article-position {
    padding-top: 60px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .b-article-position {
    padding-top: 80px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .b-article-position {
    padding-top: 100px;
  }
}
.b-article-position__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
@media (min-width: 992px) {
  .b-article-position__header {
    max-width: 60%;
  }
}
.b-article-position__article-wrapper {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.b-article-position__article-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 992px) {
  .b-article-position__article {
    width: 55%;
    margin-right: 5%;
    margin-left: 5%;
    float: left;
  }
}
@media (max-width: 991px) {
  .b-article-position__sidebar {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .b-article-position__sidebar {
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    width: 30%;
    float: left;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
  .js-magicalstuff-up .b-article-position__sidebar {
    top: 120px;
  }
}
@media (max-width: 991px) {
  .b-article-position__mobile-hidden {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .b-article-position__mobile-visible {
    display: none !important;
  }
}
.b-article-position__side-asset {
  /*position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #f4f4f4;
  display: none;

  @include bp(md){
      display: block;
  }*/
}
.b-article-position .h-wysiwyg-html {
  margin-top: 20px;
}
.b-article-position .h-wysiwyg-html h3 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .b-article-position .h-wysiwyg-html h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .b-article-position .h-wysiwyg-html h3 {
    font-size: 25px;
  }
}
.b-article-position .h-wysiwyg-html li {
  font-size: 14px;
  font-size: 16px !important;
  line-height: 1.5;
  letter-spacing: 0.025em;
  display: block;
  margin-left: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .b-article-position .h-wysiwyg-html li {
    font-size: 18px;
  }
}
.b-article-position .h-wysiwyg-html li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45em;
  left: -1.4em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7d408c;
}

.b-header-listing {
  padding-top: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .b-header-listing {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .b-header-listing {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .b-header-listing {
    padding-top: 40px;
  }
}
@media (min-width: 1400px) {
  .b-header-listing {
    padding-top: 50px;
  }
}
.b-header-listing:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("https://cdn2.hubspot.net/hubfs/1570479/S2018%20Web%20Placeholders/New-template-background.jpg");
}
.b-header-listing__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
  z-index: 2;
  position: relative;
}
.b-listing-blog {
  padding-top: 20px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .b-listing-blog {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .b-listing-blog {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .b-listing-blog {
    padding-top: 40px;
  }
}
@media (min-width: 1400px) {
  .b-listing-blog {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .b-listing-blog {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-listing-blog {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-listing-blog {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-listing-blog {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .b-listing-blog {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .b-listing-blog {
    padding-top: 75px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .b-listing-blog {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .b-listing-blog {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .b-listing-blog {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .b-listing-blog {
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .b-listing-blog {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .b-listing-blog {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .b-listing-blog {
    padding-bottom: 100px;
  }
}
.b-listing-blog__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}

.b-iframe {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .b-iframe {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-iframe {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-iframe {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-iframe {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-iframe {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-iframe {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-iframe {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-iframe {
    padding-bottom: 100px;
  }
}
.b-iframe__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-iframe__wrapper {
  position: relative;
}
.b-iframe__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-columns {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .b-columns {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-columns {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-columns {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-columns {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-columns {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-columns {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-columns {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-columns {
    padding-bottom: 100px;
  }
}
.b-columns__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-columns--no-top-margin {
  padding-top: 0 !important;
}
.b-columns--no-bottom-margin {
  padding-bottom: 0 !important;
}
.b-columns__headline {
  margin-bottom: 20px;
  max-width: 700px;
}
@media (min-width: 768px) {
  .b-columns__headline {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .b-columns__headline {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .b-columns__headline {
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .b-columns__headline {
    margin-bottom: 50px;
  }
}
.b-columns__headline--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.b-hero-big {
  position: relative;
}
@media (min-width: 768px) {
  .b-hero-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: calc(100vh - 240px);
  }
}
.b-hero-big__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
}
.b-hero-big__foreground {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .b-hero-big__foreground {
    padding-top: 50%;
  }
}
@media (min-width: 768px) {
  .b-hero-big__foreground {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
  }
}
.b-hero-big__content-wrapper {
  width: 100%;
  position: relative;
}
.b-hero-big__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
@media (max-width: 767px) {
  .b-hero-big__text {
    padding-top: 20px;
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .b-hero-big__text {
    padding-top: 25px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .b-hero-big__text {
    padding-top: 30px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .b-hero-big__text {
    padding-top: 40px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .b-hero-big__text {
    padding-top: 50px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .b-hero-big__text {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .b-hero-big__text {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .b-hero-big__text {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .b-hero-big__text {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .b-hero-big__text {
    width: 50%;
  }
}

.b-background__wrapper {
  position: relative;
  pointer-events: none;
}
.b-background__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  visibility: hidden;
  /*&:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 50px;
      width: 50px;
      background: #ccc;
  }*/
}
.b-background__item--visible {
  visibility: visible;
}
.b-background__asset {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}
.b-background__asset--full {
  left: 0;
}
.b-background__asset--left {
  width: 50%;
  left: 0;
}
.b-background__asset--left-narrow {
  width: calc(50% - 590px);
  left: 0;
}
.b-background__asset--right {
  width: 50%;
  right: 0;
}
.b-background__asset--right-narrow {
  width: calc(50% - 590px);
  right: 0;
}
.b-background__asset--bg-cover {
  background-size: cover;
}
.b-background__asset--bg-contain {
  background-size: contain;
}
.b-background__asset--bg-norepeat {
  background-repeat: no-repeat;
}
.b-background__asset video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 100%;
  height: 100%;
}

.b-image {
  position: relative;
}
.b-image__image {
  display: none;
}
.b-image__image__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-image__image img {
  width: 100%;
  max-width: 100%;
}
.b-image__image--original-width img {
  width: initial;
  margin: auto;
  display: block;
}

.b-video-carousel {
  width: 100%;
  overflow: hidden;
}
.b-video-carousel__container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}
.b-video-carousel--section-padding {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .b-video-carousel--section-padding {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-video-carousel--section-padding {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-video-carousel--section-padding {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-video-carousel--section-padding {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-video-carousel--section-padding {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-video-carousel--section-padding {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-video-carousel--section-padding {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-video-carousel--section-padding {
    padding-bottom: 100px;
  }
}

.b-hero {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  background: #f4f4f4;
  background-image: url("https://www.smartly.io/hubfs/Background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .b-hero {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-hero {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-hero {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-hero {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-hero {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-hero {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-hero {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-hero {
    padding-bottom: 100px;
  }
}
.b-hero__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-hero__text-area {
  max-width: 750px;
}
.b-hero__text-area--center {
  margin: auto;
  text-align: center;
}

.b-hero-fancy {
  min-height: calc(100vh - 80px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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: 991px) {
  .b-hero-fancy {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.b-hero-fancy__container {
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
  text-align: left;
}
@media (max-width: 991px) {
  .b-hero-fancy__container {
    padding-top: 40vh;
    padding-bottom: 55px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .b-hero-fancy__container {
    padding-bottom: 75px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .b-hero-fancy__container {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .b-hero-fancy__container {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .b-hero-fancy__container {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .b-hero-fancy__text {
    max-width: 44%;
  }
}
.b-hero-fancy__backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b-hero-fancy__background {
  position: absolute;
  display: none;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto;
}

.b-block {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .b-block {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-block {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-block {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-block {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-block {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-block {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-block {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-block {
    padding-bottom: 100px;
  }
}
.b-block--negative-top {
  margin-top: -40px;
  padding-top: 0 !important;
}
.b-block__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-block--overflow-hidden {
  overflow: hidden;
}
.b-block__introduction {
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
}
.b-block--padding-top {
  padding-bottom: 0 !important;
}
.b-block--padding-bottom {
  padding-top: 0 !important;
}

.b-screenshots {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .b-screenshots {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-screenshots {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-screenshots {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-screenshots {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-screenshots {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-screenshots {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-screenshots {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-screenshots {
    padding-bottom: 100px;
  }
}
.b-screenshots__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
@media (min-width: 768px) {
  .b-screenshots__container:after {
    content: "";
    display: block;
    clear: both;
  }
}
.b-screenshots__introduction p {
  max-width: 600px;
}
.b-screenshots__screenshot {
  margin: 30px 0px 50px;
  -webkit-box-shadow: 0 6px 30px rgba(125, 64, 140, 0.2);
          box-shadow: 0 6px 30px rgba(125, 64, 140, 0.2);
}
@media (min-width: 1200px) {
  .b-screenshots__screenshot {
    margin: 30px -30px 50px;
  }
}
@media (min-width: 992px) {
  .b-screenshots__features {
    float: left;
    width: 67%;
  }
}
@media (max-width: 991px) {
  .b-screenshots__features {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .b-screenshots__case-cta {
    float: right;
    width: 29%;
    margin-top: -10px;
  }
}

.b-hero-resources {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
}
@media (min-width: 768px) {
  .b-hero-resources {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-hero-resources {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-hero-resources {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-hero-resources {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-hero-resources {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-hero-resources {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-hero-resources {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-hero-resources {
    padding-bottom: 100px;
  }
}
.b-hero-resources__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-hero-resources__text-area {
  text-align: center;
}
.b-hero-resources__bg {
  /*position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  //background-image:url('https://cdn2.hubspot.net/hubfs/1570479/S2018%20Web%20Placeholders/s2018%20visuals/resource-search.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  @include bp(sm,max){
      display: none;
  }*/
}
.b-hero-resources__bg-bottom {
  background-image: url("https://cdn2.hubspot.net/hubfs/1570479/S2018%20Web%20Placeholders/s2018%20visuals/resources-bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .b-hero-resources__bg-bottom {
    display: none;
  }
}
.b-hero-resources--negative-top {
  padding-top: 0 !important;
}

.b-numbers {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .b-numbers {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-numbers {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-numbers {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-numbers {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-numbers {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-numbers {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-numbers {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-numbers {
    padding-bottom: 100px;
  }
}
.b-numbers__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-numbers__items {
  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;
  margin: -1%;
}
.b-numbers__item {
  width: 31.33333%;
  margin: 1%;
}
@media (min-width: 550px) {
  .b-numbers__item {
    width: 23%;
  }
}
@media (min-width: 700px) {
  .b-numbers__item {
    width: 18%;
  }
}

.b-webinar-article {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .b-webinar-article {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-webinar-article {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-webinar-article {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-webinar-article {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-webinar-article {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-webinar-article {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-webinar-article {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-webinar-article {
    padding-bottom: 100px;
  }
}
.b-webinar-article__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-webinar-article__container:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .b-webinar-article__content {
    float: left;
    width: 45%;
  }
}
.b-webinar-article__form {
  padding: 30px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .b-webinar-article__form {
    float: right;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .b-webinar-article__form {
    margin-top: 30px;
  }
}

.b-reviews {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .b-reviews {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-reviews {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-reviews {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-reviews {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .b-reviews {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .b-reviews {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .b-reviews {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .b-reviews {
    padding-bottom: 100px;
  }
}
.b-reviews__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
  z-index: 100;
  position: relative;
}
.b-reviews__headline {
  max-width: 800px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}
.b-reviews__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1rem;
}
.b-reviews__review {
  margin: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  width: calc(100% - 2rem);
}
@media (min-width: 768px) {
  .b-reviews__review {
    width: calc(50% - 2rem);
  }
}
@media (min-width: 992px) {
  .b-reviews__review {
    width: calc(33.33333% - 2rem);
  }
}
.b-reviews--initial .b-reviews__review:nth-child(1n+7) {
  display: none;
}
.b-reviews--initial .b-reviews__view-all {
  display: block;
}
.b-reviews__ending {
  margin-top: 3rem;
  text-align: center;
}
.b-reviews__view-all {
  cursor: pointer;
  margin-top: 3rem;
  margin-bottom: 4rem;
  position: relative;
  display: none;
}
.b-reviews__view-all:before {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  content: "Show More Reviews";
  background: #fff;
  color: #7d408c;
  border: 1px solid #7d408c;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0.6em 1.5em;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.b-reviews__view-all:hover:before {
  background: #7d408c;
  color: #fff;
}

.b-office-locations__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-office-locations__headline {
  padding-top: 55px;
  text-align: center;
}
@media (min-width: 768px) {
  .b-office-locations__headline {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-office-locations__headline {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-office-locations__headline {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-office-locations__headline {
    padding-top: 100px;
  }
}
.b-office-locations__selection {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .b-office-locations__selection {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .b-office-locations__selection {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .b-office-locations__selection {
    padding-top: 40px;
  }
}
@media (min-width: 1400px) {
  .b-office-locations__selection {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .b-office-locations__selection {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .b-office-locations__selection {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .b-office-locations__selection {
    padding-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .b-office-locations__selection {
    padding-bottom: 50px;
  }
}
.b-office-locations__wrapper {
  position: relative;
  background: #7d408c;
}
@media (max-width: 991px) {
  .b-office-locations__wrapper {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .b-office-locations__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.b-office-locations__column-map {
  position: relative;
}
@media (max-width: 991px) {
  .b-office-locations__column-map {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .b-office-locations__column-map {
    width: 50%;
  }
}
.b-office-locations__column-map__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .b-office-locations__column-map__map {
    height: calc(100% - 30px);
  }
}
.b-office-locations__column-info {
  position: relative;
}
@media (min-width: 992px) {
  .b-office-locations__column-info {
    width: 50%;
    height: 750px;
  }
}
.b-office-locations__info-box {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1);
          box-shadow: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .b-office-locations__info-box {
    padding: 1px 0;
    border-radius: 3px 3px 0px 0px;
  }
}
@media (min-width: 992px) {
  .b-office-locations__info-box {
    border-radius: 30px;
    width: 400px;
    position: absolute;
    height: 450px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5%;
  }
}
@media (min-width: 1180px) {
  .b-office-locations__info-box {
    left: calc(100% - 590px);
  }
}
.b-office-locations__city-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .b-office-locations__city-backgrounds {
    width: 50%;
  }
}
.b-office-locations__city-background {
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-blend-mode: lighten;
  background: #7d408c;
  opacity: 0.2;
  opacity: 0;
}
.b-office-locations__city-background.active {
  opacity: 0.2;
}

.b-iform {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .b-iform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media (min-width: 992px) {
  .b-iform {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media (min-width: 1314px) {
  .b-iform--narrow {
    margin: 30px;
  }
}
.b-iform__left {
  overflow: hidden;
  background: #7d408c;
  position: relative;
}
@media (max-width: 991px) {
  .b-iform__left {
    height: auto;
    min-height: calc(100vh - 300px);
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 992px) {
  .b-iform__left {
    width: 50%;
  }
}
.b-iform__text-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .b-iform__text-wrapper {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .b-iform__text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100vw;
    height: 100vh;
  }
}
@media (min-width: 1314px) {
  .b-iform--narrow .b-iform__text-wrapper {
    width: calc(100vw - 60px);
  }
}
.b-iform__left-container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-iform__content {
  position: relative;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .b-iform__content {
    min-height: 40vh;
    max-width: 40%;
  }
}
.b-iform__content .c-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.b-iform__right {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991px) {
  .b-iform__right {
    height: 300px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .b-iform__right {
    width: 50%;
  }
}
.b-iform__pagination {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .b-iform__pagination {
    top: 292px;
  }
}
@media (min-width: 992px) {
  .b-iform__pagination {
    bottom: 5%;
  }
}
@media (min-width: 992px) {
  .b-iform__pagination ul {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
.b-iform__background {
  -webkit-transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.b-iform__background.active {
  visibility: visible;
  opacity: 1;
}
.b-iform__background__asset {
  -webkit-transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
}
.active .b-iform__background__asset {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.b-iform__results {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7d408c;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-iform__results__content {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  display: none;
  text-align: center;
  max-width: 700px;
  width: 90%;
}
.b-iform__results.active {
  visibility: visible;
  opacity: 1;
}
.b-iform__results.active .b-iform__results__content {
  display: block;
}
.b-iform__next-button .c-btn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.b-iform .hs-form-field, .b-iform .hs-richtext {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.s2018 .b-video-tabs {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .s2018 .b-video-tabs {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .s2018 .b-video-tabs {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .s2018 .b-video-tabs {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .s2018 .b-video-tabs {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .s2018 .b-video-tabs {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .s2018 .b-video-tabs {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .s2018 .b-video-tabs {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .s2018 .b-video-tabs {
    padding-bottom: 100px;
  }
}
.s2018 .b-video-tabs__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
  position: relative;
}
.s2018 .b-video-tabs__tabs {
  margin-bottom: 3rem;
}
.s2018 .b-video-tabs__item {
  display: none;
  text-align: center;
  overflow: hidden;
}
.s2018 .b-video-tabs__item video {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  max-width: calc(100% + 2px);
  width: calc(100% + 2px);
}
.s2018 .b-video-tabs__item.active {
  display: block;
}
.s2018 .b-video-tabs--padding-top {
  padding-bottom: 0 !important;
}
.s2018 .b-video-tabs--padding-bottom {
  padding-top: 0 !important;
}
.s2018 .b-video-tabs__audio-toggle {
  position: absolute;
  top: -3rem;
  right: 0;
  border: 1px solid #7d408c;
  padding: 0.5em 1em;
  border-radius: 2em;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  cursor: pointer;
}
@media (max-width: 991px) {
  .s2018 .b-video-tabs__audio-toggle {
    display: none;
  }
}
.s2018 .b-video-tabs__audio-toggle:hover {
  border-color: #21234d;
}
.s2018 .b-video-tabs__audio-toggle:hover:before {
  color: #21234d;
  opacity: 1;
}
.s2018 .b-video-tabs__audio-toggle:hover:after {
  opacity: 0.5;
  background: #21234d;
}
.s2018 .b-video-tabs__audio-toggle:before {
  font-size: 16px;
  font-weight: 400;
  content: "";
  font-family: FontAwesome;
  display: block;
  color: #7d408c;
  opacity: 0.4;
  position: relative;
  left: -0.05em;
}
@media (min-width: 992px) {
  .s2018 .b-video-tabs__audio-toggle:before {
    font-size: 18px;
  }
}
.s2018 .b-video-tabs__audio-toggle:after {
  content: "";
  display: block;
  width: 1.8em;
  height: 1px;
  background: #7d408c;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.s2018 .b-video-tabs__audio-toggle--enabled:before {
  opacity: 1;
}
.s2018 .b-video-tabs__audio-toggle--enabled:after {
  opacity: 0;
}

.b-video__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
  z-index: 100;
  position: relative;
}
.b-video__wrapper {
  display: none;
  text-align: center;
  overflow: hidden;
}
.b-video__wrapper video {
  max-width: calc(100% + 2px);
  width: calc(100% + 2px);
}

.b-spacing__negative-header {
  margin-top: -81px;
  height: 1px;
}
@media (max-width: 991px) {
  .b-spacing__negative-header {
    display: none;
  }
}
.b-spacing__default {
  padding-top: 55px;
}
@media (min-width: 768px) {
  .b-spacing__default {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .b-spacing__default {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-spacing__default {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .b-spacing__default {
    padding-top: 100px;
  }
}
.b-spacing__responsive {
  display: none;
}

.s2018 .b-overlay-split {
  z-index: 10000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(125, 64, 140, 0.9);
}
@media (max-width: 1199px) {
  .s2018 .b-overlay-split {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
}
@media (min-width: 1200px) {
  .s2018 .b-overlay-split {
    background: #7d408c;
  }
}
.s2018 .b-overlay-split__logo-wrapper {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.s2018 .b-overlay-split__logo {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -75%);
      -ms-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
  background-color: #fff;
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 50%;
  display: block;
  width: 250px;
  height: 250px;
}
.s2018 .b-overlay-split__logo:hover {
  -webkit-transform: translate(-50%, -75%) scale3d(0.95, 0.95, 0.95);
          transform: translate(-50%, -75%) scale3d(0.95, 0.95, 0.95);
}
@media (max-width: 1199px) {
  .s2018 .b-overlay-split__logo {
    display: none;
  }
}
@media (min-width: 1200px) {
  .s2018 .b-overlay-split__logo {
    background-size: 40%;
    width: 350px;
    height: 350px;
  }
}
.s2018 .b-overlay-split__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 1199px) {
  .s2018 .b-overlay-split__left {
    display: none;
  }
}
.s2018 .b-overlay-split__left h2 {
  color: #ffe14d;
}
.s2018 .b-overlay-split__left h6 {
  border-color: #ffe14d;
  color: #ffe14d;
}
.s2018 .b-overlay-split__left p {
  color: #f4f4f4;
}
.s2018 .b-overlay-split__right {
  position: absolute;
  background: #ffe14d;
}
@media (min-width: 1200px) {
  .s2018 .b-overlay-split__right {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 2.6s;
            animation-duration: 2.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    left: 50%;
    width: 50%;
    top: 0;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .s2018 .b-overlay-split__right {
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    left: 5%;
    width: 90%;
    top: 5%;
    height: 90%;
  }
}
.s2018 .b-overlay-split__right h2 {
  color: #7d408c;
}
.s2018 .b-overlay-split__right h6 {
  border-color: #7d408c !important;
  color: #7d408c;
}
.s2018 .b-overlay-split__right p {
  color: #21234d;
}
.s2018 .b-overlay-split__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  text-align: center;
}
@media (min-width: 992px) {
  .s2018 .b-overlay-split__text {
    max-width: 70%;
    width: 500px;
    max-width: 80%;
  }
}
.s2018 .b-overlay-split__text:hover .c-btn {
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
          transform: scale3d(0.96, 0.96, 0.96);
}
.s2018 .b-overlay-split__overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.95;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .s2018 .b-overlay-split__overlay-link {
    display: none;
  }
}
.s2018 .b-overlay-split h6 {
  font-size: 14px;
  border: 1px solid #ffe14d;
  border-radius: 4em;
  padding: 0.4em 0.8em 0.4em;
  text-transform: uppercase;
  display: inline-block;
}
.s2018 .b-overlay-split h2 {
  margin-top: 0;
}
.s2018 .b-overlay-split p {
  font-size: 14px;
  margin: 2em 0;
}
@media (min-width: 1200px) {
  .s2018 .b-overlay-split img {
    margin: 1.5em 0;
  }
}
.s2018 .b-overlay-split__close-x {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: #21234d;
  height: 40px;
  width: 40px;
}
.s2018 .b-overlay-split__close-x:before, .s2018 .b-overlay-split__close-x:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background: #ffe14d;
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.s2018 .b-overlay-split__close-x:before {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
      -ms-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}
.s2018 .b-overlay-split__close-x:after {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

@media (min-width: 1200px) {
  .b-overlay-split__left .b-overlay-split__text .h-wysiwyg-html {
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
}

@media (min-width: 1200px) {
  .b-overlay-split__right .b-overlay-split__text .h-wysiwyg-html {
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s;
  }
}

.editor-react-root .b-overlay-split {
  display: none;
}

.b-listing-people__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}
.b-listing-people__listing {
  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;
}
@media (min-width: 768px) {
  .b-listing-people__listing {
    margin: -2rem;
  }
}
@media (max-width: 767px) {
  .b-listing-people__item {
    width: 100%;
  }
  .b-listing-people__item + .b-listing-people__item {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .b-listing-people__item {
    width: calc(33.3333% - 4rem);
    margin: 2rem;
  }
}
.b-timeline {
  overflow: hidden;
  position: relative;
}
.b-timeline:before {
  content: "";
  display: block;
  background: #7d408c;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 250px;
  left: 0;
}
.b-timeline__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.b-timeline__item {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 75%;
  margin: 0 -80px;
}
@media (min-width: 768px) {
  .b-timeline__item {
    width: 350px;
    margin: 0 -40px;
    cursor: pointer;
  }
}
.b-timeline .flickity-viewport {
  overflow: visible;
}

@media (min-width: 768px) {
  .b-get-started {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.b-get-started__left {
  background: #ffe14d;
  /*display: flex;
  flex-wrap: wrap;

  align-content: stretch;*/
}
@media (min-width: 768px) {
  .b-get-started__left {
    width: 50%;
    min-height: 500px;
  }
}
.b-get-started__left__top {
  background: #7d408c;
}
@media (min-width: 768px) {
  .b-get-started__left__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .b-get-started__left__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.b-get-started__right {
  background: #fff;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .b-get-started__right {
    width: 50%;
  }
}
.b-get-started__content {
  padding: 30px;
}
@media (min-width: 768px) {
  .b-get-started__content {
    max-width: 530px;
    padding-top: 60px;
    padding-bottom: 60px;
    width: calc(50vw - 100px);
  }
}
@media (min-width: 768px) {
  .b-get-started__content--left {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .b-get-started__content--right {
    padding-left: 60px;
  }
}

@media (min-width: 768px) {
  .b-stream--spacing {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .b-stream__container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 60px);
    max-width: 1180px;
  }
}
.b-stream__wrapper {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ccc;
}
.b-stream__stream-wrapper {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .b-stream__stream-wrapper {
    width: 100%;
  }
}
.b-stream__stream {
  padding-top: 56.25%;
  width: 100%;
  background: #f4f4f4;
}
.b-stream__stream iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-stream__chat-wrapper {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 340px;
  min-width: 340px;
  position: relative;
  background: #ccc;
}
@media (max-width: 1199px) {
  .b-stream__chat-wrapper {
    display: none;
  }
}
.b-stream__chat iframe {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: calc(100% - 1px);
}
.b-stream--nochat .b-stream__chat-wrapper {
  width: 0;
  max-width: 0;
}
.b-stream--nochat .b-stream__stream-wrapper {
  width: 100%;
}

/* HELPERS */
body .h-wysiwyg-html h1, body .h-wysiwyg-html h2, body .h-wysiwyg-html h3, body .h-wysiwyg-html h4, body .h-wysiwyg-html h5, body .h-wysiwyg-html h6 {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 1em;
}
body .h-wysiwyg-html p {
  font-family: "ProximaNovaSoft-Regular", proxima-soft, sans-serif;
  font-weight: 400;
  margin: 1em 0;
  letter-spacing: 0.02em;
}
body .h-wysiwyg-html p + .c-btn {
  margin-top: 1em;
}
body .h-wysiwyg-html li {
  margin: 0.5em 0;
}
body .h-wysiwyg-html hr {
  margin: 1em 0;
}
body .h-wysiwyg-html h1:first-child, body .h-wysiwyg-html h2:first-child, body .h-wysiwyg-html h3:first-child, body .h-wysiwyg-html h4:first-child, body .h-wysiwyg-html h5:first-child, body .h-wysiwyg-html h6:first-child, body .h-wysiwyg-html p:first-child, body .h-wysiwyg-html ul:first-child, body .h-wysiwyg-html hr:first-child {
  margin-top: 0;
}
body .h-wysiwyg-html h1:last-child, body .h-wysiwyg-html h2:last-child, body .h-wysiwyg-html h3:last-child, body .h-wysiwyg-html h4:last-child, body .h-wysiwyg-html h5:last-child, body .h-wysiwyg-html h6:last-child, body .h-wysiwyg-html p:last-child, body .h-wysiwyg-html ul:last-child, body .h-wysiwyg-html hr:last-child {
  margin-bottom: 0;
}
body .h-wysiwyg-html blockquote {
  font-size: 20px;
  font-style: italic;
  line-height: 1.3em;
  position: relative;
  padding-right: 3em;
}
@media (min-width: 992px) {
  body .h-wysiwyg-html blockquote {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  body .h-wysiwyg-html blockquote {
    font-size: 30px;
  }
}
body .h-wysiwyg-html blockquote:before {
  content: "”";
  font-size: 300px;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, 270%);
      -ms-transform: translate(30%, 270%);
          transform: translate(30%, 270%);
  color: rgba(125, 64, 140, 0.08);
}
body .h-wysiwyg-html blockquote.blockquote--small {
  font-size: 18px;
}
@media (min-width: 992px) {
  body .h-wysiwyg-html blockquote.blockquote--small {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .h-wysiwyg-html blockquote.blockquote--small {
    font-size: 25px;
  }
}
body .h-wysiwyg-html blockquote.blockquote--small:before {
  font-size: 100px;
  -webkit-transform: translate(-30%, 100%);
      -ms-transform: translate(-30%, 100%);
          transform: translate(-30%, 100%);
}
body .h-wysiwyg-html blockquote .blockquote__avatar {
  display: inline-block;
  background-size: cover;
  background-position: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 4px solid #ffe14d;
}
@media (min-width: 768px) {
  body .h-wysiwyg-html blockquote .blockquote__avatar {
    position: absolute;
    top: -5rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
body .h-wysiwyg-html blockquote.blockquote--getstarted {
  padding-right: 0;
}
body .h-wysiwyg-html blockquote.blockquote--getstarted p:nth-child(2) {
  font-weight: 700;
  color: #21234d;
}
body .h-wysiwyg-html blockquote.blockquote--getstarted:before {
  content: "“";
  top: -1.5rem;
  left: 0;
  right: initial;
  color: #7d408c;
  font-size: 120px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
body .h-wysiwyg-html--large p {
  font-size: 18px;
}
@media (min-width: 992px) {
  body .h-wysiwyg-html--large p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .h-wysiwyg-html--large p {
    font-size: 25px;
  }
}
body .h-wysiwyg-html--small p, body .h-wysiwyg-html--small li {
  font-size: 16px;
}
body .h-wysiwyg-html ul {
  padding-left: 4em;
}
body .h-wysiwyg-html ul li {
  font-size: 14px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  body .h-wysiwyg-html ul li {
    font-size: 18px;
  }
}
body .h-wysiwyg-html ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45em;
  left: -1.4em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7d408c;
}

body .h-wysiwyg-html--article hr {
  margin: 3em 0;
}
body .h-wysiwyg-html--article ol {
  counter-reset: olcounter;
  padding-left: 4em;
  border-top: 2px dashed #f4f4f4;
  border-bottom: 2px dashed #f4f4f4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body .h-wysiwyg-html--article ol li {
  counter-increment: olcounter;
  display: block;
  margin-left: 0;
  padding-left: 0;
  color: #7d408c;
  position: relative;
}
body .h-wysiwyg-html--article ol li:before {
  content: counter(olcounter);
  color: #f4f4f4;
  display: block;
  position: absolute;
  top: 0.1em;
  left: -2.5em;
  min-width: 1.6em;
  min-height: 1.6em;
  line-height: 1.4em;
  padding-top: 0.2em;
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background: #7d408c;
  padding: 0.15em 0 0 0;
  margin: 0;
}
body .h-wysiwyg-html--article p a {
  color: #7d408c;
  font-size: inherit;
}
body .h-wysiwyg-html--article p a:hover {
  text-decoration: underline;
}
body .h-wysiwyg-html--article ul {
  border-top: 2px dashed #f4f4f4;
  border-bottom: 2px dashed #f4f4f4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body .h-wysiwyg-html--article ul li {
  margin-left: 0;
  padding-left: 0;
  color: #7d408c;
}

body .h-scheme-1 [data-scheme-target] h1, body .h-scheme-1 [data-scheme-target] h2, body .h-scheme-1 [data-scheme-target] h3, body .h-scheme-1 [data-scheme-target] h4, body .h-scheme-1 [data-scheme-target] h5, body .h-scheme-1 [data-scheme-target] h6, body .h-scheme-1 [data-scheme-target] h6 {
  color: #21234d;
}
body .h-scheme-1 [data-scheme-target] p, body .h-scheme-1 [data-scheme-target] li {
  color: #626262;
}
body .h-scheme-1 [data-scheme-target] strong, body .h-scheme-1 [data-scheme-target] b {
  color: #21234d;
}
body .h-scheme-1 [data-scheme-target] hr {
  height: 2px;
  border-radius: 2px;
  background: #ffe14d;
  border: none;
}
body .h-scheme-1 [data-scheme-target] hr.hr--short {
  display: inline-block;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
body .h-scheme-1 [data-scheme-target] blockquote {
  color: #7d408c;
}
body .h-scheme-2 [data-scheme-target] h1, body .h-scheme-2 [data-scheme-target] h2, body .h-scheme-2 [data-scheme-target] h3, body .h-scheme-2 [data-scheme-target] h4, body .h-scheme-2 [data-scheme-target] h5, body .h-scheme-2 [data-scheme-target] h6, body .h-scheme-2 [data-scheme-target] h6 {
  color: #7d408c;
}
body .h-scheme-2 [data-scheme-target] p, body .h-scheme-2 [data-scheme-target] li {
  color: #626262;
}
body .h-scheme-2 [data-scheme-target] hr {
  height: 2px;
  border-radius: 2px;
  background: #ffe14d;
  border: none;
}
body .h-scheme-2 [data-scheme-target] hr.hr--short {
  display: inline-block;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
body .h-scheme-2 [data-scheme-target] blockquote {
  color: #7d408c;
}
body .h-scheme-3 [data-scheme-target] h1, body .h-scheme-3 [data-scheme-target] h2, body .h-scheme-3 [data-scheme-target] h3, body .h-scheme-3 [data-scheme-target] h4, body .h-scheme-3 [data-scheme-target] h5, body .h-scheme-3 [data-scheme-target] h6, body .h-scheme-3 [data-scheme-target] h6 {
  color: #fff;
}
body .h-scheme-3 [data-scheme-target] p, body .h-scheme-3 [data-scheme-target] li {
  color: #fff;
}
body .h-scheme-3 [data-scheme-target] hr {
  height: 2px;
  border-radius: 2px;
  background: #ffe14d;
  border: none;
  background-color: #ffe14d;
}
body .h-scheme-3 [data-scheme-target] hr.hr--short {
  display: inline-block;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
body .h-scheme-3 [data-scheme-target] a:not(.c-btn) {
  color: #ffe14d;
}
body .h-scheme-3 [data-scheme-target] ul {
  border-color: rgba(255, 255, 255, 0.05);
}
body .h-scheme-3 [data-scheme-target] ul li:before {
  background-color: #ffe14d;
}
body .h-scheme-3 [data-scheme-target] blockquote {
  color: #fff;
}

@media (max-width: 767px) {
  .h-visible-mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .h-visible-laptop {
    display: block;
  }
}
@media (min-width: 1400px) {
  .h-visible-desktop {
    display: block;
  }
}

.h-hidden {
  display: none;
}

/* ANIMATIONS */
/*
    ----------------------------------------

    ANIMATIONS
    --
    Add animations here so you can reference them from other SCSS files
    Uses mixin/_animation.scss
    Uses mixin/_keyframes.scss

    Remember to add your newly made animation to _main.scss

    ----------------------------------------

                        anim            animtime    fill        easing          delay
                        --              --          --          --              --
    @include animation( fadeIn,       0.6s,       backwards,  $ease-out-expo, 0.3s);

    ----------------------------------------

    Examples:
    @include animation( fadeIn, 0.6s, backwards, $ease-out-expo, 0.3s);
    @include animation( fadeIn );
    <div data-animate="animated fadeIn"></div>
    <div class="fadeIn"></div>

*/
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
    ----------------------------------------

    ANIMATIONS
    --
    Add animations here so you can reference them from other SCSS files
    Uses mixin/_animation.scss
    Uses mixin/_keyframes.scss

    Remember to add your newly made animation to _main.scss

    ----------------------------------------

                        anim            animtime    fill        easing          delay
                        --              --          --          --              --
    @include animation( fadeInRight,    0.6s,       backwards,  $ease-out-expo, 0.3s);

    ----------------------------------------

    Examples:
    @include animation( fadeInRight, 0.6s, backwards, $ease-out-expo, 0.3s);
    @include animation( fadeInRight );
    <div data-animate="animated fadeInRight"></div>
    <div class="fadeInRight"></div>

*/
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*
    ----------------------------------------

    ANIMATIONS
    --
    Add animations here so you can reference them from other SCSS files
    Uses mixin/_animation.scss
    Uses mixin/_keyframes.scss

    Remember to add your newly made animation to _main.scss

    ----------------------------------------

                        anim            animtime    fill        easing          delay
                        --              --          --          --              --
    @include animation( fadeInLeft,     0.6s,       backwards,  $ease-out-expo, 0.3s);

    ----------------------------------------

    Examples:
    @include animation( fadeInLeft, 0.6s, backwards, $ease-out-expo, 0.3s);
    @include animation( fadeInLeft );
    <div data-animate="animated fadeInLeft"></div>
    <div class="fadeInLeft"></div>

*/
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*
    ----------------------------------------

    ANIMATIONS
    --
    Add animations here so you can reference them from other SCSS files
    Uses mixin/_animation.scss
    Uses mixin/_keyframes.scss

    Remember to add your newly made animation to _main.scss

    ----------------------------------------

                        anim            animtime    fill        easing          delay
                        --              --          --          --              --
    @include animation( fadeInUp,       0.6s,       backwards,  $ease-out-expo, 0.3s);

    ----------------------------------------

    Examples:
    @include animation( fadeInUp, 0.6s, backwards, $ease-out-expo, 0.3s);
    @include animation( fadeInUp );
    <div data-animate="animated fadeInUp"></div>
    <div class="fadeInUp"></div>

*/
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*
    ----------------------------------------

    ANIMATIONS
    --
    Add animations here so you can reference them from other SCSS files
    Uses mixin/_animation.scss
    Uses mixin/_keyframes.scss

    Remember to add your newly made animation to _main.scss

    ----------------------------------------

                        anim            animtime    fill        easing          delay
                        --              --          --          --              --
    @include animation( fadeInDown,       0.6s,       backwards,  $ease-out-expo, 0.3s);

    ----------------------------------------

    Examples:
    @include animation( fadeInDown, 0.6s, backwards, $ease-out-expo, 0.3s);
    @include animation( fadeInDown );
    <div data-animate="animated fadeInDown"></div>
    <div class="fadeInDown"></div>

*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
            transform: translate3d(0, -60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
            transform: translate3d(0, -60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*
    ----------------------------------------

    ANIMATIONS
    --
    Add animations here so you can reference them from other SCSS files
    Uses mixin/_animation.scss
    Uses mixin/_keyframes.scss

    Remember to add your newly made animation to _main.scss

    ----------------------------------------

                        anim            animtime    fill        easing          delay
                        --              --          --          --              --
    @include animation( zoomIn,         0.6s,       backwards,  $ease-out-expo, 0.3s);

    ----------------------------------------

    Examples:
    @include animation( zoomIn, 0.6s, backwards, $ease-out-expo, 0.3s);
    @include animation( zoomIn );
    <div data-animate="animated zoomIn"></div>
    <div class="zoomIn"></div>

*/
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/*
    ----------------------------------------

    ANIMATIONS
    --
    Add animations here so you can reference them from other SCSS files
    Uses mixin/_animation.scss
    Uses mixin/_keyframes.scss

    Remember to add your newly made animation to _main.scss

    ----------------------------------------

                        anim            animtime    fill        easing          delay
                        --              --          --          --              --
    @include animation( rotateEndless,       0.6s,       backwards,  $ease-out-expo, 0.3s);

    ----------------------------------------

    Examples:
    @include animation( rotateEndless, 0.6s, backwards, $ease-out-expo, 0.3s);
    @include animation( rotateEndless );
    <div data-animate="animated rotateEndless"></div>
    <div class="rotateEndless"></div>

*/
.rotateEndless {
  -webkit-animation-name: rotateEndless;
          animation-name: rotateEndless;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes rotateEndless {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateEndless {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* VENDORS */
body .addsearch {
  display: inline-block;
  max-width: 500px;
  width: 100%;
}
body .addsearch__wrapper {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 2px 2px rgba(33, 35, 77, 0.05);
          box-shadow: 0px 2px 2px rgba(33, 35, 77, 0.05);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body .addsearch__wrapper:before {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  content: "SEARCH";
  color: #7d408c;
  padding: 0 20px 0 20px;
  display: block;
  position: absolute;
  height: 40px;
  line-height: 40px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 1px solid #ccc;
}
body .addsearch__wrapper:after {
  content: "";
  font-family: FontAwesome;
  color: #7d408c;
  padding: 0 20px 0 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .addsearch input.addsearch-written {
  font-family: "ProximaNovaSoft-Regular", proxima-soft, sans-serif;
  font-weight: 400;
  background: transparent !important;
  padding: 0 45px 0 116px;
  line-height: 40px;
  height: 40px;
  width: 100%;
  position: relative;
  z-index: 1;
}
body .addsearch input.addsearch-written::-webkit-input-placeholder {
  color: #000;
}
body .addsearch input.addsearch-written::-moz-placeholder {
  color: #000;
}
body .addsearch input.addsearch-written:-ms-input-placeholder {
  color: #000;
}
body .addsearch input.addsearch-written::-ms-input-placeholder {
  color: #000;
}
body .addsearch input.addsearch-written::placeholder {
  color: #000;
}
body .addsearch #addsearch-results.addsearch-d {
  border: none;
  -webkit-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 10px;
}
body .addsearch--small {
  z-index: 100;
}
@media (max-width: 991px) {
  body .addsearch--small {
    width: 100%;
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  body .addsearch--small {
    max-width: 250px;
    position: absolute;
    top: 23px;
    right: 0;
  }
}
body .addsearch--small .addsearch__wrapper:before {
  padding-right: 15px;
}
body .addsearch--small input.addsearch-written {
  padding: 0 45px 0 100px;
}

body .s2018 .hbspt-form fieldset,
body .s2018 .hs_cos_wrapper_type_form fieldset,
body .body-container-wrapper .hs_cos_wrapper_type_form fieldset,
body .body-container-wrapper .hbspt-form fieldset {
  max-width: 100%;
}
body .s2018 .hbspt-form .hs-fieldtype-select > label, body .s2018 .hbspt-form .hs-fieldtype-text > label, body .s2018 .hbspt-form .hs-fieldtype-checkbox > label, body .s2018 .hbspt-form .hs-fieldtype-textarea > label, body .s2018 .hbspt-form .hs-fieldtype-radio > label,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-select > label,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-text > label,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-checkbox > label,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-textarea > label,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-radio > label,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-select > label,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-text > label,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-checkbox > label,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-textarea > label,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-radio > label,
body .body-container-wrapper .hbspt-form .hs-fieldtype-select > label,
body .body-container-wrapper .hbspt-form .hs-fieldtype-text > label,
body .body-container-wrapper .hbspt-form .hs-fieldtype-checkbox > label,
body .body-container-wrapper .hbspt-form .hs-fieldtype-textarea > label,
body .body-container-wrapper .hbspt-form .hs-fieldtype-radio > label {
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #21234d;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 20px;
  margin-top: 30px;
}
body .s2018 .hbspt-form .hs-fieldtype-text input,
body .s2018 .hbspt-form .hs-fieldtype-textarea textarea,
body .s2018 .hbspt-form .hs-fieldtype-select select,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-text input,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-textarea textarea,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-select select,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-text input,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-textarea textarea,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-select select,
body .body-container-wrapper .hbspt-form .hs-fieldtype-text input,
body .body-container-wrapper .hbspt-form .hs-fieldtype-textarea textarea,
body .body-container-wrapper .hbspt-form .hs-fieldtype-select select {
  font-family: "ProximaNovaSoft-Regular", proxima-soft, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
  width: calc(100% - 10px);
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 2px 2px rgba(204, 204, 204, 0.4);
          box-shadow: 0px 2px 2px rgba(204, 204, 204, 0.4);
  border-radius: 2px !important;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  body .s2018 .hbspt-form .hs-fieldtype-text input,
body .s2018 .hbspt-form .hs-fieldtype-textarea textarea,
body .s2018 .hbspt-form .hs-fieldtype-select select,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-text input,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-textarea textarea,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-select select,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-text input,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-textarea textarea,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-select select,
body .body-container-wrapper .hbspt-form .hs-fieldtype-text input,
body .body-container-wrapper .hbspt-form .hs-fieldtype-textarea textarea,
body .body-container-wrapper .hbspt-form .hs-fieldtype-select select {
    font-size: 18px;
  }
}
body .s2018 .hbspt-form .hs-fieldtype-select select,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-select select,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-select select,
body .body-container-wrapper .hbspt-form .hs-fieldtype-select select {
  line-height: 42px;
  height: 42px;
  cursor: pointer;
}
body .s2018 .hbspt-form .hs-fieldtype-checkbox ul, body .s2018 .hbspt-form .hs-fieldtype-booleancheckbox ul, body .s2018 .hbspt-form .hs-fieldtype-radio ul,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-radio ul,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-radio ul,
body .body-container-wrapper .hbspt-form .hs-fieldtype-checkbox ul,
body .body-container-wrapper .hbspt-form .hs-fieldtype-booleancheckbox ul,
body .body-container-wrapper .hbspt-form .hs-fieldtype-radio ul {
  margin: 0;
  padding: 0;
  border: none;
}
body .s2018 .hbspt-form .hs-fieldtype-checkbox ul li, body .s2018 .hbspt-form .hs-fieldtype-booleancheckbox ul li, body .s2018 .hbspt-form .hs-fieldtype-radio ul li,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul li,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul li,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-radio ul li,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul li,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul li,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-radio ul li,
body .body-container-wrapper .hbspt-form .hs-fieldtype-checkbox ul li,
body .body-container-wrapper .hbspt-form .hs-fieldtype-booleancheckbox ul li,
body .body-container-wrapper .hbspt-form .hs-fieldtype-radio ul li {
  display: block;
}
body .s2018 .hbspt-form .hs-fieldtype-checkbox ul li:before, body .s2018 .hbspt-form .hs-fieldtype-booleancheckbox ul li:before, body .s2018 .hbspt-form .hs-fieldtype-radio ul li:before,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul li:before,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul li:before,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-radio ul li:before,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul li:before,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul li:before,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-radio ul li:before,
body .body-container-wrapper .hbspt-form .hs-fieldtype-checkbox ul li:before,
body .body-container-wrapper .hbspt-form .hs-fieldtype-booleancheckbox ul li:before,
body .body-container-wrapper .hbspt-form .hs-fieldtype-radio ul li:before {
  content: none;
}
body .s2018 .hbspt-form .hs-fieldtype-checkbox ul li label, body .s2018 .hbspt-form .hs-fieldtype-booleancheckbox ul li label, body .s2018 .hbspt-form .hs-fieldtype-radio ul li label,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul li label,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul li label,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-radio ul li label,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul li label,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul li label,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-radio ul li label,
body .body-container-wrapper .hbspt-form .hs-fieldtype-checkbox ul li label,
body .body-container-wrapper .hbspt-form .hs-fieldtype-booleancheckbox ul li label,
body .body-container-wrapper .hbspt-form .hs-fieldtype-radio ul li label {
  cursor: pointer;
}
body .s2018 .hbspt-form .hs-fieldtype-checkbox ul li label span, body .s2018 .hbspt-form .hs-fieldtype-booleancheckbox ul li label span, body .s2018 .hbspt-form .hs-fieldtype-radio ul li label span,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul li label span,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul li label span,
body .s2018 .hs_cos_wrapper_type_form .hs-fieldtype-radio ul li label span,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-checkbox ul li label span,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox ul li label span,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-fieldtype-radio ul li label span,
body .body-container-wrapper .hbspt-form .hs-fieldtype-checkbox ul li label span,
body .body-container-wrapper .hbspt-form .hs-fieldtype-booleancheckbox ul li label span,
body .body-container-wrapper .hbspt-form .hs-fieldtype-radio ul li label span {
  font-size: 16px;
  color: #7d408c;
  margin-left: 10px;
  position: relative;
  top: 0.1em;
}
body .s2018 .hbspt-form .hs-richtext,
body .s2018 .hs_cos_wrapper_type_form .hs-richtext,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-richtext,
body .body-container-wrapper .hbspt-form .hs-richtext {
  margin: 20px 0;
}
body .s2018 .hbspt-form .hs-richtext p,
body .s2018 .hs_cos_wrapper_type_form .hs-richtext p,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-richtext p,
body .body-container-wrapper .hbspt-form .hs-richtext p {
  font-size: 16px;
}
body .s2018 .hbspt-form .hs-richtext a, body .s2018 .hbspt-form .hs-richtext a strong,
body .s2018 .hs_cos_wrapper_type_form .hs-richtext a,
body .s2018 .hs_cos_wrapper_type_form .hs-richtext a strong,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-richtext a,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-richtext a strong,
body .body-container-wrapper .hbspt-form .hs-richtext a,
body .body-container-wrapper .hbspt-form .hs-richtext a strong {
  color: #7d408c;
  text-decoration: underline;
}
body .s2018 .hbspt-form .hs-submit,
body .s2018 .hs_cos_wrapper_type_form .hs-submit,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-submit,
body .body-container-wrapper .hbspt-form .hs-submit {
  margin-top: 30px;
}
body .s2018 .hbspt-form .hs-submit input[type=submit],
body .s2018 .hs_cos_wrapper_type_form .hs-submit input[type=submit],
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-submit input[type=submit],
body .body-container-wrapper .hbspt-form .hs-submit input[type=submit] {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  background: #7d408c;
  color: #f4f4f4;
  padding: 1em 2em;
  border-radius: 5em;
  display: inline-block;
}
body .s2018 .hbspt-form .hs-submit input[type=submit]:hover,
body .s2018 .hs_cos_wrapper_type_form .hs-submit input[type=submit]:hover,
body .body-container-wrapper .hs_cos_wrapper_type_form .hs-submit input[type=submit]:hover,
body .body-container-wrapper .hbspt-form .hs-submit input[type=submit]:hover {
  background: #5e3069;
  -webkit-transform: scale3d(0.96, 0.96, 0.96);
          transform: scale3d(0.96, 0.96, 0.96);
  color: #fff;
}
body .s2018 .hbspt-form ul.hs-error-msgs,
body .s2018 .hs_cos_wrapper_type_form ul.hs-error-msgs,
body .body-container-wrapper .hs_cos_wrapper_type_form ul.hs-error-msgs,
body .body-container-wrapper .hbspt-form ul.hs-error-msgs {
  margin: 0;
  padding: 0;
}
body .s2018 .hbspt-form ul.hs-error-msgs li,
body .s2018 .hs_cos_wrapper_type_form ul.hs-error-msgs li,
body .body-container-wrapper .hs_cos_wrapper_type_form ul.hs-error-msgs li,
body .body-container-wrapper .hbspt-form ul.hs-error-msgs li {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  font-family: "ProximaNovaSoft-Regular", proxima-soft, sans-serif;
  font-weight: 400;
  display: block;
}
body .s2018 .hbspt-form ul.hs-error-msgs li:before,
body .s2018 .hs_cos_wrapper_type_form ul.hs-error-msgs li:before,
body .body-container-wrapper .hs_cos_wrapper_type_form ul.hs-error-msgs li:before,
body .body-container-wrapper .hbspt-form ul.hs-error-msgs li:before {
  content: none;
}
body .s2018 .hbspt-form ul.hs-error-msgs li label,
body .s2018 .hs_cos_wrapper_type_form ul.hs-error-msgs li label,
body .body-container-wrapper .hs_cos_wrapper_type_form ul.hs-error-msgs li label,
body .body-container-wrapper .hbspt-form ul.hs-error-msgs li label {
  color: #7d408c;
  margin-top: 10px;
}
body .s2018 .hbspt-form ul.hs-error-msgs li label:before,
body .s2018 .hs_cos_wrapper_type_form ul.hs-error-msgs li label:before,
body .body-container-wrapper .hs_cos_wrapper_type_form ul.hs-error-msgs li label:before,
body .body-container-wrapper .hbspt-form ul.hs-error-msgs li label:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 0.5em;
  opacity: 0.5;
}

body .s2018 .hbspt-form .hs_cos_wrapper_type_password_prompt form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
body .s2018 .hbspt-form .hs_cos_wrapper_type_password_prompt label {
  display: none;
}
body .s2018 .hbspt-form .hs_cos_wrapper_type_password_prompt input[type=password] {
  font-family: "ProximaNovaSoft-Regular", proxima-soft, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px !important;
  padding: 5px 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  min-height: 28px;
}
@media (min-width: 768px) {
  body .s2018 .hbspt-form .hs_cos_wrapper_type_password_prompt input[type=password] {
    font-size: 18px;
  }
}
body .s2018 .hbspt-form .hs_cos_wrapper_type_password_prompt input[type=submit] {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background: #7d408c;
  color: #f4f4f4;
  display: block;
  padding: 5px 20px;
  border-radius: 0 2px 2px 0;
}
body .s2018 .hbspt-form .hs_cos_wrapper_type_password_prompt input[type=submit]:hover {
  background: #21234d;
  color: #ffe14d;
}

body .b-case-article :not(pre) > code[class*=language-], body .b-case-article pre[class*=language-] {
  background: #f8f8f8;
}

body .b-case-article pre {
  background: #f8f8f8;
  padding: 1rem 1.5rem;
  display: block;
  font-family: monospace;
  border-radius: 3px;
  border: 1px solid #ddd;
}