/*
Theme Name: AD WP THeme
Version: 1.0
Description: Custom Wordpress theme made by Almanac Digital.
Author: Almanac Digital Ltd
Author URI: https://almanac.digital/
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@font-face {
  font-family: 'graphik';
  font-display: block;
  src: url("fonts/Graphik-Regular.woff2") format("woff2"), url("fonts/Graphik-Regular.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: 'graphik';
  font-display: block;
  src: url("fonts/Graphik-Medium.woff2") format("woff2"), url("fonts/Graphik-Medium.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: 'graphik';
  font-display: block;
  src: url("fonts/Graphik-Semibold.woff2") format("woff2"), url("fonts/Graphik-Semibold.woff") format("woff");
  font-weight: 600; }

@font-face {
  font-family: 'graphik';
  font-display: block;
  src: url("fonts/Graphik-Black.woff2") format("woff2"), url("fonts/Graphik-Black.woff") format("woff");
  font-weight: 900; }

@font-face {
  font-family: 'graphik';
  font-display: block;
  src: url("fonts/Graphik-Bold.woff2") format("woff2"), url("fonts/Graphik-Bold.woff") format("woff");
  font-weight: bold; }

*, html, body {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  color: #1B1B1B;
  font-family: "graphik", "Helvetica", "Arial", sans-serif;
  font-size: 62.5%;
  font-weight: 400; }

body {
  overflow-x: hidden;
  overflow-y: visible;
  width: 100vw; }
  body.no-scroll {
    overflow-y: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.wp-block {
  max-width: none; }

.container, .block {
  position: relative;
  width: 100%; }
  .container .container__inner, .container .block__inner, .block .container__inner, .block .block__inner {
    max-width: 1282px;
    padding: 0 15px;
    position: relative;
    z-index: 1050; }
  @media (min-width: 768px) {
    .container .container__inner, .container .block__inner, .block .container__inner, .block .block__inner {
      margin: 0 auto;
      padding-left: 25px;
      padding-right: 25px; } }

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .col {
      padding: 0 12px; } }
  @media (min-width: 1024px) {
    .col {
      padding: 0 15px; } }

.col-1 {
  order: 0;
  flex-basis: auto;
  flex-grow: 0;
  padding: 0 15px;
  width: 8.33333%; }

.col-2 {
  order: 0;
  flex-basis: auto;
  flex-grow: 0;
  padding: 0 15px;
  width: 16.66667%; }

.col-3 {
  order: 0;
  flex-basis: auto;
  flex-grow: 0;
  padding: 0 15px;
  width: 25%; }

.col-4 {
  order: 0;
  flex-basis: auto;
  flex-grow: 0;
  padding: 0 15px;
  width: 33.33333%; }

.col-5 {
  order: 0;
  flex-basis: auto;
  flex-grow: 0;
  padding: 0 15px;
  width: 41.66667%; }

.col-6 {
  order: 0;
  flex-basis: auto;
  flex-grow: 0;
  padding: 0 15px;
  width: 50%; }

.col-7 {
  order: 0;
  flex-basis: auto;
  flex-grow: 0;
  padding: 0 15px;
  width: 58.33333%; }

.col-8 {
  order: 0;
  flex-basis: auto;
  flex-grow: 0;
  padding: 0 15px;
  width: 66.66667%; }

.col-9 {
  order: 0;
  flex-basis: auto;
  flex-grow: 0;
  padding: 0 15px;
  width: 75%; }

.col-10 {
  order: 0;
  flex-basis: auto;
  flex-grow: 0;
  padding: 0 15px;
  width: 83.33333%; }

.col-11 {
  order: 0;
  flex-basis: auto;
  flex-grow: 0;
  padding: 0 15px;
  width: 91.66667%; }

.col-12 {
  order: 0;
  flex-basis: auto;
  flex-grow: 0;
  padding: 0 15px;
  width: 100%; }

@media (min-width: 480px) {
  .col-sm-0 {
    padding-left: 0;
    padding-right: 0;
    width: 0%; }
  .col-sm-1 {
    width: 8.33333%; }
  .order-sm-1 {
    order: 1; }
  .col-sm-2 {
    width: 16.66667%; }
  .order-sm-2 {
    order: 2; }
  .col-sm-3 {
    width: 25%; }
  .order-sm-3 {
    order: 3; }
  .col-sm-4 {
    width: 33.33333%; }
  .order-sm-4 {
    order: 4; }
  .col-sm-5 {
    width: 41.66667%; }
  .order-sm-5 {
    order: 5; }
  .col-sm-6 {
    width: 50%; }
  .order-sm-6 {
    order: 6; }
  .col-sm-7 {
    width: 58.33333%; }
  .order-sm-7 {
    order: 7; }
  .col-sm-8 {
    width: 66.66667%; }
  .order-sm-8 {
    order: 8; }
  .col-sm-9 {
    width: 75%; }
  .order-sm-9 {
    order: 9; }
  .col-sm-10 {
    width: 83.33333%; }
  .order-sm-10 {
    order: 10; }
  .col-sm-11 {
    width: 91.66667%; }
  .order-sm-11 {
    order: 11; }
  .col-sm-12 {
    width: 100%; }
  .order-sm-12 {
    order: 12; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; } }

@media (min-width: 768px) {
  .col-md-0 {
    padding-left: 0;
    padding-right: 0;
    width: 0%; }
  .col-md-1 {
    width: 8.33333%; }
  .order-md-1 {
    order: 1; }
  .col-md-2 {
    width: 16.66667%; }
  .order-md-2 {
    order: 2; }
  .col-md-3 {
    width: 25%; }
  .order-md-3 {
    order: 3; }
  .col-md-4 {
    width: 33.33333%; }
  .order-md-4 {
    order: 4; }
  .col-md-5 {
    width: 41.66667%; }
  .order-md-5 {
    order: 5; }
  .col-md-6 {
    width: 50%; }
  .order-md-6 {
    order: 6; }
  .col-md-7 {
    width: 58.33333%; }
  .order-md-7 {
    order: 7; }
  .col-md-8 {
    width: 66.66667%; }
  .order-md-8 {
    order: 8; }
  .col-md-9 {
    width: 75%; }
  .order-md-9 {
    order: 9; }
  .col-md-10 {
    width: 83.33333%; }
  .order-md-10 {
    order: 10; }
  .col-md-11 {
    width: 91.66667%; }
  .order-md-11 {
    order: 11; }
  .col-md-12 {
    width: 100%; }
  .order-md-12 {
    order: 12; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; } }

@media (min-width: 1024px) {
  .col-lg-0 {
    padding-left: 0;
    padding-right: 0;
    width: 0%; }
  .col-lg-1 {
    width: 8.33333%; }
  .order-lg-1 {
    order: 1; }
  .col-lg-2 {
    width: 16.66667%; }
  .order-lg-2 {
    order: 2; }
  .col-lg-3 {
    width: 25%; }
  .order-lg-3 {
    order: 3; }
  .col-lg-4 {
    width: 33.33333%; }
  .order-lg-4 {
    order: 4; }
  .col-lg-5 {
    width: 41.66667%; }
  .order-lg-5 {
    order: 5; }
  .col-lg-6 {
    width: 50%; }
  .order-lg-6 {
    order: 6; }
  .col-lg-7 {
    width: 58.33333%; }
  .order-lg-7 {
    order: 7; }
  .col-lg-8 {
    width: 66.66667%; }
  .order-lg-8 {
    order: 8; }
  .col-lg-9 {
    width: 75%; }
  .order-lg-9 {
    order: 9; }
  .col-lg-10 {
    width: 83.33333%; }
  .order-lg-10 {
    order: 10; }
  .col-lg-11 {
    width: 91.66667%; }
  .order-lg-11 {
    order: 11; }
  .col-lg-12 {
    width: 100%; }
  .order-lg-12 {
    order: 12; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; } }

@media (min-width: 1200px) {
  .col-xl-0 {
    padding-left: 0;
    padding-right: 0;
    width: 0%; }
  .col-xl-1 {
    width: 8.33333%; }
  .order-xl-1 {
    order: 1; }
  .col-xl-2 {
    width: 16.66667%; }
  .order-xl-2 {
    order: 2; }
  .col-xl-3 {
    width: 25%; }
  .order-xl-3 {
    order: 3; }
  .col-xl-4 {
    width: 33.33333%; }
  .order-xl-4 {
    order: 4; }
  .col-xl-5 {
    width: 41.66667%; }
  .order-xl-5 {
    order: 5; }
  .col-xl-6 {
    width: 50%; }
  .order-xl-6 {
    order: 6; }
  .col-xl-7 {
    width: 58.33333%; }
  .order-xl-7 {
    order: 7; }
  .col-xl-8 {
    width: 66.66667%; }
  .order-xl-8 {
    order: 8; }
  .col-xl-9 {
    width: 75%; }
  .order-xl-9 {
    order: 9; }
  .col-xl-10 {
    width: 83.33333%; }
  .order-xl-10 {
    order: 10; }
  .col-xl-11 {
    width: 91.66667%; }
  .order-xl-11 {
    order: 11; }
  .col-xl-12 {
    width: 100%; }
  .order-xl-12 {
    order: 12; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.align-base {
  align-items: flex-end; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  text-transform: uppercase; }

.h1 {
  font-family: "graphik", "Helvetica", "Arial", sans-serif;
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0; }
  @media (min-width: 1024px) {
    .h1 {
      font-size: 5.2rem;
      line-height: 6rem; } }

.h2 {
  font-family: "graphik", "Helvetica", "Arial", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.8rem;
  text-transform: uppercase;
  margin: 0 0; }
  @media (min-width: 1024px) {
    .h2 {
      font-size: 4rem;
      line-height: 4.8rem; } }

.h3 {
  font-family: "graphik", "Helvetica", "Arial", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 4.8rem;
  margin: 0 0 20px; }

.h4 {
  font-family: "graphik", "Helvetica", "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.6rem;
  margin: 0; }

p {
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 25px; }

td {
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 25px; }

ul, ol {
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 3rem;
  margin-bottom: 25px; }

a {
  font-weight: 600;
  color: #3B3B3B;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.article a {
  color: #379500; }

b,
strong {
  font-weight: 500; }

.article h2 {
  color: #379500;
  font-size: 3.4rem;
  line-height: 4rem;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 10px;
  text-transform: none; }
  .article h2:first-child {
    margin-top: 0; }

.article h3 {
  color: #3B3B3B;
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: none; }

.article h4 {
  color: #3B3B3B;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: none; }

.article .wp-block-quote {
  color: #379500;
  text-align: center;
  margin: 20px 0; }
  .article .wp-block-quote p {
    font-size: 3.6rem;
    line-height: 4.4rem; }

@media (min-width: 1024px) {
  .article .wp-block-quote {
    margin: 40px; } }

.article--case-study p:first-child {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.4rem; }

.article-meta {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #3B3B3B; }
  .article-meta .article-meta__author {
    font-weight: 500; }
  .article-meta .article-meta__author-bold {
    font-weight: bold; }

.article-tags .article-tags__title {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #888888; }

.article-tags .article-tags__link {
  color: #FFFFFF; }

.header__burger {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
}

.header__login a {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600; }

.breadcrumb {
  font-size: 1.2rem;
  color: #FFFFFF; }
  .breadcrumb li, .breadcrumb a {
    font-size: 1.2rem;
    color: #FFFFFF;
    margin: 0; }

.nav--header > li {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase; }
  .nav--header > li a {
    color: #888888;
    font-size: 1.5rem;
    text-decoration: none; }
    .nav--header > li a:hover {
      color: #888888;
      border-bottom: 1px solid #379500; }
  .nav--header > li .sub-menu li {
    text-transform: initial; }
    .nav--header > li .sub-menu li a {
      color: #FFFFFF;
      font-weight: normal; }

.header__search-icon {
    /* background-image: url('assets/svg/search_sq.svg'); */
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.header__search-icon:hover svg {
    fill: #379500;
}

.header__search-form {
    position: absolute;
    top: 56px;
    left: 50%;
    width: 100vw;
    padding: 20px 0;
    margin-left: -50vw;
    background-color: #3b3b3b;
    display: none;
}

.header__search-form .is-search-form {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.is-form-style input.is-search-input {
    font-family: "graphik", "Helvetica", "Arial", sans-serif !important;
    font-size: 16px !important;
    height: 50px !important;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-color: #fff !important;
}

.is-form-style input.is-search-input.green-bdr {
    border-top: 2px solid #6ccb0b !important;
    border-bottom: 2px solid #6ccb0b !important;
    border-left: 2px solid #6ccb0b !important;
}
/*
.is-form-style input.is-search-input:focus {
    border-top-color: #6ccb0b !important;
    border-bottom-color: #6ccb0b !important;
    border-left-color: #6ccb0b !important;
} */

.is-form-style button.is-search-submit {
    height: 50px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.is-form-style button.is-search-submit.green-bdr {
    border-top: 2px solid #6ccb0b !important;
    border-right: 2px solid #6ccb0b !important;
    border-bottom: 2px solid #6ccb0b !important;
}

.is-search-form .is-search-icon {
    cursor: pointer;
}

.is-search-form .is-search-icon.green-bdr {
    border-right-color: #6ccb0b !important;
    border-right-width: 2px;
    border-top-width: 0;
    border-bottom-width: 0;
}

.is-search-icon svg {
    margin-right: 20px;
}

.header__search-form .header__search-close {
    position: absolute;
    right: 35px;
    top: 42px;
    width: 20px;
    z-index: 1030;
    cursor: pointer;
}

.header__search-form .header__search-close:before,
.header__search-form .header__search-close:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.header__search-form .header__search-close:before {
    transform: rotate(45deg);
}

.header__search-form .header__search-close:after {
    transform: rotate(-45deg) translate3d(2px, -2px, 0px);
}

div.is-ajax-search-result {
    background-color: #fff !important;
    padding: 0 !important;
    width: 550px !important;
}

#mCSB_1_scrollbar_vertical {
    border-left: 1px solid #efefef;
    padding: 0 8px;
}

#mCSB_1_scrollbar_vertical .mCSB_buttonUp,
#mCSB_1_scrollbar_vertical .mCSB_buttonDown {
    display: none !important;
}

.is-search-sections {
    border-bottom: 1px solid #efefef !important;
    padding: 20px 0 !important;
    margin-left: 20px !important;
    margin-right: 30px !important;
}

.is-ajax-search-post {
    border: none !important;
    padding: 0 !important;
}

.is-ajax-search-post .is-title a {
    text-transform: unset !important;
    font-size: 16px !important;
}

.is-ajax-search-post .is-title a:hover {
    text-decoration-color: #6ccb0b;
}

.is-show-more-results {
    border-top: 5px solid #efefef !important;
}

.is-show-more-results-text,
.is-show-more-results-text span {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 31px !important;
}

header #menu-main-menu .astm-search-menu {
    display: none !important;
}

.mobile__search-form {
    position: absolute;
    top: 650px;
    right: 30px;
    width: 308px;
}

@media (min-width: 1024px) {
  .nav--header > li {
    font-size: 1.4rem; }
    .nav--header > li a {
      color: #3B3B3B;
      font-size: 1.4rem; }
      .nav--header > li a:hover {
        color: #379500; }
    .nav--header > li .sub-menu li {
      text-transform: initial; }
      .nav--header > li .sub-menu li a {
        color: #3B3B3B;
        font-weight: 600; }
    }

.nav--footer li a:hover {
  text-decoration: none; }

.nav--footer li .sub-menu li a {
  font-weight: normal; }

@media (min-width: 768px) {
  .nav--footer li a {
    font-size: 1.6rem;
    line-height: 3.2rem; }
  .nav--footer .sub-menu li a {
    font-size: 1.4rem;
    line-height: 3.2rem; } }

.footer .footer__copyright {
  font-weight: 600; }

.footer .footer__copyright,
.footer .footer__address {
  font-size: 1rem;
  line-height: 1.6rem; }

.footer .footer__terms p {
  font-size: 1rem;
  line-height: 1.2rem; }

@media (min-width: 768px) {
  .footer .footer__copyright,
  .footer .footer__address {
    line-height: 2.4rem; } }

.wrapper h2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 3.6rem; }

.three-column .three-column__pre-copy {
  font-size: 2.4rem;
  line-height: 3.4rem; }

.hero .hero__back {
  font-size: 1.6rem;
  line-height: 2.8rem; }

.hero--frontpage .h1--hero {
  text-transform: unset; }

/* @media (min-width: 1024px) { */
  .hero--frontpage .h1--hero {
    font-size: 7.6rem;
    line-height: 8rem; }
  .hero--frontpage .hero__content .p1 {
    font-size: 22px;
    line-height: 30px;
font-weight: 600; }
/* } */

.teaser .teaser__category {
  font-size: 1.4rem;
  font-weight: 600; }

.teaser--case-study-latest .teaser__intro {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  text-transform: uppercase; }

.teaser--case-study h3 {
  /* font-size: 2.8rem;
  line-height: 4rem; */
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
  /* padding-bottom: 30px; */
  padding-bottom: 20px;
  text-transform: unset;
  font-weight: 500;
}

.teaser--case-study .teaser__date {
  font-size: 1.4rem; }

.teaser--post h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0; }

.testimonial .testimonial__quote {
  /* font-size: 2rem;
  line-height: 2.4rem;  */
  font-size: 20px;
  line-height: 30px;
}

.testimonial .testimonial__reviewer {
  /* font-size: 2rem;
  line-height: 3.5rem; */
  font-size: 16px;
  line-height: 30px;
}

.testimonial .testimonial__name {
  /* font-weight: bold;  */
  font-weight: 600;
}

.testimonial .testimonial__role {
  font-weight: 600; }

@media (min-width: 1024px) {
  .testimonial .testimonial__quote {
    /* font-size: 2.4rem;
    line-height: 3.4rem; */
    font-size: 20px;
    line-height: 30px;
    width: 810px;
    margin-left: auto !important;
    margin-right: auto !important;
} }

.steps h2 {
  font-size: 3.7rem;
  line-height: 4.5rem; }
  @media (min-width: 1024px) {
    .steps h2 {
      font-size: 5.2rem;
      line-height: 5.2rem; } }

.steps .steps__num {
  color: #FFFFFF;
  /* font-size: 6rem;
  line-height: 6rem; */
  font-size: 70px;
  line-height: 77px;
  font-weight: bold; }
  @media (min-width: 1024px) {
    .steps .steps__num {
      font-size: 7.2rem;
      line-height: 8.8rem; } }

.steps .steps__copy {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500; }
  @media (min-width: 1024px) {
    .steps .steps__copy {
      font-size: 1.8rem;
      line-height: 2.4rem; } }

.demo-form h3 {
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  color: #379500;
  margin-top: 0; }

.demo-form .demo-form__intro {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #379500;
  text-align: center; }

.demo-form .demo-form__all-text p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: right; }

.demo-form .nf-field-label label {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #888888;
  font-weight: normal; }

.demo-form .nf-field-element input,
.demo-form .nf-field-element select {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #3B3B3B !important;
  font-weight: 500; }

.demo-form .demo-form__terms {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center; }

.download-form h3 {
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  color: #379500;
  margin-top: 0; }

.download-form .download-form__intro {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #379500;
  text-align: left;
  text-transform: uppercase; }

.download-form .download-form__all-text p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: right;
  margin-bottom: 0; }

.download-form .nf-field-label label {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #888888;
  font-weight: normal; }

.download-form .nf-field-element input,
.download-form .nf-field-element select {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #3B3B3B !important;
  font-weight: 500; }

.download-form .download-form__terms {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center; }

.locations .locations__title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-transform: uppercase; }

.locations .locations__address,
.locations .locations__phone {
  font-size: 1.6rem;
  line-height: 2.4rem; }

.locations .locations__link a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase; }

.social .social__copy {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #3B3B3B; }

.button {
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 480px) {
    .button {
      line-height: 2.2rem; } }

.pagination--numbered a {
  font-weight: normal; }

.button {
  display: inline-block;
  color: #FFFFFF;
  padding: 8px 30px;
  border: 1px solid #0070E6;
  border-radius: 2px;
  background-color: #0070E6;
  transition: all 0.2s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  .button:hover {
    color: #0070E6;
    background-color: #FFFFFF;
    text-decoration: none; }

.button--light {
  color: #0070E6;
  border: 1px solid #0070E6;
  background-color: #FFFFFF;
  transition: all 0.2s; }
  .button--light:hover {
    color: #FFFFFF;
    background-color: #0070E6; }

.button--green {
  color: #FFFFFF;
  width: 90%;
  padding: 12px 30px;
  border: 1px solid #55bd00;
  /* border-radius: 2px; */
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  background-color: #55bd00;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
}
  .button--green:hover {
    color: #FFFFFF;
    border: 1px solid #fff !important;
    background-color: #55bd00;
    text-decoration: none; }
  @media (min-width: 1024px) {
    .button--green {
      /* color: #379500;
      border: 1px solid #FFFFFF; */
      color: #55bd00;
      border: 1px solid #55bd00;
      background-color: #FFFFFF;
    }
}

@media (min-width: 1024px) {
  .button--main {
    min-width: 300px;
    padding: 16px 30px; } }

@media (min-width: 1024px) {
  .cli-bar-btn_container {
    margin-right: 90px; } }

.blog-posts,
.case-studies {
  padding: 50px 0; }
  .blog-posts .blog-posts__swiper,
  .case-studies .blog-posts__swiper {
    width: 100%;
    padding-bottom: 10px; }
    .blog-posts .blog-posts__swiper .teaser--post,
    .case-studies .blog-posts__swiper .teaser--post {
      height: calc( 100% - 30px); }
  @media (min-width: 480px) {
    .blog-posts .blog-posts__swiper,
    .case-studies .blog-posts__swiper {
      padding-bottom: 30px; }
      .blog-posts .blog-posts__swiper .teaser--post,
      .case-studies .blog-posts__swiper .teaser--post {
        height: 100%; } }
  @media (min-width: 1024px) {
    .blog-posts,
    .case-studies {
      padding: 65px 0; }
      .blog-posts .blog-posts__swiper,
      .case-studies .blog-posts__swiper {
        padding-bottom: 10px; }
        /* .blog-posts .blog-posts__swiper .swiper-pagination, */
        .case-studies .blog-posts__swiper .swiper-pagination {
          display: none; } }

.related-posts h4 {
  margin-bottom: 20px; }

@media (min-width: 1024px) {
  .related-posts {
    padding: 80px 0 150px; } }

.blog {
  /* padding: 80px 0;  */
  padding: 50px 0 80px;
}
  .blog .blog__item {
    margin-bottom: 28px; }

.case-studies {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1024px) {
    .case-studies {
      padding-top: 90px; } }

.case-studies-page {
  /* padding: 30px 0 80px;  */
    padding: 80px 0;
}
  /* .case-studies-page .case-studies-page__latest {
    margin-top: -150px; } */
  .case-studies-page .case-studies-page__piller {
    margin-bottom: 20px; }
  .case-studies-page .case-studies-page__swiper {
    padding: 10px 14px 30px;
    height: 362px;
}
  @media (min-width: 768px) {
    .case-studies-page .case-studies-page__latest {
      /* margin-top: -260px; */
      /* margin-top: -230px; */
      /* min-height: 310px;
      max-height: 320px;  */
      min-height: 230px;
      max-height: 240px;
      position: relative;
      top: -200px;
    }
      .case-studies-page .case-studies-page__latest .teaser__content {
        padding-right: 30px;
    }
}

.case-studies-page--intro {
  /* padding: 30px 0;
  min-height: 100px;  */
  padding: 0;
  margin-bottom: -230px;
}

.clients {
  /* padding: 10px; */
  padding: 0 10px;
  background-color: #1B1B1B; }
  .clients .clients__list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 25px; }
  .clients .clients__item img {
    width: 50%;
    margin: auto; }
  @media (min-width: 768px) {
    .clients .clients__list {
      height: auto; } }

.demo-form {
  padding: 50px 0 100px; }
  .demo-form .nf-form-content .label-above .nf-field-label {
    margin-bottom: 4px; }
  /* .demo-form .nf-form-content .label-above .phone-wrap {
    max-width: 50%; } */
  .demo-form .nf-form-content .nf-field-element input,
  .demo-form .nf-form-content .nf-field-element select {
    background-color: #FFFFFF !important;
    border: 1px solid #1B1B1B !important; }
  .demo-form .nf-form-content .nf-field-element select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(assets/svg/select-arrow.svg);
    background-position: calc(100% - 16px) 20px;
    background-repeat: no-repeat;
    background-size: 15px; }
  .demo-form .nf-form-content .nf-field-element a {
    text-decoration: underline; }
  .demo-form .nf-form-content .demo-form__intro {
    margin-bottom: 0; }
  .demo-form .nf-form-content .demo-form__all-text {
    margin-bottom: 0; }
  .demo-form .nf-form-content .ninja-forms-req-symbol {
    display: none; }
  .demo-form .nf-form-content .demo-form__button input {
    display: block;
    margin: 35px auto 0;
    color: #FFFFFF !important;
    padding: 8px 30px;
    border: 1px solid #0070E6 !important;
    border-radius: 2px;
    background-color: #0070E6 !important;
    transition: all 0.1s;
    text-transform: uppercase;
    width: 60% !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
    .demo-form .nf-form-content .demo-form__button input:hover {
      color: #0070E6 !important;
      background-color: #FFFFFF !important;
      text-decoration: none; }
  .demo-form .nf-form-fields-required {
    display: none; }
  @media (min-width: 1024px) {
    .demo-form .nf-form-title {
      margin-bottom: 30px; }
    .demo-form .nf-form-title,
    .demo-form .nf-form-content {
      display: block;
      padding: 0 70px; } }
  @media (min-width: 1200px) {
    .demo-form .nf-form-title,
    .demo-form .nf-form-content {
      display: block;
      padding: 0 150px; }
    .demo-form .demo-form__terms {
      padding: 0 70px; } }

.download-form {
  min-height: 50%;
  padding: 15px 20px;
  margin-top: -30px;
  margin-bottom: 50px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px #888888; }
  .download-form .nf-form-title {
    display: none; }
  .download-form .nf-form-fields-required {
    display: none; }
  .download-form .download-form__all-text {
    margin-bottom: 0; }
  .download-form .ninja-forms-req-symbol {
    display: none; }
  .download-form .nf-field-element input,
  .download-form .nf-field-element select {
    background-color: #FFFFFF !important;
    border: 1px solid #1B1B1B !important; }
  .download-form .nf-response-msg p:first-child {
    padding-top: 140px; }
  .download-form .nf-response-msg p:last-child {
    padding-bottom: 100px; }
  .download-form .download-form__button input {
    display: block;
    margin: 35px auto 0;
    color: #FFFFFF !important;
    padding: 8px 30px;
    border: 1px solid #0070E6 !important;
    border-radius: 2px;
    background-color: #0070E6 !important;
    transition: all 0.1s;
    text-transform: uppercase;
    min-width: 60% !important; }
    .download-form .download-form__button input:hover {
      color: #0070E6 !important;
      background-color: #FFFFFF !important;
      text-decoration: none; }
  @media (min-width: 1024px) {
    .download-form {
      padding: 15px 96px 30px;
      margin-top: -56px; } }

.hero {
  display: flex;
  padding: 56px 0 156px;
  /* background-image: url(assets/bg-hero.png), linear-gradient(#FCFF00, #55BD00);
  background-size: cover; */
  background-image:
                url(assets/svg/inner-hero_halftone-left.svg),
                url(assets/svg/inner-hero_halftone-right.svg),
                linear-gradient(180deg, #C3FF2F 0%, #7AD235 100%);
    background-position:
                top left,
                bottom right;
    background-repeat: no-repeat;
    background-size: cover;
  overflow: hidden;
}

  /* .hero:after {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.03);
    transform: rotate(-19deg);
    right: -90%;
    top: 177px; } */

.hero--frontpage {
    background-image:
                url(assets/svg/homepage_hero_halftone-top.svg),
                url(assets/svg/homepage_hero_halftone-bottom.svg),
                linear-gradient(33.4deg, #55BD00 0.02%, #BDFC30 45.31%, #B8F831 71.56%);
    background-position:
                top left,
                bottom center !important;
    background-repeat: no-repeat;
    background-size: 100%;
}


  .hero .block__inner {
    width: 100%; }
  .hero .hero__content {
    width: 100%;
    padding: 0 20px;
    text-align: center; }
  .hero .hero__back {
    display: none; }
  /* .hero .hero__title:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 36px;
    margin: 10px 0 0 15px;
    background-image: url(assets/svg/logo-RI-mini.svg);
    background-repeat: no-repeat;
} */
  .hero .hero__button {
    margin-top: 35px; }
  @media (min-width: 768px) {
    .hero {
      /* min-height: 360px; */
      min-height: 230px;
      padding: 56px 50px; }
      .hero .hero__content {
        width: 100%;
        padding: 0;
        text-align: left; } }
  @media (min-width: 1024px) {
    .hero {
      padding: 56px 0;
     }
     .hero--frontpage {
         padding: 95px 0;
     }
    }
  @media (min-width: 1024px) {
    .hero .hero__back {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        cursor: pointer;
    }
    .hero .hero__back:before {
        content: '';
        width: 28px;
        height: 28px;
        margin-right: 10px;
        background-image: url(assets/svg/arrow-back.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
    }
}

.hero--frontpage {
  height: calc( 100vh - 108px); }
  .hero--frontpage .hero__title {
    margin-bottom: 15px; }
  @media (min-width: 480px) {
    .hero--frontpage {
      height: 328px; } }
  @media (min-width: 768px) {
    .hero--frontpage .hero__content {
      width: 60%;
      margin: 0 auto 0;
      text-align: center; } }
  @media (min-width: 1024px) {
    .hero--frontpage {
      display: inline-table;
      /* height: 728px; */
      height: 889px;
    }
      /* .hero--frontpage .hero__title:after {
        margin: 25px 0 0 15px;
    } */
}
  @media (min-width: 1200px) {
    .hero--frontpage .hero__content {
      margin: 50px auto 0; } }

@media (min-width: 1024px) {
  .hero--blog-single {
    min-height: 310px;
    padding: 56px 0 34px; } }

.locations {
  margin-bottom: 30px; }
  .locations .locations__item {
    display: flex;
    flex-direction: column;
    padding: 15px 0; }
  .locations .locations__image img {
    width: 100%; }
  .locations .locations__title {
    margin: 25px 0 5px 0; }
  .locations .locations__link {
    margin-top: 20px; }
  .locations .locations__phone {
    margin-top: 20px; }
  @media (min-width: 1024px) {
    .locations {
      margin-top: 30px;
      margin-bottom: 65px; } }

.social {
  display: flex; }
  .social .social__item {
    margin-right: 10px;
    width: 30px;
    height: 30px; }
    .social .social__item img {
      width: 100%; }

.block--socials {
  padding-bottom: 100px; }

.social--share {
  display: block;
  padding: 0 10px;
  margin-bottom: 0; }
  .social--share .social__copy {
    margin-bottom: 4px; }
  .social--share .shared-counts-wrap {
    display: flex; }
  .social--share .shared-counts-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 5px;
    margin-right: 8px;
    background-color: #888888; }
    .social--share .shared-counts-icon svg {
      display: block;
      width: 20px;
      height: 20px;
      fill: #FFFFFF; }
  .social--share .shared-counts-label,
  .social--share .shared-counts-count {
    display: none; }
  @media (min-width: 768px) {
    .social--share {
      display: flex;
      justify-content: flex-end;
      padding: 0;
      margin: 35px 0 0; }
      .social--share .social__copy {
        display: none; }
      .social--share .shared-counts-wrap {
        flex-flow: column; }
      .social--share .shared-counts-icon {
        margin-right: 0;
        margin-bottom: 8px; } }
  @media (min-width: 1024px) {
    .social--share {
      /* margin: 60px 0 0;  */
      margin: 80px 0 0;
    }
}

.steps {
  padding: 30px 0; }
  .steps .steps__content {
    padding: 30px;
    /* background-image: url(assets/bg-hero.png), linear-gradient(#FCFF00, #55BD00);
    background-size: cover;  */
    background-image:
                    url(assets/svg/base_hero_halftone-top.svg),
                    url(assets/svg/base_hero_halftone-bottom.svg),
                    linear-gradient(33.4deg, #55BD00 0.02%, #BDFC30 45.31%, #B8F831 71.56%);
    background-position:
                        top left,
                        bottom center;
    background-size: 100%, cover;
    background-repeat: no-repeat;
}
    .steps .steps__content h2 {
      margin-bottom: 30px;
      text-align: center; }
  .steps .steps__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    /* justify-content: center; */
    justify-content: end;
}
    .steps .steps__item .steps__num {
      min-width: 45px;
      margin-right: 15px;
      text-align: center; }
  .steps .steps__button {
    text-align: center;
    margin-top: -30px; }
  @media (min-width: 1024px) {
    .steps {
      padding: 60px 0 40px; }
      .steps .steps__content {
        /* padding: 50px;  */
        padding: 60px 50px;
    }
        .steps .steps__content h2 {
          margin-bottom: 40px; }
      .steps .steps__item {
        margin-bottom: 0; } }

.testimonials {
  /* padding: 30px 0;  */
  padding: 100px 0;
}
  .testimonials .block__inner {
    padding: 0; }
  .testimonials .testimonials__swiper {
    padding-bottom: 30px;
    align-items: stretch; }
    .testimonials .testimonials__swiper .swiper-slide {
      height: auto; }
  .testimonials .testimonials__pagination {
    bottom: 0; }
  .testimonials .testimonials__button {
    text-align: center;
    margin-top: 20px; }
  @media (min-width: 768px) {
    .testimonials .block__inner {
      padding: 0 25px; } }
  @media (min-width: 1024px) {
    .testimonials {
      /* padding: 50px 0;  */
      padding: 100px 0;
    } }

.three-column {
  padding: 40px 0 60px; }
  .three-column .three-column__pre-copy {
    margin-bottom: 25px;
    text-align: center; }
  .three-column .three-column__item {
    position: relative;
    padding: 30px 26px;
    border: 1px solid #EEEEEE;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    background-color: #FFFFFF;
    transition: all 0.2s; }
    .three-column .three-column__item:hover {
      color: #FFFFFF;
      border: 1px solid #1B1B1B;
      background-color: #1B1B1B; }
      .three-column .three-column__item:hover .button--green {
        color: #FFFFFF;
        /* border: 1px solid #55BD00; */
        border: 1px solid #fff;
        background-color: #55BD00;
        text-decoration: none; }
  .three-column .three-column__image {
    width: 226px;
    margin: 0 auto 30px; }
  .three-column .three-column__title {
    margin-bottom: 15px; }
  .three-column .three-column__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media (min-width: 480px) {
    .three-column {
      padding: 30px 0 60px; } }
  @media (min-width: 768px) {
    .three-column .three-column__image {
      width: 155px; } }
  @media (min-width: 1024px) {
    .three-column {
      padding: 50px 0 80px; }
      .three-column .three-column__item {
        height: 100%;
        /* padding: 60px 36px 40px; */
        padding: 43px 40px 50px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center; }
      .three-column .three-column__child {
        flex-grow: 1; }
        .three-column .three-column__image.three-column__child {
            flex-grow: 0;
        }
      .three-column .three-column__image {
        width: 226px;
        min-height: 200px;
        margin-bottom: 60px; }
      .three-column .three-column__title {
        /* margin-bottom: 30px; */
        margin-bottom: 36px;
        /* min-height: 159px;
        max-height: 159px; */ }
      .three-column .three-column__content {
        /* margin: 65px 0 45px; */
        margin: 0 0 50px;
        min-height: 145px;
        max-height: 145px; }
    .three-column .button.three-column__child {
        flex-grow: 0;
    } }

.two-column {
  padding: 50px 0; }
  .two-column:nth-child(2) .two-column__image img {
    margin-top: -200px; }
  .two-column .two-column__image {
    margin-bottom: 50px; }
  .two-column .two-column__title {
    color: #379500;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .two-column .two-column__button {
    display: block;
    max-width: 80%;
    margin: 30px auto 0;
    text-align: center; }
  @media (min-width: 768px) {
    .two-column:nth-child(2) .two-column__image {
      display: inline-block;
      margin-top: -144px; }
      .two-column:nth-child(2) .two-column__image img {
        margin-top: 0; }
    .two-column .two-column__image {
      display: flex;
      align-items: center;
      justify-content: center;
      /* height: 100%; */
      margin-bottom: 50px; } }
  @media (min-width: 1024px) {
    .two-column {
      padding: 70px 0 0; }
      .two-column:nth-child(2) {
        padding: 60px 0 0; }
      .two-column .two-column__content {
        padding: 26px 84px 80px 24px;
        background-color: #FFFFFF;
    }
    .container .two-column:first-child .two-column__content {
        padding-top: 5px;
    }

      .two-column .two-column__button {
        display: inline-block;
        margin-top: 32px; } }

.wrapper .bg-grey {
  background-color: transparent; }

.wrapper .three-column {
  display: none;
  position: absolute;
  /* bottom: 40px; */
  bottom: 68px;
  padding: 0; }
  .wrapper .three-column .three-column__pre-copy {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
 }
 .wrapper .three-column .three-column__pre-copy span {
    background-color: #a4ed25;
    padding: 7.5px 20px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
 }
  .wrapper .three-column .three-column__item {
    padding-top: 40px; }
  @media (min-width: 1024px) {
    .wrapper .three-column {
      display: block; }
      .wrapper .three-column .three-column__title {
        margin-bottom: 30px;
        min-height: auto;
        max-height: auto; }
      .wrapper .three-column .three-column__content {
        margin: 65px 0 45px;
        min-height: auto;
        max-height: auto; } }

.article-meta {
  display: flex;
  margin-top: 25px; }
  .article-meta .article-meta__avatar {
    width: 56px;
    height: 56px;
    margin-right: 13px; }
    .article-meta .article-meta__avatar img {
      border-radius: 50%; }
  .article-meta .article-meta__detail {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.article-meta--mobile {
  margin-bottom: 80px;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .article-meta--mobile {
      display: none; } }

.article-meta--desktop {
  display: none; }
  @media (min-width: 768px) {
    .article-meta--desktop {
      display: flex; } }

.article-tags {
  margin-bottom: 30px; }
  .article-tags .article-tags__title {
    margin-bottom: 10px;
    margin-right: 20px; }
  .article-tags .article-tags__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .article-tags .article-tags__item {
    margin-right: 6px;
    margin-bottom: 6px; }
  .article-tags .article-tags__link {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #55BD00;
    border-radius: 50px;
    background-color: #55BD00;
    text-transform: capitalize;
    transition: all 0.2s; }
    .article-tags .article-tags__link:hover {
      background-color: #379500;
      color: #FFFFFF; }

.article {
  padding: 35px 10px; }
  .article .block--steps {
    padding-top: 0; }
    .article .block--steps h2 {
      color: #000000; }
    .article .block--steps a {
      color: #FFFFFF; }
      .article .block--steps a:hover {
        color: #0070E6; }
  .article table {
    width: 100% !important; }
  @media (min-width: 768px) {
    .article {
      padding: 35px 0; } }
  @media (min-width: 1024px) {
    .article {
      /* padding: 60px 0 45px;  */
      padding: 55px 0 45px;
    } }

.article--blog .block__inner {
  padding: 0; }

.articleReadtime {
  display: none; }

.awards {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center; }
  .awards .awards__item {
    max-width: 45%;
    margin-bottom: 50px; }
    .awards .awards__item:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .awards {
      flex-flow: row; }
      .awards .awards__item {
        max-width: 15%;
        margin-bottom: 0; } }

.breadcrumb {
  display: none;
  background-color: #1B1B1B;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000; }
  @media (min-width: 1024px) {
    .breadcrumb {
      display: block; }
      .breadcrumb .breadcrumb__content {
        display: flex;
        padding: 6px 0;
        margin: 0;
        list-style-type: none; }
      .breadcrumb .breadcrumb__item:first-child {
        text-transform: uppercase; }
      .breadcrumb .breadcrumb__item span:first-child {
        font-weight: 600; }
      .breadcrumb .breadcrumb__item a {
        font-weight: normal; }
        .breadcrumb .breadcrumb__item a span:first-child {
          font-weight: 600; }
      .breadcrumb .breadcrumb__sep {
        padding: 0 6px 0 4px; } }

/* .content-404 {
  padding: 40px 0; }
  .content-404 .content-404__image {
    padding: 30px 0px; }
  .content-404 .content-404__copy {
    padding: 30px 0px; }
  @media (min-width: 1024px) {
    .content-404 {
      padding: 80px 0; } } */

/* .is-404 {
  display: none;
} */

.breadcrumb.is-404 {
    padding-top: 84px !important;
}

.footer .footer__awards {
  padding: 50px 0;
  background-color: #3B3B3B; }

.footer .footer__main {
  padding: 38px 0;
  background-color: #EEEEEE; }

.footer .footer__menu {
  position: relative;
  margin: 0 0 30px; }

.footer .footer__terms {
  margin-top: 20px; }

@media (min-width: 768px) {
  .footer .footer__awards {
    padding: 12px 0; }
  .footer .footer__menu {
    display: flex;
    margin: 0; } }

.header {
  height: 64px;
  background-color: #1B1B1B;
  z-index: 1090; }
  .header .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  .header .header__logo a {
    display: block;
    width: 119px;
    height: 32px; }
  .header .header__logo .header__logo-desktop {
    display: none; }
  .header .header__main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transform: translate(100%);
    transition: opacity 0.2s, transform 0.2s 0.2s;
    z-index: 1020; }
    .header .header__main.active {
      opacity: 1;
      transform: translate(0%);
      transition: opacity 0.2s; }
    .header .header__main .header__main-close {
      position: absolute;
      right: 22px;
      top: 36px;
      width: 20px;
      z-index: 1030;
      cursor: pointer; }
      .header .header__main .header__main-close:before, .header .header__main .header__main-close:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 10px;
        background-color: #FFFFFF; }
      .header .header__main .header__main-close:before {
        transform: rotate(45deg); }
      .header .header__main .header__main-close:after {
        transform: rotate(-45deg) translate3d(2px, -2px, 0px); }
  .header .header__sub {
    position: fixed;
    /* width: 150%; */
    top: 100%;
    /* left: -25%; */
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    background-color: #F6F7F7;
    opacity: 0;
    transform: translate(100%);
    transition: opacity 0.2s, transform 0s 0.2s;
    z-index: 110;
}
    .header .header__sub:hover {
      position: absolute;
      display: block; }
  .header .header__request {
    display: none; }
  .header .header__login {
    display: none; }
  .header .header__burger {
    position: relative;
    padding-right: 20px;
    text-transform: uppercase;
    z-index: 1010; }
    .header .header__burger:after {
      content: '';
      display: block;
      position: absolute;
      top: 6px;
      right: 0;
      width: 14px;
      height: 9px;
      background-image: url(assets/svg/arrow-down.svg);
      background-repeat: no-repeat; }
  @media (min-width: 1024px) {
    .header {
      height: 56px;
      background-color: #FFFFFF;
      box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); }
      .header .header__logo .header__logo-mobile {
        display: none; }
      .header .header__logo .header__logo-desktop {
        display: block; }
      .header .header__main {
        position: relative;
        min-width: 470px;
        background-color: transparent;
        opacity: 1;
        transform: translate(0%); }
        .header .header__main .sub-menu {
          position: absolute;
          top: 100%;
          padding: 16px 0 26px;
          margin: 0;
          opacity: 0;
          transform: translate(-9999px);
          /* transition: opacity 0.2s, transform 0s 0.2s; */
          transition: unset;
          z-index: 100;
         }
        .header .header__main.activeDesktop .sub-menu,
        .header .header__main .sub-menu.activeDesktop {
          opacity: 1;
          transform: translate(0px);
          transition: opacity 0.2s; }
        .header .header__main .header__main-close {
          display: none; }
      .header .header__sub.activeDesktop {
        position: absolute;
        opacity: 1;
        transform: translate(0);
        transition: opacity 0.2s; }
      .header .header__request {
        display: block; }
      .header .header__login {
        position: relative;
        display: block; }
        .header .header__login a {
          padding: 10px 36px 10px 0; }
          .header .header__login a:after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            top: -8px;
            width: 28px;
            height: 28px;
            background-image: url(assets/svg/user-circle-light.svg);
            background-repeat: no-repeat; }
      .header .header__burger {
        display: none; } }

/* .header__desktop-overlay {
  display: none; } */
  /* @media (min-width: 1024px) { */
    .header__desktop-overlay {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1060;
      opacity: 0;
      transform: translate(-9999px);
      transition: opacity 0.2s, transform 0s 0.2s; }
      .header__desktop-overlay.activeDesktop {
        opacity: 1;
        transform: translate(0);
        transition: opacity 0.2s; }
    /* } */

.nav {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .nav .sub-menu {
    padding: 0;
    margin: 0;
    list-style-type: none; }

.nav--header {
  position: absolute;
  right: 0;
  width: 70%;
  height: 100vh;
  padding: 30px 30px 80px;
  background-color: #1B1B1B;
  transform: translate(100%);
  transition: transform 0.3s; }
  .nav--header.active {
    transform: translate(0%);
    overflow-y: scroll; }
  .nav--header .sub-menu {
    padding-left: 20px;
    margin: 10px 0px 30px; }
    .nav--header .sub-menu li {
      padding: 7px 0; }
  @media (min-width: 768px) {
    .nav--header {
      width: 40%; } }
  @media (min-width: 1024px) {
    .nav--header {
      display: flex;
      position: relative;
      width: auto;
      height: auto;
      padding: 0;
      background-color: transparent;
      transform: translate(0);
      transition: none; }
      .nav--header > li {
        display: flex;
        align-items: center;
        margin: 0 30px;
        height: 56px; }
        .nav--header > li .sub-menu > li {
          padding: 0 30px 0 0;
          margin: 0 0 15px 0; } }

.nav--sub {
  display: flex;
  padding: 16px 0 26px;
  visibility: hidden; }
  .nav--sub > .menu-item > a {
    display: none; }
  .nav--sub .sub-menu .menu-item {
    margin: 0 30px 15px; }
    .nav--sub .sub-menu .menu-item:last-child {
      margin-bottom: 0; }

.nav--footer {
  padding: 0;
  list-style-type: none; }
  .nav--footer .sub-menu {
    padding: 0;
    margin-bottom: 25px;
    list-style-type: none; }
  @media (min-width: 768px) {
    .nav--footer {
      width: 25%;
      margin: 0; } }

.nav--footer-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .nav--footer-main > li {
    width: 50%; }
  @media (min-width: 768px) {
    .nav--footer-main {
      width: 75%; }
      .nav--footer-main > li {
        width: 33%; }
      .nav--footer-main li:first-child {
        display: block; }
      .nav--footer-main li:last-child {
        display: block; } }

/*  .nav--footer--legal {
  position: absolute;
  top: 45%;
  right: 0;
}  */
  @media (min-width: 1024px) {
    .nav--footer--legal {
      position: relative; } }

.pagination {
  bottom: 0 !important; }
  .pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #eaeaea;
    opacity: 1; }
  .pagination .swiper-pagination-bullet-active {
    background-color: #3b3b3b; }

.pagination--case-study .swiper-pagination-bullet {
  background-color: #FFFFFF; }

.pagination--case-study .swiper-pagination-bullet-active {
  background-color: #3b3b3b; }

.pagination--numbered ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none; }

.pagination--numbered li a {
  padding: 10px; }

.pagination--numbered li.pagination__active a {
  color: #55BD00; }

.pagination--numbered li.pagination__prev a {
  display: inline-block;
  height: 84%;
  background-image: url(assets/svg/arrow.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg); }

.pagination--numbered li.pagination__next a {
  display: inline-block;
  margin-top: 5px;
  background-image: url(assets/svg/arrow.svg);
  background-repeat: no-repeat; }

@media (min-width: 1024px) {
  .pagination--numbered {
    margin-top: 20px; } }

.teaser {
  position: relative;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 1px 2px #888888;
  transition: all 0.2s; }
  .teaser:hover {
    color: #FFFFFF;
    background-color: #1B1B1B; }
  .teaser .teaser__category {
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #55BD00; }
    .teaser .teaser__category a {
      color: #55BD00; }
  .teaser .teaser__category--link {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1050; }
  .teaser .teaser__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media (min-width: 768px) {
    .teaser {
      /* height: 100%; */
      height: auto;
      margin-bottom: 0; } }

.teaser--case-study {
  /* border: 1px solid #EEEEEE; */
  border-top: 1px solid #EEEEEE;
 }
  /* .teaser--case-study:hover {
    border: 1px solid #1B1B1B; } */
  .teaser--case-study .teaser__content {
    /* height: 100%; */
    /* min-height: 280px; */
    /* padding: 25px 20px 20px 25px; */
    padding: 15px 12px;
    min-height: 146px;
 }
  .teaser--case-study .teaser__date {
    position: absolute;
    /* right: 22px;
    bottom: 25px; */
    right: 12px;
    bottom: 10px;
    color: #888888;
    text-align: right; }

    .teaser--case-study:hover .teaser__date {
        color: #fff;
    }

.teaser--case-study-latest {
  background-color: #55BD00;
  color: #FFFFFF;
  border: 0;
  box-shadow: 0 4px 12px #888888; }
  .teaser--case-study-latest:hover {
    border: 0;
    background-color: #55BD00; }
  .teaser--case-study-latest .teaser__image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 30px; }
    .teaser--case-study-latest .teaser__image img {
      width: 65%; }
  .teaser--case-study-latest .teaser__content {
    padding: 0 36px 20px; }
  .teaser--case-study-latest .teaser__intro {
    margin-bottom: 14px; }
  .teaser--case-study-latest .teaser__date {
    margin-top: 15px;
    color: #FFFFFF;
    text-align: left; }
  @media (min-width: 768px) {
    .teaser--case-study-latest .teaser__image {
      display: none;
      width: 100%;
      height: 100%; }
    .teaser--case-study-latest .teaser__content {
      padding: 25px 36px 20px; } }
  @media (min-width: 1024px) {
    .teaser--case-study-latest .teaser__image {
      display: flex;
      padding: 0; }
    .teaser--case-study-latest .teaser__content {
      padding: 25px 0 20px; } }
  @media (min-width: 1200px) {
    .teaser--case-study-latest .teaser__image {
      padding: 40px 30px; } }

.teaser--post {
  display: flex;
  flex-direction: column; }
  .teaser--post .teaser__image {
    position: relative; }
    .teaser--post .teaser__image img {
      width: 100%; }
  .teaser--post .teaser__content {
    position: relative;
    padding: 15px 12px; }
  .teaser--post .teaser__category,
  .teaser--case-study .teaser__category {
    position: relative;
    z-index: 1040; }

.testimonial {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .testimonial .testimonial__image {
    margin-bottom: 20px;
    margin-top: 35px;
}
    .testimonial .testimonial__image img {
      display: block;
      margin: 0 auto;
      max-height: 70px;
      width: auto; }
  .testimonial .testimonial__content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    flex-grow: 1;
    padding: 20px;
    /* background-color: #F6F7F7; */
    text-align: center; }
  .testimonial .testimonial__quote {
    margin: 0; }
    .testimonial .testimonial__quote i:before, .testimonial .testimonial__quote i:after {
      content: "\201C";
      font-family: "graphik", "Helvetica", "Arial", sans-serif;
      font-weight: bold;
      color: #55BD00; }
    .testimonial .testimonial__quote i:after {
      content: "\201D"; }
  .testimonial .testimonial__reviewer {
    /* margin-top: 15px;  */
    margin-top: 35px;
}
  .testimonial .testimonial__name {
    position: relative; }
  @media (min-width: 1024px) {
    .testimonial .testimonial__content {
      padding: 16px 30px; }
    .testimonial .testimonial__reviewer {
      display: flex;
      justify-content: center;
      /* margin-top: 0;  */
      margin-top: 35px;
    }
    .testimonial .testimonial__name {
      position: relative;
      padding-right: 10px; }
      .testimonial .testimonial__name:after {
        content: "\2758";
        position: absolute;
        right: -3px;
        color: #55bd00;
     }
    .testimonial .testimonial__role {
      padding-left: 10px; } }

.bg-grey {
  background-color: #F6F7F7; }

.bg-grey-light {
  background-color: #FBFBFB; }

/**
 * SECTION: Styling added by Think, Love Digital
 */

/**
 * SECTION: Cookie GDPR Bar
 */
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #61a229;
}

.cli-modal-backdrop {
    z-index: 2000;
}
/* !SECTION */

/**
* SECTION: Sticky Header
*/
header {
    position: fixed !important;
}

/* main {
    padding-top: 14px;
} */

.breadcrumb.container {
    padding-top: 58px;
}

main.homepage {
    padding-top: 56px;
}
/* !SECTION */

/**
 * SECTION: Breadcrumb
 */
.breadcrumb .breadcrumb__item.nrml-txt span:first-child {
    font-weight: 400;
}
/* !SECTION */

/**
 * SECTION: Hero (Homepage)
 */
.main.homepage .hero--home {
    /* height: calc(100vh - 155px); */
    height: calc(100vh - 123px);
}

.main.homepage .hero--home .hero--frontpage {
    height: 100%;
    padding: 0;
}

.main.homepage .hero--home .hero--frontpage .hero__content {
    margin: 0 auto;
    position: relative;
    top: 20vh;
}

@media only screen and (min-width: 1024px) and (max-height: 1110px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        top: 14vh;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1015px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        top: 10vh;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 965px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        top: 7vh;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 930px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        top: 5vh;
    }
}

/* @media only screen and (min-width: 1024px) and (max-height: 900px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        top: 3vh;
    }
} */

/* @media only screen and (min-width: 1024px) and (max-height: 875px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        top: 0;
    }
} */

@media only screen and (min-width: 1024px) and (max-height: 900px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        top: 26vh;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 730px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        top: 20vh;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 585px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        top: 17vh;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 520px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        top: 12vh;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 480px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        top: 10vh;
    }
}

@media only screen and (max-width: 1023px) {
    .main.homepage .hero--home {
        /* height: calc(100vh - 155px); */
        /* height: calc(100vh - 180px); */
        height: calc(100vh - 130px);
    }

    .hero--frontpage .hero__content {
        width: 100%;
    }

    .hero--frontpage .hero__content .p1 {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

    .main.homepage .hero--home .hero--frontpage .hero__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 860px) {
    .hero--frontpage .hero__content .p1 {
        width: 75%;
    }
}

@media only screen and (max-width: 767px) {
    .hero--frontpage .hero__content .p1 {
        width: 85%;
    }

    .clients {
        padding: 10px;
    }

    .device_android .main.homepage .hero--home {
        height: calc(100vh - 160px);
    }
}

@media only screen and (max-width: 715px) {
    .hero--frontpage .hero__content .p1 {
        width: 92%;
    }
}

@media only screen and (max-width: 660px) {
    .hero--frontpage .hero__content .p1 {
        width: 100%;
    }
}
/* !SECTION */

/**
 * SECTION: Hero Boxes (Inner)
 */
.hero304 {
    background-position: -100px, -200px, 100% !important;
}

.hero352 {
    background-position: -100px, -300px, 100% !important;
}
/* !SECTION */

/**
 * SECTION: CTA Boxes
 */
.halftone-bg {
    background-image:
                    url(assets/svg/top-halftone.svg),
                    url(assets/svg/base_halftone.svg);
    background-position:
                    top right,
                    bottom left;
    background-repeat: no-repeat;
}

.halftone-bg:hover {
    background-image: none;
}

.homepage-pillar {
    transition: unset !important;
}

.homepage-pillar .three-column__image {
    width: 300px;
}
/* !SECTION */

/**
 * SECTION: Two Column - main content boxes
 */
.block--two-column_content .two-column__image {
    height: 360px;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    align-items: unset;
}

/* !SECTION */

/**
 * SECTION: Three Column - Buttons only
 */
.block-three-col-btn {
    padding-top: 0;
}

.three-column .btn-col {
    text-align: center;
}

.three-column .btn-col .button.three-column__child {
    width: auto;
    color: #379500;
    border: 1px solid #fff;
    background-color: #fff;
}

.three-column .btn-col .button.three-column__child:hover {
    color: #fff;
    border: 1px solid #379500;
    background-color: #379500;
}
/* !SECTION */

/**
 * SECTION: Steps Block
 */
.steps .steps__title_header {
    background-color: #3b3b3b;
    text-align: center;
    color: #fff;
    /* border-bottom: 5px solid #3b3b3b; */
}

.steps .steps__title_header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 30px solid #3b3b3b;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
}

.steps .steps__title_header h2 {
    padding: 35px 0;
}

.steps.steps.has-steps .steps__content {
    background-image: url(https://relativeinsight.com/wp-content/uploads/2021/12/lime-top.svg), url(https://relativeinsight.com/wp-content/uploads/2021/12/lime-btm.svg), linear-gradient(90.77deg, #5CC003 -25.12%, #B7F82F 98.67%);
    background-position: top left, bottom right;
    /* background-size: 100%, cover; */
    background-size: auto;
    background-repeat: no-repeat;
}

.steps .steps__content .steps__col {
    width: 19.65%;
}

.steps .steps__content .steps__col.display-tablet {
    display: none;
}
.steps .steps__content .steps__col.hide-tablet {
    display: flex;
}

.steps.has-steps .steps__button .steps__button_inner {
    display: inline-block;
    border: 10px solid #fff;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.steps.has-steps .steps__button .button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media only screen and (max-width: 1023px) {
    .steps.steps.has-steps .steps__content {
        padding: 69px 64px 35px;
    }

    .steps .steps__content .steps__col {
        width: 50%;
    }

    .steps .steps__content .steps__col.display-tablet {
        display: flex;
    }
    .steps .steps__content .steps__col.hide-tablet {
        display: none;
    }

    .steps.has-steps .steps__item {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .steps .steps__content .steps__col {
        width: 100%;
    }

    .steps .steps__content .steps__col.display-tablet {
        display: none;
    }
    .steps .steps__content .steps__col.hide-tablet {
        display: flex;
    }

    .steps.has-steps .steps__item {
        margin-bottom: 20px;
    }
}
/* !SECTION */

/**
 * SECTION: Case Studies
 */
/* .article--case-study {
    padding-top: 80px;
} */

.nf-form-content .submit-container input {
    cursor: pointer;
}
/* !SECTION */

/**
 * SECTION: White Papers
 */
.page-id-1020 .three-column {
    padding-top: 80px;
}

.page-id-1020 .three-column .three-column__content {
    max-height: 210px;
}
/* !SECTION */

/**
 * SECTION: Webinars
 */
.page-id-218 .three-column {
    padding-top: 75px;
}
/* !SECTION */

/**
 * SECTION: Locations Block
 */
.locations {
    margin: 30px 0;
}

.container.get-in-touch {
    padding-top: 35px;
}

.locations .get-in-touch__pre-copy {
    margin-top: 10px;
    margin-bottom: 25px;
}

.locations .get-in-touch__pre-copy p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
}

.locations .get-in-touch__pre-copy p a {
    color: #55bd00;
}

.locations .locations__icon {
    height: 190px;
    margin-bottom: 30px;
}

.locations .locations__icon img {
    height: 190px;
    width: auto;
}

.locations .locations__title {
    font-size: 38px;
    line-height: 41.8px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3b3b3b;
    margin-bottom: 15px;
}

.locations .locations__address {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}

.locations .locations__link a {
    color: #55bd00;
    font-weight: 600;
}

.locations .locations__phone {
    font-size: 20px;
    font-weight: 600;
}

.locations .locations__image {
    margin-top: 65px;
}
/* !SECTION */

/**
 * SECTION: Get in Touch
 */
.get-in-touch .steps .steps__content {
    /* padding: 100px; */
    padding: 50px 100px;
}

.get-in-touch .steps .steps__content h2 {
    margin-bottom: 0;
}
/* !SECTION */

/**
 * SECTION: Thank You pages
 */
.blogBlockSwiper .swiper-wrapper .swiper-slide {
    height: 350px;
}

.blog-posts .blog-posts__swiper {
    padding-bottom: 30px;
}

.blogBlockSwiper .swiper-slide .teaser__image img {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.page-id-4501 .pagination-container,
.page-id-4529 .pagination-container {
    top: -30px;
}

#download-case-study {
    font-weight: 600;
    cursor: pointer;
    position: relative;
    top: -40px;
}

.page-id-4501 .blog-posts,
.page-id-4529 .blog-posts {
    padding: 30px 0 65px;
}

.page-id-4501 .block--content,
.page-id-4529 .block--content,
.page-id-4501 .block,
.page-id-4529 .block {
    background-color: #f6f7f7;
}
/* !SECTION */

/**
 * SECTION: Blog
 */
.container.blog .teaser__image {
    height: 175px;
    position: relative;
    overflow: hidden;
    top: -1px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* .container.blog .teaser__image img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
} */

.container.blog h3.teaser__title {
    text-transform: unset;
    font-weight: 500;
}

.article--blog {
    padding-top: 80px;
}
/* !SECTION */

/**
 * SECTION: Footer
 */
footer {
    position: relative;
    z-index: 2000;
}

footer .footer__menu li.astm-search-menu {
    display: none !important;
}
/* !SECTION */

/**
 * SECTION: Scrollers
 */
.pagination-container {
    text-align: center;
    position: relative;
    display: flex;
}

.pagination-container .swiper-pagination {
    display: inline-block;
    position: relative;
    top: 15px;
    flex: 1;
}

.pagination-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}

.pagination-container .swiper-button-prev,
.pagination-container .swiper-button-next {
    top: 21px;
    font-weight: 900;
    color: #3b3b3b;
    flex: 2;
    position: relative;
    right: unset;
    left: unset;
    --swiper-navigation-size: 16px;
}

.pagination-container .swiper-button-prev {
    justify-content: flex-end;
}

.pagination-container .swiper-button-next {
    justify-content: flex-start;
}

.pagination--case-study .swiper-pagination-bullet {
    background-color: #eaeaea;
}

.pagination--case-study .swiper-pagination-bullet-active {
    background-color: #3b3b3b;
}
/* !SECTION */

/**
 * SECTION: 404 Page
 */
.halftones_404 {
    background-image:
                url(assets/svg/top_404-halftone.svg),
                url(assets/svg/base_404-halftone.svg);
    background-position:
                top left,
                0 0;
    background-repeat: no-repeat;
    background-size: 65%, cover;
}

.content-404 {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 70px;
}

.content-404 h1 {
    font-size: 144px;
    line-height: 70px;
    letter-spacing: -5px;
    font-weight: 700;
    text-transform: unset;
    color: #3b3b3b;
    margin-bottom: 45px;
}

.content-404 h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    text-transform: unset;
    color: #3b3b3b;
    margin-bottom: 50px;
    padding-top: 15px;
}

.content-404 .txt-404 {
    margin-bottom: 35px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 10px 24px;
    display: inline-block;
}

.content-404 .txt-404 span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #3b3b3b;
}

.content-404 .back-btn {
    margin-bottom: 25px;
}

.content-404 .homepage-btn a {
    padding: 8px 36px;
}

.content-404_btm {
    padding-top: 55px;
    padding-bottom: 45px;
}

.content-404_btm .prounce {
    font-size: 28px;
    line-height: 31px;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}

.content-404_btm .details {
    text-align: center;
    margin-bottom: 6px;
}

.content-404_btm .details .type {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #3b3b3b;
    font-style: italic;
}

.content-404_btm .details .use {
    display: inline-block;
    background-color: #eee;
    padding: 4px 12px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #3b3b3b;
    text-transform: uppercase;
}

.content-404_btm .details .use .use-txt::after {
    content: "\00b7";
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

.content-404_btm .details .use .use-txt:last-child:after {
    content: "";
}

.content-404_btm .explanation p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    color: #3b3b3b;
}
/* !SECTION */

/**
 * SECTION: Search Results
 */
.container.search-results {
    padding: 0;
    margin-bottom: 60px;
    z-index: 1100;
}

.container.search-results .search-results-search-bar {
    background-color: #3b3b3b;
    padding: 20px;
    width: 100vw;
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    display: none;
}

#is-ajax-search-result-4563 {
    width: auto !important;
    margin-right: 20px;
}
/* !SECTION */

/**
 * SECTION: Policy Pages
 */
.page-id-3 .article,
.page-id-193 .article,
.page-id-196 .article,
.page-id-198 .article,
.page-id-1845 .article,
.page-id-1866 .article,
.page-id-3995 .article,
.page-id-4501 .article,
.page-id-4529 .article {
    padding-top: 75px;
}
/* !SECTION */

/**
 * SECTION: General Styling
 */
.noscroll {
    overflow: hidden;
}

.green {
    color: #55bd00;
}

.txt-unset {
    text-transform: unset;
}

.zindex-unset {
    z-index: unset !important;
}
/* !SECTION */

/**
 * SECTION: iPad Mini - Landscape
 */
@media only screen and (max-width: 1024px) and (max-height: 768px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        width: 80%;
    }

    .main.homepage .three-column .three-column__item h2.three-column__title {
        font-size: 28px;
        line-height: 36px;
    }

    .main.homepage .wrapper .three-column {
        bottom: 15px;
    }

    .main.homepage .wrapper .three-column .three-column__item {
        padding: 30px 20px;
    }

    .main.homepage .hero--home .block--three-column {
        display: none;
    }

    .main.homepage .hero--home .hero--frontpage .hero__content {
        top: 22vh;
    }
}
/* !SECTION */

/**
 * SECTION: Mobile Phone - Landscape
 */
@media only screen and (max-width: 883px) and (max-height: 412px) {
    .hero--frontpage .hero__content .p1 {
        width: 100%;
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 800px) and (max-height: 360px) {
    .hero--frontpage .hero__content .p1 {
        display: none;
    }

    .main.homepage .hero--home .hero--frontpage .hero__content {
        width: 100%;
    }
}
/* !SECTION */

/**
 * SECTION: Reduced Height
 */
@media only screen and (max-height: 900px) {
    .main.homepage .hero--home .block--three-column {
        display: none;
    }
}

@media only screen and (max-width: 1023px) and (max-height: 900px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        top: 41vh;
    }
}

@media only screen and (max-height: 550px) {
    .hero--frontpage .hero__content .p1 {
        width: 100%;
    }
}

@media only screen and (max-height: 480px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        top: 36vh;
    }
}
/* !SECTION */

/**
 * SECTION: Responsive
 */
@media only screen and (max-width: 1270px) {
    .container.blog .teaser__image {
        height: auto;
    }

    .blogBlockSwiper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1220px) {
    .three-column .three-column__item h2.three-column__title {
        font-size: 3.7rem;
        line-height: 4.5rem;
    }
}

@media only screen and (max-width: 1199px) {
    .hero--frontpage {
        padding-top: 145px;
    }
}

@media only screen and (max-width: 1180px) {
    .homepage-pillar .three-column__image {
        margin-left: -5%;
    }
}

@media only screen and (max-width: 1170px) {
    .case-studies-page .case-studies-page__swiper {
        height: 345px;
    }
}
@media only screen and (max-width: 1125px) {
    .three-column .three-column__item h2.three-column__title {
        font-size: 3.5rem;
        line-height: 4.3rem;
    }
}

@media only screen and (max-width: 1100px) {
    .page-id-4501 .pagination-container,
    .page-id-4529 .pagination-container {
        top: -50px;
    }
}

@media only screen and (max-width: 1085px) {
    .homepage-pillar .three-column__image {
        margin-left: -8%;
    }
}
@media only screen and (max-width: 1065px) {
    .three-column .three-column__item h2.three-column__title {
        font-size: 3.3rem;
        line-height: 4.1rem;
    }

    .hero--frontpage .hero__content {
        width: 75%;
    }
}

@media only screen and (max-width: 1055px) {
    .case-studies-page .case-studies-page__swiper {
        height: 330px;
    }
}

@media only screen and (max-width: 1048px) {
    .homepage-pillar .three-column__image {
        margin-left: -10%;
    }
}

@media only screen and (max-width: 1023px) {
    .header__search {
        display: none;
    }

    header #menu-main-menu .astm-search-menu {
        display: block !important;
    }

    main {
        padding-top: 64px;
    }

    main.homepage {
        padding-top: 64px;
    }

    .hero--frontpage{
        height: 650px;
        padding-top: 170px;
    }

    .container.search-results .search-results-search-bar {
        display: block;
    }

    .homepage-pillar .three-column__image {
        margin-left: auto;
    }

    .hero {
        background-position: -100px, bottom right, 100%;
        padding: 56px 0;
        min-height: unset;
    }

    .two-column:nth-child(2) .two-column__image {
        margin-top: -117px;
    }

    .three-column .three-column__item h2.three-column__title {
        font-size: 3rem;
        line-height: 3.8rem;
    }

    .nav--footer--legal {
        /* position: absolute;
        top: 45%;
        left: 50%;
        width: 50%; */
        width: 25%;
    }

    .testimonial .testimonial__name {
        position: relative;
        padding-right: 10px;
        width: auto;
        display: inline-block;
    }

    .testimonial .testimonial__name::after {
        content: "\2758";
        position: absolute;
        right: -3px;
        color: #55bd00;
    }

    .testimonial .testimonial__role {
        padding-left: 10px;
        width: auto;
        display: inline-block;
    }

    .teaser--case-study .teaser__content {
        min-height: 120px;
    }

    .blog__item .teaser--case-study .teaser__content {
        min-height: 146px;
    }

    .case-studies-page--intro {
        /* margin-top: -150px; */
        margin-top: -80px;
    }

    .case-studies-page .case-studies-page__latest {
        /* margin-top: -160px; */
        top: -135px;
    }

    .case-studies-page {
        /* padding-top: 140px; */
        padding-top: 80px;
    }

    .case-studies-page .case-studies-page__swiper {
        height: 375px;
    }

    .halftones_404 {
        background-size: 75%, cover;
    }

    .get-in-touch .steps .steps__content {
        padding: 50px 100px;
    }

    .page-id-4501 .pagination-container,
    .page-id-4529 .pagination-container {
        top: -20px;
    }
}

@media only screen and (max-width: 1008px) {
    .main.homepage .hero--home {
        height: calc(100vh - 125px);
    }
}

@media only screen and (max-width: 950px) {
    .case-studies-page .case-studies-page__swiper {
        height: 360px;
    }
}

@media only screen and (max-width: 938px) {
    .main.homepage .hero--home {
        height: calc(100vh - 120px);
    }
}

@media only screen and (max-width: 925px) {
    .page-id-4501 .pagination-container,
    .page-id-4529 .pagination-container {
        top: -40px;
    }
}

@media only screen and (max-width: 915px) {
    .blog__item .teaser--case-study .teaser__content {
        min-height: 170px;
    }
}

@media only screen and (max-width: 900px) {
    .pagination-container .swiper-pagination {
        flex: 1.25;
    }
}

@media only screen and (max-width: 890px) {
    .case-studies-page .case-studies-page__swiper {
        height: 345px;
    }
}

@media only screen and (max-width: 870px) {
    .case-studies-page .case-studies-page__swiper {
        height: 365px;
    }

    .teaser--case-study .teaser__content {
        min-height: 146px;
    }
}

@media only screen and (max-width: 866px) {
    .main.homepage .hero--home {
        height: calc(100vh - 115px);
    }
}

@media only screen and (max-width: 818px) {
    .locations .locations__address {
        min-height: 140px;
    }
}

@media only screen and (max-width: 815px) {
    .case-studies-page .case-studies-page__swiper {
        height: 350px;
    }
}

@media only screen and (max-width: 809px) {
    .main.homepage .hero--home {
        height: calc(100vh - 115px);
    }
}

@media only screen and (max-width: 802px) {
    .hero--frontpage .hero__content {
        width: 90%;
    }
}

@media only screen and (max-width: 800px) {
    .pagination-container .swiper-pagination {
        flex: 1.5;
    }
}

@media only screen and (max-width: 795px) {
    .main.homepage .hero--home {
        height: calc(100vh - 110px);
    }
}

@media only screen and (max-width: 767px) {
    .hero--frontpage{
        /* height: 500px; */
        height: auto;
        padding-top: 125px;
    }

    .hero {
        padding: 56px 0;
    }

    .hero .hero__content {
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    .main.homepage .hero--home {
        height: calc(100vh - 109px);
    }

    .two-column:nth-child(2) .two-column__image img {
        margin-top: -65px;
    }

    .block--two-column_content .two-column__image img {
        width: 360px;
        height: 360px;
    }

    .case-studies-page .case-studies-page__latest {
        margin-top: 0;
        top: -110px;
    }

    .case-studies-page {
        padding-top: 150px;
    }

    .locations .locations__address {
        min-height: 112px;
    }

    .nav--footer--legal {
        position: absolute;
        top: 45%;
        left: 50%;
        width: 50%;
    }

    .testimonials {
        padding: 50px 0;
    }

    .testimonial .testimonial__name {
        display: block;
        padding-right: 0;
    }

    .testimonial .testimonial__name::after {
        content: '';
    }

    .testimonial .testimonial__role {
        display: block;
        padding-left: 0;
    }

    .three-column .btn-col .button.three-column__child {
        width: 222px;
        margin-bottom: 20px;
    }

    .three-column .btn-col:last-child .button.three-column__child {
        margin-bottom: 0;
    }

    .blog__item .teaser--case-study .teaser__content {
        min-height: unset;
    }

    .blogBlockSwiper {
        padding-left: 25px;
        padding-right: 25px;
    }

    .page-id-4501 .pagination-container,
    .page-id-4529 .pagination-container {
        top: -55px;
    }

    .steps .steps__item {
        justify-content: start;
    }
}

@media only screen and (max-width: 700px) {
    .case-studies-page .case-studies-page__swiper {
        height: 330px;
    }
}

@media only screen and (max-width: 675px) {
    .page-id-4501 .pagination-container,
    .page-id-4529 .pagination-container {
        top: -80px;
    }
}

@media only screen and (max-width: 665px) {
    .pagination-container .swiper-pagination {
        flex: 1.75;
    }
}

@media only screen and (max-width: 645px) {
    .get-in-touch .steps .steps__content {
        padding: 70px 50px;
    }
}

@media only screen and (max-width: 642px) {
    .hero--frontpage .h1--hero.hero-frontpage {
        font-size: 70px;
    }
}

@media only screen and (max-width: 640px) {
    .case-studies-page .case-studies-page__swiper {
        height: 315px;
    }
}

@media only screen and (max-width: 609px) {
    .case-studies-page .case-studies-page__swiper {
        height: 335px;
    }

    .teaser--case-study .teaser__content {
        min-height: 170px;
    }

    .page-id-4501 .pagination-container,
    .page-id-4529 .pagination-container {
        top: -60px;
    }
}

@media only screen and (max-width: 600px) {
    .hero {
        background-position: -100px, 50px, 100%;
    }
}

@media only screen and (max-width: 596px) {
    .hero--frontpage .h1--hero.hero-frontpage {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 579px) {
    .blogBlockSwiper .swiper-wrapper .swiper-slide {
        height: 415px;
    }

    .page-id-4501 .pagination-container,
    .page-id-4529 .pagination-container {
        top: -15px;
    }
}

@media only screen and (max-width: 565px) {
    .pagination-container .swiper-pagination {
        flex: 2;
    }

    .content-404 h1 {
        font-size: 130px;
    }
}

@media only screen and (max-width: 545px) {
    .get-in-touch .steps .steps__content {
        padding: 60px 30px;
    }
}

@media only screen and (max-width: 540px) {
    .hero--frontpage{
        /* height: 328px; */
        padding-top: 56px;
    }

    .case-studies-page .case-studies-page__swiper {
        height: 320px;
    }
}

@media only screen and (max-width: 535px) {
    .page-id-4501 .pagination-container,
    .page-id-4529 .pagination-container {
        top: -35px;
    }
}

@media only screen and (max-width: 525px) {
    .hero {
        background-position: -100px, -50px, 100%;
    }

    .pagination-container .swiper-pagination {
        flex: 2.5;
    }

    .pagination-container .swiper-button-prev,
    .pagination-container .swiper-button-next {
        flex: 1.75;
    }

    .content-404 .txt-404 {
        padding: 10px 40px;
    }
}

@media only screen and (max-width: 510px) {
    #is-ajax-search-result-4563 {
        left: 20px !important;
    }
}

@media only screen and (max-width: 500px) {
    .two-column:nth-child(2) .two-column__image img {
        margin-top: -55px;
    }

    .content-404 h1 {
        font-size: 115px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 490px) {
    .page-id-4501 .pagination-container,
    .page-id-4529 .pagination-container {
        top: -55px;
    }
}

@media only screen and (max-width: 479px) {
    .teaser--case-study .teaser__content {
        min-height: unset;
    }

    .case-studies-page .case-studies-page__swiper {
        height: 360px;
    }

    .page-id-4501 .pagination-container,
    .page-id-4529 .pagination-container {
        top: -130px;
    }

    .page-id-4501 .block-three-col-btn,
    .page-id-4529 .block-three-col-btn {
        position: relative;
        top: -90px;
    }
}

@media only screen and (max-width: 462px) {
    .hero--frontpage {
        padding-top: 34px;
    }
}

@media only screen and (max-width: 440px) {
    .hero {
        background-position: -100px, -75px, 100%;
    }

    .content-404 h1 {
        font-size: 100px;
        line-height: 55px;
    }

    .content-404 h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 435px) {
    /* .hero--frontpage .hero__content .col-12 {
        margin-left: -20px;
    } */

    .case-studies-page .case-studies-page__swiper {
        height: 340px;
    }

    .page-id-4501 .pagination-container,
    .page-id-4529 .pagination-container {
        top: -155px;
    }
}

@media only screen and (max-width: 429px) {
    h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .hero--frontpage .h1--hero.hero-frontpage {
        font-size: 68px !important;
        line-height: 7.4rem !important;
        padding: 0;
    }

    .icon-RelativeInsightLogo.hero-innerpages {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 425px) {
    .pagination-container .swiper-button-prev,
    .pagination-container .swiper-button-next {
        flex: 1.5;
    }
}

@media only screen and (max-width: 424px) {
    .case-studies-page .case-studies-page__swiper {
        height: 365px;
    }

    .teaser--case-study .teaser__content {
        min-height: 146px;
    }

    .page-id-4501 .pagination-container,
    .page-id-4529 .pagination-container {
        top: -110px;
    }
}

@media only screen and (max-width: 420px) {
    .main.homepage .hero--home .hero--frontpage .hero__content {
        width: 100%;
    }
}

@media only screen and (max-width: 403px) {
    /* .hero--frontpage {
        height: 374px;
    } */
}

@media only screen and (max-width: 390px) {
    .page-id-4501 .pagination-container,
    .page-id-4529 .pagination-container {
        top: -140px;
    }
}

@media only screen and (max-width: 385px) {
    .get-in-touch .steps .steps__content h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }

    .pagination-container .swiper-button-prev,
    .pagination-container .swiper-button-next {
        flex: 1;
    }

    .case-studies-page .case-studies-page__swiper {
        height: 345px;
    }

    .page-id-4501 .block-three-col-btn,
    .page-id-4529 .block-three-col-btn {
        top: -115px;
    }
}

@media only screen and (max-width: 380px) {
    .hero--frontpage .h1--hero.hero-frontpage {
        font-size: 65px !important;
        line-height: 7rem !important;
    }

    .hero--frontpage .hero__content .p1 {
        font-size: 20px;
        line-height: 28px;
    }

    .content-404 h1 {
        font-size: 92px;
        line-height: 50px;
    }

    .content-404 h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 378px) {
    /* .hero--frontpage .h1--hero {
        font-size: 7rem;
        line-height: 7.4rem;
    } */
}

@media only screen and (max-width: 374px) {
    .homepage-pillar .three-column__image {
        width: 100%;
    }
}

@media only screen and (max-width: 366px) {
    .hero--frontpage .h1--hero.hero-frontpage {
        font-size: 62px !important;
        line-height: 6.7rem !important;
    }
}

@media only screen and (max-width: 352px) {
    .hero--frontpage .h1--hero.hero-frontpage {
        font-size: 58px !important;
        line-height: 6.4rem !important;
    }

    .hero--frontpage .hero__content .p1 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 350px) {
    /* .hero--frontpage .h1--hero {
        font-size: 6.5rem;
        line-height: 6.9rem;
    } */

    .case-studies-page .case-studies-page__swiper {
        height: 330px;
    }

    .content-404 h1 {
        font-size: 85px;
        line-height: 45px;
    }

    .content-404 h2 {
        font-size: 26px;
        line-height: 34px;
    }

    h1 {
        font-size: 35px !important;
        line-height: 35px !important;
    }

    .icon-RelativeInsightLogo.hero-innerpages {
        font-size: 20.5px !important;
    }
}

@media only screen and (max-width: 337px) {
    .page-id-4501 .pagination-container,
    .page-id-4529 .pagination-container {
        top: -170px;
    }
}

@media only screen and (max-width: 335px) {
    .get-in-touch .steps .steps__content h2 {
        font-size: 3rem;
        line-height: 3.8rem;
    }

    .pagination-container .swiper-button-prev,
    .pagination-container .swiper-button-next {
        flex: 0.75;
    }
}

@media only screen and (max-width: 334px) {
    .hero--frontpage .h1--hero.hero-frontpage {
        font-size: 55px !important;
        line-height: 6.2rem !important;
    }
}

@media only screen and (max-width: 328px) {
    /* .hero--frontpage .h1--hero {
        font-size: 6rem;
        line-height: 6.4rem;
    } */
}

@media only screen and (max-width: 320px) {
    .case-studies-page .case-studies-page__swiper {
        height: 315px;
    }
}

@media only screen and (max-width: 314px) {
    /* .hero--frontpage {
        height: 434px;
    } */
}

@media only screen and (max-width: 271px) {
    /* .hero--frontpage {
        height: 464px;
    } */
}
/* !SECTION */

/* !SECTION */
