@charset "UTF-8";

/*
* Vendor
*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(/app/themes/Interchange/dist/fonts/fontawesome-webfont.eot);
  src: url(/app/themes/Interchange/dist/fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(/app/themes/Interchange/dist/fonts/fontawesome-webfont.woff2) format("woff2"), url(/app/themes/Interchange/dist/fonts/fontawesome-webfont.woff) format("woff"), url(/app/themes/Interchange/dist/fonts/fontawesome-webfont.ttf) format("truetype"), url(/app/themes/Interchange/dist/fonts/fontawesome-webfont.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
     animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
     transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
* Custom
*/

@font-face {
  font-family: 'Akkurat-Mono';
  src: url(/app/themes/Interchange/dist/fonts/Akkurat-Mono.eot) format("embedded-opentype"), url(/app/themes/Interchange/dist/fonts/Akkurat-Mono.otf) format("opentype"), url(/app/themes/Interchange/dist/fonts/Akkurat-Mono.woff) format("woff"), url(/app/themes/Interchange/dist/fonts/Akkurat-Mono.ttf) format("truetype"), url(/app/themes/Interchange/dist/fonts/Akkurat-Mono.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Apercu';
  src: url(/app/themes/Interchange/dist/fonts/Apercu-Bold.eot) format("embedded-opentype"), url(/app/themes/Interchange/dist/fonts/Apercu-Bold.otf) format("opentype"), url(/app/themes/Interchange/dist/fonts/Apercu-Bold.woff) format("woff"), url(/app/themes/Interchange/dist/fonts/Apercu-Bold.ttf) format("truetype"), url(/app/themes/Interchange/dist/fonts/Apercu-Bold.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Apercu';
  src: url(/app/themes/Interchange/dist/fonts/Apercu-Light.eot) format("embedded-opentype"), url(/app/themes/Interchange/dist/fonts/Apercu-Light.otf) format("opentype"), url(/app/themes/Interchange/dist/fonts/Apercu-Light.woff) format("woff"), url(/app/themes/Interchange/dist/fonts/Apercu-Light.ttf) format("truetype"), url(/app/themes/Interchange/dist/fonts/Apercu-Light.svg) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ApercuPro';
  src: url(/app/themes/Interchange/dist/fonts/ApercuPro-Bold.eot) format("embedded-opentype"), url(/app/themes/Interchange/dist/fonts/ApercuPro-Bold.otf) format("opentype"), url(/app/themes/Interchange/dist/fonts/ApercuPro-Bold.woff) format("woff"), url(/app/themes/Interchange/dist/fonts/ApercuPro-Bold.ttf) format("truetype"), url(/app/themes/Interchange/dist/fonts/ApercuPro-Bold.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ApercuPro';
  src: url(/app/themes/Interchange/dist/fonts/ApercuPro-Regular.eot) format("embedded-opentype"), url(/app/themes/Interchange/dist/fonts/ApercuPro-Regular.otf) format("opentype"), url(/app/themes/Interchange/dist/fonts/ApercuPro-Regular.woff) format("woff"), url(/app/themes/Interchange/dist/fonts/ApercuPro-Regular.ttf) format("truetype"), url(/app/themes/Interchange/dist/fonts/ApercuPro-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINRoundPro';
  src: url(/app/themes/Interchange/dist/fonts/DINRoundPro-Medi.eot) format("embedded-opentype"), url(/app/themes/Interchange/dist/fonts/DINRoundPro-Medi.otf) format("opentype"), url(/app/themes/Interchange/dist/fonts/DINRoundPro-Medi.woff) format("woff"), url(/app/themes/Interchange/dist/fonts/DINRoundPro-Medi.ttf) format("truetype"), url(/app/themes/Interchange/dist/fonts/DINRoundPro-Medi.svg) format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Moderat';
  src: url(/app/themes/Interchange/dist/fonts/Moderat-Bold.eot) format("embedded-opentype"), url(/app/themes/Interchange/dist/fonts/Moderat-Bold.woff2) format("woff2"), url(/app/themes/Interchange/dist/fonts/Moderat-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Moderat';
  src: url(/app/themes/Interchange/dist/fonts/Moderat-Regular.eot) format("embedded-opentype"), url(/app/themes/Interchange/dist/fonts/Moderat-Regular.woff2) format("woff2"), url(/app/themes/Interchange/dist/fonts/Moderat-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Variables */

/* Base Style */

*,
*:after,
*:before {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  color: #000;
  background: #ffcc00;
}

::selection {
  color: #000;
  background: #ffcc00;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  color: #000;
  font-size: 14px;
  min-width: 320px;
  line-height: 24px;
  background: #fff;
  letter-spacing: 1px;
  font-family: "Moderat", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  body {
    font-size: 12px;
    line-height: 22px;
  }
}

a:not([class]) {
  color: #3953db;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

@media only screen and (min-width: 800px) {
  a:not([class]):after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: -1px;
    left: 50%;
    width: 100%;
    background: #3953db;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
  }

  a:not([class]):hover:after {
    width: 0;
  }
}

img {
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100%;
  height: auto;
}

.btn,
button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

p {
  margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
}

h2,
h3,
h4 {
  font-family: "Akkurat-Mono", serif;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 35px;
  letter-spacing: 1.7px;
}

@media only screen and (max-width: 750px) {
  h1 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 1.5px;
  }
}

h2 {
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 750px) {
  h2 {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
}

h2.subheading {
  font-size: 32px;
  margin-top: 65px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 44px;
  font-family: "Moderat", sans-serif;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 750px) {
  h2.subheading {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    font-family: "Moderat", sans-serif;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

h2.subheading small {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 24px;
  line-height: 24px;
  letter-spacing: 3px;
  font-family: "Akkurat-Mono", serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  h2.subheading small {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
    letter-spacing: 2.1px;
  }
}

h2.subheading.top-underline {
  padding-top: 44px;
  border-top: 1px solid #7e7f7f;
}

@media only screen and (max-width: 750px) {
  h2.subheading.top-underline {
    padding-top: 41px;
    margin-bottom: 18px;
  }
}

h3 {
  font-size: 14px;
  margin-bottom: 40px;
  letter-spacing: 2.1px;
}

@media only screen and (max-width: 750px) {
  h3 {
    font-size: 12px;
    letter-spacing: 1.8px;
  }
}

h4 {
  font-size: 12px;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  h4 {
    font-size: 11px;
    letter-spacing: 1.65px;
  }
}

.btn {
  cursor: pointer;
  font-size: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 14px;
  text-align: center;
  vertical-align: top;
  border-radius: 10px;
  letter-spacing: 1.8px;
  display: inline-block;
  text-decoration: none;
  font-family: "Akkurat-Mono", serif;
  padding: 14px 19px 12px;
  text-transform: uppercase;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.btn:hover {
  text-decoration: none;
}

.btn-default {
  z-index: 10;
  color: #3954db;
  background: none;
  overflow: hidden;
  position: relative;
  border: 1px solid #3953db;
}

@media screen and (min-width: 700px) {
  .btn-default:after {
    display: none;
  }

  .btn-default:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 0;
    z-index: -10;
    background: #3953db;
    border-radius: 50%;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translate(-50%, 30%);
         -o-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%);
  }

  .btn-default:hover {
    background: none;
    color: #fff;
  }

  .btn-default:hover:before {
    width: 150%;
    right: -100%;
    padding: 150% 0 0;
  }
}

.btn-sub {
  color: #fff;
  background: #3953db;
  border: 1px solid #3953db;
}

.btn-sub:hover {
  color: #3953db;
  background: none;
}

@media only screen and (min-width: 1024px) {
  .show-on-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .hide-on-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 751px) {
  .show-on-mobile {
    display: none !important;
  }
}

.clear:after {
  content: '';
  clear: both;
  display: block;
}

.col-row {
  margin-left: -12px;
  margin-right: -12px;
}

.col-row:after {
  content: '';
  clear: both;
  display: block;
}

.col-row > .col {
  float: left;
  padding-left: 12px;
  padding-right: 12px;
}

.col-row > .col.l-1 {
  width: 8.33%;
}

.col-row > .col.l-2 {
  width: 16.66%;
}

.col-row > .col.l-3 {
  width: 25%;
}

.col-row > .col.l-4 {
  width: 33.3%;
}

.col-row > .col.l-5 {
  width: 41.66%;
}

.col-row > .col.l-6 {
  width: 50%;
}

.col-row > .col.l-7 {
  width: 58.33%;
}

.col-row > .col.l-8 {
  width: 66.66%;
}

.col-row > .col.l-9 {
  width: 75%;
}

.col-row > .col.l-10 {
  width: 83.33%;
}

.col-row > .col.l-11 {
  width: 91.66%;
}

.col-row > .col.l-12 {
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .col-row > .col.ds-0 {
    display: none !important;
  }

  .col-row > .col.ds-1 {
    width: 8.33%;
  }

  .col-row > .col.ds-2 {
    width: 16.66%;
  }

  .col-row > .col.ds-3 {
    width: 25%;
  }

  .col-row > .col.ds-4 {
    width: 33.3%;
  }

  .col-row > .col.ds-5 {
    width: 41.66%;
  }

  .col-row > .col.ds-6 {
    width: 50%;
  }

  .col-row > .col.ds-7 {
    width: 58.33%;
  }

  .col-row > .col.ds-8 {
    width: 66.66%;
  }

  .col-row > .col.ds-9 {
    width: 75%;
  }

  .col-row > .col.ds-10 {
    width: 83.33%;
  }

  .col-row > .col.ds-11 {
    width: 91.66%;
  }

  .col-row > .col.ds-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .col-row > .col.t-0 {
    display: none !important;
  }

  .col-row > .col.t-1 {
    width: 8.33%;
  }

  .col-row > .col.t-2 {
    width: 16.66%;
  }

  .col-row > .col.t-3 {
    width: 25%;
  }

  .col-row > .col.t-4 {
    width: 33.3%;
  }

  .col-row > .col.t-5 {
    width: 41.66%;
  }

  .col-row > .col.t-6 {
    width: 50%;
  }

  .col-row > .col.t-7 {
    width: 58.33%;
  }

  .col-row > .col.t-8 {
    width: 66.66%;
  }

  .col-row > .col.t-9 {
    width: 75%;
  }

  .col-row > .col.t-10 {
    width: 83.33%;
  }

  .col-row > .col.t-11 {
    width: 91.66%;
  }

  .col-row > .col.t-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .col-row > .col.m-0 {
    display: none !important;
  }

  .col-row > .col.m-1 {
    width: 8.33%;
  }

  .col-row > .col.m-2 {
    width: 16.66%;
  }

  .col-row > .col.m-3 {
    width: 25%;
  }

  .col-row > .col.m-4 {
    width: 33.3%;
  }

  .col-row > .col.m-5 {
    width: 41.66%;
  }

  .col-row > .col.m-6 {
    width: 50%;
  }

  .col-row > .col.m-7 {
    width: 58.33%;
  }

  .col-row > .col.m-8 {
    width: 66.66%;
  }

  .col-row > .col.m-9 {
    width: 75%;
  }

  .col-row > .col.m-10 {
    width: 83.33%;
  }

  .col-row > .col.m-11 {
    width: 91.66%;
  }

  .col-row > .col.m-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .col-row > .col.ms-0 {
    display: none !important;
  }

  .col-row > .col.ms-1 {
    width: 8.33%;
  }

  .col-row > .col.ms-2 {
    width: 16.66%;
  }

  .col-row > .col.ms-3 {
    width: 25%;
  }

  .col-row > .col.ms-4 {
    width: 33.3%;
  }

  .col-row > .col.ms-5 {
    width: 41.66%;
  }

  .col-row > .col.ms-6 {
    width: 50%;
  }

  .col-row > .col.ms-7 {
    width: 58.33%;
  }

  .col-row > .col.ms-8 {
    width: 66.66%;
  }

  .col-row > .col.ms-9 {
    width: 75%;
  }

  .col-row > .col.ms-10 {
    width: 83.33%;
  }

  .col-row > .col.ms-11 {
    width: 91.66%;
  }

  .col-row > .col.ms-12 {
    width: 100%;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100%;
  padding: 0;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

@media only screen and (max-width: 1024px) {
  .wrapper {
    padding-bottom: 0;
  }
}

.wrapper.index-page {
  padding-top: 0;
}

.main {
  -webkit-box-flex: 5000;
      -ms-flex: 5000 1 auto;
          flex: 5000 1 auto;
  position: relative;
  padding-top: 50px;
}

.template-homepage .main {
  padding-top: 0;
}

@media only screen and (min-width: 751px) {
  .main.sticky > .sticky-inner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 750px) {
  .main {
    height: auto !important;
  }
}

@media only screen and (max-width: 750px) {
  .bodyreduce {
    -webkit-transform: translateY(-50px);
         -o-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transition: all .75s ease;
    -o-transition: all .75s ease;
    transition: all .75s ease;
  }
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1180px;
}

.video {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.video:before {
  content: '';
  display: block;
  min-height: 224px;
  padding: 41.667% 0 0;
}

.video:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -51px 0 0 -35px;
  border-left: 71px solid rgba(255, 255, 255, 0.8);
  border-top: 51px solid transparent;
  border-bottom: 51px solid transparent;
  -webkit-transition: border-color .35s ease;
  -o-transition: border-color .35s ease;
  transition: border-color .35s ease;
}

@media only screen and (max-width: 750px) {
  .video:after {
    margin-top: -19px;
    margin-left: -10px;
    border-top-width: 19px;
    border-left-width: 16px;
    border-bottom-width: 19px;
  }
}

.video:hover:after {
  border-left-color: rgba(255, 255, 255, 0.9);
}

.more-link {
  color: #3954DB;
  font-size: 14px;
  margin-top: 16px;
  line-height: 17px;
  position: relative;
  padding: 0 16px 0 0;
  vertical-align: top;
  display: inline-block;
  font-family: "Akkurat-Mono", serif;
  letter-spacing: 2.1px;
  text-decoration: none;
  -webkit-transition: padding .35s ease;
  -o-transition: padding .35s ease;
  transition: padding .35s ease;
}

@media only screen and (max-width: 750px) {
  .more-link {
    font-size: 12px;
    margin-top: 11px;
    line-height: 14px;
    padding-right: 22px;
    letter-spacing: 1.8px;
  }
}

.more-link:hover {
  padding-right: 26px;
  text-decoration: none;
}

.more-link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0;
  border-color: #3953db;
  border-style: solid;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 1px 1px 0 0;
}

.socials {
  padding: 0;
  margin: 0 -10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  list-style: none;
  letter-spacing: -4px;
}

.socials > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1;
  margin: 0 10px 20px;
}

.socials a {
  z-index: 10;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  border-radius: 50%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.socials a:after {
  display: none;
}

.socials a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  opacity: 0;
  z-index: -10;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.socials a:hover {
  color: #3953db;
  text-decoration: none !important;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.socials a:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.come-in {
  -webkit-transform: translateY(150px);
       -o-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-animation: come-in 0.8s ease forwards;
       -o-animation: come-in 0.8s ease forwards;
          animation: come-in 0.8s ease forwards;
}

.already-visible {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: none;
       -o-animation: none;
          animation: none;
}

@-webkit-keyframes come-in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes come-in {
  to {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes come-in {
  to {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.bottom-page-spacer {
  height: 200px;
  width: 100%;
}

.default-section {
  z-index: 10;
  padding: 50px 0 0;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .default-section {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .default-section + .case-section {
    padding-top: 7px;
    overflow: visible;
  }

  .default-section + .case-section:after {
    top: 9px;
  }
}

.default-section:after {
  content: '';
  top: 872px;
  z-index: -10;
  right: -90px;
  width: 291px;
  height: 291px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  pointer-events: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYxLjA4IiBoZWlnaHQ9IjI2MS4xIiB2aWV3Qm94PSIwIDAgMjYxLjA4IDI2MS4xIj48ZGVmcz48cGF0aCBpZD0iY3hrYmEiIGQ9Ik05MDguNTggMzkzOS4zNGw1NC4yMiA1NC4yM2EyMC44NCAyMC44NCAwIDAgMCAyOS40OCAwbDU0LjIyLTU0LjI0YTIwLjg0IDIwLjg0IDAgMCAxIDI5LjQ4IDBsMjYgMjZhMjAuODQgMjAuODQgMCAwIDEgMCAyOS40N2wtNTQuMjQgNTQuMjRhMjAuODQgMjAuODQgMCAwIDAgMCAyOS40N2w1NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMSAwIDI5LjQ4bC0yNiAyNmEyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC01NC4yMi01NC4yM2EyMC44NCAyMC44NCAwIDAgMC0yOS40OCAwbC01NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC0yNi0yNmEyMC44NCAyMC44NCAwIDAgMSAwLTI5LjQ3bDU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAwIDAtMjkuNDhsLTU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAxIDAtMjkuNDdsMjYtMjZhMjAuODQgMjAuODQgMCAwIDEgMjkuNDggMCIvPjwvZGVmcz48Zz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcC04ODI2RUY5NS1BNjcyLTQxMEQtQTgyNS0yREQ4MjQyN0JBMTUpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODQ3IC0zOTMzLjIzKSI+PHVzZSBmaWxsPSIjZmZjYzAwIiB4bGluazpocmVmPSIjY3hrYmEiLz48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1023px) {
  .default-section:after {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .default-section .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.default-section .subtitle {
  display: block;
  font-size: 32px;
  max-width: 800px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 54px;
  font-family: "Moderat", sans-serif;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 750px) {
  .default-section .subtitle {
    padding: 0 7px;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
  }
}

.default-section .subtitle + .img-block {
  margin-bottom: 67px;
}

@media only screen and (max-width: 750px) {
  .default-section .subtitle + .img-block {
    margin-bottom: 35px;
  }
}

.default-section h1,
.default-section .h1 {
  text-align: center;
  margin-bottom: 122px;
}

@media only screen and (max-width: 750px) {
  .default-section h1,
  .default-section .h1 {
    margin-bottom: 50px;
  }
}

.default-section h1 time,
.default-section .h1 time {
  display: block;
  font-size: 14px;
  padding: 3px 0 0;
  margin: 0 0 28px;
  line-height: 17px;
  font-weight: normal;
  letter-spacing: 2.1px;
  font-family: "Akkurat-Mono", serif;
}

@media only screen and (max-width: 750px) {
  .default-section h1 time,
  .default-section .h1 time {
    padding-top: 0;
    margin-bottom: 15px;
  }
}

.default-section h1 + .subtitle,
.default-section .h1 + .subtitle {
  max-width: 560px;
  margin-top: -82px;
}

@media only screen and (max-width: 750px) {
  .default-section h1 + .subtitle,
  .default-section .h1 + .subtitle {
    margin-top: -20px;
  }
}

.default-section .col-row {
  margin-left: -13px;
  margin-right: -14px;
}

.default-section .col-row > .col {
  padding-left: 13px;
  padding-right: 14px;
}

.default-section .img-block {
  z-index: 10;
  margin: 0 0 27px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .default-section .img-block {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
  }
}

.default-section .img-block .diamond {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 224px;
  height: 224px;
  overflow: hidden;
  background: #ffcc00;
  border-radius: 20px;
  text-indent: -9999px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -81px 0 0 -109px;
}

@media only screen and (max-width: 750px) {
  .default-section .img-block .diamond {
    display: none;
  }
}

.default-section .img-block img {
  width: 100%;
  display: block;
}

.default-section .img-block .video:before {
  min-height: 200px;
  padding: 44.036% 0 0;
}

.default-section h3,
.default-section .h3 {
  margin: 0 0 20px;
  font-weight: 700;
  padding: 0 0 0 2px;
  letter-spacing: 1px;
  font-family: "Moderat", sans-serif;
}

@media only screen and (max-width: 750px) {
  .default-section h3,
  .default-section .h3 {
    padding-left: 14px;
    letter-spacing: 0.86px;
  }
}

.default-section h2.underline,
.default-section .h2.underline {
  font-weight: 500;
  font-size: 32px;
  line-height: 41px;
  font-family: "Moderat", sans-serif;
  text-align: center;
  margin-bottom: 39px;
  padding: 29px 0 37px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #7e7f7f;
}

@media only screen and (max-width: 750px) {
  .default-section h2.underline,
  .default-section .h2.underline {
    font-size: 24px;
    line-height: 30px;
    margin: 0 -10px 28px;
    padding: 31px 20px 27px;
  }
}

.default-section ul,
.default-section ol {
  padding: 0;
  margin: 0 0 39px;
  list-style: none;
}

@media only screen and (min-width: 750px) {
  .default-section ul,
  .default-section ol {
    padding-left: 24px;
    margin-right: -25px;
  }
}

@media only screen and (max-width: 750px) {
  .default-section ul,
  .default-section ol {
    font-weight: 300;
    font-family: "Moderat", sans-serif;
    letter-spacing: 0.86px;
  }
}

.default-section ul > li,
.default-section ol > li {
  margin: 0 0 10px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .default-section ul > li,
  .default-section ol > li {
    padding-left: 10px;
  }
}

.default-section ul > li:before,
.default-section ol > li:before {
  position: absolute;
  right: 100%;
  top: 0;
  color: #3953db;
}

@media only screen and (max-width: 750px) {
  .default-section ul > li:before,
  .default-section ol > li:before {
    right: auto;
  }
}

.default-section ul > li:before {
  content: '\D7';
  margin: 0 16px 0 0;
}

@media only screen and (max-width: 750px) {
  .default-section ul > li:before {
    left: -5px;
    margin-right: 0;
  }
}

.default-section ol {
  counter-reset: item;
}

.default-section ol > li {
  counter-increment: item;
}

.default-section ol > li:before {
  margin: 0 11px 0 0;
  content: counters(item, ".") ".";
}

@media only screen and (max-width: 750px) {
  .default-section ol > li:before {
    left: -5px;
    margin-right: 0;
  }
}

.default-section .tools-list {
  margin: 0;
  padding: 0;
}

.default-section .tools-list li {
  padding: 0;
  margin-bottom: 13px;
}

@media only screen and (max-width: 750px) {
  .default-section .tools-list li {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 750px) {
  .default-section p {
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 1024px) {
  .default-section p + h3,
  .default-section p .h3 {
    padding-top: 16px;
  }
}

.default-section blockquote {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding: 0 0 0 33px;
  letter-spacing: 1.43px;
  margin: 47px 0 44px 3px;
  border-left: 1px solid #ffcc00;
}

.default-section blockquote.blue {
  border-left-color: #3953db;
}

@media only screen and (max-width: 750px) {
  .default-section blockquote {
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 0 19px;
    margin: 24px 0 25px -3px;
  }
}

.default-section blockquote q:after,
.default-section blockquote q:before {
  display: none;
}

@media only screen and (max-width: 750px) {
  .default-section .col-row .img-block {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 750px) {
  .default-section .col-row + .small-container {
    padding-left: 3px;
    padding-right: 15px;
  }
}

.default-section .btn-holder {
  margin: 0 0 26px;
  padding: 25px 0 0;
}

@media only screen and (max-width: 750px) {
  .default-section .btn-holder {
    padding-top: 15px;
    margin-bottom: 22px;
  }
}

.default-section .btn {
  padding: 12px 33px 11px;
}

.default-section .tags-panel {
  margin: 0 0 79px;
  padding: 27px 0 0;
}

@media only screen and (max-width: 750px) {
  .default-section .tags-panel {
    margin-bottom: 25px;
  }
}

.default-section .tags-panel h3 {
  margin: 0 0 33px;
  padding: 0 0 20px;
  font-weight: normal;
  font-family: "Akkurat-Mono", serif;
  letter-spacing: 2.1px;
  border-bottom: 1px solid #7e7f7f;
}

.default-section .tag-list {
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  margin: 0 0 0 -5px;
  letter-spacing: -4px;
  font-family: "Moderat", sans-serif;
}

.default-section .tag-list > li {
  padding: 0 5px;
  font-size: 12px;
  margin: 0 0 10px;
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
  letter-spacing: 0.86px;
}

.default-section .tag-list > li:before {
  display: none;
}

.default-section .tag-list a {
  color: #000;
  background: #FBFBFB;
  vertical-align: top;
  display: inline-block;
  padding: 3px 9px 2px 8px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.default-section .tag-list a:hover {
  background: #ffcc00;
}

.default-section .tag-list a:after {
  display: none;
}

.default-section .share-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 63px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 750px) {
  .default-section .share-panel {
    margin-bottom: 25px;
  }
}

.default-section .share-panel h4 {
  margin: 0;
  font-family: "Akkurat-Mono", serif;
  letter-spacing: 1.8px;
}

.default-section .share-panel .socials {
  margin: 0 -5px;
  text-align: left;
  padding: 0 0 0 26px;
}

@media only screen and (max-width: 750px) {
  .default-section .share-panel .socials {
    padding-left: 15px;
  }
}

.default-section .share-panel .socials li {
  padding: 0;
  margin: 0 5px;
}

.default-section .share-panel .socials li:before {
  display: none;
}

.default-section .share-panel .socials a {
  color: #3953db;
  border-color: #3953db;
}

.default-section .share-panel .socials a:before {
  background: #3953db;
}

.default-section .share-panel .socials a:hover {
  color: #fff;
}

.article-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 947px;
  background: #FBFBFB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 48px;
  border-radius: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article-pagination a {
  height: 80px;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: flex-atart;
      -ms-flex-align: flex-atart;
          align-items: flex-atart;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.article-pagination a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  z-index: -10;
  border-radius: 50%;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-transform: translate(-50%, 30%);
       -o-transform: translate(-50%, 30%);
          transform: translate(-50%, 30%);
}

.article-pagination a:hover:before {
  width: 200%;
  left: 50%;
  padding: 200% 0 0;
}

@media only screen and (max-width: 750px) {
  .article-pagination a {
    height: 64px;
  }
}

.article-pagination .prev,
.article-pagination .next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 15px;
  position: relative;
  padding-bottom: 10px;
  font-family: "Akkurat-Mono", serif;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .article-pagination .prev,
  .article-pagination .next {
    letter-spacing: 1px;
  }
}

.article-pagination .prev .article-name,
.article-pagination .next .article-name {
  display: block;
  overflow: hidden;
  letter-spacing: 1px;
  white-space: nowrap;
  text-transform: none;
  font-family: "Moderat", sans-serif;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 750px) {
  .article-pagination .prev .article-name,
  .article-pagination .next .article-name {
    display: none;
  }
}

.article-pagination .prev:after,
.article-pagination .next:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

@media only screen and (max-width: 750px) {
  .article-pagination .prev:after,
  .article-pagination .next:after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
}

.article-pagination .prev {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 70px;
}

@media only screen and (max-width: 750px) {
  .article-pagination .prev {
    padding-left: 38px;
  }
}

.article-pagination .prev:before {
  background: #ffcc00;
}

.article-pagination .prev:after {
  left: 33px;
  border-width: 0 0 1px 1px;
}

@media only screen and (max-width: 750px) {
  .article-pagination .prev:after {
    left: 22px;
  }
}

.article-pagination .next {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: right;
  padding-right: 70px;
}

@media only screen and (max-width: 750px) {
  .article-pagination .next {
    padding-right: 38px;
  }
}

.article-pagination .next:before {
  background: #3953db;
}

.article-pagination .next:hover {
  color: #fff;
}

.article-pagination .next:hover:after {
  border-color: #fff;
}

.article-pagination .next:after {
  right: 33px;
  border-width: 1px 1px 0 0;
}

@media only screen and (max-width: 750px) {
  .article-pagination .next:after {
    right: 22px;
  }
}

.article-pagination .back {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 29px 0 10px;
}

@media only screen and (max-width: 750px) {
  .article-pagination .back {
    padding-top: 17px;
  }
}

.article-pagination .back:before {
  background: #7e7f80;
}

.article-pagination .back > span {
  position: relative;
  display: inline-block;
}

.article-pagination .back > span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 1px;
  margin: 0 0 6px;
  background: #000;
}

@media only screen and (max-width: 750px) {
  .article-pagination .back > span:after {
    margin-bottom: 0;
  }
}

.small-container {
  margin: 0 auto;
  max-width: 559px;
  padding-right: 3px;
}

@media only screen and (max-width: 750px) {
  .small-container {
    max-width: none;
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

.small-container + .col-row {
  padding-top: 58px;
  margin-bottom: 71px;
}

@media only screen and (max-width: 750px) {
  .small-container + .col-row {
    padding-top: 17px;
    margin-bottom: 20px;
  }
}

.page-numbers .current {
  color: #3953db !important;
  position: relative;
}

.page-numbers .current::before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #3953db;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 4px;
  left: -6px;
  top: -1px;
}

.pagination {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 100px;
  font-size: 0;
  line-height: 0;
  margin: 0 -12px;
  list-style: none;
  text-align: center;
  letter-spacing: -4px;
  font-family: "Akkurat-Mono", serif;
}

.pagination li {
  padding: 0 12px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.pagination a {
  color: #000;
  width: 30px;
  z-index: 10;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

.pagination a:after {
  display: none;
}

.pagination a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 22px;
  height: 22px;
  z-index: -10;
  background: #3953db;
  border-radius: 4px;
  margin: -11px 0 0 -11px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

.pagination a:hover {
  color: #fff;
}

.pagination a:hover:before {
  opacity: 1;
}

.pagination .active {
  position: relative;
}

.pagination .active:after {
  position: absolute;
  content: '';
  top: -3px;
  left: 0;
  right: 0;
  z-index: 50;
  bottom: -3px;
}

.pagination .active a:before {
  opacity: 1;
  background: none;
  border: 1px solid #3953db;
}

.pagination .prev,
.pagination .next {
  min-width: 32px;
}

.pagination .prev.disabled a,
.pagination .next.disabled a {
  display: none;
}

.pagination .prev a,
.pagination .next a {
  width: 20px;
  overflow: hidden;
  text-indent: -9999px;
}

.pagination .prev a:before,
.pagination .next a:before {
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: -4px 0 0;
  background: none;
  border-radius: 0;
  border-color: #000;
  border-style: solid;
  -webkit-transition: border-color .35s ease;
  -o-transition: border-color .35s ease;
  transition: border-color .35s ease;
}

.pagination .prev a:hover:before,
.pagination .next a:hover:before {
  border-color: #3953db;
}

.pagination .prev {
  padding-right: 0;
}

@media only screen and (max-width: 750px) {
  .pagination .prev {
    padding-right: 5px;
  }
}

.pagination .prev a:before {
  margin-left: -2px;
  border-width: 0 0 1px 1px;
}

.pagination .next {
  padding-left: 0;
}

@media only screen and (max-width: 750px) {
  .pagination .next {
    padding-left: 5px;
  }
}

.pagination .next a:before {
  margin-left: -7px;
  border-width: 1px 1px 0 0;
}

.one-item ul {
  display: none;
}

/* acknowledgement */

div.footer-white {
  background-color: #FBFBFB;
  padding-top: 30px;
  padding-bottom: 15px;
  width: 100%;
  border-top: 4px solid transparent;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 10;
  position: relative;
  bottom: -10px;
}

div.footer-white div.image {
  text-align: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 12px 11px 22px 35px;
  -webkit-transition: padding .35s ease, background .35s ease, -webkit-box-shadow .35s ease;
  transition: padding .35s ease, background .35s ease, -webkit-box-shadow .35s ease;
  -o-transition: box-shadow .35s ease, padding .35s ease, background .35s ease;
  transition: box-shadow .35s ease, padding .35s ease, background .35s ease;
  transition: box-shadow .35s ease, padding .35s ease, background .35s ease, -webkit-box-shadow .35s ease;
}

@media only screen and (max-width: 750px) {
  .header {
    padding: 15px 10px 15px 10px;
  }

  body.header-fixed .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.header:after {
  content: '';
  clear: both;
  display: block;
}

@-webkit-keyframes fadeInDDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes fadeInDDown {
  from {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }

  to {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes fadeInDDown {
  from {
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

#nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  color: #fff;
  min-width: 460px;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .7s ease .3s;
  transition: -webkit-transform .7s ease .3s;
  -o-transition: -o-transform .7s ease .3s;
  transition: transform .7s ease .3s;
  transition: transform .7s ease .3s, -webkit-transform .7s ease .3s, -o-transform .7s ease .3s;
}

@media only screen and (max-width: 750px) {
  #nav {
    min-width: 256px;
    z-index: 50;
  }
}

body.menu-open #nav {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease, -o-transform 1s ease;
}

#nav:after,
#nav:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 15px 0 0 15px;
}

#nav:after {
  z-index: -10;
  background: #3954DB;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0s ease .5s, -webkit-transform .5s ease;
  transition: opacity 0s ease .5s, -webkit-transform .5s ease;
  -o-transition: opacity 0s ease .5s, -o-transform .5s ease;
  transition: opacity 0s ease .5s, transform .5s ease;
  transition: opacity 0s ease .5s, transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
}

body.menu-open #nav:after {
  opacity: 1;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1s ease .3s;
  transition: -webkit-transform 1s ease .3s;
  -o-transition: -o-transform 1s ease .3s;
  transition: transform 1s ease .3s;
  transition: transform 1s ease .3s, -webkit-transform 1s ease .3s, -o-transform 1s ease .3s;
}

#nav:before {
  z-index: -15;
  background: #ffcc00;
  -webkit-transition: opacity .5s ease .2s, left .35s ease;
  -o-transition: opacity .5s ease .2s, left .35s ease;
  transition: opacity .5s ease .2s, left .35s ease;
}

body.menu-open #nav:before {
  left: -98px;
  opacity: .75;
  -webkit-transition: opacity .35s ease, left .35s ease;
  -o-transition: opacity .35s ease, left .35s ease;
  transition: opacity .35s ease, left .35s ease;
}

@media only screen and (max-width: 750px) {
  body.menu-open #nav:before {
    left: -21px;
  }
}

#nav .nav-content {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 107px 43px 50px 97px;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 1023px) {
  #nav .nav-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #nav .nav-content {
    padding: 81px 31px 30px;
  }
}

#nav .nav-content > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav .nav-content > ul > li {
  opacity: 0;
  margin: 75px 0 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

@media only screen and (max-width: 750px) {
  #nav .nav-content > ul > li {
    margin-top: 25px;
  }
}

body.menu-open #nav .nav-content > ul > li {
  opacity: 1;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

body.menu-open #nav .nav-content > ul > li:first-child {
  -webkit-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s;
}

body.menu-open #nav .nav-content > ul > li:first-child + li {
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}

body.menu-open #nav .nav-content > ul > li:first-child + li + li {
  -webkit-transition-delay: .9s;
       -o-transition-delay: .9s;
          transition-delay: .9s;
}

body.menu-open #nav .nav-content > ul > li:first-child + li + li + li {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

body.menu-open #nav .nav-content > ul > li:first-child + li + li + li + li {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

body.menu-open #nav .nav-content > ul > li:first-child + li + li + li + li + li {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

#nav .nav-content > ul > li:first-child {
  margin-top: 0;
}

#nav .nav-content > ul > li > a {
  line-height: 1;
  font-size: 35px;
  vertical-align: top;
  display: inline-block;
  letter-spacing: 2.5px;
  -webkit-transition: padding .35s ease;
  -o-transition: padding .35s ease;
  transition: padding .35s ease;
}

@media only screen and (max-width: 750px) {
  #nav .nav-content > ul > li > a {
    font-size: 16px;
    letter-spacing: 1.43px;
  }
}

#nav .nav-content > ul > li > a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  #nav .nav-content > ul > li > a:hover {
    padding-left: 30px;
  }
}

#nav .nav-content > ul > li > a:after {
  width: auto;
  height: auto;
  background: none;
}

#nav .nav-content > ul > li.has-drop > a {
  position: relative;
  padding-right: 30px;
}

@media only screen and (max-width: 750px) {
  #nav .nav-content > ul > li.has-drop > a {
    padding-right: 18px;
  }
}

#nav .nav-content > ul > li.has-drop > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  left: auto;
  width: 16px;
  bottom: auto;
  height: 16px;
  margin: -5px 0 0;
  background: none;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

@media only screen and (max-width: 750px) {
  #nav .nav-content > ul > li.has-drop > a:after {
    right: 2px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
  }
}

#nav .nav-content > ul > li.has-drop.one-column li {
  width: auto;
  display: block;
}

#nav .nav-content > ul > li.has-drop.open > a:after {
  -webkit-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#nav .menu-overlay {
  position: absolute;
  top: -9999px;
  right: 9999px;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  z-index: -20;
  background: #fff;
  margin: 0 97px 0 0;
  -webkit-transition: all 0s ease .35s, opacity .35s ease;
  -o-transition: all 0s ease .35s, opacity .35s ease;
  transition: all 0s ease .35s, opacity .35s ease;
}

@media only screen and (max-width: 750px) {
  #nav .menu-overlay {
    margin-right: 21px;
  }
}

body.menu-open #nav .menu-overlay {
  top: 0;
  right: 100%;
  opacity: .85;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

#nav a {
  color: inherit;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
}

#nav .drop {
  display: none;
  padding: 44px 0 0;
}

@media only screen and (max-width: 750px) {
  #nav .drop {
    padding: 18px 0 6px 1px;
  }
}

#nav .drop ul {
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  letter-spacing: -4px;
  margin: 0 -10px -17px;
}

#nav .drop ul.one-column > li {
  width: auto;
  display: block;
}

#nav .drop ul > li {
  width: 50%;
  padding: 0 10px;
  font-size: 14px;
  margin: 0 0 19px;
  line-height: 17px;
  letter-spacing: 1px;
  vertical-align: top;
  display: inline-block;
}

@media only screen and (max-width: 750px) {
  #nav .drop ul > li {
    width: auto;
    display: block;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

#nav .drop a:hover {
  text-decoration: none;
  padding-left: 10px;
}

#nav .drop a:after {
  display: none;
}

.logo {
  float: left;
  width: 192px;
  height: 35px;
  z-index: 250;
  margin-top: 15px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .logo {
    z-index: 0;
    margin-top: 10px;
    height: 28px;
  }
}

.logo a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo a:after {
  display: none;
}

.logoscrolled {
  float: left;
  height: 21px !important;
  width: 32px !important;
  z-index: 250;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-227px);
       -o-transform: translateX(-227px);
          transform: translateX(-227px);
}

@media only screen and (max-width: 750px) {
  .logoscrolled {
    z-index: 0;
    height: 28px;
  }
}

.logoscrolled a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  background-size: cover;
  background-repeat: no-repeat;
}

.logoscrolled a:after {
  display: none;
}

@media only screen and (max-width: 750px) {
  .slideout .logoinitial {
    -webkit-animation: removemain .75s ease;
         -o-animation: removemain .75s ease;
            animation: removemain .75s ease;
    -webkit-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

  .slideout .logoscrolled {
    -webkit-animation: revealscrolled .75s ease;
         -o-animation: revealscrolled .75s ease;
            animation: revealscrolled .75s ease;
    -webkit-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

@-webkit-keyframes removemain {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      display: block;
    }

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

    100% {
      -webkit-transform: translateX(-227px);
              transform: translateX(-227px);
      display: none !important;
    }
}

@-o-keyframes removemain {
    0% {
      -o-transform: translateX(0);
         transform: translateX(0);
      display: block;
    }

    90% {
      -o-transform: translateX(-227px);
         transform: translateX(-227px);
    }

    100% {
      -o-transform: translateX(-227px);
         transform: translateX(-227px);
      display: none !important;
    }
}

@keyframes removemain {
    0% {
      -webkit-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0);
      display: block;
    }

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

    100% {
      -webkit-transform: translateX(-227px);
           -o-transform: translateX(-227px);
              transform: translateX(-227px);
      display: none !important;
    }
}

@-webkit-keyframes revealscrolled {
    0% {
      -webkit-transform: translateX(-227px);
              transform: translateX(-227px);
      display: none;
    }

    75% {
      -webkit-transform: translateX(-227px);
              transform: translateX(-227px);
    }

    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      display: block !important;
    }
}

@-o-keyframes revealscrolled {
    0% {
      -o-transform: translateX(-227px);
         transform: translateX(-227px);
      display: none;
    }

    75% {
      -o-transform: translateX(-227px);
         transform: translateX(-227px);
    }

    100% {
      -o-transform: translateX(0px);
         transform: translateX(0px);
      display: block !important;
    }
}

@keyframes revealscrolled {
    0% {
      -webkit-transform: translateX(-227px);
           -o-transform: translateX(-227px);
              transform: translateX(-227px);
      display: none;
    }

    75% {
      -webkit-transform: translateX(-227px);
           -o-transform: translateX(-227px);
              transform: translateX(-227px);
    }

    100% {
      -webkit-transform: translateX(0px);
           -o-transform: translateX(0px);
              transform: translateX(0px);
      display: block !important;
    }
}

  .slidein .logoinitial {
    -webkit-animation: restoremain .75s ease;
         -o-animation: restoremain .75s ease;
            animation: restoremain .75s ease;
    -webkit-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

  .slidein .logoscrolled {
    -webkit-animation: removescrolled .75s ease;
         -o-animation: removescrolled .75s ease;
            animation: removescrolled .75s ease;
    -webkit-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

@-webkit-keyframes restoremain {
    0% {
      -webkit-transform: translateX(-227px);
              transform: translateX(-227px);
      display: none;
    }

    75% {
      -webkit-transform: translateX(-227px);
              transform: translateX(-227px);
      display: block !important;
    }

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

@-o-keyframes restoremain {
    0% {
      -o-transform: translateX(-227px);
         transform: translateX(-227px);
      display: none;
    }

    75% {
      -o-transform: translateX(-227px);
         transform: translateX(-227px);
      display: block !important;
    }

    100% {
      -o-transform: translateX(0);
         transform: translateX(0);
    }
}

@keyframes restoremain {
    0% {
      -webkit-transform: translateX(-227px);
           -o-transform: translateX(-227px);
              transform: translateX(-227px);
      display: none;
    }

    75% {
      -webkit-transform: translateX(-227px);
           -o-transform: translateX(-227px);
              transform: translateX(-227px);
      display: block !important;
    }

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

@-webkit-keyframes removescrolled {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      display: block !important;
    }

    75% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(-227px);
              transform: translateX(-227px);
      display: none !important;
    }
}

@-o-keyframes removescrolled {
    0% {
      -o-transform: translateX(0);
         transform: translateX(0);
      display: block !important;
    }

    75% {
      -o-transform: translateX(0);
         transform: translateX(0);
    }

    100% {
      -o-transform: translateX(-227px);
         transform: translateX(-227px);
      display: none !important;
    }
}

@keyframes removescrolled {
    0% {
      -webkit-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0);
      display: block !important;
    }

    75% {
      -webkit-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(-227px);
           -o-transform: translateX(-227px);
              transform: translateX(-227px);
      display: none !important;
    }
}
}

.burger {
  float: right;
  width: 55px;
  height: 55px;
  z-index: 250;
  position: relative;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: background .35s ease;
  -o-transition: background .35s ease;
  transition: background .35s ease;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

body.menu-open .burger {
  background: none;
}

@media only screen and (max-width: 750px) {
  .burger {
    width: 44px;
    height: 44px;
  }
}

.burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 6px;
  background: #3953db;
  border-radius: 3px;
  text-indent: -9999px;
  margin: -3px 0 0 -15px;
  -webkit-transition: background-color .35s ease .35s;
  -o-transition: background-color .35s ease .35s;
  transition: background-color .35s ease .35s;
}

@media only screen and (max-width: 750px) {
  .burger span {
    width: 24px;
    height: 4px;
    margin-top: -2px;
    margin-left: -12px;
  }
}

body.menu-open .burger span {
  background-color: transparent;
  -webkit-transition: background-color .35s ease;
  -o-transition: background-color .35s ease;
  transition: background-color .35s ease;
}

.burger span:after,
.burger span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background: #3953db;
  border-radius: 3px;
}

@media only screen and (max-width: 750px) {
  .burger span:after,
  .burger span:before {
    height: 4px;
  }
}

body.menu-open .burger span:after,
body.menu-open .burger span:before {
  background: #fff;
}

.burger span:after {
  top: -10px;
  -webkit-transition: top .35s ease .35s, background .35s ease .2s, -webkit-transform .35s ease;
  transition: top .35s ease .35s, background .35s ease .2s, -webkit-transform .35s ease;
  -o-transition: top .35s ease .35s, background .35s ease .2s, -o-transform .35s ease;
  transition: transform .35s ease, top .35s ease .35s, background .35s ease .2s;
  transition: transform .35s ease, top .35s ease .35s, background .35s ease .2s, -webkit-transform .35s ease, -o-transform .35s ease;
}

@media only screen and (max-width: 750px) {
  .burger span:after {
    top: -8px;
  }
}

body.menu-open .burger span:after {
  top: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top .35s ease, background .35s ease, -webkit-transform .35s ease .35s;
  transition: top .35s ease, background .35s ease, -webkit-transform .35s ease .35s;
  -o-transition: top .35s ease, background .35s ease, -o-transform .35s ease .35s;
  transition: top .35s ease, transform .35s ease .35s, background .35s ease;
  transition: top .35s ease, transform .35s ease .35s, background .35s ease, -webkit-transform .35s ease .35s, -o-transform .35s ease .35s;
}

.burger span:before {
  bottom: -10px;
  -webkit-transition: bottom .35s ease .35s, background .35s ease .2s, -webkit-transform .35s ease;
  transition: bottom .35s ease .35s, background .35s ease .2s, -webkit-transform .35s ease;
  -o-transition: bottom .35s ease .35s, background .35s ease .2s, -o-transform .35s ease;
  transition: transform .35s ease, bottom .35s ease .35s, background .35s ease .2s;
  transition: transform .35s ease, bottom .35s ease .35s, background .35s ease .2s, -webkit-transform .35s ease, -o-transform .35s ease;
}

@media only screen and (max-width: 750px) {
  .burger span:before {
    bottom: -8px;
  }
}

body.menu-open .burger span:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom .35s ease, background .35s ease, -webkit-transform .35s ease .35s;
  transition: bottom .35s ease, background .35s ease, -webkit-transform .35s ease .35s;
  -o-transition: bottom .35s ease, background .35s ease, -o-transform .35s ease .35s;
  transition: bottom .35s ease, transform .35s ease .35s, background .35s ease;
  transition: bottom .35s ease, transform .35s ease .35s, background .35s ease, -webkit-transform .35s ease .35s, -o-transform .35s ease .35s;
}

.footer {
  left: 0;
  right: 0;
  z-index: 150;
  color: #fff;
  bottom: -352px;
  background: #3953db;
  text-align: center;
  padding: 83px 0 30px;
  border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 1023px) {
  .footer {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .footer {
    padding-top: 49px;
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 750px) {
  .footer .container {
    padding-left: 26px;
    padding-right: 26px;
  }
}

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

.footer a:after {
  width: 0;
  background: #fff;
}

.footer a:hover {
  text-decoration: none;
}

.footer a:hover:after {
  width: 100%;
}

.footer h2 {
  margin: 0;
  line-height: 40px;
  font-weight: normal;
  letter-spacing: 1.43px;
  font-family: "Moderat", sans-serif;
}

@media only screen and (max-width: 750px) {
  .footer h2 {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
  }
}

.footer h3 {
  margin-bottom: 9px;
}

@media only screen and (max-width: 750px) {
  .footer h3 {
    margin-bottom: 15px;
  }
}

.footer .socials {
  margin-top: 32px;
}

@media only screen and (max-width: 750px) {
  .footer .socials {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .footer .socials li {
    margin-bottom: 0;
  }
}

.footer .copyright {
  -webkit-box-ordinal-group: -9;
      -ms-flex-order: -10;
          order: -10;
  display: block;
}

@media only screen and (max-width: 1023px) {
  .footer .copyright {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media only screen and (max-width: 750px) {
  .footer .copyright {
    margin: 0 0 11px;
  }
}

.footer .copyright a:after {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .footer .col {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .footer .col {
    margin-bottom: 25px;
  }
}

.footer .dev {
  display: inline-block;
  vertical-align: top;
}

.footer-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 79px;
  padding: 30px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #fff;
}

@media only screen and (max-width: 1023px) {
  .footer-panel {
    margin-top: 0;
  }
}

@media only screen and (max-width: 750px) {
  .footer-panel {
    display: block;
    padding-top: 25px;
  }
}

.footer-list {
  padding: 0;
  font-size: 0;
  line-height: 0;
  margin: 0 -20px;
  list-style: none;
  letter-spacing: -4px;
}

@media only screen and (max-width: 1023px) {
  .footer-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 750px) {
  .footer-list {
    margin-bottom: 27px;
  }
}

.footer-list li {
  margin: 0 20px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  vertical-align: top;
  display: inline-block;
}

@media only screen and (max-width: 750px) {
  .footer-list li {
    display: block;
    font-size: 12px;
    margin: 0 0 7px;
    line-height: 22px;
  }
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  font-size: 20px;
  line-height: 1.5;
  min-height: 100vh;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  padding: 50px 0 80px;
  letter-spacing: 1.43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(/app/themes/Interchange/dist/images/hero-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 750px) {
  .hero {
    background: url(/app/themes/Interchange/dist/images/hero-bg-mobile.jpg) 50% 50% no-repeat;
    z-index: 10;
    font-size: 16px;
    line-height: 26px;
    min-height: 515px;
    padding: 20px 0 76px;
    letter-spacing: 1.43px;
  }
}

.hero .container {
  width: 100%;
}

.hero .content {
  max-width: 470px;
  margin: 0 auto 49px;
}

@media only screen and (max-width: 750px) {
  .hero .content {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.hero .scroll-btn {
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMjUgMjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iU3R5bGVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSW5zdHJ1Y3Rpb25zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODIyLjAwMDAwMCwgLTI3MTIuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODIyLjAwMDAwMCwgMjcxMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGZpbGw9IiMzOTU0REIiIGN4PSIxMi41IiBjeT0iMTIuNSIgcj0iMTIuNSI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNywxMSBMMTEuODU0MDkzNiwxNS43Mzg4MDY4IEMxMi4yMTA4MjA2LDE2LjA4NzA2NDQgMTIuNzg5MjIyNCwxNi4wODcwNjQ0IDEzLjE0NTk0OTQsMTUuNzM4ODA2OCBMMTgsMTEiIGlkPSJQYWdlLTEiIHN0cm9rZT0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0 0 0 545px;
  text-indent: -9999px;
}

@media only screen and (max-width: 1280px) {
  .hero .scroll-btn {
    left: auto;
    right: 20px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 750px) {
  .hero .scroll-btn {
    right: auto;
    left: 50%;
    bottom: 105px;
    margin-left: -12px;
  }
}

@media only screen and (max-width: 750px) {
  .hero .btn {
    display: none;
  }
}

.introduction-section {
  text-align: center;
  padding: 99px 0 119px;
}

@media only screen and (max-width: 750px) {
  .introduction-section {
    padding-top: 60px;
    padding-bottom: 35px;
  }
}

.introduction-section h2 {
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .introduction-section h2 {
    margin-bottom: 14px;
  }
}

.advantage-list {
  padding: 0;
  font-size: 0;
  line-height: 0;
  margin: 0 -20px;
  list-style: none;
  letter-spacing: -4px;
}

@media only screen and (max-width: 750px) {
  .advantage-list {
    margin-left: -1px;
    margin-right: -1px;
  }
}

.advantage-list > li {
  width: 25%;
  padding: 0 20px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  vertical-align: top;
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .advantage-list > li {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .advantage-list > li {
    font-size: 12px;
    line-height: 22px;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 5px;
  }

  .advantage-list > li:first-child .ico,
  .advantage-list > li:first-child + li .ico {
    margin-bottom: -8px;
  }

  .advantage-list > li:first-child .inner,
  .advantage-list > li:first-child + li .inner {
    max-width: 101px;
  }
}

@media only screen and (max-width: 1023px) {
  .advantage-list .inner {
    margin: 0 auto;
    max-width: 250px;
  }
}

.advantage-list .ico {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 110px;
}

@media only screen and (max-width: 750px) {
  .advantage-list .ico {
    width: 86px;
    height: 86px;
    line-height: 86px;
    margin-bottom: 6px;
  }
}

.advantage-list .ico img {
  margin: 0 auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  .advantage-list .ico img {
    width: 55px;
  }
}

.advantage-list .num {
  display: block;
  font-size: 48px;
  margin: 0 0 10px;
  line-height: 60px;
  font-weight: normal;
}

@media only screen and (max-width: 750px) {
  .advantage-list .num {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 1.5px;
  }
}

.about-section {
  min-height: 438px;
  padding: 66px 0 145px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTE2cHgiIGhlaWdodD0iMTEwcHgiIHZpZXdCb3g9IjAgMCAxMTYgMTEwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OS4zICg1MTE2NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+SW50ZXJjaGFuZ2VfR3JhcGhpYzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwb2x5Z29uIGlkPSJwYXRoLTEiIHBvaW50cz0iMCAwIDczLjU0MjQ4MzcgMCA3My41NDI0ODM3IDczLjA4MjE5MTggMCA3My4wODIxOTE4Ij48L3BvbHlnb24+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3R5bGVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSW5zdHJ1Y3Rpb25zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODIyLjAwMDAwMCwgLTI5MDIuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4MjIuMDAwMDAwLCAyOTAyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEuNzIzNDAwMjYsNzcuMjE2Njk0MyBMMzIuOTg5OTk4NCwxMDguMjg3NTk5IEMzNS4yODc4NjU0LDExMC41NzA4IDM5LjAxMzIxNjksMTEwLjU3MDggNDEuMzExMDgzOSwxMDguMjg3NTk5IEw3Mi41Nzc2ODIxLDc3LjIxNjY5NDMgQzc0Ljg3NDk3NzQsNzQuOTMzMjA5MyA3NC44NzQ5Nzc0LDcxLjIzMTE3NDMgNzIuNTc3NjgyMSw2OC45NDc2ODkzIEw0MS4zMTEwODM5LDM3Ljg3Njc4NDMgQzM5LjAxMzIxNjksMzUuNTkzNTgzMyAzNS4yODc4NjU0LDM1LjU5MzU4MzMgMzIuOTg5OTk4NCwzNy44NzY3ODQzIEwxLjcyMzQwMDI2LDY4Ljk0NzY4OTMgQy0wLjU3NDQ2Njc1Miw3MS4yMzExNzQzIC0wLjU3NDQ2Njc1Miw3NC45MzMyMDkzIDEuNzIzNDAwMjYsNzcuMjE2Njk0MyIgaWQ9IkZpbGwtNCIgZmlsbD0iI0ZGQ0MwMCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTogbXVsdGlwbHk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Mi40NTc1MTYsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQ2xpcC0yIj48L2c+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE3LjM0NTc0NTksMS43MDk3NDg4IEwzMi42MjAwODY3LDE2Ljg4ODYwNjUgQzM0LjkxMjQ3NzMsMTkuMTY2Nzc4OCAzOC42Mjk5MzU5LDE5LjE2Njc3ODggNDAuOTIyODg5OSwxNi44ODg2MDY1IEw1Ni4xOTc3OTQxLDEuNzA4NjI5MTcgQzU4LjQ5MDE4NDcsLTAuNTY5NTQzMDU1IDYyLjIwNzkyNSwtMC41Njk1NDMwNTUgNjQuNTAwMzE1NiwxLjcwODYyOTE3IEw3MS44MjM0MDIsOC45ODU0MDA2NyBDNzQuMTE1NTEwOSwxMS4yNjM1NzI5IDc0LjExNTUxMDksMTQuOTU2OTYwNiA3MS44MjM0MDIsMTcuMjM1MTMyOCBMNTYuNTQ3MDg5MywzMi40MTU2NyBDNTQuMjU0Njk4NywzNC42OTM4NDIyIDU0LjI1NDY5ODcsMzguMzg3MjI5OSA1Ni41NDcwODkzLDQwLjY2NTY4MjEgTDcxLjgyMjU1NjksNTUuODQ1MDk5NiBDNzQuMTE0OTQ3NSw1OC4xMjMyNzE4IDc0LjExNDk0NzUsNjEuODE2NjU5NSA3MS44MjI4Mzg2LDY0LjA5NDgzMTggTDY0LjQ5OTQ3MDUsNzEuMzcyNDQzIEM2Mi4yMDY3OTgyLDczLjY1MDg5NTEgNTguNDg5NjIxMyw3My42NTA4OTUxIDU2LjE5Njk0OSw3MS4zNzI0NDMgTDQwLjkyMjYwODIsNTYuMTkzNTg1MiBDMzguNjI5NjU0Miw1My45MTU0MTMgMzQuOTEyMTk1Niw1My45MTU2OTI5IDMyLjYxOTgwNTEsNTYuMTkzODY1MSBMMTcuMzQ0NjE5MSw3MS4zNzM1NjI2IEMxNS4wNTE5NDY5LDczLjY1MTczNDggMTEuMzM0NzY5OSw3My42NTE3MzQ4IDkuMDQyMDk3NjgsNzEuMzczNTYyNiBMMS43MTkyOTI5Miw2NC4wOTY3OTExIEMtMC41NzMwOTc2NDEsNjEuODE4NjE4OSAtMC41NzMwOTc2NDEsNTguMTI1NTExMSAxLjcxOTI5MjkyLDU1Ljg0NzA1OSBMMTYuOTk1MzIzOSw0MC42NjY1MjE4IEMxOS4yODc5OTYyLDM4LjM4ODM0OTYgMTkuMjg3OTk2MiwzNC42OTQ5NjE5IDE2Ljk5NTMyMzksMzIuNDE2Nzg5NiBMMS43MTk1NzQ2MSwxNy4yMzcwOTIyIEMtMC41NzI4MTU5NTEsMTQuOTU4OTE5OSAtMC41NzI4MTU5NTEsMTEuMjY1ODEyMiAxLjcxOTU3NDYxLDguOTg3MzYwMDIgTDkuMDQyNjYxMDYsMS43MTAwMjg3MSBDMTEuMzM1MzMzMywtMC41Njg0MjM0MjMgMTUuMDUzMDczNiwtMC41Njg3MDMzMzEgMTcuMzQ1NzQ1OSwxLjcwOTc0ODgiIGlkPSJGaWxsLTEiIGZpbGw9IiMzOTU0REIiIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) 15% 0 no-repeat;
  background-size: 459px 438px;
}

@media only screen and (max-width: 1023px) {
  .about-section {
    background-position: calc(100% - 50vw) 0;
  }
}

@media only screen and (max-width: 750px) {
  .about-section {
    min-height: 0;
    padding-top: 19px;
    padding-bottom: 57px;
    background-size: 115px 110px;
    background-position: calc(100% + 25px) 21px;
  }
}

@media only screen and (max-width: 750px) {
  .about-section .container {
    padding-left: 43px;
    padding-right: 50px;
  }
}

.about-section .content {
  padding: 0 5px 0 582px;
}

@media only screen and (max-width: 1023px) {
  .about-section .content {
    padding-right: 0;
    padding-left: 50vw;
  }
}

@media only screen and (max-width: 750px) {
  .about-section .content {
    padding-left: 0;
  }
}

.about-section h2 {
  font-size: 32px;
  margin: 0 0 48px;
  line-height: 40px;
  font-family: "Moderat", sans-serif;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 750px) {
  .about-section h2 {
    font-size: 24px;
    line-height: 31px;
    padding-right: 25px;
    margin-bottom: 22px;
  }
}

.about-section h2 small {
  display: block;
  font-size: 14px;
  margin: 0 0 40px;
  line-height: 17px;
  letter-spacing: 2.1px;
  font-family: "Akkurat-Mono", serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .about-section h2 small {
    font-size: 12px;
    margin-bottom: 33px;
    letter-spacing: 1.8px;
  }
}

.about-section .btn {
  margin-top: 16px;
  padding-left: 47px;
  padding-right: 47px;
  letter-spacing: 1.8px;
}

@media only screen and (max-width: 750px) {
  .about-section .btn {
    padding-left: 32px;
    padding-right: 32px;
    margin-right: -10px;
    width: 100%;
  }
}

.case-section {
  z-index: 10;
  overflow: hidden;
  position: relative;
  padding: 169px 0 21px;
}

@media only screen and (max-width: 750px) {
  .case-section {
    overflow: visible;
    padding-top: 81px;
    padding-bottom: 50px;
  }
}

.case-section:after {
  content: '';
  position: absolute;
  top: 167px;
  left: 50%;
  z-index: -10;
  width: 486px;
  height: 486px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #ffcc00;
  border-radius: 50px;
  margin: 0 0 0 -415px;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 750px) {
  .case-section:after {
    top: 84px;
    width: 175px;
    height: 175px;
    margin-left: -17px;
    border-radius: 14px;
  }
}

@media only screen and (max-width: 750px) {
  .case-section .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.case-section h2 {
  font-size: 32px;
  margin: 0 0 44px;
  line-height: 40px;
  font-family: "Moderat", sans-serif;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 750px) {
  .case-section h2 {
    font-size: 24px;
    line-height: 31px;
    padding-left: 33px;
    margin-bottom: 30px;
    padding-right: 60px;
  }
}

.case-section h2:after {
  content: '';
  clear: both;
  display: block;
}

.case-section h2 small {
  display: block;
  font-size: 20px;
  margin: 0 0 22px;
  line-height: 25px;
  letter-spacing: 3px;
  font-family: "Akkurat-Mono", serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .case-section h2 small {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
    letter-spacing: 2.1px;
  }
}

.case-section h2 .btn {
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (max-width: 750px) {
  .case-section h2 .btn {
    display: none;
  }
}

.case-section h2 .pull-right {
  margin-left: 20px;
}

.case-section .btn-holder {
  display: none;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .case-section .btn-holder {
    display: block;
  }
}

.case-list {
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  letter-spacing: -4px;
  margin: 0 -13px 0 -14px;
}

@media only screen and (max-width: 500px) {
  .case-list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 420px) {
  .case-list {
    margin-left: -14px;
    margin-right: -13px;
  }
}

.case-list .case-list_item {
  width: 33.3%;
  font-size: 14px;
  margin: 0 0 30px;
  line-height: 24px;
  letter-spacing: 1px;
  vertical-align: top;
  display: inline-block;
  padding: 0 13px 0 14px;
}

@media only screen and (min-width: 1024px) {
  .case-list .case-list_item:nth-child(3n+2) {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 750px) {
  .case-list .case-list_item {
    font-size: 12px;
    line-height: 22px;
  }
}

.case-list a {
  color: inherit;
  text-decoration: none;
}

.case-list .slick-list {
  margin: -20px;
  padding: 20px;
}

.case-list .inner {
  display: block;
  overflow: hidden;
  background: #FBFBFB;
  border-radius: 10px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.case-list .inner:hover {
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 10px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 1px 1px 10px 6px rgba(0, 0, 0, 0.06);
}

.case-list .inner:hover .more-link {
  padding-right: 26px;
}

.case-list .visual {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.case-list .visual:before {
  content: '';
  display: block;
  padding: 54.31% 0 0;
}

.case-list .content {
  display: block;
  margin: 0 auto;
  max-width: 263px;
  padding: 50px 20px 60px;
}

@media only screen and (max-width: 750px) {
  .case-list .content {
    max-width: none;
    padding: 33px 39px 30px 33px;
  }
}

.case-list .title {
  display: block;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 23px;
  line-height: 40px;
  font-family: "Moderat", sans-serif;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 750px) {
  .case-list .title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
    padding-right: 15px;
  }
}

.case-list .title small {
  display: block;
  font-size: 12px;
  margin: 0 0 10px;
  line-height: 14px;
  font-weight: normal;
  letter-spacing: 1.8px;
  font-family: "Akkurat-Mono", serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .case-list .title small {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
    letter-spacing: 1.8px;
  }
}

.case-list .slick-dots {
  margin: 0 -6px;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .case-list .slick-dots {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .case-list .slick-dots {
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 30px;
  }
}

.case-list .slick-dots li {
  margin: 0 6px;
  vertical-align: top;
  display: inline-block;
}

.case-list .slick-dots button {
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: none;
  border: 1px solid #000;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.case-list .slick-dots .slick-active button {
  background: #000;
}

.case-item-section {
  padding: 60px 0 0;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .case-item-section {
    padding: 40px 0 4px;
  }
}

.case-item-section:after {
  display: none;
}

.case-item-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -10;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

@media only screen and (max-width: 750px) {
  .case-item-section .bg {
    height: 508px;
  }
}

.case-item-section .bg img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 750px) {
  .case-item-section .bg img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.case-item-section h1 {
  margin: 0 0 65px;
}

@media only screen and (max-width: 750px) {
  .case-item-section h1 {
    margin-bottom: 52px;
  }
}

.case-item-section h2.underline,
.case-item-section .h2.underline {
  text-align: left;
  padding: 0 0 34px;
}

@media only screen and (max-width: 1023px) {
  .case-item-section h2.underline,
  .case-item-section .h2.underline {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 750px) {
  .case-item-section h3,
  .case-item-section .h3 {
    padding-left: 0;
  }
}

.case-item-section .section-content {
  overflow: hidden;
  margin: 0 0 34px;
  background: #fff;
  border-radius: 15px;
  padding: 61px 82px 0 97px;
}

@media only screen and (max-width: 1280px) {
  .case-item-section .section-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .case-item-section .section-content {
    padding: 20px 20px 0;
  }
}

@media only screen and (max-width: 750px) {
  .case-item-section .section-content {
    padding-left: 36px;
    padding-right: 36px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .case-item-section .section-content .section-intro-content {
    padding: 0 38px 0 33px;
  }
}

.case-item-section .section-content .video:after {
  margin-top: -20px;
  margin-left: -21px;
  border-top-width: 20px;
  border-left-width: 28px;
  border-bottom-width: 20px;
}

.case-item-section #sidebar {
  width: 100%;
  float: right;
  max-width: 363px;
  margin: 0 0 0 27px;
}

@media only screen and (max-width: 1023px) {
  .case-item-section #sidebar {
    width: 40%;
  }
}

@media only screen and (max-width: 750px) {
  .case-item-section #sidebar {
    float: none;
    width: auto;
    max-width: none;
    margin: 0 0 30px;
    background: #fff;
    padding: 27px 0 0;
  }
}

@media only screen and (max-width: 750px) {
  .case-item-section #sidebar h2,
  .case-item-section #sidebar .h2 {
    padding: 0 32px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Moderat", sans-serif;
    line-height: 31px;
    text-align: left;
    margin-bottom: 29px;
    letter-spacing: 1.5px;
  }
}

.pdf-widget {
  color: #fff;
  margin: 0 0 27px;
  background: #3953db;
  border-radius: 10px;
  padding: 37px 45px 35px;
}

@media only screen and (max-width: 1023px) {
  .pdf-widget {
    padding: 24px 20px 20px;
  }
}

@media only screen and (max-width: 750px) {
  .pdf-widget {
    margin-bottom: 10px;
    padding: 34px 33px 31px;
  }
}

.pdf-widget dl {
  padding: 0;
  margin: 0 0 21px;
}

@media only screen and (max-width: 750px) {
  .pdf-widget dl {
    margin-bottom: 23px;
  }
}

.pdf-widget dt,
.pdf-widget dd {
  margin: 0;
  padding: 0;
}

.pdf-widget dt {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  letter-spacing: 1.8px;
  font-family: "Akkurat-Mono", serif;
  text-transform: uppercase;
}

.pdf-widget .btn-holder {
  margin: 0;
  padding: 18px 0 0;
}

@media only screen and (max-width: 750px) {
  .pdf-widget .btn-holder {
    padding-top: 0;
    margin-top: -4px;
  }
}

.pdf-widget .btn {
  min-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 750px) {
  .pdf-widget .btn {
    padding: 14px 10px 14px;
  }
}

.pdf-widget .btn-default {
  background: #fff;
}

.pdf-widget .btn-default:after {
  background: #ffcc00;
}

.pdf-widget .btn-default:hover {
  color: #fff;
  border-color: #fff;
}

.tools-widget {
  background: #FBFBFB;
  border-radius: 10px;
  padding: 48px 36px 27px 40px;
}

@media only screen and (max-width: 1023px) {
  .tools-widget {
    padding: 24px 20px 20px;
  }
}

@media only screen and (max-width: 750px) {
  .tools-widget {
    padding: 0 26px 6px 34px;
  }
}

.tools-widget h4,
.tools-widget .h4 {
  font-size: 14px;
  margin: 0 0 39px;
  line-height: 17px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
  .tools-widget h4,
  .tools-widget .h4 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .tools-widget h4,
  .tools-widget .h4 {
    padding-top: 29px;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 14px;
    position: relative;
    padding-right: 40px;
    padding-bottom: 20px;
    letter-spacing: 1.8px;
  }

  .tools-widget h4:after,
  .tools-widget h4:before,
  .tools-widget .h4:after,
  .tools-widget .h4:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 16px;
    background: #000;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
  }

  .tools-widget h4:before,
  .tools-widget .h4:before {
    right: 0;
    top: 36px;
  }

  .tools-widget h4:after,
  .tools-widget .h4:after {
    top: 36px;
    right: 0;
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.tools-widget.open h4:before,
.tools-widget.open .h4:before {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tools-widget.open h4:after,
.tools-widget.open .h4:after {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tools-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 750px) {
  .tools-list {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .tools-list {
    display: block !important;
  }
}

.tools-list li {
  padding: 0;
  margin: 0 0 13px;
}

@media only screen and (max-width: 750px) {
  .tools-list li {
    margin-bottom: 15px;
  }
}

.tools-list li:before {
  display: none;
}

.tools-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tools-list a:after {
  display: none;
}

.tools-list a:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tools-list .tool-description {
  display: none;
}

.tools-list .ico {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 18px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 750px) {
  .tools-list .ico {
    margin-right: 15px;
  }
}

.tools-list .ico img {
  display: block;
}

.testimonial-block {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  max-width: 947px;
  font-weight: 300;
  background: #3953db;
  margin: 0 auto 65px;
  border-radius: 15px;
  font-family: "Moderat", sans-serif;
  letter-spacing: 1.43px;
  padding: 63px 90px 66px 98px;
}

@media only screen and (max-width: 750px) {
  .testimonial-block {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
    font-weight: normal;
    font-family: "Moderat", sans-serif;
    padding: 30px 19px 31px 32px;
  }
}

.testimonial-block h4 {
  font-size: 14px;
  margin: 0 0 46px;
  line-height: 17px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .testimonial-block h4 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 25px;
    letter-spacing: 1.8px;
  }
}

.testimonial-block p {
  margin: 0 0 30px;
}

@media only screen and (max-width: 750px) {
  .testimonial-block p {
    margin-bottom: 26px;
  }
}

.testimonial-block .testimonial-body {
  position: relative;
  padding: 0 0 0 43px;
}

@media only screen and (max-width: 750px) {
  .testimonial-block .testimonial-body {
    padding-left: 19px;
  }
}

.testimonial-block .testimonial-body:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
}

.testimonial-block .client-name {
  display: block;
  font-size: 14px;
  margin-top: 45px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Moderat", sans-serif;
}

@media only screen and (max-width: 750px) {
  .testimonial-block .client-name {
    font-size: 12px;
    margin-top: -3px;
    line-height: 22px;
    letter-spacing: 1px;
  }
}

.event-section {
  padding: 47px 0 8px;
}

@media only screen and (max-width: 750px) {
  .event-section {
    padding-top: 23px;
    padding-bottom: 13px;
  }
}

@media only screen and (max-width: 750px) {
  .event-section .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.event-item {
  z-index: 10;
  margin: 0 auto;
  max-width: 557px;
  position: relative;
  padding: 91px 0 105px;
}

@media only screen and (max-width: 1023px) {
  .event-item {
    max-width: 460px;
  }
}

@media only screen and (max-width: 750px) {
  .event-item {
    padding: 108px 34px 41px;
  }
}

.event-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -109px;
  width: 262px;
  height: 262px;
  z-index: -10;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYxLjA4IiBoZWlnaHQ9IjI2MS4xIiB2aWV3Qm94PSIwIDAgMjYxLjA4IDI2MS4xIj48ZGVmcz48cGF0aCBpZD0iY3hrYmEiIGQ9Ik05MDguNTggMzkzOS4zNGw1NC4yMiA1NC4yM2EyMC44NCAyMC44NCAwIDAgMCAyOS40OCAwbDU0LjIyLTU0LjI0YTIwLjg0IDIwLjg0IDAgMCAxIDI5LjQ4IDBsMjYgMjZhMjAuODQgMjAuODQgMCAwIDEgMCAyOS40N2wtNTQuMjQgNTQuMjRhMjAuODQgMjAuODQgMCAwIDAgMCAyOS40N2w1NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMSAwIDI5LjQ4bC0yNiAyNmEyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC01NC4yMi01NC4yM2EyMC44NCAyMC44NCAwIDAgMC0yOS40OCAwbC01NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC0yNi0yNmEyMC44NCAyMC44NCAwIDAgMSAwLTI5LjQ3bDU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAwIDAtMjkuNDhsLTU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAxIDAtMjkuNDdsMjYtMjZhMjAuODQgMjAuODQgMCAwIDEgMjkuNDggMCIvPjwvZGVmcz48Zz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcC04ODI2RUY5NS1BNjcyLTQxMEQtQTgyNS0yREQ4MjQyN0JBMTUpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODQ3IC0zOTMzLjIzKSI+PHVzZSBmaWxsPSIjZmZjYzAwIiB4bGluazpocmVmPSIjY3hrYmEiLz48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 750px) {
  .event-item:after {
    width: 170px;
    height: 170px;
    right: -10px;
  }
}

.event-item h2 {
  font-size: 32px;
  margin: 0 0 36px;
  line-height: 40px;
  font-family: "Moderat", sans-serif;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 750px) {
  .event-item h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}

.event-item h2 small {
  display: block;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 17px;
  letter-spacing: 2.1px;
  font-family: "Akkurat-Mono", serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .event-item h2 small {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
    letter-spacing: 1.8px;
  }
}

.event-item .content {
  z-index: 10;
  position: relative;
  background: #FBFBFB;
  border-radius: 10px;
  padding: 59px 100px 57px 70px;
  -webkit-box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1023px) {
  .event-item .content {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media only screen and (max-width: 750px) {
  .event-item .content {
    padding: 26px 10px 17px 20px;
  }
}

@media only screen and (max-width: 750px) {
  .event-item .event-description {
    max-height: 88px;
    overflow: hidden;
    padding-right: 35px;
    margin-bottom: 16px;
  }
}

.event-item .more-link {
  margin-top: 12px;
}

@media only screen and (max-width: 750px) {
  .event-item .more-link {
    padding-right: 32px;
  }
}

.event-item .date {
  position: absolute;
  top: 0;
  left: -140px;
  width: 198px;
  padding: 30px;
  z-index: -10;
  min-height: 190px;
  border-radius: 20px;
  background: #ffcc00;
  letter-spacing: 3px;
  font-size: 20px;
  line-height: 1.2;
}

@media only screen and (max-width: 750px) {
  .event-item .date {
    left: 0;
    width: 125px;
    font-size: 14px;
    line-height: 17px;
    min-height: 125px;
    padding: 19px 17px;
    border-radius: 10px;
  }
}

.event-item .date .month {
  display: block;
  margin: 0 0 25px;
  font-family: "Akkurat-Mono", serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .event-item .date .month {
    margin-bottom: 4px;
    letter-spacing: 2.1px;
  }
}

.event-item .date .time {
  display: block;
  font-family: "Moderat", sans-serif;
  font-size: 32px;
  line-height: 40px;
}

@media only screen and (max-width: 750px) {
  .event-item .date .time {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.5px;
  }
}

.callback-section {
  z-index: 10;
  min-height: 681px;
  text-align: center;
  position: relative;
  padding: 189px 0 480px;
}

@media only screen and (max-width: 1023px) {
  .callback-section {
    padding-bottom: 500px;
  }
}

@media only screen and (max-width: 750px) {
  .callback-section {
    min-height: 0;
    padding-top: 120px;
    padding-bottom: 144px;
  }
}

.callback-section:after,
.callback-section:before {
  content: '';
  z-index: -10;
  position: absolute;
}

.callback-section:after {
  top: 0;
  left: -182px;
  width: 512px;
  height: 512px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYxLjA4IiBoZWlnaHQ9IjI2MS4xIiB2aWV3Qm94PSIwIDAgMjYxLjA4IDI2MS4xIj48ZGVmcz48cGF0aCBpZD0iY3hrYmEiIGQ9Ik05MDguNTggMzkzOS4zNGw1NC4yMiA1NC4yM2EyMC44NCAyMC44NCAwIDAgMCAyOS40OCAwbDU0LjIyLTU0LjI0YTIwLjg0IDIwLjg0IDAgMCAxIDI5LjQ4IDBsMjYgMjZhMjAuODQgMjAuODQgMCAwIDEgMCAyOS40N2wtNTQuMjQgNTQuMjRhMjAuODQgMjAuODQgMCAwIDAgMCAyOS40N2w1NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMSAwIDI5LjQ4bC0yNiAyNmEyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC01NC4yMi01NC4yM2EyMC44NCAyMC44NCAwIDAgMC0yOS40OCAwbC01NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC0yNi0yNmEyMC44NCAyMC44NCAwIDAgMSAwLTI5LjQ3bDU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAwIDAtMjkuNDhsLTU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAxIDAtMjkuNDdsMjYtMjZhMjAuODQgMjAuODQgMCAwIDEgMjkuNDggMCIvPjwvZGVmcz48Zz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcC04ODI2RUY5NS1BNjcyLTQxMEQtQTgyNS0yREQ4MjQyN0JBMTUpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODQ3IC0zOTMzLjIzKSI+PHVzZSBmaWxsPSIjZmZjYzAwIiB4bGluazpocmVmPSIjY3hrYmEiLz48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1023px) {
  .callback-section:after {
    left: auto;
    right: 75%;
    width: 400px;
    height: 400px;
  }
}

@media only screen and (max-width: 750px) {
  .callback-section:after {
    top: 0;
    left: -76px;
    right: auto;
    width: 154px;
    height: 154px;
  }
}

.callback-section:before {
  right: -35px;
  bottom: 259px;
  width: 386px;
  height: 386px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 35px;
  background: #ffcc00;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 750px) {
  .callback-section:before {
    right: -60px;
    bottom: 10px;
    width: 117px;
    height: 117px;
    border-radius: 10px;
  }
}

.callback-section .container {
  width: 100%;
  max-width: 660px;
}

@media only screen and (max-width: 750px) {
  .callback-section .container {
    padding-left: 26px;
    padding-right: 26px;
  }
}

.callback-section h2 {
  font-size: 32px;
  margin: 0 0 62px;
  line-height: 40px;
  letter-spacing: 1.5px;
  font-family: "Moderat", sans-serif;
}

@media only screen and (max-width: 750px) {
  .callback-section h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 36px;
  }
}

.callback-section h2 small {
  display: block;
  font-size: 14px;
  margin: 0 0 55px;
  line-height: 17px;
  letter-spacing: 2.1px;
  font-family: "Akkurat-Mono", serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .callback-section h2 small {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 34px;
  }
}

.callback-section .btn {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 750px) {
  .callback-section .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.team-section {
  z-index: 10;
  position: relative;
  padding: 47px 0 34px;
}

@media only screen and (max-width: 750px) {
  .team-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.team-section:after,
.team-section:before {
  content: '';
  z-index: -10;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

@media only screen and (max-width: 750px) {
  .team-section:after,
  .team-section:before {
    display: none;
  }
}

.team-section:after {
  top: 56px;
  right: -85px;
  width: 291px;
  height: 291px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYxLjA4IiBoZWlnaHQ9IjI2MS4xIiB2aWV3Qm94PSIwIDAgMjYxLjA4IDI2MS4xIj48ZGVmcz48cGF0aCBpZD0iY3hrYmEiIGQ9Ik05MDguNTggMzkzOS4zNGw1NC4yMiA1NC4yM2EyMC44NCAyMC44NCAwIDAgMCAyOS40OCAwbDU0LjIyLTU0LjI0YTIwLjg0IDIwLjg0IDAgMCAxIDI5LjQ4IDBsMjYgMjZhMjAuODQgMjAuODQgMCAwIDEgMCAyOS40N2wtNTQuMjQgNTQuMjRhMjAuODQgMjAuODQgMCAwIDAgMCAyOS40N2w1NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMSAwIDI5LjQ4bC0yNiAyNmEyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC01NC4yMi01NC4yM2EyMC44NCAyMC44NCAwIDAgMC0yOS40OCAwbC01NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC0yNi0yNmEyMC44NCAyMC44NCAwIDAgMSAwLTI5LjQ3bDU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAwIDAtMjkuNDhsLTU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAxIDAtMjkuNDdsMjYtMjZhMjAuODQgMjAuODQgMCAwIDEgMjkuNDggMCIvPjwvZGVmcz48Zz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcC04ODI2RUY5NS1BNjcyLTQxMEQtQTgyNS0yREQ4MjQyN0JBMTUpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODQ3IC0zOTMzLjIzKSI+PHVzZSBmaWxsPSIjZmZjYzAwIiB4bGluazpocmVmPSIjY3hrYmEiLz48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
  background-size: 100% 100%;
}

.team-section:before {
  background: #ffcc00;
  top: 769px;
  left: -118px;
  width: 225px;
  height: 225px;
  border-radius: 21px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.team-section h1,
.team-section .h1 {
  text-align: center;
  margin-bottom: 69px;
}

@media only screen and (max-width: 750px) {
  .team-section h1,
  .team-section .h1 {
    margin-bottom: 36px;
  }
}

.team-section .subtitle {
  display: block;
  font-size: 32px;
  max-width: 800px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 60px;
  font-family: "Moderat", sans-serif;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 750px) {
  .team-section .subtitle {
    padding: 0 7px;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
  }
}

.team-section .post-content {
  margin-bottom: 80px;
}

@media only screen and (max-width: 750px) {
  .team-section .post-content {
    margin-bottom: 60px;
  }
}

.team-list {
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  letter-spacing: -4px;
  margin: 0 -13px 0 -14px;
}

@media only screen and (max-width: 1023px) {
  .team-list {
    max-width: 583px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 750px) {
  .team-list {
    max-width: 500px;
  }
}

@media only screen and (max-width: 479px) {
  .team-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.team-list > li {
  width: 25%;
  font-size: 14px;
  margin: 0 0 30px;
  line-height: 20px;
  vertical-align: top;
  display: inline-block;
  letter-spacing: 2.1px;
  padding: 0 13px 0 14px;
}

@media only screen and (max-width: 1023px) {
  .team-list > li {
    width: 50%;
  }
}

@media only screen and (max-width: 750px) {
  .team-list > li {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 11px;
    letter-spacing: 1.8px;
  }
}

.team-list > li.wide {
  width: 50%;
}

@media only screen and (max-width: 1023px) {
  .team-list > li.wide {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .team-list > li.img-block {
    margin-bottom: 10px;
  }
}

.team-list > li.img-block .inner {
  min-height: 400px;
}

@media only screen and (max-width: 750px) {
  .team-list > li.img-block .inner {
    min-height: 158px;
  }
}

.team-list .inner {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.team-list a.inner {
  color: inherit;
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
  background-color: #FBFBFB;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.team-list a.inner:hover {
  color: #fff;
  background-color: #3953db;
  -webkit-box-shadow: 1px 1px 10px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 1px 1px 10px 6px rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 750px) {
  .team-list a.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.team-list .visual {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 750px) {
  .team-list .visual {
    width: 140px;
    min-height: 157px;
  }
}

.team-list .visual:before {
  content: '';
  display: block;
  padding: 109.54% 0 0;
}

.team-list .post {
  display: block;
  margin: 0 0 16px;
  font-family: "Akkurat-Mono", serif;
  text-transform: uppercase;
}

.team-list .content {
  display: block;
  padding: 36px 35px 31px;
}

@media only screen and (max-width: 750px) {
  .team-list .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 15px 17px 21px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.team-list .name {
  display: block;
  font-size: 23px;
  line-height: 29px;
  font-family: "Moderat", sans-serif;
  letter-spacing: 1.08px;
}

@media only screen and (max-width: 750px) {
  .team-list .name {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 1.5px;
  }
}

.team-list .member-description {
  display: none;
}

.modal-holder {
  position: fixed;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0s ease .35s, opacity .35s ease;
  -o-transition: all 0s ease .35s, opacity .35s ease;
  transition: all 0s ease .35s, opacity .35s ease;
}

.modal-holder .bg {
  position: fixed;
  top: -9999px;
  left: -9999px;
  right: 9999px;
  bottom: 9999px;
  opacity: 0;
  z-index: -10;
  background: #fff;
  -webkit-transition: all 0s ease .35s, opacity .35s ease;
  -o-transition: all 0s ease .35s, opacity .35s ease;
  transition: all 0s ease .35s, opacity .35s ease;
}

.modal-holder .modal-inner {
  min-height: 600px;
  width: 100%;
  z-index: 100;
  padding: 0 20px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
}

.modal-holder .modal-inner::-webkit-scrollbar {
  width: 0;
}

@media only screen and (max-width: 750px) {
  .modal-holder .modal-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal-holder.open {
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

.modal-holder.open .modal {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.modal-holder.open .bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

.modal-holder .close-ico {
  position: absolute;
  top: 33px;
  right: 29px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -9999px;
}

@media only screen and (max-width: 750px) {
  .modal-holder .close-ico {
    top: 30px;
    right: 30px;
    width: 15px;
    height: 15px;
  }
}

.modal-holder .close-ico:after,
.modal-holder .close-ico:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  height: 1px;
  width: 28px;
  z-index: 10;
  margin: 0 0 0 -14px;
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  -o-transition: -o-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease, -o-transform .35s ease;
}

.modal-holder .close-ico:after {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-holder .close-ico:before {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-holder .close-ico:hover:after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-holder .close-ico:hover:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-open {
  overflow: hidden;
}

.modal-open .wrapper {
  opacity: .15;
}

.modal {
  min-height: 600px;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  max-width: 1140px;
  background: #3953db;
  position: relative;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transform-origin: 50% 100%;
       -o-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  border-radius: 15px 15px 0 0;
  padding: 77px 96px 33px 99px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease, -o-transform .4s ease;
}

@media only screen and (max-width: 1280px) {
  .modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .modal {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .modal {
    padding: 63px 26px 63px;
  }
}

.modal .member-description {
  overflow: hidden;
  min-height: 400px;
  position: relative;
  padding: 0 0 0 486px;
}

@media only screen and (max-width: 1280px) {
  .modal .member-description {
    padding-left: 420px;
  }
}

@media only screen and (max-width: 1023px) {
  .modal .member-description {
    padding-left: 280px;
  }
}

@media only screen and (max-width: 750px) {
  .modal .member-description {
    padding-left: 0;
    padding-right: 40px;
  }
}

.modal .member-description .visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 363px;
}

@media only screen and (max-width: 1023px) {
  .modal .member-description .visual {
    width: 260px;
  }
}

@media only screen and (max-width: 750px) {
  .modal .member-description .visual {
    width: auto;
    position: static;
    margin: 0 -40px 20px 0;
  }
}

.modal .member-description .visual img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 750px) {
  .modal .member-description .visual img {
    width: auto;
    max-width: 100%;
  }
}

.modal h2 {
  font-size: 32px;
  line-height: 30px;
  font-family: "Moderat", sans-serif;
  padding: 0 0 32px;
  margin-bottom: 40px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 750px) {
  .modal h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-right: -40px;
    padding-bottom: 22px;
  }
}

.modal h2 small {
  display: block;
  font-size: 14px;
  margin: 0 0 26px;
  line-height: 17px;
  font-weight: normal;
  font-family: "Akkurat-Mono", serif;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .modal h2 small {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    letter-spacing: 1.8px;
  }
}

.modal .socials {
  text-align: left;
  margin-top: 49px;
}

@media only screen and (max-width: 1023px) {
  .modal .socials {
    margin-top: 0;
  }
}

@media only screen and (max-width: 750px) {
  .modal .socials {
    margin-top: -6px;
  }
}

.modal blockquote {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding: 0 0 0 46px;
  letter-spacing: 1.43px;
  margin: -8px 0 37px 2px;
  border-left: 1px solid #fff;
}

@media only screen and (max-width: 750px) {
  .modal blockquote {
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 0 22px;
    margin: -6px -10px 19px 0;
  }
}

.modal blockquote q:after,
.modal blockquote q:before {
  display: none;
}

#download-pdf-modal .modal {
  max-width: 557px;
  padding: 65px 97px 41px;
}

@media only screen and (max-width: 479px) {
  #download-pdf-modal .modal {
    padding: 45px 16px 1px;
  }
}

#download-pdf-modal .modal h2 {
  padding-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  border-bottom: none;
}

#download-pdf-modal .wpcf7-form .wpcf7-submit,
#download-pdf-modal .wpcf7-form .sf-submit,
#download-pdf-modal .salesforce-form .wpcf7-submit,
#download-pdf-modal .salesforce-form .sf-submit {
  color: #3953db;
  background: #fff;
  border-color: #fff;
}

#download-pdf-modal .wpcf7-form textarea,
#download-pdf-modal .wpcf7-form .wpcf7-text,
#download-pdf-modal .wpcf7-form .select__gap,
#download-pdf-modal .wpcf7-form .sf-input,
#download-pdf-modal .salesforce-form textarea,
#download-pdf-modal .salesforce-form .wpcf7-text,
#download-pdf-modal .salesforce-form .select__gap,
#download-pdf-modal .salesforce-form .sf-input {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}

@media only screen and (min-width: 751px) {
  #download-pdf-modal .wpcf7-form .your-accept-label,
  #download-pdf-modal .salesforce-form .your-accept-label {
    margin: 26px 0 49px;
  }
}

#download-pdf-modal .wpcf7-form .input-field > label,
#download-pdf-modal .salesforce-form .input-field > label {
  color: #fff;
}

#download-pdf-modal .wpcf7-form .input-field.on-focus > label,
#download-pdf-modal .wpcf7-form .input-field.not-valid > label,
#download-pdf-modal .wpcf7-form .input-field.completed > label,
#download-pdf-modal .salesforce-form .input-field.on-focus > label,
#download-pdf-modal .salesforce-form .input-field.not-valid > label,
#download-pdf-modal .salesforce-form .input-field.completed > label {
  color: #3953db;
}

#download-pdf-modal .wpcf7-form .input-field.on-focus textarea,
#download-pdf-modal .wpcf7-form .input-field.on-focus .wpcf7-text,
#download-pdf-modal .wpcf7-form .input-field.on-focus .select__gap,
#download-pdf-modal .wpcf7-form .input-field.on-focus .sf-input,
#download-pdf-modal .wpcf7-form .input-field.not-valid textarea,
#download-pdf-modal .wpcf7-form .input-field.not-valid .wpcf7-text,
#download-pdf-modal .wpcf7-form .input-field.not-valid .select__gap,
#download-pdf-modal .wpcf7-form .input-field.not-valid .sf-input,
#download-pdf-modal .wpcf7-form .input-field.completed textarea,
#download-pdf-modal .wpcf7-form .input-field.completed .wpcf7-text,
#download-pdf-modal .wpcf7-form .input-field.completed .select__gap,
#download-pdf-modal .wpcf7-form .input-field.completed .sf-input,
#download-pdf-modal .salesforce-form .input-field.on-focus textarea,
#download-pdf-modal .salesforce-form .input-field.on-focus .wpcf7-text,
#download-pdf-modal .salesforce-form .input-field.on-focus .select__gap,
#download-pdf-modal .salesforce-form .input-field.on-focus .sf-input,
#download-pdf-modal .salesforce-form .input-field.not-valid textarea,
#download-pdf-modal .salesforce-form .input-field.not-valid .wpcf7-text,
#download-pdf-modal .salesforce-form .input-field.not-valid .select__gap,
#download-pdf-modal .salesforce-form .input-field.not-valid .sf-input,
#download-pdf-modal .salesforce-form .input-field.completed textarea,
#download-pdf-modal .salesforce-form .input-field.completed .wpcf7-text,
#download-pdf-modal .salesforce-form .input-field.completed .select__gap,
#download-pdf-modal .salesforce-form .input-field.completed .sf-input {
  color: #000;
  background: #fff;
}

#download-pdf-modal .wpcf7-form .input-field.not-valid > label,
#download-pdf-modal .salesforce-form .input-field.not-valid > label {
  color: #ffcc00;
}

#download-pdf-modal .wpcf7-form .input-field.not-valid .wpcf7-not-valid-tip,
#download-pdf-modal .salesforce-form .input-field.not-valid .wpcf7-not-valid-tip {
  display: block;
}

#download-pdf-modal .wpcf7-form .your-accept-label,
#download-pdf-modal .salesforce-form .your-accept-label {
  color: #fff;
}

#download-pdf-modal .wpcf7-form .custom-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label,
#download-pdf-modal .salesforce-form .custom-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label {
  background: #fff;
}

#download-pdf-modal .wpcf7-form .custom-checkbox .wpcf7-list-item-label,
#download-pdf-modal .salesforce-form .custom-checkbox .wpcf7-list-item-label {
  border-color: #fff;
}

#download-pdf-modal .wpcf7-form .custom-checkbox .wpcf7-list-item-label:after,
#download-pdf-modal .salesforce-form .custom-checkbox .wpcf7-list-item-label:after {
  border-color: #ffcc00;
}

#download-pdf-modal.validate .download-container {
  display: none;
}

#download-pdf-modal.validated .modal-inner,
#download-pdf-modal.validated .modal {
  min-height: 300px;
}

#download-pdf-modal.validated .form-container {
  display: none;
}

#subscribe-modal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#subscribe-modal .modal {
  border-radius: 0;
  max-width: 600px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 87px;
}

#subscribe-modal .modal .popup-description {
  max-width: 460px;
  padding: 0 15px;
  display: block;
  margin: auto;
  text-align: center;
}

#subscribe-modal .modal .popup-description h2 {
  border: none;
  font-size: 48px;
  letter-spacing: -.02em;
  font-family: "Moderat", sans-serif;
  padding-bottom: 0;
  margin-bottom: 30px;
  line-height: 1 !important;
  max-width: 100%;
}

@media only screen and (max-width: 750px) {
  #subscribe-modal .modal .popup-description h2 {
    font-size: 30px;
  }
}

#subscribe-modal .modal .popup-description p {
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0;
  font-family: "Moderat", sans-serif;
}

#subscribe-modal .modal .popup-description .gform_wrapper {
  margin-top: 40px;
}

#subscribe-modal .modal .popup-description .gform_wrapper .validation_error {
  font-size: 15px;
  font-family: "Apercu", sans-serif;
  color: #ddd;
  font-weight: 100;
  margin-top: 10px;
}

#subscribe-modal .modal .popup-description .gform_wrapper .gfield_error .validation_message {
  color: #ddd;
}

#subscribe-modal .modal .popup-description .gform_wrapper .gfield_error.gfield input {
  border-color: #f97575 !important;
}

#subscribe-modal .modal .popup-description .gform_wrapper .gfield_error.gfield label {
  color: #f97575;
}

#subscribe-modal .modal .popup-description .gform_wrapper .gfield_error.gfield label a:after {
  background-color: #f97575;
}

#subscribe-modal .modal .popup-description .gform_wrapper .gform_fields {
  padding: 0;
}

#subscribe-modal .modal .popup-description .gform_wrapper .gfield_label {
  color: #fff;
}

#subscribe-modal .modal .popup-description .gform_wrapper .gfield input[type="text"] {
  background-color: #3953db;
  color: #fff;
  border-color: #fff;
}

#subscribe-modal .modal .popup-description .gform_wrapper .gfield select {
  background-color: #3953db;
  color: #fff;
  border-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAhCAYAAABjnQNzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM1MiwgMjAyMC8wMS8zMC0xNTo1MDozOCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjRGNjUyNzk3NjI5MTFFQTg4REQ5NDVGNDRFOTg2QTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjRGNjUyN0E3NjI5MTFFQTg4REQ5NDVGNDRFOTg2QTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNEY2NTI3Nzc2MjkxMUVBODhERDk0NUY0NEU5ODZBNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNEY2NTI3ODc2MjkxMUVBODhERDk0NUY0NEU5ODZBNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtnIy6IAAALNSURBVHja3JlPSFRRGMXvDIGEm3ATUoSLIqQQISTaRNBCaBGBRATRImhRahL9s8zCLLOyYioplCLCTYg7KVoI1WYWggspIgpxUUQQIoWLoZjxHDgPLsPkPN//mQM/uPP+zJtz373f9907qUKhYKpUzaAN9KZ1YGeVGdwELoFGGqXJ2+Ac2FslBmvBTUBvM2CCjVmdPFElbzQDasAcGDByOwbe6AK+0aYKNvgQrAM/wXnnoDMnR8F7tS+DLRVo8AaoB39Au30ibbUfgGkd6wcbK8jgBbAV5EBX8cl00edb4CNYo3ZdBRg8DlpAHvSA3+VMUlfBV01ejvG1CTZ4ALSqfQfMl7oo/Z+bu3UDjT5Z4bo4tQscUfuZpppZjUnqLPiuvDOSMIMMjGfUngSvVrq43BvqUjhmWB5OiME6BUYqC56Xu8HNMGQ4XgTrlWjjFH/vfQXGT+Cu25vciNXQEtgAhmJO9rWaRr2r6Rk3+gtOKg81gMEYDA5pNC2WyoVBmDR6k53gH9gM+iI0eEWdmyuuZoI2SS0o6tLoNlUaYatD9XRez86FbZL6poIhr0rjVIgGD4E9al8DP7xGKy/6DK6rvVulVdDi+vag2o/BBz8h2atmrRDealUfQWi7Ijo1Dqb85h0/yqqXnTqyLQCD9Qo01FvwMojk6ldTVtVxGOzz8V01ShXOjsWjoCqIIDSpYUUd0zz1omEZnVegMUkyaTSsXqvNiLvDw94Ma+RfShUmiSapp5pH1EWt1t2oXyXjkiork2STRvMoa/34hjLXc8nUqALjtPJv4k0apZYZff+gas5SOqrFr1HBvRDW0iUsDVj7Rfc032wxCu+3OuVLmOuzMMXyb04RM2PtF7UoClNj1vAORamI/vDJKLBwmfRCRTc7mJvao1GstKOQvY3yTs+djsJglG/S0Yj2aLjl2R3VQ1Mx/D/J7fyeKB+4LMAAXoCKzkWJUhwAAAAASUVORK5CYII=);
}

#subscribe-modal .modal .popup-description .gform_wrapper .gfield:last-of-type {
  margin-top: -6px;
  margin-bottom: 40px;
  padding-top: 0;
}

#subscribe-modal .modal .popup-description .gform_wrapper .gfield_checkbox label {
  color: #fff;
}

#subscribe-modal .modal .popup-description .gform_wrapper .gfield_checkbox label a:after {
  background-color: #fff;
}

#subscribe-modal .modal .popup-description .gform_wrapper .gform_button {
  background-color: #3953db;
  color: #fff;
  border-color: #fff;
}

#subscribe-modal .modal .popup-description .gform_wrapper .gform_button:hover {
  color: #3953db;
  background-color: #fff;
}

#tool-item-modal .modal-inner {
  padding: 0;
}

#tool-item-modal .modal {
  max-width: none;
  padding: 74px 0 63px;
  -webkit-transition: background .35s ease, color .35s ease, -webkit-transform .35s ease;
  transition: background .35s ease, color .35s ease, -webkit-transform .35s ease;
  -o-transition: background .35s ease, color .35s ease, -o-transform .35s ease;
  transition: background .35s ease, color .35s ease, transform .35s ease;
  transition: background .35s ease, color .35s ease, transform .35s ease, -webkit-transform .35s ease, -o-transform .35s ease;
}

@media only screen and (max-width: 750px) {
  #tool-item-modal .modal {
    padding: 70px 0 30px;
  }
}

#tool-item-modal .modal.animate .tool-description {
  opacity: 0;
}

#tool-item-modal .modal.yellow {
  color: #000;
  background: #ffcc00;
}

#tool-item-modal .modal.yellow .tool-slider .slick-dots button {
  border-color: #000;
}

#tool-item-modal .modal.yellow .tool-slider .slick-dots .slick-active button {
  background: #000;
}

#tool-item-modal .modal.yellow h2 {
  border-bottom-color: #000;
}

#tool-item-modal .modal.yellow .close-ico:after,
#tool-item-modal .modal.yellow .close-ico:before {
  background-color: #000;
}

#tool-item-modal .modal.grey {
  background-color: #7e7f80;
}

#tool-item-modal .modal h2 {
  max-width: 462px;
  margin-bottom: 30px;
  -webkit-transition: border-color .35s ease;
  -o-transition: border-color .35s ease;
  transition: border-color .35s ease;
}

@media only screen and (max-width: 1280px) {
  #tool-item-modal .modal h2 {
    max-width: none;
  }
}

@media only screen and (max-width: 750px) {
  #tool-item-modal .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#tool-item-modal .description-content {
  max-width: 462px;
}

#tool-item-modal .tool-description {
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

#tool-item-modal .tool-slider {
  float: right;
  width: 558px;
  max-width: 50%;
  position: relative;
  margin: -31px 0 15px 126px;
}

@media only screen and (max-width: 1280px) {
  #tool-item-modal .tool-slider {
    margin-top: 0;
    margin-left: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  #tool-item-modal .tool-slider {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 750px) {
  #tool-item-modal .tool-slider {
    width: auto;
    float: none;
    max-width: 558px;
    margin: 0 0 20px;
  }
}

#tool-item-modal .tool-slider .slick-prev {
  display: none !important;
}

#tool-item-modal .tool-slider .slick-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  border: none;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: calc(100% - 55px);
}

@media only screen and (max-width: 750px) {
  #tool-item-modal .tool-slider .slick-next {
    display: none !important;
  }
}

#tool-item-modal .tool-slider .slick-dots {
  margin: 0 -6px;
  padding: 31px 0 0;
  list-style: none;
  text-align: center;
}

#tool-item-modal .tool-slider .slick-dots li {
  margin: 0 6px;
  vertical-align: top;
  display: inline-block;
}

#tool-item-modal .tool-slider .slick-dots button {
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: none;
  text-indent: -9999px;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

#tool-item-modal .tool-slider .slick-dots .slick-active button {
  background: #fff;
}

#tool-item-modal .tool-slider .item {
  overflow: hidden;
  max-height: 400px;
}

#tool-item-modal .tool-slider img {
  display: block;
  width: 100%;
}

#tool-item-modal .description-content {
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  #tool-item-modal .description-content {
    overflow: visible;
  }
}

#tool-item-modal .description-content p {
  margin-bottom: 10px;
}

.modal-control-panel {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  padding: 50px 0 0;
  font-family: "Moderat", sans-serif;
  letter-spacing: .86px;
}

@media only screen and (max-width: 750px) {
  .modal-control-panel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.modal-control-panel .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-control-panel .control-arrow {
  width: 70px;
  color: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  text-decoration: none;
}

.modal-control-panel .control-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: left .35s ease, right .35s ease;
  -o-transition: left .35s ease, right .35s ease;
  transition: left .35s ease, right .35s ease;
}

.modal-control-panel .control-arrow.prev {
  padding-left: 24px;
}

.modal-control-panel .control-arrow.prev:after {
  left: 0;
  border-width: 0 0 1px 1px;
}

.modal-control-panel .control-arrow.prev:hover:after {
  left: -10px;
}

.modal-control-panel .control-arrow.next {
  text-align: right;
  padding-right: 24px;
}

.modal-control-panel .control-arrow.next:after {
  right: 0;
  border-width: 1px 1px 0 0;
}

.modal-control-panel .control-arrow.next:hover:after {
  right: -10px;
}

.blog-section {
  z-index: 10;
  position: relative;
  padding: 47px 0 28px;
}

@media only screen and (max-width: 750px) {
  .blog-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.blog-section:after,
.blog-section:before {
  content: '';
  z-index: -10;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

@media only screen and (max-width: 750px) {
  .blog-section:after,
  .blog-section:before {
    display: none;
  }
}

.blog-section:after {
  top: 811px;
  left: -181px;
  width: 291px;
  height: 291px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYxLjA4IiBoZWlnaHQ9IjI2MS4xIiB2aWV3Qm94PSIwIDAgMjYxLjA4IDI2MS4xIj48ZGVmcz48cGF0aCBpZD0iY3hrYmEiIGQ9Ik05MDguNTggMzkzOS4zNGw1NC4yMiA1NC4yM2EyMC44NCAyMC44NCAwIDAgMCAyOS40OCAwbDU0LjIyLTU0LjI0YTIwLjg0IDIwLjg0IDAgMCAxIDI5LjQ4IDBsMjYgMjZhMjAuODQgMjAuODQgMCAwIDEgMCAyOS40N2wtNTQuMjQgNTQuMjRhMjAuODQgMjAuODQgMCAwIDAgMCAyOS40N2w1NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMSAwIDI5LjQ4bC0yNiAyNmEyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC01NC4yMi01NC4yM2EyMC44NCAyMC44NCAwIDAgMC0yOS40OCAwbC01NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC0yNi0yNmEyMC44NCAyMC44NCAwIDAgMSAwLTI5LjQ3bDU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAwIDAtMjkuNDhsLTU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAxIDAtMjkuNDdsMjYtMjZhMjAuODQgMjAuODQgMCAwIDEgMjkuNDggMCIvPjwvZGVmcz48Zz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcC04ODI2RUY5NS1BNjcyLTQxMEQtQTgyNS0yREQ4MjQyN0JBMTUpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODQ3IC0zOTMzLjIzKSI+PHVzZSBmaWxsPSIjZmZjYzAwIiB4bGluazpocmVmPSIjY3hrYmEiLz48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
  background-size: 100% 100%;
}

.blog-section:before {
  background: #ffcc00;
  top: 105px;
  right: -113px;
  width: 224px;
  height: 224px;
  border-radius: 25px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.blog-section h1,
.blog-section .h1 {
  text-align: center;
  margin-bottom: 69px;
}

@media only screen and (max-width: 750px) {
  .blog-section h1,
  .blog-section .h1 {
    margin-bottom: 36px;
  }
}

.blog-section .subtitle {
  display: block;
  font-size: 32px;
  max-width: 800px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 107px;
  font-family: "Moderat", sans-serif;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 750px) {
  .blog-section .subtitle {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
  }
}

.blog-section .filter-panel {
  margin: 0 0 61px;
}

@media only screen and (max-width: 750px) {
  .blog-section .filter-panel {
    margin-bottom: 30px;
  }
}

.blog-section .filter-panel:after {
  content: '';
  clear: both;
  display: block;
}

.blog-section .filter-panel .drop-holder {
  width: 320px;
  float: right;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  font-family: "Akkurat-Mono", serif;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .blog-section .filter-panel .drop-holder {
    width: auto;
    float: none;
    margin: 0 auto;
    font-size: 12px;
    max-width: 320px;
  }
}

.blog-section .filter-panel .drop-holder .title {
  height: 40px;
  color: #3953db;
  display: block;
  cursor: pointer;
  overflow: hidden;
  line-height: 36px;
  position: relative;
  white-space: nowrap;
  padding: 0 30px 0 0;
  text-overflow: ellipsis;
  border-bottom: 1px solid #3953db;
  border-top: 1px solid transparent;
  -webkit-transition: border-color .35s ease, padding .35s ease;
  -o-transition: border-color .35s ease, padding .35s ease;
  transition: border-color .35s ease, padding .35s ease;
}

.blog-section .filter-panel .drop-holder .title:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 3px;
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  border-color: transparent #3953db #3953db transparent;
}

.blog-section .filter-panel .drop-holder .drop-list {
  position: absolute;
  top: -9999px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 150;
  font-size: 14px;
  list-style: none;
  overflow-y: auto;
  max-height: 185px;
  overflow-x: hidden;
  background: #fff;
  -webkit-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  font-family: "Akkurat-Mono", serif;
  -webkit-transform-origin: 50% 0;
       -o-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: all 0s ease .35s, opacity .35s ease, -webkit-transform .35s ease;
  transition: all 0s ease .35s, opacity .35s ease, -webkit-transform .35s ease;
  -o-transition: all 0s ease .35s, opacity .35s ease, -o-transform .35s ease;
  transition: all 0s ease .35s, opacity .35s ease, transform .35s ease;
  transition: all 0s ease .35s, opacity .35s ease, transform .35s ease, -webkit-transform .35s ease, -o-transform .35s ease;
}

.blog-section .filter-panel .drop-holder .drop-list a {
  display: block;
  padding: 10px 15px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.blog-section .filter-panel .drop-holder .drop-list a:hover {
  color: #fff;
  background: #3953db;
}

.blog-section .filter-panel .drop-holder .drop-list a:after {
  display: none;
}

.blog-section .filter-panel .drop-holder.open .title {
  border-top-color: #3953db;
  border-bottom-color: transparent;
}

.blog-section .filter-panel .drop-holder.open .title:after {
  top: 15px;
  border-color: #3953db transparent transparent #3953db;
}

.blog-section .filter-panel .drop-holder.open .drop-list {
  top: 100%;
  opacity: 1;
  -webkit-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
  transition: opacity .35s ease, -webkit-transform .35s ease;
  -o-transition: opacity .35s ease, -o-transform .35s ease;
  transition: opacity .35s ease, transform .35s ease;
  transition: opacity .35s ease, transform .35s ease, -webkit-transform .35s ease, -o-transform .35s ease;
}

.blog-section .filter-panel .tag-info {
  float: left;
  margin: 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  .blog-section .filter-panel .tag-info {
    float: none;
    display: block;
    text-align: center;
    margin: 0 0 15px;
  }
}

.blog-section.cases-section:before {
  top: 90px;
  right: auto;
  left: -105px;
}

.blog-section.cases-section:after {
  top: 682px;
  left: auto;
  right: -172px;
}

@media only screen and (min-width: 751px) {
  .blog-section.cases-section h1,
  .blog-section.cases-section .h1 {
    margin-bottom: 86px;
  }

  .blog-section.cases-section .subtitle {
    margin-bottom: 91px;
  }
}

@media only screen and (min-width: 751px) {
  .blog-section.cases-section .blog-list {
    margin-left: -15px;
    margin-right: -14px;
    margin-bottom: 86px;
  }
}

@media only screen and (min-width: 751px) {
  .blog-section.cases-section .blog-list > li {
    width: 50%;
    padding: 0 14px 0 15px;
  }
}

.blog-section.cases-section .blog-list > li:nth-child(3n-1) {
  top: auto;
}

.blog-section.cases-section .blog-list > li:nth-child(even) {
  top: 38px;
}

@media only screen and (max-width: 750px) {
  .blog-section.cases-section .blog-list > li:nth-child(even) {
    top: auto;
  }
}

@media only screen and (min-width: 751px) {
  .blog-section.cases-section .blog-list a {
    border-radius: 15px;
  }
}

@media only screen and (min-width: 751px) {
  .blog-section.cases-section .blog-list .title {
    font-size: 32px;
    min-height: 123px;
    margin-bottom: 30px;
    line-height: 1.28125;
    letter-spacing: 1.5px;
  }
}

@media only screen and (min-width: 751px) and (max-width: 1023px) {
  .blog-section.cases-section .blog-list .title {
    font-size: 24px;
    min-height: 90px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .blog-section.cases-section .blog-list .title {
    margin-bottom: 20px;
  }
}

.blog-section.cases-section .blog-list .visual:before {
  padding-top: 52.206%;
}

@media only screen and (min-width: 751px) {
  .blog-section.cases-section .blog-list .btn-holder {
    padding-top: 14px;
  }
}

@media only screen and (min-width: 751px) {
  .blog-section.cases-section .blog-list .blog-item-content {
    padding: 67px 98px 61px 95px;
  }
}

@media only screen and (min-width: 751px) and (max-width: 1280px) {
  .blog-section.cases-section .blog-list .blog-item-content {
    padding: 45px 50px;
  }
}

@media only screen and (min-width: 751px) and (max-width: 1023px) {
  .blog-section.cases-section .blog-list .blog-item-content {
    padding: 25px 30px;
  }
}

.blog-list {
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: -4px;
  margin: 0 -13px 75px -14px;
}

@media only screen and (max-width: 750px) {
  .blog-list {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-list {
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.blog-list > li {
  width: 33.3%;
  font-size: 14px;
  margin: 0 0 30px;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  line-height: 24px;
  position: relative;
  margin-bottom: 39px;
  vertical-align: top;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 13px 0 14px;
}

@media only screen and (max-width: 1023px) {
  .blog-list > li {
    width: 50%;
  }
}

@media only screen and (max-width: 750px) {
  .blog-list > li {
    font-size: 12px;
    line-height: 22px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    display: block;
    width: auto;
  }
}

.blog-list > li:nth-child(3n-1) {
  top: 30px;
}

@media only screen and (max-width: 750px) {
  .blog-list > li:nth-child(3n-1) {
    top: auto;
  }
}

.blog-list a {
  display: block;
  color: inherit;
  overflow: hidden;
  background: #FBFBFB;
  border-radius: 10px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

.blog-list a:after {
  display: none;
}

.blog-list a:hover {
  -webkit-box-shadow: 1px 1px 10px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 1px 1px 10px 6px rgba(0, 0, 0, 0.06);
}

.blog-list .visual {
  display: block;
  min-height: 167px;
  max-height: 290px;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
  .blog-list .visual {
    background-position: 50% 50%;
  }
}

.blog-list .visual:before {
  content: '';
  display: block;
  padding: 80.2% 0 0;
}

.blog-list .blog-item-content {
  display: block;
  padding: 54px 58px 52px 70px;
}

@media only screen and (max-width: 1280px) {
  .blog-list .blog-item-content {
    padding: 42px 32px 30px;
  }
}

@media only screen and (max-width: 750px) {
  .blog-list .blog-item-content {
    padding: 20px 33px 30px;
  }
}

.blog-list .date {
  display: block;
  font-size: 12px;
  margin: 0 0 45px;
  line-height: 14px;
  font-family: "Akkurat-Mono", serif;
  letter-spacing: 1.8px;
}

@media only screen and (max-width: 750px) {
  .blog-list .date {
    margin-bottom: 25px;
  }
}

.blog-list .title {
  display: block;
  font-size: 20px;
  margin: 0 0 53px;
  min-height: 90px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 1.43px;
}

@media only screen and (max-width: 750px) {
  .blog-list .title {
    min-height: 0;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 32px;
    letter-spacing: 1.5px;
  }
}

.blog-list .btn-holder {
  display: block;
}

.blog-list .btn {
  min-width: 224px;
}

@media only screen and (max-width: 750px) {
  .blog-list .btn {
    min-width: 140px;
  }
}

.contact-section {
  z-index: 10;
  position: relative;
  padding: 47px 0 128px;
}

@media only screen and (max-width: 750px) {
  .contact-section {
    padding-top: 30px;
    padding-bottom: 81px;
  }
}

@media only screen and (max-width: 750px) {
  .contact-section .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.contact-section h1,
.contact-section .h1 {
  text-align: center;
  margin-bottom: 69px;
}

@media only screen and (max-width: 750px) {
  .contact-section h1,
  .contact-section .h1 {
    margin-bottom: 36px;
  }
}

.contact-section .subtitle {
  display: block;
  font-size: 32px;
  max-width: 800px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 100px;
  font-family: "Moderat", sans-serif;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 750px) {
  .contact-section .subtitle {
    font-size: 24px;
    padding: 0 20px;
    line-height: 29px;
    margin-bottom: 56px;
    letter-spacing: 1.5px;
  }
}

.contact-section .section-inner {
  margin: 0 auto;
  max-width: 947px;
  background: #FBFBFB;
  position: relative;
  border-radius: 15px;
  padding: 81px 99px 48px 96px;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1023px) {
  .contact-section .section-inner {
    padding: 40px 30px 20px;
  }
}

@media only screen and (max-width: 750px) {
  .contact-section .section-inner {
    max-width: 540px;
    padding: 31px 15px 30px;
  }
}

.contact-section .section-inner:after,
.contact-section .section-inner:before {
  content: '';
  z-index: -10;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.contact-section .section-inner:after {
  top: 81px;
  left: -161px;
  width: 262px;
  height: 262px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYxLjA4IiBoZWlnaHQ9IjI2MS4xIiB2aWV3Qm94PSIwIDAgMjYxLjA4IDI2MS4xIj48ZGVmcz48cGF0aCBpZD0iY3hrYmEiIGQ9Ik05MDguNTggMzkzOS4zNGw1NC4yMiA1NC4yM2EyMC44NCAyMC44NCAwIDAgMCAyOS40OCAwbDU0LjIyLTU0LjI0YTIwLjg0IDIwLjg0IDAgMCAxIDI5LjQ4IDBsMjYgMjZhMjAuODQgMjAuODQgMCAwIDEgMCAyOS40N2wtNTQuMjQgNTQuMjRhMjAuODQgMjAuODQgMCAwIDAgMCAyOS40N2w1NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMSAwIDI5LjQ4bC0yNiAyNmEyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC01NC4yMi01NC4yM2EyMC44NCAyMC44NCAwIDAgMC0yOS40OCAwbC01NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC0yNi0yNmEyMC44NCAyMC44NCAwIDAgMSAwLTI5LjQ3bDU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAwIDAtMjkuNDhsLTU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAxIDAtMjkuNDdsMjYtMjZhMjAuODQgMjAuODQgMCAwIDEgMjkuNDggMCIvPjwvZGVmcz48Zz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcC04ODI2RUY5NS1BNjcyLTQxMEQtQTgyNS0yREQ4MjQyN0JBMTUpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODQ3IC0zOTMzLjIzKSI+PHVzZSBmaWxsPSIjZmZjYzAwIiB4bGluazpocmVmPSIjY3hrYmEiLz48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 750px) {
  .contact-section .section-inner:after {
    top: -60px;
    left: -63px;
    width: 125px;
    height: 125px;
  }
}

.contact-section .section-inner:before {
  background: #ffcc00;
  bottom: 162px;
  right: -163px;
  width: 196px;
  height: 196px;
  border-radius: 18px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 750px) {
  .contact-section .section-inner:before {
    right: -65px;
    bottom: -48px;
    width: 125px;
    height: 125px;
  }
}

.contact-section .col-row {
  margin-left: -13px;
  margin-right: -14px;
}

.contact-section .col-row > .col {
  padding-left: 13px;
  padding-right: 14px;
}

.contact-section .contact-list {
  margin: 0;
  padding: 0;
  line-height: 2;
  font-size: 20px;
  list-style: none;
  letter-spacing: 1.43px;
}

@media only screen and (max-width: 750px) {
  .contact-section .contact-list {
    padding: 0 18px;
    font-size: 16px;
    line-height: 1.58;
    margin-bottom: 50px;
  }
}

.contact-section .contact-list li {
  margin: 0 0 38px;
}

@media only screen and (max-width: 750px) {
  .contact-section .contact-list li {
    margin-bottom: 36px;
  }
}

.contact-section .contact-list dl {
  margin: 0;
  padding: 0;
}

.contact-section .contact-list dt,
.contact-section .contact-list dd {
  margin: 0;
  padding: 0;
}

.contact-section .contact-list dt {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 14px;
  font-family: "Akkurat-Mono", serif;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .contact-section .contact-list dt {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
    letter-spacing: 1.8px;
  }
}

.contact-section .contact-list a {
  color: inherit;
  text-decoration: none;
}

.contact-section .contact-list a:hover {
  text-decoration: underline;
}

.contact-section .contact-list a:after {
  display: none;
}

.contact-section h3,
.contact-section .h3 {
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 24px;
  font-family: "Akkurat-Mono", serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .contact-section h3,
  .contact-section .h3 {
    font-size: 12px;
    padding: 0 15px;
    line-height: 14px;
    margin-bottom: 25px;
    letter-spacing: 1.8px;
  }
}

.subscribe-section {
  padding-bottom: 475px;
}

.subscribe-section .section-inner__content {
  font-size: 32px;
  line-height: 1.1875;
  letter-spacing: 0;
  text-align: center;
  max-width: 765px;
  display: block;
  margin: auto;
  color: #000;
}

.subscribe-section .section-inner__content p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  .subscribe-section .section-inner__content p {
    font-size: 16px;
  }

  .subscribe-section .section-inner__content br {
    display: none;
  }
}

.subscribe-section .gform_wrapper,
#subscribe-modal .gform_wrapper {
  margin-top: 70px;
}

.subscribe-section .gform_wrapper .gfield_error .validation_message,
#subscribe-modal .gform_wrapper .gfield_error .validation_message {
  font-size: 15px;
  font-family: "Apercu", sans-serif;
  color: #768888;
  font-weight: 100;
  margin-top: 10px;
}

.subscribe-section .gform_wrapper .gfield_error.gfield input,
#subscribe-modal .gform_wrapper .gfield_error.gfield input {
  border-color: red;
}

.subscribe-section .gform_wrapper .gfield_error.gfield label,
#subscribe-modal .gform_wrapper .gfield_error.gfield label {
  color: red;
}

.subscribe-section .gform_wrapper .gfield_error.gfield label a:after,
#subscribe-modal .gform_wrapper .gfield_error.gfield label a:after {
  background-color: red;
}

.subscribe-section .gform_wrapper .gfield_label,
#subscribe-modal .gform_wrapper .gfield_label {
  font-size: 14px;
  text-transform: uppercase;
  height: 46px;
}

.subscribe-section .gform_wrapper .gfield_checkbox label,
#subscribe-modal .gform_wrapper .gfield_checkbox label {
  font-size: 15px;
  font-family: "Apercu", sans-serif;
  color: #768888;
  font-weight: 100;
}

.subscribe-section .gform_wrapper .gfield_checkbox label a,
#subscribe-modal .gform_wrapper .gfield_checkbox label a {
  color: inherit;
}

.subscribe-section .gform_wrapper .gfield_checkbox label a:after,
#subscribe-modal .gform_wrapper .gfield_checkbox label a:after {
  background-color: #768888;
}

@media only screen and (max-width: 750px) {
  .subscribe-section .gform_wrapper .gfield_checkbox label,
  #subscribe-modal .gform_wrapper .gfield_checkbox label {
    float: left;
    display: inline-block;
    width: calc(100% - 15px);
    padding-left: 15px;
  }
}

@media only screen and (max-width: 750px) {
  .subscribe-section .gform_wrapper .gfield_checkbox input,
  #subscribe-modal .gform_wrapper .gfield_checkbox input {
    float: left;
  }
}

.subscribe-section .gform_wrapper .gfield,
#subscribe-modal .gform_wrapper .gfield {
  margin-bottom: 40px;
}

.subscribe-section .gform_wrapper .gfield:last-of-type,
#subscribe-modal .gform_wrapper .gfield:last-of-type {
  padding-top: 30px;
  margin-bottom: 70px;
}

@media only screen and (min-width: 751px) {
  .subscribe-section .gform_wrapper .gfield.on-focus > label,
  .subscribe-section .gform_wrapper .gfield.not-valid > label,
  .subscribe-section .gform_wrapper .gfield.completed > label,
  #subscribe-modal .gform_wrapper .gfield.on-focus > label,
  #subscribe-modal .gform_wrapper .gfield.not-valid > label,
  #subscribe-modal .gform_wrapper .gfield.completed > label {
    top: 4px;
    height: 8px;
    font-size: 8px;
    line-height: 8px;
  }
}

@media only screen and (max-width: 750px) {
  .subscribe-section .gform_wrapper .gfield > label,
  #subscribe-modal .gform_wrapper .gfield > label {
    top: 4px;
    height: 8px;
    font-size: 8px;
    line-height: 8px;
  }
}

.subscribe-section .gform_wrapper .gfield input[type="text"],
#subscribe-modal .gform_wrapper .gfield input[type="text"] {
  height: 46px;
}

.subscribe-section .gform_wrapper .gfield select,
#subscribe-modal .gform_wrapper .gfield select {
  background: #fff;
  border: 1px solid #3953db;
  color: #3953db;
  letter-spacing: 1px;
  -webkit-appearance: none;
  width: 100%;
  padding: 0 9px;
  font-size: 14px;
  line-height: 1.2;
  height: 46px;
  text-transform: uppercase;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAhCAYAAABjnQNzAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGu2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0MzUyLCAyMDIwLzAxLzMwLTE1OjUwOjM4ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA0LTE0VDE0OjA2OjUwKzEwOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wNC0xNFQxNDoyMTowMSsxMDowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wNC0xNFQxNDoyMTowMSsxMDowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2ZjdlZmQ3OS03MDEyLTQ1ZGQtOTMxNC0zMWNkMDVhMWYxMzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjRGNjUyN0E3NjI5MTFFQTg4REQ5NDVGNDRFOTg2QTciIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCNEY2NTI3QTc2MjkxMUVBODhERDk0NUY0NEU5ODZBNyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI0RjY1Mjc3NzYyOTExRUE4OEREOTQ1RjQ0RTk4NkE3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI0RjY1Mjc4NzYyOTExRUE4OEREOTQ1RjQ0RTk4NkE3Ii8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjViZWRjMGNkLTMwNTEtNGU0NC1iMjdiLTExNWUzNjg2M2FkMCIgc3RFdnQ6d2hlbj0iMjAyMC0wNC0xNFQxNDoyMDo0NisxMDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjZmN2VmZDc5LTcwMTItNDVkZC05MzE0LTMxY2QwNWExZjEzNiIgc3RFdnQ6d2hlbj0iMjAyMC0wNC0xNFQxNDoyMTowMSsxMDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Xr3diAAAAzNJREFUWIXd2U+IVVUcwPFPj0DCTbiJKMLFlZAigpDwLSJwIbiQYF5EEC0CA5tSwkbtj0pppuUU0yhFUbhoI12hhRQuhGpxZzHgQoqIHjKLJIQQKWYxJEOL3xneML3evPfufXeo7+r37j3nd37n3nt+/95tW8d+8V+myLOu15ut9sMYK/LsUCNde7Quo+qg2Wrfh9ewudlqjzXwLiawbU0tq4hmq70e76CBy0WenW/gSrq/2//jjU5hHa4WeXac2O0XuJgGTOChtbGtPM1Wexp34nqRZ/uXri+dyU/xfZLfwKZarauAZqv9Nu7Gn0WejS+/11gmf4jZdO0o7q3NwpI0W+0DuB8L2LvyfmPF75P4EbcnecOoDSxLs9XehS1YxOtFnv2xcszKTcIRtMXhncYdozSyJE9ge5LfK/JsrtugbpuEg5gTG/24x7i1ZCueSfLnRZ7N/tvAXsa/gmtYj0+qs60SNmFfki8UefZ1r8GrvaG9uC7c8pnSplXDBuEYYabIs7OrTejnMxzHTdwlAu1a0sAHwjH+hMl+J/XDbszjHpwaxrqKmBbH5xoO9Tup303+hRdEHNqIEwMaVwWnxNd0U5dY2ItBvOY8XsItZHhzkIVKclg83AVxfAZi0NBwQ3jdW3gABwZdcAheFPn0Ylp7YVAFw8S/X0XCsCgyjT1D6OiXp/B4kt/Cb8MoGTbI/4xjSX4Mu4bU04tteDLJH+GHYRWVyWSu6Ljw7TrZRxU8KDw6fIlLZZSVTddmxFMm8sixkvqIculwkr/FubIKq8hJL+Fskp/GjhK61olQsdSxOF3KskRVifcF8VnBc+KcDsMZsdE54Wgqocrq4hy+SfIePDLg/CmRI/8uQkVlVF1CfSbOEbwqqvV+OCpSxnmRWVXKKOrE08IhEcZvXGX8PmwWCcbLIv5WyqiK4UlcTvpPiJyzG8+K4pdIuG+MwphRVvzHdfpF74vztpwd2JnkSYzs/4pRtzWO4KrwmFM6/aItwgsTfd+Zf06tjjp6N/t12ijTIrxMpHsX8dWoDairQbW8jfJdWndWNLVHTp1duHHhWM6LlufJuhauu9X4vKhgDta56N9sm589YLtUtQAAAABJRU5ErkJggg==);
  background-size: 24px 14px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.subscribe-section .gform_wrapper .gform_button,
#subscribe-modal .gform_wrapper .gform_button {
  width: auto;
  min-width: auto;
  padding-left: 55px;
  padding-right: 55px;
}

.wpcf7-form,
.salesforce-form,
.gform_wrapper {
  margin: 0;
  padding: 0;
}

.wpcf7-form .wpcf7-list-item,
.salesforce-form .wpcf7-list-item,
.gform_wrapper .wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-form .wpcf7-validation-errors,
.salesforce-form .wpcf7-validation-errors,
.gform_wrapper .wpcf7-validation-errors {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
}

.wpcf7-form .input-field,
.wpcf7-form .gfield,
.salesforce-form .input-field,
.salesforce-form .gfield,
.gform_wrapper .input-field,
.gform_wrapper .gfield {
  margin: 0 0 20px;
  position: relative;
}

.wpcf7-form .input-field > label,
.wpcf7-form .gfield > label,
.salesforce-form .input-field > label,
.salesforce-form .gfield > label,
.gform_wrapper .input-field > label,
.gform_wrapper .gfield > label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  cursor: text;
  color: #3953db;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 9px;
  font-size: 14px;
  overflow: hidden;
  line-height: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  white-space: nowrap;
  pointer-events: none;
  text-overflow: ellipsis;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (min-width: 751px) {
  .wpcf7-form .input-field.on-focus > label,
  .wpcf7-form .input-field.not-valid > label,
  .wpcf7-form .input-field.completed > label,
  .wpcf7-form .gfield.on-focus > label,
  .wpcf7-form .gfield.not-valid > label,
  .wpcf7-form .gfield.completed > label,
  .salesforce-form .input-field.on-focus > label,
  .salesforce-form .input-field.not-valid > label,
  .salesforce-form .input-field.completed > label,
  .salesforce-form .gfield.on-focus > label,
  .salesforce-form .gfield.not-valid > label,
  .salesforce-form .gfield.completed > label,
  .gform_wrapper .input-field.on-focus > label,
  .gform_wrapper .input-field.not-valid > label,
  .gform_wrapper .input-field.completed > label,
  .gform_wrapper .gfield.on-focus > label,
  .gform_wrapper .gfield.not-valid > label,
  .gform_wrapper .gfield.completed > label {
    top: 9px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wpcf7-form .input-field.on-focus .wpcf7-text,
  .wpcf7-form .input-field.not-valid .wpcf7-text,
  .wpcf7-form .input-field.completed .wpcf7-text,
  .wpcf7-form .gfield.on-focus .wpcf7-text,
  .wpcf7-form .gfield.not-valid .wpcf7-text,
  .wpcf7-form .gfield.completed .wpcf7-text,
  .salesforce-form .input-field.on-focus .wpcf7-text,
  .salesforce-form .input-field.not-valid .wpcf7-text,
  .salesforce-form .input-field.completed .wpcf7-text,
  .salesforce-form .gfield.on-focus .wpcf7-text,
  .salesforce-form .gfield.not-valid .wpcf7-text,
  .salesforce-form .gfield.completed .wpcf7-text,
  .gform_wrapper .input-field.on-focus .wpcf7-text,
  .gform_wrapper .input-field.not-valid .wpcf7-text,
  .gform_wrapper .input-field.completed .wpcf7-text,
  .gform_wrapper .gfield.on-focus .wpcf7-text,
  .gform_wrapper .gfield.not-valid .wpcf7-text,
  .gform_wrapper .gfield.completed .wpcf7-text {
    padding-top: 14px;
  }
}

@media only screen and (max-width: 750px) {
  .wpcf7-form .input-field > label,
  .wpcf7-form .gfield > label,
  .salesforce-form .input-field > label,
  .salesforce-form .gfield > label,
  .gform_wrapper .input-field > label,
  .gform_wrapper .gfield > label {
    top: 9px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .wpcf7-form .input-field .wpcf7-text,
  .wpcf7-form .gfield .wpcf7-text,
  .salesforce-form .input-field .wpcf7-text,
  .salesforce-form .gfield .wpcf7-text,
  .gform_wrapper .input-field .wpcf7-text,
  .gform_wrapper .gfield .wpcf7-text {
    padding-top: 16px;
  }
}

.wpcf7-form .input-field.not-valid > label,
.wpcf7-form .gfield.not-valid > label,
.salesforce-form .input-field.not-valid > label,
.salesforce-form .gfield.not-valid > label,
.gform_wrapper .input-field.not-valid > label,
.gform_wrapper .gfield.not-valid > label {
  color: #ffcc00;
}

.wpcf7-form .input-field.not-valid .wpcf7-not-valid-tip,
.wpcf7-form .gfield.not-valid .wpcf7-not-valid-tip,
.salesforce-form .input-field.not-valid .wpcf7-not-valid-tip,
.salesforce-form .gfield.not-valid .wpcf7-not-valid-tip,
.gform_wrapper .input-field.not-valid .wpcf7-not-valid-tip,
.gform_wrapper .gfield.not-valid .wpcf7-not-valid-tip {
  display: block;
}

.wpcf7-form .wpcf7-not-valid-tip,
.salesforce-form .wpcf7-not-valid-tip,
.gform_wrapper .wpcf7-not-valid-tip {
  position: absolute;
  top: 4px;
  right: 0;
  color: #ffcc00;
  font-size: 12px;
  line-height: 22px;
  padding: 0 8px 0 0;
}

.wpcf7-form textarea,
.wpcf7-form .wpcf7-text,
.wpcf7-form .select__gap,
.wpcf7-form .sf-input,
.wpcf7-form .gfield input[type="text"],
.salesforce-form textarea,
.salesforce-form .wpcf7-text,
.salesforce-form .select__gap,
.salesforce-form .sf-input,
.salesforce-form .gfield input[type="text"],
.gform_wrapper textarea,
.gform_wrapper .wpcf7-text,
.gform_wrapper .select__gap,
.gform_wrapper .sf-input,
.gform_wrapper .gfield input[type="text"] {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0;
  outline: none;
  color: #000;
  padding: 0 9px;
  font-size: 14px;
  line-height: 1.2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  font-family: inherit;
  letter-spacing: 1px;
  border-radius: 10px;
  border: 1px solid #3953db;
  -webkit-transition: border-color .35s ease, padding .35s ease;
  -o-transition: border-color .35s ease, padding .35s ease;
  transition: border-color .35s ease, padding .35s ease;
}

@media only screen and (max-width: 750px) {
  .wpcf7-form textarea,
  .wpcf7-form .wpcf7-text,
  .wpcf7-form .select__gap,
  .wpcf7-form .sf-input,
  .wpcf7-form .gfield input[type="text"],
  .salesforce-form textarea,
  .salesforce-form .wpcf7-text,
  .salesforce-form .select__gap,
  .salesforce-form .sf-input,
  .salesforce-form .gfield input[type="text"],
  .gform_wrapper textarea,
  .gform_wrapper .wpcf7-text,
  .gform_wrapper .select__gap,
  .gform_wrapper .sf-input,
  .gform_wrapper .gfield input[type="text"] {
    padding: 0 15px;
    font-size: 12px;
    line-height: 22px;
  }
}

.wpcf7-form textarea:focus,
.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .select__gap:focus,
.wpcf7-form .sf-input:focus,
.wpcf7-form .gfield input[type="text"]:focus,
.salesforce-form textarea:focus,
.salesforce-form .wpcf7-text:focus,
.salesforce-form .select__gap:focus,
.salesforce-form .sf-input:focus,
.salesforce-form .gfield input[type="text"]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper .wpcf7-text:focus,
.gform_wrapper .select__gap:focus,
.gform_wrapper .sf-input:focus,
.gform_wrapper .gfield input[type="text"]:focus {
  border-color: #ffcc00;
}

.wpcf7-form textarea.wpcf7-not-valid,
.wpcf7-form .wpcf7-text.wpcf7-not-valid,
.wpcf7-form .select__gap.wpcf7-not-valid,
.wpcf7-form .sf-input.wpcf7-not-valid,
.wpcf7-form .gfield input[type="text"].wpcf7-not-valid,
.salesforce-form textarea.wpcf7-not-valid,
.salesforce-form .wpcf7-text.wpcf7-not-valid,
.salesforce-form .select__gap.wpcf7-not-valid,
.salesforce-form .sf-input.wpcf7-not-valid,
.salesforce-form .gfield input[type="text"].wpcf7-not-valid,
.gform_wrapper textarea.wpcf7-not-valid,
.gform_wrapper .wpcf7-text.wpcf7-not-valid,
.gform_wrapper .select__gap.wpcf7-not-valid,
.gform_wrapper .sf-input.wpcf7-not-valid,
.gform_wrapper .gfield input[type="text"].wpcf7-not-valid {
  border-color: #ffcc00 !important;
}

.wpcf7-form textarea::-webkit-input-placeholder,
.wpcf7-form .wpcf7-text::-webkit-input-placeholder,
.wpcf7-form .select__gap::-webkit-input-placeholder,
.wpcf7-form .sf-input::-webkit-input-placeholder,
.wpcf7-form .gfield input[type="text"]::-webkit-input-placeholder,
.salesforce-form textarea::-webkit-input-placeholder,
.salesforce-form .wpcf7-text::-webkit-input-placeholder,
.salesforce-form .select__gap::-webkit-input-placeholder,
.salesforce-form .sf-input::-webkit-input-placeholder,
.salesforce-form .gfield input[type="text"]::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper .wpcf7-text::-webkit-input-placeholder,
.gform_wrapper .select__gap::-webkit-input-placeholder,
.gform_wrapper .sf-input::-webkit-input-placeholder,
.gform_wrapper .gfield input[type="text"]::-webkit-input-placeholder {
  color: #000;
  opacity: .3;
}

.wpcf7-form textarea::-webkit-input-placeholder,
.wpcf7-form .wpcf7-text::-webkit-input-placeholder,
.wpcf7-form .select__gap::-webkit-input-placeholder,
.wpcf7-form .sf-input::-webkit-input-placeholder,
.wpcf7-form .gfield input[type="text"]::-webkit-input-placeholder,
.salesforce-form textarea::-webkit-input-placeholder,
.salesforce-form .wpcf7-text::-webkit-input-placeholder,
.salesforce-form .select__gap::-webkit-input-placeholder,
.salesforce-form .sf-input::-webkit-input-placeholder,
.salesforce-form .gfield input[type="text"]::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper .wpcf7-text::-webkit-input-placeholder,
.gform_wrapper .select__gap::-webkit-input-placeholder,
.gform_wrapper .sf-input::-webkit-input-placeholder,
.gform_wrapper .gfield input[type="text"]::-webkit-input-placeholder {
  color: #000;
  opacity: .3;
}

.wpcf7-form textarea:-moz-placeholder,
.wpcf7-form .wpcf7-text:-moz-placeholder,
.wpcf7-form .select__gap:-moz-placeholder,
.wpcf7-form .sf-input:-moz-placeholder,
.wpcf7-form .gfield input[type="text"]:-moz-placeholder,
.salesforce-form textarea:-moz-placeholder,
.salesforce-form .wpcf7-text:-moz-placeholder,
.salesforce-form .select__gap:-moz-placeholder,
.salesforce-form .sf-input:-moz-placeholder,
.salesforce-form .gfield input[type="text"]:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder,
.gform_wrapper .wpcf7-text:-moz-placeholder,
.gform_wrapper .select__gap:-moz-placeholder,
.gform_wrapper .sf-input:-moz-placeholder,
.gform_wrapper .gfield input[type="text"]:-moz-placeholder {
  color: #000;
  opacity: .3;
}

.wpcf7-form textarea::-moz-placeholder,
.wpcf7-form .wpcf7-text::-moz-placeholder,
.wpcf7-form .select__gap::-moz-placeholder,
.wpcf7-form .sf-input::-moz-placeholder,
.wpcf7-form .gfield input[type="text"]::-moz-placeholder,
.salesforce-form textarea::-moz-placeholder,
.salesforce-form .wpcf7-text::-moz-placeholder,
.salesforce-form .select__gap::-moz-placeholder,
.salesforce-form .sf-input::-moz-placeholder,
.salesforce-form .gfield input[type="text"]::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder,
.gform_wrapper .wpcf7-text::-moz-placeholder,
.gform_wrapper .select__gap::-moz-placeholder,
.gform_wrapper .sf-input::-moz-placeholder,
.gform_wrapper .gfield input[type="text"]::-moz-placeholder {
  color: #000;
  opacity: .3;
}

.wpcf7-form textarea,
.salesforce-form textarea,
.gform_wrapper textarea {
  height: auto;
  height: 165px;
  resize: none;
  padding-top: 35px;
  padding-bottom: 5px;
}

.wpcf7-form .select__gap,
.salesforce-form .select__gap,
.gform_wrapper .select__gap {
  cursor: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wpcf7-form .select__gap span,
.salesforce-form .select__gap span,
.gform_wrapper .select__gap span {
  cursor: pointer;
  position: relative;
  vertical-align: top;
  padding: 0 18px 0 0;
  display: inline-block;
}

.wpcf7-form .select__gap span:after,
.salesforce-form .select__gap span:after,
.gform_wrapper .select__gap span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 8px;
  margin: -4px 0 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYxLjA4IiBoZWlnaHQ9IjI2MS4xIiB2aWV3Qm94PSIwIDAgMjYxLjA4IDI2MS4xIj48ZGVmcz48cGF0aCBpZD0iY3hrYmEiIGQ9Ik05MDguNTggMzkzOS4zNGw1NC4yMiA1NC4yM2EyMC44NCAyMC44NCAwIDAgMCAyOS40OCAwbDU0LjIyLTU0LjI0YTIwLjg0IDIwLjg0IDAgMCAxIDI5LjQ4IDBsMjYgMjZhMjAuODQgMjAuODQgMCAwIDEgMCAyOS40N2wtNTQuMjQgNTQuMjRhMjAuODQgMjAuODQgMCAwIDAgMCAyOS40N2w1NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMSAwIDI5LjQ4bC0yNiAyNmEyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC01NC4yMi01NC4yM2EyMC44NCAyMC44NCAwIDAgMC0yOS40OCAwbC01NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC0yNi0yNmEyMC44NCAyMC44NCAwIDAgMSAwLTI5LjQ3bDU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAwIDAtMjkuNDhsLTU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAxIDAtMjkuNDdsMjYtMjZhMjAuODQgMjAuODQgMCAwIDEgMjkuNDggMCIvPjwvZGVmcz48Zz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcC04ODI2RUY5NS1BNjcyLTQxMEQtQTgyNS0yREQ4MjQyN0JBMTUpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODQ3IC0zOTMzLjIzKSI+PHVzZSBmaWxsPSIjMzk1M2RiIiB4bGluazpocmVmPSIjY3hrYmEiLz48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1023px) {
  .wpcf7-form .select__gap span:after,
  .salesforce-form .select__gap span:after,
  .gform_wrapper .select__gap span:after {
    width: 25px;
    height: 14px;
    margin-top: -7px;
  }
}

@media only screen and (max-width: 750px) {
  .wpcf7-form .select__gap span:after,
  .salesforce-form .select__gap span:after,
  .gform_wrapper .select__gap span:after {
    width: 3.3333vw;
    height: 1.8667vw;
    margin-top: -.9333vw;
  }
}

.wpcf7-form .select,
.salesforce-form .select,
.gform_wrapper .select {
  position: relative;
}

.wpcf7-form .select__list,
.salesforce-form .select__list,
.gform_wrapper .select__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 50;
  background: #fff;
  list-style: none;
  border-style: solid;
  border-color: #cecece;
  border-width: 0 2px 2px 2px;
}

.wpcf7-form .select__list li,
.salesforce-form .select__list li,
.gform_wrapper .select__list li {
  cursor: pointer;
  padding: 5px 10px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  border-top: 1px solid #cecece;
}

.wpcf7-form .select__list li:first-child,
.salesforce-form .select__list li:first-child,
.gform_wrapper .select__list li:first-child {
  border-top: none;
}

.wpcf7-form .select__list li:hover,
.salesforce-form .select__list li:hover,
.gform_wrapper .select__list li:hover {
  background: #e7e6e6;
}

.wpcf7-form .wpcf7-form-control-wrap.terms > .wpcf7-not-valid-tip,
.salesforce-form .wpcf7-form-control-wrap.terms > .wpcf7-not-valid-tip,
.gform_wrapper .wpcf7-form-control-wrap.terms > .wpcf7-not-valid-tip {
  top: 14px !important;
}

.wpcf7-form .your-file,
.salesforce-form .your-file,
.gform_wrapper .your-file {
  color: #000;
  cursor: pointer;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  line-height: 36px;
  margin: 14px 0 6px;
  position: relative;
  vertical-align: top;
  padding: 0 32px 0 0;
  letter-spacing: .4em;
  display: inline-block;
  text-transform: uppercase;
}

.wpcf7-form .your-file:after,
.salesforce-form .your-file:after,
.gform_wrapper .your-file:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 11px;
  margin: -5px 0 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYxLjA4IiBoZWlnaHQ9IjI2MS4xIiB2aWV3Qm94PSIwIDAgMjYxLjA4IDI2MS4xIj48ZGVmcz48cGF0aCBpZD0iY3hrYmEiIGQ9Ik05MDguNTggMzkzOS4zNGw1NC4yMiA1NC4yM2EyMC44NCAyMC44NCAwIDAgMCAyOS40OCAwbDU0LjIyLTU0LjI0YTIwLjg0IDIwLjg0IDAgMCAxIDI5LjQ4IDBsMjYgMjZhMjAuODQgMjAuODQgMCAwIDEgMCAyOS40N2wtNTQuMjQgNTQuMjRhMjAuODQgMjAuODQgMCAwIDAgMCAyOS40N2w1NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMSAwIDI5LjQ4bC0yNiAyNmEyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC01NC4yMi01NC4yM2EyMC44NCAyMC44NCAwIDAgMC0yOS40OCAwbC01NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC0yNi0yNmEyMC44NCAyMC44NCAwIDAgMSAwLTI5LjQ3bDU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAwIDAtMjkuNDhsLTU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAxIDAtMjkuNDdsMjYtMjZhMjAuODQgMjAuODQgMCAwIDEgMjkuNDggMCIvPjwvZGVmcz48Zz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcC04ODI2RUY5NS1BNjcyLTQxMEQtQTgyNS0yREQ4MjQyN0JBMTUpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODQ3IC0zOTMzLjIzKSI+PHVzZSBmaWxsPSIjMzk1M2RiIiB4bGluazpocmVmPSIjY3hrYmEiLz48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
  background-size: 100% 100%;
}

.wpcf7-form .your-file input[type="file"],
.salesforce-form .your-file input[type="file"],
.gform_wrapper .your-file input[type="file"] {
  position: absolute;
  top: -500%;
  left: -500%;
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 1000%;
  height: 1000%;
  z-index: 150;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.wpcf7-form .attach-list,
.salesforce-form .attach-list,
.gform_wrapper .attach-list {
  padding: 0;
  font-size: 16px;
  margin: 0 0 41px;
  list-style: none;
  line-height: 26px;
}

.wpcf7-form .attach-list li,
.salesforce-form .attach-list li,
.gform_wrapper .attach-list li {
  margin: 0 0 5px;
}

.wpcf7-form .attach-list a,
.salesforce-form .attach-list a,
.gform_wrapper .attach-list a {
  color: #212121;
  position: relative;
  padding: 0 0 0 22px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

.wpcf7-form .attach-list a:before,
.salesforce-form .attach-list a:before,
.gform_wrapper .attach-list a:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 22px;
  right: 0;
  height: 1px;
  background: #212121;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

.wpcf7-form .attach-list a:hover:before,
.salesforce-form .attach-list a:hover:before,
.gform_wrapper .attach-list a:hover:before {
  opacity: 0;
}

.wpcf7-form .attach-list a:after,
.salesforce-form .attach-list a:after,
.gform_wrapper .attach-list a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin: -5px 0 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYxLjA4IiBoZWlnaHQ9IjI2MS4xIiB2aWV3Qm94PSIwIDAgMjYxLjA4IDI2MS4xIj48ZGVmcz48cGF0aCBpZD0iY3hrYmEiIGQ9Ik05MDguNTggMzkzOS4zNGw1NC4yMiA1NC4yM2EyMC44NCAyMC44NCAwIDAgMCAyOS40OCAwbDU0LjIyLTU0LjI0YTIwLjg0IDIwLjg0IDAgMCAxIDI5LjQ4IDBsMjYgMjZhMjAuODQgMjAuODQgMCAwIDEgMCAyOS40N2wtNTQuMjQgNTQuMjRhMjAuODQgMjAuODQgMCAwIDAgMCAyOS40N2w1NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMSAwIDI5LjQ4bC0yNiAyNmEyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC01NC4yMi01NC4yM2EyMC44NCAyMC44NCAwIDAgMC0yOS40OCAwbC01NC4yMyA1NC4yM2EyMC44NCAyMC44NCAwIDAgMS0yOS40NyAwbC0yNi0yNmEyMC44NCAyMC44NCAwIDAgMSAwLTI5LjQ3bDU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAwIDAtMjkuNDhsLTU0LjIzLTU0LjIzYTIwLjg0IDIwLjg0IDAgMCAxIDAtMjkuNDdsMjYtMjZhMjAuODQgMjAuODQgMCAwIDEgMjkuNDggMCIvPjwvZGVmcz48Zz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcC04ODI2RUY5NS1BNjcyLTQxMEQtQTgyNS0yREQ4MjQyN0JBMTUpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODQ3IC0zOTMzLjIzKSI+PHVzZSBmaWxsPSIjMzk1M2RiIiB4bGluazpocmVmPSIjY3hrYmEiLz48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
  background-size: 100% 100%;
}

.wpcf7-form .submit-holder,
.salesforce-form .submit-holder,
.gform_wrapper .submit-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wpcf7-form .submit-holder .required-text,
.salesforce-form .submit-holder .required-text,
.gform_wrapper .submit-holder .required-text {
  color: #aaa;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 0 18px;
}

.wpcf7-form .wpcf7-form-control-wrap,
.salesforce-form .wpcf7-form-control-wrap,
.gform_wrapper .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form .wpcf7-submit,
.wpcf7-form .sf-submit,
.wpcf7-form .gform_button,
.salesforce-form .wpcf7-submit,
.salesforce-form .sf-submit,
.salesforce-form .gform_button,
.gform_wrapper .wpcf7-submit,
.gform_wrapper .sf-submit,
.gform_wrapper .gform_button {
  cursor: pointer;
  font-size: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 14px;
  text-align: center;
  vertical-align: top;
  border-radius: 10px;
  letter-spacing: 1.8px;
  display: inline-block;
  text-decoration: none;
  font-family: "Akkurat-Mono", serif;
  padding: 14px 19px 12px;
  color: #fff;
  min-width: 100%;
  background: #3953db;
  border: 1px solid #3953db;
  text-transform: uppercase;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .sf-submit:hover,
.wpcf7-form .gform_button:hover,
.salesforce-form .wpcf7-submit:hover,
.salesforce-form .sf-submit:hover,
.salesforce-form .gform_button:hover,
.gform_wrapper .wpcf7-submit:hover,
.gform_wrapper .sf-submit:hover,
.gform_wrapper .gform_button:hover {
  color: #3953db;
  background: none;
}

.wpcf7-form .custom-checkbox,
.salesforce-form .custom-checkbox,
.gform_wrapper .custom-checkbox {
  float: left;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .wpcf7-form .custom-checkbox,
  .salesforce-form .custom-checkbox,
  .gform_wrapper .custom-checkbox {
    margin-top: 4px;
  }
}

.wpcf7-form .custom-checkbox input[type="checkbox"],
.salesforce-form .custom-checkbox input[type="checkbox"],
.gform_wrapper .custom-checkbox input[type="checkbox"] {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.wpcf7-form .custom-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
.salesforce-form .custom-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
.gform_wrapper .custom-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-form .custom-checkbox .wpcf7-list-item-label,
.salesforce-form .custom-checkbox .wpcf7-list-item-label,
.gform_wrapper .custom-checkbox .wpcf7-list-item-label {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #3953db;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.wpcf7-form .custom-checkbox .wpcf7-list-item-label:after,
.salesforce-form .custom-checkbox .wpcf7-list-item-label:after,
.gform_wrapper .custom-checkbox .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 6px;
  height: 9px;
  border-style: solid;
  border-color: #3953db;
  margin: -5px 0 0 -3px;
  -webkit-transform: rotate(35deg);
       -o-transform: rotate(35deg);
          transform: rotate(35deg);
  border-width: 0 1px 1px 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.wpcf7-form .your-accept-label,
.salesforce-form .your-accept-label,
.gform_wrapper .your-accept-label {
  color: #000;
  display: block;
  font-size: 12px;
  overflow: hidden;
  line-height: 16px;
  padding-left: 20px;
  margin: 39px 0 30px;
  letter-spacing: 0.86px;
}

@media only screen and (max-width: 750px) {
  .wpcf7-form .your-accept-label,
  .salesforce-form .your-accept-label,
  .gform_wrapper .your-accept-label {
    margin: 0;
    line-height: 22px;
  }
}

.wpcf7-form .your-accept-label a,
.salesforce-form .your-accept-label a,
.gform_wrapper .your-accept-label a {
  color: inherit;
}

.wpcf7-form .your-accept-label a:after,
.salesforce-form .your-accept-label a:after,
.gform_wrapper .your-accept-label a:after {
  display: none;
}

.wpcf7-form .your-accept-label a:hover,
.salesforce-form .your-accept-label a:hover,
.gform_wrapper .your-accept-label a:hover {
  text-decoration: underline;
}

.wpcf7-form.invalid .input-field .custom-checkbox .wpcf7-list-item-label {
  border: 1px solid #ffcc00 !important;
}

.gform_wrapper .gform_fields {
  list-style: none;
  padding: 0;
}

.gform_wrapper .gfield_checkbox {
  list-style: none;
  padding: 0;
  text-align: center;
}

.gform_wrapper .gfield_checkbox li {
  text-align: left;
  display: inline-block;
}

.gform_wrapper .hidden_label .gfield_label {
  display: none;
}

.videoWrapper {
  padding-top: 20px;
  margin-bottom: 20px;
}

.videoWrapper .video-container {
  position: relative;
  padding-bottom: calc(9 / 16 * 100%);
  /*16:9*/
  height: 0;
  overflow: hidden;
}

.videoWrapper .video-container iframe,
.videoWrapper .video-container object,
.videoWrapper .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1440px) {
  /*
    .container {
	    max-width: 1400px;
	}
*/

  /*
	.small-container {
	    margin: 0 auto;
	    max-width: 930px;
	    padding-right: 3px;
	}
*/

  body.parent-pageid-4 .small-container {
    margin: 0 auto;
    max-width: 930px;
    padding-right: 3px;
  }

  body.parent-pageid-6 .small-container {
    margin: 0 auto;
    max-width: 930px;
    padding-right: 3px;
  }

  body.single-post .small-container {
    margin: 0 auto;
    max-width: 930px;
    padding-right: 3px;
  }
}

.cross-ico {
  position: absolute;
  top: 6px;
  left: -40px;
  z-index: -10;
  width: 300px;
  height: 300px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  background: url(/app/themes/Interchange/resources/assets/images/cross.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
  margin: -81px 0 0 -109px;
}

@media only screen and (max-width: 750px) {
  .default-section .img-block .cross-ico {
    display: none;
  }
}

.default-section:after {
  content: '';
  top: 842px;
  z-index: 20;
  right: -60px;
  width: 250px;
  height: 250px;
  overflow: hidden;
  background: #ffcc00;
  background: #3953db;
  border-radius: 20px;
  text-indent: -9999px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
  margin: -81px 0 0 -109px;
}

.callback-section:before {
  right: -205px;
  bottom: 149px;
  width: 512px;
  height: 512px;
  border-radius: none;
  -webkit-transform: none;
  -o-transform: none;
     transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  background: url(/app/themes/Interchange/resources/assets/images/cross.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1023px) {
  .callback-section:before {
    right: -85px;
    width: 250px;
    height: 250px;
    bottom: 329px;
  }
}

@media only screen and (max-width: 750px) {
  .callback-section:before {
    right: -40px;
    bottom: -90px;
    width: 157px;
    height: 157px;
    border-radius: 10px;
  }
}

.callback-section:after {
  top: 50px;
  left: -112px;
  width: 300px;
  height: 300px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 35px;
  background: #3953db;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
}

@media only screen and (max-width: 1023px) {
  .callback-section:after {
    left: -90px;
    top: -40px;
    width: 220px;
    height: 220px;
  }
}

@media only screen and (max-width: 750px) {
  .callback-section:after {
    left: -47px;
    top: -30px;
    width: 137px;
    height: 137px;
    border-radius: 10px;
  }
}

.case-section:after {
  background: #3953db;
}

.contact-section .section-inner:after {
  background: url(/app/themes/Interchange/resources/assets/images/cross.svg) 50% 50% no-repeat;
}

.contact-section .section-inner:before {
  background: #3953db;
}

@font-face {
  font-family: 'Apercu';
  src: url(/app/themes/Interchange/dist/fonts/Moderat-Bold.eot) format("embedded-opentype"), url(/app/themes/Interchange/dist/fonts/Moderat-Bold.woff2) format("woff2"), url(/app/themes/Interchange/dist/fonts/Moderat-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Apercu';
  src: url(/app/themes/Interchange/dist/fonts/Moderat-Regular.eot) format("embedded-opentype"), url(/app/themes/Interchange/dist/fonts/Moderat-Regular.woff2) format("woff2"), url(/app/themes/Interchange/dist/fonts/Moderat-Regular.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ApercuPro';
  src: url(/app/themes/Interchange/dist/fonts/Moderat-Bold.eot) format("embedded-opentype"), url(/app/themes/Interchange/dist/fonts/Moderat-Bold.woff2) format("woff2"), url(/app/themes/Interchange/dist/fonts/Moderat-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ApercuPro';
  src: url(/app/themes/Interchange/dist/fonts/Moderat-Regular.eot) format("embedded-opentype"), url(/app/themes/Interchange/dist/fonts/Moderat-Regular.woff2) format("woff2"), url(/app/themes/Interchange/dist/fonts/Moderat-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINRoundPro';
  src: url(/app/themes/Interchange/dist/fonts/Moderat-Regular.eot) format("embedded-opentype"), url(/app/themes/Interchange/dist/fonts/Moderat-Regular.woff2) format("woff2"), url(/app/themes/Interchange/dist/fonts/Moderat-Regular.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

h1 {
  color: #000 !important;
  letter-spacing: -0.047em !important;
}

body {
  color: #768888;
  line-height: 1.38em;
}

h1,
h2,
h3 {
  line-height: 1.15em !important;
  /* 	line-height: .95em!important; */
  color: #000 !important;
}

.module.callback-section h2 {
  color: #000 !important;
}

.module.introduction-section h2,
.module.case-section h2 {
  color: #768888 !important;
}

.footer h1,
.footer h2,
.footer h3 {
  color: #fff !important;
}

.case-list .title,
.team-section .subtitle,
.team-list .name,
.advantage-list .num,
.blog-section.cases-section .subtitle,
.blog-section.cases-section .blog-list .title,
.blog-list .title,
.blog-section .subtitle {
  color: #000;
}

.team-list .name {
  font-weight: normal;
}

.modal h2 {
  color: #fff !important;
}

.team-list a.inner:hover .name {
  color: #fff !important;
}

.advantage-list .num,
.about-section h2,
.case-list .title,
.module.callback-section h2,
.default-section h2.underline,
.default-section .h2.underline,
.team-section .subtitle,
.blog-section .subtitle,
.blog-list .title,
.contact-section .subtitle,
.contact-section .contact-list dd,
#nav .nav-content > ul > li > a {
  letter-spacing: -0.047em !important;
}

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

body {
  font-size: 18px;
}

.module.article-pagination {
  font-size: 14px;
}

@media only screen and (max-width: 750px) {
  body {
    font-size: 12px;
  }

  .module.article-pagination {
    font-size: 12px;
  }
}

.single-post .module.small-container h2 {
  font-family: "Moderat", sans-serif;
}

.animate {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translateY(80px);
  -o-transform: translateY(80px);
     transform: translateY(80px);
  -webkit-transition: opacity 3000ms cubic-bezier(0.18, 1, 0.21, 1), -webkit-transform 3000ms cubic-bezier(0.18, 1, 0.21, 1);
  transition: opacity 3000ms cubic-bezier(0.18, 1, 0.21, 1), -webkit-transform 3000ms cubic-bezier(0.18, 1, 0.21, 1);
  -o-transition: transform 3000ms cubic-bezier(0.18, 1, 0.21, 1), opacity 3000ms cubic-bezier(0.18, 1, 0.21, 1);
  -o-transition: opacity 3000ms cubic-bezier(0.18, 1, 0.21, 1), -o-transform 3000ms cubic-bezier(0.18, 1, 0.21, 1);
  transition: transform 3000ms cubic-bezier(0.18, 1, 0.21, 1), opacity 3000ms cubic-bezier(0.18, 1, 0.21, 1);
  transition: transform 3000ms cubic-bezier(0.18, 1, 0.21, 1), opacity 3000ms cubic-bezier(0.18, 1, 0.21, 1), -webkit-transform 3000ms cubic-bezier(0.18, 1, 0.21, 1), -o-transform 3000ms cubic-bezier(0.18, 1, 0.21, 1);
  transition: transform 3000ms cubic-bezier(0.18, 1, 0.21, 1), opacity 3000ms cubic-bezier(0.18, 1, 0.21, 1), -webkit-transform 3000ms cubic-bezier(0.18, 1, 0.21, 1);
}

.animate.animated {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
     transform: translateY(0);
}


/*# sourceMappingURL=main.css.map*/