@charset "UTF-8";
/* These are base styles */
/* stylelint-disable at-rule-empty-line-before */
/* Mixins */
/* stylelint-disable selector-no-type, no-extra-semicolons */
/* stylelint-enable selector-no-type, no-extra-semicolons */
/* stylelint-disable */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* 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 {
  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 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in 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 */
  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"] {
  /* 1 */
  -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;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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 {
  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"] {
  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 {
  /* 1 */
  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;
}
/* stylelint-enable */
/** ==========================================================================
  #RESET
  ========================================================================== */
/* These are vendor styles */
/* stylelint-disable */
/* Hat tip to @thierrykoblentz for this approach: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
  /*
   * As a side-effect of setting the @viewport above,
   * IE11 & Edge make the scrollbar overlap the content and automatically hide itself when not in use.
   * Unfortunately, the auto-showing of the scrollbar is sometimes too sensitive,
   * thus making it hard to click on stuff near the right edge of the page.
   * So we add this style to force IE11 & Edge to use a "normal", non-overlapping, non-auto-hiding scrollbar.
   * See https://github.com/twbs/bootstrap/issues/18543
  */
  -ms-overflow-style: scrollbar;
}
/* Yes, the universal selector. No, it isn't slow: https://benfrain.com/css-performance-revisited-selectors-bloat-expensive-styles/ */
* {
  /* This prevents users being able to select text. Stops long presses in iOS bringing up copy/paste UI for example. Note below we specifically switch user-select on for inputs for the sake of Safari. Bug here: https://bugs.webkit.org/show_bug.cgi?id=82692 */
  /* This gets -webkit specific prefix as it is a non W3C property */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* Older Androids need this instead */
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  /* Most devs find border-box easier to reason about. However by inheriting we can mix box-sizing approaches. */
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}
/*
 * Make viewport responsive
 *
 * @viewport is needed because IE 10+ doesn't honor <meta name="viewport"> in
 * some cases. See http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/.
 * Eventually @viewport will replace <meta name="viewport">.
 *
 * However, `device-width` is broken on IE 10 on Windows (Phone) 8,
 * (see http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ and https://github.com/twbs/bootstrap/issues/10497)
 * and the fix for that involves a snippet of JavaScript to sniff the user agent
 * and apply some conditional CSS.
 *
 * See http://getbootstrap.com/getting-started/#support-ie10-width for the relevant hack.
 */
@-ms-viewport {
  width: device-width;
}
/*
 * Repeating the background mostly makes sense in the <body>. Otherwise, people
 * usually want the image and preferably its center (not the top-right corner)
 */
*:not(body) {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
/* Switching user-select on for inputs and contenteditable specifically for Safari (see bug link above) */
input[type], [contenteditable] {
  user-select: text;
}
/* A very simple reset that sits on top of Normalize.css. */
body, h1, h2, h3, h4, h5, h6, blockquote, p, pre, dl, dd, ol, ul, figure, hr, fieldset, legend {
  /* We will be adding our own margin and padding to these elements as needed. */
  margin: 0;
  padding: 0;
  /* No bold for h tags unless you want it */
  font-weight: 400;
}
button {
  background: transparent;
  border: 0;
  padding: 0;
}
/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus {
  outline: none !important;
}
/* No bold for b tags by default */
b {
  font-weight: 400;
}
/* Prevent these elements having italics by default */
em, i {
  font-style: normal;
}
/* Mozilla adds a dotted outline around a tags when they receive tab focus. This removes it. Be aware this is a backwards accessibilty step! */
a:focus {
  outline: 0;
}
input, fieldset {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  /* inputs and fieldset defaults to having a min-width equal to its content in Chrome and Firefox (https://code.google.com/p/chromium/issues/detail?id=560762), we may not want that */
  min-width: 0;
  /* Reset the font size and family */
  font-size: 1rem;
  font-family: inherit;
}
/* For IE, we want to remove the default cross ('X') that appears in input fields when a user starts typing - Make sure you add your own! */
input::-ms-clear {
  display: none;
}
/* This switches the default outline off when an input receives focus (really important for users tabbing through with a keyboard) so ensure you put something decent in for your input focus instead!! */
input:focus {
  outline: 0;
}
input[type="number"] {
  /* Mozilla shows the spinner UI on number inputs unless we use this: */
  -moz-appearance: textfield;
}
/* Removes the little spinner controls for number type inputs (WebKit browsers/forks only) */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
}
/* SVG defaults to inline display which I dislike */
svg {
  display: inline-flex;
}
img {
  /* Make images behave responsively. Here they will scale up to 100% of their natural size */
  max-width: 100%;
  /* Make images display as a block (UA default is usually inline) */
  display: block;
}
/* If a `width` and/or `height` attribute have been explicitly defined, let’s not make the image fluid. */
img[width], img[height] {
  max-width: none;
}
/* Remove default table spacing. */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
iframe {
  border: 0;
}
/*
 * Avoid 300ms click delay on touch devices that support the `touch-action` CSS property.
 *
 * In particular, unlike most other browsers, IE11+Edge on Windows 10 on touch devices and IE Mobile 10-11
 * DON'T remove the click delay when `<meta name="viewport" content="width=device-width">` is present.
 * However, they DO support removing the click delay via `touch-action: manipulation`.
 * See:
 * * http://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch
 * * http://caniuse.com/#feat=css-touch-action
 * * http://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay
 */
a, area, button, [role="button"], input, label, select, summary, textarea {
  touch-action: manipulation;
}
/* stylelint-enable */
/* These are base styles */
/* stylelint-disable selector-no-type */
html {
  font-family: "myriad-pro", "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.4285714286;
  background-color: #fff;
  color: #000;
  overflow-y: scroll;
  min-height: 100%;
  font-size: 62.5%;
  font-display: swap;
}
body {
  font-size: 1.4rem;
}
a {
  color: inherit;
}
/* stylelint-enable selector-no-type */
h1, h2, h3, h4, h5, h6 {
  font-family: "myriad-pro", "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
/* These are base styles */
/* stylelint-disable selector-no-type */
h1 {
  font-size: 5.6rem;
  line-height: 6.2rem;
  font-weight: 700;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 300;
}
h3 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 100;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 300;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
}
h6 {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
}
/* stylelint-enable selector-no-type */
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.justify {
  text-align: justify;
}
.hidden-sm {
  display: none;
}
.row {
  position: relative;
  width: 100%;
  margin: 0px -2%;
}
.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  width: 96%;
}
.col-1-sm {
  width: 4.3333333333%;
}
.col-2-sm {
  width: 12.6666666667%;
}
.col-3-sm {
  width: 21%;
}
.col-4-sm {
  width: 29.3333333333%;
}
.col-5-sm {
  width: 37.6666666667%;
}
.col-6-sm {
  width: 46%;
}
.col-7-sm {
  width: 54.3333333333%;
}
.col-8-sm {
  width: 62.6666666667%;
}
.col-9-sm {
  width: 71%;
}
.col-10-sm {
  width: 79.3333333333%;
}
.col-11-sm {
  width: 87.6666666667%;
}
.col-12-sm {
  width: 96%;
}
@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.3333333333%;
  }
  .col-2 {
    width: 12.6666666667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.3333333333%;
  }
  .col-5 {
    width: 37.6666666667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.3333333333%;
  }
  .col-8 {
    width: 62.6666666667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.3333333333%;
  }
  .col-11 {
    width: 87.6666666667%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}
.container {
  max-width: 1040px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.section {
  padding-top: 6.5rem;
  padding-bottom: 4rem;
}
.section__title {
  font-size: 3.4rem;
  line-height: 4.5rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 600px) {
  .section__title {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
}
.section__title.section__title--nomar {
  margin-bottom: 0;
}
em {
  font-style: italic;
}
.section__description {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}
.section__description p {
  font-weight: 300;
}
.general-content {
  padding: 6rem 0;
}
.general-content h2:first-child {
  padding-top: 0px;
}
.general-content h2 {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.general-content p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 300;
}
.general-content a {
  color: #dd8f5c;
  font-weight: 400;
}
.general-content a.btn--primary {
  color: white;
}
.img_fullwidth {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
.img_fullwidth img, .img_fullwidth img[width], .img_fullwidth img[height] {
  max-width: 1500px;
  margin: 0px auto;
}
.single-post .gallery {
  max-width: 760px;
  margin-left: 0px !important;
}
.single-post .gallery .gallery-caption {
  font-size: 2.2rem;
  margin-top: 20px;
  margin-bottom: 40px;
}
body.logged-in.single-post .gallery {
  display: block;
}
#pbOverlay *, #pbOverlay *:before, #pbOverlay *:after {
  margin: 0px auto;
}
pre {
  background-color: #eeeeee;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 30px;
  white-space: pre-wrap;
  max-height: 5000px;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}
.big, .general-content p.big {
  font-size: 180%;
  line-height: 130%;
}
.big-number {
  display: block;
  text-align: center;
  font-size: 10rem;
  font-weight: 900;
  line-height: 6rem;
  padding: 10px 0px 0px 0px;
}
hr {
  margin-bottom: 2rem;
}
.yellow {
  color: #fecd04;
}
.green {
  color: #548254;
}
.red {
  color: #dd8f5c;
}
.fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 30px -50vw;
  text-align: center;
  padding: 40px 0px;
}
img[width], img[height] {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.globebg {
  background-image: url(/wp-content/themes/profundcom-theme/images/globe.jpg);
  background-size: cover;
}
.aggreg {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.aggreg-item {
  width: 160px;
  height: 160px;
  background: #44c0cf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #44c0cf 1%, #5a80c0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #44c0cf 1%, #5a80c0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #44c0cf 1%, #5a80c0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44c0cf", endColorstr="#5a80c0",GradientType=1);
  /* IE6-9 */
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  margin: 20px 10px;
  position: relative;
}
.aggreg-item div {
  position: absolute;
  width: 100%;
  height: 70%;
  background-size: 70% 70%;
  background-position: center center;
  background-repeat: no-repeat;
}
.aggreg-item p {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.aggreg-item .email {
  background-image: url(https://profundcom.net/wp-content/uploads/2018/01/file_attachments.svg);
}
.aggreg-item .web {
  background-image: url(https://profundcom.net/wp-content/uploads/2018/01/reporting_automation.svg);
}
.aggreg-item .social {
  background-image: url(https://profundcom.net/wp-content/uploads/2018/01/socialmedia_engagement.svg);
}
.aggreg-item .analytics {
  background-image: url(https://profundcom.net/wp-content/uploads/2018/01/website_engagement.svg);
}
.aggreg-item .inv {
  background-image: url(https://profundcom.net/wp-content/uploads/2018/03/serp-1.svg);
}
.aggreg-item .data {
  background-image: url(https://profundcom.net/wp-content/uploads/2018/12/marketing_data-2.svg);
}
.amain .demo-callout, .amian div > div {
  max-width: 760px;
  padding: 20px;
  background-color: #f1f1f1;
}
.amain .demo-callout p, .amian div > div p {
  font-size: 2rem;
  max-width: none;
  text-align: center;
}
.amain .demo-callout p:first-child, .amian div > div p:first-child {
  margin-top: 0px;
}
.amain .demo-callout p:last-child, .amian div > div p:last-child {
  margin-bottom: 0px;
}
.general-content ul {
  padding-left: 30px;
}
.general-content ul li {
  list-style-type: disc;
  font-size: 1.6rem;
  font-weight: 200;
}
div.fts-twitter-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  align-items: stretch;
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 767px) {
  div.fts-twitter-div {
    grid-template-columns: 1fr 1fr;
  }
}
b {
  font-weight: bold;
}
ol {
  list-style: decimal;
  list-style: decimal;
  margin-left: 20px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
ol li {
  margin-bottom: 0.5rem;
}
ol li:last-child {
  margin-bottom: 2.2rem;
}
.leave-intent {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 8;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.45);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
}
.leave-intent .leave-intent-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.leave-intent .leave-notice {
  max-width: 700px;
  background-color: #f1f1f1;
  padding: 40px;
  text-align: center;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}
.leave-intent .leave-notice h2 {
  font-weight: 200;
  margin-bottom: 30px;
}
.logged-in .leave-intent.active {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  opacity: 1;
}
.wbounce-modal .modal-title {
  background-color: #f0f1f2;
}
.wbounce-modal .modal-title h2 {
  color: #26247B;
  font-weight: 200;
}
.watch-demo {
  height: calc(100vh - 150px);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#26247b+30,7ec1f9+100 */
  background: #26247b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #26247b 10%, #7ec1f9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #26247b 10%, #7ec1f9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #26247b 10%, #7ec1f9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26247b", endColorstr="#7ec1f9",GradientType=0);
  /* IE6-9 */
  color: white;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.watch-demo .container {
  text-align: center;
  padding-top: 90px;
}
.watch-demo .container h1 {
  font-weight: 200;
  font-size: 5rem;
  margin: 0px 0px 15px;
}
@media (max-width: 630px) {
  .watch-demo .container h1 {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
.watch-demo .container p {
  max-width: 600px;
  margin: 10px auto;
  font-size: 1.6rem;
}
.watch-demo .container .nf-form-fields-required {
  display: none;
}
.watch-demo .container .nf-form-cont {
  max-width: 600px;
  margin: 10px auto;
}
.watch-demo .container .nf-form-cont .nf-multi-cell .nf-cell {
  float: left;
  padding: 0 0px;
}
.watch-demo .container .nf-form-cont .nf-multi-cell .nf-cell:first-child {
  width: calc(100% - 101px) !important;
}
.watch-demo .container .nf-form-cont .nf-multi-cell .nf-cell:last-child {
  width: 101px !important;
}
.video_modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  max-height: 0px;
  background-color: rgba(38, 36, 123, 0.9);
  overflow: hidden;
  opacity: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease-in-out;
}
.video_modal .video_container {
  width: 100%;
  max-width: 1000px;
  padding: 50px;
  position: relative;
}
.video_modal .video_container .dismiss {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.video_modal.active {
  opacity: 1;
  max-height: 100vh;
}
.welcome-section {
  background-color: #ECEFF4;
  padding-top: 154px;
  padding-bottom: 60px;
  position: relative;
}
.welcome-section .container {
  max-width: 1200px;
  position: relative;
}
@media (max-width: 850px) {
  .welcome-section .container {
    padding-bottom: 65vw;
  }
}
.welcome-section h1 {
  font-weight: 300;
  font-size: 4.6rem;
  color: #26247B;
  position: relative;
  padding-left: 35px;
  font-weight: 600;
}
.welcome-section h1 a {
  transition: 0.2s ease-in-out;
}
.welcome-section h1 a:hover {
  opacity: 0.8;
}
.welcome-section h1 i {
  position: absolute;
  left: 0px;
  top: 10px;
  color: #dd8f5c;
}
@media (max-width: 850px) {
  .welcome-section h1 {
    margin-left: 20px;
  }
}
@media (max-width: 512px) {
  .welcome-section h1 {
    font-size: 3.8rem;
    line-height: 1.2;
  }
}
.welcome-section h2 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #26247B;
}
.welcome-section .inset-image {
  width: calc(50% - 20px);
  height: calc(100% - 220px);
  margin-top: 220px;
  position: absolute;
  background-size: contain;
  background-position: right bottom;
  top: 0px;
  left: 0px;
  z-index: 0;
}
@media (max-width: 1050px) {
  .welcome-section .inset-image {
    width: 50%;
  }
}
@media (max-width: 990px) {
  .welcome-section .inset-image {
    width: 70%;
  }
}
@media (max-width: 850px) {
  .welcome-section .inset-image {
    left: 30px;
    width: calc(100% - 30px);
  }
}
.welcome-section .text-block {
  position: relative;
  left: calc(50% + 30px);
  padding-top: 100px;
  max-width: 600px;
  width: calc(50% - 30px);
}
@media (max-width: 1030px) {
  .welcome-section .text-block {
    left: 20px;
    max-width: none;
    width: calc(100% - 40px);
    padding-top: 50px;
  }
}
.welcome-section .text-block p {
  font-size: 20px;
  max-width: 450px;
  margin-bottom: 20px;
}
@media (max-width: 1130px) {
  .welcome-section .text-block p {
    max-width: none;
  }
}
.welcome-section .buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 0px;
}
.welcome-section .buttons a {
  display: block;
  width: calc(50% - 20px);
  background-color: white;
  margin: 0px 10px 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease-in-out;
  position: relative;
  color: #3e3e3e;
}
@media (max-width: 850px) {
  .welcome-section .buttons a {
    width: calc(50% - 20px);
  }
}
@media (max-width: 515px) {
  .welcome-section .buttons a {
    width: 100%;
  }
}
.welcome-section .buttons a .bttn_icon {
  position: absolute;
  left: 10px;
  top: 10px;
}
.welcome-section .buttons a .bttn_icon i.fa-stack-2x {
  color: #d8d8d8;
}
.welcome-section .buttons a .bttn_icon i.fa-stack-1x {
  color: #26247B;
}
.welcome-section .buttons a:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  transform: scale3d(1.04, 1.04, 1.04);
}
.welcome-section .buttons a h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-left: 30px;
}
.welcome-section .buttons a h3 i {
  float: right;
  margin-top: 4px;
}
.welcome-section .buttons a p {
  font-size: 1.6rem;
}
.welcome-section .casestudy-section {
  position: absolute;
  width: calc(50% + 200px);
  left: -230px;
  bottom: 20px;
  margin: 0px 0px 0px;
  background-color: white;
  padding: 10px 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.196);
}
@media screen and (max-width: 1710px) {
  .welcome-section .casestudy-section {
    left: calc((-50vw + 600px) + 30px);
    width: calc((50vw - 630px) + 50%);
  }
}
@media screen and (max-width: 1200px) {
  .welcome-section .casestudy-section {
    left: 20px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1030px) {
  .welcome-section .casestudy-section {
    position: relative;
    width: calc(100% - 40px);
    margin-top: 30px;
    bottom: auto;
  }
}
@media screen and (max-width: 600px) {
  .welcome-section .casestudy-section {
    padding: 10px 10px;
  }
}
.welcome-section .casestudy-section .cs-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border: 1px solid transparent;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
  padding: 8px;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.welcome-section .casestudy-section .cs-item:last-child {
  border: 1px solid transparent;
}
.welcome-section .casestudy-section .cs-item:after {
  font: var(--fa-font-solid);
  content: "";
  display: block;
  font-size: 30px;
  color: #dd8f5c;
  order: 4;
}
@media screen and (max-width: 600px) {
  .welcome-section .casestudy-section .cs-item:after {
    width: 50px;
    height: 50px;
    background-color: #dd8f5c;
    color: white;
    border-radius: 40px;
    margin: 0px auto;
    padding-top: 12px;
    text-align: center;
  }
}
.welcome-section .casestudy-section .cs-item:hover {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.196);
  transform: scale3d(1.03, 1.03, 1.03);
  z-index: 5;
}
@media screen and (max-width: 600px) {
  .welcome-section .casestudy-section .cs-item {
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding: 18px;
  }
  .welcome-section .casestudy-section .cs-item:last-child {
    border: 1px solid #d9d9d9;
    margin-bottom: 0px;
  }
  .welcome-section .casestudy-section .cs-item:hover {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.196);
    transform: scale3d(1, 1, 1);
    z-index: 5;
  }
}
.welcome-section .casestudy-section .cs-item .qblock {
  width: calc(100% - 280px);
}
@media screen and (max-width: 1220px) {
  .welcome-section .casestudy-section .cs-item .qblock {
    width: calc(100% - 230px);
  }
}
.welcome-section .casestudy-section .cs-item .qblock p {
  font-size: 18px;
}
@media screen and (max-width: 1350px) {
  .welcome-section .casestudy-section .cs-item .qblock p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1175px) {
  .welcome-section .casestudy-section .cs-item .qblock p {
    font-size: 14px;
  }
}
@media (max-width: 1030px) {
  .welcome-section .casestudy-section .cs-item .qblock p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .welcome-section .casestudy-section .cs-item .qblock {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    order: 2;
  }
}
.welcome-section .casestudy-section .cs-item .photoblock {
  width: 100px;
  height: 100px;
  margin: 0px 20px;
  display: none;
}
@media screen and (max-width: 1220px) {
  .welcome-section .casestudy-section .cs-item .photoblock {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .welcome-section .casestudy-section .cs-item .photoblock {
    width: 100%;
  }
}
.welcome-section .casestudy-section .cs-item .photoblock img {
  display: block;
  max-width: 100px;
  max-height: 100px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  margin: 0px auto;
}
@media screen and (max-width: 1220px) {
  .welcome-section .casestudy-section .cs-item .photoblock img {
    max-width: 80px;
    max-height: 80px;
    width: 80px;
    height: 80px;
  }
}
.welcome-section .casestudy-section .cs-item .logoblock {
  width: 180px;
  margin: 0px 20px;
}
@media screen and (max-width: 1220px) {
  .welcome-section .casestudy-section .cs-item .logoblock {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .welcome-section .casestudy-section .cs-item .logoblock {
    width: 100%;
    order: 3;
  }
}
.welcome-section .casestudy-section .cs-item .logoblock img {
  display: block;
  max-width: 180px;
  max-height: 100px;
  width: 180px;
  height: 100px;
  object-fit: contain;
  object-position: left center;
  margin: 0px auto;
}
@media screen and (max-width: 1220px) {
  .welcome-section .casestudy-section .cs-item .logoblock img {
    max-width: 150px;
    max-height: 100px;
    width: 180px;
    height: 100px;
  }
}
.subscribe_bar {
  background-color: #26247B;
  color: white;
  padding: 20px 0px;
  width: 100%;
}
.subscribe_bar .container {
  max-width: 1200px;
}
.subscribe_bar .container .sub-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
}
.subscribe_bar .container .sub-row .sub-col:first-child {
  width: calc(30% - 30px);
  margin: 0px 15px;
}
.subscribe_bar .container .sub-row .sub-col:first-child h2 {
  color: white;
}
.subscribe_bar .container .sub-row .sub-col:last-child {
  width: calc(70% - 30px);
  margin: 0px 15px;
}
/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  cursor: pointer;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: opacity 0.2s, -o-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover, .flickity-prev-next-button:focus {
  background: transparent;
}
.flickity-prev-next-button:hover {
  background: transparent;
  opacity: 0.8;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 100%;
  height: 100%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2.5px;
  background: #dd8f5c;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}
.flickity-page-dots .dot:hover, .flickity-page-dots .dot:focus {
  opacity: 0.8;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-prev-next-button.previous svg {
  display: none;
}
@media (max-width: 1140px) {
  .flickity-prev-next-button.previous {
    display: none;
  }
}
.flickity-prev-next-button.previous:before {
  content: "";
  color: #dd8f5c;
  font-family: "FontAwesome";
  font-size: 5rem;
}
.flickity-prev-next-button.next svg {
  display: none;
}
@media (max-width: 1140px) {
  .flickity-prev-next-button.next {
    display: none;
  }
}
.flickity-prev-next-button.next:after {
  content: "";
  color: #dd8f5c;
  font-family: "FontAwesome";
  font-size: 5rem;
}
.transition {
  transition: all 0.25s ease-in-out;
}
.transition__wrap {
  overflow: hidden;
}
.transition--fade-in-down {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
}
.transition--fade-in-down.is-inview {
  opacity: 1;
  transform: none;
}
.transition--fade-in-left {
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
}
.transition--fade-in-left.is-inview {
  opacity: 1;
  transform: none;
}
.transition--fade-in-right {
  opacity: 0;
  transform: translate3d(20px, 0, 0);
}
.transition--fade-in-right.is-inview {
  opacity: 1;
  transform: none;
}
.transition--fade-in-up {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.transition--fade-in-up.is-inview {
  opacity: 1;
  transform: none;
}
.transition--delay-1 {
  transition-delay: 0.1s;
}
.transition--delay-2 {
  transition-delay: 0.25s;
}
.transition--delay-3 {
  transition-delay: 0.4s;
}
.transition--delay-4 {
  transition-delay: 0.55s;
}
.transition--delay-5 {
  transition-delay: 0.7s;
}
.transition--delay-6 {
  transition-delay: 0.85s;
}
.transition--delay-7 {
  transition-delay: 1s;
}
.transition--delay-8 {
  transition-delay: 1.15s;
}
.btn {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  border: none;
  cursor: pointer;
}
.btn::before {
  content: attr(data-text);
  position: absolute;
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 1;
  display: inline-block;
}
.btn:hover::before, .btn:focus::before {
  color: #fff;
  transform: translateZ(0);
  opacity: 1;
}
.btn:hover .btn__overlay, .btn:focus .btn__overlay {
  transform: translate3d(10%, 0, 0) skew(-20deg);
  opacity: 1;
}
.btn:hover .btn__text, .btn:focus .btn__text {
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
}
.btn__overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 140%;
  transform: translate3d(100%, 0, 0) skew(0deg);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.3s ease;
  display: block;
}
.btn__text {
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 1;
  display: inline-block;
}
.btn--extrasmall {
  font-size: 1.2rem;
  line-height: 3.3rem;
  font-weight: 400;
  padding-left: 3.4rem;
  padding-right: 3.4rem;
}
.btn--small {
  font-size: 1.3rem;
  line-height: 4.4rem;
  font-weight: 400;
  padding-left: 4.4rem;
  padding-right: 4.4rem;
}
.btn--medium {
  font-size: 1.8rem;
  line-height: 1.9rem;
  font-weight: 700;
  padding: 1rem 3rem;
  margin-top: 2rem;
}
.btn--large {
  font-size: 1.6rem;
  line-height: 6rem;
  font-weight: 700;
  letter-spacing: 6px;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.1rem;
}
.btn--primary {
  background: #dd8f5c;
  color: #fff;
  border-bottom: 4px solid #c6552d;
}
.btn--primary .btn__overlay {
  background: #d47232;
}
.btn--secondary {
  background: #558155;
  color: #fff;
  border-bottom: 4px solid #375337;
}
.btn--secondary .btn__overlay {
  background: #416241;
}
.btn-menu {
  border-bottom: none;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
.btn--ghost {
  background: transparent;
  color: #dd8f5c;
  border: 3px solid #dd8f5c;
}
.btn--ghost .btn__overlay {
  background: #dd8f5c;
}
.btn--ghost .btn__text {
  color: #dd8f5c;
}
.btn--white {
  background: transparent;
  color: #fff;
  border: 3px solid #fff;
}
.btn--white:hover::before, .btn--white:focus::before {
  color: #000;
}
.btn--white .btn__overlay {
  background: #fff;
}
.btn--white .btn__text {
  color: #fff;
}
.btn--bigm {
  margin-top: 3.5rem;
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero__parallax {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1196px auto;
  text-align: center;
}
.hero--article .hero__parallax {
  display: block;
}
.hero__parallax .container {
  max-width: 600px;
}
.hero--single .hero__parallax, .hero--article .hero__parallax {
  background-size: cover;
}
.hero--single .hero__content, .hero--article .hero__content {
  padding-top: 18rem;
  padding-bottom: 13rem;
}
.hero--single .hero__action, .hero--article .hero__action {
  padding-top: 1rem;
}
.hero--single .hero__title, .hero--article .hero__title {
  padding-bottom: 1rem;
  color: #fff;
  font-size: 5.7rem;
}
@media (max-width: 500px) {
  .hero--single .hero__title, .hero--article .hero__title {
    font-size: 3.7rem;
    line-height: 1.2;
  }
}
@media (max-width: 400px) {
  .hero--single .hero__title, .hero--article .hero__title {
    font-size: 3rem;
  }
}
.hero--single .hero__title::after, .hero--article .hero__title::after {
  background: #fff;
}
.hero--single .hero__subtitle, .hero--article .hero__subtitle {
  color: #fff;
}
.hero__content {
  padding-top: 16rem;
  padding-bottom: 37rem;
}
@media (max-width: 500px) {
  .hero__content {
    padding-top: 13rem;
  }
}
.hero__title {
  color: #000;
  font-size: 4.7rem;
  line-height: 1;
  padding-bottom: 2.5rem;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}
@media (max-width: 500px) {
  .hero__title {
    font-size: 3.7rem;
    line-height: 1.2;
  }
}
@media (max-width: 400px) {
  .hero__title {
    font-size: 3rem;
  }
}
.hero__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1em;
  height: 2px;
  width: calc(100% + 2em);
  background-color: #000;
  animation: heroLoadingMask 1s 0.3s both;
}
.hero__title span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.3rem;
  padding-top: 1rem;
}
.hero__smaller {
  font-size: 2.2rem;
  text-transform: uppercase;
  display: inline-block;
  color: #fff !important;
}
.hero__title__wrap {
  animation: heroRevealUp 0.4s 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.hero__action {
  overflow: hidden;
  padding-top: 2.5rem;
}
.hero__action .btn {
  animation: heroRevealDown 0.4s 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.hero__action .hero__subtitle {
  animation: heroRevealDown 0.4s 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.hero__subtitle {
  font-size: 2.3rem;
  line-height: 2.5rem;
  font-weight: 300;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes heroLoadingMask {
  0%, 100% {
    transform: scaleX(0);
  }
  40%, 60% {
    transform: scaleX(1);
  }
}
@keyframes heroRevealUp {
  0% {
    opacity: 1;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroRevealDown {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero__next {
  width: 41px;
  height: 25px;
  background: url(../images/grey-chevron.svg) no-repeat center center;
  background-size: 41px 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  opacity: 1;
  transition: opacity 0.2s;
}
.hero__next:hover, .hero__next:focus {
  opacity: 0.6;
}
body.single-post .hero__parallax {
  /*    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);	*/
  background-position: center center;
}
.article__intro {
  padding-top: 30.5rem;
  padding-bottom: 6rem;
  color: #fff;
  text-align: left;
  max-width: 760px;
  -webkit-filter: blur(0px) !important;
  -moz-filter: blur(0px) !important;
  -o-filter: blur(0px) !important;
  -ms-filter: blur(0px) !important;
  filter: blur(0px) !important;
}
.article__intro span {
  display: inline-block;
  background: #d0733c;
  color: #fff;
  padding-top: 3px;
  line-height: 3.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.article__intro span a {
  font-weight: 700;
  -moz-transition: color 0.2s, -moz-transform 0.2s;
  -webkit-transition: color 0.2s, -webkit-transform 0.2s;
  -o-transition: color 0.2s, -o-transform 0.2s;
  transition: color 0.2s, transform 0.2s;
}
.article__intro span a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.article__intro span strong {
  font-weight: 700;
}
.article__intro h1 {
  font-size: 3.8rem;
  line-height: 4.5rem;
  font-weight: 300;
  padding: 2rem;
  background-color: rgba(38, 36, 123, 0.7);
}
@media (max-width: 600px) {
  .article__intro h1 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
body.single-team .article__intro {
  position: relative;
}
body.single-team .article__intro h1 {
  padding: 2rem 0rem;
  background-color: transparent;
}
body.single-team .article__intro div.bio-img {
  position: absolute;
  top: 305px;
  right: 0px;
  max-height: 150px;
  max-width: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid white;
}
@media (max-width: 600px) {
  body.single-team .article__intro div.bio-img {
    top: 130px;
    left: 0px;
    right: auto;
  }
}
body.single-team .article__intro div.bio-img img[width], body.single-team .article__intro div.bio-img img[height] {
  max-width: 100%;
  height: auto;
  display: block;
}
.amain {
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.amain h1, .amain h2, .amain h3, .amain p, .amain ul {
  max-width: 760px;
}
.amain p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  margin-bottom: 2.2rem;
}
.amain p a {
  color: #dd8f5c;
  font-weight: 700;
}
.amain ul {
  list-style: disc;
  font-size: 1.6rem;
  margin-left: 40px;
  margin-bottom: 2.2rem;
}
.amain figure {
  margin-bottom: 4rem;
  font-size: 1.5rem;
  line-height: 3rem;
  font-style: italic;
  text-align: right;
}
.amain figcaption {
  padding-bottom: 0.5rem;
}
.amain .post-navigation {
  padding: 30px 0px;
  max-width: 760px;
}
.amain .post-navigation .screen-reader-text {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}
.amain .post-navigation .nav-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.amain .post-navigation .nav-links .nav-previous, .amain .post-navigation .nav-links .nav-next {
  width: 49%;
  box-sizing: border-box;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.amain .post-navigation .nav-links .nav-next {
  text-align: right;
}
.amain .post-navigation .nav-links .nav-previous a, .amain .post-navigation .nav-links .nav-next a {
  display: block;
  position: relative;
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: 10px 20px 10px 30px;
  height: 100%;
  -moz-transition: background-color 0.2s, -moz-transform 0.2s;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  -o-transition: background-color 0.2s, -o-transform 0.2s;
  transition: background-color 0.2s, transform 0.2s;
}
.amain .post-navigation .nav-links .nav-next a {
  padding: 10px 30px 10px 20px;
}
.amain .post-navigation .nav-links .nav-previous a:hover, .amain .post-navigation .nav-links .nav-next a:hover {
  background-color: #e0e0e0;
}
.amain .post-navigation .nav-links .nav-previous a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 30px;
  left: 8px;
  position: absolute;
  top: -4px;
}
.amain .post-navigation .nav-links .nav-next a:after {
  content: "";
  font-family: FontAwesome;
  font-size: 30px;
  right: 8px;
  position: absolute;
  top: -4px;
}
body.single-post .amain p:nth-child(2) {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-style: italic;
  font-weight: 100;
}
body.single-case-study .amain p:first-child {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-style: italic;
  font-weight: 100;
}
body.single-team .main h2 {
  font-size: 2.6rem;
}
body.single-team .main .amain p:first-child {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-style: italic;
  font-weight: 100;
}
.amain__meta {
  color: #929292;
  font-weight: 300;
}
.hero__apps {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hero__apps .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.hero__apps a {
  opacity: 0.3;
  transition: opacity 0.2s;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.hero__apps a:hover, .hero__apps a:focus {
  opacity: 1;
}
.awrap .post-nav {
  padding: 3rem 0;
  position: relative;
}
.awrap.archive {
  padding-bottom: 6rem;
}
body .wp-pagenavi {
  clear: none;
}
@media (max-width: 760px) {
  body .wp-pagenavi {
    text-align: center;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  padding: 8px 15px;
  margin: 2px;
  font-family: "Myriad Pro", "helvetica", sans-serif;
  background-color: #f0f0f0;
  -moz-transition: background-color 0.2s, -moz-transform 0.2s;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  -o-transition: background-color 0.2s, -o-transform 0.2s;
  transition: background-color 0.2s, transform 0.2s;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border: none;
  background-color: #cacaca;
}
@media (max-width: 700px) {
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 4px 8px;
  }
}
.book-demo-section {
  padding: 196px 0px 90px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#26247b+0,26247b+100&1+0,0.76+100 */
  background: -moz-linear-gradient(left, #26247b 0%, rgba(38, 36, 123, 0.76) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #26247b 0%, rgba(38, 36, 123, 0.76) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #26247b 0%, rgba(38, 36, 123, 0.76) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26247b", endColorstr="#c226247b",GradientType=1);
  /* IE6-9 */
  color: white;
}
.book-demo-section .container {
  max-width: 1600px;
}
@media screen and (max-width: 1200px) {
  .book-demo-section .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.book-demo-section .logosec {
  background-color: white;
  border-radius: 10px;
  color: black;
  padding: 20px 20px 45px;
  min-height: 587px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.book-demo-section .logosec img {
  margin: 0px;
}
.book-demo-section .logosec svg {
  padding: 20px;
}
.book-demo-section .logosec h2 {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .book-demo-section .logosec {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 0px;
  }
  .book-demo-section .logosec:first-child {
    order: 1;
  }
  .book-demo-section .logosec:first-child img {
    width: calc(25% - 20px);
    margin: 10px;
  }
  .book-demo-section .logosec:last-child {
    order: 2;
  }
  .book-demo-section .logosec:last-child img {
    width: calc(20% - 20px);
    margin: 10px;
  }
  .book-demo-section .logosec h2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 980px) {
  .book-demo-section .logosec img, .book-demo-section .logosec:first-child img, .book-demo-section .logosec:last-child img {
    width: calc(33% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 580px) {
  .book-demo-section .logosec img, .book-demo-section .logosec:first-child img, .book-demo-section .logosec:last-child img {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 460px) {
  .book-demo-section .logosec img, .book-demo-section .logosec:first-child img, .book-demo-section .logosec:last-child img {
    width: 100%;
    margin: 20px 10px;
  }
}
.book-demo-section p {
  font-size: 2rem;
  margin-top: 2rem;
}
.book-demo-section .formsec {
  background-color: white;
  border-radius: 10px;
  color: black;
  padding: 45px 45px 25px;
}
.book-demo-section .formsec h2 {
  text-align: center;
  font-weight: bold;
  color: #dd8f5c;
  margin-top: 0px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .book-demo-section .formsec {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .book-demo-section .formsec {
    order: 0;
  }
}
@media screen and (max-width: 1200px) {
  .book-demo-section .row {
    display: flex;
    flex-direction: column;
  }
  .book-demo-section .row .col-4:nth-child(2) {
    order: 0;
  }
  .book-demo-section .row [class*="col"] {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.book-demo-section ul {
  margin-top: 40px;
}
.book-demo-section ul li {
  font-size: 3rem;
  line-height: 1.2;
  margin: 5px 0px;
  margin-left: 40px;
  position: relative;
  font-weight: bold;
}
.book-demo-section ul li small {
  font-weight: 400;
}
.book-demo-section ul li i {
  color: #dd8f5c;
  display: block;
  position: absolute;
  left: -35px;
  top: 5px;
}
.book-demo-section .nf-form-content button, .book-demo-section .nf-form-content input[type=button], .book-demo-section .nf-form-content input[type=submit] {
  background: #dd8f5c;
  border: 0;
  color: white;
  transition: all 0.5s;
  border-radius: 8px;
  margin: 0px auto;
  display: inherit;
  text-transform: uppercase;
  font-size: 2.5rem;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.book-demo-section .nf-form-content button:hover, .book-demo-section .nf-form-content input[type=button]:hover, .book-demo-section .nf-form-content input[type=submit]:hover {
  background: #d47232;
  color: white;
}
.page__banner, .appstore__banner {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 4px solid #26247B;
}
@media (max-width: 512px) {
  .page__banner, .appstore__banner {
    height: 400px;
  }
}
.page__banner .hero__parallax, .appstore__banner .hero__parallax {
  height: 100%;
}
.page__banner h1.hero__title, .appstore__banner h1.hero__title {
  color: #26247B;
  padding-top: 18rem;
}
@media (max-width: 512px) {
  .page__banner h1.hero__title, .appstore__banner h1.hero__title {
    padding-top: 13rem;
  }
}
.page__banner .banner__img_container, .appstore__banner .banner__img_container {
  width: 100%;
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  padding: 0px 20px;
}
.page__banner .banner__img_container img, .appstore__banner .banner__img_container img {
  width: 900px;
  margin: 0px auto -3px auto;
}
.page__banner.new__banner {
  min-height: 310px;
  border-bottom: none;
}
.single-post .hero__parallax .container, .single-case-study .hero__parallax .container {
  max-width: 1050px;
}
.page-id-311 .page__banner {
  border-bottom: none;
  overflow: visible;
}
.archive .page__banner a {
  display: inline-block;
  background-color: #dd8f5c;
  color: white;
  margin-top: 5px;
  padding: 2px 6px;
  border-radius: 18px;
  transition: background-color 0.2s ease-in-out;
}
.archive .page__banner a:hover {
  background-color: #d47232;
}
.reg__mask {
  display: none;
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 20;
}
.appstore__banner {
  min-height: 440px;
  color: white;
}
.appstore__banner h1.hero__title {
  color: white;
}
.appstore__banner h1.hero__title::after {
  background: #fff;
}
.appstore__banner .hero__parallax {
  padding-bottom: 200px;
  background-color: #26247B;
}
.home-banner {
  margin-top: 104px;
}
.home-banner .container {
  margin: 0px auto;
  padding: 70px 0px;
}
.home-banner h1 {
  font-size: 3rem;
  line-height: 3.1rem;
  font-weight: 400;
}
.home-banner h1 a {
  color: #dd8f5c;
}
.page-template-edd-theme-template main {
  min-height: calc(100vh - 2px);
}
body .edd-style {
  font-size: 18px;
}
body .edd-style .amain p {
  font-size: 18px;
}
body .edd-style input, body .edd-style #edd_checkout_form_wrap select.edd-select {
  font-size: 16px;
  border-radius: 4px;
  background-color: #f1f1f1;
  padding: 8px 12px;
  width: 100%;
}
body .edd-style #edd_checkout_form_wrap input[type=email], body .edd-style #edd_checkout_form_wrap input[type=password], body .edd-style #edd_checkout_form_wrap input[type=tel], body .edd-style #edd_checkout_form_wrap input[type=text], body .edd-style #edd_checkout_form_wrap textarea {
  padding: 8px 12px;
}
body .edd-style #edd_checkout_form_wrap fieldset, body .edd-style .edd-stripe-new-card {
  display: flex;
  flex-wrap: wrap;
}
body .edd-style #edd_checkout_form_wrap fieldset > p, body .edd-style #edd_checkout_form_wrap fieldset #edd-card-wrap, body .edd-style #edd_checkout_form_wrap fieldset #edd-card-name-wrap, body .edd-style .edd-stripe-new-card > p, body .edd-style .edd-stripe-new-card #edd-card-wrap, body .edd-style .edd-stripe-new-card #edd-card-name-wrap {
  width: calc(50% - 20px);
  margin: 5px 10px;
}
@media screen and (max-width: 600px) {
  body .edd-style #edd_checkout_form_wrap fieldset > p, body .edd-style #edd_checkout_form_wrap fieldset #edd-card-wrap, body .edd-style #edd_checkout_form_wrap fieldset #edd-card-name-wrap, body .edd-style .edd-stripe-new-card > p, body .edd-style .edd-stripe-new-card #edd-card-wrap, body .edd-style .edd-stripe-new-card #edd-card-name-wrap {
    width: calc(100% - 20px);
  }
}
body .edd-style #edd_secure_site_wrapper, body .edd-style #edd_checkout_form_wrap input.edd-input, body .edd-style #edd_checkout_form_wrap textarea.edd-input, body .edd-style .edd-stripe-new-card {
  width: 100%;
}
body .edd-style #edd_checkout_form_wrap .edd-label {
  font-size: 18px;
}
body .edd-style #edd-email-wrap {
  order: 2;
}
body .edd-style #edd_purchase_submit input {
  width: calc(50% - 20px);
  min-width: 180px;
}
@media screen and (max-width: 600px) {
  body .edd-style #edd_purchase_submit input {
    width: calc(100% - 20px);
  }
}
.video-grid {
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  /* ----------- iPhone 4 and 4S ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone X ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone XR ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone XS ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone XS Max ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad 1, 2, Mini and Air ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad Pro 10.5" ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad Pro 12.9" ----------- */
  /* Portrait and Landscape */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-grid {
    height: auto;
    padding-top: 90px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-grid {
    height: auto;
    padding-top: 90px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-grid {
    height: auto;
    padding-top: 90px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .video-grid {
    height: auto;
    padding-top: 90px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .video-grid {
    height: auto;
    padding-top: 90px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .video-grid {
    height: auto;
    padding-top: 90px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .video-grid {
    height: auto;
    padding-top: 90px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .video-grid {
    height: auto;
    padding-top: 90px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .video-grid {
    height: auto;
    padding-top: 90px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-grid {
    height: auto;
    padding-top: 90px;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-grid {
    height: auto;
    padding-top: 90px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-grid {
    height: auto;
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .video-grid {
    height: auto;
    padding-top: 90px;
  }
}
.video-box {
  width: 50%;
  height: 50%;
  background-color: black;
  position: relative;
  overflow: hidden;
  /* ----------- iPhone 4 and 4S ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone X ----------- */
  /* Portrait and Landscape */
  /* ------------ iPhone XR ----------- */
  /* landscape */
  /* ----------- iPhone XS ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone XS Max ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad 1, 2, Mini and Air ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad Pro 10.5" ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad Pro 12.9" ----------- */
  /* Portrait and Landscape */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-box {
    width: 100%;
    height: 60vw;
  }
  .video-box video {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-box {
    width: 100%;
    height: 60vw;
  }
  .video-box video {
    display: none;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-box {
    width: 100%;
    height: 60vw;
  }
  .video-box video {
    display: none;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .video-box {
    width: 100%;
    height: 60vw;
  }
  .video-box video {
    display: none;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .video-box {
    width: 100%;
    height: 60vw;
  }
  .video-box video {
    display: none;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .video-box {
    width: 100%;
    height: 60vw;
  }
  .video-box video {
    display: none;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .video-box {
    width: 100%;
    height: 60vw;
  }
  .video-box video {
    display: none;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .video-box {
    width: 100%;
    height: 60vw;
  }
  .video-box video {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .video-box {
    width: 100%;
    height: 60vw;
  }
  .video-box video {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-box {
    width: 100%;
    height: 60vw;
  }
  .video-box video {
    display: none;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-box {
    width: 100%;
    height: 60vw;
  }
  .video-box video {
    display: none;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-box {
    width: 100%;
    height: 60vw;
  }
  .video-box video {
    display: none;
  }
}
@media (max-width: 767px) {
  .video-box {
    width: 100%;
    height: 60vw;
  }
  .video-box video {
    display: none;
  }
}
.video-box .video {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.video-box .video .video_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 30;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  color: black;
  display: block;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(6px) grayscale(100%);
  backdrop-filter: blur(6px) grayscale(100%);
  transition: all 0.3s ease-in-out;
  /* ----------- iPhone 4 and 4S ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone X ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone XR ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone XS ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone XS Max ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad 1, 2, Mini and Air ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad Pro 10.5" ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad Pro 12.9" ----------- */
  /* Portrait and Landscape */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-box .video .video_overlay {
    background-color: rgba(0, 0, 0, 0);
    color: white;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-box .video .video_overlay {
    background-color: rgba(0, 0, 0, 0);
    color: white;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-box .video .video_overlay {
    background-color: rgba(0, 0, 0, 0);
    color: white;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .video-box .video .video_overlay {
    background-color: rgba(0, 0, 0, 0);
    color: white;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .video-box .video .video_overlay {
    background-color: rgba(0, 0, 0, 0);
    color: white;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .video-box .video .video_overlay {
    background-color: rgba(0, 0, 0, 0);
    color: white;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .video-box .video .video_overlay {
    background-color: rgba(0, 0, 0, 0);
    color: white;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .video-box .video .video_overlay {
    background-color: rgba(0, 0, 0, 0);
    color: white;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .video-box .video .video_overlay {
    background-color: rgba(0, 0, 0, 0);
    color: white;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-box .video .video_overlay {
    background-color: rgba(0, 0, 0, 0);
    color: white;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-box .video .video_overlay {
    background-color: rgba(0, 0, 0, 0);
    color: white;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-box .video .video_overlay {
    background-color: rgba(0, 0, 0, 0);
    color: white;
  }
}
@media (max-width: 767px) {
  .video-box .video .video_overlay {
    background-color: rgba(0, 0, 0, 0);
    color: white;
  }
}
.video-box .video .video_overlay .vid_link {
  position: absolute;
  bottom: 30px;
  left: 0px;
  padding: 0px 30px;
  width: 100%;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
}
.video-box .video.active .video_overlay {
  background-color: rgba(255, 255, 255, 0);
  color: white;
  backdrop-filter: blur(0px) grayscale(0%);
}
.video-box .video.active .video_overlay .vid_link {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.video-box video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.arrow-pointer {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 52px;
  margin-left: -26px;
  text-align: center;
  font-size: 8rem;
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  z-index: 2;
  /* ----------- iPhone 4 and 4S ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone X ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone XR ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone XS ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone XS Max ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad 1, 2, Mini and Air ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad Pro 10.5" ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad Pro 12.9" ----------- */
  /* Portrait and Landscape */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .arrow-pointer {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .arrow-pointer {
    display: none;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .arrow-pointer {
    display: none;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .arrow-pointer {
    display: none;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .arrow-pointer {
    display: none;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .arrow-pointer {
    display: none;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .arrow-pointer {
    display: none;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .arrow-pointer {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .arrow-pointer {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .arrow-pointer {
    display: none;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .arrow-pointer {
    display: none;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .arrow-pointer {
    display: none;
  }
}
@media (max-width: 767px) {
  .arrow-pointer {
    display: none;
  }
}
.arrow-pointer a {
  color: white;
}
.npage-header {
  margin-top: 106px;
  height: 474px;
  background-color: #ececf9;
}
@media (max-width: 767px) {
  .npage-header {
    margin-top: 95px;
    height: 485px;
  }
}
.npage-header .container {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.npage-header .container div h1 {
  font-size: 4.5rem;
  line-height: 5rem;
  text-align: center;
  position: relative;
  display: inline-block;
}
.npage-header .container div h1 span {
  position: relative;
  display: block;
}
.npage-header .container div h1 span::after {
  position: absolute;
  right: -45px;
  top: -34px;
  display: block;
  content: " ";
  background-image: url(/wp-content/themes/profundcom-theme/images/header_man.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 63px;
  height: 80px;
}
.npage-header .container div p {
  margin-top: 30px;
  font-size: 2.1rem;
  text-align: center;
}
.ntext-image .container {
  max-width: 1400px;
  padding: 230px 0px 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .ntext-image .container {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 160px 20px 50px;
  }
}
.ntext-image .container .img_block, .ntext-image .container .txt_block {
  width: 50%;
  padding: 20px;
}
@media (max-width: 767px) {
  .ntext-image .container .img_block, .ntext-image .container .txt_block {
    width: 100%;
    padding: 20px 20px 60px;
  }
}
@media (max-width: 767px) {
  .ntext-image .container .img_block {
    max-width: 500px;
  }
}
.ntext-image .container .img_block video {
  max-width: 600px;
  margin: 0px auto;
  display: block;
}
.ntext-image .container .txt_block {
  padding: 0px 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .ntext-image .container .txt_block {
    width: 100%;
    padding: 0px 20px;
  }
}
@media (max-width: 767px) {
  .ntext-image .container .txt_block h1, .ntext-image .container .txt_block p {
    text-align: center;
    width: 100%;
  }
}
.ntext-image .container .txt_block h1 {
  margin-bottom: 20px;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 767px) {
  .ntext-image .container .txt_block h1 {
    text-align: center;
  }
}
.ntext-image .container .txt_block p {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.three-colblocks .container {
  max-width: 1400px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 60px 0px;
}
@media (max-width: 1100px) {
  .three-colblocks .container {
    padding: 40px 20px;
  }
}
.three-colblocks .container > h1 {
  font-size: 4rem;
  line-height: 5.6rem;
  font-weight: 700;
  width: 100%;
  padding: 230px 0px 60px;
  text-align: center;
}
.three-colblocks .container p {
  margin-bottom: 18px;
}
.three-colblocks .container .text-sec {
  width: 100%;
}
.three-colblocks .container .text-sec .int {
  max-width: 800px;
  margin: 10px auto 30px;
  font-size: 1.7rem;
}
.three-colblocks .container .findoutmore {
  background-color: #26247b;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.three-colblocks .container .colblock {
  width: calc(33.33% - 20px);
  margin: 0px 10px 50px 10px;
  text-align: center;
  padding: 30px;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0);
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .three-colblocks .container .colblock {
    width: 100%;
  }
}
.three-colblocks .container .colblock .thumbnail {
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.three-colblocks .container .colblock h2 {
  margin: 30px 0px;
  font-size: 2.3rem;
}
.three-colblocks .container .colblock p {
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.three-colblocks .container .colblock ul {
  font-size: 1.7rem;
  line-height: 2.5rem;
  text-align: left;
  list-style: disc;
}
.three-colblocks .container .colblock ul li {
  margin-bottom: 5px;
}
.three-colblocks .container .colblock.bigcol {
  width: calc(50% - 20px);
}
@media (min-width: 1100px) {
  .three-colblocks .container .colblock.bigcol {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .three-colblocks .container .colblock.bigcol {
    width: 100%;
  }
}
.three-colblocks .container a.colblock:hover {
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.38);
  transform: scale3d(1.03, 1.03, 1.03);
}
.page-id-3384 .three-colblocks .container {
  padding: 40px 0px 40px;
}
.page-id-3384 .three-colblocks .container > h1 {
  padding: 0px 0px 60px;
}
.image__section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  text-align: center;
  min-height: 400px;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .image__section {
    background-attachment: scroll;
  }
}
.benchmarkingscreen {
  padding: 40px 130px;
}
@media (max-width: 767px) {
  .benchmarkingscreen {
    padding: 40px 40px;
  }
}
.benchmarkingform {
  min-height: calc(100vh - 310px);
}
.benchform {
  max-width: 450px;
  margin: 0px auto;
}
.benchmarkingscreen .text-section, .benchmarkingform .text-section {
  font-size: 1.8rem;
  line-height: 1.9rem;
  text-align: center;
  max-width: 700px;
  margin: 0px auto 40px;
}
.clients__grid {
  background-color: #f6f6f6;
  padding: 40px 0px;
}
.clients__grid h2 {
  font-weight: 200;
  margin: 30px 0px;
}
.clients__grid .container {
  max-width: 1540px;
}
.clients-grid__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.clients-grid__item {
  width: 25%;
  padding: 10px 30px;
}
@media (max-width: 850px) {
  .clients-grid__item {
    width: 50%;
  }
}
@media (max-width: 465px) {
  .clients-grid__item {
    width: 100%;
  }
}
.home-banner {
  position: relative;
  height: calc(100vh - 104px);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}
.home-banner .bg-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
.home-banner .caption {
  width: 100%;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  z-index: 1;
}
.home-banner .caption h1 {
  max-width: 800px;
  font-size: 4.2rem;
  line-height: 4.4rem;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}
@media (max-width: 1000px) {
  .home-banner .caption h1 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 480px) {
  .home-banner .caption h1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 350px) {
  .home-banner .caption h1 {
    font-size: 2rem;
    line-height: 2.2rem;
    padding: 0px 15px;
  }
}
.home-banner .caption h1 a {
  color: #dd8f5c;
}
.home-banner .boxes {
  max-width: 1500px;
  margin: 0px auto 100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .home-banner .boxes {
    max-width: 700px;
  }
}
.home-banner .arrow {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 30px;
}
@media (max-width: 767px) {
  .home-banner .arrow {
    display: none;
  }
}
.home-banner .arrow img {
  display: block;
  margin: 0px auto;
}
.home-banner .box-item {
  display: block;
  position: relative;
  width: calc(25% - 50px);
  height: 12vw;
  overflow: hidden;
  cursor: pointer;
  max-height: 190px;
  margin: 25px 25px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1000px) {
  .home-banner .box-item {
    width: calc(50% - 50px);
    height: 170px;
  }
}
@media (max-width: 700px) {
  .home-banner .box-item {
    height: 25vw;
  }
}
@media (max-width: 480px) {
  .home-banner .box-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 350px) {
  .home-banner .box-item {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 15px;
  }
}
.home-banner .box-item h2 {
  color: white;
  font-size: 3rem;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
  z-index: 1;
}
@media (max-width: 1350px) {
  .home-banner .box-item h2 {
    font-size: 2rem;
  }
}
@media (max-width: 1000px) {
  .home-banner .box-item h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .home-banner .box-item h2 {
    font-size: 1.5rem;
  }
}
.home-banner .box-item:after {
  content: " ";
  display: block;
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  z-index: 0;
  transition: 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .home-banner .box-item:after {
    background-color: rgba(37, 36, 123, 0.6);
  }
}
.home-banner .box-item:hover {
  transform: scale3d(1.04, 1.04, 1.04);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
}
.home-banner .box-item:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
}
.home-banner .box-item:hover:after {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(37, 36, 123, 0.6);
}
@media (max-width: 480px) {
  .home-banner .box-item:hover:after {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background-color: rgba(37, 36, 123, 0.5);
  }
}
.anchor__nav {
  background-color: #26247B;
  text-align: center;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s ease-in-out;
}
.anchor__nav .anchor__int {
  max-width: 1100px;
  margin: 0px auto;
  padding: 0px 20px;
  box-sizing: border-box;
}
.anchor__nav .anchor__int a {
  display: inline-block;
  padding: 20px 22px;
  color: #dd8f5c;
  transition: background-color 0.2s ease-in-out;
}
.anchor__nav .anchor__int a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.anchor__nav.static {
  position: fixed;
  top: 106px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
  z-index: 22;
}
@media (max-width: 750px) {
  .anchor__nav.static {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    box-shadow: none;
    z-index: 1;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  border-top: 9px solid #fff;
  background: #fff;
  z-index: 15;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
}
.header .container {
  max-width: none;
  min-height: 95px;
  padding-left: 3rem;
  padding-right: 3rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 546px) {
  .header .container .btn-menu {
    display: none;
  }
}
body.logged-in.admin-bar .header {
  top: 32px;
}
.header.static {
  background: #fff;
  z-index: 100;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
}
.header.header--alt {
  background: transparent;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.header.static.header--alt {
  background-color: #26247b;
}
.header.header--solid {
  background: white;
}
.header__brand {
  position: relative;
  top: -10px;
  width: 250px;
  height: 86px;
  background: url(../images/pfc_brandmark.svg) no-repeat center top;
  background-size: cover;
  display: inline-block;
}
@media (max-width: 373px) {
  .header__brand {
    width: calc(100% - 104px);
    background-size: contain;
  }
}
.header--alt .header__brand {
  background: url(../images/pfc_brandmark_alt.svg) no-repeat center top;
  background-size: cover;
}
.header__link {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 400;
  z-index: 1;
}
.header__link a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(/wp-content/themes/profundcom-theme/images/menu_ind.svg);
  padding-bottom: 11px;
  background-size: 0px;
  background-position: center bottom;
  margin-bottom: -1px;
  transition: all 0.3s ease-in-out;
}
.header__link a:hover {
  color: #d47232;
}
.header__link.menu-item-has-children:hover > a {
  background-size: 13px;
}
.menu-item-has-children > a:after {
  content: " ";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
}
.header__link.current-page-parent a {
  background-size: 13px;
}
.page-id-195 #menu-item-199.header__link > a, .parent-pageid-195 #menu-item-199.header__link > a {
  background-size: 13px;
}
.page-id-195 #menu-item-199.header__link ul.header__link.sub-menu, .parent-pageid-195 #menu-item-199.header__link ul.header__link.sub-menu {
  max-height: 150px;
}
.header__link.current-menu-item, .header__link.current-page-parent {
  opacity: 1;
}
.header__link--accent {
  font-weight: 700;
}
.navigation {
  margin-top: -9px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav {
  padding-top: 5.8rem;
  padding-top: 0px;
  /* margin-right: 250px; */
}
.header__nav .header__link.button a {
  display: inline-block;
  padding: 3px 6px;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #26247B;
  border-radius: 6px;
  color: white;
  transition: background-color 0.3s ease-in-out;
}
.header__nav .header__link.button a:hover {
  opacity: 1;
  background-color: #3835b6;
}
.header__nav .header__link.sub-menu {
  z-index: -1;
  display: block;
  top: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: #26247B;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition: max-height 0.3s ease-in-out;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  /*	.header__link a, .header__link:hover a {
			background-image: url(/wp-content/themes/profundcom-theme/images/menu_ind_w.svg);
			background-size: 0px;
			background-position: center bottom;		
			transition: background-size .3s ease-in-out;	
			opacity: 1.0;
		}
		.header__link.current-menu-item a, .header__link:hover a {
			background-image: url(/wp-content/themes/profundcom-theme/images/menu_ind_w.svg);
			background-size: 13px;
			background-position: center bottom;			
		} */
}
.header__nav .header__link.sub-menu .header__link a {
  padding: 20px;
  color: white;
}
.header__nav .header__link.sub-menu:hover {
  opacity: 1;
}
li:hover > ul.header__link.sub-menu {
  max-height: 160px;
}
.header__nav ul {
  position: relative;
}
.header__nav ul li:hover > ul.header__link.sub-menu {
  max-height: 1000px;
}
.header__nav li:nth-child(3) {
  position: relative;
}
.header__nav li:nth-child(3) .header__link.sub-menu {
  display: block;
  width: 200px;
}
.header__nav li:nth-child(3) .header__link.sub-menu .header__link a {
  text-align: left;
}
.header__nav li .header__link.sub-menu .header__link a {
  background-image: none;
  transition: 0.3s ease-in-out;
}
.header__nav li .header__link.sub-menu .header__link a:hover {
  color: #fecd04;
}
.header__nav li .header__link.sub-menu .header__link a:hover .menu-item-description {
  color: white;
}
.header__nav li:first-child .header__link.sub-menu, .header__nav li:nth-child(2) .header__link.sub-menu {
  display: block;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}
.header__nav li:first-child .header__link.sub-menu .header__link a, .header__nav li:nth-child(2) .header__link.sub-menu .header__link a {
  position: relative;
  font-size: 2rem;
  background-image: none;
  padding-bottom: 0px;
  transition: 0.3s ease-in-out;
}
.header__nav li:first-child .header__link.sub-menu .header__link a:after, .header__nav li:nth-child(2) .header__link.sub-menu .header__link a:after {
  content: "";
  padding: none;
  display: inline;
}
.header__nav li:first-child .header__link.sub-menu .header__link:hover, .header__nav li:nth-child(2) .header__link.sub-menu .header__link:hover {
  background-image: none;
}
.header__nav li:first-child .header__link.sub-menu .header__link a, .header__nav li.menu-item-5348 .header__link.sub-menu .header__link a {
  padding-left: 60px;
}
.header__nav li:first-child .header__link.sub-menu .header__link a img, .header__nav li.menu-item-5348 .header__link.sub-menu .header__link a img {
  position: absolute;
  left: 10px;
  top: 20px;
  width: 40px;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.header__nav li:first-child .header__link.sub-menu .header__link:hover a img, .header__nav li.menu-item-5348 .header__link.sub-menu .header__link:hover a img {
  opacity: 1;
}
.menu-item-description {
  display: block;
  margin-top: 10px;
  color: white;
  padding-bottom: 20px;
}
.page-id-195 #menu-item-199.header__link > a, .parent-pageid-195 #menu-item-199.header__link > a {
  background-size: 0px;
}
.page-id-195 #menu-item-199.header__link ul.header__link.sub-menu, .parent-pageid-195 #menu-item-199.header__link ul.header__link.sub-menu {
  max-height: 0px;
}
.page-id-195 #menu-item-199.header__link:hover > a, .parent-pageid-195 #menu-item-199.header__link:hover > a {
  background-size: 13px;
}
.page-id-195 #menu-item-199.header__link:hover ul.header__link.sub-menu, .parent-pageid-195 #menu-item-199.header__link:hover ul.header__link.sub-menu {
  max-height: 10000px;
}
.header--alt .header__link a {
  background-image: url(/wp-content/themes/profundcom-theme/images/menu_ind_w.svg);
}
.header--alt #menu-item-199.header__link:hover > a {
  background-size: 13px;
}
.header--alt .header__nav .header__link.button a {
  background-color: #dd8f5c;
}
.header--alt .header__nav a.header__link.button a:hover {
  background-color: #c46629;
}
.header--alt .header__nav .header__link.sub-menu {
  display: block;
  top: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: white;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition: max-height 0.3s ease-in-out;
}
.header--alt .header__nav .header__link.sub-menu .menu-item-description {
  color: #26247B;
}
.header--alt .header__nav .header__link.sub-menu .header__link a {
  padding: 20px;
  color: #26247B;
}
.header--alt .header__nav .header__link.sub-menu .header__link a:hover .menu-item-description {
  color: #26247B;
}
.header--alt .header__nav .header__link.sub-menu:hover {
  opacity: 1;
}
.header__add {
  padding-top: 5.8rem;
  padding-top: 5.4rem;
  padding-top: 1.3rem;
  display: none;
}
@media (min-width: 900px) {
  .header__add {
    display: block;
  }
}
.header__add .header__link:last-child {
  padding-right: 0;
}
.header__add .header__link.button {
  display: inline-block;
  padding: 3px 6px;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #dd8f5c;
  border-radius: 20px;
  color: white;
  transition: background-color 0.3s ease-in-out;
}
.header__add a.header__link.button:hover {
  display: inline-block;
  padding: 3px 6px;
  background-color: #dd8f5c;
  border-radius: 20px;
  opacity: 1;
  background-color: #d47232;
}
.header__toggle {
  width: 60px;
  height: 45px;
/*   position: absolute; */
  transform: rotate(0deg) scale(0.4);
  transition: 0.5s ease-in-out;
  cursor: pointer;
/*   right: 425px; */
  display: none;
}
@media screen and (max-width: 1199px) {
  .header__toggle {
    display: block;
  }
}
@media screen and (max-width: 1120px) {
  .header__toggle {
    right: 200px;
  }
}
@media screen and (max-width: 546px) {
  .header__toggle {
    right: 15px;
  }
}
.header__toggle span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #dd8f5c;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header--alt .header__toggle span {
  background: #fff;
}
.header__toggle span:nth-child(1) {
  top: 0;
}
.header__toggle span:nth-child(2), .header__toggle span:nth-child(3) {
  top: 18px;
}
.header__toggle span:nth-child(4) {
  top: 36px;
}
.header__toggle.is-active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header__toggle.is-active span:nth-child(2) {
  transform: rotate(45deg);
}
.header__toggle.is-active span:nth-child(3) {
  transform: rotate(-45deg);
}
.header__toggle.is-active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.overlay-nav {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 240px;
  bottom: 0;
  background: #dd8f5c;
  z-index: 10;
  padding-top: 3rem;
  font-size: 1.5rem;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
}
.overlay-nav .header__link {
  display: block;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s ease-in-out;
  transition-delay: 0s;
}
.overlay-nav .header__link a {
  display: block;
  padding: 1rem 3rem;
  text-transform: uppercase;
}
.overlay-nav a#menu-item-1280 {
  padding: 3px 10px;
  background-color: white;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  margin: 1rem 3rem;
  border-radius: 20px;
  min-width: 220px;
  text-align: center;
}
.overlay-nav a#menu-item-1280:hover {
  display: inline-block;
  padding: 3px 10px;
  background-color: #d47232;
  color: white;
}
.has-overlay .overlay-nav {
  transform: translateX(0);
}
.has-overlay .overlay-nav .header__link {
  transform: translateY(0);
  opacity: 1;
}
.has-overlay .overlay-nav .header__link:nth-child(1) {
  transition-delay: 0.1s;
}
.has-overlay .overlay-nav .header__link:nth-child(2) {
  transition-delay: 0.15s;
}
.has-overlay .overlay-nav .header__link:nth-child(3) {
  transition-delay: 0.2s;
}
.has-overlay .overlay-nav .header__link:nth-child(4) {
  transition-delay: 0.25s;
}
.has-overlay .overlay-nav .header__link:nth-child(5) {
  transition-delay: 0.3s;
}
.has-overlay .overlay-nav .header__link:nth-child(6) {
  transition-delay: 0.35s;
}
.has-overlay .overlay-nav .header__link:nth-child(7) {
  transition-delay: 0.4s;
}
.has-overlay .overlay-nav .header__link:nth-child(8) {
  transition-delay: 0.45s;
}
.has-overlay .overlay-nav .header__link:nth-child(9) {
  transition-delay: 0.5s;
}
.has-overlay .overlay-nav .header__link:nth-child(10) {
  transition-delay: 0.55s;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 9;
}
.has-overlay .overlay {
  opacity: 1;
  visibility: visible;
}
.hero__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: background 0.2s;
  z-index: 3;
}
.has-fixednav .hero__nav {
  position: fixed;
  top: 0;
  bottom: auto;
  background: rgba(25, 57, 70, 0.9);
}
@media (max-width: 600px) {
  .hero__nav {
    display: none;
  }
}
.hero__nav a {
  font-size: 1.4rem;
  line-height: 5rem;
  font-weight: 400;
  color: #e4783a;
  display: inline-block;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  background: transparent;
  transition: all 0.2s;
}
.hero__nav a:hover, .hero__nav a:focus {
  background: rgba(0, 0, 0, 0.2);
}
.hero__nav a.is-active {
  color: #fff;
}
.hero__nav__target {
  padding-top: 5rem;
}
.overlay-nav > ul {
  height: calc(100vh - 130px);
  overflow-y: scroll;
}
.overlay-nav li {
  overflow: hidden;
}
.overlay-nav li:hover > a, .overlay-nav li.menu-item-has-children > a {
  background-image: none;
}
.overlay-nav li:hover > a:hover, .overlay-nav li.menu-item-has-children > a:hover {
  color: white;
}
.overlay-nav li.menu-item-has-children > ul.header__link.sub-menu {
  max-height: 0px;
  overflow: hidden;
  visibility: hidden;
  margin-left: 40px;
  border-left: 1px solid black;
  display: block;
}
.overlay-nav li.menu-item-has-children > ul.header__link.sub-menu li.header__link > a {
  padding: 0.5rem 1.5rem;
}
.overlay-nav li:hover > ul.header__link.sub-menu {
  max-height: 0px;
  overflow: hidden;
}
.overlay-nav li.menu-item-has-children.active > ul.header__link.sub-menu {
  max-height: 900px;
  visibility: visible;
}
@media (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}
.header__nav .mega-menu {
  display: flex;
  position: static;
}
.header__nav .mega-menu > li {
  display: block;
  margin: 0px 30px;
  position: static;
}
@media screen and (max-width: 1450px) {
  .header__nav .mega-menu > li {
    margin: 0px 10px;
  }
}
@media screen and (max-width: 1250px) {
  .header__nav .mega-menu > li {
    margin: 0px 0px;
  }
}
.header__nav .mega-menu > li > a {
  display: block;
  padding: 38px 10px;
  font-size: 18px;
  color: #26247B;
}
.header__nav .mega-menu > li .submenu {
  position: absolute;
  width: 100vw;
  left: 0px;
  background-color: white;
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.header__nav .mega-menu > li .submenu .submenu-wrap {
  border-top: 1px solid #d6d6d6;
  padding: 50px calc(50vw - 600px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 30px 30px;
  grid-template-areas: "left middle right";
}
@media screen and (max-width: 1300px) {
  .header__nav .mega-menu > li .submenu .submenu-wrap {
    padding: 50px;
  }
}
.header__nav .mega-menu > li .submenu .submenu-wrap div p {
  margin-left: 10px;
}
.header__nav .mega-menu > li .submenu .submenu-wrap div.menu-intro p {
  font-size: 18px;
  margin: 4px 0px 30px;
  max-width: 260px;
}
.header__nav .mega-menu > li .submenu ul.menu a {
  display: block;
  padding: 5px 10px;
  font-size: 18px;
  color: #26247B;
  transition: 0.3s ease-in-out;
}
.header__nav .mega-menu > li .submenu ul.menu a:hover {
  color: #8f8dde;
}
.header__nav .mega-menu > li:hover .submenu {
  max-height: 100vh;
}
.header__nav .mega-menu > li.four .submenu .submenu-wrap div.rightcol {
  grid-area: right;
}
.news-summary {
  margin: 0px 0px;
  padding: 90px 0px;
  background-color: #cfd5dc;
}
.news-summary h2 {
  text-align: center;
  color: #26247B;
}
@media (max-width: 850px) {
  .news-summary .container {
    padding: 0px 40px;
  }
}
.news-summary .container > p {
  max-width: 700px;
  text-align: center;
  margin: 10px auto 50px;
  font-size: 1.6rem;
}
.newpost-row {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 20px -10px;
}
@media (max-width: 850px) {
  .newpost-row:after {
    content: " ";
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    bottom: 0px;
    border-bottom: 1px solid black;
  }
}
.newpost-row .row-item {
  display: block;
  width: calc(25% - 20px);
  min-height: 257px;
  margin: 0px 10px;
  background-color: white;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in-out;
}
@media (max-width: 850px) {
  .newpost-row .row-item {
    width: calc(50% - 20px);
    margin: 0px 10px 20px;
  }
}
@media (max-width: 520px) {
  .newpost-row .row-item {
    width: 100%;
    margin: 0px 10px 20px;
  }
}
.newpost-row .row-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  height: 130px;
  object-fit: cover;
  object-position: center;
}
.newpost-row .row-item h4 {
  margin: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}
.newpost-row .row-item:hover {
  transform: scale3d(1.05, 1.05, 1.05);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.newpost-row .row-item:first-child {
  padding: 20px;
  text-align: center;
  color: #26247B;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.newpost-row .row-item:first-child .fa-stack {
  font-size: 4rem;
}
.newpost-row .row-item:first-child h3 {
  font-weight: 600;
}
.newpost-row .row-item:first-child p:last-child {
  margin-top: 5px;
  font-weight: 600;
}
.reveal {
  display: flex;
  flex-wrap: wrap;
}
.reveal__box {
  position: relative;
  overflow: hidden;
}
.reveal--2col .reveal__box {
  flex-basis: 50%;
  height: 445px;
}
.reveal--3col .reveal__box {
  flex-basis: 33.333333%;
  height: 290px;
}
.reveal--6col .reveal__box {
  flex-basis: 16.666666667%;
  height: 135px;
}
.reveal__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
}
.reveal__box.is-inview .reveal__img {
  transition: opacity 225ms step-end;
  opacity: 1;
}
.reveal__mask {
  position: absolute;
  top: 0;
  left: -50%;
  right: 0;
  bottom: 0;
  background: rgba(126, 193, 249, 0.9);
  transform: translateX(100%) translateX(10px);
}
.reveal__box.is-inview .reveal__mask {
  transform: translateX(-100%);
  transition: transform 540ms ease-in-out;
}
.integrates-with {
  padding: 70px 0px;
}
.integrates-with .container {
  max-width: 1600px;
}
.integrates-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.int-logos-wrapper {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 512px) {
  .int-logos-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.int-logos-item {
  width: 33.333%;
  min-width: 120px;
  padding: 0px 20px;
}
.pfc-api-logo {
  width: 25%;
  min-width: 100px;
  padding: 0px 0px 0px 30px;
  border-left: 1px solid #bbb;
  text-align: center;
}
@media (max-width: 512px) {
  .pfc-api-logo {
    width: 33.333%;
    min-width: 33.333%;
  }
}
@media (max-width: 512px) {
  .pfc-api-logo {
    padding: 0px 15px 0px 15px;
  }
}
@media (max-width: 1020px) {
  .pfc-api-logo h3 {
    font-size: 2rem;
  }
}
@media (max-width: 840px) {
  .pfc-api-logo h3 {
    font-size: 1.5rem;
  }
}
.pfc-api-logo img {
  max-width: 150px;
  display: block;
  margin: 0px auto;
}
.disc-appstore .disc-appstore__header {
  background-color: #26247B;
  color: white;
  padding: 50px 0px;
  position: relative;
}
@media (max-width: 672px) {
  .disc-appstore .disc-appstore__header {
    padding-bottom: 90px;
  }
}
.disc-appstore .disc-appstore__header h2 {
  font-weight: 200;
  margin: 20px 0px;
}
.disc-appstore .disc-appstore__header .disc-appstore__intro {
  font-size: 2.2rem;
  line-height: 2.6rem;
}
@media (max-width: 767px) {
  .disc-appstore .disc-appstore__header .disc-appstore__intro {
    font-size: 1.4rem;
    line-height: 1.15;
  }
}
.disc-appstore .disc-appstore__header h2, .disc-appstore .disc-appstore__header .disc-appstore__intro {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 900px) {
  .disc-appstore .disc-appstore__header h2, .disc-appstore .disc-appstore__header .disc-appstore__intro {
    max-width: 400px;
  }
}
.disc-appstore .disc-appstore__header .phone_image {
  margin-top: 110px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: right top;
  max-width: 300px;
  min-width: 200px;
  width: 25vw;
  height: 25vw;
  max-height: 600px;
  min-height: 200px;
}
@media (max-width: 1000px) {
  .disc-appstore .disc-appstore__header .phone_image {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .disc-appstore .disc-appstore__header .phone_image {
    margin-top: 180px;
  }
}
.disc-appstore .disc-appstore__content {
  padding: 50px 20px 40px;
}
@media (max-width: 672px) {
  .disc-appstore .disc-appstore__content {
    padding-top: 70px;
  }
}
.services {
  text-align: center;
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
}
.services__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.services__item {
  display: block;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 25%;
  padding: 1rem;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  background: transparent;
  transition: all 0.2s;
  transform: none;
}
.services__item:hover, .services__item:focus {
  background: rgba(255, 255, 255, 0.05);
  transform: scale(1.02);
}
@media (max-width: 766px) {
  .services__item {
    width: 50%;
    flex-basis: 50%;
    margin-bottom: 4rem;
  }
}
@media (max-width: 500px) {
  .services__item {
    width: 50%;
    flex-basis: 100%;
  }
}
.services__item h3 {
  font-size: 2.1rem;
  line-height: 3rem;
  font-weight: 300;
  padding-bottom: 2rem;
}
.services__icon {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 2rem;
  display: block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.services__icon img {
  max-width: 60px;
}
.services__link {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.services--alt {
  background: #f2f2f2;
  border-top: 1px solid #e1e1e1;
  padding-top: 6.5rem;
  padding-bottom: 2.5rem;
}
.services--alt .services__item {
  background: #fff;
  border: 1px solid #d9d9d9;
  width: 24%;
  width: calc(25% - 11px);
  color: #000;
  padding-bottom: 3rem;
  position: relative;
  margin-bottom: 4rem;
}
@media (max-width: 760px) {
  .services--alt .services__item {
    width: 49%;
    width: calc(50% - 6px);
  }
}
@media (max-width: 500px) {
  .services--alt .services__item {
    width: 100%;
  }
}
.services--alt .services__item .services__link {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  width: 100%;
}
.services--alt .services__item h3 {
  font-size: 1.9rem;
  line-height: 3rem;
}
.services--alt .services__icon {
  margin-bottom: 0;
}
.callout {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-size: cover !important;
  overflow: hidden;
}
.callout .container {
  position: relative;
}
.callout:hover .callout__overlay {
  transform: translate3d(10%, 0, 0) skew(-20deg);
  opacity: 1;
}
.callout__overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 140%;
  transform: translate3d(100%, 0, 0) skew(0deg);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.3s ease;
  display: block;
  background: rgba(255, 255, 255, 0.1);
}
.callout__content {
  font-size: 2.7rem;
  line-height: 3.1rem;
  font-weight: 300;
  padding-bottom: 2rem;
  color: #fff;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.callout--italic .callout__content {
  font-style: italic;
}
.callout__more {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 2rem;
  color: #fff;
}
.callout__title {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 300;
  max-width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.callout--alt {
  padding-top: 11rem;
  padding-bottom: 9.5rem;
}
.callout--alt .callout__content {
  font-size: 3.4rem;
  line-height: 4.5rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 1rem;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .callout--alt .callout__content {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
.callout--alt .callout__add {
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-weight: 300;
  margin-bottom: 3.5rem;
}
.callout__wrap {
  background: #eaebf2;
  padding: 7rem 2rem;
  color: #000;
}
.suggested-viewing {
  background-color: #f1f1f1;
}
.suggested-viewing .container {
  padding: 100px 1rem;
}
.suggested-viewing .container > h2 {
  text-align: center;
  padding: 0px 0px 100px;
  max-width: 700px;
  margin: 0px auto;
}
.suggested-viewing .newpost {
  background-color: white;
}
html {
  background: #c9c9c9;
}
body {
  z-index: 0;
  position: relative;
}
.main {
  z-index: 1;
  position: relative;
  background: #fff;
}
.footer {
  z-index: -2;
  position: relative;
  min-height: 830px;
}
.footer .footer__copy a {
  font-weight: bold;
}
.footer a {
  opacity: 1;
  transition: opacity 0.2s;
}
.footer a:hover, .footer a:focus {
  opacity: 0.6;
}
@media (min-width: 900px) {
  .footer__inner {
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 830px;
  }
}
.footer__top {
  background: #203845;
  padding-top: 6rem;
  color: #fff;
}
.footer__bottom {
  background: #cacaca;
  padding-top: 5rem;
  padding-bottom: 2rem;
  color: #797979;
}
.footer__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.footer__col {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 33.33%;
  padding-right: 2rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
}
.footer__col:nth-child(4) {
  padding-right: 0;
}
@media (max-width: 750px) {
  .footer__col {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .footer__col {
    width: 100%;
    padding-right: 0;
  }
}
.footer__title {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 300;
  padding-bottom: 1rem;
}
.footer__content {
  font-size: 1.4rem;
  line-height: 2rem;
}
.footer__link span {
  display: inline-block;
  background: #e47738;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 2.8rem;
  margin-bottom: 1rem;
}
.footer__link h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 600;
  padding-bottom: 1rem;
}
.footer__now {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e47739;
}
.footer__tweet {
  position: relative;
  padding-top: 35px;
}
.footer__tweet:before {
  content: "";
  width: 34px;
  height: 28px;
  background: url(../images/twitter-bird.svg) no-repeat center center;
  background-size: 34px 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__tweet p {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-style: italic;
}
.footer__tweet h3 {
  font-size: 1.5rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.footer__tweet .atf-object.atf-skin-simplistic .atf-tweet-wrapper {
  border: none;
  padding: none;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.footer__tweet .fts-twitter-div a {
  color: white;
}
.footer__tweet .tweeter-info .fts-right {
  padding: 0 7px 0 0px;
}
.footer__tweet .fts-tweeter-wrap .tweeter-info {
  padding: 5px 0 8px;
}
.footer__tweet .fts-twitter-no-margin-left {
  margin-left: 0px;
}
.footer__tweet .fts-right .fts-uppercase, .footer__tweet .fts-twitter-full-width .fts-uppercase {
  display: block;
}
.footer__tweet .fts-twitter-text {
  font-size: 1.7rem;
  padding: 18px 0 20px;
  display: block;
  line-height: 19px;
}
.footer__tweet .fts-twitter-full-name {
  font-size: 2rem !important;
  display: block;
}
.footer__brand {
  display: inline-block;
  width: 165px;
  height: 55px;
  background: url(../images/pfc_brandmark_alt.svg) no-repeat center center;
  margin-bottom: 1rem;
  background-size: cover;
}
.footer__form h2 {
  font-size: 1.6rem;
  line-height: 2.7rem;
  font-weight: 400;
}
.footer__form iframe {
  height: 200px;
}
.footer__form form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer__form form input[type=email] {
  display: block;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background: #50636d;
  padding: 1.6rem 2rem;
  height: auto;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  border: none;
}
.footer__form form input[type=email]::placeholder {
  color: #fff;
}
.footer__form form input[type=submit] {
  display: block;
  line-height: 4.6rem;
  font-size: 1.3rem;
  height: auto;
  border: none;
  padding: 0 2rem;
  font-weight: 600;
  color: #fff;
  background: #76868e;
  width: auto;
  text-align: center;
  min-width: 60px;
  transition: background 0.2s;
  box-sizing: border-box;
}
.footer__form form input[type=submit]:hover, .footer__form form input[type=submit]:focus {
  background: #6a7981;
}
.footer__nav {
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__copy {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #797979;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 600px) {
  .footer__copy {
    text-align: center;
  }
}
.footer__nav a {
  font-size: 1.4rem;
  line-height: 3rem;
  color: #797979;
  margin-right: 2.5rem;
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 600px) {
  .footer__nav a {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
@media (max-width: 600px) {
  .footer__nav--social, .footer__nav--main {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .footer__nav--social {
    padding-top: 1rem;
  }
}
.footer__social {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  background-size: 30px 30px !important;
  margin-right: 0 !important;
  font-size: 0;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .footer__social {
    margin-left: 4px;
    margin-right: 4px !important;
  }
}
.footer__social--twitter {
  background: url(../images/social-twitter.svg) no-repeat center center;
}
.footer__social--facebook {
  background: url(../images/social-facebook.svg) no-repeat center center;
}
.footer__social--linkedin {
  background: url(../images/social-linkedin.svg) no-repeat center center;
}
.footer__social--rss {
  background: url(../images/social-rss.svg) no-repeat center center;
}
.footer__social--pinterest {
  background: url(../images/social-pinterest.svg) no-repeat center center;
}
.subfooter {
  display: inline-block;
  margin-left: 0px;
}
.subfooter a {
  display: inline-block;
  padding: 0px 0px 0px 10px;
}
.featured {
  position: relative;
  padding-top: 7.5rem;
}
.featured::before {
  content: "";
  position: absolute;
  top: 20.5rem;
  bottom: 14.5rem;
  left: 0;
  right: 0;
  background: #f1f1f1;
}
.latest-section .container {
  padding: 100px 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.latest-section .latest-item {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .latest-section .latest-item {
    width: 100%;
    margin-right: 0px;
    padding-top: 40px;
  }
}
.latest-section .latest-item h2 {
  text-align: center;
  margin-bottom: 30px;
}
.latest-section .latest-item > div > a {
  display: block;
  padding: 5px 20px;
  background-color: #f2f2f2;
  color: black;
  border-bottom: 1px solid #aaa;
  min-height: 54px;
  padding-right: 40px;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  font-size: 1.6rem;
  text-align: left;
}
.latest-section .latest-item > div > a i {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.latest-section .latest-item > div > a:hover {
  background-color: #e6e6e6;
}
.latest-section .latest-item > div:nth-child(2) > a {
  border-top: 1px solid #aaa;
}
.latest-section .latest-item a.btn {
  display: block;
}
.latest-section .latest-item:last-child {
  margin-right: 0px;
}
.showcase {
  position: relative;
  height: 630px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.showcase__box {
  max-width: 440px;
  background: #fff;
  padding: 6.5rem 6rem 7.5rem;
  position: relative;
  top: -100px;
}
.showcase--right .showcase__box {
  float: right;
  margin-right: 3rem;
}
.showcase--left .showcase__box {
  margin-left: 3rem;
}
.showcase__icon {
  max-width: 58px;
  display: inline-block;
  margin-bottom: 2rem;
}
.showcase__title {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 700;
  color: #9fcdc5;
  margin-bottom: 1.5rem;
}
.showcase__description {
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 1.5rem;
}
.showcase__link {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #9fcdc5;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.2s;
}
.showcase__link:hover, .showcase__link:focus {
  opacity: 0.6;
}
.cstudies {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cstudies .bsec {
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.cstudies__item {
  width: 32.5%;
  width: calc(33.33333% - 14px);
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  margin-bottom: 2rem;
  background: #5d8058;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: center;
  padding: 1rem;
  display: block;
  display: flex;
  min-height: 110px;
  align-items: center;
  position: relative;
}
@media (max-width: 640px) {
  .cstudies__item {
    width: 49%;
    width: calc(50% - 10px);
  }
}
@media (max-width: 420px) {
  .cstudies__item {
    width: 100%;
  }
}
.cstudies__item::before {
  content: "";
  text-transform: uppercase;
  background: rgba(33, 57, 70, 0.9);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.cstudies__item::after {
  content: "Read Now";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: all 0.2s ease-in-out;
  transition-delay: 0.1s;
  opacity: 0;
}
.cstudies__item:hover::before, .cstudies__item:focus::before {
  opacity: 1;
}
.cstudies__item:hover::after, .cstudies__item:focus::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.fblog.case-studies h2 {
  text-align: center;
  padding-bottom: 45px;
}
.fblog.case-studies .transition--fade-in-down.is-inview {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.fblog.case-studies .fblog__item {
  width: calc(50% - 13px);
  position: relative;
  background-size: cover;
  padding: 20px 30px 80px;
}
.fblog.case-studies .fblog__item .lens {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(38, 36, 123, 0.1);
  transition: all 0.3s ease-in-out;
}
.fblog.case-studies .fblog__item p.rnow {
  position: absolute;
  bottom: 30px;
  color: #dd8f5c;
  font-weight: bold;
}
.fblog.case-studies .fblog__item .co-logo {
  position: relative;
  z-index: 1;
  padding: 15px 0px;
  max-width: 40%;
}
.fblog.case-studies .fblog__item .co-logo img {
  max-width: 100%;
  height: auto;
}
.fblog.case-studies .fblog__item:hover {
  background-size: cover;
}
.fblog.case-studies .fblog__item:hover .lens {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(38, 36, 123, 0.2);
}
.fblog.case-studies h3 {
  font-size: 4rem;
  color: white;
  position: relative;
  z-index: 1;
}
.clients {
  background: #eee;
  text-align: center;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}
.page-id-311 .clients {
  background: white;
}
.clients__title {
  font-size: 2.4rem;
  line-height: 4.5rem;
  font-weight: 400;
  position: relative;
}
.clients__title::before {
  content: "";
  height: 1px;
  background: #c2c2c2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.clients__title span {
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  background: #eee;
  position: relative;
}
.page-id-311 .clients__title span {
  background: white;
}
.clients__wrap {
  border-bottom: 1px solid #c2c2c2;
}
.clients__wrap .flickity-viewport {
  min-height: 150px !important;
}
.clients__wrap .flickity-viewport div.flickity-slider > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  box-sizing: border-box;
  padding: 20px;
}
@media (max-width: 750px) {
  .clients__wrap .flickity-viewport div.flickity-slider > div {
    width: 50%;
  }
}
.clients__wrap .flickity-viewport div.flickity-slider > div img {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  margin: 0px auto;
}
.clients__item {
  width: 25%;
}
.clients__item:hover, .clients__item:focus {
  transform: scale(1.1);
}
.slider {
  position: relative;
}
.slider .flickity-page-dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.slider__item {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding-top: 15rem;
  padding-bottom: 20.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.slider__item.slider__item--smm {
  padding-bottom: 10.5rem;
}
@media (max-width: 1140px) {
  .slider__item {
    padding-top: 10rem;
    padding-bottom: 10.5rem;
  }
}
.slider__img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 30px 0;
  width: 700px;
  max-width: 40%;
}
.slider__item--right .slider__img {
  right: auto;
  left: 0;
}
@media (max-width: 1140px) {
  .slider__img {
    max-width: 47%;
  }
}
@media (max-width: 910px) {
  .slider__img {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .slider__img {
    position: relative;
    display: block;
    margin: 0 auto;
  }
}
.slider__content {
  max-width: 540px;
}
@media (max-width: 1140px) {
  .slider__content {
    max-width: 45%;
  }
}
@media (max-width: 910px) {
  .slider__content {
    max-width: 35%;
  }
}
@media (max-width: 768px) {
  .slider__content {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    text-align: center;
    position: relative;
    z-index: 3;
  }
}
.slider__item--right::after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
.slider__item--right .slider__content {
  float: right;
}
.slider_alt .slider__item {
  padding: 25rem 0px;
}
@media (max-width: 768px) {
  .slider_alt .slider__item {
    padding: 5rem 0px;
  }
}
.slider_alt .container {
  max-width: none;
  padding: 0px 20px;
}
.slider_alt .slider__content {
  max-width: 700px;
  width: 70%;
  margin: 0px auto;
  float: none;
}
.slider_alt .slider__content section {
  max-width: 100%;
}
.slider_alt .slider__img {
  width: 40%;
  max-width: 730px;
  min-height: 600px;
}
@media (max-width: 768px) {
  .slider_alt .slider__img {
    width: 100%;
  }
}
.slider_alt .slider__item--right .container {
  width: calc(100% - 730px);
  margin: 0px 0px 0px auto;
  padding: 0pxpx;
}
@media (max-width: 1820px) {
  .slider_alt .slider__item--right .container {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .slider_alt .slider__item--right .container {
    width: 100%;
  }
}
@media (max-width: 1050px) {
  .slider_alt .slider__item--right .container .col-6 {
    width: 100%;
  }
}
.slider_alt .slider__item--left .container {
  width: calc(100% - 730px);
  margin: 0px auto 0px 0px;
  padding: 0pxpx;
}
@media (max-width: 1820px) {
  .slider_alt .slider__item--left .container {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .slider_alt .slider__item--left .container {
    width: 100%;
  }
}
@media (max-width: 1050px) {
  .slider_alt .slider__item--left .container .col-6 {
    width: 100%;
  }
}
.slider__content {
  color: #fff;
}
.slider__item--light .slider__content {
  color: #26247B;
}
.slider__item--light .slider__content blockquote {
  border-top: 1px solid #26247B;
  border-bottom: 1px solid #26247B;
  color: #26247B;
}
.slider__content h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.slider__content h3 {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .slider__content section {
    max-width: 470px;
  }
}
.slider__content section p {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.slider__content section blockquote {
  border-top: 1px solid #26247B;
  border-bottom: 1px solid #26247B;
  padding: 20px 0;
  margin-top: 25px;
  color: #26247B;
}
.slider__content section blockquote p {
  line-height: 2.8rem;
  font-style: italic;
}
div#product-sheet .slider__img {
  padding: 0px;
  height: auto;
  max-width: 60%;
}
.featured-links {
  padding: 6rem 0px;
}
.featured-links h2.section__title {
  font-weight: bold;
}
.featured-links .container {
  text-align: center;
}
.featlinks {
  padding-bottom: 6rem;
}
.featlinks--padd {
  padding-top: 8rem;
  padding-bottom: 4.5rem;
}
.featlinks__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.featlinks__link {
  display: block;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 24.5%;
  width: calc(25% - 15px);
  text-align: center;
  padding: 180px 2rem 2.5rem;
  position: relative;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  transform: none;
  margin-bottom: 2rem;
}
@media (max-width: 880px) {
  .featlinks__link {
    width: 49%;
    width: calc(50% - 10px);
  }
}
@media (max-width: 520px) {
  .featlinks__link {
    width: 100%;
  }
}
.featlinks__link:hover, .featlinks__link:focus {
  box-shadow: 0 6px 30px 0 rgba(17, 21, 23, 0.1);
  transform: scale(1.01);
}
.featlinks__bg {
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.featlinks__tag {
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: #e47739;
  font-weight: 400;
  margin-bottom: 0.6rem;
}
.featlinks__title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-transform: uppercase;
}
.featlinks__link--big {
  width: 61%;
  width: calc(62% - 10px);
  padding-top: 310px;
}
@media (max-width: 680px) {
  .featlinks__link--big {
    width: 100%;
  }
}
.featlinks__link--big .featlinks__bg {
  height: 280px;
}
.featlinks__list {
  width: 37%;
  width: calc(38% - 10px);
}
.featlinks__list .featlinks__link {
  width: 100%;
}
@media (max-width: 680px) {
  .featlinks__list {
    width: 100%;
  }
}
.featlinks__list a {
  display: block;
}
.featlinks__link--list {
  padding-top: 3rem;
}
.twocol {
  padding-top: 7rem;
  padding-bottom: 3rem;
}
.twocol__title {
  font-size: 3.3rem;
  line-height: 3.8rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 600px) {
  .twocol__title {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
}
.twocol__description {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 300;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 1rem;
}
.twocol__description p {
  margin-bottom: 1rem;
}
.twocol__wrap {
  padding-top: 2rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.twocol__item {
  padding-left: 10rem;
  padding-right: 5rem;
  margin-bottom: 4rem;
  position: relative;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 50%;
  padding-top: 2rem;
}
@media (max-width: 900px) {
  .twocol__item {
    padding-left: 0;
    padding-top: 9rem;
    padding-right: 2rem;
  }
}
@media (max-width: 600px) {
  .twocol__item {
    width: 100%;
    padding-right: 0;
  }
}
.twocol__item p {
  font-weight: 300;
  margin-bottom: 1em;
}
.twocol__item h4 {
  font-size: 1em;
  font-weight: 500;
  margin-top: 1rem;
}
.twocol__item ul li {
  position: relative;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.3rem;
  padding-left: 1rem;
}
.twocol__item ul li::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  background: #000;
}
.twocol__subtitle {
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.twocol__icon {
  max-width: 75px;
  max-height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.twocol--feat {
  background: #f3f3f3;
  padding-top: 8rem;
  padding-bottom: 5rem;
}
.twocol--feat .twocol__item {
  padding: 0;
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.twocol--feat .twocol__title {
  text-align: left;
}
@media (max-width: 600px) {
  .twocol--feat .twocol__title {
    text-align: center;
  }
}
.twocol--feat .twocol__description {
  text-align: left;
  max-width: 500px;
  padding-right: 40px;
}
@media (max-width: 600px) {
  .twocol--feat .twocol__description {
    padding-right: 0;
  }
}
.twocol--feat .twocol__description p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 300;
}
.foundation {
  background: #fff !important;
}
.foundation__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.foundation__item {
  display: block;
  margin-bottom: 14px;
  width: 24%;
  width: calc(25% - 11px);
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  padding: 2rem 1.2rem;
  color: #fff;
  min-height: 220px;
  box-shadow: none;
  transform: none;
  transition: all 0.2s ease-in-out;
}
.foundation__item a {
  text-decoration: underline;
}
.foundation__item a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 830px) {
  .foundation__item {
    width: 32.5%;
    width: calc(33.3333% - 10px);
  }
}
@media (max-width: 690px) {
  .foundation__item {
    width: 49%;
    width: calc(50% - 7px);
  }
}
@media (max-width: 410px) {
  .foundation__item {
    width: 100%;
  }
}
.foundation__item:hover, .foundation__item:focus {
  box-shadow: 0 6px 30px 0 rgba(17, 21, 23, 0.1);
  transform: scale(1.03);
}
.foundation__item--proj {
  background: #e4bf42;
}
.foundation__item--proj:hover, .foundation__item--proj:focus {
  background: #d5ab1e;
}
.foundation__item--proj h3 {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.foundation__item--proj p {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 600;
}
.foundation__item--proj p strong {
  font-weight: 700;
  text-decoration: underline;
}
.twocol--appstore {
  background: #fff;
}
.twocol--appstore .twocol__item + .twocol__item {
  align-items: center;
}
.twocol--appstore .twocol__item img {
  max-width: 280px;
  display: inline-block;
}
#modal-trig {
  position: absolute;
  bottom: 22px;
  right: 0px;
  color: white;
  background-color: #76868e;
  padding: 15px 20px;
  cursor: pointer;
}
@media (max-width: 813px) {
  #modal-trig {
    position: relative;
    margin: 0px auto;
  }
}
#modal-trig:hover {
  background-color: #566269;
}
.blog__form {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100%;
  top: -3000px;
  left: 0px;
  bottom: -52px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0px 0px 0px 10px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transition: all 0.2s, -moz-transform 0.2s;
  -webkit-transition: all 0.2s, -webkit-transform 0.2s;
  -o-transition: all 0.2s, -o-transform 0.2s;
  transition: all 0.2s, transform 0.2s;
}
.blog__form .blog__form-int {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  max-width: 300px;
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
.blog__form .blog__form-int .nf-form-content .nf-field-container #nf-field-29-wrap .nf-field-element .ninja-forms-field {
  background-color: #ddd;
  color: black;
  border: none !important;
}
.blog__form .blog__form-int .closebtn {
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 30px;
  opacity: 1;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: opacity 0.2s, -o-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  cursor: pointer;
}
.blog__form .blog__form-int .closebtn {
  color: dimgray;
}
.blog__form .blog__form-int h2 {
  font-size: 1.7rem;
  line-height: 2.7rem;
  font-weight: 400;
}
.blog__form .blog__form-int p {
  padding-bottom: 8px;
}
.blog__form.active {
  top: 0px;
}
.team {
  padding-top: 8.5rem;
  padding-bottom: 4.5rem;
  background-color: #f1f1f1;
}
.team hr {
  display: block;
  width: 200px;
  margin: 40px auto;
}
.single-team .hero__parallax .container {
  max-width: 1040px;
}
.single-team .hero__parallax .container .team-img {
  width: 150px;
  height: 150px;
  float: left;
}
.single-team .hero__parallax .container span {
  margin-left: 20px;
}
.single-team .hero__parallax .container h1, .single-team .hero__parallax .container h2 {
  margin-left: 170px;
}
.single-team .hero__parallax .container span.no_img, .single-team .hero__parallax .container h1.no_img, .single-team .hero__parallax .container h2.no_img {
  margin-left: 0px;
}
.archive .team {
  padding: 0px;
}
.team__members {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2rem;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team__member {
  padding-right: 1.8rem;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 25%;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 750px) {
  .team__member {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .team__member {
    width: 100%;
    padding-right: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.team__member.exe {
  width: 20%;
}
@media (max-width: 750px) {
  .team__member.exe {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .team__member.exe {
    width: 100%;
  }
}
.team__name {
  font-size: 2.2rem;
  line-height: 2.3rem;
  font-weight: 300;
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
}
.team__name a {
  color: #26247B;
}
.team__name a:hover {
  color: rgba(38, 36, 123, 0.8);
}
.group__name {
  text-align: center;
  font-size: 2.8rem;
  padding: 40px 0px;
  border-bottom: 1px grey solid;
}
.team__title {
  font-size: 1.2rem;
  line-height: 2.3rem;
  font-weight: 600;
}
.team__description {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 300;
  padding-bottom: 2.5rem;
}
.t__nail {
  width: 160px;
  height: 160px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 6px white solid;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.58);
}
.t__nail img {
  width: 100%;
  height: auto;
}
.contact {
  padding-top: 7rem;
  padding-bottom: 9rem;
}
.contact__form, form#form_4909 {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
}
.contact__form button, form#form_4909 button {
  margin-left: 125px;
  margin-top: 2rem;
}
@media (max-width: 460px) {
  .contact__form button, form#form_4909 button {
    margin-left: 0;
  }
}
.contact__form div.g-recaptcha, form#form_4909 div.g-recaptcha {
  margin-left: 125px;
}
@media (max-width: 460px) {
  .contact__form div.g-recaptcha, form#form_4909 div.g-recaptcha {
    margin-left: 0px;
  }
}
.contact__group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 460px) {
  .contact__group {
    margin-bottom: 0;
  }
}
.contact__group label {
  display: block;
  position: relative;
  width: 125px;
  line-height: 5rem;
  font-size: 1.6rem;
  color: #11233d;
  font-weight: 400;
}
.contact__group label small {
  position: absolute;
  bottom: -10px;
}
@media (max-width: 460px) {
  .contact__group label small {
    display: inline;
  }
}
@media (max-width: 460px) {
  .contact__group label {
    flex-basis: 100%;
    width: 100%;
    display: block;
    line-height: 3.6rem;
    padding-top: 1rem;
  }
}
.contact__group input, .contact__group textarea, .contact__group select {
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1;
  font-size: 1.6rem;
  padding: 1.7rem 2rem;
  background: #e7e7e7;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
@media (max-width: 460px) {
  .contact__group input, .contact__group textarea, .contact__group select {
    flex-basis: 100%;
    width: 100%;
    display: block;
  }
}
.contact__group textarea {
  min-height: 130px;
}
div.contact iframe, div.product-form iframe {
  height: 680px;
}
@media (max-width: 480px) {
  div.contact iframe, div.product-form iframe {
    height: 1180px;
    margin-top: 15px;
  }
}
.aligntext {
  margin-left: 125px;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
input.parsley-success, select.parsley-success, textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}
input.parsley-error, select.parsley-error, textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.parsley-errors-list.filled {
  opacity: 1;
}
#support_form .rec_error {
  background-color: red;
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 3px 20px;
  max-width: 440px;
  margin: 10px auto;
}
.new-form {
  max-width: 500px;
  margin: 0px auto;
}
.new-form .nf-form-fields-required {
  text-align: center;
  margin-bottom: 30px;
}
.new-form .submit-wrap .nf-field-label, .new-form #nf-field-28-wrap .nf-field-label {
  width: 35%;
  height: 10px;
  display: block;
  visibility: hidden;
}
.new-form .submit-wrap .nf-field-element, .new-form #nf-field-28-wrap .nf-field-element {
  width: 65%;
}
.partners {
  background: #f3f3f3;
  padding-top: 6.5rem;
  padding-bottom: 4rem;
  text-align: center;
}
.partners .section__description {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
.partners__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.partners__item {
  width: 24.5%;
  width: calc(25% - 10px);
  flex-basis: calc(25% - 10px);
  padding-bottom: 7rem;
  position: relative;
  margin-bottom: 4.5rem;
}
@media (max-width: 800px) {
  .partners__item {
    width: 49%;
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 500px) {
  .partners__item {
    width: 100%;
    flex-basis: 100%;
  }
}
.partners__item .btn {
  position: absolute;
  bottom: 0;
  width: 200px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.partners__item h3 {
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.partners__item p {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 300;
}
.fblog {
  background: #f3f3f3;
  padding-top: 6rem;
  padding-bottom: 1rem;
}
.fblog.white-papers {
  background: white;
}
.fblog.white-papers h2 {
  text-align: center;
  padding-bottom: 90px;
}
.fblog.white-papers .transition--fade-in-down.is-inview {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-id-660 .fblog {
  background: white;
  padding-bottom: 70px;
}
.fblog__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fblog__item {
  display: block;
  position: relative;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 32.5%;
  width: calc(33.3333% - 13px);
  margin-bottom: 3.5rem;
  background: transparent;
  box-shadow: none;
  transform: none;
  transition: all 0.2s ease-in-out;
  padding: 235px 1rem 1rem;
}
@media (max-width: 700px) {
  .fblog__item {
    width: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fblog__item:hover, .fblog__item:focus {
  box-shadow: 0 6px 30px 0 rgba(17, 21, 23, 0.9);
  transform: scale(1.01);
  background: #fff;
}
.page-id-660 .fblog__item {
  background: #f1f1f1;
}
.fblog__bg {
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.white-papers .fblog__bg {
  height: 240px;
}
.fblog__maintitle {
  text-align: center;
  margin: 8rem 0;
}
.fblog__tag {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #d67b43;
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.3rem;
  line-height: 3.6rem;
  text-transform: uppercase;
  font-weight: 600;
}
.fblog__title {
  font-size: 2.2rem;
  line-height: 2.9rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.white-papers .author-photo {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -60px;
  background-color: white;
  border-radius: 50%;
  padding: 10px;
}
.white-papers .author-photo .inner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  border: 1px solid #999;
  transition: all 0.2s ease-in-out;
}
.white-papers .fblog__item {
  padding: 235px 0px 50px;
  border: 1px solid #999;
}
@media (max-width: 700px) {
  .white-papers .fblog__item {
    margin-bottom: 90px;
  }
}
@media (max-width: 700px) {
  .white-papers .fblog__item:last-child {
    margin-bottom: 0px;
  }
}
.white-papers .lens {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 80px 20px 0px;
  background-color: rgba(38, 36, 123, 0.3);
}
.white-papers .fblog__title {
  font-size: 2.2rem;
  line-height: 2.3rem;
  text-align: center;
  font-weight: 400;
  color: white;
  margin-bottom: 0px;
}
.white-papers .excerpt {
  color: #999;
  text-align: center;
  padding: 20px;
}
.white-papers p.category {
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.white-papers .more-btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 30px 20px;
}
.white-papers .fblog__item:hover .inner {
  box-shadow: 0 6px 30px 0 rgba(17, 21, 23, 0.9);
}
.fblog__more {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #e47739;
}
.blogpost__section h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #56565e;
  margin-bottom: 20px;
}
.blogcol__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 512px) {
  .blogcol__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.blog__col {
  width: 50%;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  padding: 10px;
}
@media (max-width: 512px) {
  .blog__col {
    width: 100%;
  }
}
.blogpost__wrapper {
  padding-bottom: 20px;
}
.blogpost__item {
  display: block;
  padding: 4px;
  color: #26247B;
}
.blogpost__item h3 {
  font-size: 1.8rem;
  transition: color 0.2s ease-in-out;
}
.blogpost__item span {
  transition: color 0.2s ease-in-out;
}
.blogpost__item:hover h3 {
  color: #141340;
}
.blogpost__item:hover span {
  color: #c46629;
}
.blogpost__but {
  padding: 20px 0;
  border-top: 1px solid #56565e;
  border-bottom: 1px solid #f1f1f1;
}
.summary {
  padding-bottom: 20px;
}
.summary p {
  font-size: 18px;
  font-weight: 200;
}
.atweets {
  padding-bottom: 2rem;
}
.anews {
  padding-bottom: 2rem;
}
body .anews__wrap .atf-object.atf-skin-simplistic {
  width: 100%;
}
body .anews__wrap .atf-object.atf-skin-simplistic .atf-inner-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body .anews__wrap .atf-object.atf-skin-simplistic .atf-inner-wrapper .atf-tweet-wrapper {
  width: 24%;
  width: calc(25% - 20px);
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: none;
  padding: 0px;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background: url(../images/twitter-bird-alt.svg) no-repeat left top;
  background-size: 44px 36px;
  padding-top: 36px;
}
@media (max-width: 760px) {
  body .anews__wrap .atf-object.atf-skin-simplistic .atf-inner-wrapper .atf-tweet-wrapper {
    width: 49%;
    width: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
}
@media (max-width: 460px) {
  body .anews__wrap .atf-object.atf-skin-simplistic .atf-inner-wrapper .atf-tweet-wrapper {
    width: 100%;
    flex-basis: 100%;
  }
}
body .anews__wrap .atf-object.atf-skin-simplistic .atf-inner-wrapper .atf-tweet-wrapper p {
  font-size: 1.8rem;
}
.atweets__tweet {
  margin-bottom: 4rem;
  width: 24%;
  width: calc(25% - 11px);
  flex-basis: calc(25% - 11px);
}
@media (max-width: 760px) {
  .atweets__tweet {
    width: 49%;
    width: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
}
@media (max-width: 460px) {
  .atweets__tweet {
    width: 100%;
    flex-basis: 100%;
  }
}
.atweets__tweet p {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 2rem;
}
.atweets__tweet .atweets__logo {
  display: inline-block;
  background: url(../images/twitter-bird-alt.svg) no-repeat center center;
  width: 44px;
  height: 36px;
  background-size: 44px 36px;
  margin-bottom: 1rem;
}
.atweets__tweet h3 {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
}
.cat-list {
  display: block;
  list-style: none;
  position: relative;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
}
.cat-list li.categories {
  padding: 8px 12px;
  width: 100%;
  box-sizing: border-box;
}
.cat-list li.categories:before {
  content: "News ";
}
.cat-list li.categories:hover {
  background-color: #d47232;
}
.cat-list li {
  color: black;
  background-color: #e0e0e0;
  position: relative;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  padding: 8px 17px;
  margin: 1px 0px;
  box-sizing: border-box;
}
@media (max-width: 420px) {
  .cat-list li {
    width: 49%;
  }
}
@media (max-width: 420px) {
  .cat-list li {
    width: calc(50% -2px);
  }
}
.cat-list li a {
  transition: all 0.2s ease-in-out;
}
.cat-list li a:hover {
  text-decoration: underline;
}
.cat-list li ul.children {
  position: absolute;
  left: 0;
  display: block;
  top: 100%;
  z-index: 9;
  min-width: 170px;
}
.cat-list li ul.children li {
  display: block;
  overflow: hidden !important;
  padding: 0px 17px;
  max-height: 0px;
  transition: max-height 0.3s ease-in-out;
}
.cat-list li ul.children:before {
  content: "";
  position: absolute;
  display: block;
  background-color: white;
  top: -8px;
  left: 20px;
  width: 12px;
  height: 8px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.cat-list li:hover ul.children li {
  display: block;
  overflow: hidden !important;
  padding: 8px 17px;
  max-height: 100vh;
}
.cat-list li:hover, .cat-list li.current-cat {
  background-color: #bcbcbc;
}
.cat-list li:first-child, .cat-list li:first-child:hover {
  padding: 8px 11px;
  color: white;
  background-color: #dd8f5c;
  cursor: default;
}
@media (max-width: 420px) {
  .cat-list li:first-child, .cat-list li:first-child:hover {
    width: 98%;
    width: calc(100% - 4px);
  }
}
.anews__link {
  margin-bottom: 4rem;
  width: 24%;
  width: calc(25% - 11px);
  flex-basis: calc(25% - 11px);
  background: #4c4c96;
  color: #fff;
  padding: 5rem 1.5rem 1.5rem;
  position: relative;
  box-shadow: none;
  transform: none;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 760px) {
  .anews__link {
    width: 49%;
    width: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
}
@media (max-width: 460px) {
  .anews__link {
    width: 100%;
    flex-basis: 100%;
  }
}
.anews__link:hover, .anews__link:focus {
  box-shadow: 0 6px 30px 0 rgba(17, 21, 23, 0.1);
  transform: scale(1.03);
}
.anews__link .anews__link__tag {
  font-size: 1.3rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: #d1d2e4;
  font-weight: 600;
}
.anews__link h2 {
  font-size: 2.2rem;
  line-height: 2.9rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.anews__link .anews__link__btn {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.anews__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.awrap {
  padding-top: 5rem;
}
.awrap .bsec {
  text-align: center;
  width: 100%;
  margin-bottom: 5rem;
}
.afeat {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-shadow: none;
  transform: none;
}
@media (max-width: 560px) {
  .afeat {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.afeat .afeat__title {
  font-size: 2.8rem;
  line-height: 3.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.afeat .afeat__meta {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 300;
  color: #929292;
  margin-bottom: 1rem;
  display: inline-block;
}
.afeat .afeat__bg {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 50%;
}
.afeat .afeat__main {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 50%;
  padding: 3.5rem 3rem;
}
.afeat .afeat__excerpt {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.afeat__more {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #e47739;
}
.newpost {
  margin-bottom: 5rem;
  width: 49%;
  width: calc(50% - 7px);
  flex-basis: 49%;
  flex-basis: calc(50% - 7px);
  box-shadow: none;
  transform: none;
  transition: all 0.2s ease-in-out;
  background: #f0f0f0;
  position: relative;
}
.newpost > span {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  background: #d67b43;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3.6rem;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  z-index: 5;
}
@media (max-width: 560px) {
  .newpost {
    width: 100%;
    flex-basis: 100%;
  }
}
.newpost:hover, .newpost:focus {
  box-shadow: 0 6px 30px 0 rgba(17, 21, 23, 0.1);
  transform: scale(1.02);
  background: #fff;
}
.asimple .afeat__title {
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.asimple .afeat__main {
  padding: 2.5rem;
}
div.team .asimple .afeat__title {
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: 300;
  margin-bottom: 0rem;
}
div.team .asimple h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.pfc_featured {
  margin-bottom: 5rem;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-shadow: none;
  transform: none;
  transition: all 0.2s ease-in-out;
  background: #f0f0f0;
}
.pfc_featured > span {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  background: #d67b43;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 3.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  z-index: 5;
}
.pfc_featured:hover, .pfc_featured:focus {
  box-shadow: 0 6px 30px 0 rgba(17, 21, 23, 0.1);
  transform: scale(1.02);
  background: #fff;
}
.afeat__bg {
  position: relative;
  min-height: 290px;
  min-height: 220px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*  span {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    background: #d67b43;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 3.4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  } */
}
.atwocol {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.faq {
  background: #f3f3f3;
  padding-top: 6.5rem;
  padding-bottom: 7rem;
}
.faq .section__title {
  text-align: left;
}
.faq__item {
  background: #fff;
  margin-bottom: 1rem;
  box-shadow: none;
  transform: none;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.faq__item:hover, .faq__item:focus {
  box-shadow: 0 6px 30px 0 rgba(17, 21, 23, 0.1);
  transform: scale(1.01);
}
.faq__item.is-active {
  box-shadow: 0 6px 30px 0 rgba(17, 21, 23, 0.1);
  transform: scale(1.01);
}
.faq__item header {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 300;
  padding: 1.4rem 2rem;
  position: relative;
  padding-right: 5rem;
  cursor: pointer;
}
.faq__item header::after {
  content: "";
  width: 20px;
  height: 4px;
  background: #cacbcd;
  position: absolute;
  top: 23px;
  right: 20px;
}
.faq__item header::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #cacbcd;
  position: absolute;
  top: 15px;
  right: 28px;
  transition: all 0.2s ease-in-out;
}
.faq__item section {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 300;
  padding: 0 2rem;
  max-height: 0;
  transition: all 0.2s ease-in-out;
}
.faq__item.is-active header::before {
  transform: rotate(90deg);
}
.faq__item.is-active section {
  max-height: 500px;
  padding: 1.4rem 2rem;
}
.trial__new {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 21rem;
  padding-bottom: 13rem;
}
.trial__new ul {
  list-style: disc;
  padding: 20px 0px;
  margin-left: 20px;
}
@media (max-width: 560px) {
  .trial__new {
    padding-top: 16rem;
    padding-bottom: 9rem;
  }
}
.trial__new .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trial__new .container p {
  margin-bottom: 10px;
}
.trial__new .trial__content {
  width: 60%;
  flex-basis: 60%;
}
.trial__new .trial__form {
  width: 39%;
  width: calc(40% -10px);
  flex-basis: calc(40% -10px);
}
.trial__new .trial__form h2 {
  font-size: 5.7rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .trial__new .trial__content, .trial__new .trial__form {
    width: 100%;
    flex-basis: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 750px) {
  .trial__new .trial__content {
    padding-bottom: 4rem;
  }
}
.trial__new .trial__content h1 {
  font-size: 5.7rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .trial__new .trial__content h1 {
    font-size: 5rem;
  }
}
@media (max-width: 880px) {
  .trial__new .trial__content h1 {
    font-size: 4rem;
  }
}
@media (max-width: 660px) {
  .trial__new .trial__content h1 {
    font-size: 3.6rem;
  }
}
.trial__new .trial__content section {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 300;
}
.trial__new .trial__form .trial__group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 1rem;
}
.trial__new .trial__form .trial__group label {
  display: block;
  width: 125px;
  font-size: 1.6rem;
  line-height: 5rem;
}
@media (max-width: 560px) {
  .trial__new .trial__form .trial__group label {
    font-size: 1.3rem;
    line-height: 4rem;
    width: 90px;
  }
}
.trial__new .trial__form .trial__group input {
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  font-size: 1.6rem;
  padding: 1.7rem 2rem;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
@media (max-width: 560px) {
  .trial__new .trial__form .trial__group input {
    padding: 1.2rem 1rem;
  }
}
.trial__new .trial__form button {
  margin-left: 125px;
  margin-top: 1rem;
}
@media (max-width: 560px) {
  .trial__new .trial__form button {
    margin-left: 90px;
  }
}
.trial__new div.trial__form iframe {
  height: 780px;
}
@media (max-width: 480px) {
  .trial__new div.trial__form iframe {
    height: 820px;
  }
}
.trial {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 21rem;
  padding-bottom: 13rem;
  color: #fff;
}
@media (max-width: 560px) {
  .trial {
    padding-top: 16rem;
    padding-bottom: 9rem;
  }
}
.trial .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reg__img {
  padding: 20px 0px 0px 0px;
  float: right;
  width: 50%;
  margin-left: 10px;
}
@media (max-width: 750px) {
  .reg__img {
    width: 100%;
    margin: 10px 0px;
    padding: 0px 20px;
    box-sizing: border-box;
    float: none;
  }
}
.trial__content {
  width: 60%;
  flex-basis: 60%;
}
.trial__form {
  width: 39%;
  width: calc(40% - 20px);
  flex-basis: calc(40% - 20px);
}
@media (max-width: 750px) {
  .trial__content, .trial__form {
    width: 100%;
    flex-basis: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 750px) {
  .trial__content {
    padding-bottom: 4rem;
  }
}
.trial__content h1 {
  font-size: 5.7rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .trial__content h1 {
    font-size: 5rem;
  }
}
@media (max-width: 880px) {
  .trial__content h1 {
    font-size: 4rem;
  }
}
@media (max-width: 660px) {
  .trial__content h1 {
    font-size: 3.6rem;
  }
}
.trial__content section {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 300;
}
.trial__form .nf-form-fields-required {
  display: none;
}
.trial__form .trial__group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 1rem;
}
.trial__form .trial__group label {
  display: block;
  width: 125px;
  font-size: 1.6rem;
  line-height: 5rem;
}
@media (max-width: 560px) {
  .trial__form .trial__group label {
    font-size: 1.3rem;
    line-height: 4rem;
    width: 90px;
  }
}
.trial__form .trial__group input {
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  font-size: 1.6rem;
  padding: 1.7rem 2rem;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
@media (max-width: 560px) {
  .trial__form .trial__group input {
    padding: 1.2rem 1rem;
  }
}
.trial__form button {
  margin-left: 125px;
  margin-top: 1rem;
}
@media (max-width: 560px) {
  .trial__form button {
    margin-left: 90px;
  }
}
div.trial__form iframe {
  height: 780px;
}
@media (max-width: 480px) {
  div.trial__form iframe {
    height: 820px;
  }
}
.text_above_form p {
  font-size: 2rem;
  font-weight: bold;
}
body .nf-form-content .list-select-wrap .nf-field-element > div, body .nf-form-content input:not([type=button]), .nf-form-content textarea {
  background: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  color: black;
  transition: all 0.5s;
}
.nf-form-content button#nf-field-10, .nf-form-content input[type=button]#nf-field-10, .nf-form-content input[type=submit]#nf-field-10 {
  background: #dd8f5c;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 24px;
  border-bottom: 4px solid #c6552d;
}
.nf-form-content button#nf-field-10:hover, .nf-form-content input[type=button]#nf-field-10:hover, .nf-form-content input[type=submit]#nf-field-10:hover {
  background: #d47232;
}
body .nf-form-content .nf-error {
  background-color: white;
  text-align: left;
}
body .nf-form-content .nf-error .nf-error-required-error {
  padding: 5px;
}
body .nf-form-errors {
  background-color: white;
}
body .nf-form-errors .nf-error-field-errors {
  padding: 5px;
  text-align: left;
}
.features {
  background: #f3f3f3;
  padding-top: 7rem;
  padding-bottom: 7rem;
  text-align: center;
}
.features__apps {
  padding-top: 4rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.features__apps .features__app {
  display: block;
  position: relative;
  width: 25%;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  margin-bottom: 2rem;
  padding: 2rem;
  box-shadow: none;
  background: transparent;
  transform: none;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 600px) {
  .features__apps .features__app {
    width: 50%;
  }
}
.features__apps .features__app h3 {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 400;
  padding-top: -1rem;
}
@media (max-width: 460px) {
  .features__apps .features__app h3 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.features__apps .features__app img {
  display: inline-block;
  max-width: 70%;
}
.feature-overlay {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(221, 143, 92, 0.05);
  box-sizing: border-box;
  padding: 20px;
  color: white;
}
.feature-overlay:hover {
  opacity: 1;
}
#design .feature-overlay {
  background-color: rgba(38, 36, 123, 0.1);
}
#event .feature-overlay {
  background-color: rgba(84, 130, 84, 0.1);
}
#connect .feature-overlay {
  background-color: rgba(38, 36, 123, 0.1);
}
.amain .col-3 {
  border: none;
}
.crp_related {
  padding-top: 0;
}
.crp_related h3 {
  color: #26247B;
  margin: 0 0 20px 0;
}
.crp_related ul {
  width: 100%;
  max-width: 770px;
  list-style: none;
  margin: 0 -10px !important;
  padding: 0 !important;
}
.crp_related li {
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 10px !important;
}
.crp_related li a img {
  opacity: 1;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.49);
  transition: all 0.3s ease-in-out;
}
.crp_related li a .crp_title {
  opacity: 1;
  display: block;
  padding-top: 10px;
  color: #26247B;
  transition: all 0.3s ease-in-out;
}
.crp_related li a:hover img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.49);
}
.crp_related li a:hover .crp_title {
  opacity: 0.6;
}
.stat__cont {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #7ec1f9;
}
.stat__cont .stat__item {
  width: 25%;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: center;
  padding: 20px 0px;
  color: white;
  box-sizing: border-box;
  border-right: 1px #a5d4fb solid;
}
@media (max-width: 600px) {
  .stat__cont .stat__item {
    width: 50%;
    border-top: 1px #a5d4fb solid;
  }
}
.stat__cont .stat__item section {
  font-size: 5rem;
  font-weight: 100;
  line-height: 1;
  min-height: 72px;
}
.stat__cont .stat__item section small {
  display: block;
  font-size: 1.5rem;
  line-height: 1.3rem;
  letter-spacing: 0.5px;
}
.stat__cont .stat__item footer {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  line-height: 2rem;
  text-transform: uppercase;
}
.stat__cont .stat__item:last-child {
  border-right: none;
}
@media (max-width: 600px) {
  .stat__cont .stat__item:nth-child(1), .stat__cont .stats__item:nth-child(2) {
    border-top: none;
  }
}
@media (max-width: 600px) {
  .stat__cont .stat__item:nth-child(even) {
    border-right: none;
  }
}
div.box-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
div.box-wrapper .loc-box-wrap {
  position: relative;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: calc(50% - 10px);
  height: 135px;
  overflow: hidden;
  background-color: #77c3dc;
  margin-bottom: 20px;
}
div.box-wrapper .loc-box-wrap .loc-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  height: 35px;
  overflow: hidden;
  background-color: #26247b;
  transition: all 0.2s ease-in-out;
}
div.box-wrapper .loc-box-wrap .loc-box h2 {
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0px;
  padding: 10px;
  background-color: #dd8f5c;
  color: white;
  float: left;
}
div.box-wrapper .loc-box-wrap .loc-box p {
  margin: 45px 0px 0px 20px;
  color: white;
}
div.box-wrapper .loc-box-wrap:hover .loc-box {
  height: 100%;
  background-color: rgba(38, 36, 123, 0.2);
}
div.box-wrapper .loc-box-wrap.london {
  background-image: url("/wp-content/themes/profundcom-theme/images/london-img.jpg");
  background-size: cover;
  background-position: right center;
}
div.box-wrapper .loc-box-wrap.newyork {
  background-image: url("/wp-content/themes/profundcom-theme/images/us-img.jpg");
  background-size: cover;
  background-position: right center;
}
div.box-wrapper .loc-box-wrap.geneva {
  background-image: url("/wp-content/themes/profundcom-theme/images/swiss-img.jpg");
  background-size: cover;
  background-position: right center;
}
div.box-wrapper .loc-box-wrap.bangalore {
  background-image: url("/wp-content/themes/profundcom-theme/images/india-img.jpg");
  background-size: cover;
  background-position: right center;
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  width: 100%;
  height: 720px;
}
@media (max-width: 768px) {
  .swiper-container {
    height: 100vh;
  }
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.trial-swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 700px;
  margin: 10px auto 20px;
}
.trial-swiper-container .swiper-slide {
  padding-bottom: 40px;
  background-color: white;
}
.trial-swiper-container .swiper-slide p.slide-text {
  font-size: 2rem;
  font-weight: bold;
  color: #dd8f5c;
  margin-bottom: 15px;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-wrapper .slider__img {
  max-width: 50%;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .swiper-wrapper .slider__img {
    max-width: 90%;
    max-height: 40%;
    padding: 0px 50px 0px 0px;
  }
}
.swiper-wrapper .slider__content {
  padding-top: 60px;
  max-width: 50%;
}
@media (max-width: 768px) {
  .swiper-wrapper .slider__content {
    max-width: 90%;
    padding-top: 20px;
  }
}
.swiper-wrapper .slider__content hr {
  margin-bottom: 30px;
}
.swiper-wrapper .slider__content section {
  max-width: 500px;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0rem 0;
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-container {
  position: relative;
  max-width: 1040px;
  margin: -70px auto 0px auto;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  background-position: center center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  color: #007cff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.ccols-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.clogos {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ccols, .clogo {
  padding: 30px 8px;
  box-sizing: border-box;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: center;
}
.ccols h2, .clogo h2 {
  font-size: 1.6rem;
}
.ccols {
  width: 50%;
}
.clogo {
  max-width: 50%;
  padding: 10px 4px;
}
.clogo img {
  max-width: 100%;
  height: auto;
}
.clog2 {
  border-left: 1px solid #c5c5c5;
}
@media (max-width: 600px) {
  .clog2 {
    border: none;
  }
}
.clog2 .clogo {
  padding: 28px 4px;
}
.client-col {
  width: 60%;
}
@media (max-width: 600px) {
  .client-col {
    width: 100%;
  }
}
.compat-col {
  width: 40%;
}
@media (max-width: 600px) {
  .compat-col {
    width: 100%;
  }
}
.compat-col .clogo img {
  max-width: 160px;
}
.searchform {
  padding: 0px 1rem;
}
.searchform .addsWg-searchfield-container{
  position: relative;
}
@media (max-width: 1120px) {
  .searchform {
    display: none;
  }
}
.searchform form {
  background: #222;
  border-radius: 5px;
}
.searchform form input,
.searchform .addsWg-searchfield-container-class .addsWg-searchfield input[type=search].icon
{
  border: none;
  height: 26px;
  margin: 0;
  cursor: text;
  font-size: 1.7rem;
  line-height: 1.2em;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  text-indent: 15px;
  box-sizing: border-box;
  z-index: 10;
  background-size: auto;
  min-width: 240px;
  padding: 22px 40px 22px 5px !important;
  background-position: 95% 50%;
}

.searchform .addsWg-searchfield::after {
  color: #000;
  background: #ddd;
  padding: 22px 20px;
  position: absolute;
  border-radius: 0 5px 5px 0px;
  cursor: pointer;
  content: "";
  right: 0;
}
.searchform form div {
  position: relative;
}
.searchform form div label.btn-search {
  display: block;
  position: absolute;
  z-index: 10;
  left: 5px;
  top: 3px;
  color: black;
}
.searchform form input {
  background-color: #e3e3e3;
  width: 200px;
  padding: 5px 20px 5px 12px;
}
.header--alt .searchform form input {
  background-color: rgba(27, 26, 93, 0);
  color: white;
}
.header--alt .searchform form div label.btn-search {
  color: white;
}
.header--alt .searchform form input {
  background-color: rgba(27, 26, 93, 0.3);
}
.header--solid .searchform div label.btn-search {
  color: black;
}
.header--solid .searchform input {
  color: black;
}
/* .header--solid .searchform input:focus {
  background-color: #e3e3e3;
  width: 200px;
  padding: 5px 20px 5px 12px;
} */
.searchform-gen {
  position: relative;
}
.searchform-gen form {
  max-width: 200px;
  margin: 20px auto;
}
.searchform-gen .addsWg-searchfield-container-class .addsWg-searchfield input[type=search].icon {
  background-color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 26px;
  padding: 5px 0px 5px 12px;
  margin: 0;
  cursor: default;
  font-size: 14px;
  line-height: 1.2em;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  text-indent: 15px;
  box-sizing: border-box;
  width: 200px;
  z-index: 10;
  color: black;
  margin: 0px auto;
  min-width: auto;
  background-size: auto;
  padding-left: 20px !important;
}
.searchform-gen form div {
  position: relative;
}
.searchform-gen form div label.btn-search {
  display: block;
  position: absolute;
  z-index: 10;
  left: 5px;
  top: 3px;
  color: #787878;
}
/* .searchform-gen form input:focus {
  background-color: #e3e3e3;
  width: 200px;
  padding: 5px 20px 5px 12px;
} */
.api {
  padding: 40px 0px;
}
.api h2, .api h3, .api h4, .api h5, .api h6 {
  margin-bottom: 1%;
  margin-top: 3%;
  color: #26247B;
}
.api h2 {
  margin-top: 0px;
}
.col-3 {
  border-right: 1px solid #b2b2b2;
}
.col-3 h2 {
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 15px;
  margin-bottom: 25px;
  color: black;
  font-weight: 400;
}
ul.api__menu {
  display: block;
}
ul.api__menu li {
  font-size: 1.1rem;
  padding-right: 10px;
}
ul.api__menu li a {
  color: #26247B;
  transition: color 0.2s ease-in-out;
}
ul.api__menu li a:hover {
  color: #6866d2;
}
.api .col-9 {
  position: relative;
}
.api_wrapper > div {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.api_wrapper > div.active {
  max-height: 4000px;
  opacity: 1;
}
pre.hide {
  max-height: 0px !important;
  overflow: hidden !important;
}
button.show {
  display: block;
  background-color: #dd8f5c;
  color: white;
  padding: 8px 13px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin: 10px 0px;
}
button.show:hover {
  background-color: #d98147;
}
div.api .api_wrapper ul {
  background-color: #eeeeee;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 30px;
}
div.api .api_wrapper ul li {
  list-style: disc;
  padding: 4px 0px;
  margin: 0px;
}
.appstore__banner {
  background-color: #26247b;
}
.appstore__section {
  margin-top: -165px;
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .appstore__section {
    margin-top: -120px;
  }
}
.home .appstore__section {
  margin-top: 80px;
}
h2.rev {
  color: white;
}
h2 {
  font-weight: 700;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}
.app__wrapper, .app__wrapper-full {
  margin: 30px 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.app__item {
  width: 15%;
  width: calc(16.66% - 20px);
  min-height: 276px;
  margin: 10px 10px 30px 10px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .app__item {
    width: 32%;
    width: calc(33.3333% - 20px);
    min-height: 250px;
  }
}
.app__item h3 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
  color: #404041;
}
.app__item p {
  padding: 6px 0px;
  color: #404041;
}
.app__item a.icon__link {
  display: block;
  padding: 28px 20px;
  background: #44c0cf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #44c0cf 1%, #5a80c0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #44c0cf 1%, #5a80c0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #44c0cf 1%, #5a80c0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44c0cf", endColorstr="#5a80c0",GradientType=1);
  /* IE6-9 */
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
.app__item a.icon__link img[width], .app__item a.icon__link img[height] {
  max-width: 100%;
  height: auto;
}
.app__item a.icon__link:hover {
  transform: scale(1.03);
}
.app__item a.button {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  background-color: #77c472;
  padding: 3px 17px;
  color: white;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out;
}
.app__item a.button:hover {
  background-color: #54b54e;
}
.app__modal {
  position: fixed;
  top: 0px;
  left: 6000px;
  right: auto;
  bottom: 0px;
  background-color: #e9ebef;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  z-index: 99999;
  overflow: scroll;
}
.app__modal .close {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 3rem;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 767px) {
  .app__modal .close {
    top: 0px;
    right: 10px;
    color: white;
  }
}
.app__modal .app__modal-int {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 20px;
}
@media (max-width: 767px) {
  .app__modal .app__modal-int {
    display: block;
    height: auto;
    padding-bottom: 50px;
  }
}
.app__modal .app__modal-int img {
  max-width: 130px;
  margin: 0px auto;
}
.app__modal .app__modal-int .modal__top {
  background: #44c0cf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #44c0cf 1%, #5a80c0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #44c0cf 1%, #5a80c0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #44c0cf 1%, #5a80c0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44c0cf", endColorstr="#5a80c0",GradientType=1);
  /* IE6-9 */
  padding: 20px 20px;
  border-radius: 20px 20px 0px 0px;
}
.app__modal .app__modal-int .modal__lozenge {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: white;
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.3);
  padding: 0px 0px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  width: 70%;
  max-width: 1000px;
}
@media (max-width: 767px) {
  .app__modal .app__modal-int .modal__lozenge {
    width: 100%;
  }
}
.app__modal .app__modal-int .modal__lozenge .scroll_box {
  padding: 30px;
}
.app__modal .app__modal-int .modal__lozenge h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #404041;
}
@media (max-width: 767px) {
  .app__modal .app__modal-int .modal__lozenge h3 {
    font-size: 2rem;
  }
}
.app__modal .app__modal-int .modal__lozenge p.cat {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .app__modal .app__modal-int .modal__lozenge p.cat {
    font-size: 1.5rem;
  }
}
.app__modal .app__modal-int .modal__lozenge p {
  font-size: 1.5rem;
  max-width: 80%;
  margin: 10px auto;
  color: #404041;
}
@media (max-width: 1100px) {
  .app__modal .app__modal-int .modal__lozenge p {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .app__modal .app__modal-int .modal__lozenge p {
    max-width: 2000px;
  }
}
.app__modal .app__modal-int .modal__lozenge a.register_btn {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  font-size: 1.5rem;
  margin-left: -77px;
  background-color: #77c472;
  padding: 10px 22px;
  color: white;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out;
}
.app__modal .app__modal-int .modal__lozenge a.register_btn:hover {
  background-color: #54b54e;
}
.app__modal .app__modal-int p.stat {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 20px auto 0px auto;
}
.app__modal .app__modal-int p.key {
  font-size: 1.5rem;
  color: #a7a9ac;
  margin: 0px auto 20px auto;
}
.app__modal.active {
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
.button-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0px 0px;
  position: relative;
}
.cat__button {
  display: block;
  width: 12.285%;
  text-align: center;
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .cat__button {
    width: 25%;
  }
}
.cat__button.active {
  background-color: white;
}
.appstorepackages__section {
  padding-bottom: 90px;
}
.appstorepackages__section .cat__button {
  width: 20%;
}
@media (max-width: 767px) {
  .appstorepackages__section .cat__button {
    width: 25%;
  }
}
.cat__button.showall {
  position: absolute;
  top: -30px;
  right: 0px;
}
.cat__icon {
  padding: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid grey;
  margin: 0px auto 10px auto;
  background-color: white;
  transition: all 0.2s ease-in-out;
}
.appstorepackages__section .cat__icon {
  padding: 22px 20px 18px;
}
.cat__button:hover .cat__icon, .cat__button.active .cat__icon {
  background-color: #eee;
}
.packages__section {
  padding: 100px 0px;
}
.packages__section h2 {
  text-align: center;
}
.is-video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px;
}
.is-video-container iframe, .is-video-container object, .is-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.gen__modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -ms-flexbox;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(38, 36, 123, 0.8);
}
.gen__modal .dismiss {
  position: absolute;
  right: -40px;
  top: -40px;
  color: black;
  cursor: pointer;
}
@media (max-width: 838px) {
  .gen__modal .dismiss {
    right: 20px;
    top: -60px;
  }
}
.gen__modal .dismiss .close {
  opacity: 1;
  box-shadow: 0 0 10px 0 rgba(17, 21, 23, 0.4);
}
.gen__modal .vid__inner, .gen__modal .sign-up__inner {
  max-width: 800px;
  height: 100vh;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: calc(100% - 40px);
}
@media (max-height: 600px) {
  .gen__modal .vid__inner, .gen__modal .sign-up__inner {
    margin: 20px auto;
    -webkit-justify-content: center;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
.gen__modal .vid__inner .is-video-container .close, .gen__modal .sign-up__inner .is-video-container .close {
  background-color: white;
  box-shadow: 0 0 4 rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 20px;
  font-size: 3rem;
  text-align: center;
  line-height: 36px;
  transition: all 0.3s ease-in-out;
}
.gen__modal .vid__inner .is-video-container .close:hover, .gen__modal .sign-up__inner .is-video-container .close:hover {
  background-color: #dd8f5c;
  border: 1px solid transparent;
}
.gen__modal .vid__inner .is-video-container, .gen__modal .sign-up__inner .is-video-container {
  width: 100%;
}
@media (max-width: 838px) {
  .gen__modal .vid__inner .is-video-container, .gen__modal .sign-up__inner .is-video-container {
    right: 20px;
    top: -60px;
  }
}
.gen__modal .vid__inner .is-video-container .close, .gen__modal .sign-up__inner .is-video-container .close {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.gen__modal .vid__inner .is-video-container iframe, .gen__modal .sign-up__inner .is-video-container iframe {
  background-color: black;
}
.gen__modal.active {
  width: 100vw !important;
  height: 100vh !important;
  opacity: 1 !important;
}
.button-video {
  cursor: pointer;
}
.button.button-video {
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 0px;
  background-color: #dd8f5c;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.button.button-video:hover {
  background-color: #d47232;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35);
}
/* These are vendor styles */
/* stylelint-disable */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  /**
   * Don't show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  *, *:before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/* stylelint-enable */
/* stylelint-enable at-rule-empty-line-before */
/*# sourceMappingURL=main.css.map */