/***** UTILS *****/
/* Responsive Breakpoints */
/**
 * modified version of eric meyer's reset 2.0
 * http://meyerweb.com/eric/tools/css/reset/
 */
/**
 * basic reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure, footer, header, menu, nav, section,
main, summary {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * modified version of normalize.css 3.0.2
 * http://necolas.github.io/normalize.css/
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

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

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

/**
 * 1. Address styling not present in Safari and Chrome.
 * 2. Set previously resetted italic font-style
 */
dfn, i, em {
  font-style: italic; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.delay-animation-100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms; }

.delay-animation-200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms; }

.delay-animation-300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms; }

.delay-animation-400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms; }

.delay-animation-500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms; }

.delay-animation-600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms; }

.delay-animation-700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms; }

.delay-animation-800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms; }

.delay-animation-900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms; }

.delay-animation-1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms; }

.delay-animation-1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms; }

.delay-animation-1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms; }

.delay-animation-1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms; }

.delay-animation-1400 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms; }

.delay-animation-1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms; }

.delay-animation-1600 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms; }

.delay-animation-1700 {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms; }

.delay-animation-1800 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms; }

.delay-animation-1900 {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms; }

.delay-animation-2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms; }

/***** MODULES *****/

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (max-width: 1299px) {
    .container {
      padding-left: 60px;
      padding-right: 60px;
      max-width: 1100px; } }
  @media only screen and (max-width: 991px) {
    .container {
      padding-left: 50px;
      padding-right: 50px;
      max-width: 900px; } }
  @media only screen and (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 95%; } }

.container-fluid {
  position: relative;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px; }
  @media only screen and (max-width: 991px) {
    .container-fluid {
      padding-left: 50px;
      padding-right: 50px; } }
  @media only screen and (max-width: 767px) {
    .container-fluid {
      padding-left: 20px;
      padding-right: 20px; } }

.container-padding {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px; }
  @media only screen and (max-width: 1299px) {
    .container-padding {
      padding-left: 60px;
      padding-right: 60px;
      max-width: 1100px; } }
  @media only screen and (max-width: 991px) {
    .container-padding {
      padding-left: 50px;
      padding-right: 50px;
      max-width: 900px; } }
  @media only screen and (max-width: 767px) {
    .container-padding {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 95%; } }

@media only screen and (max-width: 767px) {
  .first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } }

@media only screen and (max-width: 767px) {
  .last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@font-face {
  font-family: 'TT Firs Neue';
  src: local("TT Firs Neue Medium"), local("TT-Firs-Neue-Medium"), url("../webfont/TTFirsNeue-Medium.d83dbf77431a.woff2") format("woff2"), url("../webfont/TTFirsNeue-Medium.2eca7f87e62d.woff") format("woff"), url("../webfont/TTFirsNeue-Medium.df13f74fd7ca.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'TT Firs Neue';
  src: local("TT Firs Neue Light"), local("TT-Firs-Neue-Light"), url("../webfont/TTFirsNeue-Light.78abc8285f8b.woff2") format("woff2"), url("../webfont/TTFirsNeue-Light.f50a74bd26aa.woff") format("woff"), url("../webfont/TTFirsNeue-Light.06d5d1d68e8c.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'TT Firs Neue';
  src: local("TT Firs Neue Medium"), local("TT-Firs-Neue-Medium"), url("../webfont/TTFirsNeue-Medium.d83dbf77431a.woff2") format("woff2"), url("../webfont/TTFirsNeue-Medium.2eca7f87e62d.woff") format("woff"), url("../webfont/TTFirsNeue-Medium.df13f74fd7ca.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'TT Firs Neue';
  src: local("TT Firs Neue Demi Bold"), local("TT-Firs-Neue-Demi-Bold"), url("../webfont/TTFirsNeue-DemiBold.5a0c49c8eb2c.woff2") format("woff2"), url("../webfont/TTFirsNeue-DemiBold.da13c08ed680.woff") format("woff"), url("../webfont/TTFirsNeue-DemiBold.44097099334a.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

body, html {
  font-family: 'TT Firs Neue', sans-serif;
  font-size: 16px;
  color: #151616; }

strong {
  font-weight: 600; }

.text-light {
  font-weight: 300; }

h1, .h1 {
  font-size: 54px;
  margin-bottom: 30px;
  line-height: 1.03em; }
  h1.bigger-text, .h1.bigger-text {
    font-size: 120px; }
    @media only screen and (max-width: 1299px) {
      h1.bigger-text, .h1.bigger-text {
        font-size: 90px; } }
    @media only screen and (max-width: 991px) {
      h1.bigger-text, .h1.bigger-text {
        font-size: 80px; } }
    @media only screen and (max-width: 767px) {
      h1.bigger-text, .h1.bigger-text {
        font-size: 60px; } }
  @media only screen and (max-width: 991px) {
    h1, .h1 {
      font-size: 45px; } }
  @media only screen and (max-width: 767px) {
    h1, .h1 {
      font-size: 35px; } }

h2, .h2 {
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 1.05em; }
  @media only screen and (max-width: 991px) {
    h2, .h2 {
      font-size: 40px; } }

h3, .h3 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.3em; }
  h3.smaller-text, .h3.smaller-text {
    font-size: 26px; }
  @media only screen and (max-width: 991px) {
    h3, .h3 {
      font-size: 26px; } }

h4, .h4 {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.3em; }

h5, .h5 {
  font-size: 18px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    h5, .h5 {
      font-size: 16px; } }

p, .p {
  font-family: 'TT Firs Neue', sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.2em; }

blockquote p, .blockquote p, .quote-p {
  font-family: 'TT Firs Neue', sans-serif;
  font-size: 16px; }

.highlight-text {
  display: inline-block;
  padding: 0 20px; }
  .highlight-text.highlight-white {
    background-color: #FFF;
    color: #151616; }

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, p.intro:last-child, blockquote:last-child, blockquote p:last-child, .blockquote p:last-child, .quote-p:last-child {
  margin-bottom: 0; }

/***** LEGAL & POSTS *****/
.text-editor-content ul {
  margin-bottom: 30px;
  padding: 0 70px;
  list-style-type: disc; }
  @media only screen and (max-width: 991px) {
    .text-editor-content ul {
      padding: 0 20px; } }
  .text-editor-content ul li {
    margin-bottom: 20px; }

.text-editor-content p, .text-editor-content ul {
  font-size: 18px; }
  @media only screen and (max-width: 991px) {
    .text-editor-content p, .text-editor-content ul {
      font-size: 16px; } }

.text-editor-content a {
  color: #1F48F2; }

.text-editor-content .color-blue {
  color: #1F48F2; }

.text-editor-content .color-yellow {
  color: #FCDE32; }

/***** ELEMENTS *****/
a {
  text-decoration: none;
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out; }

/***** PARTIALS *****/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::selection {
  color: #151616;
  background: #FCDE32; }

.self-clear:after {
  content: "";
  display: table;
  clear: both; }

.clear {
  clear: both; }

html, body {
  position: relative; }

body {
  height: 100vh;
  overflow-x: hidden; }

html.full-height {
  height: 100%;
  margin-top: 0 !important; }
  html.full-height body {
    height: 100%; }
    html.full-height body #main {
      height: 100%; }

a {
  color: inherit; }

img {
  max-width: 100%; }

/***** HELPERS *****/
.txtcolor-main {
  color: #151616; }
  .txtcolor-main.force-color {
    color: #151616 !important; }

.bgcolor-main {
  background-color: #151616; }
  .bgcolor-main.force-color {
    background-color: #151616 !important; }

.txtcolor-sec {
  color: #1F48F2; }
  .txtcolor-sec.force-color {
    color: #1F48F2 !important; }

.bgcolor-sec {
  background-color: #1F48F2; }
  .bgcolor-sec.force-color {
    background-color: #1F48F2 !important; }

.bgcolor-black {
  background-color: #151616; }

.bgcolor-blue {
  background-color: #1F48F2; }

.bgcolor-yellow {
  background-color: #FCDE32; }

.textcolor-white {
  color: #FFF; }

.responsive-bg-switch {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block; }
  .responsive-bg-switch img {
    opacity: 0; }

/***** ANIMTIONS *****/
.transition-curtain {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #151616;
  z-index: 100000; }

.animation-rise-wrapper {
  overflow: hidden; }

.animation-block-wrapper {
  position: relative; }
  .animation-block-wrapper .animated-line-content {
    position: relative;
    display: inline-block; }
  .animation-block-wrapper .reveal-block {
    position: absolute;
    width: calc(100% + 20px);
    height: 100%;
    top: 0;
    left: -10px;
    transform-origin: 100% 50%; }

/***** GLOBAL STYLES *****/
/***** SPECIAL STYLES *****/
.legal-content {
  padding-top: 160px; }
  .legal-content h1, .legal-content h2, .legal-content h3, .legal-content h4, .legal-content h5, .legal-content h6, .legal-content p, .legal-content ul, .legal-content table {
    margin-bottom: 30px; }
  .legal-content h3, .legal-content h4 {
    margin-top: 60px; }
  .legal-content td {
    border: 1px solid black;
    padding: 7px; }
  .legal-content li {
    margin-bottom: 20px;
    list-style: disc;
    list-style-position: inside; }

#cookie-law-info-again {
  box-shadow: none; }
  #cookie-law-info-again span {
    color: #151616;
    font-weight: 600; }

.content-404 {
  padding: 150px 0;
  text-align: center; }

/***** CONTACT FORMS *****/
/***** ADMIN BAR *****/
body.admin-bar .site-header.fixed .desktop-header {
  padding-top: 32px; }

body.admin-bar .mobile-header {
  top: 46px; }

body.admin-bar .menu-panel-holder {
  height: calc(100vh - 46px); }

body.scrolled.admin-bar .mobile-header {
  top: 0px; }

body.scrolled.admin-bar .menu-panel-holder {
  height: 100vh; }

.header-bigtitle .section-inner {
  padding-top: 0;
  padding-bottom: 0; }

.header-bigtitle .content {
  padding-top: 200px;
  padding-bottom: 130px; }
  @media only screen and (max-width: 991px) {
    .header-bigtitle .content {
      padding-left: 0;
      padding-right: 0; } }

.header-bigtitle .big-title {
  font-size: 120px;
  max-width: 815px;
  margin: 0 auto 100px; }
  @media only screen and (max-width: 1299px) {
    .header-bigtitle .big-title {
      font-size: 90px; } }
  @media only screen and (max-width: 991px) {
    .header-bigtitle .big-title {
      font-size: 80px; } }
  @media only screen and (max-width: 767px) {
    .header-bigtitle .big-title {
      font-size: 60px;
      margin-bottom: 40px; } }

.header-bigtitle .text-single {
  max-width: 815px;
  margin: 50px auto 0; }

.header-bigtitle .row {
  margin-top: 50px; }

.header-bigtitle .big-title-decor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .header-bigtitle .big-title-decor .decor-item {
    position: absolute; }

.dora-header .big-title-decor .eu {
  top: 550px;
  left: 0;
  right: 0;
  margin: auto;
  width: 269px;
  z-index: 2; }
  @media only screen and (max-width: 1299px) {
    .dora-header .big-title-decor .eu {
      top: 390px; } }
  @media only screen and (max-width: 991px) {
    .dora-header .big-title-decor .eu {
      width: 220px;
      top: 370px; } }
  @media only screen and (max-width: 767px) {
    .dora-header .big-title-decor .eu {
      top: 340px; } }
  @media only screen and (max-width: 575px) {
    .dora-header .big-title-decor .eu {
      top: 450px; } }

.testing-header .big-title-decor .watchmen {
  top: 465px;
  left: 0;
  right: 0;
  margin: auto;
  width: 348px;
  z-index: 2; }
  @media only screen and (max-width: 1299px) {
    .testing-header .big-title-decor .watchmen {
      top: 420px; } }
  @media only screen and (max-width: 991px) {
    .testing-header .big-title-decor .watchmen {
      top: 270px;
      width: 200px; } }
  @media only screen and (max-width: 575px) {
    .testing-header .big-title-decor .watchmen {
      top: 370px; } }

.consulting-header .big-title-decor .battle-1,
.consulting-header .big-title-decor .battle-2 {
  top: 170px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1024px;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .consulting-header .big-title-decor .battle-1,
    .consulting-header .big-title-decor .battle-2 {
      top: 280px;
      object-fit: contain;
      max-height: 300px;
      max-width: 120%;
      margin: 0 -10%; } }

.services-header .big-title-decor .eye-1 {
  right: 0;
  top: 180px;
  width: 190px; }
  @media only screen and (max-width: 767px) {
    .services-header .big-title-decor .eye-1 {
      width: 95px; } }

.services-header .big-title-decor .eye-2 {
  left: 0;
  top: 60%;
  width: 190px; }
  @media only screen and (max-width: 767px) {
    .services-header .big-title-decor .eye-2 {
      width: 95px; } }

.services-header .big-title-decor .decor-item svg > g > g > g:first-child > path {
  fill: #151616; }

.joinus-header .content {
  padding-top: 350px;
  padding-bottom: 90px; }
  @media only screen and (max-width: 991px) {
    .joinus-header .content {
      padding-left: 0;
      padding-right: 0; } }

.joinus-header .big-title-decor .hand {
  left: 13%;
  top: 27%;
  width: 185px; }
  @media only screen and (max-width: 767px) {
    .joinus-header .big-title-decor .hand {
      width: 85px; } }

.joinus-header .big-title-decor .antenna {
  right: 14%;
  top: 31%;
  width: 135px; }
  @media only screen and (max-width: 767px) {
    .joinus-header .big-title-decor .antenna {
      width: 78px; } }

.joinus-header .big-title-decor .face {
  left: 10%;
  top: 55%;
  width: 160px; }
  @media only screen and (max-width: 767px) {
    .joinus-header .big-title-decor .face {
      width: 82px; } }

.joinus-header .big-title-decor .glasses {
  right: 9%;
  top: 51%;
  width: 180px; }
  @media only screen and (max-width: 767px) {
    .joinus-header .big-title-decor .glasses {
      width: 90px; } }

.aboutus-header .big-title {
  margin-bottom: 160px; }

.aboutus-header .big-title-decor {
  z-index: 50; }
  .aboutus-header .big-title-decor .lightfuse {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: calc(30% + 230px);
    left: 50%;
    width: 300px; }
    @media only screen and (max-width: 767px) {
      .aboutus-header .big-title-decor .lightfuse {
        width: 110px;
        bottom: calc(54% + 95px);
        /*bottom: auto;
				top: 60px;*/ } }
  .aboutus-header .big-title-decor .shield-ok {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: 30%;
    left: 50%;
    width: 250px; }
    @media only screen and (max-width: 767px) {
      .aboutus-header .big-title-decor .shield-ok {
        width: 110px;
        bottom: 54%; } }

.whyus-header .big-title {
  margin-bottom: 230px;
  margin-top: 300px; }
  @media only screen and (max-width: 767px) {
    .whyus-header .big-title {
      margin-bottom: 50px;
      margin-top: 160px; } }

.whyus-header .big-title-decor {
  z-index: 50; }
  .whyus-header .big-title-decor .flag {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: 170px;
    left: 50%;
    width: 260px; }
    @media only screen and (max-width: 767px) {
      .whyus-header .big-title-decor .flag {
        width: 180px;
        top: 140px;
        /*bottom: auto;
				top: 60px;*/ } }

.whyus-header .intro-number {
  float: left;
  margin-right: 30px;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .whyus-header .intro-number {
      width: 50px; } }

.whyus-header .text {
  font-size: 34px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 991px) {
    .whyus-header .text {
      font-size: 28px; } }
  @media only screen and (max-width: 767px) {
    .whyus-header .text {
      font-size: 23px; } }

.whyus-header .separator-vert {
  margin-top: 50px;
  height: 130px; }

@media only screen and (max-width: 991px) {
  .whyus-header .column {
    width: 100%; }
    .whyus-header .column:last-child {
      margin-bottom: 0; } }

.contact-header .section-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }

.contact-header .contact-info {
  font-size: 60px; }
  @media only screen and (max-width: 991px) {
    .contact-header .contact-info {
      font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    .contact-header .contact-info {
      font-size: 30px; } }
  .contact-header .contact-info .separator-vert {
    margin-top: 25px;
    margin-bottom: 25px; }
  .contact-header .contact-info .link-tel {
    color: #FCDE32;
    margin-bottom: 10px;
    white-space: nowrap; }

.thelab-header {
  padding-top: 215px; }

.section-legal-title .section-inner {
  padding-top: 215px;
  padding-bottom: 0px; }
  .section-legal-title .section-inner .section-title {
    margin-bottom: 0;
    padding-bottom: 35px; }

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9998; }
  .main-header .desktop-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 47px 0;
    background-color: #151616;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out; }
    @media only screen and (max-width: 991px) {
      .main-header .desktop-header {
        display: none; } }
    .main-header .desktop-header .main-header-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
  .main-header .mobile-header {
    display: none;
    position: relative;
    z-index: 100;
    padding: 35px 0;
    color: #FFF;
    background-color: #151616;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out; }
    @media only screen and (max-width: 991px) {
      .main-header .mobile-header {
        display: block; } }
    .main-header .mobile-header .main-header-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .main-header .mobile-header .main-header-wrapper .nav-burger .open-icon {
        position: relative;
        background: #FFF;
        height: 3px;
        width: 14px; }
        .main-header .mobile-header .main-header-wrapper .nav-burger .open-icon:after, .main-header .mobile-header .main-header-wrapper .nav-burger .open-icon:before {
          background: #FFF;
          height: 3px;
          width: 14px;
          display: block;
          position: absolute;
          content: '';
          left: 0;
          top: 5px; }
        .main-header .mobile-header .main-header-wrapper .nav-burger .open-icon:before {
          top: -5px; }
      .main-header .mobile-header .main-header-wrapper .nav-burger .close-icon {
        position: relative;
        width: 18px;
        height: 18px;
        display: none; }
        .main-header .mobile-header .main-header-wrapper .nav-burger .close-icon:before, .main-header .mobile-header .main-header-wrapper .nav-burger .close-icon:after {
          position: absolute;
          left: 9px;
          content: ' ';
          height: 18px;
          width: 3px;
          background-color: #FFF; }
        .main-header .mobile-header .main-header-wrapper .nav-burger .close-icon:before {
          transform: rotate(45deg); }
        .main-header .mobile-header .main-header-wrapper .nav-burger .close-icon:after {
          transform: rotate(-45deg); }
      .main-header .mobile-header .main-header-wrapper .nav-burger.open-menu-mobile .close-icon {
        display: block; }
      .main-header .mobile-header .main-header-wrapper .nav-burger.open-menu-mobile .open-icon {
        display: none; }
  .main-header .menu-panel {
    display: none;
    width: 100%;
    height: calc(100vh - 100px);
    background-color: #151616;
    position: absolute;
    top: 100px;
    color: #FFF;
    padding: 4vmin 30px;
    overflow-y: auto;
    margin-top: -100vh; }
    @media only screen and (max-width: 991px) {
      .main-header .menu-panel {
        display: block; } }
    @media only screen and (max-width: 991px) and (max-height: 540px) {
      .main-header .menu-panel .mobile-nav ul {
        columns: 2; } }

.main-logo {
  width: 201px;
  height: 32px; }
  .main-logo svg {
    width: 100%; }
  @media only screen and (max-width: 1299px) {
    .main-logo {
      width: 140px; } }
  .main-logo path, .main-logo polygon, .main-logo rect {
    fill: #FFF;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out; }

.desktop-nav .main-menu .menu-item {
  position: relative;
  display: inline-block;
  margin: 0 15px; }
  .desktop-nav .main-menu .menu-item:hover .sub-menu {
    display: block; }
  .desktop-nav .main-menu .menu-item .sub-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: -15px;
    width: max-content;
    padding: 10px 15px;
    background-color: #151616; }
    .desktop-nav .main-menu .menu-item .sub-menu .sub-menu-item {
      display: block; }
      .desktop-nav .main-menu .menu-item .sub-menu .sub-menu-item .sub-nav-item {
        display: block;
        padding: 10px 0;
        color: #FFF; }
        .desktop-nav .main-menu .menu-item .sub-menu .sub-menu-item .sub-nav-item:hover, .desktop-nav .main-menu .menu-item .sub-menu .sub-menu-item .sub-nav-item.active {
          color: #FCDE32; }

.desktop-nav .main-menu .nav-item {
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding: 10px 0;
  cursor: pointer;
  color: #FFF;
  /*&::before{
				left: 0;
			}
			
			&::after{
				right: 0;
			}*/ }
  .desktop-nav .main-menu .nav-item:hover {
    color: #FCDE32; }
  .desktop-nav .main-menu .nav-item.active {
    border-bottom: 2px solid white; }
  @media only screen and (max-width: 1299px) {
    .desktop-nav .main-menu .nav-item {
      margin: 0 5px; } }

.mobile-nav .main-menu .menu-item {
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 8px; }
  .mobile-nav .main-menu .menu-item .nav-item:hover, .mobile-nav .main-menu .menu-item .nav-item:active {
    color: #FCDE32; }
  .mobile-nav .main-menu .menu-item .sub-menu {
    margin-left: 20px;
    margin-bottom: 8px; }
    .mobile-nav .main-menu .menu-item .sub-menu .sub-menu-item {
      line-height: 1em; }
      .mobile-nav .main-menu .menu-item .sub-menu .sub-menu-item .sub-nav-item {
        font-size: 20px; }
        .mobile-nav .main-menu .menu-item .sub-menu .sub-menu-item .sub-nav-item:hover, .mobile-nav .main-menu .menu-item .sub-menu .sub-menu-item .sub-nav-item:active {
          color: #FCDE32; }

@media only screen and (min-width: 1300px) {
  .mobile-nav .main-menu.current-services .menu-item:nth-child(1) .nav-item,
  .desktop-nav .main-menu.current-services .menu-item:nth-child(1) .nav-item {
    border-bottom: 2px solid white; } }

@media only screen and (max-width: 1299px) {
  .mobile-nav .main-menu.current-services .menu-item:nth-child(1) .nav-item,
  .desktop-nav .main-menu.current-services .menu-item:nth-child(1) .nav-item {
    color: #FCDE32; } }

@media only screen and (min-width: 1300px) {
  .mobile-nav .main-menu.current-consultingservices .menu-item:nth-child(2) .nav-item,
  .desktop-nav .main-menu.current-consultingservices .menu-item:nth-child(2) .nav-item {
    border-bottom: 2px solid white; } }

@media only screen and (max-width: 1299px) {
  .mobile-nav .main-menu.current-consultingservices .menu-item:nth-child(2) .nav-item,
  .desktop-nav .main-menu.current-consultingservices .menu-item:nth-child(2) .nav-item {
    color: #FCDE32; } }

@media only screen and (min-width: 1300px) {
  .mobile-nav .main-menu.current-penetrationtestingmaturity .menu-item:nth-child(2) .nav-item,
  .desktop-nav .main-menu.current-penetrationtestingmaturity .menu-item:nth-child(2) .nav-item {
    border-bottom: 2px solid white; } }

.mobile-nav .main-menu.current-penetrationtestingmaturity .menu-item:nth-child(2) .sub-menu-item:nth-child(1) .sub-nav-item,
.desktop-nav .main-menu.current-penetrationtestingmaturity .menu-item:nth-child(2) .sub-menu-item:nth-child(1) .sub-nav-item {
  color: #FCDE32; }

@media only screen and (min-width: 1300px) {
  .mobile-nav .main-menu.current-doracompliance .menu-item:nth-child(2) .nav-item,
  .desktop-nav .main-menu.current-doracompliance .menu-item:nth-child(2) .nav-item {
    border-bottom: 2px solid white; } }

.mobile-nav .main-menu.current-doracompliance .menu-item:nth-child(2) .sub-menu-item:nth-child(2) .sub-nav-item,
.desktop-nav .main-menu.current-doracompliance .menu-item:nth-child(2) .sub-menu-item:nth-child(2) .sub-nav-item {
  color: #FCDE32; }

@media only screen and (min-width: 1300px) {
  .mobile-nav .main-menu.current-thelab .menu-item:nth-child(3) .nav-item,
  .desktop-nav .main-menu.current-thelab .menu-item:nth-child(3) .nav-item {
    border-bottom: 2px solid white; } }

@media only screen and (max-width: 1299px) {
  .mobile-nav .main-menu.current-thelab .menu-item:nth-child(3) .nav-item,
  .desktop-nav .main-menu.current-thelab .menu-item:nth-child(3) .nav-item {
    color: #FCDE32; } }

@media only screen and (min-width: 1300px) {
  .mobile-nav .main-menu.current-theblog .menu-item:nth-child(4) .nav-item,
  .desktop-nav .main-menu.current-theblog .menu-item:nth-child(4) .nav-item {
    border-bottom: 2px solid white; } }

@media only screen and (min-width: 1300px) {
  .mobile-nav .main-menu.current-casestudies .menu-item:nth-child(5) .nav-item,
  .desktop-nav .main-menu.current-casestudies .menu-item:nth-child(5) .nav-item {
    border-bottom: 2px solid white; } }

@media only screen and (max-width: 1299px) {
  .mobile-nav .main-menu.current-casestudies .menu-item:nth-child(5) .nav-item,
  .desktop-nav .main-menu.current-casestudies .menu-item:nth-child(5) .nav-item {
    color: #FCDE32; } }

@media only screen and (min-width: 1300px) {
  .mobile-nav .main-menu.current-aboutus .menu-item:nth-child(6) .nav-item,
  .desktop-nav .main-menu.current-aboutus .menu-item:nth-child(6) .nav-item {
    border-bottom: 2px solid white; } }

@media only screen and (max-width: 1299px) {
  .mobile-nav .main-menu.current-aboutus .menu-item:nth-child(6) .nav-item,
  .desktop-nav .main-menu.current-aboutus .menu-item:nth-child(6) .nav-item {
    color: #FCDE32; } }

@media only screen and (min-width: 1300px) {
  .mobile-nav .main-menu.current-whyus .menu-item:nth-child(6) .nav-item,
  .desktop-nav .main-menu.current-whyus .menu-item:nth-child(6) .nav-item {
    border-bottom: 2px solid white; } }

.mobile-nav .main-menu.current-whyus .menu-item:nth-child(6) .sub-menu-item:nth-child(1) .sub-nav-item,
.desktop-nav .main-menu.current-whyus .menu-item:nth-child(6) .sub-menu-item:nth-child(1) .sub-nav-item {
  color: #FCDE32; }

@media only screen and (min-width: 1300px) {
  .mobile-nav .main-menu.current-join .menu-item:nth-child(6) .nav-item,
  .desktop-nav .main-menu.current-join .menu-item:nth-child(6) .nav-item {
    border-bottom: 2px solid white; } }

.mobile-nav .main-menu.current-join .menu-item:nth-child(6) .sub-menu-item:nth-child(2) .sub-nav-item,
.desktop-nav .main-menu.current-join .menu-item:nth-child(6) .sub-menu-item:nth-child(2) .sub-nav-item {
  color: #FCDE32; }

@media only screen and (min-width: 1300px) {
  .mobile-nav .main-menu.current-contact .menu-item:nth-child(7) .nav-item,
  .desktop-nav .main-menu.current-contact .menu-item:nth-child(7) .nav-item {
    border-bottom: 2px solid white; } }

@media only screen and (max-width: 1299px) {
  .mobile-nav .main-menu.current-contact .menu-item:nth-child(7) .nav-item,
  .desktop-nav .main-menu.current-contact .menu-item:nth-child(7) .nav-item {
    color: #FCDE32; } }

.transparent-header .desktop-header {
  background-color: transparent; }
  .transparent-header .desktop-header .sub-menu {
    background-color: transparent !important; }

.open-menu-mobile .mobile-header {
  background-color: #151616; }

.white-header .main-logo path, .white-header .main-logo polygon, .white-header .main-logo rect {
  fill: #FFF; }

.white-header .desktop-nav .main-menu .nav-item {
  color: #FFF; }
  .white-header .desktop-nav .main-menu .nav-item:hover {
    color: #151616; }

#footer {
  position: relative;
  padding: 80px 0 45px;
  z-index: 9000; }
  #footer a {
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out; }
    #footer a:hover {
      color: #FCDE32; }
  #footer .form-title {
    margin-bottom: 60px;
    text-align: center; }
  #footer .footer-bottom {
    padding-top: 95px;
    /*.certs-row{
			display: none;
			margin-top: 30px;
			
			@include under-md{
				display: block !important;
				.column{
					width: 100%;
				}
				
				.footer-cert-separator{
					
				}
			}
			
			@include under-sm{
				display: none !important;
				.column{
					width: 100%;
					display: block;
				}
				
				.footer-cert-separator{
					
				}
				
				
			}
		}*/ }
    #footer .footer-bottom .row {
      justify-content: space-between; }
      @media only screen and (max-width: 991px) {
        #footer .footer-bottom .row {
          flex-wrap: wrap; } }
      #footer .footer-bottom .row .footer-corp {
        width: 20%; }
      #footer .footer-bottom .row .footer-newsletter {
        width: 20%; }
      #footer .footer-bottom .row .footer-menu-holder {
        width: 60%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap; }
        #footer .footer-bottom .row .footer-menu-holder .footer-menu-column {
          width: 33%; }
        #footer .footer-bottom .row .footer-menu-holder .footer-certs {
          margin-top: 30px;
          width: 90%; }
      #footer .footer-bottom .row.certs-row {
        justify-content: flex-start; }
    @media only screen and (max-width: 991px) {
      #footer .footer-bottom {
        /*.column:nth-child(2), .column:nth-child(3), .column:nth-child(4){
				width: 20%;
			}*/ }
        #footer .footer-bottom .column {
          padding: 0; }
        #footer .footer-bottom .footer-corp {
          width: 100% !important;
          margin-bottom: 30px; }
        #footer .footer-bottom .footer-menu-holder {
          width: 100% !important; }
          #footer .footer-bottom .footer-menu-holder .footer-certs {
            margin-bottom: 30px; }
        #footer .footer-bottom .footer-newsletter {
          width: 100% !important;
          margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      #footer .footer-bottom {
        /*.column:nth-child(2), .column:nth-child(3), .column:nth-child(4){
				display: none;
				width: 33.33333%;
			}*/ }
        #footer .footer-bottom .column {
          padding: 0; }
        #footer .footer-bottom .footer-corp {
          width: 100% !important;
          margin-bottom: 20px; }
        #footer .footer-bottom .footer-menu-holder {
          width: 100% !important; }
          #footer .footer-bottom .footer-menu-holder .footer-menu-column {
            display: none; }
          #footer .footer-bottom .footer-menu-holder .footer-certs {
            display: block;
            width: 100% !important; }
            #footer .footer-bottom .footer-menu-holder .footer-certs .certs-container {
              flex-wrap: wrap;
              justify-content: center; }
              #footer .footer-bottom .footer-menu-holder .footer-certs .certs-container .cert-item {
                text-align: center;
                width: 33%;
                margin-top: 15px; }
        #footer .footer-bottom .footer-newsletter {
          width: 100% !important; } }
    #footer .footer-bottom .footer-corp .footer-logo {
      margin-bottom: 35px; }
    #footer .footer-bottom .footer-corp .footer-address {
      line-height: 22px; }
    #footer .footer-bottom .footer-nav .footer-nav-item {
      margin-bottom: 10px; }
    #footer .footer-bottom .footer-nav.footer-social .footer-nav-item {
      margin-bottom: 10px; }
    #footer .footer-bottom .footer-newsletter .title-newsletter {
      margin-bottom: 17px; }
    #footer .footer-bottom .footer-newsletter .email-newsletter {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: 0;
      width: 100%;
      margin-bottom: 25px;
      font-size: 18px;
      background-color: transparent;
      border: 0;
      border-bottom: 1px solid #FFF; }
    #footer .footer-bottom .footer-newsletter .form-accept {
      margin-bottom: 35px; }
    #footer .footer-bottom .footer-newsletter .send-newsletter {
      padding: 10px; }
    #footer .footer-bottom .footer-cert-separator {
      width: 26%; }
    #footer .footer-bottom .footer-certs .certs-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #footer .footer-bottom .footer-certs .certs-container .cert-item img {
        width: 100%;
        max-width: 95px;
        max-height: 55px;
        object-fit: contain; }

.main-wrapper {
  position: relative; }

.fullheight {
  height: 100vh; }
  .fullheight .container {
    height: 100%; }
  .fullheight .scroll-hint {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .row.align-items-middle {
    align-items: center; }
  .row.align-items-bottom {
    align-items: flex-end; }
  .row.stretch-items {
    align-items: stretch; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.column {
  padding: 0 15px; }

.gutter-0.row {
  margin-left: 0px;
  margin-right: 0px; }

.gutter-0 .column {
  padding: 0; }

.gutter-10.row {
  margin-left: -10px;
  margin-right: -10px; }

.gutter-10 .column {
  padding: 0 10px; }

.gutter-20.row {
  margin-left: -20px;
  margin-right: -20px; }

.gutter-20 .column {
  padding: 0 20px; }

.gutter-30.row {
  margin-left: -30px;
  margin-right: -30px; }
  @media only screen and (max-width: 991px) {
    .gutter-30.row {
      margin-left: -20px;
      margin-right: -20px; } }

.gutter-30 .column {
  padding: 0 30px; }
  @media only screen and (max-width: 991px) {
    .gutter-30 .column {
      padding: 0 20px; } }

.gutter-40.row {
  margin-left: -40px;
  margin-right: -40px; }
  @media only screen and (max-width: 991px) {
    .gutter-40.row {
      margin-left: -20px;
      margin-right: -20px; } }

.gutter-40 .column {
  padding: 0 40px; }
  @media only screen and (max-width: 991px) {
    .gutter-40 .column {
      padding: 0 20px; } }

.gutter-50.row {
  margin-left: -50px;
  margin-right: -50px; }
  @media only screen and (max-width: 991px) {
    .gutter-50.row {
      margin-left: -20px;
      margin-right: -20px; } }

.gutter-50 .column {
  padding: 0 50px; }
  @media only screen and (max-width: 991px) {
    .gutter-50 .column {
      padding: 0 20px; } }

.gutter-60.row {
  margin-left: -60px;
  margin-right: -60px; }
  @media only screen and (max-width: 991px) {
    .gutter-60.row {
      margin-left: -20px;
      margin-right: -20px; } }

.gutter-60 .column {
  padding: 0 60px; }
  @media only screen and (max-width: 991px) {
    .gutter-60 .column {
      padding: 0 20px; } }

.two-columns .column {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .two-columns .column {
      width: 100%;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) and (max-height: 540px) {
    .two-columns .column {
      margin-top: 30px;
      margin-bottom: 30px; } }

.three-columns .column {
  width: 33.33333%; }
  @media only screen and (max-width: 767px) {
    .three-columns .column {
      width: 100%;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) and (max-height: 540px) {
    .three-columns .column {
      margin-top: 30px;
      margin-bottom: 30px; } }

.four-columns .column {
  width: 25%; }
  @media only screen and (max-width: 1299px) {
    .four-columns .column {
      width: 50%;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .four-columns .column {
      width: 100%;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) and (max-height: 540px) {
    .four-columns .column {
      margin-top: 30px;
      margin-bottom: 30px; } }

.border-bottom {
  padding-bottom: 40px;
  border-bottom: 1px solid; }

.border-top {
  padding-top: 40px;
  border-top: 1px solid; }

.border-white {
  border-color: #FFF; }

/***** GLOBAL MODULES *****/
section {
  position: relative; }
  section .section-inner {
    padding-top: 100px;
    padding-bottom: 90px; }
    @media only screen and (max-width: 991px) {
      section .section-inner {
        padding-top: 70px;
        padding-bottom: 60px; } }
    @media only screen and (max-width: 767px) {
      section .section-inner {
        padding-top: 50px;
        padding-bottom: 40px; } }

.section-title {
  text-align: center;
  margin-bottom: 84px; }
  @media only screen and (max-width: 767px) {
    .section-title {
      margin-bottom: 44px; } }
  .section-title.align-left {
    text-align: left; }
  .section-title > [data-screveal="class"] {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px; }
    .section-title > [data-screveal="class"]::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      background-color: #151616;
      transition: all 250ms ease-out;
      -webkit-transition: all 250ms ease-out;
      -moz-transition: all 250ms ease-out;
      -ms-transition: all 250ms ease-out;
      -o-transition: all 250ms ease-out; }
    .section-title > [data-screveal="class"].show-block::before {
      width: 0%; }

.section-intro .section-inner {
  padding-top: 180px;
  padding-bottom: 130px; }
  @media only screen and (max-width: 991px) {
    .section-intro .section-inner {
      padding-top: 120px;
      padding-bottom: 70px; } }
  @media only screen and (max-width: 767px) {
    .section-intro .section-inner {
      padding-top: 80px;
      padding-bottom: 40px; } }

.section-content .section-inner {
  padding-top: 100px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 991px) {
    .section-content .section-inner {
      padding-top: 70px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .section-content .section-inner {
      padding-top: 50px;
      padding-bottom: 40px; } }

section.nopad .section-inner {
  padding-top: 0;
  padding-bottom: 0; }

section.nopad-top .section-inner {
  padding-top: 0; }

section.nopad-bottom .section-inner {
  padding-bottom: 0; }

.section-destacado {
  position: relative; }
  .section-destacado .section-inner {
    padding-top: 90px;
    padding-bottom: 80px; }
    @media only screen and (max-width: 991px) {
      .section-destacado .section-inner {
        padding-top: 70px;
        padding-bottom: 60px; } }
    @media only screen and (max-width: 767px) {
      .section-destacado .section-inner {
        padding-top: 50px;
        padding-bottom: 40px; } }
  .section-destacado .destacado-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover; }
    .section-destacado .destacado-bg img {
      object-fit: cover; }
  .section-destacado .section-inner {
    position: relative;
    text-align: center;
    z-index: 10; }
    .section-destacado .section-inner .text {
      margin-bottom: 30px; }

.section-grid .section-inner {
  padding-top: 75px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 991px) {
    .section-grid .section-inner {
      padding-top: 70px;
      padding-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .section-grid .section-inner {
      padding-top: 50px;
      padding-bottom: 60px; } }

.section-grid .grid-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }
  .section-grid .grid-wrapper .grid-item {
    padding: 0 20px;
    margin-bottom: 40px; }
    .section-grid .grid-wrapper .grid-item .thumb {
      margin-bottom: 20px; }
    .section-grid .grid-wrapper .grid-item .title {
      font-size: 25px; }
  .section-grid .grid-wrapper[data-grid-size="2"] .grid-item {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .section-grid .grid-wrapper[data-grid-size="2"] .grid-item {
        width: 100%; } }
  .section-grid .grid-wrapper[data-grid-size="3"] .grid-item {
    width: 33.33333%; }
    @media only screen and (max-width: 991px) {
      .section-grid .grid-wrapper[data-grid-size="3"] .grid-item {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .section-grid .grid-wrapper[data-grid-size="3"] .grid-item {
        width: 100%; } }
  .section-grid .grid-wrapper[data-grid-size="4"] .grid-item {
    width: 25%; }
    @media only screen and (max-width: 991px) {
      .section-grid .grid-wrapper[data-grid-size="4"] .grid-item {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .section-grid .grid-wrapper[data-grid-size="4"] .grid-item {
        width: 100%; } }
  .section-grid .grid-wrapper[data-grid-size="5"] .grid-item {
    width: 20%; }
    @media only screen and (max-width: 991px) {
      .section-grid .grid-wrapper[data-grid-size="5"] .grid-item {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .section-grid .grid-wrapper[data-grid-size="5"] .grid-item {
        width: 100%; } }

.section-grid .grid-load-more {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  @media only screen and (max-width: 991px) {
    .section-grid .grid-load-more {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .section-grid .grid-load-more {
      padding-top: 20px;
      padding-bottom: 20px; } }

.section-marquee .marquee-wrapper {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .section-marquee .marquee-wrapper {
      padding-top: 20px;
      padding-bottom: 20px; } }

.section-marquee.nopad .marquee-wrapper {
  padding-top: 0;
  padding-bottom: 0; }

.section-marquee.nopad-top .marquee-wrapper {
  padding-top: 0; }

.section-marquee.nopad-bottom .marquee-wrapper {
  padding-bottom: 0; }

.section-case-list .case-item .case-inner {
  padding-top: 125px;
  padding-bottom: 125px; }
  @media only screen and (max-width: 991px) {
    .section-case-list .case-item .case-inner {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .section-case-list .case-item .case-inner .row {
      flex-direction: column-reverse; } }

@media only screen and (max-width: 991px) {
  .section-case-list .case-item .column:first-child {
    width: 60%; } }

@media only screen and (max-width: 767px) {
  .section-case-list .case-item .column:first-child {
    width: 100%; } }

@media only screen and (max-width: 991px) {
  .section-case-list .case-item .column:last-child {
    width: 40%; } }

@media only screen and (max-width: 767px) {
  .section-case-list .case-item .column:last-child {
    width: 100%; } }

.section-case-list .case-item:first-child .case-inner {
  padding-top: 180px; }

.section-case-list .case-item .text-column {
  padding-right: 60px; }
  @media only screen and (max-width: 991px) {
    .section-case-list .case-item .text-column {
      padding-right: 40px; } }
  @media only screen and (max-width: 767px) {
    .section-case-list .case-item .text-column {
      padding-right: 0; } }
  .section-case-list .case-item .text-column .case-title {
    margin-bottom: 10px; }
  .section-case-list .case-item .text-column .case-client-icon {
    margin-bottom: 30px; }
    .section-case-list .case-item .text-column .case-client-icon img {
      max-width: 72px; }
  .section-case-list .case-item .text-column .case-description {
    margin-bottom: 30px; }

@media only screen and (max-width: 767px) {
  .section-case-list .case-item .case-image {
    width: 65%;
    margin: 0 auto; } }

.section-case-list .case-item .case-image img {
  width: 100%; }

.section-case-list .case-item .case-download .case-download-icon {
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle; }
  @media only screen and (max-width: 991px) {
    .section-case-list .case-item .case-download .case-download-icon {
      margin-right: 8px; } }

.section-case-list .case-item .case-download .case-download-button {
  display: inline-block; }
  .section-case-list .case-item .case-download .case-download-button a {
    padding: 19px 0;
    min-width: 180px; }

.section-video .section-inner {
  padding: 0;
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .section-video .section-inner {
      padding-bottom: 50px; } }

.section-video .video-wrapper {
  position: relative;
  width: 67%;
  margin: 0 auto;
  aspect-ratio: 16/6.5;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .section-video .video-wrapper {
      width: 90%; } }
  .section-video .video-wrapper .video-cropper {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    top: 50% !important;
    left: 50%;
    aspect-ratio: 16/9; }
  .section-video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .section-video .video-wrapper .video-poster {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100; }
    .section-video .video-wrapper .video-poster .video-play {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      cursor: pointer; }
      @media only screen and (max-width: 1299px) {
        .section-video .video-wrapper .video-poster .video-play {
          width: 140px; } }
      @media only screen and (max-width: 991px) {
        .section-video .video-wrapper .video-poster .video-play {
          width: 100px; } }
      @media only screen and (max-width: 767px) {
        .section-video .video-wrapper .video-poster .video-play {
          width: 80px; } }
      @media only screen and (max-width: 991px) and (max-height: 540px) {
        .section-video .video-wrapper .video-poster .video-play {
          width: 80px; } }
      .section-video .video-wrapper .video-poster .video-play .play-label {
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        margin-top: 23px;
        text-align: center;
        font-size: 18px;
        white-space: nowrap; }
        @media only screen and (max-width: 767px) {
          .section-video .video-wrapper .video-poster .video-play .play-label {
            margin-top: 8px;
            font-size: 15px; } }
    .section-video .video-wrapper .video-poster img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.content-icon {
  margin-bottom: 35px; }

.side-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 991px) {
    .side-icon {
      flex-wrap: wrap; } }
  .side-icon .content-icon {
    margin-bottom: 0;
    margin-right: 40px;
    align-self: start; }
    @media only screen and (max-width: 991px) {
      .side-icon .content-icon {
        max-width: 65px;
        margin-bottom: 30px; } }
  .side-icon .content-text {
    padding-right: 30px; }
    @media only screen and (max-width: 991px) {
      .side-icon .content-text {
        width: 100%;
        padding-right: 0; } }

.floating-elements-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 100; }
  .floating-elements-layer .floating-elements-wrapper {
    height: 100%; }
  .floating-elements-layer .fl-elem {
    position: absolute; }
  .floating-elements-layer .fl-elem-1 {
    right: 6%;
    top: 21%; }
  .floating-elements-layer .fl-elem-2 {
    left: -4%;
    top: 36%; }
  .floating-elements-layer .fl-elem-3 {
    left: 31%;
    top: 55%; }
  .floating-elements-layer .fl-elem-4 {
    left: 2%;
    top: 71%; }
  .floating-elements-layer .fl-elem-5 {
    left: 59%;
    top: 66%; }
  .floating-elements-layer .fl-elem-6 {
    right: 2%;
    top: 85%; }

/***** SPECIFIC MODULES *****/
@media only screen and (max-width: 1299px) {
  .section-home-intro .row .column {
    width: 100%; }
  .section-home-intro .row .column:nth-child(1) {
    width: 50%;
    margin-bottom: 30px; }
  .section-home-intro .row .column:nth-child(2) {
    width: 50%;
    margin-bottom: 30px;
    text-align: right; }
    .section-home-intro .row .column:nth-child(2) img {
      max-width: 220px; } }

@media only screen and (max-width: 991px) {
  .section-home-intro .row .column {
    width: 100%; }
  .section-home-intro .row .column:nth-child(1) {
    width: 65%;
    margin-bottom: 30px; }
  .section-home-intro .row .column:nth-child(2) {
    width: 35%;
    margin-bottom: 30px;
    text-align: right; }
    .section-home-intro .row .column:nth-child(2) img {
      max-width: 100%; } }

@media only screen and (max-width: 767px) {
  .section-home-intro .row .column {
    width: 100%; }
  .section-home-intro .row .column:nth-child(1) {
    width: 100%; }
  .section-home-intro .row .column:nth-child(2) {
    display: none; } }

.our-services-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 991px) {
    .our-services-item {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .our-services-item {
      margin-bottom: 40px; } }
  .our-services-item .image {
    margin-right: 52px; }
    .our-services-item .image img {
      max-width: 132px; }
    @media only screen and (max-width: 1299px) {
      .our-services-item .image img {
        max-width: 65px; } }
    @media only screen and (max-width: 991px) {
      .our-services-item .image {
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100%; } }

.section-home-discover .destacado-bg {
  height: calc(100% - 70px);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  top: 35px; }

.section-home-certs .certs-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .section-home-certs .certs-container .cert-item {
    padding: 15px 25px; }
    .section-home-certs .certs-container .cert-item img {
      display: block;
      width: 100%;
      max-width: 140px;
      max-height: 75px;
      object-fit: contain; }

.section-home-services .h3 {
  background-color: #151616;
  color: #FFF; }

.section-home-services .section-title-2 {
  margin-top: 80px; }

.section-home-cases .column {
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .section-home-cases .column {
      padding: 40px 20px; } }
  .section-home-cases .column .case-left {
    position: relative;
    width: 55%;
    z-index: 10; }
    .section-home-cases .column .case-left .case-title {
      margin-bottom: 130px; }
      @media only screen and (max-width: 767px) {
        .section-home-cases .column .case-left .case-title {
          margin-bottom: 250px; } }
    @media only screen and (max-width: 767px) {
      .section-home-cases .column .case-left {
        width: 100%; } }
  .section-home-cases .column .case-right {
    width: 45%; }
    @media only screen and (max-width: 767px) {
      .section-home-cases .column .case-right {
        position: absolute;
        width: 60%;
        left: 20%;
        margin-top: 60px; } }
  @media only screen and (max-width: 1299px) {
    .section-home-cases .column {
      width: 100%; } }

.section-services-intro .service-image {
  width: 194px;
  margin: 0 auto 38px; }
  .section-services-intro .service-image img {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .section-services-intro .service-image img {
        width: 65%; } }

.thelab-marquee .marquee-item {
  margin-right: 40px; }
  .thelab-marquee .marquee-item img {
    max-width: 80px; }
  .thelab-marquee .marquee-item > * {
    display: inline-block; }
  @media only screen and (max-width: 767px) {
    .thelab-marquee .marquee-item img {
      max-width: 30px; } }

.only-bomb-marquee .marquee-wrapper .marquee-item {
  padding-right: 23px; }
  .only-bomb-marquee .marquee-wrapper .marquee-item img {
    max-width: 80px; }

.aboutus-why-secforce .row-top {
  padding-bottom: 40px;
  border-bottom: 2px solid #FFF; }
  .aboutus-why-secforce .row-top img {
    max-width: 260px; }
  .aboutus-why-secforce .row-top .column:first-child {
    width: 60%; }
    @media only screen and (max-width: 767px) {
      .aboutus-why-secforce .row-top .column:first-child {
        width: 100%; } }
  .aboutus-why-secforce .row-top .column:last-child {
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .aboutus-why-secforce .row-top .column:last-child {
        display: none; } }

.aboutus-why-secforce .row-bottom {
  padding-top: 40px; }
  @media only screen and (max-width: 991px) {
    .aboutus-why-secforce .row-bottom .column:first-child {
      width: 100%;
      margin-bottom: 30px; }
    .aboutus-why-secforce .row-bottom .column:last-child {
      width: 100%; } }

.section-slider-clients .slider-container .swiper-container {
  padding-bottom: 100px; }
  .section-slider-clients .slider-container .swiper-container .slider-item .slide-client {
    margin-bottom: 90px; }
    .section-slider-clients .slider-container .swiper-container .slider-item .slide-client .slide-client-icon {
      display: inline-block;
      margin-right: 20px; }
      .section-slider-clients .slider-container .swiper-container .slider-item .slide-client .slide-client-icon img {
        vertical-align: middle; }
    .section-slider-clients .slider-container .swiper-container .slider-item .slide-client .slide-client-name {
      display: inline-block; }
  .section-slider-clients .slider-container .swiper-container .slider-item .slide-client-text {
    max-width: 870px; }

.section-slider-clients .slider-container .swiper-button-prev, .section-slider-clients .slider-container .swiper-button-next {
  width: 71px;
  height: 67px;
  top: auto; }
  .section-slider-clients .slider-container .swiper-button-prev::after, .section-slider-clients .slider-container .swiper-button-next::after {
    content: ''; }

.section-slider-clients .slider-container .swiper-button-prev {
  bottom: 0;
  right: 95px;
  left: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.section-slider-clients .slider-container .swiper-button-next {
  right: 0;
  bottom: 0; }

.section-team-slider .slider-container .swiper-container {
  margin-bottom: 60px; }
  .section-team-slider .slider-container .swiper-container .slider-item {
    position: relative;
    padding: 45px;
    height: 430px; }
    @media only screen and (max-width: 991px) {
      .section-team-slider .slider-container .swiper-container .slider-item {
        height: 300px;
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .section-team-slider .slider-container .swiper-container .slider-item {
        height: 220px;
        padding: 25px; } }
    .section-team-slider .slider-container .swiper-container .slider-item .slide-quote {
      font-size: 45px; }
      @media only screen and (max-width: 991px) {
        .section-team-slider .slider-container .swiper-container .slider-item .slide-quote {
          font-size: 38px; } }
      @media only screen and (max-width: 767px) {
        .section-team-slider .slider-container .swiper-container .slider-item .slide-quote {
          font-size: 30px; } }
    .section-team-slider .slider-container .swiper-container .slider-item .slide-hover {
      display: none;
      position: absolute;
      right: -100px;
      top: 0;
      width: 300px;
      height: 300px;
      z-index: 50; }
      @media only screen and (max-width: 991px) {
        .section-team-slider .slider-container .swiper-container .slider-item .slide-hover {
          width: 220px;
          height: 220px;
          right: -50px; } }
      @media only screen and (max-width: 991px) {
        .section-team-slider .slider-container .swiper-container .slider-item .slide-hover {
          width: 150px;
          height: 150px;
          right: -40px; } }
    .section-team-slider .slider-container .swiper-container .slider-item .slide-divider {
      position: absolute;
      height: 100%;
      width: 2px;
      background-color: #FFF;
      right: -2px;
      top: 0; }
    .section-team-slider .slider-container .swiper-container .slider-item:hover .slide-hover {
      display: block; }

.section-our-culture .section-title:first-child {
  margin-bottom: 40px; }

.section-our-culture .culture-image {
  margin-bottom: 38px; }
  @media only screen and (max-width: 1299px) {
    .section-our-culture .culture-image img {
      max-width: 160px; } }

.section-our-culture .culture-text {
  line-height: 1.25;
  margin-bottom: 40px; }

.section-joinus-intro .separator-vert {
  height: 130px;
  margin-top: -145px;
  margin-bottom: 45px; }
  @media only screen and (max-width: 991px) {
    .section-joinus-intro .separator-vert {
      margin-top: -115px; } }
  @media only screen and (max-width: 767px) {
    .section-joinus-intro .separator-vert {
      margin-top: -95px; } }

.section-joinus-content .section-content img {
  margin-bottom: 40px; }

@media only screen and (max-width: 767px) {
  .section-joinus-content .section-content .column:first-child {
    margin-top: 0px;
    margin-bottom: 60px; } }

.section-joinus-content .section-content .joinus-text {
  font-weight: bold; }

.section-joinus-sounds-good .h1 {
  margin-bottom: 95px; }
  @media only screen and (max-width: 767px) {
    .section-joinus-sounds-good .h1 {
      margin-bottom: 50px; } }

@media only screen and (max-width: 991px) {
  .section-contact-info .section-inner {
    /*padding-left: 100px;
			padding-right: 100px;*/ } }

.section-contact-info .contact-loc-icon {
  position: relative;
  margin: 0 35px;
  text-align: center;
  background-color: #151616;
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  display: inline-block;
  padding: 40px 0;
  font-size: 40px;
  color: #FFF;
  margin: 0 auto 50px; }
  .section-contact-info .contact-loc-icon:before {
    content: "";
    position: absolute;
    height: calc(100% - 70px);
    width: 0;
    left: -35px;
    top: 0;
    border-bottom: 35px solid transparent;
    border-right: 35px solid #151616;
    border-top: 35px solid transparent;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out; }
  .section-contact-info .contact-loc-icon:after {
    content: "";
    position: absolute;
    height: calc(100% - 70px);
    width: 0;
    right: -35px;
    top: 0;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #151616;
    border-top: 35px solid transparent;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out; }
  @media only screen and (max-width: 991px) {
    .section-contact-info .contact-loc-icon {
      font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    .section-contact-info .contact-loc-icon {
      font-size: 30px; } }

.section-contact-info .contact-logo {
  margin-bottom: 50px; }

.slick-slider .slick-list, .slick-slider .slick-track {
  height: 100%; }

.slick-slider .slick-slide {
  outline: 0; }

.slider-container {
  position: relative; }
  .slider-container .swiper-container {
    height: 100%;
    overflow: hidden; }
  .slider-container .swiper-button-prev {
    left: -60px;
    color: #1F48F2;
    outline: 0; }
    @media only screen and (max-width: 1299px) {
      .slider-container .swiper-button-prev {
        left: 0; } }
  .slider-container .swiper-button-next {
    right: -60px;
    color: #1F48F2;
    outline: 0; }
    @media only screen and (max-width: 1299px) {
      .slider-container .swiper-button-next {
        right: 0; } }
  .slider-container .swiper-pagination {
    width: 100%; }
  .slider-container .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
    outline: 0; }
  .slider-container .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background-color: #FFF;
    opacity: 1; }
    .slider-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #FCDE32; }

.slider-text-image .slider-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 30px;
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    .slider-text-image .slider-item {
      flex-direction: column-reverse;
      justify-content: center; } }
  @media only screen and (max-height: 540px) {
    .slider-text-image .slider-item {
      flex-direction: initial; } }
  .slider-text-image .slider-item .slider-text {
    width: 40%;
    padding-right: 70px;
    transition: all 800ms ease-out;
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    -ms-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out; }
    @media only screen and (max-width: 991px) {
      .slider-text-image .slider-item .slider-text {
        width: 100%;
        padding-right: 0;
        margin-top: 40px;
        text-align: center; } }
    .slider-text-image .slider-item .slider-text .super-title {
      margin-bottom: 20px; }
    @media only screen and (max-height: 540px) {
      .slider-text-image .slider-item .slider-text .slide-title {
        font-size: 20px; } }
  .slider-text-image .slider-item .slider-image {
    width: 60%;
    opacity: 0;
    transition: all 800ms ease-out;
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    -ms-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out; }
    .slider-text-image .slider-item .slider-image img {
      max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .slider-text-image .slider-item .slider-image {
        width: 100%; } }
  .slider-text-image .slider-item.swiper-slide-prev .slider-text, .slider-text-image .slider-item.swiper-slide-duplicate-prev .slider-text {
    transform: translateX(-150px); }
  .slider-text-image .slider-item.swiper-slide-prev .slider-image, .slider-text-image .slider-item.swiper-slide-duplicate-prev .slider-image {
    transform: translateX(-250px); }
  .slider-text-image .slider-item.swiper-slide-next .slider-text, .slider-text-image .slider-item.swiper-slide-duplicate-next .slider-text {
    transform: translateX(250px); }
  .slider-text-image .slider-item.swiper-slide-next .slider-image, .slider-text-image .slider-item.swiper-slide-duplicate-next .slider-image {
    transform: translateX(150px); }
  .slider-text-image .slider-item.swiper-slide-active {
    z-index: 10; }
    .slider-text-image .slider-item.swiper-slide-active .slider-text, .slider-text-image .slider-item.swiper-slide-active .slider-image {
      transform: translateX(0);
      opacity: 1; }

.slider-text-image.slider-home {
  height: 100%;
  color: #FFF;
  padding: 0; }
  @media only screen and (max-width: 1299px) {
    .slider-text-image.slider-home {
      padding: 50px 0; } }
  @media only screen and (max-height: 540px) {
    .slider-text-image.slider-home {
      padding: 30px 0; } }
  .slider-text-image.slider-home .slider-text .read-more {
    margin-top: 38px; }
    @media only screen and (max-width: 767px) {
      .slider-text-image.slider-home .slider-text .read-more {
        margin-top: 10px; } }
    @media only screen and (max-height: 540px) {
      .slider-text-image.slider-home .slider-text .read-more {
        margin-top: 10px; } }
  .slider-text-image.slider-home .swiper-pagination {
    top: calc(50vh + 120px); }
    @media only screen and (max-width: 991px) {
      .slider-text-image.slider-home .swiper-pagination {
        top: calc(50vh + 200px); } }
    @media only screen and (max-width: 991px) {
      .slider-text-image.slider-home .swiper-pagination {
        top: calc(50vh + 170px); } }
  .slider-text-image.slider-home .scroll-hint {
    bottom: 0; }
    @media only screen and (max-width: 1849px) {
      .slider-text-image.slider-home .scroll-hint {
        bottom: -70px; } }
    @media only screen and (max-width: 767px) {
      .slider-text-image.slider-home .scroll-hint {
        bottom: -30px !important; } }

/*------------------------------------*\
    POPUPS
\*------------------------------------*/
.popups {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  color: white;
  padding: 50px 70px;
  width: 100%;
  background-color: black;
  height: 100vh;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto; }
  @media only screen and (max-width: 1299px) {
    .popups {
      padding: 50px 15px; } }
  @media only screen and (max-width: 991px) {
    .popups {
      padding: 0; } }
  .popups__container {
    position: relative;
    display: block;
    width: 100%;
    margin: auto; }
  .popups__loading {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important; }
  .popups__close {
    position: fixed;
    top: 35px;
    right: 35px;
    display: inline-block;
    cursor: pointer;
    z-index: 99; }
    @media only screen and (max-width: 1299px) {
      .popups__close {
        top: 25px;
        right: 15px; } }
    .popups__close img {
      display: block;
      width: 29px; }

.popup {
  position: relative;
  display: none;
  min-height: 100%;
  width: 100%;
  align-items: center; }
  .popup__content {
    position: relative; }
    @media only screen and (max-width: 1299px) {
      .popup__content__left {
        display: none; } }

/***** BUTTONS *****/
.oct-button {
  white-space: nowrap; }
  .oct-button.oct-button-small {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    text-align: center;
    background-color: #151616;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    padding: 15px 0px;
    color: #FFF;
    cursor: pointer; }
    .oct-button.oct-button-small:before {
      content: "";
      position: absolute;
      height: calc(100% - 20px);
      width: 0;
      left: -10px;
      top: 0;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #151616;
      border-top: 10px solid transparent;
      transition: all 250ms ease-out;
      -webkit-transition: all 250ms ease-out;
      -moz-transition: all 250ms ease-out;
      -ms-transition: all 250ms ease-out;
      -o-transition: all 250ms ease-out; }
    .oct-button.oct-button-small:after {
      content: "";
      position: absolute;
      height: calc(100% - 20px);
      width: 0;
      right: -10px;
      top: 0;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #151616;
      border-top: 10px solid transparent;
      transition: all 250ms ease-out;
      -webkit-transition: all 250ms ease-out;
      -moz-transition: all 250ms ease-out;
      -ms-transition: all 250ms ease-out;
      -o-transition: all 250ms ease-out; }
  .oct-button.oct-button-medium {
    display: inline-block;
    position: relative;
    margin: 0 12px;
    text-align: center;
    background-color: #151616;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    min-width: 135px;
    padding: 15px 3px;
    color: #FFF;
    cursor: pointer; }
    .oct-button.oct-button-medium:before {
      content: "";
      position: absolute;
      height: calc(100% - 24px);
      width: 0;
      left: -12px;
      top: 0;
      border-bottom: 12px solid transparent;
      border-right: 12px solid #151616;
      border-top: 12px solid transparent;
      transition: all 250ms ease-out;
      -webkit-transition: all 250ms ease-out;
      -moz-transition: all 250ms ease-out;
      -ms-transition: all 250ms ease-out;
      -o-transition: all 250ms ease-out; }
    .oct-button.oct-button-medium:after {
      content: "";
      position: absolute;
      height: calc(100% - 24px);
      width: 0;
      right: -12px;
      top: 0;
      border-bottom: 12px solid transparent;
      border-left: 12px solid #151616;
      border-top: 12px solid transparent;
      transition: all 250ms ease-out;
      -webkit-transition: all 250ms ease-out;
      -moz-transition: all 250ms ease-out;
      -ms-transition: all 250ms ease-out;
      -o-transition: all 250ms ease-out; }
  .oct-button.oct-button-large {
    display: inline-block;
    position: relative;
    margin: 0 25px;
    text-align: center;
    background-color: #151616;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    min-width: 135px;
    padding: 25px 20px;
    color: #FFF;
    cursor: pointer; }
    .oct-button.oct-button-large:before {
      content: "";
      position: absolute;
      height: calc(100% - 50px);
      width: 0;
      left: -25px;
      top: 0;
      border-bottom: 25px solid transparent;
      border-right: 25px solid #151616;
      border-top: 25px solid transparent;
      transition: all 250ms ease-out;
      -webkit-transition: all 250ms ease-out;
      -moz-transition: all 250ms ease-out;
      -ms-transition: all 250ms ease-out;
      -o-transition: all 250ms ease-out; }
    .oct-button.oct-button-large:after {
      content: "";
      position: absolute;
      height: calc(100% - 50px);
      width: 0;
      right: -25px;
      top: 0;
      border-bottom: 25px solid transparent;
      border-left: 25px solid #151616;
      border-top: 25px solid transparent;
      transition: all 250ms ease-out;
      -webkit-transition: all 250ms ease-out;
      -moz-transition: all 250ms ease-out;
      -ms-transition: all 250ms ease-out;
      -o-transition: all 250ms ease-out; }
    @media only screen and (max-width: 767px) {
      .oct-button.oct-button-large {
        padding: 20px 0; } }
  .oct-button.oct-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px; }
    .oct-button.oct-button-icon img {
      width: 24px;
      margin: -2px 17px -2px 0; }
    .oct-button.oct-button-icon span {
      font-size: 14px; }
  .oct-button:hover {
    background-color: #FFF;
    color: #151616; }
    .oct-button:hover::before {
      border-right-color: #FFF; }
    .oct-button:hover::after {
      border-left-color: #FFF; }
  .oct-button.oct-button-blue {
    background-color: #1F48F2; }
    .oct-button.oct-button-blue::before {
      border-right-color: #1F48F2; }
    .oct-button.oct-button-blue::after {
      border-left-color: #1F48F2; }
    .oct-button.oct-button-blue:hover {
      background-color: #FCDE32;
      color: #151616; }
      .oct-button.oct-button-blue:hover::before {
        border-right-color: #FCDE32; }
      .oct-button.oct-button-blue:hover::after {
        border-left-color: #FCDE32; }
  .oct-button.oct-button-yellow {
    background-color: #FCDE32;
    color: #151616; }
    .oct-button.oct-button-yellow::before {
      border-right-color: #FCDE32; }
    .oct-button.oct-button-yellow::after {
      border-left-color: #FCDE32; }
    .oct-button.oct-button-yellow:hover {
      background-color: #1F48F2;
      color: #FFF; }
      .oct-button.oct-button-yellow:hover::before {
        border-right-color: #1F48F2; }
      .oct-button.oct-button-yellow:hover::after {
        border-left-color: #1F48F2; }

button.oct-button {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/***** SEPARATORS *****/
.separator-section {
  padding: 2px 0; }

.separator {
  width: 100%;
  height: 1px;
  line-height: 1px; }
  .separator.separator-white {
    background-color: #FFF; }
  .separator.separator-black {
    background-color: #151616; }

.separator-vert {
  width: 3px;
  height: 56px;
  margin: 0 auto; }
  .separator-vert.separator-white {
    background-color: #FFF; }
  .separator-vert.separator-black {
    background-color: #151616; }

/***** MARQUEES *****/
.marquee-wrapper {
  font-size: 60px;
  overflow: hidden; }
  .marquee-wrapper .marquee-text {
    white-space: nowrap; }
  .marquee-wrapper .marquee-item {
    display: inline-block;
    padding-right: 40px;
    margin-bottom: 0;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .marquee-wrapper .marquee-item {
        padding-right: 15px; } }
    .marquee-wrapper .marquee-item img {
      vertical-align: middle;
      margin-right: 10px; }

/***** TIMELINE *****/
.timeline-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 991px) {
    .timeline-wrapper .timeline-item {
      width: 100%;
      text-align: center; } }
  .timeline-wrapper .timeline-item .timeline-top {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 125px;
    align-items: center;
    margin-bottom: 35px; }
    @media only screen and (max-width: 991px) {
      .timeline-wrapper .timeline-item .timeline-top {
        height: auto;
        margin-bottom: 0;
        padding-bottom: 60px;
        padding-top: 60px; } }
    .timeline-wrapper .timeline-item .timeline-top .timeline-icon {
      position: relative;
      min-width: 90px;
      vertical-align: middle;
      z-index: 10; }
      @media only screen and (max-width: 991px) {
        .timeline-wrapper .timeline-item .timeline-top .timeline-icon {
          margin: 0 auto; } }
    .timeline-wrapper .timeline-item .timeline-top .timeline-line {
      position: absolute;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      width: 100%;
      height: 1px;
      left: 0;
      top: 50%;
      background-color: transparent;
      border-bottom: 2px solid #151616; }
      @media only screen and (max-width: 991px) {
        .timeline-wrapper .timeline-item .timeline-top .timeline-line {
          height: 100%;
          width: 1px;
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
          top: 0;
          left: 50%;
          border-bottom: 0;
          border-left: 2px solid #151616; } }
  .timeline-wrapper .timeline-item .timeline-bottom .timeline-text {
    padding-right: 60px; }
    @media only screen and (max-width: 991px) {
      .timeline-wrapper .timeline-item .timeline-bottom .timeline-text {
        padding: 30px 60px; } }
  .timeline-wrapper .timeline-item.timeline-item-1 {
    width: 17%; }
    @media only screen and (max-width: 991px) {
      .timeline-wrapper .timeline-item.timeline-item-1 {
        width: 100%; }
        .timeline-wrapper .timeline-item.timeline-item-1 .timeline-top {
          padding-top: 0; }
        .timeline-wrapper .timeline-item.timeline-item-1 .timeline-bottom .timeline-text {
          padding: 0; } }
  .timeline-wrapper .timeline-item.timeline-item-2 {
    width: 34.3%; }
    @media only screen and (max-width: 991px) {
      .timeline-wrapper .timeline-item.timeline-item-2 {
        width: 100%; } }
  .timeline-wrapper .timeline-item.timeline-item-3 {
    width: 33.2%; }
    @media only screen and (max-width: 991px) {
      .timeline-wrapper .timeline-item.timeline-item-3 {
        width: 100%; } }
  .timeline-wrapper .timeline-item.timeline-item-4 {
    width: 15.5%; }
    @media only screen and (max-width: 991px) {
      .timeline-wrapper .timeline-item.timeline-item-4 {
        width: 100%; } }
    .timeline-wrapper .timeline-item.timeline-item-4 .timeline-top .timeline-icon {
      margin-left: -10px; }
      @media only screen and (max-width: 991px) {
        .timeline-wrapper .timeline-item.timeline-item-4 .timeline-top .timeline-icon {
          margin: 0 auto; } }
    .timeline-wrapper .timeline-item.timeline-item-4 .timeline-top .timeline-line {
      border-bottom-style: dotted; }
    .timeline-wrapper .timeline-item.timeline-item-4 .timeline-bottom .timeline-text {
      padding-right: 0px; }
      @media only screen and (max-width: 991px) {
        .timeline-wrapper .timeline-item.timeline-item-4 .timeline-bottom .timeline-text {
          padding-right: 60px; } }

/***** STATS *****/
@media only screen and (max-width: 767px) {
  .stats-widget {
    margin-bottom: 20px; } }

.stats-widget .stats-icon {
  height: 115px;
  margin-bottom: 50px; }
  .stats-widget .stats-icon img {
    max-width: 115px; }

.stats-widget .stats-number {
  font-size: 130px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1299px) {
    .stats-widget .stats-number {
      font-size: 90px;
      margin-bottom: 35px; } }
  @media only screen and (max-width: 1299px) {
    .stats-widget .stats-number {
      font-size: 70px;
      margin-bottom: 35px; } }

.stats-widget .stats-label {
  font-size: 30px; }

/***** COOKIE NOTICES *****/
.cookie-notice {
  position: fixed;
  width: 100%;
  top: 150px;
  z-index: 200; }
  .cookie-notice .cookie-notice-inner {
    position: relative;
    background-color: #FCDE32;
    padding: 54px 40px 54px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      .cookie-notice .cookie-notice-inner {
        padding: 50px 30px; } }
    @media only screen and (max-width: 767px) {
      .cookie-notice .cookie-notice-inner {
        flex-wrap: wrap; } }
  .cookie-notice .cookie-close {
    display: none;
    position: absolute;
    top: 18px;
    right: 40px;
    width: 16px;
    height: 16px;
    cursor: pointer; }
    .cookie-notice .cookie-close:before, .cookie-notice .cookie-close:after {
      position: absolute;
      left: 8px;
      content: ' ';
      height: 16px;
      width: 2px;
      background-color: #151616; }
    .cookie-notice .cookie-close:before {
      transform: rotate(45deg); }
    .cookie-notice .cookie-close:after {
      transform: rotate(-45deg); }
  .cookie-notice .cookie-icon {
    width: 15%; }
    @media only screen and (max-width: 991px) {
      .cookie-notice .cookie-icon {
        display: none; } }
  .cookie-notice .cookie-text {
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .cookie-notice .cookie-text {
        width: 100%;
        float: none;
        margin-bottom: 25px; } }
  .cookie-notice .cookie-buttons {
    width: 35%;
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .cookie-notice .cookie-buttons {
        width: 100%;
        float: none; } }
    @media only screen and (max-width: 767px) {
      .cookie-notice .cookie-buttons {
        text-align: left; } }
    .cookie-notice .cookie-buttons .cookies-read-more {
      background-color: #FFF;
      color: #151616;
      min-width: 144px;
      margin-right: 22px; }
      .cookie-notice .cookie-buttons .cookies-read-more::before {
        border-right-color: #FFF; }
      .cookie-notice .cookie-buttons .cookies-read-more::after {
        border-left-color: #FFF; }
      @media only screen and (max-width: 767px) {
        .cookie-notice .cookie-buttons .cookies-read-more {
          min-width: 100px; } }
      .cookie-notice .cookie-buttons .cookies-read-more:hover {
        background-color: #1F48F2;
        color: #FFF; }
        .cookie-notice .cookie-buttons .cookies-read-more:hover::before {
          border-right-color: #1F48F2; }
        .cookie-notice .cookie-buttons .cookies-read-more:hover::after {
          border-left-color: #1F48F2; }
    @media only screen and (max-width: 767px) {
      .cookie-notice .cookie-buttons .cookies-ok {
        min-width: 100px; } }
    .cookie-notice .cookie-buttons .cookies-ok:hover {
      background-color: #1F48F2;
      color: #FFF; }
      .cookie-notice .cookie-buttons .cookies-ok:hover::before {
        border-right-color: #1F48F2; }
      .cookie-notice .cookie-buttons .cookies-ok:hover::after {
        border-left-color: #1F48F2; }

/***** FORMS *****/
.form-wrapper {
  margin-bottom: 30px; }
  .form-wrapper .form-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .form-wrapper .form-row .form-field {
      width: 100%; }
      .form-wrapper .form-row .form-field.half-field {
        width: 50%; }
        @media only screen and (max-width: 767px) {
          .form-wrapper .form-row .form-field.half-field {
            width: 100%; } }
      .form-wrapper .form-row .form-field input, .form-wrapper .form-row .form-field textarea, .form-wrapper .form-row .form-field button {
        width: 100%;
        border: 0;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .form-wrapper .form-row .form-field textarea {
        resize: none; }
  .form-wrapper .form-accept input {
    margin-right: 13px;
    width: 15px;
    height: 15px; }
  .form-wrapper.contact-form, .form-wrapper.download-casestudy-form {
    padding: 0 16.66666%;
    margin-bottom: 49px; }
    @media only screen and (max-width: 991px) {
      .form-wrapper.contact-form, .form-wrapper.download-casestudy-form {
        padding: 0; } }
    .form-wrapper.contact-form .form-row, .form-wrapper.download-casestudy-form .form-row {
      border-bottom: 1px solid #FFF; }
      .form-wrapper.contact-form .form-row:first-child, .form-wrapper.download-casestudy-form .form-row:first-child {
        border-top: 1px solid #FFF; }
      @media only screen and (max-width: 767px) {
        .form-wrapper.contact-form .form-row .half-field, .form-wrapper.download-casestudy-form .form-row .half-field {
          border-top: 1px solid #FFF; }
          .form-wrapper.contact-form .form-row .half-field:first-child, .form-wrapper.download-casestudy-form .form-row .half-field:first-child {
            border-top: 0; } }
    .form-wrapper.contact-form .form-accept, .form-wrapper.download-casestudy-form .form-accept {
      margin-top: 28px; }
    .form-wrapper.contact-form .submit-button, .form-wrapper.download-casestudy-form .submit-button {
      position: relative;
      text-align: right;
      padding-top: 5px;
      padding-bottom: 5px;
      /*&:hover{
				color: $yellow;
			}*/ }
      .form-wrapper.contact-form .submit-button span, .form-wrapper.download-casestudy-form .submit-button span {
        position: relative;
        display: inline-block;
        z-index: 10;
        transition: all 150ms ease-out;
        -webkit-transition: all 150ms ease-out;
        -moz-transition: all 150ms ease-out;
        -ms-transition: all 150ms ease-out;
        -o-transition: all 150ms ease-out; }
      .form-wrapper.contact-form .submit-button::before, .form-wrapper.download-casestudy-form .submit-button::before {
        content: '';
        position: absolute;
        width: 0%;
        height: 100%;
        right: 0;
        bottom: 0;
        background-color: #FFF;
        transition: all 150ms ease-out;
        -webkit-transition: all 150ms ease-out;
        -moz-transition: all 150ms ease-out;
        -ms-transition: all 150ms ease-out;
        -o-transition: all 150ms ease-out; }
      .form-wrapper.contact-form .submit-button:hover, .form-wrapper.download-casestudy-form .submit-button:hover {
        color: #151616; }
        .form-wrapper.contact-form .submit-button:hover::before, .form-wrapper.download-casestudy-form .submit-button:hover::before {
          width: 100%; }
    .form-wrapper.contact-form input, .form-wrapper.contact-form textarea, .form-wrapper.contact-form button, .form-wrapper.download-casestudy-form input, .form-wrapper.download-casestudy-form textarea, .form-wrapper.download-casestudy-form button {
      font-size: 41px;
      color: #FFF;
      outline: 0;
      font-weight: 300; }
      @media only screen and (max-width: 767px) {
        .form-wrapper.contact-form input, .form-wrapper.contact-form textarea, .form-wrapper.contact-form button, .form-wrapper.download-casestudy-form input, .form-wrapper.download-casestudy-form textarea, .form-wrapper.download-casestudy-form button {
          font-size: 25px;
          padding-top: 5px;
          padding-bottom: 5px; } }
      .form-wrapper.contact-form input::-webkit-input-placeholder, .form-wrapper.contact-form textarea::-webkit-input-placeholder, .form-wrapper.contact-form button::-webkit-input-placeholder, .form-wrapper.download-casestudy-form input::-webkit-input-placeholder, .form-wrapper.download-casestudy-form textarea::-webkit-input-placeholder, .form-wrapper.download-casestudy-form button::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 300; }
      .form-wrapper.contact-form input:-moz-placeholder, .form-wrapper.contact-form textarea:-moz-placeholder, .form-wrapper.contact-form button:-moz-placeholder, .form-wrapper.download-casestudy-form input:-moz-placeholder, .form-wrapper.download-casestudy-form textarea:-moz-placeholder, .form-wrapper.download-casestudy-form button:-moz-placeholder {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 300; }
      .form-wrapper.contact-form input::-moz-placeholder, .form-wrapper.contact-form textarea::-moz-placeholder, .form-wrapper.contact-form button::-moz-placeholder, .form-wrapper.download-casestudy-form input::-moz-placeholder, .form-wrapper.download-casestudy-form textarea::-moz-placeholder, .form-wrapper.download-casestudy-form button::-moz-placeholder {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 300; }
      .form-wrapper.contact-form input:-ms-input-placeholder, .form-wrapper.contact-form textarea:-ms-input-placeholder, .form-wrapper.contact-form button:-ms-input-placeholder, .form-wrapper.download-casestudy-form input:-ms-input-placeholder, .form-wrapper.download-casestudy-form textarea:-ms-input-placeholder, .form-wrapper.download-casestudy-form button:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 300; }
  .form-wrapper.download-casestudy-form {
    margin: 0;
    padding: 0; }
    .form-wrapper.download-casestudy-form .form-bottom {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 40px; }
      .form-wrapper.download-casestudy-form .form-bottom > div {
        margin-top: 0; }
    .form-wrapper.download-casestudy-form .send-casestudy {
      font-size: 14px;
      color: #151616;
      font-weight: 600;
      padding: 15px; }
      .form-wrapper.download-casestudy-form .send-casestudy:hover {
        color: #FFF; }
      .form-wrapper.download-casestudy-form .send-casestudy::before {
        left: -8px; }
      .form-wrapper.download-casestudy-form .send-casestudy::after {
        right: -8px; }

/***** LIGHTBOX *****/
.lightbox-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none; }
  .lightbox-wrapper .overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #151616;
    opacity: 0.3; }
  .lightbox-wrapper .lightbox-container {
    position: absolute;
    width: 70%;
    max-width: 910px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: #151616;
    padding: 60px 75px 90px; }

/***** VIDEO *****/
.video-responsive {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }
  .video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.section-accordions .section-accordions-container {
  border-bottom: 2px solid white; }

.section-accordions .section-accordions-title {
  width: 810px;
  max-width: 100%;
  font-size: 90px;
  line-height: 85px;
  text-align: left;
  margin-bottom: 30px;
  font-weight: 500; }
  @media only screen and (max-width: 991px) {
    .section-accordions .section-accordions-title {
      font-size: 40px;
      line-height: 1em; } }

.section-accordions .section-accordions-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  appearance: none;
  color: white;
  cursor: pointer;
  padding: 20px 15px 20px 0;
  font-size: 30px;
  border: none;
  outline: none;
  transition: 0.4s;
  border-top: 2px solid white; }
  @media only screen and (max-width: 991px) {
    .section-accordions .section-accordions-button {
      font-size: 22px; } }
  .section-accordions .section-accordions-button .section-accordions-number {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 35px;
    line-height: 55px;
    background: url("../img/dora/accordion-number-bg.430de13091b4.svg") no-repeat center center/50px;
    color: #151616;
    margin-right: 18px;
    font-weight: 500; }
    @media only screen and (max-width: 991px) {
      .section-accordions .section-accordions-button .section-accordions-number {
        background: url("../img/dora/accordion-number-bg.430de13091b4.svg") no-repeat center center/35px;
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 40px;
        margin-right: 10px; } }
  .section-accordions .section-accordions-button .section-accordions-name {
    width: calc(100% - 98px);
    text-align: left; }
    @media only screen and (max-width: 991px) {
      .section-accordions .section-accordions-button .section-accordions-name {
        width: calc(100% - 63px); } }
  .section-accordions .section-accordions-button::after {
    content: '';
    /* Unicode character for "plus" sign (+) */
    width: 30px;
    height: 15px;
    background: url("../img/dora/accordion-toggle.975d972f53f6.svg") no-repeat center center/30px;
    margin-left: 5px;
    transition: 0.2s; }
    @media only screen and (max-width: 991px) {
      .section-accordions .section-accordions-button::after {
        width: 18px; } }
  .section-accordions .section-accordions-button.active::after {
    transform: rotate(180deg); }

.section-accordions .section-accordions-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out; }
  .section-accordions .section-accordions-panel .section-accordions-panel-content {
    padding-bottom: 60px; }
    .section-accordions .section-accordions-panel .section-accordions-panel-content > img {
      display: block;
      margin: 80px auto; }
    .section-accordions .section-accordions-panel .section-accordions-panel-content > p {
      font-size: 20px;
      font-weight: 300; }
    .section-accordions .section-accordions-panel .section-accordions-panel-content .column {
      margin-top: 60px;
      margin-bottom: 60px; }
      .section-accordions .section-accordions-panel .section-accordions-panel-content .column .content-icon {
        height: 95px; }
      .section-accordions .section-accordions-panel .section-accordions-panel-content .column h3 {
        font-weight: 500;
        font-size: 30px;
        line-height: 33px; }
      .section-accordions .section-accordions-panel .section-accordions-panel-content .column p {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500; }

.section-thelab-title .section-inner {
  padding-top: 215px;
  padding-bottom: 0px; }
  .section-thelab-title .section-inner .section-title {
    margin-bottom: 0;
    padding-bottom: 35px; }
  @media only screen and (max-width: 991px) {
    .section-thelab-title .section-inner {
      padding-top: 150px;
      padding-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .section-thelab-title .section-inner {
      padding-top: 150px;
      padding-bottom: 10px; } }

.section-theblog-title .section-inner {
  padding-top: 150px;
  padding-bottom: 70px; }
  .section-theblog-title .section-inner .header-image {
    padding-bottom: 30px; }
  .section-theblog-title .section-inner .h4 {
    display: block;
    width: 380px;
    max-width: 100%;
    margin: auto; }
  @media only screen and (max-width: 991px) {
    .section-theblog-title .section-inner {
      padding-top: 150px;
      padding-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .section-theblog-title .section-inner {
      padding-top: 150px;
      padding-bottom: 10px; } }

.categories-list {
  text-align: center; }
  .categories-list .category-item {
    display: inline-block;
    margin: 10px; }
    .categories-list .category-item a {
      display: inline-block;
      position: relative;
      margin: 0 15px;
      text-align: center;
      background-color: #FCDE32;
      transition: all 250ms ease-out;
      -webkit-transition: all 250ms ease-out;
      -moz-transition: all 250ms ease-out;
      -ms-transition: all 250ms ease-out;
      -o-transition: all 250ms ease-out;
      padding: 18px 3px;
      min-width: 130px;
      color: #151616; }
      .categories-list .category-item a:before {
        content: "";
        position: absolute;
        height: calc(100% - 30px);
        width: 0;
        left: -15px;
        top: 0;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #FCDE32;
        border-top: 15px solid transparent;
        transition: all 250ms ease-out;
        -webkit-transition: all 250ms ease-out;
        -moz-transition: all 250ms ease-out;
        -ms-transition: all 250ms ease-out;
        -o-transition: all 250ms ease-out; }
      .categories-list .category-item a:after {
        content: "";
        position: absolute;
        height: calc(100% - 30px);
        width: 0;
        right: -15px;
        top: 0;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #FCDE32;
        border-top: 15px solid transparent;
        transition: all 250ms ease-out;
        -webkit-transition: all 250ms ease-out;
        -moz-transition: all 250ms ease-out;
        -ms-transition: all 250ms ease-out;
        -o-transition: all 250ms ease-out; }
      @media only screen and (max-width: 991px) {
        .categories-list .category-item a {
          min-width: 90px; } }
    .categories-list .category-item:hover a, .categories-list .category-item.category-active a {
      background-color: #1F48F2;
      color: #FFF; }
      .categories-list .category-item:hover a::before, .categories-list .category-item.category-active a::before {
        border-right-color: #1F48F2; }
      .categories-list .category-item:hover a::after, .categories-list .category-item.category-active a::after {
        border-left-color: #1F48F2; }

.lab-searchbox {
  position: relative;
  width: 900px;
  max-width: 100%;
  margin: 0 auto; }
  .lab-searchbox input {
    width: 100%;
    border: 0;
    border-bottom: 4px solid #FFF;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 26px;
    color: #FFF;
    outline: 0;
    font-weight: 300;
    padding: 10px 0; }
    @media only screen and (max-width: 767px) {
      .lab-searchbox input {
        font-size: 25px;
        padding-top: 5px;
        padding-bottom: 5px; } }
    .lab-searchbox input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8);
      font-weight: 300; }
    .lab-searchbox input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.8);
      font-weight: 300; }
    .lab-searchbox input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.8);
      font-weight: 300; }
    .lab-searchbox input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8);
      font-weight: 300; }
  .lab-searchbox button.search-submit {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: 50%;
    margin-top: -18px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background: transparent url("../img/icons/search-icon.369973da7644.svg") no-repeat center center/100%; }
    @media only screen and (max-width: 767px) {
      .lab-searchbox button.search-submit {
        width: 30px;
        height: 30px;
        -webkit-background-size: 30px;
        background-size: 30px; } }

.section-lab-grid .lab-item .thumb, .post-related .lab-item .thumb {
  margin-bottom: 35px; }
  .section-lab-grid .lab-item .thumb img, .post-related .lab-item .thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover; }

.section-lab-grid .lab-item .meta-info, .post-related .lab-item .meta-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }

.section-lab-grid .lab-item .title, .post-related .lab-item .title {
  margin-bottom: 25px; }

.section-lab-grid .lab-item .excerpt, .post-related .lab-item .excerpt {
  margin-bottom: 25px; }

.section-lab-grid .lab-item .more-link, .post-related .lab-item .more-link {
  text-decoration: underline;
  font-weight: 600; }

.post-related .lab-item .thumb img {
  height: 350px; }
  @media only screen and (max-width: 767px) {
    .post-related .lab-item .thumb img {
      height: 200px; } }

.page-blog .section-lab-grid .section-inner {
  padding-bottom: 0; }

.page-blog .section-lab-grid .lab-item {
  margin-bottom: 70px;
  /*&:first-child{
				width: 100%;
				margin-bottom: 90px;
				
				@include under-md{
					width: 100%;
					margin-bottom: 50px;
				}
				
				.thumb{
					img{
						height: 430px;
					}
				}
			}*/ }
  @media only screen and (max-width: 991px) {
    .page-blog .section-lab-grid .lab-item {
      margin-bottom: 40px; } }

.page-post .post-header {
  height: 590px; }
  .page-post .post-header .section-inner {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%; }
    .page-post .post-header .section-inner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.page-post .section-post-meta {
  padding-top: 110px; }
  .page-post .section-post-meta .post-categories {
    margin-bottom: 60px; }
  .page-post .section-post-meta .post-image {
    padding: 0 100px; }
    @media only screen and (max-width: 991px) {
      .page-post .section-post-meta .post-image {
        padding: 0; } }

.page-post .section-post-content img {
  margin-top: 30px;
  margin-bottom: 30px; }

.page-post .section-post-content blockquote {
  position: relative;
  padding: 130px 110px 50px;
  background-color: #FCDE32; }
  @media only screen and (max-width: 991px) {
    .page-post .section-post-content blockquote {
      padding: 130px 60px 30px; } }
  @media only screen and (max-width: 767px) {
    .page-post .section-post-content blockquote {
      padding: 130px 30px 30px; } }
  .page-post .section-post-content blockquote::before {
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50px;
    left: 110px;
    background-image: url("/assets/img/icons/asterisk.0d4dfabd237e.svg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
    @media only screen and (max-width: 991px) {
      .page-post .section-post-content blockquote::before {
        left: 60px; } }
    @media only screen and (max-width: 767px) {
      .page-post .section-post-content blockquote::before {
        left: 30px; } }
  .page-post .section-post-content blockquote::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 80px solid white;
    border-left: 80px solid #FCDE32;
    width: 0; }

.page-post .post-share .share-wrapper {
  position: relative;
  margin: 0 30px;
  text-align: center;
  background-color: #1F48F2;
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px; }
  .page-post .post-share .share-wrapper:before {
    content: "";
    position: absolute;
    height: calc(100% - 60px);
    width: 0;
    left: -30px;
    top: 0;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #1F48F2;
    border-top: 30px solid transparent;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out; }
  .page-post .post-share .share-wrapper:after {
    content: "";
    position: absolute;
    height: calc(100% - 60px);
    width: 0;
    right: -30px;
    top: 0;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #1F48F2;
    border-top: 30px solid transparent;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out; }
  @media only screen and (max-width: 767px) {
    .page-post .post-share .share-wrapper .share-label {
      width: 100%;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .page-post .post-share .share-wrapper .share-icons {
      width: 100%; } }
  .page-post .post-share .share-wrapper .share-icon {
    display: inline-block;
    margin-left: 20px; }
    @media only screen and (max-width: 767px) {
      .page-post .post-share .share-wrapper .share-icon {
        margin-left: 5px;
        margin-right: 5px; } }
    .page-post .post-share .share-wrapper .share-icon img {
      margin: 0; }

.page-post .post-nav .section-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.page-post .post-nav .post-prev img, .page-post .post-nav .post-prev div, .page-post .post-nav .post-next img, .page-post .post-nav .post-next div {
  display: inline-block;
  margin: 0;
  vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .page-post .post-nav .post-prev img, .page-post .post-nav .post-prev div, .page-post .post-nav .post-next img, .page-post .post-nav .post-next div {
      width: 40px;
      font-size: 20px; } }

.page-post .post-nav .post-prev img {
  margin-right: 18px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.page-post .post-nav .post-next img {
  margin-left: 18px; }

.section-search-results .search-item {
  margin-bottom: 60px; }
  .section-search-results .search-item .search-item-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .section-search-results .search-item .search-item-inner {
        flex-wrap: wrap; } }
    .section-search-results .search-item .search-item-inner .thumb {
      width: 185px;
      margin-right: 45px;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        .section-search-results .search-item .search-item-inner .thumb {
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }

.section-search-results .search-load-more {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }

.page-dora {
  overflow-x: hidden; }
  .page-dora .container.container-min {
    max-width: 1092px; }
  .page-dora .row:not(.gutter-10):not(.gutter-30):not(.gutter-50):not(.gutter-60) {
    margin-left: -15px;
    margin-right: -15px; }
  .page-dora .row .column.column-20 {
    width: 20%; }
  .page-dora .row .column.column-40 {
    width: 40%; }
  @media only screen and (max-width: 991px) {
    .page-dora .row .column {
      width: 100% !important; } }
  .page-dora .d-inline {
    display: inline-block !important; }
  .page-dora .text-medium {
    font-weight: 500 !important; }
  .page-dora .text-regular {
    font-weight: 400 !important; }
  .page-dora .dora-header .content {
    padding-bottom: 60px; }
  .page-dora .dora-header .big-title {
    max-width: 906px;
    line-height: 110px;
    margin: 0 auto 340px; }
    @media only screen and (max-width: 1299px) {
      .page-dora .dora-header .big-title {
        line-height: 1em; } }
    @media only screen and (max-width: 991px) {
      .page-dora .dora-header .big-title {
        margin: 0 auto 260px; } }
  .page-dora .dora-header .header-image {
    margin: 0 auto 73px; }
    @media only screen and (max-width: 991px) {
      .page-dora .dora-header .header-image {
        width: 160px;
        margin: 0 auto 30px; } }
  .page-dora .section-dora-intro .section-inner {
    padding-top: 200px;
    padding-bottom: 150px; }
    @media only screen and (max-width: 991px) {
      .page-dora .section-dora-intro .section-inner {
        padding-top: 50px;
        padding-bottom: 50px; } }
  .page-dora .section-dora-intro .section-video .video-wrapper {
    width: 880px;
    max-width: 100%;
    margin-top: 150px; }
    @media only screen and (max-width: 991px) {
      .page-dora .section-dora-intro .section-video .video-wrapper {
        margin-top: 30px; } }
  .page-dora .section-dora-intro .section-video .video-responsive {
    width: 880px;
    max-width: 100%;
    margin: 150px auto 0;
    padding-bottom: 41.1%; }
  .page-dora .section-timeline-dora .timeline-wrapper {
    margin-left: 60px;
    margin-right: -60px; }
    @media only screen and (max-width: 991px) {
      .page-dora .section-timeline-dora .timeline-wrapper {
        margin: 0; } }
    @media only screen and (max-width: 991px) {
      .page-dora .section-timeline-dora .timeline-wrapper .timeline-item {
        width: 100% !important; } }
    .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-1 {
      width: 21%; }
    .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-2 {
      width: 21%; }
    .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-3 {
      width: 16%; }
      .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-3 .timeline-top .timeline-line {
        border-bottom-style: dotted; }
      .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-3 .timeline-title {
        margin-left: -15px; }
        @media only screen and (max-width: 991px) {
          .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-3 .timeline-title {
            margin-left: 0; } }
    .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-4 {
      width: 21%; }
      .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-4 .timeline-top .timeline-line {
        border-bottom-style: dotted; }
      .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-4 .timeline-title {
        margin-left: -25px; }
        @media only screen and (max-width: 991px) {
          .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-4 .timeline-title {
            margin-left: 0; } }
      .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-4 .timeline-text {
        padding-left: 0 !important; }
    .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-5 {
      width: 21%; }
      .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-5 .timeline-top .timeline-line {
        display: none; }
        @media only screen and (max-width: 991px) {
          .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-5 .timeline-top .timeline-line {
            display: block; } }
      .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-5 .timeline-title {
        margin-left: -8px; }
        @media only screen and (max-width: 991px) {
          .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-5 .timeline-title {
            margin-left: 0; } }
      .page-dora .section-timeline-dora .timeline-wrapper .timeline-item.timeline-item-5 .timeline-text {
        padding-left: 12px !important; }
    @media only screen and (max-width: 991px) {
      .page-dora .section-timeline-dora .timeline-wrapper .timeline-item .timeline-title {
        text-align: center !important; } }
    .page-dora .section-timeline-dora .timeline-wrapper .timeline-item .timeline-title h3 {
      display: inline-block;
      text-align: center;
      font-size: 25px;
      font-weight: 500;
      min-height: 100px; }
      @media only screen and (max-width: 991px) {
        .page-dora .section-timeline-dora .timeline-wrapper .timeline-item .timeline-title h3 {
          min-height: inherit;
          margin-bottom: 15px; } }
    .page-dora .section-timeline-dora .timeline-wrapper .timeline-item .timeline-top {
      padding-left: 15px; }
      @media only screen and (max-width: 991px) {
        .page-dora .section-timeline-dora .timeline-wrapper .timeline-item .timeline-top {
          padding-left: 0; } }
      .page-dora .section-timeline-dora .timeline-wrapper .timeline-item .timeline-top .timeline-icon {
        width: 75px;
        min-width: 75px; }
        @media only screen and (max-width: 991px) {
          .page-dora .section-timeline-dora .timeline-wrapper .timeline-item .timeline-top .timeline-icon {
            width: 90px;
            min-width: 90px; } }
      .page-dora .section-timeline-dora .timeline-wrapper .timeline-item .timeline-top .timeline-line {
        left: 20px; }
        @media only screen and (max-width: 991px) {
          .page-dora .section-timeline-dora .timeline-wrapper .timeline-item .timeline-top .timeline-line {
            left: 50%; } }
    .page-dora .section-timeline-dora .timeline-wrapper .timeline-item .timeline-bottom .timeline-text {
      padding-right: 50px;
      padding-left: 15px; }
      @media only screen and (max-width: 991px) {
        .page-dora .section-timeline-dora .timeline-wrapper .timeline-item .timeline-bottom .timeline-text {
          padding: 30px 60px !important; } }
  .page-dora .section-compliance .section-compliance-title {
    font-size: 90px;
    line-height: 85px;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #151616;
    font-weight: 500; }
    @media only screen and (max-width: 991px) {
      .page-dora .section-compliance .section-compliance-title {
        font-size: 40px;
        line-height: 1em; } }
  .page-dora .section-compliance .container > img {
    display: block;
    margin: 100px auto 0; }
  .page-dora .section-compliance p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300; }
  .page-dora .section-compliance .section-compliance-step-inner {
    padding-top: 80px;
    padding-bottom: 80px; }
  .page-dora .section-compliance .section-compliance-step-title {
    border-bottom: 2px solid #FFF;
    padding-bottom: 25px;
    margin-bottom: 50px; }
  .page-dora .section-compliance .section-compliance-step-list {
    margin-top: 50px; }
    .page-dora .section-compliance .section-compliance-step-list .h3 {
      margin-bottom: 0; }
    .page-dora .section-compliance .section-compliance-step-list p {
      position: relative;
      padding-left: 44px;
      margin: 50px 0;
      font-weight: 300; }
      @media only screen and (max-width: 991px) {
        .page-dora .section-compliance .section-compliance-step-list p {
          margin-top: 30px;
          margin-bottom: 30px; } }
      .page-dora .section-compliance .section-compliance-step-list p::before {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        display: block;
        width: 18px;
        height: 18px;
        background-color: #151616;
        border-radius: 50%; }
  .page-dora .section-compliance .plan-column > .inner-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 30px 30px;
    height: 100%; }
    .page-dora .section-compliance .plan-column > .inner-column .content-text {
      flex-grow: 1;
      margin-bottom: 30px; }
      .page-dora .section-compliance .plan-column > .inner-column .content-text ul {
        font-size: 20px;
        line-height: 26px;
        font-weight: 300; }
        .page-dora .section-compliance .plan-column > .inner-column .content-text ul li {
          position: relative;
          padding-left: 30px;
          margin-bottom: 5px; }
          .page-dora .section-compliance .plan-column > .inner-column .content-text ul li::before {
            content: '';
            position: absolute;
            top: 6px;
            left: 0;
            display: block;
            width: 12px;
            height: 12px;
            background-color: #151616;
            border-radius: 50%; }
  .page-dora .section-roadmap .section-inner {
    padding-bottom: 0; }
  .page-dora .section-roadmap-title,
  .page-dora .section-related-title {
    font-weight: 500;
    border-bottom: 2px solid #151616;
    padding-bottom: 25px;
    margin-bottom: 80px; }

.page-testing .container.container-min {
  max-width: 1092px; }

.page-testing .row:not(.gutter-10):not(.gutter-30):not(.gutter-50):not(.gutter-60) {
  margin-left: -15px;
  margin-right: -15px; }

.page-testing .row .column.column-25 {
  width: 25%; }

.page-testing .row .column.column-30 {
  width: 30%; }

.page-testing .row .column.column-35 {
  width: 35%; }

.page-testing .row .column.column-75 {
  width: 75%; }

@media only screen and (max-width: 991px) {
  .page-testing .row .column {
    width: 100% !important; } }

.page-testing .d-inline {
  display: inline-block !important; }

.page-testing .text-medium {
  font-weight: 500 !important; }

.page-testing .text-regular {
  font-weight: 400 !important; }

.page-testing .testing-header .content {
  padding-bottom: 60px; }

.page-testing .testing-header .big-title {
  max-width: 906px;
  line-height: 110px;
  margin: 0 auto 300px; }
  @media only screen and (max-width: 1299px) {
    .page-testing .testing-header .big-title {
      line-height: 1em; } }
  @media only screen and (max-width: 991px) {
    .page-testing .testing-header .big-title {
      font-size: 52px;
      margin: 0 auto 150px; } }

.page-testing .testing-header .header-image {
  margin: -70px auto 30px; }
  @media only screen and (max-width: 991px) {
    .page-testing .testing-header .header-image {
      margin: -40px auto 30px;
      width: 200px; } }

.page-testing .section-testing-intro-1 {
  padding-top: 60px;
  padding-bottom: 80px; }
  .page-testing .section-testing-intro-1 img {
    width: 240px; }
  .page-testing .section-testing-intro-1 h3 {
    margin-bottom: 15px; }
    @media only screen and (max-width: 991px) {
      .page-testing .section-testing-intro-1 h3 {
        font-size: 30px; } }
  .page-testing .section-testing-intro-1 p {
    font-size: 20px;
    width: 833px;
    max-width: 100%;
    margin: 0 auto 30px; }
  .page-testing .section-testing-intro-1 .separator-vert {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -120px;
    margin: 50px auto;
    height: 128px; }

.page-testing .section-testing-intro-2 {
  padding-top: 15px; }
  .page-testing .section-testing-intro-2 .separator-vert {
    margin: 50px auto;
    height: 110px; }
  .page-testing .section-testing-intro-2 .section-testing-intro-shields {
    width: 100%;
    max-width: 812px;
    margin-left: auto;
    margin-right: auto; }
  .page-testing .section-testing-intro-2 h3 {
    margin-top: 15px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 991px) {
      .page-testing .section-testing-intro-2 h3 {
        font-size: 30px; } }
  .page-testing .section-testing-intro-2 p {
    margin: 0 auto 30px; }
  .page-testing .section-testing-intro-2 .oct-button {
    margin-top: 30px; }

.page-testing .section-testing-intro-3 {
  position: relative;
  display: block;
  width: 100%;
  height: 390px;
  background: url("../img/testing/people.509faeeb5964.png") no-repeat center center/cover;
  background-attachment: fixed; }

.page-testing .section-testing-accordions,
.page-testing .section-testing-destacado {
  margin-bottom: 36px; }

.page-testing .section-testing-icons .section-testing-icons-title {
  border-bottom: 2px solid white;
  margin-bottom: 50px; }
  .page-testing .section-testing-icons .section-testing-icons-title h2 {
    width: 100%;
    max-width: 751px;
    padding-bottom: 50px; }

.page-testing .section-testing-icons .section-testing-icons-item {
  padding-top: 50px;
  padding-bottom: 80px;
  border-bottom: 1px solid white; }
  @media only screen and (max-width: 991px) {
    .page-testing .section-testing-icons .section-testing-icons-item {
      padding-top: 30px;
      padding-bottom: 0; } }
  .page-testing .section-testing-icons .section-testing-icons-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none; }
  .page-testing .section-testing-icons .section-testing-icons-item h3 {
    margin-bottom: 50px; }
  .page-testing .section-testing-icons .section-testing-icons-item .section-testing-icons-item-column {
    display: flex; }
    .page-testing .section-testing-icons .section-testing-icons-item .section-testing-icons-item-column:last-of-type {
      justify-content: end; }
    .page-testing .section-testing-icons .section-testing-icons-item .section-testing-icons-item-column .column-inner {
      width: 100%;
      max-width: 450px; }

.page-consulting {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .page-consulting .container.container-min {
    max-width: 1092px; }
  .page-consulting .row:not(.gutter-10):not(.gutter-30):not(.gutter-50):not(.gutter-60) {
    margin-left: -15px;
    margin-right: -15px; }
  .page-consulting .row .column.column-40 {
    width: 40%; }
  @media only screen and (max-width: 991px) {
    .page-consulting .row .column {
      width: 100% !important; } }
  .page-consulting .d-inline {
    display: inline-block !important; }
  .page-consulting .text-medium {
    font-weight: 500 !important; }
  .page-consulting .text-regular {
    font-weight: 400 !important; }
  .page-consulting .consulting-header {
    position: relative; }
    .page-consulting .consulting-header .content {
      position: relative;
      padding-bottom: 60px; }
    .page-consulting .consulting-header .big-title {
      max-width: 906px;
      line-height: 110px;
      margin: 0 auto 40px; }
      @media only screen and (max-width: 991px) {
        .page-consulting .consulting-header .big-title {
          font-size: 45px;
          line-height: 1em; } }
    .page-consulting .consulting-header .header-image {
      position: absolute;
      top: 170px;
      left: 0;
      right: 0;
      margin: auto;
      width: 1024px;
      max-width: 100%;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .page-consulting .consulting-header .header-image {
          top: 320px;
          object-fit: contain;
          max-height: 300px;
          max-width: 120%;
          margin: 0 -10%; } }
  .page-consulting .section-consulting-intro {
    padding-top: 220px; }
    @media only screen and (max-width: 767px) {
      .page-consulting .section-consulting-intro {
        padding-top: 80px; } }
    @media only screen and (max-width: 767px) {
      .page-consulting .section-consulting-intro img {
        display: inline-block;
        width: 65%; } }
  .page-consulting .section-consulting-description {
    padding-bottom: 60px; }
    .page-consulting .section-consulting-description p {
      font-size: 20px;
      line-height: 26px; }
  .page-consulting .section-consulting-services .row {
    justify-content: space-between; }
  .page-consulting .section-consulting-services h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 991px) {
      .page-consulting .section-consulting-services h2 {
        font-size: 40px;
        line-height: 1em; } }
  .page-consulting .section-consulting-services p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px; }
  .page-consulting .section-consulting-links .section-inner {
    padding-top: 80px;
    padding-bottom: 80px; }
  .page-consulting .section-consulting-links .section-consulting-links-column {
    padding: 40px; }
    .page-consulting .section-consulting-links .section-consulting-links-column h3 {
      width: 100%;
      max-width: 380px; }
    .page-consulting .section-consulting-links .section-consulting-links-column p {
      font-size: 22px;
      line-height: 24px;
      font-weight: 500;
      width: 100%;
      max-width: 220px;
      min-height: 50px;
      margin-bottom: 60px; }
  .page-consulting .section-home-discover {
    margin-bottom: 40px; }
