/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

#nav ul, .slider, .slick-dots, .footer-nav ul, .social-links, .product_tags, #wrapper .woof_list.woof_list_checkbox {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #nav:after, #nav ul:after, .slider:after, .footer-nav ul:after, .social-links:after, .info-posts:after, .partners-holder:after, .team-holder:after, .awards-holder:after, .contact-holder:after, .contact-holder .head-area:after, .contact-holder .form-holder:after, .page-notfound:after,
.error-404.not-found:after, .container:after, .three-cols:after, .two-cols:after, .about-holder:after, .benefits-holder:after, .partner-holder:after, .certification-holder:after, .solutions-holder:after, .appinfo-holder:after, .work-holder.resources-holder:after, .resources-cols:after, .resources-cols .posts:after {
  content: '';
  display: block;
  clear: both; }

.resources-cols .sidebar, .open-close .opener:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #4D4D4D;
  background: #FAFAFA;
  font: 16px/1.2 "moderatlight", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "moderatbold", "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 40px;
  color: #2534F7; }
  @media (max-width: 992px) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6,
    .h {
      margin: 0 0 24px; } }
  @media (max-width: 767px) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6,
    .h {
      margin: 0 0 16px; } }

h1, .h1 {
  font-size: 3.75rem; }
  @media (max-width: 992px) {
    h1, .h1 {
      font-size: 3.125rem; } }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 1.875rem; } }

h2, .h2 {
  font-size: 2.5rem; }
  @media (max-width: 992px) {
    h2, .h2 {
      font-size: 1.875rem; } }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 1.375rem; } }

h3, .h3 {
  font-size: 2.125rem; }
  @media (max-width: 992px) {
    h3, .h3 {
      font-size: 1.688rem; } }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 1.25rem; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media (max-width: 992px) {
    h4, .h4 {
      font-size: 1.125rem; } }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 1rem; } }

h5, .h5 {
  font-size: 24px;
  line-height: 28px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 40px;
  line-height: 155%; }
  @media (max-width: 992px) {
    p {
      margin: 0 0 24px; } }
  @media (max-width: 767px) {
    p {
      font-size: 0.938rem; } }
  p strong {
    font-family: "moderatbold", "Arial", "Helvetica", sans-serif; }

.sub-heading {
  font-size: 2.125rem;
  line-height: 140.62%;
  display: block;
  margin-bottom: 40px; }
  @media (max-width: 992px) {
    .sub-heading {
      font-size: 1.688rem;
      line-height: 140.62%; } }
  @media (max-width: 767px) {
    .sub-heading {
      font-size: 1.25rem;
      line-height: 140.62%;
      margin-bottom: 16px; } }

a {
  color: #2534F7;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.hidden-field {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.form-holder {
  margin-bottom: 30px; }

.form-control,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-select {
  background: #FAFAFA;
  font-size: 18px;
  height: 50px;
  width: 100%;
  padding: 0 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid #CCC7CC;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .form-control:-moz-placeholder,
  .wpcf7-form-control.wpcf7-text:-moz-placeholder,
  .wpcf7-form-control.wpcf7-select:-moz-placeholder {
    color: "color", "#958F95";
    opacity: 1; }
  .form-control::-moz-placeholder,
  .wpcf7-form-control.wpcf7-text::-moz-placeholder,
  .wpcf7-form-control.wpcf7-select::-moz-placeholder {
    color: "color", "#958F95";
    opacity: 1; }
  .form-control:-ms-input-placeholder,
  .wpcf7-form-control.wpcf7-text:-ms-input-placeholder,
  .wpcf7-form-control.wpcf7-select:-ms-input-placeholder {
    color: "color", "#958F95"; }
  .form-control::-webkit-input-placeholder,
  .wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,
  .wpcf7-form-control.wpcf7-select::-webkit-input-placeholder {
    color: "color", "#958F95"; }
  .form-control:focus,
  .wpcf7-form-control.wpcf7-text:focus,
  .wpcf7-form-control.wpcf7-select:focus {
    outline: none;
    color: #4D4D4D;
    border-color: #2534F7; }
    .form-control:focus:hover,
    .wpcf7-form-control.wpcf7-text:focus:hover,
    .wpcf7-form-control.wpcf7-select:focus:hover {
      border-color: #2534F7; }
  .form-control:hover,
  .wpcf7-form-control.wpcf7-text:hover,
  .wpcf7-form-control.wpcf7-select:hover {
    border-color: #4D4D4D; }
  .form-control.textarea,
  .wpcf7-form-control.wpcf7-text.textarea,
  .wpcf7-form-control.wpcf7-select.textarea {
    resize: none;
    height: 130px;
    padding: 14px; }

.control {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 0.938rem;
  line-height: 155%; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #2534F7; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #2534F7; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after,
.wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.wpcf7-list-item {
  margin: 0 !important; }

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .wpcf7 input[type='checkbox'] {
    --active: #ff8200;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #ff8200;
    --background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    -webkit-transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
    transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s, -webkit-box-shadow .2s; }

  .wpcf7 input[type='checkbox']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease); }

  .wpcf7 input[type='checkbox']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2); }

  .wpcf7 input[type='checkbox']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9; }

  .wpcf7 input[type='checkbox']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover); }

  .wpcf7 input[type='checkbox']:focus {
    -webkit-box-shadow: 0 0 0 var(--focus);
            box-shadow: 0 0 0 var(--focus); }

  .wpcf7 input[type='checkbox'] {
    height: 20px;
    width: 20px;
    border: none;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #2534F7; }

  .wpcf7 input[type='checkbox']:after {
    opacity: var(--o, 0); }

  .wpcf7 input[type='checkbox']:checked {
    --o: 1; }

  .wpcf7 input[type='checkbox']:after {
    width: 7px;
    height: 11px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 3px;
    -webkit-transform: rotate(var(--r, 20deg));
    transform: rotate(var(--r, 20deg)); }

  .wpcf7 input[type='checkbox']:not(.switch):checked {
    --r: 43deg; } }
/* custom select */
.SelectBox {
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  outline: 0 none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FAFAFA;
  font-size: 18px;
  height: 50px;
  line-height: 45px;
  width: 100% !important;
  padding: 0 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid #CCC7CC; }
  .SelectBox:-moz-placeholder {
    color: "color", "#958F95";
    opacity: 1; }
  .SelectBox::-moz-placeholder {
    color: "color", "#958F95";
    opacity: 1; }
  .SelectBox:-ms-input-placeholder {
    color: "color", "#958F95"; }
  .SelectBox::-webkit-input-placeholder {
    color: "color", "#958F95"; }
  .SelectBox:focus {
    outline: none;
    color: #4D4D4D;
    border-color: #2534F7; }
  .SelectBox:hover {
    border-color: #4D4D4D; }
  .SelectBox.textarea {
    resize: none;
    height: 130px;
    padding: 14px; }

.SelectBox > .inner {
  margin-right: 1.3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.SelectBox > .icon {
  position: absolute;
  right: 0.2em;
  top: 50%;
  margin-top: -2px;
  border-top: 0.3em solid #A7A7A7;
  border-left: 0.3em dashed transparent;
  border-right: 0.3em dashed transparent;
  border-bottom: 0 none;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 0; }

.SelectBox.open > .icon {
  margin-top: -3px;
  border-top: 0 none;
  border-bottom: 0.3em solid #A7A7A7; }

.SelectBox[disabled],
.SelectBox[readonly] {
  color: #ccc;
  border: 1px solid #B7B7B7;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .7;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.SelectBox-dropdown {
  opacity: 0.3;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 50;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FAFAFA; }

.SelectBox-dropdown.open {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  z-index: 999; }

.SelectBox-dropdown.close {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px); }

.SelectBox-options {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border: 1px solid rgba(204, 199, 204, 0.4);
  background: #FAFAFA;
  border-radius: 0;
  max-height: initial; }

.sf-input-checkbox {
  display: none; }

.sf-input-checkbox:checked + .sf-label-checkbox:after {
  background: #2534F7;
  border-color: #2534F7; }

.sf-label-checkbox {
  position: relative;
  display: block !important;
  padding-left: 30px !important;
  margin-left: 0 !important; }
  .sf-label-checkbox:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #CCC7CC;
    background: #FFFFFF; }
  .sf-label-checkbox:before {
    content: "";
    width: 7px;
    height: 11px;
    border: 2px solid #ffff;
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    position: absolute;
    z-index: 9;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.SelectBox-options .option:first-child {
  opacity: 0.5;
  color: #4D4D4D !important;
  pointer-events: none; }
  .SelectBox-options .option:first-child [selected] {
    color: #4D4D4D !important; }

.SelectBox-options > .optgroup,
.SelectBox-options > .option {
  margin: 0;
  padding: 12px;
  cursor: pointer;
  color: #4D4D4D;
  background: transparent;
  outline: 0 none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-size: 14px;
  line-height: 17px; }

.SelectBox-options > .option.inGroup {
  padding: 12px; }

.SelectBox-options > .option:hover,
.SelectBox-options > .option.active {
  color: #2534F7;
  cursor: pointer; }

.SelectBox-options > .optgroup {
  cursor: default;
  color: #999;
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid #e5e5e5; }

.SelectBox-options > .option[selected] {
  color: #2534F7; }

.SelectBox-options > .option[disabled] {
  color: #ccc;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .7;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

@font-face {
  font-family: 'moderatregular';
  src: url("../fonts/moderat-regular-webfont.woff2") format("woff2"), url("../fonts/moderat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'moderatlight';
  src: url("../fonts/moderat-light-webfont.woff2") format("woff2"), url("../fonts/moderat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'moderatbold';
  src: url("../fonts/moderat-bold-webfont.woff2") format("woff2"), url("../fonts/moderat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.btn, .wpcf7-submit {
  padding: 10px 25px;
  border-radius: 15px;
  font-size: 1rem;
  line-height: 30px;
  text-align: center;
  min-width: 133px;
  min-height: 53px;
  color: #4D4D4D;
  font-family: "moderatbold", "Arial", "Helvetica", sans-serif;
  display: inline-block; }
  @media (max-width: 767px) {
    .btn, .wpcf7-submit {
      min-width: 102px;
      padding: 10px 12px;
      min-height: 49px;
      line-height: 25px;
      font-size: 14px; } }
  .btn.btn-primary, .btn-primary.wpcf7-submit {
    background: #2534F7;
    border: 2px solid #2534F7;
    color: #fff;
    border-radius: 40px;
    font-size: 1.5rem;
    min-height: 67px;
    line-height: 44px;
    font-weight: normal;
    font-family: "moderatlight", "Arial", "Helvetica", sans-serif; }
    @media (max-width: 767px) {
      .btn.btn-primary, .btn-primary.wpcf7-submit {
        font-size: 16px;
        min-height: 57px;
        line-height: 34px; } }
  .btn.btn-secondary, .wpcf7-submit {
    background: #FAC337;
    border: 2px solid #FAC337; }
    .btn.btn-secondary:hover, .wpcf7-submit:hover {
      background: #FFDC83;
      border-color: #FFDC83; }
  .btn.btn-secondary-outlined, .btn-secondary-outlined.wpcf7-submit {
    color: #FAC337;
    border: 2px solid #FAC337; }
    .btn.btn-secondary-outlined:hover, .btn-secondary-outlined.wpcf7-submit:hover {
      background: #FAC337;
      color: #4D4D4D; }
    .btn.btn-secondary-outlined.gray, .btn-secondary-outlined.gray.wpcf7-submit {
      border: 2px solid #8D8D8D;
      color: #8D8D8D; }
      .btn.btn-secondary-outlined.gray:hover, .btn-secondary-outlined.gray.wpcf7-submit:hover {
        background: #FAC337;
        border-color: #FAC337;
        color: #4D4D4D; }

#wrapper .lmp_button {
  padding: 10px 25px !important;
  border-radius: 15px !important;
  font-size: 1rem !important;
  line-height: 30px !important;
  text-align: center !important;
  min-width: 133px !important;
  min-height: 53px !important;
  font-family: "moderatbold", "Arial", "Helvetica", sans-serif !important;
  display: inline-block !important;
  color: #8D8D8D !important;
  border: 2px solid #8D8D8D !important;
  background: transparent !important; }
  #wrapper .lmp_button:hover {
    background: #FAC337 !important;
    border-color: #FAC337 !important;
    color: #4D4D4D !important; }
  @media (max-width: 767px) {
    #wrapper .lmp_button {
      min-width: 102px !important;
      padding: 10px 12px !important;
      min-height: 49px !important;
      line-height: 25px !important;
      font-size: 14px !important; } }

.link {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #FAFAFA;
  color: #FAFAFA;
  font-size: 1rem;
  padding-bottom: 3px;
  line-height: 155%;
  font-family: "moderatbold", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase; }
  .link.blue {
    color: #2534F7;
    border-color: #2534F7; }

#header {
  overflow: hidden;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (max-width: 992px) {
    #header .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 767px) {
    #header {
      padding: 8px 0; } }
  #header.fixed-position {
    background: #FAFAFA;
    border-color: #2534F7; }
  #header .logo {
    width: 176px;
    float: left;
    margin-right: 20px; }
    @media (max-width: 767px) {
      #header .logo {
        width: 93px; } }
    #header .logo a {
      display: block;
      height: auto; }
    #header .logo img {
      width: 100%;
      height: auto;
      display: block; }

#nav-opener {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 24px;
  height: 16px;
  cursor: pointer;
  display: none;
  margin-left: auto;
  margin-top: 3px; }
  @media (max-width: 767px) {
    #nav-opener {
      display: block; } }
  #nav-opener span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #4D4D4D;
    opacity: 1;
    left: 0;
    border-radius: 2px; }
    #nav-opener span:nth-child(1) {
      top: 0px; }
    #nav-opener span:nth-child(2) {
      top: 6px; }
    #nav-opener span:nth-child(3) {
      top: 12px; }
  #nav-opener.open span:nth-child(1) {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 6px; }
  #nav-opener.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  #nav-opener.open span:nth-child(3) {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 6px;
    width: 24px; }

#nav {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    #nav {
      overflow: hidden; } }
  @media (max-width: 992px) {
    #nav {
      margin-left: auto; } }
  @media (max-width: 767px) {
    #nav {
      width: 206px;
      position: fixed;
      top: 41px;
      left: 0;
      bottom: 0;
      background: #FAFAFA;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 24px;
      -webkit-transform: translateX(-206px);
              transform: translateX(-206px); }
      .menu-active #nav {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
        .menu-active #nav:before {
          opacity: 0.8;
          visibility: visible; }
      #nav:before {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        content: "";
        background: #4D4D4D;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 9999px;
        height: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none; } }
  #nav .btn, #nav .wpcf7-submit {
    margin-left: 20px; }
    @media (max-width: 767px) {
      #nav .btn, #nav .wpcf7-submit {
        margin-left: 0;
        width: 100%; } }
  #nav ul {
    font-weight: bold;
    font-size: 0.938rem;
    font-family: "moderatbold", "Arial", "Helvetica", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      #nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 18px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    #nav ul li {
      margin: 0 20px; }
      @media (max-width: 767px) {
        #nav ul li {
          margin: 0 0 40px;
          text-align: left; } }
      #nav ul li.active a {
        color: #2534F7; }
      #nav ul li a {
        color: #4D4D4D; }
        #nav ul li a:hover {
          color: #2534F7; }

.lightbox {
  max-width: 640px;
  background: #FAFAFA; }

.fancybox-slide--complete .modal-container {
  -webkit-animation: slide-down .216s;
  animation: slide-down .216s; }

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

@-webkit-keyframes slide-down {
  0% {
    margin-top: -3em;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }
@keyframes slide-down {
  0% {
    margin-top: -3em;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #4D4D4D;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.8;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 40px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #FAFAFA;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 992px) {
    .fancybox-slide > * {
      padding: 24px;
      margin: 44px 16px 44px; } }
  @media (max-width: 992px) {
    .fancybox-slide > * {
      padding: 16px; } }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 33px/33px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #4d4d4d;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #FAFAFA;
  -webkit-transition: background .2s;
  transition: background .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }
  @media (max-width: 992px) {
    .fancybox-close-small {
      top: 29px;
      right: 29px; } }
  @media (max-width: 767px) {
    .fancybox-close-small {
      top: 21px;
      right: 21px; } }

.fancybox-close-small:focus {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }

  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
          box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }

  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }
/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 100%; }

.slider {
  margin: 0 -30px; }
  .slider li {
    padding: 32px 30px 0; }
    @media (max-width: 767px) {
      .slider li {
        padding: 32px 40px 0 30px; } }

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  @media (max-width: 992px) {
    .slick-list {
      overflow: hidden; } }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 1280px) {
    .slick-track {
      -webkit-transform: none !important;
              transform: none !important;
      width: 100% !important;
      display: block; } }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

@media (min-width: 1280px) {
  .slick-dots {
    display: none !important; } }

.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 992px) {
    .slick-slide {
      float: left; } }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 992px) {
      .slick-initialized .slick-slide {
        display: block; } }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-dots {
  text-align: center; }
  @media (max-width: 767px) {
    .slick-dots {
      text-align: left;
      padding-left: 20px;
      max-width: 50%; } }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: 0; }
    .slick-dots li.slick-active button {
      color: #222E36; }
    .slick-dots li button {
      background: none;
      border: none;
      font-size: 27px;
      line-height: 140.62%;
      color: #CCC7CC;
      height: auto; }
      @media (max-width: 767px) {
        .slick-dots li button {
          font-size: 20px; } }
      .slick-dots li button:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }

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

.slider-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.slick-prev,
.slick-next {
  position: absolute;
  bottom: 0;
  right: 157px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s; }
  @media (max-width: 767px) {
    .slick-prev,
    .slick-next {
      right: 80px; } }
  .slick-prev:hover,
  .slick-next:hover {
    text-decoration: none; }

.slick-prev {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-image: url(../images/arrow-left.svg); }

.slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  right: 40px;
  background-image: url(../images/arrow-right.svg); }
  @media (max-width: 767px) {
    .slick-next {
      right: 16px; } }

#footer {
  overflow: hidden;
  padding: 64px 0;
  border-top: 1px solid #e8e6e8; }
  @media (max-width: 992px) {
    #footer {
      padding: 40px 0; } }
  #footer .logo-holder {
    margin-right: 71px;
    width: 176px; }
    @media (max-width: 992px) {
      #footer .logo-holder {
        width: 100%;
        margin-bottom: 37px;
        margin-right: 0; } }
    #footer .logo-holder a {
      display: block; }
      @media (max-width: 992px) {
        #footer .logo-holder a {
          width: 157px; } }
      #footer .logo-holder a img {
        width: 100%;
        height: auto;
        display: block; }
  #footer .nav-holder {
    margin-right: 123px;
    border-right: 1px solid #CCC7CC;
    padding-right: 69px;
    width: 220px; }
    @media (max-width: 992px) {
      #footer .nav-holder {
        width: 213px;
        margin-right: 52px;
        float: left;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      #footer .nav-holder {
        width: 47%;
        margin-right: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  #footer address {
    margin-bottom: 20px;
    font-style: normal;
    overflow: hidden;
    font-size: 0.875rem; }
    @media (max-width: 992px) {
      #footer address {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      #footer address {
        font-size: 12px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #footer address:last-child {
        margin-bottom: 0; } }
    #footer address + address {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        #footer address + address {
          margin-bottom: 20px; } }
    #footer address span {
      display: block;
      margin-bottom: 12px; }
      @media (max-width: 767px) {
        #footer address span {
          margin-bottom: 9px; } }
      #footer address span a {
        color: #4D4D4D; }
        #footer address span a:hover {
          color: #2534F7; }
    #footer address strong {
      font-family: "moderatbold", "Arial", "Helvetica", sans-serif; }

.footer-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 992px) {
    .footer-holder {
      display: block; } }

.footer-nav {
  margin-bottom: 74px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .footer-nav {
      margin-bottom: 70px; } }
  .footer-nav ul {
    font-size: 0.875rem;
    font-family: "moderatbold", "Arial", "Helvetica", sans-serif; }
    @media (max-width: 767px) {
      .footer-nav ul {
        font-size: 12px; } }
    .footer-nav ul li {
      display: block;
      margin-bottom: 17px; }
      .footer-nav ul li a {
        color: #4D4D4D; }
        .footer-nav ul li a:hover {
          color: #2534F7; }

.footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  position: relative; }
  @media (max-width: 992px) {
    .footer-cols {
      width: calc(100% - 265px); } }
  @media (max-width: 767px) {
    .footer-cols {
      width: calc(100% - 151px);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .footer-cols .col {
    width: 42%;
    padding: 0 10px 0 0;
    padding-right: 0; }
    @media (max-width: 767px) {
      .footer-cols .col {
        width: 100%;
        padding: 0;
        padding-top: 16px; } }
    .footer-cols .col:first-child {
      width: 58%;
      padding-right: 81px; }
      @media (max-width: 767px) {
        .footer-cols .col:first-child {
          width: 100%;
          padding: 0;
          padding-top: 0; } }
  .footer-cols .title {
    font-family: "moderatbold", "Arial", "Helvetica", sans-serif;
    display: block;
    font-size: 0.875rem;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .footer-cols .title {
        margin-bottom: 16px;
        font-size: 12px; } }

.footer-frame {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .footer-frame {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.copyright {
  display: block;
  font-size: 0.875rem; }
  @media (max-width: 767px) {
    .copyright {
      font-size: 10px; } }

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 33px; }
  @media (max-width: 992px) {
    .social-links {
      margin-bottom: 18px; } }
  .social-links li {
    margin-right: 24px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .social-links li:hover {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px); }
    .social-links li a {
      display: block; }

.inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 100%;
  padding: 120px 0 41px; }
  @media (max-width: 992px) {
    .inner-banner {
      padding: 56px 0 131px; } }
  @media (max-width: 767px) {
    .inner-banner {
      padding: 44px 0 0; } }
  .inner-banner .text-block {
    background: #FAFAFA;
    padding: 60px;
    max-width: 640px; }
    @media (max-width: 992px) {
      .inner-banner .text-block {
        padding: 24px;
        max-width: 511px;
        margin: 0 auto;
        text-align: center; } }
    @media (max-width: 767px) {
      .inner-banner .text-block {
        padding: 16px; } }

.info-posts .posts {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row; }
  @media (max-width: 992px) {
    .info-posts .posts {
      padding: 80px 0 0; } }
  @media (max-width: 767px) {
    .info-posts .posts {
      padding: 60px 0 0; } }
  .info-posts .posts + .posts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .info-posts .posts + .posts .text {
      padding-left: 20px; }
      @media (max-width: 992px) {
        .info-posts .posts + .posts .text {
          padding-left: 0; } }
.info-posts .col {
  width: 50%;
  padding: 50px 0; }
  @media (max-width: 992px) {
    .info-posts .col {
      width: 100%;
      text-align: center;
      padding: 0; }
      .info-posts .col:first-child {
        padding: 0;
        margin-bottom: 40px; } }
    @media (max-width: 992px) and (max-width: 767px) {
      .info-posts .col:first-child {
        margin-bottom: 16px; } }

.info-posts .image-area {
  overflow: hidden; }
  .info-posts .image-area img {
    width: auto;
    height: auto;
    display: block; }

.partners-holder {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .partners-holder {
      margin: 0 -8px; } }
  .partners-holder .logo-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    max-width: 195px;
    height: 107px;
    background-color: white; }
  .partners-holder .logo-holder img {
    width: auto;
    max-width: 160px;
    max-height: 90px;
    height: auto; }
  .partners-holder .post {
    padding: 0 10px;
    width: 25%;
    text-align: center; }
    @media (max-width: 767px) {
      .partners-holder .post {
        width: 50%;
        padding: 0 8px; } }
    .partners-holder .post .logo-holder {
      margin-bottom: 10px; }
      .partners-holder .post .logo-holder img {
        width: auto;
        height: auto;
        display: block; }

.work-holder.about {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .work-holder.about {
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .work-holder.about {
      padding-top: 60px;
      padding-bottom: 30px; } }
.work-holder .partners-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  max-width: 860px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .work-holder .partners-holder .post {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .work-holder .partners-holder .post {
        margin-bottom: 40px; } }

.work-holder.about.cover-image-bg {
  background-image: url(" /wp-content/uploads/2023/08/bg-work-scaled.jpg"); }

.team-holder {
  padding: 120px 0 70px; }
  @media (max-width: 992px) {
    .team-holder {
      padding: 80px 0 40px; } }
  @media (max-width: 767px) {
    .team-holder {
      padding: 60px 0 20px; } }
  .team-holder h1 {
    text-align: center; }

.team-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  margin: 0 -20px;
  padding-top: 30px; }
  .team-posts .post {
    width: 25%;
    margin-bottom: 45px;
    padding: 0 20px; }
    @media (max-width: 1280px) {
      .team-posts .post {
        width: 33.3%; } }
    @media (max-width: 992px) {
      .team-posts .post {
        width: 50%;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .team-posts .post {
        width: 100%;
        text-align: center; } }
    .team-posts .post p {
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .team-posts .post p {
          margin-bottom: 16px; } }
    .team-posts .post h3 {
      margin-bottom: 10px; }
    .team-posts .post h4 {
      font-family: "moderatlight", "Arial", "Helvetica", sans-serif;
      color: #FAC337;
      margin-bottom: 24px;
      line-height: 155%;
      font-weight: 300; }
      @media (max-width: 767px) {
        .team-posts .post h4 {
          margin-bottom: 16px; } }
    .team-posts .post .img-holder {
      position: relative;
      background: #FAFAFA;
      width: 132px;
      margin-bottom: 41px; }
      @media (max-width: 767px) {
        .team-posts .post .img-holder {
          margin: 0 auto 40px;
          width: 81px; } }
      .team-posts .post .img-holder:after {
        content: "";
        position: absolute;
        top: 17px;
        right: 0;
        bottom: -17px;
        left: 17px;
        width: auto;
        height: auto;
        border: 4px solid #2534F7; }
        @media (max-width: 767px) {
          .team-posts .post .img-holder:after {
            position: absolute;
            top: 12px;
            right: -6px;
            bottom: -12px;
            left: 12px; } }
      .team-posts .post .img-holder img {
        position: relative;
        z-index: 5;
        width: 115px;
        max-height: 116px;
        overflow: hidden;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
        @media (max-width: 767px) {
          .team-posts .post .img-holder img {
            width: 69px; } }

.we-work-holder {
  margin-top: 100px; }

.awards-holder {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  padding: 30px 0 60px; }
  @media (max-width: 992px) {
    .awards-holder {
      padding: 30px 0; } }
  @media (max-width: 992px) {
    .awards-holder {
      padding: 16px 0 30px; } }
  .awards-holder .post {
    font-size: 1.5rem;
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .awards-holder .post {
        width: 50%;
        font-size: 1.125rem; } }
    @media (max-width: 767px) {
      .awards-holder .post {
        width: 100%;
        font-size: 1rem;
        margin-bottom: 16px; } }
    .awards-holder .post p {
      margin-bottom: 0; }
    .awards-holder .post .post-holder {
      background: #FAFAFA;
      padding: 40px;
      min-height: 424px; }
      @media (max-width: 992px) {
        .awards-holder .post .post-holder {
          min-height: 351px; } }
      @media (max-width: 767px) {
        .awards-holder .post .post-holder {
          min-height: 244px;
          padding: 16px; } }
  .awards-holder .logo-holder {
    overflow: hidden;
    margin-bottom: 16px; }
    @media (max-width: 992px) {
      .awards-holder .logo-holder {
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .awards-holder .logo-holder {
        margin-bottom: 16px; } }
    .awards-holder .logo-holder img {
      width: 75px;
      height: auto;
      display: block; }
      @media (max-width: 992px) {
        .awards-holder .logo-holder img {
          width: 55px; } }
      @media (max-width: 767px) {
        .awards-holder .logo-holder img {
          width: 49px; } }

.partner-detail {
  line-height: 155%;
  color: #222E36; }
  .partner-detail h4 {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .partner-detail h4 {
        margin-bottom: 16px; } }
  .partner-detail p {
    margin-bottom: 24px; }
  .partner-detail .logo-holder {
    width: 180px;
    margin-bottom: 25px; }
    @media (max-width: 992px) {
      .partner-detail .logo-holder {
        width: 117px;
        margin-bottom: 16px; } }
    @media (max-width: 767px) {
      .partner-detail .logo-holder {
        width: 90px;
        margin-bottom: 21px; } }
    .partner-detail .logo-holder img {
      width: 100%;
      height: auto;
      display: block; }

.contact-holder {
  padding: 70px 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 992px) {
    .contact-holder {
      padding: 50px 0 90px; } }
  @media (max-width: 767px) {
    .contact-holder {
      padding: 27px 0 60px; }
      .contact-holder .btn, .contact-holder .wpcf7-submit {
        width: 100%; } }
  .contact-holder h1 {
    margin-bottom: 27px; }
    @media (max-width: 767px) {
      .contact-holder h1 {
        margin-bottom: 16px;
        width: 200px; } }
  @media (max-width: 992px) {
    .contact-holder .head-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .contact-holder .head-area .head {
        width: calc(100% - 200px); } }
    @media (max-width: 992px) and (max-width: 767px) {
      .contact-holder .head-area .head {
        width: calc(100% - 189px); } }

  .contact-holder .head-area {
    font-size: 1.5rem;
    color: #222E36;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .contact-holder .head-area {
        margin-bottom: 25px; } }
    .contact-holder .head-area p {
      margin-bottom: 0; }
  .contact-holder .form-holder {
    max-width: 860px; }
    .contact-holder .form-holder .cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: wrap row;
              flex-flow: wrap row;
      margin: 0 -10px; }
    .contact-holder .form-holder .col {
      width: 50%;
      padding: 0 10px; }
      @media (max-width: 767px) {
        .contact-holder .form-holder .col {
          width: 100%; } }
  .contact-holder .img-post {
    max-width: 410px; }
    @media (max-width: 1280px) {
      .contact-holder .img-post {
        max-width: 350px; } }
    @media (max-width: 992px) {
      .contact-holder .img-post {
        display: none; } }
    .contact-holder .img-post img {
      width: 100%;
      height: auto;
      display: block; }

@media (max-width: 992px) {
  .head-img {
    width: 200px;
    position: relative;
    right: -65px; } }
@media (max-width: 767px) {
  .head-img {
    width: 189;
    right: -37px; } }
@media (max-width: 390px) {
  .head-img {
    width: auto;
    right: -37px; } }
@media (min-width: 992px) {
  .head-img {
    display: none; } }

.btn-holder {
  text-align: right;
  padding: 45px 0 0; }

.page-notfound,
.error-404.not-found {
  padding: 20px 0 70px; }
  @media (max-width: 992px) {
    .page-notfound,
    .error-404.not-found {
      padding: 137px 0; } }
  @media (max-width: 767px) {
    .page-notfound,
    .error-404.not-found {
      padding: 60px 0;
      text-align: center; } }
  @media (max-width: 390px) {
    .page-notfound .btn, .page-notfound .wpcf7-submit,
    .error-404.not-found .btn,
    .error-404.not-found .wpcf7-submit {
      width: 100%; } }
  @media (max-width: 992px) {
    .page-notfound .two-cols,
    .error-404.not-found .two-cols {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 767px) {
    .page-notfound .two-cols,
    .error-404.not-found .two-cols {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 992px) {
    .page-notfound .two-cols .col,
    .error-404.not-found .two-cols .col {
      width: 50%; } }
  @media (max-width: 767px) {
    .page-notfound .two-cols .col,
    .error-404.not-found .two-cols .col {
      width: 100%;
      margin-bottom: 0; }
      .page-notfound .two-cols .col:first-child,
      .error-404.not-found .two-cols .col:first-child {
        margin-bottom: 24px; } }
  .page-notfound h1,
  .error-404.not-found h1 {
    margin-bottom: 27px; }
    @media (max-width: 767px) {
      .page-notfound h1,
      .error-404.not-found h1 {
        margin-bottom: 16px; } }
  .page-notfound p,
  .error-404.not-found p {
    margin-bottom: 31px;
    font-size: 2.125rem; }
    @media (max-width: 992px) {
      .page-notfound p,
      .error-404.not-found p {
        font-size: 1.5rem;
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .page-notfound p,
      .error-404.not-found p {
        margin-bottom: 16px;
        font-size: 1.25rem; } }
  .page-notfound .img-holder,
  .error-404.not-found .img-holder {
    overflow: hidden;
    max-width: 528px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .page-notfound .img-holder,
      .error-404.not-found .img-holder {
        max-width: 287px; } }
    .page-notfound .img-holder img,
    .error-404.not-found .img-holder img {
      width: 100%;
      height: auto;
      display: block; }

#wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 94px; }
  @media (max-width: 992px) {
    #wrapper {
      padding-top: 87px; } }
  @media (max-width: 767px) {
    #wrapper {
      padding-top: 43px; } }

hr {
  width: 200px;
  border: none;
  height: 2px;
  margin-bottom: 24px;
  background: #2534F7; }

.load-animation {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px); }
  .load-animation.in-viewport {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-container video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

video::-webkit-media-controls {
  display: none !important; }

video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important; }

video::-webkit-media-controls-enclosure {
  display: none !important; }

.container {
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto; }
  @media (max-width: 992px) {
    .container {
      padding: 0 40px; } }
  @media (max-width: 767px) {
    .container {
      padding: 0 16px; } }

.bg-holder {
  background-attachment: fixed;
  background-repeat: no-repeat; }

.bg-holder img {
  height: auto;
  position: absolute;
  width: auto; }

.fallback-class {
  background-size: cover; }

.banner {
  overflow: hidden;
  padding: 120px 0 95px; }
  @media (max-width: 992px) {
    .banner {
      padding: 80px 0; }
      .banner .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
        text-align: center; } }
  @media (max-width: 767px) {
    .banner {
      padding: 60px 0; }
      .banner .btn, .banner .wpcf7-submit {
        width: 100%; } }
  .banner .text-area {
    float: left;
    width: calc(100% - 749px);
    font-size: 2.125rem;
    padding-right: 15px; }
    @media (max-width: 1280px) {
      .banner .text-area {
        width: calc(100% - 550px); } }
    @media (max-width: 992px) {
      .banner .text-area {
        width: 100%;
        float: none;
        font-size: 1.688rem;
        margin-bottom: 72px; } }
    @media (max-width: 767px) {
      .banner .text-area {
        font-size: 1.25rem;
        margin-bottom: 40px; } }
    .banner .text-area p {
      line-height: 140.62%; }
  .banner .video-holder {
    width: 749px;
    float: left; }
    .banner .video-holder .video-container .wrapper .video-wrap-outer .video-wrap-inner {
      position: relative;
      overflow: hidden; }
      .banner .video-holder .video-container .wrapper .video-wrap-outer .video-wrap-inner .video-play-button {
        background: rgba(255, 255, 255, 0.3);
        width: 100%;
        height: 100%;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        cursor: pointer; }
        .banner .video-holder .video-container .wrapper .video-wrap-outer .video-wrap-inner .video-play-button:hover {
          -webkit-transform: scale(1.2);
                  transform: scale(1.2); }
        .banner .video-holder .video-container .wrapper .video-wrap-outer .video-wrap-inner .video-play-button.vid-paused {
          opacity: 1;
          z-index: 99; }
        .banner .video-holder .video-container .wrapper .video-wrap-outer .video-wrap-inner .video-play-button .video-player-icon {
          margin-bottom: 12px;
          width: 67px;
          height: 67px; }
        .banner .video-holder .video-container .wrapper .video-wrap-outer .video-wrap-inner .video-play-button .video-player-text {
          font-weight: bold;
          color: black;
          text-transform: uppercase; }
    @media (max-width: 1280px) {
      .banner .video-holder {
        width: 550px; } }
    @media (max-width: 992px) {
      .banner .video-holder {
        width: 100%;
        float: none; } }

.three-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  margin: 0 -30px; }
  @media (max-width: 992px) {
    .three-cols {
      margin: 0 -22px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .three-cols {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .three-cols .three-col-holder {
    width: 66.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 992px) {
      .three-cols .three-col-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 767px) {
      .three-cols .three-col-holder {
        width: 100% !important; } }
    .three-cols .three-col-holder .col {
      width: 50%; }
      @media (max-width: 767px) {
        .three-cols .three-col-holder .col {
          width: 100% !important; } }
    @media (max-width: 992px) {
      .three-cols .three-col-holder {
        width: 60%; }
        .three-cols .three-col-holder .col {
          width: 100%; } }
  .three-cols .col {
    padding: 0 30px;
    margin-bottom: 20px;
    width: 33.3%;
    margin-left: -4px; }
    @media (max-width: 992px) {
      .three-cols .col {
        width: 40%;
        padding: 0 22px;
        margin-bottom: 44px; } }
    @media (max-width: 767px) {
      .three-cols .col {
        width: 100%; } }

.two-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -30px; }
  @media (max-width: 992px) {
    .two-cols {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .two-cols .col {
    padding: 0 30px;
    margin-bottom: 20px;
    width: 50%;
    margin-left: -4px; }
    @media (max-width: 992px) {
      .two-cols .col {
        width: 100%; } }

blockquote {
  margin: 0;
  position: relative; }
  @media (max-width: 992px) {
    blockquote {
      padding: 16px; } }
  @media (max-width: 767px) {
    blockquote {
      padding: 0; } }
  blockquote:after {
    content: "";
    width: 61px;
    height: 53px;
    position: absolute;
    top: -76px;
    right: auto;
    bottom: auto;
    left: 0;
    background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 992px) {
      blockquote:after {
        padding: 16px;
        left: 17px;
        top: -58px; } }
    @media (max-width: 767px) {
      blockquote:after {
        width: 41px;
        height: 36px;
        left: 0;
        top: -45px; } }
  blockquote q {
    display: block;
    font-size: 1.5rem;
    line-height: 155%;
    margin-bottom: 24px;
    quotes: none; }
    @media (max-width: 992px) {
      blockquote q {
        font-size: 1.125rem; } }
  blockquote cite {
    display: block;
    font-style: normal;
    font-family: "moderatbold", "Arial", "Helvetica", sans-serif; }

.card {
  border: 1px solid #2534F7;
  position: relative;
  min-height: 200px;
  padding: 40px;
  background: #FAFAFA; }
  @media (max-width: 992px) {
    .card {
      padding: 24px; } }
  @media (max-width: 767px) {
    .card {
      padding: 16px;
      min-height: inherit; } }
  .card:after {
    content: "";
    position: absolute;
    top: 40px;
    right: -40px;
    bottom: -40px;
    left: 40px;
    width: auto;
    height: auto;
    z-index: -1;
    border: 4px solid #2534F7; }
    @media (max-width: 992px) {
      .card:after {
        position: absolute;
        top: 24px;
        right: -24px;
        bottom: -24px;
        left: 24px; } }
    @media (max-width: 767px) {
      .card:after {
        position: absolute;
        top: 16px;
        right: -16px;
        bottom: -16px;
        left: 16px; } }
  .card .ico-holder {
    margin-bottom: 16px; }
    @media (max-width: 992px) {
      .card .ico-holder {
        width: 40px;
        margin-bottom: 8px; } }
    @media (max-width: 767px) {
      .card .ico-holder {
        width: 30px; } }
  .card h2 {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .card h2 {
        margin-bottom: 16px; } }
  .card p {
    margin: 0 0 16px; }
    @media (max-width: 992px) {
      .card p {
        margin-bottom: 0; } }

.about-holder .text {
  max-width: 640px;
  margin-bottom: 49px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .about-holder .text {
      max-width: 430px;
      margin: 0 auto;
      margin-bottom: 60px;
      text-align: center; } }
  @media (max-width: 767px) {
    .about-holder .text {
      text-align: left;
      margin-bottom: 42px; } }
.about-holder .three-cols .three-col-holder {
  width: auto;
  margin: 0 30px; }
  @media (max-width: 992px) {
    .about-holder .three-cols .three-col-holder {
      margin: auto; } }
  .about-holder .three-cols .three-col-holder .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 33.33%; }
    @media (max-width: 992px) {
      .about-holder .three-cols .three-col-holder .col {
        width: 100%; } }
    .about-holder .three-cols .three-col-holder .col .card {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 767px) {
        .about-holder .three-cols .three-col-holder .col .card p {
          font-size: 0.938rem; } }

.benefits-holder {
  padding: 120px 0; }
  @media (max-width: 1500px) {
    .benefits-holder {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .benefits-holder {
      padding: 60px 0 40px; } }
  .benefits-holder .text {
    max-width: 530px;
    text-align: left;
    margin-left: auto; }
    @media (max-width: 1500px) {
      .benefits-holder .text {
        margin: 0 auto;
        max-width: 511px; } }
    .benefits-holder .text .block {
      overflow: hidden;
      width: 100%; }
    .benefits-holder .text hr {
      float: left; }
  @media (max-width: 1500px) {
    .benefits-holder .two-cols {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .benefits-holder .two-cols .col {
    width: 45%; }
    @media (max-width: 1500px) {
      .benefits-holder .two-cols .col {
        width: 100%; } }
    .benefits-holder .two-cols .col:first-child {
      width: 55%; }
      @media (max-width: 1500px) {
        .benefits-holder .two-cols .col:first-child {
          width: 100%; } }

.benefits-area {
  position: relative;
  margin: 50px 0;
  width: 566px;
  height: 635px; }
  .benefits-area:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: -50%;
    bottom: 0;
    width: auto;
    height: auto;
    background-image: url(../images/benefits-options.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 40% 50%; }
  @media (max-width: 1500px) {
    .benefits-area {
      width: 511px;
      height: 418px;
      background-position: -100% 50%;
      margin: 50px auto 80px; } }
  @media (max-width: 767px) {
    .benefits-area {
      width: 240px;
      height: 240px;
      margin: 66px auto 60px; } }
  .benefits-area .title {
    display: block;
    max-width: 260px;
    font-size: 24px;
    line-height: 155%;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
    @media (max-width: 1500px) {
      .benefits-area .title {
        font-size: 18px;
        line-height: 155%;
        max-width: 238px; } }
    @media (max-width: 767px) {
      .benefits-area .title {
        font-size: 15px;
        line-height: 155%;
        max-width: 134px; } }
    .benefits-area .title.one {
      right: 295px;
      top: -60px; }
      @media (max-width: 1500px) {
        .benefits-area .title.one {
          right: 320px;
          top: -40px; } }
      @media (max-width: 767px) {
        .benefits-area .title.one {
          right: 126px;
          top: -60px; } }
    .benefits-area .title.two {
      right: -80px;
      top: 50px; }
      @media (max-width: 1500px) {
        .benefits-area .title.two {
          right: 0;
          top: 30px; } }
      @media (max-width: 767px) {
        .benefits-area .title.two {
          right: -22px;
          top: -16px;
          max-width: 111px; } }
    .benefits-area .title.three {
      right: -92px;
      top: 301px; }
      @media (max-width: 1500px) {
        .benefits-area .title.three {
          right: 36px;
          top: 195px; } }
      @media (max-width: 767px) {
        .benefits-area .title.three {
          right: -45px;
          top: 107px;
          width: 100px; } }
    .benefits-area .title.four {
      right: -66px;
      top: 543px; }
      @media (max-width: 1500px) {
        .benefits-area .title.four {
          right: -11px;
          top: 349px; } }
      @media (max-width: 767px) {
        .benefits-area .title.four {
          right: -44px;
          top: 197px; } }
    .benefits-area .title.five {
      right: 300px;
      top: 659px;
      text-align: center; }
      @media (max-width: 1500px) {
        .benefits-area .title.five {
          right: 320px;
          top: 430px; } }
      @media (max-width: 767px) {
        .benefits-area .title.five {
          right: 127px;
          top: 245px; } }

.benefits-circle {
  width: 364px;
  height: 364px;
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: auto;
  left: auto;
  margin: -182px 0 0 -182px; }
  @media (max-width: 992px) {
    .benefits-circle {
      width: 334px;
      height: 334px;
      margin: -167px 0 0 -167px; } }
  @media (max-width: 767px) {
    .benefits-circle {
      width: 152px;
      height: 152px;
      margin: -76px 0 0 -76px; } }
  .benefits-circle.in-viewport .spin:before {
    border-top-color: #2534F7;
    border-right-color: #2534F7;
    border-bottom-color: #2534F7;
    -webkit-transition: border-top-color 0.30s linear, border-right-color 0.30s linear 0.20s, border-bottom-color 0.30s linear 0.40s;
    transition: border-top-color 0.30s linear, border-right-color 0.30s linear 0.20s, border-bottom-color 0.30s linear 0.40s; }
  .benefits-circle.in-viewport .spin:after {
    border-top: 2px solid #2534F7;
    border-left-width: 2px;
    border-right-width: 2px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    transition: transform 0.8s linear 0s, border-left-width 0s linear 0.70s, -webkit-transform 0.8s linear 0s; }
  .benefits-circle span {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #FAFAFA;
    font-size: 34px;
    line-height: 140.62%;
    font-family: "moderatbold", "Arial", "Helvetica", sans-serif;
    text-align: center;
    color: #2534F7;
    padding: 20px; }
    @media (max-width: 992px) {
      .benefits-circle span {
        font-size: 27px;
        line-height: 140.62%; } }
    @media (max-width: 767px) {
      .benefits-circle span {
        font-size: 18px;
        line-height: 140.62%; } }
  .benefits-circle span::before,
  .benefits-circle span::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%; }
  .benefits-circle .spin {
    width: 100%;
    height: 100%; }
    .benefits-circle .spin:before, .benefits-circle .spin:after {
      top: 0;
      left: 0; }
    .benefits-circle .spin:before {
      border: 2px solid transparent; }
    .benefits-circle .spin:after {
      border: 0 solid transparent; }
  .benefits-circle .circle {
    border-radius: 100%;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .benefits-circle .circle:before, .benefits-circle .circle:after {
      border-radius: 100%; }

.partner-holder {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  padding: 82px 0 81px; }
  @media (max-width: 992px) {
    .partner-holder {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .partner-holder {
      padding: 87px 0; } }
  .partner-holder .info-block {
    max-width: 640px;
    padding: 60px;
    background: #FAFAFA; }
    @media (max-width: 992px) {
      .partner-holder .info-block {
        max-width: 511px;
        margin: 0 auto;
        padding: 40px; } }
    @media (max-width: 992px) {
      .partner-holder .info-block {
        padding: 16px; } }
  .partner-holder .logos-area {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px; }
    .partner-holder .logos-area .logo {
      max-width: 251px;
      margin: 0 16px; }
      .partner-holder .logos-area .logo img {
        width: 100%;
        height: auto; }

.certification-holder {
  font-size: 1.5rem;
  line-height: 155%;
  text-align: center;
  padding: 120px 0 60px; }
  @media (max-width: 992px) {
    .certification-holder {
      padding: 0 0 60px;
      font-size: 1.125rem; } }
  .certification-holder h1 {
    margin-bottom: 24px; }
  .certification-holder .block {
    max-width: 650px;
    margin: 0 auto; }
  .certification-holder .block.load-animation.in-viewport .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 50px; }
  .certification-holder .column.third img {
    max-width: 100%;
    max-height: 80px;
    vertical-align: top; }
  .certification-holder .column.fourth img {
    max-width: 100%;
    min-height: 80px;
    vertical-align: top; }
    @media (max-width: 767px) {
      .certification-holder .column.fourth img {
        min-height: 37px;
        width: 150px; } }

.solutions-holder {
  padding: 80px 0 100px; }
  @media (max-width: 992px) {
    .solutions-holder {
      padding: 0; } }
  @media (max-width: 767px) {
    .solutions-holder {
      padding: 47px 0; } }
  .solutions-holder.about {
    text-align: center; }
    .solutions-holder.about .text-block p {
      font-size: 1rem;
      line-height: 155%; }
  .solutions-holder .btn-area {
    overflow: hidden; }
    .solutions-holder .btn-area .btn, .solutions-holder .btn-area .wpcf7-submit {
      margin-right: 20px; }
      @media (max-width: 767px) {
        .solutions-holder .btn-area .btn, .solutions-holder .btn-area .wpcf7-submit {
          margin-right: 8px; } }
  .solutions-holder h3 {
    line-height: 140.62%;
    margin-bottom: 24px; }
  .solutions-holder .text-block.us {
    width: 80% !important;
    padding-right: 20px;
    height: 350px; }
  .solutions-holder .text-block {
    background: #FAFAFA;
    position: relative;
    max-width: 640px;
    margin-right: -90px;
    padding: 40px; }
    @media (max-width: 1280px) {
      .solutions-holder .text-block {
        max-width: 540px;
        height: 276px;
        padding: 30px 0px 0 50px; } }
    @media (max-width: 992px) {
      .solutions-holder .text-block .text-block.us {
        width: 100% !important;
        padding-right: 20px;
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important; }
      .solutions-holder .text-block .text-block {
        margin-right: 0;
        max-width: 100%;
        margin-right: 10px !important;
        width: 430px;
        max-width: 100%;
        height: 225px; } }
    @media (max-width: 767px) {
      .solutions-holder .text-block {
        padding: 16px; } }
  .solutions-holder h1 {
    text-align: center;
    color: #2534F7; }
  .solutions-holder .holder {
    overflow: hidden;
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 992px) {
      .solutions-holder .holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    @media (max-width: 767px) {
      .solutions-holder .holder {
        padding-top: 14px; } }
  .solutions-holder .img-holder.us {
    width: 330px; }
    .solutions-holder .img-holder.us img {
      width: 100%;
      height: 150%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: top;
         object-position: top;
      display: block;
      background: white; }
  .solutions-holder .img-holder {
    max-width: 750px;
    float: right; }
    @media (max-width: 1280px) {
      .solutions-holder .img-holder {
        max-width: 540px; } }
    @media (max-width: 992px) {
      .solutions-holder .img-holder {
        max-width: 76.5vw;
        max-width: 100%;
        height: 225px;
        max-width: 100%; } }
    .solutions-holder .img-holder img {
      width: 100%;
      height: auto;
      display: block; }
  .solutions-holder .img-holder.us {
    max-width: 100%;
    height: 48% !important; }

.appinfo-holder {
  background-position: 50% 50%;
  background-size: contain;
  padding: 134px 0;
  position: relative; }
  @media (max-width: 992px) {
    .appinfo-holder {
      padding: 180px 0; } }
  @media (max-width: 767px) {
    .appinfo-holder {
      padding: 41px 16px;
      min-height: inherit;
      background-size: cover; } }
  @media (max-width: 767px) {
    .appinfo-holder .btn, .appinfo-holder .wpcf7-submit {
      width: 100%; } }

.text-block {
  max-width: 640px;
  padding: 60px;
  margin: 0 auto;
  background: #FAFAFA;
  text-align: center; }
  @media (max-width: 992px) {
    .text-block {
      max-width: 689px; } }
  @media (max-width: 767px) {
    .text-block {
      padding: 16px; } }
  .text-block p {
    font-size: 1.5rem;
    line-height: 155%; }
    @media (max-width: 767px) {
      .text-block p {
        font-size: 1rem;
        line-height: 155%; } }

.cover-image-bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 0; }

.tags-holder {
  overflow: hidden;
  margin-bottom: 16px; }

.tag {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .tag {
      margin-right: 2px; } }
  .tag a {
    display: block;
    background: #FAC337;
    font-family: "moderatbold", "Arial", "Helvetica", sans-serif;
    color: #4D4D4D;
    padding: 11px 15px 9px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 100px; }
    @media (max-width: 767px) {
      .tag a {
        font-size: 11px;
        padding: 11px 13px 9px; } }
    .tag a:hover {
      background: #2534F7;
      color: #fff; }

.work-holder {
  overflow: hidden;
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .work-holder .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media (max-width: 992px) {
    .work-holder {
      padding: 89px 0; } }
  @media (max-width: 767px) {
    .work-holder {
      padding: 47px 0; } }
  @media (max-width: 992px) {
    .work-holder.solution .holder {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse; } }
  .work-holder .head-text {
    max-width: 640px;
    margin: 0 auto;
    font-size: 1.5rem;
    text-align: center; }
    .work-holder .head-text p {
      color: #FAFAFA; }
  .work-holder .intro-block {
    font-size: 1.5rem;
    line-height: 155%;
    color: #fff;
    max-width: 860px;
    margin: 0 auto;
    text-align: center; }
  .work-holder .btn-area-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    @media (max-width: 767px) {
      .work-holder .btn-area-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px; } }
    .work-holder .btn-area-holder .btn-area {
      overflow: hidden; }
      .work-holder .btn-area-holder .btn-area .btn, .work-holder .btn-area-holder .btn-area .wpcf7-submit {
        margin-right: 20px; }
        @media (max-width: 767px) {
          .work-holder .btn-area-holder .btn-area .btn, .work-holder .btn-area-holder .btn-area .wpcf7-submit {
            margin-right: 8px; } }
  .work-holder h3 {
    line-height: 134.22%;
    margin-bottom: 14px; }
  .work-holder .text-block {
    background: #FAFAFA;
    position: relative;
    max-width: 540px;
    padding: 30px 30px 30px 50px;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important; }
    @media (max-width: 1280px) {
      .work-holder .text-block {
        max-width: 540px; } }
    @media (max-width: 992px) {
      .work-holder .text-block {
        margin-right: 0;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .work-holder .text-block {
        padding: 16px; } }
  .work-holder h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 10px; }
  .work-holder .holder {
    overflow: hidden;
    padding: 14px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
    margin-left: 0; }
    @media (max-width: 992px) {
      .work-holder .holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    @media (max-width: 767px) {
      .work-holder .holder {
        padding-top: 14px; } }
  .work-holder .img-holder {
    max-width: 540px;
    height: 100%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1280px) {
      .work-holder .img-holder {
        max-width: 540px; } }
    @media (max-width: 992px) {
      .work-holder .img-holder {
        max-width: 100%;
        height: auto; } }
    .work-holder .img-holder img {
      width: 100%;
      height: auto;
      display: block;
      -o-object-position: center;
         object-position: center; }
      @media (max-width: 992px) {
        .work-holder .img-holder img {
          height: auto; } }

.appinfo-holder {
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  margin: 300px 0 0;
  padding: 50px 0 29px; }
  @media (max-width: 1280px) {
    .appinfo-holder {
      padding: 90px 0; } }
  @media (max-width: 992px) {
    .appinfo-holder {
      margin: 80px 0 0;
      padding: 75px 0 47px; } }
  @media (max-width: 767px) {
    .appinfo-holder {
      padding: 0 0 60px; } }
  @media (max-width: 767px) {
    .appinfo-holder .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .appinfo-holder .img-holder {
    max-width: 612px;
    float: right;
    margin-top: -356px; }
    @media (max-width: 1280px) {
      .appinfo-holder .img-holder {
        max-width: 485px; } }
    @media (max-width: 992px) {
      .appinfo-holder .img-holder {
        max-width: 350px;
        margin-right: -65px;
        margin-top: -173px; } }
    @media (max-width: 767px) {
      .appinfo-holder .img-holder {
        margin-right: 0;
        max-width: 263px;
        margin: -130px auto 0; } }
  .appinfo-holder .text-holder {
    max-width: 530px;
    float: left; }
    @media (max-width: 1280px) {
      .appinfo-holder .text-holder {
        padding-right: 30px; } }
    @media (max-width: 992px) {
      .appinfo-holder .text-holder {
        max-width: 423px;
        padding-right: 10px; } }
    @media (max-width: 767px) {
      .appinfo-holder .text-holder {
        max-width: 100%;
        float: none;
        display: block;
        text-align: center;
        padding-top: 16px; }
        .appinfo-holder .text-holder .btn, .appinfo-holder .text-holder .wpcf7-submit {
          width: 100%; } }
  .appinfo-holder h2 {
    color: #fff;
    font-size: 3.125rem;
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      .appinfo-holder h2 {
        font-size: 2.5rem; } }
    @media (max-width: 767px) {
      .appinfo-holder h2 {
        font-size: 1.375rem; } }
    .appinfo-holder h2 span {
      display: block;
      font-family: "moderatlight", "Arial", "Helvetica", sans-serif; }

.testimonials-holder {
  overflow: hidden;
  padding: 120px 0 0; }
  @media (max-width: 992px) {
    .testimonials-holder {
      padding: 80px 0; } }
  @media (max-width: 1280px) {
    .testimonials-holder .slider + p {
      margin-top: 40px;
      text-align: left; } }
  @media (max-width: 1280px) and (max-width: 767px) {
    .testimonials-holder .slider + p {
      margin-top: 20px; } }

  @media (max-width: 767px) {
    .testimonials-holder {
      padding: 60px 0; } }
  .testimonials-holder .two-cols {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 992px) {
      .testimonials-holder .two-cols .col {
        width: 50%; } }
  .testimonials-holder .card {
    margin-bottom: 135px; }
    @media (max-width: 1280px) {
      .testimonials-holder .card {
        margin-bottom: 80px; } }
  .testimonials-holder h1 {
    text-align: center;
    margin-bottom: 92px; }
    @media (max-width: 767px) {
      .testimonials-holder h1 {
        margin-bottom: 20px; } }
  .testimonials-holder p strong {
    display: block;
    text-align: center; }

#main .resources-cols {
  padding-top: 100px; }
  @media (max-width: 767px) {
    #main .resources-cols {
      padding-top: 40px; } }

.work-holder.resources-holder {
  padding: 70px 0 0; }
  @media (max-width: 992px) {
    .work-holder.resources-holder {
      padding: 80px 0 0; } }
  @media (max-width: 767px) {
    .work-holder.resources-holder {
      padding: 60px 0 0; } }
  .work-holder.resources-holder h1 {
    text-align: left;
    color: #2534F7;
    margin-bottom: 30px;
    min-width: 100% !important; }
    @media (max-width: 992px) {
      .work-holder.resources-holder h1 {
        text-align: center; } }
    @media (max-width: 767px) {
      .work-holder.resources-holder h1 {
        margin-bottom: 24px; } }
  @media (max-width: 992px) {
    .work-holder.resources-holder .text-block {
      padding: 24px; } }
  @media (max-width: 767px) {
    .work-holder.resources-holder .text-block {
      padding: 16px; } }
  .work-holder.resources-holder .holder {
    padding: 0; }
    @media (max-width: 992px) {
      .work-holder.resources-holder .holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }

.resources-content .page-title,
.resources-content .woocommerce-ordering {
  display: none; }

.woocommerce .woocommerce-result-count {
  margin: 0 0 25px; }

#wrapper .woof_list > li {
  padding-top: 37px !important; }
  #wrapper .woof_list > li:after {
    color: #4D4D4D;
    font-size: 15px;
    line-height: 140.62%;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "moderatbold", "Arial", "Helvetica", sans-serif; }
  #wrapper .woof_list > li:first-child:after {
    content: "Media Type"; }
  #wrapper .woof_list > li:nth-child(2):after {
    content: "Categories"; }
  #wrapper .woof_list > li:nth-child(3):after {
    content: "Solutions"; }
#wrapper .woof_list.woof_list_checkbox {
  font-weight: 300;
  font-size: 14px;
  line-height: 155%; }
  #wrapper .woof_list.woof_list_checkbox li {
    margin: 0 0 21px !important;
    border-bottom: 1px solid #CCC7CC;
    position: relative; }
  #wrapper .woof_list.woof_list_checkbox ul {
    padding: 0;
    margin: 26px 0 0 35px !important; }
    #wrapper .woof_list.woof_list_checkbox ul li {
      border: none; }
#wrapper .icheckbox_flat-aero,
#wrapper .iradio_flat-aero {
  background-image: url(../images/bg-checkbox.png);
  background-position: 0 0;
  background-size: 176px 22px;
  background-size: inherit; }
#wrapper .icheckbox_flat-aero.checked {
  background-position: 0 -25px; }
#wrapper .woof_checkbox_label {
  margin-left: 15px; }
#wrapper .woof_checkbox_count {
  margin-left: 3px;
  position: absolute;
  right: 0;
  color: #CCC7CC; }
#wrapper .woof_products_top_panel {
  display: none !important; }
#wrapper .woocommerce .products ul,
#wrapper .woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row; }
#wrapper .woocommerce ul.products li.product,
#wrapper .woocommerce-page ul.products li.product,
#wrapper .woocommerce ul.products li.product,
#wrapper .woocommerce-page ul.products li.product {
  font-size: 0.875rem;
  width: 33.3%;
  padding: 0 20px;
  margin: 0;
  margin-bottom: 60px; }
  @media (max-width: 1280px) {
    #wrapper .woocommerce ul.products li.product,
    #wrapper .woocommerce-page ul.products li.product,
    #wrapper .woocommerce ul.products li.product,
    #wrapper .woocommerce-page ul.products li.product {
      padding: 0 10px; } }
  @media (max-width: 992px) {
    #wrapper .woocommerce ul.products li.product,
    #wrapper .woocommerce-page ul.products li.product,
    #wrapper .woocommerce ul.products li.product,
    #wrapper .woocommerce-page ul.products li.product {
      width: 50%;
      padding: 0 20px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    #wrapper .woocommerce ul.products li.product,
    #wrapper .woocommerce-page ul.products li.product,
    #wrapper .woocommerce ul.products li.product,
    #wrapper .woocommerce-page ul.products li.product {
      width: 100%;
      margin-bottom: 32px; } }
#wrapper .button.woof_reset_search_form {
  background: none;
  padding: 0;
  font-size: 15px;
  line-height: 155%;
  color: #656565; }

.aside-opener {
  display: none;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .aside-opener {
      display: block; } }

.sidebar-header {
  overflow: hidden;
  border-bottom: 1px solid #CCC7CC;
  padding-bottom: 24px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sidebar-header .aside-opener {
    margin: 0 !important; }
  .sidebar-header .sidebar-heading {
    font-size: 1.125rem;
    margin: 0; }

.resources-cols {
  margin-bottom: 60px; }
  @media (max-width: 992px) {
    .resources-cols {
      margin-bottom: 40px; } }
  .resources-cols .sidebar {
    float: left;
    width: 309px;
    margin-right: 20px; }
    @media (max-width: 992px) {
      .resources-cols .sidebar > form {
        overflow-y: auto;
        padding-right: 20px;
        margin-right: -10px;
        height: calc(100vh - 106px); } }
    @media (max-width: 992px) {
      .resources-cols .sidebar {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        margin: 0;
        background: #FAFAFA;
        width: 320px;
        padding: 25px 16px;
        z-index: 9999;
        -webkit-transform: translateX(356px);
                transform: translateX(356px); }
        .aside-active .resources-cols .sidebar {
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
          .aside-active .resources-cols .sidebar .sidebar-overlay {
            opacity: 0.8;
            visibility: visible; }
        .resources-cols .sidebar .sidebar-overlay {
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          background: #4D4D4D;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 100%;
          width: 9999px;
          height: auto;
          opacity: 0;
          visibility: hidden; }
        .resources-cols .sidebar aside {
          height: calc(100vh - 94px);
          overflow-y: auto; } }
  .resources-cols .resources-content {
    overflow: hidden; }
  .resources-cols .post-results,
  .resources-cols .woocommerce-result-count {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .resources-cols .post-results,
      .resources-cols .woocommerce-result-count {
        text-align: right; } }
  .resources-cols .img-holder {
    margin-bottom: 40px;
    width: 100%;
    height: 158px; }
    @media (max-width: 767px) {
      .resources-cols .img-holder {
        margin-bottom: 16px;
        height: auto; } }
    .resources-cols .img-holder img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block; }
      @media (max-width: 767px) {
        .resources-cols .img-holder img {
          height: auto; } }
  .resources-cols h5 {
    font-size: 1.125rem;
    margin-bottom: 20px;
    color: #4D4D4D; }
    @media (max-width: 767px) {
      .resources-cols h5 {
        margin-bottom: 16px; } }
  .resources-cols p {
    font-size: 0.875rem; }
  .resources-cols .slide-text {
    max-height: 125px;
    overflow: hidden;
    margin: 0 0 24px; }
    @media (max-width: 767px) {
      .resources-cols .slide-text {
        margin-bottom: 16px; } }
    .resources-cols .slide-text p {
      margin: 0; }
    .resources-cols .slide-text.text-expended {
      max-height: inherit; }
  .resources-cols .posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row; }
    .resources-cols .posts .text {
      overflow: hidden;
      padding: 0 40px; }
      @media (max-width: 1280px) {
        .resources-cols .posts .text {
          padding: 0; } }
      @media (max-width: 992px) {
        .resources-cols .posts .text {
          padding: 0 24px; } }
      @media (max-width: 767px) {
        .resources-cols .posts .text {
          padding: 0 16px; } }
      .resources-cols .posts .text.text-expended p {
        max-height: inherit; }
      .resources-cols .posts .text p {
        max-height: 125px;
        margin: 0 0 24px;
        overflow: hidden; }
        @media (max-width: 767px) {
          .resources-cols .posts .text p {
            margin: 0 0 16px; } }
    .resources-cols .posts .post {
      font-size: 0.875rem;
      width: 33.3%;
      padding: 0 20px;
      margin-bottom: 60px; }
      @media (max-width: 1280px) {
        .resources-cols .posts .post {
          padding: 0 10px; } }
      @media (max-width: 992px) {
        .resources-cols .posts .post {
          width: 50%;
          padding: 0 20px;
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        .resources-cols .posts .post {
          width: 100%;
          margin-bottom: 32px; } }
  .resources-cols .posts-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%; }
    .resources-cols .posts-footer .btn, .resources-cols .posts-footer .wpcf7-submit {
      margin-top: -54px; }
      @media (max-width: 767px) {
        .resources-cols .posts-footer .btn, .resources-cols .posts-footer .wpcf7-submit {
          margin-top: -49px; } }
      .resources-cols .posts-footer .btn.gray, .resources-cols .posts-footer .gray.wpcf7-submit {
        margin: 0 auto; }

.products li a {
  color: inherit;
  pointer-events: none;
  cursor: text; }
  .products li a.link.blue {
    color: #2534F7;
    pointer-events: auto;
    cursor: pointer; }

.services-holder {
  overflow: hidden;
  padding: 120px 0; }
  @media (max-width: 767px) {
    .services-holder {
      padding: 18px 0;
      text-align: center; } }
  .services-holder .cols .col {
    width: 50%; }

.services-graph {
  width: 365px;
  height: 365px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0 69px; }
  @media (max-width: 767px) {
    .services-graph {
      width: 287px;
      height: 287px;
      margin: 165px auto 100px; } }
  .services-graph:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 31px solid #FAC337;
    border-radius: 100%;
    z-index: -1; }
  .services-graph .btn, .services-graph .wpcf7-submit {
    width: 70%; }
  .services-graph .title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #4D4D4D;
    font-size: 16px; }
  .services-graph .services-tag {
    display: block;
    margin: 0 auto;
    max-width: 166px;
    color: #4D4D4D;
    font-size: 24px;
    line-height: 155%;
    font-weight: normal;
    font-family: "moderatlight", "Arial", "Helvetica", sans-serif; }
    @media (max-width: 767px) {
      .services-graph .services-tag {
        font-size: 16px; } }

span.wpcf7-not-valid-tip {
  margin-top: 10px; }

.services-info {
  position: relative; }
  .services-info.one .text-block {
    bottom: 20%;
    padding: 0; }
    .services-info.one .text-block p {
      font-size: 1rem; }
    @media (max-width: 767px) {
      .services-info.one .text-block {
        bottom: 389%;
        width: 288px;
        max-width: inherit; }
        .services-info.one .text-block:before {
          content: "";
          background: #4D4D4D;
          height: 1px;
          width: 56px;
          position: absolute;
          left: 24px;
          top: 225px;
          bottom: 24px;
          min-width: inherit; } }
    @media (max-width: 767px) {
      .services-info.one .text-block:after {
        right: auto;
        left: 24px;
        width: 1px;
        height: 170px;
        min-width: inherit;
        top: 100%;
        margin-top: 8px; } }
  .services-info.two .text-block {
    padding: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
    .services-info.two .text-block p {
      font-size: 1rem; }
    @media (max-width: 767px) {
      .services-info.two .text-block {
        bottom: 374%;
        left: 20%;
        width: 212px; } }
    .services-info.two .text-block:after {
      right: 100%;
      bottom: 50%;
      margin-top: -1px; }
      @media (max-width: 767px) {
        .services-info.two .text-block:after {
          right: 36px;
          bottom: auto;
          margin-top: 0;
          width: 1px;
          top: 100%;
          height: 158px;
          min-width: inherit; } }
  .services-info.three .text-block {
    bottom: auto;
    padding: 0; }
    .services-info.three .text-block p {
      font-size: 1rem; }
    @media (max-width: 767px) {
      .services-info.three .text-block {
        bottom: -636%;
        width: 288px; } }
    .services-info.three .text-block:after {
      right: 100%;
      bottom: 49%;
      margin-top: -1px;
      min-width: 194px; }
      @media (max-width: 767px) {
        .services-info.three .text-block:after {
          right: 50%;
          margin: 0;
          margin-left: 1px;
          min-width: inherit;
          width: 1px;
          height: 96px;
          bottom: 104%; } }
    .services-info.three .text-block:before {
      content: "";
      background: #4D4D4D;
      height: 24px;
      width: 1px;
      position: absolute;
      left: -204px;
      bottom: 24px; }
      @media (max-width: 767px) {
        .services-info.three .text-block:before {
          display: none; } }
  .services-info .text-block {
    position: absolute;
    left: 108%;
    bottom: -20%;
    width: 251px;
    text-align: left;
    font-size: 16px;
    line-height: 155%; }
    @media (max-width: 767px) {
      .services-info .text-block {
        left: 0;
        max-width: 288px;
        font-size: 15px; } }
    .services-info .text-block p {
      margin: 0; }
    .services-info .text-block:after {
      content: "";
      background: #4D4D4D;
      height: 1px;
      min-width: 101px;
      position: absolute;
      right: 100%;
      bottom: 0;
      margin-right: 10px; }

.text-block-info {
  font-family: "moderatbold", "Arial", "Helvetica", sans-serif;
  color: #2534F7; }
  .text-block-info h2 {
    margin: 0; }

.opportunities-holder {
  padding-bottom: 107px; }
  @media (max-width: 767px) {
    .opportunities-holder {
      padding-bottom: 50px; } }
  .opportunities-holder .content-area {
    margin: 0 auto;
    max-width: 640px; }
  .opportunities-holder .text {
    font-size: 1.5rem;
    text-align: center; }
  .opportunities-holder .open-close + .open-close {
    margin-top: -1px; }

.lightbox .team-posts .post {
  text-align: left;
  width: 100%; }
  .lightbox .team-posts .post .img-holder {
    margin: 0 0 40px; }

.solution-quotes {
  padding: 56px 0 0; }
  @media (max-width: 767px) {
    .solution-quotes {
      padding: 40px 0 0;
      text-align: center; } }
  .solution-quotes .two-cols {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .solution-quotes blockquote {
    margin: 0;
    padding: 0 35px;
    position: relative; }
    @media (max-width: 767px) {
      .solution-quotes blockquote {
        padding: 0 27px;
        text-align: center; } }
    .solution-quotes blockquote:after {
      content: "";
      width: 25px;
      height: 22px;
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      background-image: url(../images/quotes.svg);
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 767px) {
        .solution-quotes blockquote:after {
          width: 17px;
          height: 15px;
          padding: 0; } }
    .solution-quotes blockquote:before {
      content: "";
      width: 25px;
      height: 22px;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: auto;
      background-image: url(../images/quotes.svg);
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media (max-width: 767px) {
        .solution-quotes blockquote:before {
          width: 17px;
          height: 15px; } }
    .solution-quotes blockquote q {
      display: block;
      font-size: 1.5rem;
      line-height: 155%;
      margin-bottom: 24px;
      quotes: none;
      color: #FAC337; }
      @media (max-width: 992px) {
        .solution-quotes blockquote q {
          font-size: 1.125rem; } }
    .solution-quotes blockquote cite {
      display: block;
      font-style: normal;
      font-family: "moderatbold", "Arial", "Helvetica", sans-serif; }

.open-close.active .opener:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.open-close .opener {
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #4D4D4D;
  font-family: "moderatbold", "Arial", "Helvetica", sans-serif;
  border-top: 1px solid #2534F7;
  border-bottom: 1px solid #2534F7;
  padding: 24px 24px 24px 0;
  position: relative; }
  @media (max-width: 767px) {
    .open-close .opener {
      font-size: 14px;
      line-height: 155%;
      padding: 16px 16px 16px 0; } }
  .open-close .opener:after {
    width: 14px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 2px;
    bottom: auto;
    left: auto;
    margin-top: -4px;
    content: "";
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: cover; }
.open-close .slide-heading {
  margin-bottom: 30px;
  display: block;
  line-height: 155%; }
  @media (max-width: 767px) {
    .open-close .slide-heading {
      margin-bottom: 24px; } }
.open-close .slide .slide-holder {
  padding: 30px 0 0; }
  @media (max-width: 767px) {
    .open-close .slide .slide-holder {
      padding: 24px 0 0; } }
.open-close .slide > strong {
  font-family: "moderatbold", "Arial", "Helvetica", sans-serif;
  display: block; }
.open-close .slide p {
  margin: 0; }
.open-close .slide .box {
  margin: 0 0 30px;
  font-size: 1rem;
  line-height: 155%; }
  @media (max-width: 767px) {
    .open-close .slide .box {
      font-size: 0.938rem;
      margin-bottom: 24px; } }
  .open-close .slide .box.border-bottom {
    border-bottom: 1px solid #2534F7;
    padding-bottom: 40px; }
.open-close .slide .news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -9px 30px; }
  @media (max-width: 767px) {
    .open-close .slide .news-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 0 24px; } }
  .open-close .slide .news-box .img-holder,
  .open-close .slide .news-box .box {
    padding: 0 9px; }
    @media (max-width: 767px) {
      .open-close .slide .news-box .img-holder,
      .open-close .slide .news-box .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0; } }
  .open-close .slide .news-box .img-holder {
    width: 50%; }
    @media (max-width: 767px) {
      .open-close .slide .news-box .img-holder {
        width: 100%; } }
    .open-close .slide .news-box .img-holder img {
      width: 100%;
      height: auto;
      display: block; }
  .open-close .slide .news-box .box {
    width: 50%;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .open-close .slide .news-box .box {
        width: 100%;
        padding: 14px 0 0; } }
    .open-close .slide .news-box .box strong {
      display: block;
      margin-bottom: 24px; }

.resources-post-detail {
  overflow: hidden;
  padding: 80px 0 100px; }
  @media (max-width: 767px) {
    .resources-post-detail {
      padding: 40px 0 60px; } }
  .resources-post-detail .tag {
    margin-right: 3px;
    margin-bottom: 7px; }
    .resources-post-detail .tag a {
      padding: 6px 14px; }
  .resources-post-detail .product_tags {
    margin-bottom: 40px; }
  .resources-post-detail .post {
    overflow: hidden;
    max-width: 800px; }
    .resources-post-detail .post .img-holder {
      overflow: hidden;
      margin-bottom: 20px; }
      .resources-post-detail .post .img-holder img {
        width: 100%;
        height: auto;
        display: block; }
    .resources-post-detail .post .byline {
      color: #2534F7;
      margin-bottom: 40px;
      font-weight: normal; }
      .resources-post-detail .post .byline .bold {
        font-weight: bold; }

.slide-heading {
  color: #2534F7;
  font-family: "moderatbold", "Arial", "Helvetica", sans-serif; }

.wpcf7-response-output {
  display: inline-block; }

.wpcf7-not-valid-tip {
  color: #FA1414; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #FA1414;
  border-radius: 4px;
  padding: 8px 16px;
  border: none;
  color: #fff; }

/* Updates css */
.checkbox-holder {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 0.938rem;
  line-height: 155%; }

textarea.form-control {
  resize: none;
  height: 130px;
  padding: 14px; }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .wpcf7 input[type=checkbox],
  .checkbox-holder input[type=checkbox] {
    --active: #ff8200;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #ff8200;
    --background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    -webkit-transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s; }

  .checkbox-holder input[type=checkbox]:after,
  .wpcf7 input[type=checkbox]:after {
    content: "";
    display: block;
    left: -30px;
    top: -136px;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease); }

  .wpcf7 input[type=checkbox]:checked,
  .checkbox-holder input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2); }

  .wpcf7 input[type=checkbox]:disabled,
  .checkbox-holder input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9; }

  .wpcf7 input[type=checkbox]:hover:not(:checked):not(:disabled),
  .checkbox-holder input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover); }

  .wpcf7 input[type=checkbox]:focus,
  .checkbox-holder input[type=checkbox]:focus {
    -webkit-box-shadow: 0 0 0 var(--focus);
            box-shadow: 0 0 0 var(--focus); }

  .wpcf7 input[type=checkbox],
  .checkbox-holder input[type=checkbox] {
    height: 20px;
    width: 20px;
    border: none;
    border-radius: 0;
    position: absolute;
    left: -30px;
    top: -136px;
    background: #2534F7; }

  .wpcf7 input[type=checkbox]:after,
  .checkbox-holder input[type=checkbox]:after {
    opacity: var(--o, 0); }

  .wpcf7 input[type=checkbox]:checked,
  .checkbox-holder input[type=checkbox]:checked {
    --o: 1; }

  .wpcf7 input[type=checkbox]:after,
  .checkbox-holder input[type=checkbox]:after {
    width: 7px;
    height: 11px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 3px;
    -webkit-transform: rotate(var(--r, 20deg));
    transform: rotate(var(--r, 20deg)); }

  .wpcf7 input[type=checkbox]:not(.switch):checked,
  .checkbox-holder input[type=checkbox]:not(.switch):checked {
    --r: 43deg; } }
.wpcf7-checkbox-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-left: 0; }
  .wpcf7-checkbox-holder .wpcf7-list-item-label {
    display: none; }
  .wpcf7-checkbox-holder input[type=checkbox] {
    margin-right: 16px;
    position: relative; }
  .wpcf7-checkbox-holder .wpcf7-not-valid-tip {
    position: absolute;
    width: 200px;
    bottom: -30px; }

/*
Resources
 */
.searchandfilter ul {
  font-weight: 300;
  font-size: 15px;
  line-height: 155%; }

.searchandfilter ul li label {
  margin-left: 15px; }

.searchandfilter ul li {
  margin: 0 0 21px !important;
  position: relative; }

.searchandfilter ul li {
  padding: 0 !important; }

.searchandfilter ul {
  padding: 0;
  margin: 0; }

.searchandfilter ul li ul li ul.children {
  margin: 26px 0 0 35px; }

@media screen and (max-width: 993px) {
  .searchandfilter ul li ul li ul.children {
    margin: 26px 0 0 13px; } }
.searchandfilter .sf-count, .searchandfilter .sf-date-postfix {
  margin-left: 3px;
  position: absolute;
  right: 0;
  color: #CCC7CC; }

.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
  vertical-align: super; }

.sf-input-checkbox {
  zoom: 2; }

.searchandfilter h4 {
  margin: 0;
  padding: 10px 0 20px;
  font-size: 15px;
  font-family: "moderatbold", "Arial", "Helvetica", sans-serif;
  color: #4D4D4D;
  border-top: 1px solid #CCC7CC; }

.searchandfilter ul li:first-child h4 {
  border-top: 0px !important; }

.countFilterpost {
  display: block;
  width: 100%;
  padding: 0 0 23px 15px;
  font-size: 1.125rem; }

.resources-cols .post-results, .resources-cols .woocommerce-result-count {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */