/*
Theme Name: COLAB
Author: COLAB
Author URI: http://www.teamcolab.com
Version: 1
Description: Custom theme for Wordpress
Text Domain: colab
Tags: one-column, two-columns
Theme URI:
*/
/*! 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 {
  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"] {
  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 */
  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, .drop-holder ul, #footer .menu-holder .footer-nav, #footer .social-networks, .vision-mission ul, .about-items .links, .clients-block .clients-list, .team-block .team-list, #blog-content ul:not(.wp-block-gallery), #blog-content ol, .careers-listing .careers-list ul, .package-list ul, .info-columns ul, .hero--case-study .snackable-content, #wrapper .contact-columns .contact-widget .social-networks, .how-work ul, .related-posts .related-post-list, .right-for-you ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .container:after, .outcome-block .quotes-block .item:after, #wrapper .contact-columns .gform_wrapper .gform_footer:after, #wrapper .contact-columns .gform_wrapper p:after {
  content: '';
  display: block;
  clear: both; }

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

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #141414;
  background: #fff;
  font: 20px/1.6 "Whitney", "Arial", "Helvetica Neue", "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; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.6em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.6em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #141414; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

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; }

.two-columns {
  padding: 150px 0 0; }
  @media (max-width: 767px) {
    .two-columns {
      padding: 100px 0 0; } }
  .two-columns #content {
    padding: 0;
    float: left;
    width: 70%; }
    .two-columns #content:only-child {
      float: none;
      width: 100%; }
  .two-columns #sidebar {
    float: right;
    width: 25%;
    font-size: 16px;
    line-height: 1.3; }
    .two-columns #sidebar #wp-calendar {
      width: 100%; }

.widget {
  margin-bottom: 1.6em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #141414;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.6em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.6em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 1024px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.6em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  background: #1c2654; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .nav-links,
  .navigation-comments .nav-links {
    text-align: center;
    padding: 1em;
    color: #ff8c73;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 2em .4em;
    color: #ff8c73; }
    @media (max-width: 1023px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
    .navigation .page-numbers:hover,
    .navigation-comments .page-numbers:hover {
      opacity: 0.8; }
  .navigation .current,
  .navigation-comments .current {
    color: #fff; }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 1023px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #141414;
  color: #fff;
  text-decoration: none; }
  .navigation-single .next:hover,
  .navigation-single .prev:hover {
    opacity: 0.8; }
  .navigation-single .next a,
  .navigation-single .prev a {
    color: inherit;
    text-decoration: none;
    padding: .4em;
    display: block; }
    @media (max-width: 1023px) {
      .navigation-single .next a,
      .navigation-single .prev a {
        padding: .2em; } }

.navigation-single .next {
  float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.6em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.6em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.6em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.6em; }

.mejs-container {
  margin-bottom: 1.6em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1199px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

body {
  font-weight: 300; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 40px; }

h2, .h2 {
  font-size: 34px; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 26px; } }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

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

p {
  margin: 0 0 1.6em; }

a {
  color: #006bb0;
  text-decoration: none;
  -webkit-transition: color 0.3s, background 0.3s, opacity 0.3s;
  transition: color 0.3s, background 0.3s, opacity 0.3s; }
  a:hover, a:focus {
    text-decoration: none; }

@font-face {
  font-family: 'Whitney';
  src: url("fonts/Whitney-BoldItalic.woff2") format("woff2"), url("fonts/Whitney-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Whitney';
  src: url("fonts/Whitney-Bold.woff2") format("woff2"), url("fonts/Whitney-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Whitney';
  src: url("fonts/Whitney-SemiboldItalic.woff2") format("woff2"), url("fonts/Whitney-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Whitney';
  src: url("fonts/Whitney-Semibold.woff2") format("woff2"), url("fonts/Whitney-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Whitney';
  src: url("fonts/Whitney-MediumItalic.woff2") format("woff2"), url("fonts/Whitney-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Whitney';
  src: url("fonts/Whitney-Medium.woff2") format("woff2"), url("fonts/Whitney-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Whitney';
  src: url("fonts/Whitney-LightItalic.woff2") format("woff2"), url("fonts/Whitney-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Whitney';
  src: url("fonts/Whitney-Light.woff2") format("woff2"), url("fonts/Whitney-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

.block-editor-content {
  padding: 1rem; }
  @media (min-width: 1024px) {
    .block-editor-content h1,
    .block-editor-content h2,
    .block-editor-content h3,
    .block-editor-content h4,
    .block-editor-content h5,
    .block-editor-content h6,
    .block-editor-content p,
    .block-editor-content ul,
    .block-editor-content ol,
    .block-editor-content hr,
    .block-editor-content table,
    .block-editor-content blockquote,
    .block-editor-content .wp-block-preformatted,
    .block-editor-content .wp-block-verse,
    .block-editor-content .wp-block-columns,
    .block-editor-content .wp-block-pullquote,
    .block-editor-content .wp-block-quote,
    .block-editor-content .wp-block-image,
    .block-editor-content .wp-block-cover,
    .block-editor-content .wp-block-button,
    .block-editor-content .wp-block-media-text {
      max-width: 788px; } }
  .block-editor-content h1,
  .block-editor-content h2,
  .block-editor-content h3,
  .block-editor-content h4,
  .block-editor-content h5,
  .block-editor-content h6 {
    margin: 1rem auto 1rem auto; }
  .block-editor-content p,
  .block-editor-content ul,
  .block-editor-content ol,
  .block-editor-content hr,
  .block-editor-content table,
  .block-editor-content blockquote,
  .block-editor-content .wp-block-preformatted,
  .block-editor-content .wp-block-verse,
  .block-editor-content .wp-block-columns,
  .block-editor-content .wp-block-pullquote,
  .block-editor-content .wp-block-quote,
  .block-editor-content .wp-block-image,
  .block-editor-content .wp-block-cover,
  .block-editor-content .wp-block-button,
  .block-editor-content .wp-block-media-text {
    margin: 1rem auto 2rem auto; }
  .block-editor-content hr {
    clear: both;
    margin: 4rem auto; }
  @media (min-width: 1024px) {
    .block-editor-content .alignwide {
      max-width: 1080px; } }
  @media (min-width: 1024px) {
    .block-editor-content .alignfull {
      max-width: 100%; } }
  .block-editor-content .has-cloud-burst-background-color {
    background-color: #1c2654; }
  .block-editor-content .has-salmon-background-color {
    background-color: #ff8c73; }
  .block-editor-content .has-tumbleweed-background-color {
    background-color: #deb282; }
  .block-editor-content .has-allports-background-color {
    background-color: #006bb0; }
  .block-editor-content .has-black-haze-background-color {
    background-color: #e5e8e8; }
  .block-editor-content .has-cod-gray-background-color {
    background-color: #141414; }

.wp-block-button .wp-block-button__link {
  border-radius: 0;
  background: #ff8c73;
  color: #1c2654;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  z-index: 1; }
  .wp-block-button .wp-block-button__link:hover {
    opacity: .8; }

.wp-block-button.wp-block-button--ghost .wp-block-button__link {
  color: #1c2654;
  background: none;
  padding: 12px 0; }
  .wp-block-button.wp-block-button--ghost .wp-block-button__link:hover {
    color: #006bb0; }

a,
input[type="submit"],
button {
  -webkit-transition: color 0.3s, background 0.3s, opacity 0.3s;
  transition: color 0.3s, background 0.3s, opacity 0.3s; }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto; }

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#wrapper {
  overflow: hidden;
  position: relative; }

.container {
  max-width: 1160px;
  padding: 0 10px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      padding: 0 30px; } }

.fa-certificate {
  position: relative; }
  .fa-certificate:after {
    position: absolute;
    content: "\f00c";
    top: 10px;
    left: 12px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 17px;
    line-height: 1;
    font-weight: normal;
    background-image: -webkit-linear-gradient(315deg, #1b619c 0%, #e9846f 100%);
    background-image: linear-gradient(135deg, #1b619c 0%, #e9846f 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 767px) {
      .fa-certificate:after {
        top: 6px;
        left: 6px;
        font-size: 14px; } }

.link-more {
  color: #ff8c73;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .link-more {
      font-size: 14px; } }
  .link-more i {
    font-weight: bold;
    margin: 0 0 0 10px; }
    @media (max-width: 767px) {
      .link-more i {
        margin: 0 0 0 5px; } }
  .link-more.blue {
    color: #006bb0; }
  @media (min-width: 1025px) {
    .link-more:hover {
      color: #fff; } }

.page-content {
  padding: 153px 0 103px;
  background: #f5f5f5; }
  @media (max-width: 1023px) {
    .page-content {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .page-content {
      /*background: $cloud-burst;
		color: $white;*/
      font-size: 16px;
      padding: 50px 0 23px; } }

body.compensate-for-scrollbar {
  overflow: hidden; }

.hero {
  min-height: 523px;
  padding: 183px 0 50px;
  overflow: hidden;
  position: relative;
  background: #e4e7e2; }
  @media (max-width: 767px) {
    .hero {
      min-height: 0;
      padding: 108px 0 120px; } }
  .post-type-archive-case-study .hero {
    background: #fff; }
  .hero .container {
    position: relative; }
  .hero .angle-1 {
    position: absolute;
    top: -200px;
    right: 50%;
    margin: 0 -1263px 0 0;
    bottom: -261px;
    width: 500px;
    height: 1000px;
    -webkit-transform: rotate(37.8deg);
        -ms-transform: rotate(37.8deg);
            transform: rotate(37.8deg); }
    @media (max-width: 1399px) {
      .hero .angle-1 {
        margin: 0;
        right: -550px; } }
    @media (max-width: 767px) {
      .hero .angle-1 {
        bottom: -119px;
        top: auto;
        right: -129px;
        margin: 0;
        height: 200px;
        width: 200px; } }
  .hero .angle-2 {
    position: absolute;
    top: 0;
    right: 50%;
    margin: 0 -1263px 0 0;
    bottom: -693px;
    width: 571px;
    -webkit-transform: rotate(70.8deg);
        -ms-transform: rotate(70.8deg);
            transform: rotate(70.8deg); }
    @media (max-width: 1399px) {
      .hero .angle-2 {
        margin: 0;
        right: -550px; } }
    @media (max-width: 767px) {
      .hero .angle-2 {
        bottom: -170px;
        top: auto;
        right: -55px;
        margin: 0;
        height: 200px;
        width: 200px; } }
  .hero .brand-icon {
    width: 30px;
    line-height: 0;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .hero .brand-icon {
        margin: 0 0 10px;
        display: none; } }
    .hero .brand-icon img {
      width: 100%; }
  .hero h1 {
    margin: 0 0 16px;
    font-weight: 300;
    font-size: 60px;
    line-height: 68px;
    max-width: 600px; }
    @media (max-width: 767px) {
      .hero h1 {
        font-size: 31px;
        line-height: 1.2;
        margin: 0 0 7px; } }
  .hero .hero__subtitle {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    max-width: 650px; }
    @media (max-width: 767px) {
      .hero .hero__subtitle {
        font-size: 20px;
        line-height: 1.6; } }
    .hero .hero__subtitle a {
      color: #006bb0;
      text-decoration: underline;
      font-weight: 500; }
      .hero .hero__subtitle a:hover {
        text-decoration: none; }

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 41px 0 0;
  z-index: 100; }
  @media (max-width: 767px) {
    #header {
      padding: 20px 0; }
      .nav-active #header {
        background: #1c2654; } }
  #header .logo {
    float: left;
    margin: 1px 0 0 2px;
    width: 125px; }
    @media (max-width: 767px) {
      #header .logo {
        margin: 9px 0 0;
        width: 81px; } }
    #header .logo .white {
      display: none; }
      .home #header .logo .white,
      .white-header #header .logo .white,
      .single-post #header .logo .white {
        display: block; }
    .home #header .logo .black,
    .white-header #header .logo .black,
    .single-post #header .logo .black,
    .nav-active #header .logo .black {
      display: none; }
    @media (max-width: 767px) {
      .nav-active #header .logo .white {
        display: block; } }
    #header .logo img {
      width: 100%; }
  #header .container {
    max-width: 1335px; }

.nav-opener {
  float: right;
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 -10px 0 0;
  background: #d4ac7b; }
  @media (max-width: 767px) {
    .nav-opener {
      display: block; } }
  .nav-opener:after {
    position: absolute;
    content: '';
    height: 2px;
    top: 7px;
    left: 7px;
    right: 7px;
    background: #141414;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .nav-active .nav-opener:after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin: 7px 0 0; }
  .nav-opener span {
    position: absolute;
    content: '';
    height: 2px;
    top: 14px;
    left: 7px;
    right: 7px;
    background: #141414;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .nav-active .nav-opener span {
      opacity: 0; }
  .nav-opener:before {
    position: absolute;
    content: '';
    height: 2px;
    top: 21px;
    left: 7px;
    right: 7px;
    background: #141414;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .nav-active .nav-opener:before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin: -7px 0 0; }

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    #nav {
      display: block;
      padding: 30px; } }
  #nav > li {
    margin: 0 0;
    position: relative; }
    @media (max-width: 767px) {
      #nav > li {
        margin: 0 0 29px; } }
    #nav > li.active {
      color: #1c2654; }
      #nav > li.active > a:after {
        opacity: 1;
        color: #fff; }
        @media (min-width: 769px) {
          #nav > li.active > a:after {
            color: #1c2654; } }
    .single-case-study #nav > li.menu-item-type-custom > a:after {
      opacity: 1; }
    #nav > li > a {
      display: inline-block;
      vertical-align: top;
      color: #141414;
      font-size: 18px;
      line-height: 1.2;
      letter-spacing: 0.42px;
      font-weight: 400;
      position: relative;
      padding: 8px 16px; }
      @media (max-width: 767px) {
        #nav > li > a {
          font-size: 28px;
          font-weight: 300;
          color: #fff; } }
      #nav > li > a:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: attr(data-label);
        font-weight: 600;
        letter-spacing: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        padding: 8px 16px; }
        @media (min-width: 481px) {
          #nav > li > a:after {
            letter-spacing: 0.3px; } }
      @media (min-width: 1025px) {
        #nav > li > a:hover:after {
          opacity: 1; } }
      .home #nav > li > a,
      .white-header #nav > li > a,
      .single-post #nav > li > a {
        color: #fff; }

.nav-holder {
  float: right; }
  @media (max-width: 767px) {
    .nav-holder {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #1c2654;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      opacity: 0;
      pointer-events: none; }
      .nav-active .nav-holder {
        opacity: 1;
        pointer-events: auto; } }

.drop-holder {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: opacity 0.3s, max-height 0.3s;
  transition: opacity 0.3s, max-height 0.3s;
  opacity: 0;
  pointer-events: none;
  font-size: 20px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .drop-holder {
      background: rgba(255, 255, 255, 0.5); }
      .home .drop-holder {
        background: rgba(0, 0, 0, 0.5); } }
  @media (max-width: 767px) {
    .drop-holder {
      position: static;
      opacity: 1;
      pointer-events: auto;
      overflow: hidden;
      max-height: 0; } }
  .hover .drop-holder {
    opacity: 1;
    pointer-events: auto; }
    @media (max-width: 767px) {
      .hover .drop-holder {
        max-height: 300px; } }
  .drop-holder ul {
    width: 200px;
    padding: 10px 15px; }
    @media (max-width: 767px) {
      .drop-holder ul {
        width: auto;
        padding: 10px 0 0 10px; } }
    .drop-holder ul li {
      margin: 0 0 5px; }
      .drop-holder ul li:last-child {
        margin: 0; }
      .drop-holder ul li.active > a:after {
        opacity: 1; }
    .drop-holder ul a {
      color: #141414;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      @media (max-width: 767px) {
        .drop-holder ul a {
          color: #fff; } }
      .drop-holder ul a:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: attr(data-label);
        font-weight: 600;
        letter-spacing: -0.3px;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      @media (min-width: 1025px) {
        .drop-holder ul a:hover:after {
          opacity: 1; } }
      .home .drop-holder ul a,
      .white-header .drop-holder ul a,
      .single-post .drop-holder ul a {
        color: #fff; }

#footer {
  border-top: 1px solid #272e55;
  background: #1c2654;
  color: #fff;
  padding: 118px 0 0; }
  @media (max-width: 1023px) {
    #footer {
      padding: 50px 0 65px; } }
  @media (max-width: 767px) {
    #footer {
      text-align: center; } }
  #footer .footer-cta {
    font-size: 34px;
    line-height: 48px;
    float: left;
    width: 40%; }
    @media (max-width: 1023px) {
      #footer .footer-cta {
        font-size: 26px;
        line-height: 1.4;
        width: 45%; } }
    @media (max-width: 767px) {
      #footer .footer-cta {
        width: 100%;
        float: none;
        margin: 0 0 71px; } }
    #footer .footer-cta a {
      color: #ff8c73;
      border-bottom: 2px solid #ff8c73; }
      #footer .footer-cta a:hover {
        border-color: transparent; }
    #footer .footer-cta .footer-cta__ico {
      width: 20px;
      line-height: 0;
      margin: 0 0 35px; }
      @media (max-width: 1023px) {
        #footer .footer-cta .footer-cta__ico {
          margin: 0 auto 21px; } }
      #footer .footer-cta .footer-cta__ico img {
        width: 100%; }
  #footer h3 {
    margin: 0 0 21px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 2px; }
    @media (max-width: 1023px) {
      #footer h3 {
        margin: 0 0 10px; } }
    @media (max-width: 767px) {
      #footer h3 {
        margin: 0 0 21px; } }
  #footer .footer-holder {
    float: right;
    width: 40.4%; }
    @media (max-width: 767px) {
      #footer .footer-holder {
        float: none;
        width: 100%; } }
  #footer .menu-holder {
    float: left;
    width: 42%;
    padding: 10px 0 0; }
    @media (max-width: 767px) {
      #footer .menu-holder {
        width: 100%;
        float: none;
        padding: 0 0 50px; } }
    #footer .menu-holder .footer-nav li {
      margin: 0 0 11px; }
      @media (max-width: 1023px) {
        #footer .menu-holder .footer-nav li {
          margin: 0 0 3px; } }
      @media (max-width: 767px) {
        #footer .menu-holder .footer-nav li {
          margin: 0 0 4px; } }
      #footer .menu-holder .footer-nav li.active a {
        color: #ff8c73; }
      #footer .menu-holder .footer-nav li:last-child {
        margin: 0; }
      #footer .menu-holder .footer-nav li a {
        color: #fff;
        font-size: 20px;
        line-height: 1.2; }
        @media (max-width: 1023px) {
          #footer .menu-holder .footer-nav li a {
            font-size: 18px; } }
        @media (min-width: 1025px) {
          #footer .menu-holder .footer-nav li a:hover {
            color: #ff8c73; } }
  #footer .contact-holder {
    padding: 10px 0 0;
    float: left;
    width: 58%; }
    @media (max-width: 767px) {
      #footer .contact-holder {
        float: none;
        width: 100%; } }
  #footer .email {
    color: #ff8c73;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    padding: 8px 0 0;
    margin: 0 0 15px;
    letter-spacing: 0.5px; }
    @media (max-width: 767px) {
      #footer .email {
        padding: 8px 0 0;
        margin: 0 0 21px; } }
    #footer .email:hover {
      color: #fff; }
  #footer .phone {
    color: #ff8c73;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    margin: 0 0 15px; }
    @media (max-width: 767px) {
      #footer .phone {
        margin: 0 0 17px; } }
    #footer .phone:hover {
      color: #fff; }
  #footer address {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    margin: 0 0 5px; }
    @media (max-width: 767px) {
      #footer address {
        margin: 0 0 11px; } }
  #footer .social-networks li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0; }
    @media (max-width: 767px) {
      #footer .social-networks li {
        margin: 0 6px; } }
    #footer .social-networks li a {
      color: #fff;
      font-size: 15px;
      line-height: 1; }
      #footer .social-networks li a:hover {
        color: #ff8c73; }
  #footer .bottom-holder {
    padding: 39px 0 96px;
    font-size: 12px;
    line-height: 1.2; }
    @media (max-width: 1023px) {
      #footer .bottom-holder {
        padding: 20px 0 0; } }
    @media (max-width: 767px) {
      #footer .bottom-holder {
        display: none; } }
    #footer .bottom-holder .copyright {
      float: left;
      letter-spacing: 0.5px; }
    #footer .bottom-holder .dev-info {
      float: left;
      margin: 0 0 0 37px; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

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

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

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

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

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

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

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

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 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);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.intro-home {
  height: 804px;
  background: #1c2654;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 335px 0 0; }
  @media (max-width: 1023px) {
    .intro-home {
      padding: 109px 0 133px;
      height: auto; } }
  .intro-home .angle-1 {
    position: absolute;
    top: -547px;
    right: 50%;
    margin: 0 -884px 0 0;
    bottom: 0;
    width: 600px;
    -webkit-transform: rotate(-52deg);
        -ms-transform: rotate(-52deg);
            transform: rotate(-52deg); }
    @media (max-width: 1023px) {
      .intro-home .angle-1 {
        margin: 0 -600px 0 0; } }
    @media (max-width: 767px) {
      .intro-home .angle-1 {
        margin: 0 -477px 0 0;
        height: 600px;
        -webkit-transform: rotate(-142deg);
            -ms-transform: rotate(-142deg);
                transform: rotate(-142deg);
        top: 100px;
        right: 0; } }
  .intro-home .angle-2 {
    position: absolute;
    top: -184px;
    right: 50%;
    margin: 0 -952px 0 0;
    bottom: 0;
    width: 684px;
    -webkit-transform: rotate(-19.4deg);
        -ms-transform: rotate(-19.4deg);
            transform: rotate(-19.4deg); }
    @media (max-width: 1023px) {
      .intro-home .angle-2 {
        margin: 0 -900px 0 0; } }
    @media (max-width: 767px) {
      .intro-home .angle-2 {
        left: -3vw;
        top: auto;
        right: -16vw;
        bottom: -31vw;
        margin: 0;
        width: auto;
        height: 200px;
        -webkit-transform: rotate(-19deg);
            -ms-transform: rotate(-19deg);
                transform: rotate(-19deg); } }
  .intro-home .angle-3 {
    position: absolute;
    top: -200px;
    right: 50%;
    margin: 0 -1500px 0 0;
    height: 1600px;
    width: 1000px;
    -webkit-transform: rotate(32deg);
        -ms-transform: rotate(32deg);
            transform: rotate(32deg); }
    @media (max-width: 1023px) {
      .intro-home .angle-3 {
        margin: 0 -1000px 0 0; } }
    @media (max-width: 767px) {
      .intro-home .angle-3 {
        margin: 0 0 0 -500px;
        height: 600px;
        -webkit-transform: rotate(-59deg);
            -ms-transform: rotate(-59deg);
                transform: rotate(-59deg);
        right: auto;
        top: auto;
        left: 0;
        bottom: -770px; } }
  .intro-home .container {
    position: relative;
    z-index: 1; }
  .intro-home .brand-icon {
    max-width: 30px;
    margin: 0 0 27px; }
    @media (max-width: 767px) {
      .intro-home .brand-icon {
        margin: 0 0 15px;
        display: none; } }
    .intro-home .brand-icon img {
      width: 100%; }
  .intro-home h1 {
    margin: 0 0 53px;
    font-weight: 300;
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: -0.4px; }
    @media (max-width: 1023px) {
      .intro-home h1 {
        font-size: 50px;
        margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .intro-home h1 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .intro-home h1 br {
        display: none; } }
  .intro-home .anchor-link {
    position: relative;
    width: 24px;
    height: 43px;
    display: block;
    color: #fff;
    font-size: 48px;
    line-height: 1;
    opacity: 0.87; }
    @media (max-width: 767px) {
      .intro-home .anchor-link {
        font-size: 30px;
        display: none; } }

.case-study-list {
  /*max-width: 1440px;
	margin: 0 auto;*/ }
  .case-study-list .container {
    width: 100%; }
  .case-study-list .case-study {
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-bottom: 1px solid #1c2654;
    text-decoration: none;
    padding: 40px 0 160px; }
    @media (min-width: 769px) {
      .case-study-list .case-study {
        padding: 20px 0; } }
    @media (min-width: 1025px) {
      .case-study-list .case-study:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #1c2654;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        opacity: .85; }
      .case-study-list .case-study:hover {
        opacity: 1; }
        .case-study-list .case-study:hover .case-study__client-name,
        .case-study-list .case-study:hover .case-study__title {
          color: inherit !important; }
        .case-study-list .case-study:hover:after {
          opacity: 0; } }
    .case-study-list .case-study:hover .case-study__link-more {
      color: #ff8c73; }
    .case-study-list .case-study:hover i {
      margin: 0 0 0 10px; }
    .case-study-list .case-study .case-study__client-name,
    .case-study-list .case-study .case-study__title,
    .case-study-list .case-study .case-study__link-more {
      max-width: 550px;
      position: relative;
      z-index: 1;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
    .case-study-list .case-study .case-study__client-name {
      display: block;
      margin: 0 0 8px;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 300;
      letter-spacing: 0.5px; }
      @media (min-width: 1025px) {
        .case-study-list .case-study .case-study__client-name {
          color: #fff; } }
      @media (max-width: 767px) {
        .case-study-list .case-study .case-study__client-name {
          margin: 0 0 13px; } }
    .case-study-list .case-study .case-study__link-more {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      position: absolute;
      bottom: 2em; }
      @media (min-width: 1025px) {
        .case-study-list .case-study .case-study__link-more {
          color: #fff;
          position: relative;
          bottom: auto;
          top: 2em; } }
      .case-study-list .case-study .case-study__link-more i {
        margin: 0 0 0 6px;
        -webkit-transition: margin 0.3s;
        transition: margin 0.3s; }
    .case-study-list .case-study .case-study__preview-image {
      display: none; }
      @media (min-width: 1025px) {
        .case-study-list .case-study .case-study__preview-image {
          position: absolute;
          bottom: 0;
          right: 0;
          top: 0;
          display: block;
          width: 100%;
          background-repeat: no-repeat;
          background-position: top center; } }
    .case-study-list .case-study .case-study__preview-image-mobile {
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      top: 0;
      width: 50%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom center; }
      @media (min-width: 769px) {
        .case-study-list .case-study .case-study__preview-image-mobile {
          width: 33%; } }
      @media (min-width: 1025px) {
        .case-study-list .case-study .case-study__preview-image-mobile {
          display: none; } }
  .case-study-list h2 {
    margin: 0;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.55px;
    font-weight: 300; }
    @media (min-width: 1025px) {
      .case-study-list h2 {
        color: #fff; } }
    @media (max-width: 767px) {
      .case-study-list h2 {
        font-size: 23px;
        line-height: 1.3;
        margin: 0 0 31px; } }
  .case-study-list .btn-holder {
    padding: 61px 0 46px;
    background: #1c2654;
    text-align: center;
    position: relative; }
    @media (max-width: 1023px) {
      .case-study-list .btn-holder {
        padding: 41px 0 26px; } }
    .case-study-list .btn-holder .link-more {
      font-size: 16px; }
      .case-study-list .btn-holder .link-more i {
        margin: 0 0 0 15px; }
      .case-study-list .btn-holder .link-more:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }

.about-image img {
  width: 100%; }
  @media (max-width: 767px) {
    .about-image img {
      height: 53.5vw;
      object-fit: cover; } }

.vision-mission {
  padding: 79px 0;
  font-size: 16px;
  line-height: 28px; }
  @media (max-width: 1023px) {
    .vision-mission {
      padding: 55px 0 13px;
      line-height: 1.5; } }
  .vision-mission .container {
    max-width: 962px; }
  .vision-mission ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      .vision-mission ul {
        display: block; } }
    .vision-mission ul li {
      width: 36.2%;
      padding: 0 4% 0 0; }
      .vision-mission ul li:nth-child(2) {
        width: 56%; }
        @media (max-width: 767px) {
          .vision-mission ul li:nth-child(2) {
            width: 100%; } }
      @media (max-width: 767px) {
        .vision-mission ul li {
          width: 100%;
          padding: 0 0 29px; }
          .vision-mission ul li:last-child {
            padding: 0; } }
  .vision-mission .sub-title {
    margin: 0 0 13px;
    display: block;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500; }
    @media (max-width: 767px) {
      .vision-mission .sub-title {
        font-size: 20px; } }

.about-items {
  padding: 64px 0 160px; }
  @media (max-width: 1023px) {
    .about-items {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .about-items {
      padding: 30px 0 11px; } }
  .about-items .container {
    max-width: 1394px; }
  .about-items .img-holder {
    width: 49%; }
    @media (max-width: 767px) {
      .about-items .img-holder {
        width: 100%; } }
    .about-items .img-holder img {
      width: 100%; }
  .about-items .text-holder {
    padding: 50px 126px;
    width: 51%;
    font-size: 16px; }
    @media (max-width: 1199px) {
      .about-items .text-holder {
        padding: 50px; } }
    @media (max-width: 1023px) {
      .about-items .text-holder {
        padding: 30px; } }
    @media (max-width: 767px) {
      .about-items .text-holder {
        width: 100%;
        padding: 40px 0; } }
  .about-items h2 {
    margin: 0 0 7px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .about-items h2 {
        font-size: 26px;
        margin: 0 0 19px;
        font-weight: 500; } }
  .about-items .text {
    line-height: 28px;
    padding: 0 0 53px; }
    @media (max-width: 1023px) {
      .about-items .text {
        padding: 0 0 45px;
        line-height: 1.5; } }
    .about-items .text p {
      margin: 0; }
  .about-items .sub-title {
    display: block;
    margin: 0 0 21px;
    text-transform: uppercase;
    color: #006bb0;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1px; }
    @media (max-width: 1023px) {
      .about-items .sub-title {
        margin: 0 0 19px;
        line-height: 1.4; } }
  .about-items .textarea {
    line-height: 36px; }
    @media (max-width: 1023px) {
      .about-items .textarea {
        line-height: 2.3; } }
  .about-items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 149px; }
    @media (max-width: 1023px) {
      .about-items .item {
        margin: 0 0 50px; } }
    @media (max-width: 767px) {
      .about-items .item {
        display: block;
        margin: 0 0 3px; } }
    .about-items .item:last-child {
      margin: 0; }
    .about-items .item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .about-items .links {
    border-top: 1px solid #dbdbdb;
    margin: -2px 0 0;
    max-width: 360px; }
    @media (max-width: 767px) {
      .about-items .links {
        margin: 49px 0 0; } }
    .about-items .links li {
      font-size: 16px;
      line-height: 1.2;
      border-bottom: 1px solid #dbdbdb; }
      @media (max-width: 767px) {
        .about-items .links li {
          line-height: 1.4; } }
      .about-items .links li a {
        display: block;
        padding: 27px 45px 27px 37px;
        letter-spacing: 0.3px;
        position: relative; }
        @media (max-width: 767px) {
          .about-items .links li a {
            padding: 24px 45px 24px 37px; } }
        .about-items .links li a:after {
          position: absolute;
          content: "\f178";
          top: 50%;
          margin: -12px 0 0;
          right: 20px;
          font-size: 20px;
          font-family: 'Font Awesome 5 Pro';
          color: #006bb0;
          -webkit-transition: right 0.3s;
          transition: right 0.3s; }
        .about-items .links li a:hover:after {
          right: 15px; }
        .about-items .links li a .brand-icon {
          position: absolute;
          left: 1px;
          top: 50%;
          margin: -10px 0 0; }

.clients-block {
  background: #e4e7e2;
  text-align: center;
  padding: 81px 0 0;
  max-width: 1372px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .clients-block {
      padding: 50px 0 0; } }
  @media (max-width: 767px) {
    .clients-block {
      padding: 50px 0 0; } }
  .clients-block h2 {
    margin: 0 0 5px;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .clients-block h2 {
        margin: 0 0 21px;
        font-size: 27px;
        font-weight: normal;
        line-height: 1.1; } }
  .clients-block .text-holder {
    font-size: 16px;
    padding: 0 0 75px; }
    @media (max-width: 1023px) {
      .clients-block .text-holder {
        padding: 0 0 50px; } }
    @media (max-width: 767px) {
      .clients-block .text-holder {
        padding: 0 0 23px; } }
  .clients-block .clients-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: solid #ced0ce;
    border-width: 1px 1px 0; }
    .clients-block .clients-list li {
      width: 25%;
      height: 177px;
      border: solid #ced0ce;
      border-width: 0 1px 1px 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;
      padding: 10px; }
      .clients-block .clients-list li:nth-child(4n) {
        border-width: 0 0 1px; }
        @media (max-width: 767px) {
          .clients-block .clients-list li:nth-child(4n) {
            border-width: 0 1px 1px 0; } }
      @media (max-width: 767px) {
        .clients-block .clients-list li:nth-child(3n) {
          border-width: 0 0 1px; } }
      @media (max-width: 767px) {
        .clients-block .clients-list li {
          width: 33.33%;
          height: 100px; } }

.team-block {
  padding: 146px 0 55px; }
  @media (max-width: 1023px) {
    .team-block {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .team-block {
      padding: 48px 0 9px; } }
  .team-block h2 {
    margin: 0 0 13px;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .team-block h2 {
        margin: 0 0 19px;
        font-size: 27px;
        font-weight: normal; } }
  .team-block .text-holder {
    font-size: 16px;
    padding: 0 0 37px; }
    @media (max-width: 767px) {
      .team-block .text-holder {
        padding: 0 0 11px; } }
  .team-block .team-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    font-size: 16px;
    line-height: 1.2; }
    @media (max-width: 1023px) {
      .team-block .team-list {
        margin: 0; } }
    .team-block .team-list .team-member {
      width: 100%;
      padding: 0 0 44px; }
      @media (min-width: 481px) {
        .team-block .team-list .team-member {
          width: 50%;
          padding: 0 5px 30px; } }
      @media (min-width: 769px) {
        .team-block .team-list .team-member {
          width: 33%; } }
      @media (min-width: 1025px) {
        .team-block .team-list .team-member {
          width: 25%;
          padding: 0 15px 85px; } }
      .team-block .team-list .team-member .team-member__image {
        margin: 0 0 25px;
        position: relative; }
        @media (max-width: 1023px) {
          .team-block .team-list .team-member .team-member__image {
            margin: 0 0 25px; } }
        .team-block .team-list .team-member .team-member__image img {
          width: 100%;
          overflow: hidden;
          height: 100vw;
          object-fit: cover;
          object-position: 50% 32%; }
          @media (min-width: 481px) {
            .team-block .team-list .team-member .team-member__image img {
              height: 60vw; } }
          @media (min-width: 769px) {
            .team-block .team-list .team-member .team-member__image img {
              height: auto; } }
        .team-block .team-list .team-member .team-member__image .team-member__image-alternate {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
        .team-block .team-list .team-member .team-member__image:hover .team-member__image-alternate {
          opacity: 1; }
      .team-block .team-list .team-member .team-member__name {
        display: block;
        font-weight: 500;
        margin: 0 0 9px; }

.filter-holder {
  padding: 50px 0 0;
  position: relative; }
  @media (max-width: 1023px) {
    .filter-holder {
      padding: 50px 0 0; } }
  @media (max-width: 767px) {
    .filter-holder {
      padding: 30px 0 0; } }
  .filter-holder a {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    color: #9e9e9e;
    letter-spacing: 0.35px;
    margin: 0 5% 0 0; }
    @media (max-width: 1023px) {
      .filter-holder a {
        margin: 0 10px 0 0;
        font-size: 18px;
        line-height: 1.2; } }
    .filter-holder a:last-child {
      margin: 0; }
    .filter-holder a.active, .filter-holder a:hover {
      color: #006bb0; }
  .filter-holder .current-item {
    display: none;
    border: 1px solid #999;
    color: #1b619c;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    padding: 11px 14px;
    position: relative; }
    .filter-holder .current-item:after {
      position: absolute;
      content: '';
      top: 22px;
      right: 17px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #141414; }
    @media (max-width: 767px) {
      .filter-holder .current-item {
        display: block; } }
  .filter-holder .hover .mobile-holder {
    opacity: 1;
    pointer-events: auto; }
  @media (max-width: 767px) {
    .filter-holder .mobile-holder {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 1;
      background: #fff;
      margin: -1px 0 0;
      border: 1px solid #999;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; } }
  @media (max-width: 767px) {
    .filter-holder .mobile-holder a {
      display: block;
      padding: 5px 10px; } }

.posts-holder {
  padding: 60px 0 65px; }
  @media (max-width: 1023px) {
    .posts-holder {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .posts-holder {
      padding: 30px 0 36px; } }
  .posts-holder .btn-holder {
    text-align: center;
    margin: -8px 0 0; }
    @media (max-width: 1023px) {
      .posts-holder .btn-holder {
        margin: 0; } }
  .posts-holder .load-more {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1px;
    color: #006bb0;
    display: inline-block;
    vertical-align: top; }
    .posts-holder .load-more i {
      margin: 0 0 0 11px;
      font-weight: normal;
      position: relative;
      left: 0;
      -webkit-transition: left 0.3s;
      transition: left 0.3s; }
    @media (min-width: 1025px) {
      .posts-holder .load-more:hover i {
        left: 5px; } }

.posts-holder-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px; }
  @media (max-width: 1023px) {
    .posts-holder-frame {
      margin: 0 -5px; } }

.post-preview {
  width: 33.33%;
  padding: 0 12px;
  margin: 0 0 108px;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  position: relative; }
  @media (max-width: 1023px) {
    .post-preview {
      padding: 0 5px;
      margin: 0 0 30px;
      font-size: 16px;
      line-height: 1.5; } }
  @media (max-width: 767px) {
    .post-preview {
      width: 50%;
      margin: 0 0 57px; } }
  @media (max-width: 479px) {
    .post-preview {
      width: 100%; } }
  @media (min-width: 1025px) {
    .post-preview:hover h2 {
      color: #006bb0; }
    .post-preview:hover img {
      opacity: 0.15; } }
  .post-preview.new-item {
    opacity: 0;
    -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
            transform: translateY(25px); }
  .post-preview .img-holder {
    margin: 0 0 12px;
    overflow: hidden;
    position: relative;
    background: #00386d; }
    .post-preview .img-holder img {
      width: 100%;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      @media (max-width: 767px) {
        .post-preview .img-holder img {
          height: 38vw;
          object-fit: cover; } }
  .post-preview .meta-info {
    padding: 0 0 15px;
    font-size: 12px;
    line-height: 1.2; }
    @media (max-width: 1023px) {
      .post-preview .meta-info {
        padding: 0 0 10px; } }
    @media (max-width: 767px) {
      .post-preview .meta-info {
        font-size: 13px;
        padding: 0 0 14px; } }
  .post-preview h2 {
    margin: 0 0 11px;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    @media (max-width: 1023px) {
      .post-preview h2 {
        font-size: 20px;
        line-height: 1.2; } }
    @media (max-width: 767px) {
      .post-preview h2 {
        font-size: 26px;
        line-height: 1.17; } }
  .post-preview p {
    margin: 0 0 22px; }
    @media (max-width: 1023px) {
      .post-preview p {
        margin: 0 0 10px; } }
    @media (max-width: 767px) {
      .post-preview p {
        margin: 0 0 28px; } }
  .post-preview .more {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.2;
    color: #006bb0;
    font-weight: 500; }
    .post-preview .more i {
      position: relative;
      top: 1px;
      display: inline-block;
      margin: 0 0 0 7px;
      -webkit-transition: left 0.3s;
      transition: left 0.3s;
      left: 0; }
  .post-preview .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.intro-single {
  padding: 203px 0 150px;
  background: #00386d;
  color: #fff;
  position: relative; }
  @media (max-width: 1023px) {
    .intro-single {
      padding: 120px 0 50px; } }
  @media (max-width: 767px) {
    .intro-single {
      padding: 110px 0 73px; } }
  .intro-single .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15; }
  .intro-single a {
    color: #fff; }
  .intro-single .container {
    max-width: 770px;
    position: relative;
    z-index: 1; }
  .intro-single .cat-holder {
    margin: 0 0 26px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .intro-single .cat-holder {
        margin: 0 0 15px; } }
    @media (max-width: 767px) {
      .intro-single .cat-holder {
        margin: 0 0 10px; } }
  .intro-single h1 {
    margin: 0 0 28px;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .intro-single h1 {
        font-size: 40px;
        margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .intro-single h1 {
        font-size: 27px;
        margin: 0 0 14px; } }
  .intro-single time {
    display: block; }
    @media (max-width: 767px) {
      .intro-single time {
        font-size: 16px; } }

#blog-content {
  position: relative;
  padding: 84px 0 64px; }
  @media (max-width: 1023px) {
    #blog-content {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    #blog-content {
      padding: 24px 0 33px;
      font-size: 16px;
      line-height: 1.5; } }
  #blog-content .container {
    max-width: 772px; }
  #blog-content h2 {
    margin: 0 0 19px; }
  #blog-content p a {
    text-decoration: underline;
    font-weight: 500; }
    #blog-content p a:hover {
      text-decoration: none; }
  #blog-content .aligncenter {
    margin: 0 auto 21px; }
  #blog-content ul:not(.wp-block-gallery) {
    font-size: 18px;
    font-weight: 500;
    padding: 2px 0 0 33px;
    margin: 0 0 49px; }
    @media (max-width: 767px) {
      #blog-content ul:not(.wp-block-gallery) {
        padding: 0;
        margin: -10px 0 37px;
        font-size: 16px;
        line-height: 2; } }
    #blog-content ul:not(.wp-block-gallery) li {
      position: relative;
      padding: 0 0 0 18px;
      margin: 0 0 12px; }
      @media (max-width: 767px) {
        #blog-content ul:not(.wp-block-gallery) li {
          padding: 0 0 0 21px; } }
      #blog-content ul:not(.wp-block-gallery) li:before {
        position: absolute;
        content: '';
        top: 11px;
        left: 0;
        width: 5px;
        height: 5px;
        background: #ff8c73;
        border-radius: 100%; }
        @media (max-width: 767px) {
          #blog-content ul:not(.wp-block-gallery) li:before {
            top: 14px; } }
      #blog-content ul:not(.wp-block-gallery) li:last-child {
        margin: 0; }
  #blog-content ol {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0 0 33px;
    margin: 0 0 50px;
    counter-reset: my-awesome-counter; }
    @media (max-width: 767px) {
      #blog-content ol {
        padding: 0;
        margin: -10px 0 37px;
        font-size: 16px;
        line-height: 2; } }
    #blog-content ol li {
      position: relative;
      padding: 0 0 0 18px;
      margin: 0 0 12px;
      counter-increment: my-awesome-counter; }
      @media (max-width: 767px) {
        #blog-content ol li {
          padding: 0 0 0 22px; } }
      #blog-content ol li:before {
        position: absolute;
        content: counter(my-awesome-counter) ". ";
        top: 0;
        right: 100%;
        margin: 0 -10px 0 0;
        color: #ff8c73; }
      #blog-content ol li:last-child {
        margin: 0; }
  #blog-content blockquote {
    margin: 0 0 68px;
    padding: 21px 5% 0;
    border: none;
    text-align: center; }
    @media (max-width: 767px) {
      #blog-content blockquote {
        padding: 23px 0 0;
        margin: 0 0 53px; } }
    #blog-content blockquote p {
      margin: 0 0 33px;
      color: #006bb0;
      font-size: 48px;
      line-height: 64px; }
      @media (max-width: 767px) {
        #blog-content blockquote p {
          font-size: 30px;
          line-height: 1.6;
          margin: 0 0 15px;
          font-weight: normal; } }
    #blog-content blockquote cite {
      display: block;
      font-size: 16px;
      line-height: 21px;
      font-style: normal; }
      #blog-content blockquote cite strong {
        display: block; }
  #blog-content .wp-block-image .alignleft {
    margin-right: 2em; }
  @media (max-width: 479px) {
    #blog-content .wp-block-image + p {
      clear: both; } }
  #blog-content .wp-block-image img {
    vertical-align: top; }
  #blog-content figcaption {
    font-size: 14px;
    background: #f5f5f5;
    margin: 0;
    padding: 10px 0; }
  #blog-content hr {
    clear: both;
    display: block;
    border: solid #f5f5f5;
    border-width: 0 0 2px;
    margin: 55px 0; }
    @media (max-width: 767px) {
      #blog-content hr {
        margin: 20px 0; } }

.author-holder {
  margin: 46px 0 0;
  padding: 54px 54px 64px;
  background: #f5f5f5;
  overflow: hidden; }
  @media (max-width: 767px) {
    .author-holder {
      padding: 49px 20px; } }
  .author-holder .img-holder {
    width: 115px;
    height: 115px;
    overflow: hidden;
    border-radius: 100%;
    float: left; }
    @media (max-width: 767px) {
      .author-holder .img-holder {
        margin: 0 auto 32px;
        float: none; } }
  .author-holder .text-holder {
    overflow: hidden;
    padding: 1px 0 0 41px; }
    @media (max-width: 767px) {
      .author-holder .text-holder {
        padding: 0;
        text-align: center; } }
    .author-holder .text-holder .item {
      display: block;
      font-size: 10px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: bold;
      color: #006bb0;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .author-holder .text-holder .item {
          margin: 0 0 20px; } }
    .author-holder .text-holder .author {
      display: block;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 500;
      margin: 0 0 4px; }
    .author-holder .text-holder .position {
      display: block;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 300;
      margin: 0 0 18px; }
      @media (max-width: 767px) {
        .author-holder .text-holder .position {
          margin: 0 0 18px; } }
    .author-holder .text-holder .description {
      margin: 0;
      font-size: 16px;
      line-height: 24px;
      font-weight: 300; }

.share-block {
  position: absolute;
  top: 88px;
  left: 50%;
  margin: 0 0 0 -557px; }
  @media (max-width: 1199px) {
    .share-block {
      margin: 0;
      left: 0;
      top: 50px; } }
  @media (max-width: 1023px) {
    .share-block {
      position: static;
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .share-block {
      padding: 0 16px;
      margin: 0 0 18px; } }
  .share-block a {
    display: block !important;
    margin: 0 0 14px; }
    @media (max-width: 899px) {
      .share-block a {
        margin: 0 !important;
        display: inline-block !important;
        vertical-align: middle !important; } }
  .share-block .a2a_s__default {
    background: none !important; }
  .share-block path {
    fill: #c5c6ce !important; }
  .share-block .addtoany_share_save {
    display: none !important; }

.img-careers {
  padding: 0 0 0 7.9%;
  position: relative; }
  @media (max-width: 767px) {
    .img-careers {
      padding: 0 0 0 9%; } }
  .img-careers:after {
    position: absolute;
    content: '';
    background: #e4e7e2;
    top: 0;
    left: 0;
    right: 0;
    height: 85px; }
    @media (max-width: 767px) {
      .img-careers:after {
        height: 88px; } }
  .img-careers img {
    width: 100%;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .img-careers img {
        height: 180px;
        object-fit: cover; } }

.careers-listing {
  padding: 184px 0 100px; }
  @media (max-width: 1199px) {
    .careers-listing {
      padding: 100px 0; } }
  @media (max-width: 1023px) {
    .careers-listing {
      padding: 50px 0 35px; } }
  .careers-listing .container {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .careers-listing .container:after {
      display: none; }
    @media (max-width: 767px) {
      .careers-listing .container {
        display: block; } }
  .careers-listing .careers-list {
    width: 57.4%; }
    @media (max-width: 767px) {
      .careers-listing .careers-list {
        width: 100%;
        padding: 0 0 31px; } }
    .careers-listing .careers-list h2 {
      margin: 0 0 28px;
      font-size: 48px;
      line-height: 64px;
      font-weight: 500; }
      @media (max-width: 1023px) {
        .careers-listing .careers-list h2 {
          font-size: 40px;
          line-height: 1.3;
          margin: 0 0 20px; } }
      @media (max-width: 767px) {
        .careers-listing .careers-list h2 {
          margin: 0 0 48px;
          font-size: 26px;
          line-height: 1.2; } }
    .careers-listing .careers-list ul {
      font-size: 16px;
      line-height: 24px; }
      .careers-listing .careers-list ul li {
        padding: 33px 140px 33px 97px;
        border-bottom: 1px solid #dbdbdb;
        position: relative; }
        @media (max-width: 1023px) {
          .careers-listing .careers-list ul li {
            padding: 20px 70px; } }
        @media (max-width: 767px) {
          .careers-listing .careers-list ul li {
            padding: 0 0 35px;
            margin: 0 0 40px; }
            .careers-listing .careers-list ul li:last-child {
              margin: 0; } }
        .careers-listing .careers-list ul li:after {
          position: absolute;
          content: "\f178";
          font-family: 'Font Awesome 5 Pro';
          top: 37px;
          right: 26px;
          color: #006bb0;
          font-size: 23px;
          line-height: 1;
          -webkit-transition: right 0.3s;
          transition: right 0.3s; }
          @media (max-width: 1023px) {
            .careers-listing .careers-list ul li:after {
              top: 25px; } }
          @media (max-width: 767px) {
            .careers-listing .careers-list ul li:after {
              right: 0;
              top: 39px; } }
        @media (min-width: 1025px) {
          .careers-listing .careers-list ul li:hover:after {
            right: 20px; } }
    .careers-listing .careers-list .more {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .careers-listing .careers-list .brand-icon {
      position: absolute;
      left: 20px;
      top: 37px; }
      @media (max-width: 1023px) {
        .careers-listing .careers-list .brand-icon {
          top: 24px; } }
      @media (max-width: 767px) {
        .careers-listing .careers-list .brand-icon {
          margin: 0 0 12px;
          left: 0;
          top: 20px;
          position: static; } }
      .careers-listing .careers-list .brand-icon i {
        font-size: 24px;
        line-height: 1; }
        .careers-listing .careers-list .brand-icon i:before {
          background-image: -webkit-linear-gradient(315deg, #1b619c 0%, #e9846f 100%);
          background-image: linear-gradient(135deg, #1b619c 0%, #e9846f 100%);
          background-clip: text;
          text-fill-color: transparent;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
    .careers-listing .careers-list .sub-title {
      display: block;
      font-weight: 500;
      font-size: 24px;
      line-height: 1.2;
      margin: 0 0 17px; }
      @media (max-width: 767px) {
        .careers-listing .careers-list .sub-title {
          margin: 0 0 13px;
          font-size: 20px; } }
    .careers-listing .careers-list p {
      margin: 0; }
  .careers-listing blockquote {
    width: 30%;
    margin: 47px 0 0;
    padding: 0;
    border: none;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .careers-listing blockquote {
        margin: 0; } }
    .careers-listing blockquote:after {
      position: absolute;
      content: '';
      top: -81px;
      left: -34px;
      background: url(images/carrots.png) no-repeat;
      width: 186px;
      height: 212px;
      pointer-events: none;
      z-index: -1; }
      @media (max-width: 767px) {
        .careers-listing blockquote:after {
          top: 0;
          left: 0;
          display: none; } }
    @media (max-width: 1023px) {
      .careers-listing blockquote {
        width: 37%; } }
    @media (max-width: 767px) {
      .careers-listing blockquote {
        width: 100%;
        margin: 20px 0 0; } }
    .careers-listing blockquote q {
      color: #006bb0;
      display: block;
      margin: 0 0 36px; }
      .careers-listing blockquote q:after, .careers-listing blockquote q:before {
        display: none; }
      @media (max-width: 767px) {
        .careers-listing blockquote q {
          margin: 0 0 30px; } }
    .careers-listing blockquote .holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .careers-listing blockquote .holder .img-holder {
        margin: 0 23px 0 0;
        width: 64px;
        height: 64px;
        overflow: hidden;
        border-radius: 100%; }
        @media (max-width: 767px) {
          .careers-listing blockquote .holder .img-holder {
            margin: 0 26px 0 0; } }
    .careers-listing blockquote .frame {
      font-size: 16px;
      line-height: 24px; }
      .careers-listing blockquote .frame cite {
        display: block;
        font-weight: 500;
        font-style: normal; }
      .careers-listing blockquote .frame .position {
        display: block;
        font-weight: 300; }

.photos-block {
  padding: 109px 0 100px;
  position: relative; }
  @media (max-width: 1023px) {
    .photos-block {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .photos-block {
      padding: 30px 0; } }
  .photos-block:after {
    position: absolute;
    content: '';
    top: -146px;
    left: 50%;
    background: url(images/visual-1.png) no-repeat 50% 50%/cover;
    width: 720px;
    height: 1027px;
    margin: 0 0 0 -833px; }
    @media (max-width: 767px) {
      .photos-block:after {
        display: none; } }
  .photos-block .col-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .photos-block .col-holder {
        margin: 0 -7px; } }
    .photos-block .col-holder .col {
      width: 50%;
      padding: 12px; }
      .photos-block .col-holder .col:nth-child(4n + 1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .photos-block .col-holder .col:nth-child(4n + 2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .photos-block .col-holder .col:nth-child(4n + 3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .photos-block .col-holder .col:nth-child(4n + 4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      @media (max-width: 767px) {
        .photos-block .col-holder .col {
          padding: 5px; } }
      @media (max-width: 767px) {
        .photos-block .col-holder .col img {
          height: 37vw;
          width: 100%;
          object-fit: cover; } }

.package-list {
  padding: 73px 0 103px; }
  @media (max-width: 1023px) {
    .package-list {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .package-list {
      padding: 15px 0 96px;
      text-align: center; } }
  .package-list .container {
    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; }
    .package-list .container:after, .package-list .container:before {
      display: none; }
    @media (max-width: 767px) {
      .package-list .container {
        display: block; } }
  .package-list h2 {
    margin: 0 0 187px;
    padding: 0 0 0 8.6%;
    width: 45%;
    font-weight: 500;
    font-size: 48px;
    line-height: 64px; }
    @media (max-width: 767px) {
      .package-list h2 {
        float: none;
        width: 100%;
        padding: 0 10%;
        margin: 0 0 49px;
        font-size: 26px;
        line-height: 1.2; } }
  .package-list ul {
    width: 46.8%;
    font-size: 16px;
    line-height: 24px; }
    @media (max-width: 767px) {
      .package-list ul {
        width: 100%; } }
    .package-list ul li {
      padding: 0 0 42.5px 49px;
      position: relative; }
      @media (max-width: 1023px) {
        .package-list ul li {
          padding: 0 0 30px 40px; } }
      @media (max-width: 767px) {
        .package-list ul li {
          padding: 0 0 49px; } }
      .package-list ul li:last-child {
        padding-bottom: 0; }
      .package-list ul li .brand-icon {
        position: absolute;
        left: 0;
        top: 1px; }
        @media (max-width: 767px) {
          .package-list ul li .brand-icon {
            position: static;
            margin: 0 0 12px; } }
        .package-list ul li .brand-icon i {
          font-size: 24px;
          line-height: 1; }
          .package-list ul li .brand-icon i:before {
            background-image: -webkit-linear-gradient(315deg, #1b619c 0%, #e9846f 100%);
            background-image: linear-gradient(135deg, #1b619c 0%, #e9846f 100%);
            background-clip: text;
            text-fill-color: transparent;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
      .package-list ul li .sub-title {
        display: block;
        margin: 0 0 9px;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 600; }
      .package-list ul li p {
        margin: 0; }

.call-action {
  padding: 152px 0;
  color: #fff;
  font-size: 24px;
  line-height: 36px; }
  @media (max-width: 1199px) {
    .call-action {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .call-action {
      padding: 69px 0 54px;
      font-size: 20px;
      line-height: 1.6; } }
  .call-action .container {
    max-width: 960px; }
  .call-action h2 {
    margin: 0 0 24px;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .call-action h2 {
        font-size: 40px;
        margin: 0 0 21px; } }
    @media (max-width: 767px) {
      .call-action h2 {
        font-size: 32px;
        line-height: 1.1; } }
  .call-action p {
    max-width: 700px;
    margin: 0 0 41px; }
    @media (max-width: 767px) {
      .call-action p {
        margin: 0 0 31px; } }
  .call-action a {
    display: inline-block;
    vertical-align: top;
    color: #ff8c73;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px; }
    .call-action a:hover {
      color: #fff; }
    .call-action a i {
      margin: 0 0 0 6px; }

.info-columns {
  padding: 139px 0 201px;
  letter-spacing: 0.25px;
  font-size: 16px;
  line-height: 24px; }
  @media (max-width: 1199px) {
    .info-columns {
      padding: 100px 0; } }
  @media (max-width: 1023px) {
    .info-columns {
      padding: 50px 0; } }
  .info-columns h2 {
    margin: 0 0 83px;
    font-size: 20px;
    line-height: 1.2; }
    @media (max-width: 1023px) {
      .info-columns h2 {
        margin: 0 0 58px;
        font-size: 26px; } }
  .info-columns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      .info-columns ul {
        display: block; } }
    .info-columns ul li {
      width: 33%;
      padding: 0 7% 0 0; }
      @media (max-width: 1023px) {
        .info-columns ul li {
          padding: 0 20px 0 0; } }
      @media (max-width: 767px) {
        .info-columns ul li {
          width: 100%;
          padding: 0 0 68px; }
          .info-columns ul li:last-child {
            padding: 0; } }
  .info-columns .brand-icon {
    margin: 0 0 42px; }
    @media (max-width: 1023px) {
      .info-columns .brand-icon {
        margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .info-columns .brand-icon {
        margin: 0 0 13px; } }
    .info-columns .brand-icon i {
      font-size: 40px;
      line-height: 1; }
      @media (max-width: 767px) {
        .info-columns .brand-icon i {
          font-size: 25px; } }
      .info-columns .brand-icon i:before {
        background-image: -webkit-linear-gradient(315deg, #1b619c 0%, #e9846f 100%);
        background-image: linear-gradient(135deg, #1b619c 0%, #e9846f 100%);
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .info-columns .sub-title {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 16px; }
    @media (max-width: 767px) {
      .info-columns .sub-title {
        font-weight: normal;
        font-size: 20px; } }
  .info-columns p {
    margin: 0; }

.hero--case-study {
  overflow: hidden;
  padding: 0 0 8px;
  position: relative;
  background-color: #fff; }
  @media (min-width: 769px) {
    .hero--case-study {
      padding: 0 0 63px; } }
  @media (max-width: 1024px) {
    .hero--case-study {
      background-image: none !important; } }
  @media (min-width: 1025px) {
    .hero--case-study {
      background-repeat: no-repeat;
      background-position: top center; } }
  .hero--case-study .hero__gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 192px;
    z-index: 1;
    pointer-events: none; }
  .hero--case-study .hero__text-block {
    padding: 0 0;
    /*max-width: 1440px;
		margin: 0 auto;*/
    overflow: hidden;
    position: relative; }
    @media (min-width: 769px) {
      .hero--case-study .hero__text-block {
        padding: 200px 0 0; } }
    @media (min-width: 1025px) {
      .hero--case-study .hero__text-block {
        padding: 272px 0 0; } }
  .hero--case-study .hero__image--mobile {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 80px 0; }
    @media (min-width: 769px) {
      .hero--case-study .hero__image--mobile {
        position: absolute;
        top: 126px;
        right: 0;
        width: 50%; } }
    @media (min-width: 1025px) {
      .hero--case-study .hero__image--mobile {
        display: none; } }
    .hero--case-study .hero__image--mobile img {
      float: right; }
  .hero--case-study .container {
    max-width: 1190px; }
  .hero--case-study .hero__content {
    position: relative;
    z-index: 1;
    padding: 0 10% 52px 0; }
    @media (min-width: 1025px) {
      .hero--case-study .hero__content {
        padding: 0 0 123px; } }
    @media (min-width: 769px) {
      .hero--case-study .hero__content {
        padding: 0 0 50px;
        max-width: 46%; } }
  .hero--case-study .hero__client-name {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .hero--case-study .hero__client-name {
        margin: 0 0 9px; } }
  .hero--case-study .hero__title {
    margin: 0 0 21px -4px;
    letter-spacing: -0.5px;
    font-weight: 300;
    font-size: 54px;
    line-height: 64px; }
    @media (max-width: 1023px) {
      .hero--case-study .hero__title {
        font-size: 35px;
        line-height: 1.2; } }
    @media (max-width: 767px) {
      .hero--case-study .hero__title {
        font-size: 33px;
        line-height: 1.1;
        margin: 0 0 10px; } }
  .hero--case-study .hero__subtitle {
    display: block;
    margin: 0 0 45px;
    letter-spacing: 0.3px;
    font-weight: 300;
    font-size: 22px;
    line-height: 36px; }
    @media (max-width: 767px) {
      .hero--case-study .hero__subtitle {
        font-size: 20px;
        line-height: 1.6;
        margin: 0 0 45px; } }
  .hero--case-study .hero__link {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.8px; }
    .hero--case-study .hero__link:hover {
      opacity: 0.8; }
    .hero--case-study .hero__link i {
      margin: 0 0 0 6px;
      font-weight: bold; }
  .hero--case-study .snackable-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.35px; }
    @media (max-width: 767px) {
      .hero--case-study .snackable-content {
        display: block; } }
    .hero--case-study .snackable-content .snack {
      width: 33.33%;
      position: relative;
      padding: 18px 40px 0 0;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .hero--case-study .snackable-content .snack {
          width: 100%;
          padding: 19px 0 20px; } }
      .hero--case-study .snackable-content .snack:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 3px;
        width: 15px;
        background: #ff8c73; }
    .hero--case-study .snackable-content .snack__title {
      display: block;
      font-weight: 500;
      margin: 0 0 6px; }
    .hero--case-study .snackable-content .snack__content {
      margin: 0; }

.client-section {
  background: #1c2654 no-repeat 50% 50%/cover;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  padding: 76px 0 87px; }
  @media (max-width: 1023px) {
    .client-section {
      padding: 55px 0 47px; } }
  @media (max-width: 767px) {
    .client-section {
      line-height: 1.55; } }
  .client-section a {
    color: #fff;
    text-decoration: underline; }
  .client-section .container {
    max-width: 800px; }
  .client-section .client-section__logo {
    text-align: center; }
    .client-section .client-section__logo img {
      padding: 15px 15px 25px 15px;
      max-width: 300px;
      height: auto; }
      @media (max-width: 767px) {
        .client-section .client-section__logo img {
          padding: 0 0 39px; } }

.opportunity {
  padding: 100px 0; }
  @media (max-width: 1023px) {
    .opportunity {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .opportunity {
      padding: 30px 0 26px; } }
  .opportunity .container {
    max-width: 1326px; }
  .opportunity .holder {
    overflow: hidden;
    padding: 0 0 217px;
    margin: 0 0 0 5.3%; }
    @media (max-width: 1199px) {
      .opportunity .holder {
        margin: 0; } }
    @media (max-width: 767px) {
      .opportunity .holder {
        background-size: 300px 200px !important;
        background-position: 0 0 !important;
        padding: 200px 0 0; } }
  .opportunity .text-holder {
    max-width: 534px;
    float: right;
    background: #fff;
    padding: 89px 80px 92px 90px;
    font-size: 16px;
    line-height: 24px; }
    @media (max-width: 1199px) {
      .opportunity .text-holder {
        padding: 50px; } }
    @media (max-width: 1023px) {
      .opportunity .text-holder {
        max-width: 60%;
        padding: 30px; } }
    @media (max-width: 767px) {
      .opportunity .text-holder {
        max-width: 100%;
        float: none;
        padding: 30px 0 0; } }
    .opportunity .text-holder h2 {
      margin: 0 0 20px;
      font-size: 36px;
      line-height: 1.2;
      font-weight: 500; }
      @media (max-width: 1023px) {
        .opportunity .text-holder h2 {
          font-size: 30px;
          margin: 0 0 10px; } }
      @media (max-width: 767px) {
        .opportunity .text-holder h2 {
          font-size: 26px;
          margin: 0 0 19px; } }
    .opportunity .text-holder p {
      margin: 0 0 9px; }
      @media (max-width: 767px) {
        .opportunity .text-holder p {
          margin: 0 0 14px; } }
    .opportunity .text-holder strong {
      font-weight: 300;
      font-size: 20px;
      line-height: 26px; }

.photo-gallery {
  padding: 100px 0; }
  @media (max-width: 1023px) {
    .photo-gallery {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .photo-gallery {
      padding: 30px 0 67px; } }
  .photo-gallery .container {
    max-width: 100%;
    padding: 0; }
    @media (max-width: 767px) {
      .photo-gallery .container {
        padding: 0 20px; } }
  .photo-gallery .text-holder {
    float: left;
    width: 37%;
    font-size: 20px;
    line-height: 32px;
    padding: 34px 0 0;
    letter-spacing: 0.3px; }
    @media (max-width: 1023px) {
      .photo-gallery .text-holder {
        padding: 15px 0 0; } }
    @media (max-width: 767px) {
      .photo-gallery .text-holder {
        float: none;
        width: 100%;
        padding: 0 0 30px; } }
    .photo-gallery .text-holder .text-frame {
      float: right;
      width: 48%;
      width: 337px; }
      @media (max-width: 1699px) {
        .photo-gallery .text-holder .text-frame {
          width: 370px; } }
      @media (max-width: 1499px) {
        .photo-gallery .text-holder .text-frame {
          width: 400px; } }
      @media (max-width: 1199px) {
        .photo-gallery .text-holder .text-frame {
          float: none;
          width: 100%;
          padding: 0 0 0 15px; } }
      @media (max-width: 767px) {
        .photo-gallery .text-holder .text-frame {
          padding: 0 10px; } }
    .photo-gallery .text-holder h2 {
      margin: 0 0 10px;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 1.2;
      letter-spacing: 1px; }
    .photo-gallery .text-holder p {
      margin: 0 0 10px; }
      .photo-gallery .text-holder p a {
        color: #1b619c;
        text-decoration: underline; }
        .photo-gallery .text-holder p a:hover {
          text-decoration: none; }
  .photo-gallery .photo-slider {
    float: right;
    width: 62.3%;
    padding: 0 0 0 134px; }
    @media (max-width: 1023px) {
      .photo-gallery .photo-slider {
        padding: 0 0 43px;
        width: 55%; } }
    @media (max-width: 767px) {
      .photo-gallery .photo-slider {
        float: none;
        width: auto;
        margin: 0 0 0 -5px; } }
    @media (max-width: 767px) {
      .photo-gallery .photo-slider .slick-list {
        overflow: visible; } }
    .photo-gallery .photo-slider .slick-slide {
      padding: 0 15px; }
      .photo-gallery .photo-slider .slick-slide img {
        max-width: 9999px;
        width: auto;
        height: 373px; }
        @media (max-width: 767px) {
          .photo-gallery .photo-slider .slick-slide img {
            height: 244px; } }
  .photo-gallery .slick-arrow {
    position: absolute;
    bottom: -3px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    background: url(images/arrow.svg) no-repeat 50% 50%/24px 10px;
    width: 24px;
    height: 24px;
    outline: none; }
    .photo-gallery .slick-arrow.slick-disabled {
      filter: grayscale(100%);
      opacity: 0.4;
      pointer-events: none; }
  .photo-gallery .slick-prev {
    left: 12px;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .photo-gallery .slick-next {
    left: 60px; }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  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-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.call-to-action {
  padding: 53px 0 128px;
  text-align: center;
  font-size: 24px;
  line-height: 36px; }
  @media (max-width: 1023px) {
    .call-to-action {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .call-to-action {
      padding: 30px 0;
      line-height: 1.2;
      display: none; } }
  .call-to-action .holder {
    border: solid #f5f5f5;
    border-width: 2px 0;
    padding: 84px 0 72px;
    margin: 0 -15px; }
    @media (max-width: 1023px) {
      .call-to-action .holder {
        padding: 50px 0;
        margin: 0; } }
    @media (max-width: 767px) {
      .call-to-action .holder {
        padding: 30px 0; } }
  .call-to-action h2 {
    margin: 0 0 23px;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: -0.5px; }
    @media (max-width: 767px) {
      .call-to-action h2 {
        font-size: 30px;
        margin: 0 0 15px; } }
  .call-to-action p {
    margin: 0 auto 41px;
    max-width: 800px; }
    @media (max-width: 767px) {
      .call-to-action p {
        margin: 0 0 20px; } }
  .call-to-action .link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.2;
    color: #006bb0;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .call-to-action .link i {
      font-weight: bold;
      margin: 0 0 0 10px; }

.solution-block {
  padding: 125px 0 188px;
  background: #f5f5f5;
  background-position: top center; }
  @media (max-width: 1023px) {
    .solution-block {
      padding: 50px 0 70px; } }
  .solution-block h2 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2; }
    @media (max-width: 1023px) {
      .solution-block h2 {
        margin: 0 0 -40px; } }
    @media (max-width: 767px) {
      .solution-block h2 {
        margin: 0 0 19px;
        font-size: 26px; } }
  .solution-block .img-holder {
    margin: 0 auto 42px;
    max-width: 1256px;
    text-align: center; }
    @media (max-width: 1023px) {
      .solution-block .img-holder {
        margin: 0 auto 20px; } }
    @media (max-width: 767px) {
      .solution-block .img-holder {
        margin: 0 auto 15px; } }
  .solution-block .text-holder .container {
    max-width: 788px; }
  .solution-block .text-holder p {
    margin: 0 0 33px; }
    @media (max-width: 767px) {
      .solution-block .text-holder p {
        margin: 0 0 33px; } }

.outcome-block {
  padding: 133px 0 94px; }
  @media (max-width: 1023px) {
    .outcome-block {
      padding: 50px 0 37px; } }
  .outcome-block .intro-text {
    float: right;
    width: 48.6%;
    padding: 0 0 90px; }
    @media (max-width: 1023px) {
      .outcome-block .intro-text {
        width: 50%;
        padding: 0 0 50px; } }
    @media (max-width: 767px) {
      .outcome-block .intro-text {
        float: none;
        width: 100%;
        padding: 0 0 10px; } }
    .outcome-block .intro-text h2 {
      margin: 0 0 19px;
      font-size: 34px;
      line-height: 1.2;
      font-weight: 500; }
      @media (max-width: 767px) {
        .outcome-block .intro-text h2 {
          font-size: 26px; } }
  .outcome-block .quotes-block .item {
    margin: 0 0 101px; }
    @media (max-width: 1023px) {
      .outcome-block .quotes-block .item {
        margin: 0 0 50px; } }
    @media (max-width: 767px) {
      .outcome-block .quotes-block .item {
        margin: 0 0 43px; } }
  .outcome-block .quotes-block .img-holder {
    float: right;
    width: 68.8%;
    margin: 0 -230px 0 0; }
    @media (max-width: 1199px) {
      .outcome-block .quotes-block .img-holder {
        margin: 0 -200px 0 0; } }
    @media (max-width: 1023px) {
      .outcome-block .quotes-block .img-holder {
        margin: 0 -140px 0 0; } }
    @media (max-width: 767px) {
      .outcome-block .quotes-block .img-holder {
        margin: 0 0 41px;
        float: none;
        width: 100%; } }
    .outcome-block .quotes-block .img-holder img {
      width: 100%; }
  .outcome-block blockquote {
    margin: 0;
    padding: 4px 0 0;
    border: none;
    float: left;
    width: 35.3%;
    text-align: right; }
    @media (max-width: 1199px) {
      .outcome-block blockquote {
        width: 45%; } }
    @media (max-width: 767px) {
      .outcome-block blockquote {
        float: none;
        width: 100%;
        padding: 0;
        text-align: left; } }
    .outcome-block blockquote q {
      font-size: 48px;
      line-height: 72px;
      font-weight: 300;
      color: #006bb0;
      display: block;
      margin: 0 0 30px; }
      @media (max-width: 1023px) {
        .outcome-block blockquote q {
          font-size: 33px;
          line-height: 1.48;
          margin: 0 0 19px; } }
      .outcome-block blockquote q:after, .outcome-block blockquote q:before {
        display: none; }
    .outcome-block blockquote cite {
      display: block;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      line-height: 1.2;
      margin: 0 0 1px; }
      @media (max-width: 767px) {
        .outcome-block blockquote cite {
          margin: 0 0 2px; } }
    .outcome-block blockquote .position {
      display: block;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.2; }
  .outcome-block .after-text {
    float: right;
    width: 48.6%; }
    @media (max-width: 1023px) {
      .outcome-block .after-text {
        width: 50%; } }
    @media (max-width: 767px) {
      .outcome-block .after-text {
        float: none;
        width: 100%; } }
    .outcome-block .after-text p {
      margin: 0 0 30px; }
    .outcome-block .after-text .brand-icon {
      width: 30px;
      padding: 17px 0 0; }
      @media (max-width: 767px) {
        .outcome-block .after-text .brand-icon {
          padding: 9px 0 0;
          width: 20px; } }
      .outcome-block .after-text .brand-icon img {
        width: 100%; }

.contact-block {
  padding: 118px 0 94px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 36px; }
  @media (max-width: 1023px) {
    .contact-block {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .contact-block {
      padding: 68px 0 54px;
      font-size: 20px;
      line-height: 1.6;
      text-align: left; } }
  @media (max-width: 767px) {
    .single-case-study .contact-block,
    .single-post .contact-block {
      display: none; } }
  .contact-block .container {
    max-width: 800px; }
  .contact-block h2 {
    margin: 0 0 23px;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: -0.5px; }
    @media (max-width: 1023px) {
      .contact-block h2 {
        font-size: 45px; } }
    @media (max-width: 767px) {
      .contact-block h2 {
        margin: 0 0 20px;
        font-size: 33px;
        line-height: 1.1; } }
  .contact-block p {
    margin: 0 0 41px; }
    @media (max-width: 767px) {
      .contact-block p {
        margin: 0 0 31px; } }
  .contact-block .link {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ff8c73;
    font-size: 14px;
    line-height: 1.2; }
    .contact-block .link:hover {
      color: #fff; }
    .contact-block .link i {
      font-weight: 600;
      margin: 0 0 0 7px; }

#wrapper .contact-columns {
  padding: 119px 0 157px; }
  @media (max-width: 1023px) {
    #wrapper .contact-columns {
      padding: 52px 0 43px; } }
  #wrapper .contact-columns .contact-col {
    float: left;
    width: 49%;
    font-size: 18px;
    line-height: 28px; }
    @media (max-width: 1023px) {
      #wrapper .contact-columns .contact-col {
        width: 55%; } }
    @media (max-width: 767px) {
      #wrapper .contact-columns .contact-col {
        float: none;
        width: 100%;
        padding: 0 0 54px; } }
  #wrapper .contact-columns h2 {
    margin: 0 0 25px;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px; }
    @media (max-width: 767px) {
      #wrapper .contact-columns h2 {
        margin: 0 0 20px; } }
  @media (max-width: 767px) {
    #wrapper .contact-columns p {
      font-size: 16px;
      line-height: 1.5;
      font-weight: normal; } }
  #wrapper .contact-columns .gform_wrapper {
    padding: 10px 0 0;
    margin: 0 !important; }
    @media (max-width: 767px) {
      #wrapper .contact-columns .gform_wrapper {
        padding: 0 0 20px; } }
    #wrapper .contact-columns .gform_wrapper .ginput_container {
      margin: 0 !important; }
    #wrapper .contact-columns .gform_wrapper label {
      position: absolute;
      left: -9999px; }
    #wrapper .contact-columns .gform_wrapper ul li {
      padding: 0 !important;
      margin: 0 0 16px !important;
      max-width: 100% !important;
      width: 100% !important;
      border: none !important;
      background: none !important; }
      @media (max-width: 767px) {
        #wrapper .contact-columns .gform_wrapper ul li {
          margin: 0 0 10px !important; } }
    #wrapper .contact-columns .gform_wrapper input[type="text"],
    #wrapper .contact-columns .gform_wrapper input[type="email"],
    #wrapper .contact-columns .gform_wrapper input[type="tel"],
    #wrapper .contact-columns .gform_wrapper textarea {
      display: block;
      width: 100% !important;
      background: #f5f5f5;
      border: none !important;
      font-size: 16px !important;
      line-height: 1.3;
      font-weight: 400;
      outline: none;
      padding: 14px 17px !important; }
    #wrapper .contact-columns .gform_wrapper textarea {
      resize: none;
      height: 208px !important; }
      @media (max-width: 767px) {
        #wrapper .contact-columns .gform_wrapper textarea {
          height: 250px !important; } }
    #wrapper .contact-columns .gform_wrapper .validation_error {
      border-width: 1px 0;
      border-color: #ff8c73;
      padding: 5px 0;
      font-weight: normal;
      color: #ff8c73; }
    #wrapper .contact-columns .gform_wrapper .validation_message {
      padding: 0 !important;
      background: none !important;
      font-size: 15px !important;
      line-height: 1.2 !important;
      font-weight: normal;
      color: #ff8c73 !important; }
    #wrapper .contact-columns .gform_wrapper .gform_footer {
      margin: 32px 0 0 !important;
      padding: 0 !important;
      position: relative; }
      @media (max-width: 767px) {
        #wrapper .contact-columns .gform_wrapper .gform_footer {
          margin: 25px auto 0 !important;
          width: 150px; } }
      #wrapper .contact-columns .gform_wrapper .gform_footer:before {
        position: absolute;
        content: "\f178";
        top: 50%;
        margin: -9px 0 0;
        right: 0;
        font-weight: normal;
        font-size: 18px;
        line-height: 1;
        font-family: 'Font Awesome 5 Pro';
        color: #006bb0;
        -webkit-transition: right 0.3s;
        transition: right 0.3s;
        pointer-events: none; }
    #wrapper .contact-columns .gform_wrapper input[type="submit"],
    #wrapper .contact-columns .gform_wrapper button {
      float: right;
      background: none;
      border: none;
      text-transform: uppercase;
      color: #006bb0;
      font-size: 16px !important;
      line-height: 1.2;
      font-weight: 600;
      outline: none;
      letter-spacing: 1px;
      padding: 0 32px 0 0;
      margin: 0 !important;
      position: relative;
      width: auto; }
      #wrapper .contact-columns .gform_wrapper input[type="submit"]:hover,
      #wrapper .contact-columns .gform_wrapper button:hover {
        opacity: 0.8; }
    #wrapper .contact-columns .gform_wrapper div.wpcf7-response-output {
      clear: both; }
  #wrapper .contact-columns .contact-widget {
    float: right;
    width: 31.8%; }
    @media (max-width: 1023px) {
      #wrapper .contact-columns .contact-widget {
        width: 38%; } }
    @media (max-width: 767px) {
      #wrapper .contact-columns .contact-widget {
        float: none;
        width: 100%; } }
    #wrapper .contact-columns .contact-widget .sub-title {
      display: block;
      margin: 0 0 21px;
      font-size: 12px;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px; }
      @media (max-width: 767px) {
        #wrapper .contact-columns .contact-widget .sub-title {
          margin: 0 0 20px; } }
    #wrapper .contact-columns .contact-widget address {
      display: block;
      margin: 0 0 45px;
      font-size: 22px;
      line-height: 32px;
      font-style: normal; }
      @media (max-width: 767px) {
        #wrapper .contact-columns .contact-widget address {
          margin: 0 0 52px; } }
    #wrapper .contact-columns .contact-widget .phone {
      display: inline-block;
      vertical-align: top;
      color: #006bb0;
      font-size: 22px;
      line-height: 1.2;
      font-weight: 500;
      padding: 3px 0 2px;
      margin: 0 0 42px;
      border-bottom: 2px solid #006bb0; }
      @media (max-width: 767px) {
        #wrapper .contact-columns .contact-widget .phone {
          margin: 0 0 53px;
          padding: 4px 0 2px; } }
      #wrapper .contact-columns .contact-widget .phone:hover {
        border-color: transparent; }
    @media (max-width: 767px) {
      #wrapper .contact-columns .contact-widget .social-networks {
        margin: -6px 0 0; } }
    #wrapper .contact-columns .contact-widget .social-networks li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 20px 0 0; }
      #wrapper .contact-columns .contact-widget .social-networks li:last-child {
        margin: 0; }
      #wrapper .contact-columns .contact-widget .social-networks li a {
        color: #006bb0;
        display: block; }
        #wrapper .contact-columns .contact-widget .social-networks li a:hover {
          color: #141414; }
        #wrapper .contact-columns .contact-widget .social-networks li a i {
          font-size: 22px;
          line-height: 1.2; }

.services-posts {
  padding: 193px 0 176px; }
  @media (max-width: 1199px) {
    .services-posts {
      padding: 100px 0; } }
  @media (max-width: 1023px) {
    .services-posts {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .services-posts {
      padding: 94px 0 63px; } }

.services-preview {
  margin: 0 0 259px;
  position: relative; }
  @media (max-width: 1199px) {
    .services-preview {
      margin: 0 0 100px; } }
  @media (max-width: 1023px) {
    .services-preview {
      margin: 0 0 50px; } }
  @media (max-width: 767px) {
    .services-preview {
      margin: 0 0 96px;
      text-align: center; } }
  .services-preview:last-child {
    margin: 0; }
  .services-preview .title-holder {
    float: left;
    width: 42.6%;
    padding: 0 10% 0 0;
    min-height: 96px;
    position: relative; }
    @media (max-width: 1023px) {
      .services-preview .title-holder {
        padding: 0 5% 0 0; } }
    @media (max-width: 767px) {
      .services-preview .title-holder {
        padding: 0 0 42px;
        float: none;
        width: 100%;
        min-height: 0; } }
    .services-preview .title-holder h2 {
      margin: 0;
      font-weight: 500;
      font-size: 34px;
      line-height: 48px; }
      @media (max-width: 1023px) {
        .services-preview .title-holder h2 {
          font-size: 30px;
          line-height: 1.3; } }
      @media (max-width: 767px) {
        .services-preview .title-holder h2 {
          font-size: 26px;
          line-height: 1.2; } }
  .services-preview .img-holder {
    float: left;
    clear: left;
    width: 71%;
    margin: -104px 0 0 -77px; }
    @media (max-width: 1349px) {
      .services-preview .img-holder {
        margin: -100px 0 0; } }
    @media (max-width: 1023px) {
      .services-preview .img-holder {
        margin: -100px 0 0;
        width: 50%; } }
    @media (max-width: 767px) {
      .services-preview .img-holder {
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100px;
        margin: -73px 0 0 -50px; } }
  .services-preview .text-holder {
    overflow: hidden;
    font-size: 24px;
    line-height: 40px;
    padding: 8px 0 0; }
    @media (max-width: 1023px) {
      .services-preview .text-holder {
        font-size: 22px;
        line-height: 30px;
        padding: 0; } }
    @media (max-width: 767px) {
      .services-preview .text-holder {
        clear: both;
        font-size: 16px;
        line-height: 1.5; } }
    .services-preview .text-holder p {
      margin: 0 0 37px; }
      @media (max-width: 1023px) {
        .services-preview .text-holder p {
          margin: 0 0 20px; } }
      @media (max-width: 767px) {
        .services-preview .text-holder p {
          margin: 0 0 15px; } }
    .services-preview .text-holder .more {
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 16px;
      line-height: 1.2;
      letter-spacing: 1px;
      color: #006bb0; }
      .services-preview .text-holder .more:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .services-preview .text-holder .more:hover {
        color: #141414; }
      .services-preview .text-holder .more i {
        margin: 0 0 0 10px; }

.how-work {
  padding: 153px 0 103px;
  background: #f5f5f5; }
  @media (max-width: 1023px) {
    .how-work {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .how-work {
      /*background: $cloud-burst;
		color: $white;*/
      font-size: 16px;
      padding: 50px 0 23px; } }
  .how-work .top-holder {
    max-width: 500px;
    padding: 0 0 91px; }
    @media (max-width: 1023px) {
      .how-work .top-holder {
        padding: 0 0 50px; } }
    @media (max-width: 767px) {
      .how-work .top-holder {
        padding: 0 0 54px; } }
    .how-work .top-holder h2 {
      margin: 0 0 17px;
      font-size: 36px;
      line-height: 1.2;
      font-weight: 500; }
      @media (max-width: 767px) {
        .how-work .top-holder h2 {
          font-size: 26px;
          margin: 0 0 21px; } }
    .how-work .top-holder p {
      margin: 0; }
  .how-work ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;
    padding: 0 36px; }
    @media (max-width: 1023px) {
      .how-work ul {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .how-work ul {
        display: block;
        padding: 0; } }
    .how-work ul li {
      width: 33%;
      padding: 0 6% 0 0;
      margin: 0 0 86px; }
      @media (max-width: 1023px) {
        .how-work ul li {
          margin: 0 0 30px;
          padding: 0 20px 0 0; } }
      @media (max-width: 767px) {
        .how-work ul li {
          width: 100%;
          padding: 0;
          margin: 0 0 49px; } }
  .how-work .brand-icon {
    margin: 0 0 41px; }
    @media (max-width: 1023px) {
      .how-work .brand-icon {
        margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .how-work .brand-icon {
        margin: 0 0 17px; } }
    .how-work .brand-icon i {
      font-size: 40px;
      line-height: 1; }
      .how-work .brand-icon i:before {
        background-image: -webkit-linear-gradient(315deg, #1b619c 0%, #e9846f 100%);
        background-image: linear-gradient(135deg, #1b619c 0%, #e9846f 100%);
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      @media (max-width: 767px) {
        .how-work .brand-icon i {
          font-size: 25px; } }
  .how-work .sub-title {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 16px; }
    @media (max-width: 767px) {
      .how-work .sub-title {
        font-weight: normal; } }
  .how-work p {
    margin: 0; }

.related-posts {
  padding: 97px 0 142px; }
  @media (max-width: 1023px) {
    .related-posts {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .related-posts {
      padding: 50px 0 0; } }
  .related-posts .related-post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px; }
    @media (max-width: 1023px) {
      .related-posts .related-post-list {
        margin: 0 -5px; } }
    @media (max-width: 767px) {
      .related-posts .related-post-list {
        margin: 0 -30px;
        display: block; } }
    .related-posts .related-post-list li {
      width: 33.33%;
      padding: 0 12px; }
      @media (max-width: 1023px) {
        .related-posts .related-post-list li {
          padding: 0 5px; } }
      @media (max-width: 767px) {
        .related-posts .related-post-list li {
          padding: 0;
          width: 100%; } }
  .related-posts .related-post-list__related-post:hover {
    opacity: .65; }
    .related-posts .related-post-list__related-post:hover .more i {
      margin: 0 0 0 10px; }
  .related-posts .related-post-list__related-post a {
    color: unset; }
  .related-posts .related-post-list__related-post .top-holder {
    text-align: center;
    max-width: 550px;
    margin: 0 auto 63px; }
    @media (max-width: 1023px) {
      .related-posts .related-post-list__related-post .top-holder {
        margin: 0 auto 50px; } }
    @media (max-width: 767px) {
      .related-posts .related-post-list__related-post .top-holder {
        margin: 0 auto 34px;
        text-align: left;
        line-height: 1.3; } }
    .related-posts .related-post-list__related-post .top-holder h2 {
      margin: 0 0 17px;
      font-size: 36px;
      line-height: 1.2;
      font-weight: 500; }
      @media (max-width: 767px) {
        .related-posts .related-post-list__related-post .top-holder h2 {
          font-size: 27px;
          margin: 0 0 18px; } }
    .related-posts .related-post-list__related-post .top-holder p {
      margin: 0; }
  .related-posts .related-post-list__related-post .col {
    padding: 51px 37px 47px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    @media (max-width: 1023px) {
      .related-posts .related-post-list__related-post .col {
        padding: 20px; } }
    @media (max-width: 767px) {
      .related-posts .related-post-list__related-post .col {
        display: block;
        padding: 39px 30px 160px; } }
  .related-posts .related-post-list__related-post .holder {
    position: relative;
    z-index: 1; }
  .related-posts .related-post-list__related-post .client-name {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 30px; }
    @media (max-width: 1023px) {
      .related-posts .related-post-list__related-post .client-name {
        margin: 0 0 10px; } }
    @media (max-width: 767px) {
      .related-posts .related-post-list__related-post .client-name {
        font-size: 15px; } }
  .related-posts .related-post-list__related-post h3 {
    margin: 0 0 72px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
    max-width: 90%; }
    @media (max-width: 1023px) {
      .related-posts .related-post-list__related-post h3 {
        margin: 0 0 50px;
        font-size: 20px;
        line-height: 1.3; } }
    @media (max-width: 767px) {
      .related-posts .related-post-list__related-post h3 {
        margin: 0 0 29px;
        font-size: 24px; } }
  .related-posts .related-post-list__related-post .more {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    z-index: 1;
    bottom: 2em; }
    .related-posts .related-post-list__related-post .more:hover i {
      margin: 0 0 0 10px; }
    .related-posts .related-post-list__related-post .more i {
      margin: 0 0 0 6px;
      -webkit-transition: margin 0.3s;
      transition: margin 0.3s; }
  .related-posts .related-post-list__related-post .img-holder {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34%; }
    .related-posts .related-post-list__related-post .img-holder img {
      float: right; }
  .related-posts .related-post-list__related-post .preview-image-mobile {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0; }
    @media (max-width: 767px) {
      .related-posts .related-post-list__related-post .preview-image-mobile {
        display: block; } }

.right-for-you {
  padding: 149px 0 174px;
  font-size: 24px;
  line-height: 36px; }
  @media (max-width: 1023px) {
    .right-for-you {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .right-for-you {
      padding: 48px 0 53px;
      font-size: 20px;
      line-height: 26px; } }
  .right-for-you .container {
    max-width: 958px; }
  .right-for-you h2,
  .right-for-you h3,
  .right-for-you h4,
  .right-for-you h5 {
    margin: 0 0 36px; }
  .right-for-you h2 {
    margin: 0 0 10px;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 300; }
    @media (max-width: 767px) {
      .right-for-you h2 {
        margin: 0 0 18px;
        font-size: 27px;
        font-weight: normal; } }
  @media (max-width: 767px) {
    .right-for-you p {
      margin: 0; } }
  @media (max-width: 767px) {
    .right-for-you .top-holder {
      padding: 0 0 17px; } }
  .right-for-you ul {
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    margin: 0 0 36px;
    padding: 0 0; }
    @media (max-width: 1023px) {
      .right-for-you ul {
        padding: 0; } }
    .right-for-you ul li {
      width: 50%;
      padding: 0 0 0 16px;
      margin: 0 0 24px;
      position: relative;
      float: left;
      clear: left; }
      @media (max-width: 767px) {
        .right-for-you ul li {
          float: none;
          width: 100%;
          padding: 0 0 0 22px;
          margin: 0 0 20px; } }
      .right-for-you ul li:nth-child(even) {
        float: right;
        clear: none; }
      .right-for-you ul li:after {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        background: #ff8c73;
        border-radius: 100%;
        top: 9px;
        left: 0; }
/*# sourceMappingURL=style.css.map */