/* All Variables should be declared here which makes it easier to update if something changes globally */
:root {
  --color-purple: #084677;
  --color-blue: #1078BE;
  --color-orange: #FF7A00;
  --color-green: #B6DF5C;
  --color-light-blue: #DCEDFF;
  --padding-container: 35px;
}
@media (min-width: 768px) {
  :root {
    --padding-container: 50px;
  }
}
@media (min-width: 1260px) {
  :root {
    --padding-container: 100px;
  }
}
@media (min-width: 1600px) {
  :root {
    --padding-container: min(140px, 7.3vw);
  }
}

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/***
    The new CSS reset - version 1.8.2 (last updated 23.12.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: pointer;
}

/* For images to not be able to exceed their container */
img {
  display: block;
  max-inline-size: 100%;
  max-block-size: 100%;
  height: auto;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
pre {
  all: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**
100    Extra Light or Ultra Light
200    Light or Thin
300    Book or Demi
400    Normal or Regular
500    Medium
600    Semibold, Demibold
700    Bold
800    Black, Extra Bold or Heavy
900    Extra Black, Fat, Poster or Ultra Black
**/
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima_nova_black.eot");
  src: url("../fonts/proxima_nova_black.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_black.woff2") format("woff2"), url("../fonts/proxima_nova_black.woff") format("woff"), url("../fonts/proxima_nova_black.ttf") format("truetype"), url("../fonts/proxima_nova_black.svg#proxima_nova_blblack") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima_nova_bold.eot");
  src: url("../fonts/proxima_nova_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_bold.woff2") format("woff2"), url("../fonts/proxima_nova_bold.woff") format("woff"), url("../fonts/proxima_nova_bold.ttf") format("truetype"), url("../fonts/proxima_nova_bold.svg#proxima_nova_rgbold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima_nova_extrabold.eot");
  src: url("../fonts/proxima_nova_extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_extrabold.woff2") format("woff2"), url("../fonts/proxima_nova_extrabold.woff") format("woff"), url("../fonts/proxima_nova_extrabold.ttf") format("truetype"), url("../fonts/proxima_nova_extrabold.svg#proxima_nova_thextrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima_nova_light.eot");
  src: url("../fonts/proxima_nova_light.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_light.woff2") format("woff2"), url("../fonts/proxima_nova_light.woff") format("woff"), url("../fonts/proxima_nova_light.ttf") format("truetype"), url("../fonts/proxima_nova_light.svg#proxima_nova_ltlight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima_nova_regular.eot");
  src: url("../fonts/proxima_nova_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_regular.woff2") format("woff2"), url("../fonts/proxima_nova_regular.woff") format("woff"), url("../fonts/proxima_nova_regular.ttf") format("truetype"), url("../fonts/proxima_nova_regular.svg#proxima_nova_rgregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima_nova_semibold.eot");
  src: url("../fonts/proxima_nova_semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_semibold.woff2") format("woff2"), url("../fonts/proxima_nova_semibold.woff") format("woff"), url("../fonts/proxima_nova_semibold.ttf") format("truetype"), url("../fonts/proxima_nova_semibold.svg#proxima_nova_ltsemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima_nova_thin_italic.eot");
  src: url("../fonts/proxima_nova_thin_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_thin_italic.woff2") format("woff2"), url("../fonts/proxima_nova_thin_italic.woff") format("woff"), url("../fonts/proxima_nova_thin_italic.ttf") format("truetype"), url("../fonts/proxima_nova_thin_italic.svg#proxima_novathin_italic") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima_nova_thin.eot");
  src: url("../fonts/proxima_nova_thin.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_thin.woff2") format("woff2"), url("../fonts/proxima_nova_thin.woff") format("woff"), url("../fonts/proxima_nova_thin.ttf") format("truetype"), url("../fonts/proxima_nova_thin.svg#proxima_nova_ththin") format("svg");
  font-weight: 200;
  font-style: normal;
}
body {
  color: #000000;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.16875;
}
@media (min-width: 1260px) {
  body {
    font-size: 1.1875rem;
    line-height: 1.47;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 1.3125rem;
    line-height: 1.43;
  }
}

*:last-child {
  margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  position: relative;
  margin: 0;
  font-weight: normal;
}
h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong, h5 strong, .h5 strong, h6 strong, .h6 strong {
  font-weight: 800;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

.sectionHero h1, .sectionHero .h1 {
  font-family: "Proxima Nova", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 0.95;
  font-weight: 800;
  margin: 0;
}
@media (min-width: 768px) {
  .sectionHero h1, .sectionHero .h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1260px) {
  .sectionHero h1, .sectionHero .h1 {
    font-size: 6.25rem;
  }
}
@media (min-width: 1600px) {
  .sectionHero h1, .sectionHero .h1 {
    font-size: 7.5rem;
  }
}

h1, .h1 {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 800;
  font-size: 1.5625rem;
  line-height: 1;
  margin: 40px 0 20px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.375rem;
  }
}
@media (min-width: 1260px) {
  h1, .h1 {
    font-size: 3.5rem;
    margin-bottom: 25px;
  }
}
h1 em, .h1 em {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: none;
  font-family: Mulish, sans-serif;
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  h1 em, .h1 em {
    margin-bottom: 5px !important;
  }
}
h1.large, .h1.large {
  text-transform: uppercase;
  font-size: 2.1875rem;
  line-height: 0.88;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  h1.large, .h1.large {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1260px) {
  h1.large, .h1.large {
    font-size: 4.6875rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1900px) {
  h1.large, .h1.large {
    font-size: 5.9375rem;
    margin-bottom: 50px;
  }
}
h1.large:last-child, .h1.large:last-child {
  margin-bottom: 0;
}
h1.large.underline, .h1.large.underline {
  padding-bottom: 17px;
}
@media (min-width: 768px) {
  h1.large.underline, .h1.large.underline {
    padding-bottom: 25px;
  }
}
@media (min-width: 1260px) {
  h1.large.underline, .h1.large.underline {
    padding-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  h1.large.underline, .h1.large.underline {
    padding-bottom: 40px;
  }
}
h1.large.underline:after, .h1.large.underline:after {
  width: 62px;
  height: 6px;
}
@media (min-width: 768px) {
  h1.large.underline:after, .h1.large.underline:after {
    width: 88px;
    height: 9px;
  }
}
@media (min-width: 1260px) {
  h1.large.underline:after, .h1.large.underline:after {
    width: 125px;
    height: 13px;
  }
}
@media (min-width: 1600px) {
  h1.large.underline:after, .h1.large.underline:after {
    width: 150px;
    height: 15px;
  }
}
h1.bgStrip:before, .h1.bgStrip:before {
  content: "";
  display: block;
  height: 43px;
  position: absolute;
  bottom: 12px;
  right: 100%;
  background: var(--color-green);
  width: 100vw;
  transform: translateX(290px);
  z-index: -1;
}
@media (min-width: 768px) {
  h1.bgStrip:before, .h1.bgStrip:before {
    transform: translateX(356px);
    height: 54px;
    bottom: 21px;
  }
}

h2, .h2 {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 800;
  margin: 40px 0 20px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1260px) {
  h2, .h2 {
    font-size: 3rem;
    margin: 95px 0 35px;
  }
}
@media (min-width: 1600px) {
  h2, .h2 {
    font-size: 3.5rem;
  }
}
h2 em, .h2 em {
  display: block;
  font-style: normal;
  margin: 0 0 10px !important;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.1;
  font-family: "Mulish", sans-serif;
  text-transform: none;
}
@media (min-width: 1260px) {
  h2 em, .h2 em {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  h2 em, .h2 em {
    font-size: 2.25rem;
  }
}

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.11;
  font-weight: 700;
  margin: 25px 0 20px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1260px) {
  h3, .h3 {
    font-size: 1.875rem;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  h3, .h3 {
    font-size: 2.25rem;
    line-height: 1;
  }
}
h3:first-child, .h3:first-child {
  margin-top: 0;
}

h4, .h4 {
  font-size: 1.125rem;
}
@media (min-width: 1260px) {
  h4, .h4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 15px;
}

a {
  text-decoration: underline;
  color: currentColor;
}
a strong {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 18px;
}
@media (min-width: 1260px) {
  p {
    margin: 0 0 1.47em;
  }
}
@media (min-width: 1600px) {
  p {
    margin: 0 0 1.44em;
  }
}
p + ul {
  margin-top: -1.2em;
}
p:not(:first-child) .button {
  margin-top: 5px;
}
@media (min-width: 768px) {
  p:not(:first-child) .button {
    margin-top: 15px;
  }
}

ul {
  margin: 0 0 1.2em;
  padding-left: 24px;
}
@media (min-width: 768px) {
  ul {
    padding-left: 27px;
  }
}
@media (min-width: 1600px) {
  ul {
    padding-left: 35px;
  }
}
ul li {
  position: relative;
}
ul li ul {
  padding-left: 15px;
}
ul li ul li::marker {
  content: "- ";
}
@media (min-width: 1260px) {
  ul.ul-cols {
    column-count: 2;
  }
}

ol {
  counter-reset: index;
  margin: 0 0 1em;
}
ol li {
  counter-increment: index;
}
ol li:before {
  content: counters(index, ".") ". ";
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

.underline {
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 1260px) {
  .underline {
    padding-bottom: 40px;
  }
}
.underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: currentColor;
  width: 73px;
  height: 7px;
  transition: width 1s;
}
@media (min-width: 768px) {
  .underline:after {
    width: 88px;
    height: 9px;
  }
}
@media (min-width: 1260px) {
  .underline:after {
    width: 125px;
    height: 13px;
  }
}
@media (min-width: 1600px) {
  .underline:after {
    width: 150px;
    height: 15px;
  }
}
.underline--blue:after {
  background: var(--color-blue);
}
.underline--purple:after {
  background: var(--color-purple);
}
.underline--orange:after {
  background: var(--color-orange);
}
.underline.animated:after {
  width: 125px;
}
@media (min-width: 768px) {
  .underline.animated:after {
    width: 150px;
  }
}
@media (min-width: 1260px) {
  .underline.animated:after {
    width: 212px;
  }
}
@media (min-width: 1600px) {
  .underline.animated:after {
    width: 255px;
  }
}

.cta {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.5625rem;
  margin: 30px 0 20px;
}
.cta:first-child {
  margin-top: 0;
}
.cta:last-child {
  margin-bottom: 0;
}

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

.titleLarge h2 {
  text-transform: uppercase;
  font-size: 2.1875rem;
  line-height: 0.88;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .titleLarge h2 {
    font-size: 2.8125rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 1260px) {
  .titleLarge h2 {
    font-size: 4.6875rem;
    margin-bottom: 35px;
  }
}
@media (min-width: 1900px) {
  .titleLarge h2 {
    font-size: 5.9375rem;
    line-height: 0.85;
  }
}
.titleLarge h2:last-child {
  margin-bottom: 0;
}

html[lang=fr-FR] .titleLarge h2 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  html[lang=fr-FR] .titleLarge h2 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1260px) {
  html[lang=fr-FR] .titleLarge h2 {
    font-size: 4.6875rem;
  }
}
@media (min-width: 1900px) {
  html[lang=fr-FR] .titleLarge h2 {
    font-size: 5.125rem;
  }
}

.titleStrip h2 {
  position: relative;
}
.titleStrip h2:before {
  content: "";
  display: block;
  height: 43px;
  position: absolute;
  bottom: 12px;
  right: 100%;
  background: var(--color-green);
  width: 100vw;
  transform: translateX(290px);
  z-index: -1;
}
@media (min-width: 768px) {
  .titleStrip h2:before {
    transform: translateX(356px);
    height: 54px;
    bottom: 21px;
  }
}
@media (min-width: 1260px) {
  .titleStrip h2:before {
    bottom: 35px;
    height: 90px;
    transform: translateX(580px);
  }
}
@media (min-width: 1600px) {
  .titleStrip h2:before {
    height: 105px;
    transform: translateX(703px);
  }
}

.titleUnderline h2 {
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 1260px) {
  .titleUnderline h2 {
    padding-bottom: 40px;
  }
}
.titleUnderline h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-purple);
  width: 62px;
  height: 6px;
  transition: width 1s;
}
@media (min-width: 768px) {
  .titleUnderline h2:after {
    width: 88px;
    height: 9px;
  }
}
@media (min-width: 1260px) {
  .titleUnderline h2:after {
    width: 125px;
    height: 13px;
  }
}
@media (min-width: 1600px) {
  .titleUnderline h2:after {
    width: 150px;
    height: 15px;
  }
}
.titleUnderline--black h2:after {
  background: #000000;
}
.titleUnderline--orange h2:after {
  background: var(--color-orange);
}
.titleUnderline.animated h2:after {
  width: 105px;
}
@media (min-width: 768px) {
  .titleUnderline.animated h2:after {
    width: 150px;
  }
}
@media (min-width: 1260px) {
  .titleUnderline.animated h2:after {
    width: 212px;
  }
}
@media (min-width: 1600px) {
  .titleUnderline.animated h2:after {
    width: 255px;
  }
}

@media (min-width: 1260px) {
  .titleWidth h2 {
    max-width: 800px;
  }
}
@media (min-width: 1900px) {
  .titleWidth h2 {
    max-width: 960px;
  }
}

.titleRight {
  display: flex;
  justify-content: flex-end;
}

.highlight {
  font-size: 1.125rem;
}
@media (min-width: 1260px) {
  .highlight {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 35px;
  }
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg a:not(.btn) {
  text-decoration: underline;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
input[type=url],
input[type=password],
textarea,
select {
  border: 1px solid #000000;
  padding: 5px 20px 5px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  margin: 0;
  background: transparent;
  min-height: 33px;
  color: #000000;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=number],
  input[type=tel],
  input[type=email],
  input[type=date],
  input[type=search],
  input[type=url],
  input[type=password],
  textarea,
  select {
    min-height: 50px;
    padding: 10px 25px 10px;
  }
}

textarea {
  display: block;
}

::-webkit-input-placeholder {
  color: #000000;
}

:-moz-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=checkbox] + *,
input[type=radio] + * {
  position: relative;
  padding-left: 43px;
  cursor: pointer;
  min-height: 38px;
  display: flex;
  align-items: center;
}

input[type=checkbox] + *:before,
input[type=radio] + *:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 19px;
  transform: translateY(-50%);
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 1px #000000;
  border-radius: 4px;
}

input[type=checkbox]:hover + *:before,
input[type=radio]:hover + *:before {
  background: #CDCDCD;
}

input[type=checkbox]:checked + *:before,
input[type=radio]:checked + *:before {
  background: var(--color-purple);
}

.formField {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .formField {
    margin-bottom: 15px;
  }
}
.formField:last-child {
  margin-bottom: 0;
}
.formField__title {
  position: absolute;
  left: 20px;
  top: 13px;
  color: var(--color-purple);
  font-weight: 700;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .formField__title {
    left: 25px;
    top: 20px;
  }
}
.formField span.error {
  position: absolute;
  right: 0;
  top: 100%;
}
.formField:focus-within .formField__title {
  color: #000000;
}

@media (min-width: 768px) {
  .formCheckboxes {
    margin-top: 30px;
  }
}

.formCheckbox {
  display: block;
}
@media (min-width: 768px) {
  .formCheckbox {
    margin: 10px 0;
  }
}
.formCheckbox__title {
  display: block;
}
@media (min-width: 768px) {
  .formCheckbox__title {
    font-size: 1.125rem;
  }
}

.formButtons {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .formButtons {
    margin-top: 30px;
  }
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
  color: #ffffff;
  outline: none;
  margin: 0 30px 15px 0;
  padding: 7px 42px 7px 35px;
  border-radius: 7px;
  font-size: 0.8125rem;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .button {
    min-height: 40px;
    font-size: 0.875rem;
    border-radius: 11px;
    padding: 10px 50px 10px 40px;
  }
}
@media (min-width: 1260px) {
  .button {
    min-height: 48px;
  }
}
@media (min-width: 1600px) {
  .button {
    font-size: 0.9375rem;
    padding: 10px 56px 10px 50px;
  }
}
.button:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 5px;
  height: 10px;
  transform: translate(50%, -50%);
  background: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14L7.5 7.5L1 1' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transition: background 0.3s;
}
@media (min-width: 1260px) {
  .button:after {
    width: 8px;
    height: 16px;
  }
}
.button:hover {
  background: transparent;
  color: var(--color-blue);
}
.button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14L7.5 7.5L1 1' stroke='%231078BE' stroke-width='2'/%3E%3C/svg%3E");
}
.button--white {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--color-blue);
}
.button--white:after {
  background: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14L7.5 7.5L1 1' stroke='%231078BE' stroke-width='2'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.button--white:hover {
  background: var(--color-purple);
  border-color: var(--color-purple);
  color: #ffffff;
}
.button--white:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14L7.5 7.5L1 1' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E");
}
.button:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.link {
  position: relative;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  color: var(--color-purple);
  font-family: "Proxima Nova", sans-serif;
  font-size: 1rem;
  line-height: 1;
  padding-right: 20px;
  text-decoration: none;
  margin: 5px 0;
  transition: color 0.3s;
}
@media (min-width: 1260px) {
  .link {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.4 15.41'%3E%3Cpath stroke='%23FF7A00' stroke-width='2px' d='m7,.71l7,7m.69-.76l-7.69,7.76m7-7H0'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  margin-left: 8px;
  transition: transform 0.3s, background 0.3s;
}
@media (min-width: 1260px) {
  .link:after {
    width: 16px;
  }
}
.link--download {
  font-weight: 400;
  text-decoration: none;
}
.link--download span {
  display: inline-block;
}
.link--white {
  color: #ffffff;
}
.link--large {
  font-size: 1.375rem;
  padding-right: 25px;
}
@media (min-width: 1260px) {
  .link--large {
    font-size: 2.25rem;
    padding-right: 40px;
  }
}
.link--large:after {
  width: 16px;
  height: 16px;
  margin-left: 9px;
}
@media (min-width: 1260px) {
  .link--large:after {
    width: 28px;
    height: 28px;
    margin-left: -15px;
  }
}
.link:hover {
  color: #000000;
}
.link:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.4 15.41'%3E%3Cpath stroke='%23084677' stroke-width='2px' d='m7,.71l7,7m.69-.76l-7.69,7.76m7-7H0'/%3E%3C/svg%3E") no-repeat center;
  transform: translateY(-50%) translateX(8px);
}

.buttons {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .buttons {
    margin-top: 35px;
  }
}
@media (min-width: 1260px) {
  .buttons {
    margin-top: 40px;
  }
}
.buttons:first-child {
  margin-top: 0;
}

table {
  width: 100%;
  max-width: 100%;
}
table th,
table td {
  vertical-align: top;
}
table thead th {
  vertical-align: bottom;
}

@media (min-width: 1260px) {
  .animate {
    transition: 1s all;
  }
  .animate.from-left {
    transform: translateX(-20px);
  }
  .animate.from-left.animated {
    transform: translateX(0);
  }
  .animate.from-opacity0 {
    opacity: 0;
  }
  .animate.from-opacity0.animated {
    opacity: 1;
  }
  .animate.from-bottom {
    transform: translateY(40px);
  }
  .animate.from-bottom.animated {
    transform: translateY(0);
  }
  .animate.from-right {
    transform: translateX(20px);
  }
  .animate.from-right.animated {
    transform: translateX(0);
  }
}
.scrolloff {
  pointer-events: none;
}

video {
  width: 100%;
  height: auto;
}

body {
  min-width: 360px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
}

#siteContent {
  position: relative;
  padding-top: 120px;
  flex: 1;
  overflow: hidden;
  transition: padding-top 0.3s;
}
@media (min-width: 768px) {
  #siteContent {
    padding-top: 158px;
  }
}
@media (min-width: 1260px) {
  #siteContent {
    padding-top: 195px;
  }
}

body.scrolled #siteContent {
  padding-top: 80px;
}
@media (min-width: 768px) {
  body.scrolled #siteContent {
    padding-top: 120px;
  }
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
  padding: 0 var(--padding-container);
  width: 100%;
}
.container--narrow {
  max-width: 1700px;
}
.container--narrow2 {
  max-width: 1400px;
}

.siteHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 3000;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.siteHeader__inner {
  position: relative;
  height: 120px;
  transition: height 0.3s;
}
@media (min-width: 768px) {
  .siteHeader__inner {
    height: 158px;
  }
}
@media (min-width: 1260px) {
  .siteHeader__inner {
    height: 195px;
  }
}
.siteHeader__logoContainer {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1260px) {
  .siteHeader__logoContainer {
    top: 32px;
    transform: none;
    transition: top 0.3s;
  }
}
.siteHeader__logoImage {
  width: 190px;
  transition: width 0.3s;
}
@media (min-width: 768px) {
  .siteHeader__logoImage {
    width: 290px;
  }
}
@media (min-width: 1260px) {
  .siteHeader__logoImage {
    width: 312px;
  }
}
.siteHeader--sticky {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.siteHeader--sticky .siteHeader__inner {
  height: 80px;
}
@media (min-width: 768px) {
  .siteHeader--sticky .siteHeader__inner {
    height: 120px;
  }
}
@media (min-width: 1260px) {
  .siteHeader--sticky .siteHeader__logoContainer {
    top: 20px;
  }
}
@media (min-width: 1600px) {
  .siteHeader--sticky .siteHeader__logoContainer {
    top: 40px;
  }
}
@media (min-width: 1260px) {
  .siteHeader--sticky .siteHeader__logoImage {
    width: 224px;
  }
}
.btnMenu {
  position: absolute;
  top: 50%;
  right: -10px;
  padding: 0;
  transform: translateY(-50%);
  z-index: 1000;
  background: transparent;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  color: var(--color-blue);
}
@media (min-width: 768px) {
  .btnMenu {
    right: -5px;
  }
}
@media (min-width: 1260px) {
  .btnMenu {
    display: none;
  }
}
.btnMenu__text {
  margin-right: 20px;
}
.btnMenu__hamburger {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
}
.btnMenu__hamburger span {
  display: block;
  border-radius: 0;
  background: currentColor;
  width: 27px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .btnMenu__hamburger span {
    width: 38px;
    height: 3px;
  }
}
.btnMenu__hamburger span:nth-child(1) {
  margin-top: -9px;
}
@media (min-width: 768px) {
  .btnMenu__hamburger span:nth-child(1) {
    margin-top: -13px;
  }
}
.btnMenu__hamburger span:nth-child(3) {
  margin-top: 9px;
}
@media (min-width: 768px) {
  .btnMenu__hamburger span:nth-child(3) {
    margin-top: 13px;
  }
}

.notification {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #ffffff;
  background: var(--color-blue);
  padding: 10px 0;
  z-index: 100;
  text-align: center;
}
.notification__inner {
  position: relative;
}
.notification__close {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.siteFooter {
  background: #000000;
  color: #ffffff;
  padding: 100px 0;
  font-size: 1rem;
}
@media (min-width: 1260px) {
  .siteFooter {
    padding: 50px 0;
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .siteFooter {
    padding: 90px 0;
    font-size: 1rem;
  }
}
.siteFooter a {
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
}
.siteFooter a:hover {
  color: var(--color-orange);
}
@media (pointer: fine) {
  .siteFooter .button:hover {
    color: #ffffff;
  }
  .siteFooter .button:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14L7.5 7.5L1 1' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E");
  }
}
.siteFooter__inner {
  position: relative;
}
@media (min-width: 1260px) {
  .siteFooter__inner {
    display: flex;
    justify-content: space-between;
  }
}
.siteFooter__logoImage {
  width: 190px;
}
@media (min-width: 768px) {
  .siteFooter__logoImage {
    width: 240px;
  }
}
@media (min-width: 1260px) {
  .siteFooter__logoImage {
    width: 210px;
  }
}
@media (min-width: 1600px) {
  .siteFooter__logoImage {
    width: 310px;
  }
}
.siteFooter__awards {
  width: 158px;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .siteFooter__awards {
    margin-top: 14px;
    width: 200px;
  }
}
@media (min-width: 1260px) {
  .siteFooter__awards {
    margin-top: 20px;
    width: 210px;
  }
}
@media (min-width: 1600px) {
  .siteFooter__awards {
    margin-top: 35px;
    width: 310px;
  }
}
.siteFooter__badges {
  width: 158px;
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
@media (min-width: 768px) {
  .siteFooter__badges {
    width: 210px;
    margin-top: 14px;
  }
}
@media (min-width: 1260px) {
  .siteFooter__badges {
    margin: 20px auto 0;
  }
}
@media (min-width: 1600px) {
  .siteFooter__badges {
    margin-top: 35px;
  }
}
.siteFooter__badge {
  width: 31%;
}
@media (min-width: 768px) {
  .siteFooter__col1 {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1260px) {
  .siteFooter__col1 {
    margin: 12px 10px 0 0;
    position: static;
  }
}
@media (min-width: 1600px) {
  .siteFooter__col1 {
    margin: 0 10px 0 0;
  }
}
.siteFooter__col2 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .siteFooter__col2 {
    margin-left: 50%;
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .siteFooter__col2 {
    margin: 0;
    width: 15%;
    min-width: 175px;
  }
}
.siteFooter__col3 {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .siteFooter__col3 {
    margin-left: 50%;
  }
}
@media (min-width: 1260px) {
  .siteFooter__col3 {
    margin: 0;
    width: 18%;
    min-width: 205px;
  }
}
.siteFooter__col4 {
  position: relative;
  margin-top: 30px;
  /*&:before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    border-top: 1px solid #2B2B2B;
    @media (min-width: $laptop-min) {
      display: none;
    }
  }*/
}
@media (min-width: 768px) {
  .siteFooter__col4 {
    margin-left: 50%;
  }
}
@media (min-width: 1260px) {
  .siteFooter__col4 {
    margin: 0;
    width: 28%;
    min-width: 345px;
  }
}
@media (min-width: 1600px) {
  .siteFooter__col4 {
    margin: 0 3.2% 0 0;
  }
}
.siteFooter .newsletterForm {
  margin-top: 10px;
}
@media (min-width: 1260px) {
  .siteFooter .newsletterForm {
    margin-top: 5px;
  }
}
@media (min-width: 1600px) {
  .siteFooter .newsletterForm {
    margin-top: 10px;
  }
}
.siteFooter .newsletterForm .formField span.error {
  display: block;
  position: static;
  text-align: right;
}
.siteFooter .newsletterForm input {
  border-color: #ffffff;
  color: #ffffff;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
}
@media (min-width: 1260px) {
  .siteFooter .newsletterForm input {
    padding: 0 8px;
    border-radius: 7px;
  }
}
@media (min-width: 1600px) {
  .siteFooter .newsletterForm input {
    border-radius: 9px;
    padding: 0 12px;
  }
}
.siteFooter .newsletterForm ::-webkit-input-placeholder {
  color: #8F8F8F;
}
.siteFooter .newsletterForm :-moz-placeholder {
  color: #8F8F8F;
}
.siteFooter .newsletterForm ::-moz-placeholder {
  color: #8F8F8F;
}
.siteFooter .newsletterForm :-ms-input-placeholder {
  color: #8F8F8F;
}
.siteFooter .newsletterForm .formButtons {
  margin-top: 15px;
}

.siteFooterBlock {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .siteFooterBlock {
    margin-bottom: 40px;
  }
}
@media (min-width: 1260px) {
  .siteFooterBlock {
    margin-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .siteFooterBlock {
    margin-bottom: 16px;
  }
}
.siteFooterBlock:last-child {
  margin-bottom: 0;
}
.siteFooterBlock__title {
  color: var(--color-orange);
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "Proxima Nova", sans-serif;
}
@media (min-width: 1260px) {
  .siteFooterBlock__title {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .siteFooterBlock__title {
    font-size: 1.25rem;
  }
}
.siteFooterBlock__content {
  margin-top: 5px;
}
@media (min-width: 1260px) {
  .siteFooterBlock__content {
    margin-top: 10px;
  }
}
@media (min-width: 1600px) {
  .siteFooterBlock__text {
    margin-bottom: 5px;
  }
}
.siteFooterBlock__contacts {
  margin-top: 5px;
}
.siteFooterBlock__contactLink {
  display: flex;
  align-items: center;
}
.siteFooterBlock__contactLink svg {
  margin-right: 10px;
  width: 13px;
}
@media (min-width: 1600px) {
  .siteFooterBlock__contactLink svg {
    width: 16px;
    margin-right: 14px;
  }
}
.siteFooterBlock--locations .siteFooterBlock__content {
  display: none;
}
@media (min-width: 1260px) {
  .siteFooterBlock--locations .siteFooterBlock__content {
    display: block;
  }
}

.footerMenu {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  font-weight: 800;
  font-family: "Proxima Nova", sans-serif;
  line-height: 1;
}
.footerMenu li {
  margin-bottom: 14px;
}

.footerSocials {
  margin-top: 16px;
}
@media (min-width: 1260px) {
  .footerSocials {
    margin-top: 10px;
  }
}
@media (min-width: 1600px) {
  .footerSocials {
    margin-top: 16px;
  }
}
.footerSocials svg {
  display: block;
}
@media (min-width: 1260px) {
  .footerSocials svg {
    height: 12px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .footerSocials svg {
    height: auto;
    width: auto;
  }
}

.footerLocations {
  list-style: none;
  margin: 10px 30px 0 0;
  padding: 0;
  font-weight: 800;
  font-family: "Proxima Nova", sans-serif;
  line-height: 1;
  column-count: 3;
  column-gap: 20px;
}
.footerLocations li {
  display: flex;
  align-items: center;
  min-height: 23px;
}
@media (min-width: 1600px) {
  .footerLocations li {
    min-height: 30px;
  }
}

.socials {
  display: flex;
  list-style: none;
  padding: 0;
}
.socials li {
  margin-right: 21px;
}
.socials li:last-child {
  margin-right: 0;
}

.siteNav {
  background: #ffffff;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  font-family: "Proxima Nova", sans-serif;
  transform: translateX(100%);
  z-index: 4000;
  overflow: scroll;
  transition: transform 0.3s, top 0.3s;
}
@media (min-width: 1260px) {
  .siteNav {
    overflow: visible;
    visibility: visible;
    left: 50%;
    top: 145px;
    opacity: 1;
    width: 100%;
    padding: 0;
    background: none;
    z-index: 4000;
    display: block;
    transform: translateX(-50%);
    height: auto;
  }
}
@media (min-width: 1600px) {
  .siteNav {
    top: 125px;
  }
}
.siteNav a {
  text-decoration: none;
}
.siteNav__inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0 auto;
  padding: 65px 0;
}
@media (min-width: 1260px) {
  .siteNav__inner {
    height: auto;
    padding: 0;
    transition: padding-left 0.3s;
  }
}
.siteNav__buttonClose {
  position: absolute;
  top: 18px;
  right: -4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-blue);
}
@media (min-width: 1260px) {
  .siteNav__buttonClose {
    display: none;
  }
}
.siteNav--visible {
  transform: translateX(0);
}
@media (min-width: 1260px) {
  .siteNav--sticky {
    top: 80px;
  }
}
@media (min-width: 1600px) {
  .siteNav--sticky {
    top: 70px;
  }
}
@media (min-width: 1260px) {
  .siteNav--sticky .secondaryMenu {
    top: -35px;
  }
}
@media (min-width: 1600px) {
  .siteNav--sticky .siteNav__inner {
    padding-left: 300px;
  }
}

.primaryMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1260px) {
  .primaryMenu {
    display: flex;
    justify-content: space-between;
    margin: 0 -26px;
  }
}
.primaryMenu > li {
  position: relative;
  padding: 14px 0;
  margin: 0;
  border-top: 1px solid #A6BCCE;
}
@media (min-width: 1260px) {
  .primaryMenu > li {
    align-items: center;
    border: none;
    padding: 0 26px;
  }
}
.primaryMenu > li:first-child {
  border-top: none;
}
@media (min-width: 1260px) {
  .primaryMenu > li:first-child > ul {
    min-width: 212px;
  }
}
.primaryMenu > li > a {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  color: var(--color-blue);
  padding: 0;
  font-family: "Proxima Nova", sans-serif;
  transition: color 0.3s, background-color 0.3s, padding 0.3s, z-index 0.3s, font-weight 0.3s;
}
@media (min-width: 1260px) {
  .primaryMenu > li > a {
    font-size: 0.9rem;
    text-align: center;
    white-space: nowrap;
  }
}
@media (min-width: 1600px) {
  .primaryMenu > li > a {
    font-size: 1rem;
  }
}
.primaryMenu > li > a .menu-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.primaryMenu > li > a .menu-item-title .menu-item-title-arrow {
  display: flex;
  align-items: center;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
@media (min-width: 1260px) {
  .primaryMenu > li > a .menu-item-title .menu-item-title-arrow {
    display: none;
  }
}
.primaryMenu > li > a .menu-item-title .menu-item-title-arrow svg {
  display: block;
}
.primaryMenu > li > ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
  width: 100%;
}
@media (min-width: 1260px) {
  .primaryMenu > li > ul {
    margin: 0;
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    border: 1px solid var(--color-orange);
    padding: 50px 26px 12px;
    border-radius: 11px;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    transition: visibility 0.3s, opacity 0.3s, z-index 0.3s;
  }
}
@media (min-width: 1600px) {
  .primaryMenu > li > ul {
    min-width: 315px;
  }
}
.primaryMenu > li > ul > li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (min-width: 1260px) {
  .primaryMenu > li > ul > li {
    margin: 0;
    padding: 12px 0;
    border-bottom: 0.5px solid rgba(8, 70, 119, 0.36);
  }
}
.primaryMenu > li > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.primaryMenu > li > ul > li > a {
  font-size: 1rem;
  color: var(--color-blue);
  width: 100%;
  transition: color 0.3s;
}
@media (min-width: 1260px) {
  .primaryMenu > li > ul > li > a:hover, .primaryMenu > li > ul > li > a:focus {
    color: var(--color-purple);
    font-weight: 600;
  }
}
.primaryMenu > li.open > a {
  color: var(--color-purple);
}
.primaryMenu > li.open > a .menu-item-title-arrow {
  transform: rotate(0);
}
@media (min-width: 1260px) {
  .primaryMenu > li:hover > a, .primaryMenu > li:focus-within > a {
    color: var(--color-purple);
    font-weight: 600;
    z-index: 60;
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li:hover > ul, .primaryMenu > li:focus-within > ul {
    visibility: visible;
    opacity: 1;
    z-index: 50;
  }
}
.primaryMenu > li.hovered > a {
  z-index: 60;
}

.secondaryMenu {
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1260px) {
  .secondaryMenu {
    margin: 0;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    position: absolute;
    top: -88px;
    right: 0;
    transform: translateY(-50%);
    transition: top 0.3s;
  }
}
@media (min-width: 1600px) {
  .secondaryMenu {
    top: -68px;
  }
}
.secondaryMenu__tel {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--color-blue);
}
.secondaryMenu .searchBar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1260px) {
  .secondaryMenu .searchBar {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.secondaryMenu .searchBar__field {
  width: 0;
  overflow: hidden;
  transition: width 0.3s;
}
.secondaryMenu .searchBar__field input {
  width: 100%;
  min-height: 32px;
  border-radius: 7px;
  border-color: var(--color-blue);
  padding: 0 16px;
  color: var(--color-blue);
  font-size: 0.8125rem;
  outline: none;
}
.secondaryMenu .searchBar__field ::-webkit-input-placeholder {
  color: var(--color-blue);
  font-size: 0.8125rem;
}
.secondaryMenu .searchBar__field :-moz-placeholder {
  color: var(--color-blue);
  font-size: 0.8125rem;
}
.secondaryMenu .searchBar__field ::-moz-placeholder {
  color: var(--color-blue);
  font-size: 0.8125rem;
}
.secondaryMenu .searchBar__field :-ms-input-placeholder {
  color: var(--color-blue);
  font-size: 0.8125rem;
}
.secondaryMenu .searchBar__button {
  display: flex;
  color: var(--color-blue);
  transition: color 0.3s, margin 0.3s;
  margin-right: 16px;
}
@media (min-width: 1260px) {
  .secondaryMenu .searchBar__button {
    margin: 0;
  }
}
.secondaryMenu .searchBar__button:hover {
  color: var(--color-purple);
}
.secondaryMenu .searchBar.open .searchBar__field {
  width: 143px;
}
@media (min-width: 1260px) {
  .secondaryMenu .searchBar.open .searchBar__button {
    margin-left: 16px;
  }
}
.secondaryMenu .socialsBar {
  margin: 0 -5px;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1260px) {
  .secondaryMenu .socialsBar {
    margin: 0;
  }
}
.secondaryMenu .socialsBar li {
  margin-right: 11px;
}
.secondaryMenu .socialsBar li > a {
  color: var(--color-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  height: 30px;
  transition: color 0.3s;
}
.secondaryMenu .socialsBar li > a:hover {
  color: var(--color-purple);
}
.secondaryMenu .socialsBar li:last-child {
  margin-right: 0;
}
.secondaryMenu .languagesBar {
  padding: 0;
  text-transform: uppercase;
  list-style: none;
  color: var(--color-blue);
}
@media (min-width: 1260px) {
  .secondaryMenu .languagesBar {
    font-size: 1rem;
  }
}

.menu-item-title-text {
  position: relative;
  display: block;
  margin-right: 20px;
}
@media (min-width: 1260px) {
  .menu-item-title-text {
    margin-right: 0;
  }
}
@media (min-width: 1260px) {
  .menu-item-title-text:before {
    content: attr(data-text);
    font-weight: 600 !important;
    opacity: 0;
  }
}
@media (min-width: 1260px) {
  .menu-item-title-text > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    letter-spacing: 0.005em;
    width: 100%;
  }
}

@media (min-width: 1260px) {
  html .primaryMenu > li > a {
    text-transform: none;
    font-size: 0.8375rem;
  }
}
@media (min-width: 1600px) {
  html .primaryMenu > li > a {
    font-size: 1rem;
  }
}

.section {
  position: relative;
  margin: 100px 0;
}
@media (min-width: 1260px) {
  .section {
    margin: 150px 0;
  }
}
@media (min-width: 1600px) {
  .section {
    margin: 200px 0;
  }
}
.section--divider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - var(--padding-container) * 2);
  height: 1px;
  background: var(--color-purple);
  opacity: 0.5;
  transform: translateX(-50%);
}
.section--dividerBottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - var(--padding-container) * 2);
  height: 1px;
  background: var(--color-purple);
  opacity: 0.5;
  transform: translateX(-50%);
}
.section--lightBlue {
  background: var(--color-light-blue);
}
.section--noMargin {
  margin: 0;
}
.section--noPadding {
  padding: 0;
}
.section--paddingTop {
  padding-top: 100px;
}
@media (min-width: 1260px) {
  .section--paddingTop {
    padding-top: 150px;
  }
}
@media (min-width: 1600px) {
  .section--paddingTop {
    padding-top: 200px;
  }
}
.section--paddingBottom {
  padding-bottom: 100px;
}
@media (min-width: 1260px) {
  .section--paddingBottom {
    padding-bottom: 200px;
  }
}
@media (max-width: 1259px) {
  .section--bgBlock {
    margin-top: 0;
  }
}

.sectionHero {
  position: relative;
  margin: 0;
  padding: 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  background: var(--color-purple);
}
.sectionHero__imageContainer {
  position: relative;
  height: 262px;
}
@media (min-width: 768px) {
  .sectionHero__imageContainer {
    height: 360px;
  }
}
@media (min-width: 1260px) {
  .sectionHero__imageContainer {
    height: 31.6vw;
  }
}
.sectionHero__imageContainer:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background: var(--color-purple);
}
.sectionHero__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sectionHero__textContainer {
  height: 100%;
  padding-bottom: 70px;
  min-height: 115px;
}
@media (min-width: 768px) {
  .sectionHero__textContainer {
    min-height: 140px;
  }
}
@media (min-width: 1260px) {
  .sectionHero__textContainer {
    min-height: 205px;
  }
}
@media (min-width: 1600px) {
  .sectionHero__textContainer {
    min-height: 250px;
    padding-bottom: 165px;
  }
}
.sectionHero__text {
  position: relative;
  margin-top: -15px;
  /*
  &:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-orange);
    width: 73px;
    height: 7px;
    @media (min-width: $tablet-min) {
      width: 100px;
      height: 10px;
    }
    @media (min-width: $laptop-min) {
      width: 125px;
      height: 13px;
    }
    @media (min-width: $desktop-min) {
      width: 150px;
      height: 15px;
    }
  }
  */
}
@media (min-width: 768px) {
  .sectionHero__text {
    max-width: none;
    margin-top: -15px;
  }
}
@media (min-width: 1260px) {
  .sectionHero__text {
    margin-top: -60px;
  }
}
.sectionHero__location {
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 800;
  font-family: "Proxima Nova", sans-serif;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sectionHero__location {
    font-size: 1.875rem;
    margin-top: 5px;
  }
}
@media (min-width: 1260px) {
  .sectionHero__location {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .sectionHero__location {
    font-size: 3.5rem;
  }
}
.sectionHero__slogan {
  font-size: 1.25rem;
  margin-top: 15px;
}
@media (min-width: 1260px) {
  .sectionHero__slogan {
    font-size: 2.25rem;
  }
}
.sectionHero__links {
  color: #ffffff;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .sectionHero__links {
    display: flex;
    margin-top: 30px;
  }
}
.sectionHero__links a {
  color: currentColor;
}
@media (min-width: 768px) {
  .sectionHero__links a {
    margin-right: 60px;
  }
}
@media (pointer: fine) {
  .sectionHero__links a:hover {
    color: #ffffff;
  }
  .sectionHero__links a:hover:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.4 15.41'%3E%3Cpath stroke='%23FFFFFF' stroke-width='2px' d='m7,.71l7,7m.69-.76l-7.69,7.76m7-7H0'/%3E%3C/svg%3E") no-repeat center;
  }
}

.sectionCTA {
  margin-top: 100px;
}
@media (min-width: 1260px) {
  .sectionCTA {
    margin-top: 150px;
  }
}
@media (min-width: 1600px) {
  .sectionCTA {
    margin-top: 200px;
  }
}
.sectionCTA__inner {
  position: relative;
}
.sectionCTA__inner:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1260px) {
  .sectionCTA__inner:before {
    top: -150px;
  }
}
@media (min-width: 1600px) {
  .sectionCTA__inner:before {
    top: -200px;
  }
}
.sectionCTA__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sectionCTA__textContainer {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.5625rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .sectionCTA__textContainer {
    font-size: 1.875rem;
    line-height: 0.83;
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .sectionCTA__textContainer {
    max-width: 63%;
    font-size: 2.3125rem;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .sectionCTA__textContainer {
    font-size: 3.5rem;
  }
}
.sectionCTA__textContainer strong {
  font-weight: 800;
}
.sectionCTA__photo {
  display: none;
}
@media (min-width: 768px) {
  .sectionCTA__photo {
    display: block;
    border-radius: 100%;
    width: 266px;
    height: 266px;
  }
}
@media (min-width: 1260px) {
  .sectionCTA__photo {
    width: 366px;
    height: 366px;
  }
}
.sectionCTA__blocks {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .sectionCTA__blocks {
    display: flex;
  }
}
.blockCTA {
  padding: 30px 30px;
  min-height: 232px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  border: 1px solid transparent;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
@media (min-width: 768px) {
  .blockCTA {
    width: 50%;
    padding: 20px 20px;
    min-height: 155px;
  }
}
@media (min-width: 1260px) {
  .blockCTA {
    padding: 35px 35px;
    min-height: 250px;
  }
}
@media (min-width: 1600px) {
  .blockCTA {
    min-height: 380px;
    padding: 50px 50px;
  }
}
.blockCTA:last-child {
  margin-bottom: 0;
}
.blockCTA--call {
  background: var(--color-orange);
  border-color: var(--color-orange);
}
.blockCTA--schedule {
  color: #ffffff;
  background: var(--color-purple);
  border-color: var(--color-purple);
}
.blockCTA--form {
  background: var(--color-green);
  border-color: var(--color-green);
}
.blockCTA__inner {
  display: block;
  min-height: 120px;
  width: 100%;
}
@media (min-width: 768px) {
  .blockCTA__inner {
    min-height: 76px;
  }
}
@media (min-width: 1260px) {
  .blockCTA__inner {
    min-height: 120px;
  }
}
@media (min-width: 1600px) {
  .blockCTA__inner {
    min-height: 200px;
  }
}
.blockCTA__icon {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .blockCTA__icon {
    height: 30px;
    width: auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 1260px) {
  .blockCTA__icon {
    height: 50px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .blockCTA__icon {
    height: 76px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .blockCTA__text {
    font-size: 0.625rem;
  }
}
@media (min-width: 1260px) {
  .blockCTA__text {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1600px) {
  .blockCTA__text {
    font-size: 1.5625rem;
  }
}
.blockCTA__text strong {
  display: block;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .blockCTA__text strong {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1260px) {
  .blockCTA__text strong {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .blockCTA__text strong {
    font-size: 2.25rem;
  }
}
.blockCTA:hover {
  background: transparent;
  color: var(--color-purple);
  border-color: var(--color-purple);
}

.sectionImageText {
  margin: 0;
}
@media (min-width: 1260px) {
  .sectionImageText {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin: 150px 0;
  }
}
@media (min-width: 1600px) {
  .sectionImageText {
    margin: 200px 0;
  }
}
.sectionImageText__col1 {
  position: relative;
  z-index: 10;
}
@media (min-width: 1260px) {
  .sectionImageText__col1 {
    width: 50%;
  }
}
.sectionImageText__col1Inner {
  background: #ffffff;
  padding: 50px 0;
}
@media (min-width: 1260px) {
  .sectionImageText__col1Inner {
    margin-left: -36%;
    padding: 100px 0;
  }
}
@media (min-width: 1260px) {
  .sectionImageText__col2 {
    width: 50%;
  }
}
.sectionImageText__imageContainer {
  position: relative;
  padding-bottom: 70%;
}
@media (min-width: 1260px) {
  .sectionImageText__imageContainer {
    padding-bottom: 80%;
  }
}
@media (min-width: 1600px) {
  .sectionImageText__imageContainer {
    padding-bottom: 70%;
  }
}
.sectionImageText__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blockDefault p {
  max-width: 810px;
}

@media (min-width: 768px) {
  .blockHome--reversed .blockHome__cols {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .blockHome__cols {
    display: flex;
  }
}
.blockHome__col1 {
  padding: 100px 0;
}
@media (min-width: 768px) {
  .blockHome__col1 {
    width: 50%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1260px) {
  .blockHome__col1 {
    padding: 115px 0;
  }
}
@media (min-width: 1600px) {
  .blockHome__col1 {
    padding: 115px 0;
  }
}
.blockHome__col2 {
  padding: 100px 0;
}
@media (min-width: 768px) {
  .blockHome__col2 {
    width: 50%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1260px) {
  .blockHome__col2 {
    padding: 115px 0;
  }
}
@media (min-width: 1600px) {
  .blockHome__col2 {
    padding: 150px 0;
  }
}

@media (min-width: 1024px) {
  .blockText {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .blockText--alignTop {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .blockText--alignBottom {
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .blockText--topOffset .blockText__col2 {
    margin-top: 90px;
  }
}
.blockText__col1 {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .blockText__col1 {
    margin: 0;
    width: calc(50% - 15px);
  }
}
@media (min-width: 1024px) {
  .blockText__col2 {
    width: calc(50% - 15px);
    margin-left: 30px;
  }
}

.review {
  position: relative;
  padding-left: 60px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .review {
    padding-left: 90px;
    margin-top: 50px;
  }
}
@media (min-width: 1260px) {
  .review {
    padding-left: 255px;
    margin-top: 45px;
  }
}
.review:first-child {
  margin-top: 0;
}
.review:before {
  content: "";
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='33' height='24' viewBox='0 0 33 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.97843 0C3.4655 3.76143 0 9.10348 0 15.2727C0 20.765 3.78035 24 8.03352 24C9.9607 23.975 11.8004 23.2275 13.1559 21.9186C14.5113 20.6097 15.274 18.8443 15.2794 17.0032C15.2794 13.3166 12.5229 10.834 9.21501 10.834C8.60395 10.8406 7.99586 10.9163 7.40346 11.0596C8.19112 8.35106 11.499 5.11606 14.0193 3.91232L8.97843 0ZM26.6994 0C21.1861 3.76143 17.721 9.10348 17.721 15.2727C17.721 20.765 21.5803 24 25.8331 24C29.6925 24 33.0004 20.8401 33.0004 17.0032C33.0004 13.3166 30.3225 10.834 26.936 10.834C26.3249 10.8406 25.7168 10.9163 25.1244 11.0596C25.9907 8.35106 29.22 5.11606 31.7402 3.91232L26.6994 0Z' fill='%23084677'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: contain;
  width: 33px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 20px;
}
@media (min-width: 768px) {
  .review:before {
    left: 13px;
    top: 70px;
    width: 42px;
    height: 32px;
  }
}
@media (min-width: 1260px) {
  .review:before {
    width: 70px;
    height: 52px;
    left: -140px;
    top: 32%;
  }
}
@media (min-width: 1260px) {
  .review:before {
    left: 96px;
    top: 70px;
    width: 87px;
    height: 65px;
  }
}
.review__text {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 800;
  color: var(--color-purple);
  font-size: 1.125rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .review__text {
    font-size: 1.875rem;
    line-height: 1.15;
  }
}
@media (min-width: 1260px) {
  .review__text {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .review__text {
    font-size: 4.1875rem;
    margin-bottom: 20px;
  }
}
.review__author {
  font-weight: 700;
  font-size: 1.125rem;
  margin-top: 10px;
  padding-right: 20px;
}
@media (min-width: 1260px) {
  .review__author {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .review__author {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .review__author {
    margin-top: 12px;
  }
}
@media (min-width: 1260px) {
  .review__author {
    margin-top: 20px;
  }
}
.review__buttons {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .review__buttons {
    margin-top: 35px;
  }
}
@media (min-width: 1260px) {
  .review__buttons {
    margin-top: 40px;
  }
}

.logosListing__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .logosListing__items {
    margin: 0 -24px;
  }
}
@media (min-width: 1260px) {
  .logosListing__items {
    margin: 0 -30px;
  }
}
.logosListing__item {
  margin: 12px 12px;
  width: calc((100% - 96px) / 4);
  filter: grayscale(100%);
  opacity: 0.3;
  transition: filter 0.3s, opacity 0.3s;
}
@media (min-width: 768px) {
  .logosListing__item {
    width: calc((100% - 192px) / 4);
    margin: 24px 24px;
  }
}
@media (min-width: 1260px) {
  .logosListing__item {
    margin: 40px 30px;
    width: calc((100% - 360px) / 6);
  }
}
@media (min-width: 1600px) {
  .logosListing__item {
    margin: 50px 30px;
  }
}
.logosListing__item:hover {
  filter: grayscale(0);
  opacity: 1;
}
.logosListing__imageContainer {
  position: relative;
  padding-bottom: 53%;
}
.logosListing__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logosListing__pagination {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .logosListing__pagination {
    margin-top: 15px;
  }
}
@media (min-width: 1260px) {
  .logosListing__pagination {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .logosListing__pagination {
    margin-top: 40px;
  }
}
.logosListing__button {
  min-height: 30px;
  width: 116px;
  border-top: 3px solid var(--color-purple);
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 800;
  padding-top: 7px;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: padding-top 0.3s;
}
@media (min-width: 768px) {
  .logosListing__button {
    width: 186px;
    border-top-width: 5px;
    font-size: 1.375rem;
    min-height: 50px;
    padding-top: 13px;
  }
}
@media (min-width: 1260px) {
  .logosListing__button {
    min-height: 45px;
    padding-top: 10px;
    font-size: 1.25rem;
    width: 170px;
  }
}
.logosListing__button:hover {
  padding-top: 12px;
}
@media (min-width: 768px) {
  .logosListing__button:hover {
    padding-top: 18px;
  }
}

.statistic__header {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .statistic__header {
    max-width: 300px;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .statistic__header {
    max-width: 670px;
  }
}
@media (min-width: 768px) {
  .statistic__items {
    display: flex;
    align-items: flex-start;
    margin-top: -20px;
  }
}
@media (min-width: 1260px) {
  .statistic__items {
    margin-top: -40px;
  }
}
.statistic__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 220px;
  padding: 35px 35px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .statistic__item {
    flex: 1;
    padding: 30px 15px;
    min-height: 155px;
  }
}
@media (min-width: 1260px) {
  .statistic__item {
    font-size: 1.5rem;
    min-height: 245px;
  }
}
@media (min-width: 1600px) {
  .statistic__item {
    min-height: 375px;
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .statistic__item:nth-child(1) {
    margin-top: 35px;
  }
}
@media (min-width: 1260px) {
  .statistic__item:nth-child(1) {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .statistic__item:nth-child(2) {
    margin-top: 75px;
  }
}
@media (min-width: 1260px) {
  .statistic__item:nth-child(2) {
    margin-top: 125px;
  }
}
@media (min-width: 1600px) {
  .statistic__item:nth-child(2) {
    margin-top: 140px;
  }
}
@media (min-width: 1600px) {
  .statistic__item:nth-child(3) {
    margin-top: -70px;
  }
}
.statistic__item strong {
  font-family: "Proxima Nova", sans-serif;
  font-size: 2.9375rem;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 5px;
}
@media (min-width: 1260px) {
  .statistic__item strong {
    font-size: 4.0625rem;
  }
}
@media (min-width: 1600px) {
  .statistic__item strong {
    font-size: 5rem;
  }
}
.statistic__item .link {
  font-size: 0.625rem;
  color: #ffffff;
  margin-top: 10px;
  padding-right: 11px;
}
@media (min-width: 1260px) {
  .statistic__item .link {
    font-size: 1.0625rem;
    padding-right: 20px;
  }
}
.statistic__item .link:after {
  width: 7px;
}
@media (min-width: 1260px) {
  .statistic__item .link:after {
    width: 12px;
  }
}

.testimonials2 {
  margin-top: 50px;
}
@media (min-width: 1600px) {
  .testimonials2 {
    margin-top: 100px;
  }
}
.testimonials2__slider .testimonial2 {
  margin: 0 !important;
}
.testimonials2__slider .tns-nav {
  display: flex;
  margin-top: 30px;
  gap: 20px;
  padding-left: 60px;
}
@media (min-width: 768px) {
  .testimonials2__slider .tns-nav {
    padding-left: 90px;
  }
}
@media (min-width: 1260px) {
  .testimonials2__slider .tns-nav {
    padding-left: 140px;
  }
}
@media (min-width: 1600px) {
  .testimonials2__slider .tns-nav {
    padding-left: 255px;
    margin-top: 50px;
  }
}
.testimonials2__slider .tns-nav button {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: var(--color-light-blue);
  transition: background-color 0.3s;
}
.testimonials2__slider .tns-nav button.tns-nav-active {
  background: var(--color-purple);
}
.testimonials2__slider + .testimonial2__buttons {
  padding-left: 60px;
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .testimonials2__slider + .testimonial2__buttons {
    padding-left: 90px;
  }
}
@media (min-width: 1260px) {
  .testimonials2__slider + .testimonial2__buttons {
    padding-left: 140px;
  }
}
@media (min-width: 1600px) {
  .testimonials2__slider + .testimonial2__buttons {
    padding-left: 255px;
    margin-top: 50px !important;
  }
}
.testimonials2:first-child {
  margin-top: 0;
}
.testimonials2 .testimonial2 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (min-width: 1260px) {
  .testimonials2 .testimonial2 {
    margin-bottom: 85px;
  }
}
@media (min-width: 1600px) {
  .testimonials2 .testimonial2 {
    margin-bottom: 105px;
  }
}
.testimonials2 .testimonial2:last-child {
  margin-bottom: -15px;
}
.testimonials2 .testimonial2__text {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.15;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .testimonials2 .testimonial2__text {
    font-size: 1.125rem;
    line-height: 1.22;
    font-weight: 700;
  }
}
@media (min-width: 1260px) {
  .testimonials2 .testimonial2__text {
    font-size: 1.875rem;
    line-height: 1.1;
    margin-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  .testimonials2 .testimonial2__text {
    font-size: 2.25rem;
  }
}
.testimonials2 .testimonial2__text:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 39.999C31.0457 39.999 40 31.0449 40 19.9995C40 8.95408 31.0457 0 20 0C8.9543 0 0 8.95408 0 19.9995C0 31.0449 8.9543 39.999 20 39.999Z' fill='%23084677'/%3E%3Cpath d='M15.3346 12.208C11.9151 14.6506 9.76562 18.1189 9.76562 22.1242C9.76562 25.69 12.1102 27.7907 14.7483 27.7907C15.9436 27.7745 17.0846 27.2891 17.9253 26.4393C18.766 25.5895 19.239 24.4433 19.2423 23.2479C19.2423 20.8541 17.5328 19.2421 15.4809 19.2421C15.1019 19.2463 14.7246 19.2954 14.3572 19.3884C14.8459 17.6297 16.8953 15.5295 18.4605 14.7476L15.3346 12.208ZM26.3257 12.208C22.9062 14.6506 20.7567 18.1189 20.7567 22.1242C20.7567 25.69 23.1505 27.7907 25.7882 27.7907C26.9757 27.7641 28.1057 27.274 28.9364 26.425C29.7672 25.576 30.2327 24.4357 30.2334 23.2479C30.2334 20.8541 28.5727 19.2421 26.472 19.2421C26.093 19.2463 25.7158 19.2954 25.3483 19.3884C25.8858 17.6297 27.8864 15.5295 29.4516 14.7476L26.3257 12.208Z' fill='white'/%3E%3C/svg%3E ") no-repeat center;
  background-size: contain;
  display: block;
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .testimonials2 .testimonial2__text:before {
    margin-bottom: 5px;
  }
}
@media (min-width: 1260px) {
  .testimonials2 .testimonial2__text:before {
    width: 53px;
    height: 53px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  .testimonials2 .testimonial2__text:before {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 768px) {
  .testimonials2 .testimonial2__author {
    font-size: 1rem;
  }
}
@media (min-width: 1260px) {
  .testimonials2 .testimonial2__author {
    font-size: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .testimonials2 .testimonial2__author {
    font-size: 1.5625rem;
  }
}
.testimonials2 .testimonial2__author p {
  margin: 0;
}
.testimonials2 .testimonial2__buttons {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .testimonials2 .testimonial2__buttons {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .testimonials2 .testimonial2__buttons {
    margin-top: 35px;
  }
}
.testimonials2--last .testimonial2:last-child {
  position: relative;
  padding-left: 60px;
}
@media (min-width: 768px) {
  .testimonials2--last .testimonial2:last-child {
    padding-left: 90px;
  }
}
@media (min-width: 1260px) {
  .testimonials2--last .testimonial2:last-child {
    padding-left: 140px;
  }
}
@media (min-width: 1600px) {
  .testimonials2--last .testimonial2:last-child {
    padding-left: 255px;
  }
}
.testimonials2--last .testimonial2:last-child:not(:first-child) {
  margin-top: 100px;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .testimonials2--last .testimonial2:last-child:not(:first-child) {
    padding-top: 75px;
    margin-bottom: -25px;
  }
}
@media (min-width: 1260px) {
  .testimonials2--last .testimonial2:last-child:not(:first-child) {
    margin-top: 150px;
    padding-top: 130px;
  }
}
@media (min-width: 1600px) {
  .testimonials2--last .testimonial2:last-child:not(:first-child) {
    margin-top: 200px;
    padding-top: 200px;
    margin-bottom: 0;
  }
}
.testimonials2--last .testimonial2:last-child:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background: var(--color-purple);
  opacity: 0.5;
  transform: translateX(-50%);
}
.testimonials2--last .testimonial2:last-child .testimonial2__text {
  position: relative;
  color: var(--color-purple);
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .testimonials2--last .testimonial2:last-child .testimonial2__text {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}
@media (min-width: 1260px) {
  .testimonials2--last .testimonial2:last-child .testimonial2__text {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 800;
  }
}
@media (min-width: 1600px) {
  .testimonials2--last .testimonial2:last-child .testimonial2__text {
    font-size: 4.1875rem;
    margin-bottom: 20px;
  }
}
.testimonials2--last .testimonial2:last-child .testimonial2__text:before {
  content: "";
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='33' height='24' viewBox='0 0 33 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.97843 0C3.4655 3.76143 0 9.10348 0 15.2727C0 20.765 3.78035 24 8.03352 24C9.9607 23.975 11.8004 23.2275 13.1559 21.9186C14.5113 20.6097 15.274 18.8443 15.2794 17.0032C15.2794 13.3166 12.5229 10.834 9.21501 10.834C8.60395 10.8406 7.99586 10.9163 7.40346 11.0596C8.19112 8.35106 11.499 5.11606 14.0193 3.91232L8.97843 0ZM26.6994 0C21.1861 3.76143 17.721 9.10348 17.721 15.2727C17.721 20.765 21.5803 24 25.8331 24C29.6925 24 33.0004 20.8401 33.0004 17.0032C33.0004 13.3166 30.3225 10.834 26.936 10.834C26.3249 10.8406 25.7168 10.9163 25.1244 11.0596C25.9907 8.35106 29.22 5.11606 31.7402 3.91232L26.6994 0Z' fill='%23084677'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: contain;
  width: 33px;
  height: 24px;
  position: absolute;
  left: -52px;
  top: 20px;
}
@media (min-width: 768px) {
  .testimonials2--last .testimonial2:last-child .testimonial2__text:before {
    left: -77px;
    top: 50%;
    width: 42px;
    height: 32px;
    transform: translateY(-50%);
  }
}
@media (min-width: 1260px) {
  .testimonials2--last .testimonial2:last-child .testimonial2__text:before {
    width: 70px;
    height: 52px;
    left: -140px;
    top: 32%;
  }
}
@media (min-width: 1600px) {
  .testimonials2--last .testimonial2:last-child .testimonial2__text:before {
    left: -160px;
    width: 87px;
    height: 65px;
  }
}
.testimonials2--last .testimonial2:last-child .testimonial2__author {
  font-weight: 700;
}
@media (min-width: 768px) {
  .testimonials2--last .testimonial2:last-child .testimonial2__author {
    font-size: 1.125rem;
  }
}
@media (min-width: 1260px) {
  .testimonials2--last .testimonial2:last-child .testimonial2__author {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .testimonials2--last .testimonial2:last-child .testimonial2__author {
    font-size: 2.25rem;
  }
}

.iframeContainer {
  position: relative;
  padding-bottom: 62.6%;
  margin-top: 50px;
}
.iframeContainer:first-child {
  margin-top: 0;
}
.iframeContainer iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blockContent {
  margin-top: 50px;
}
.blockContent--smallMargin {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .blockContent--smallMargin {
    margin-top: 50px;
  }
}
.blockContent--decorated {
  position: relative;
  padding-top: 50px;
  padding-bottom: 35px;
}
.blockContent--decorated:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(100% - 45px);
  bottom: 0;
  background: var(--color-light-blue);
  width: 100vw;
  max-height: 231px;
  z-index: -1;
}
.blockContent:first-child {
  margin-top: 0;
}

.topShift {
  margin-top: -30px;
}
@media (min-width: 1260px) {
  .topShift {
    margin-top: -65px;
  }
}

.blockBG {
  padding: 40px 36px;
  min-height: 323px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.bg {
  padding: 50px 0;
}
@media (min-width: 1260px) {
  .bg {
    padding: 150px 0;
  }
}
@media (min-width: 1600px) {
  .bg {
    padding: 200px 0;
  }
}
.bg--4, .bg--blue {
  background: var(--color-blue);
  color: #ffffff;
}
.bg--2, .bg--purple {
  background: var(--color-purple);
  color: #ffffff;
}
.bg--2 .link, .bg--purple .link {
  color: currentColor;
}
@media (pointer: fine) {
  .bg--2 .link:hover, .bg--purple .link:hover {
    color: #ffffff;
  }
  .bg--2 .link:hover:after, .bg--purple .link:hover:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.4 15.41'%3E%3Cpath stroke='%23FFFFFF' stroke-width='2px' d='m7,.71l7,7m.69-.76l-7.69,7.76m7-7H0'/%3E%3C/svg%3E") no-repeat center;
  }
}
.bg--1, .bg--green {
  background: var(--color-green);
}
.bg--5, .bg--orange {
  background: var(--color-orange);
}
.bg--3, .bg--lightBlue {
  background: var(--color-light-blue);
}
.bg--extraPadding {
  padding: 100px 0;
}

.videoContainer {
  position: relative;
  margin: 0 calc(-1 * var(--padding-container));
}
@media (min-width: 768px) {
  .videoContainer {
    margin: 0;
  }
}
.videoContainer:before {
  content: "";
  display: block;
  padding-bottom: var(--ratio);
}
.videoContainer iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blockImage {
  padding-bottom: 57%;
  background: #000000;
}

.blockStatistic {
  position: relative;
}
@media (min-width: 1260px) {
  .blockStatistic {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
  }
}
.blockStatistic:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 100%;
  transform: translateX(290px);
  height: 43px;
  background: var(--color-light-blue);
  width: 100vw;
  z-index: -1;
}
@media (min-width: 1260px) {
  .blockStatistic:before {
    height: 90px;
    left: -15px;
    right: auto;
    transform: none;
    top: 35px;
  }
}
.blockStatistic__number {
  font-family: "Proxima Nova", sans-serif;
  font-size: 2.1875rem;
  font-weight: 800;
}
@media (min-width: 1260px) {
  .blockStatistic__number {
    font-size: 7.1875rem;
    line-height: 1;
    margin-right: 35px;
  }
}
.blockStatistic__text {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.16;
  font-weight: 700;
}
@media (min-width: 1260px) {
  .blockStatistic__text {
    font-size: 2.8125rem;
    line-height: 1;
    flex: 1;
    margin-top: 10px;
  }
}
.blockStatistic__source {
  text-align: right;
  margin-top: 10px;
}
@media (min-width: 1260px) {
  .blockStatistic__source {
    width: 100%;
  }
}
@media (min-width: 1260px) {
  .blockStatistic__source br {
    display: none;
  }
}

@media (min-width: 1260px) {
  .outplacementProcess__intro p {
    max-width: 840px;
  }
}
@media (min-width: 768px) {
  .outplacementProcess__items {
    display: flex;
    flex-wrap: wrap;
  }
}
.outplacementProcess__item {
  position: relative;
  padding: 30px 28px;
  text-align: center;
  color: var(--color-purple);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .outplacementProcess__item {
    width: 50%;
    padding: 50px var(--padding-container);
  }
}
@media (min-width: 1260px) {
  .outplacementProcess__item {
    padding: 50px 100px;
  }
}
@media (min-width: 1600px) {
  .outplacementProcess__item {
    padding: 50px 130px;
  }
}
.outplacementProcess__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-light-blue);
}
.outplacementProcess__item:nth-child(2n):before {
  opacity: 0.75;
}
@media (min-width: 768px) {
  .outplacementProcess__item:nth-child(2n):before {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .outplacementProcess__item:nth-child(2):before, .outplacementProcess__item:nth-child(3):before {
    opacity: 0.75;
  }
}
.outplacementProcess__itemInner {
  position: relative;
  z-index: 10;
}
@media (min-width: 1260px) {
  .outplacementProcess__itemInner {
    max-width: 960px;
  }
}
.outplacementProcess__item h2 {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.3125rem;
  font-weight: 800;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .outplacementProcess__item h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .outplacementProcess__item h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .outplacementProcess__item h2 {
    font-size: 3.5rem;
  }
}
.outplacementProcess__item h3 {
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .outplacementProcess__item h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .outplacementProcess__item h3 {
    font-size: 2.25rem;
  }
}
.outplacementProcess--green .outplacementProcess__item:before {
  background: var(--color-green);
}

.blockTitleTextImage {
  position: relative;
}
.blockTitleTextImage--logo {
  padding-bottom: min(125px, 27% + 25px);
}
@media (min-width: 1024px) {
  .blockTitleTextImage--logo {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .blockTitleTextImage--logo .blockTitleTextImage__textContainer {
    position: relative;
    min-height: 100%;
  }
}
.blockTitleTextImage__titleContainer {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .blockTitleTextImage__titleContainer {
    width: 61%;
  }
}
@media (min-width: 1024px) {
  .blockTitleTextImage__cols {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .blockTitleTextImage__col1 {
    width: 49%;
    position: relative;
    z-index: 10;
  }
}
.blockTitleTextImage__col1Inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .blockTitleTextImage__col2 {
    width: 49%;
  }
}
.blockTitleTextImage__textContainer {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .blockTitleTextImage__textContainer {
    padding: 50px 50px;
    margin: 150px 0 0 -60px;
    background: #ffffff;
  }
}
@media (min-width: 1600px) {
  .blockTitleTextImage__textContainer {
    margin-top: -195px;
  }
}
.blockTitleTextImage__logos {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .blockTitleTextImage__logos {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -140px;
  }
}
@media (min-width: 1024px) {
  .blockTitleTextImage__logos {
    margin-top: 0;
    padding-bottom: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 180px;
  }
}
@media (min-width: 1260px) {
  .blockTitleTextImage__logos {
    margin-top: -150px;
  }
}
@media (min-width: 1800px) {
  .blockTitleTextImage__logos {
    bottom: auto;
    top: 400px;
    max-width: none;
  }
}
.blockTitleTextImage__habp {
  margin-top: 20px;
  max-width: 45%;
}
@media (min-width: 768px) {
  .blockTitleTextImage__habp {
    max-width: 100%;
  }
}
.blockTitleTextImage__eq {
  margin-top: 20px;
  max-width: 45%;
}
@media (min-width: 768px) {
  .blockTitleTextImage__eq {
    max-width: none;
  }
}
.blockTitleTextImage__leadership {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 370px;
}
@media (min-width: 1024px) {
  .blockTitleTextImage__leadership {
    position: static;
    margin-left: auto;
    margin-top: auto;
  }
}
@media (min-width: 1260px) {
  .blockTitleTextImage__leadership {
    width: 70%;
    max-width: 570px;
  }
}
@media (min-width: 1024px) {
  .blockTitleTextImage__imageWrapper {
    margin-right: -200px;
  }
}

@media (min-width: 1024px) {
  .blockFlipCards {
    display: flex;
    align-items: stretch;
    margin-top: 255px;
  }
}
.blockFlipCards .flipCard {
  flex: 1;
  perspective: 1000px;
}
.blockFlipCards .flipCard:nth-child(1) .flipCard__front,
.blockFlipCards .flipCard:nth-child(1) .flipCard__back {
  background: var(--color-blue);
  color: #ffffff;
}
@media (min-width: 1024px) {
  .blockFlipCards .flipCard:nth-child(2) {
    transform: translateY(-140px);
  }
}
.blockFlipCards .flipCard:nth-child(2) .flipCard__front,
.blockFlipCards .flipCard:nth-child(2) .flipCard__back {
  background: var(--color-purple);
  color: #ffffff;
}
.blockFlipCards .flipCard:nth-child(3) .flipCard__front,
.blockFlipCards .flipCard:nth-child(3) .flipCard__back {
  background: var(--color-light-blue);
}
.blockFlipCards .flipCard__inner {
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
@media (min-width: 1024px) {
  .blockFlipCards .flipCard__inner {
    min-height: 450px;
  }
}
.blockFlipCards .flipCard:hover .flipCard__inner {
  transform: rotateY(180deg);
}
.blockFlipCards .flipCard__front, .blockFlipCards .flipCard__back {
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}
.blockFlipCards .flipCard__back {
  padding: 115px 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: rotateY(180deg);
  position: absolute;
  inset: 0;
  /*&:after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.4 15.41'%3E%3Cpath stroke='%23FF7A00' stroke-width='2px' d='m7,.71l7,7m.69-.76l-7.69,7.76m7-7H0'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
  }*/
}
@media (min-width: 768px) {
  .blockFlipCards .flipCard__back {
    padding: 50px;
  }
}
@media (min-width: 1600px) {
  .blockFlipCards .flipCard__back {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.blockFlipCards .flipCard__textContainer {
  position: relative;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}
@media (min-width: 1024px) {
  .blockFlipCards .flipCard__textContainer {
    height: 264px;
  }
}
.blockFlipCards .flipCard__textContainer:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.4 15.41'%3E%3Cpath stroke='%23FF7A00' stroke-width='2px' d='m7,.71l7,7m.69-.76l-7.69,7.76m7-7H0'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.blockFlipCards .flipCard__imageContainer {
  position: relative;
  padding-bottom: 100%;
}
.blockFlipCards .flipCard__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blockFlipCards .flipCard__title {
  font-family: "Proxima Nova", sans-serif;
  text-transform: uppercase;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 800;
}
@media (min-width: 768px) {
  .blockFlipCards .flipCard__title {
    font-size: 2.375rem;
  }
}
.blockFlipCards .flipCard__text1 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .blockFlipCards .flipCard__text1 {
    font-size: 1.5rem;
  }
}
.blockFlipCards .flipCard__text2 {
  font-size: 0.875rem;
}
.blockFlipCards .flipCard__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media (min-width: 768px) {
  .imageTextOffsetCenter {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .imageTextOffsetCenter {
    align-items: center;
  }
}
.imageTextOffsetCenter__col1 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .imageTextOffsetCenter__col1 {
    width: 49%;
    margin: 0;
  }
}
.imageTextOffsetCenter__col2 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .imageTextOffsetCenter__col2 {
    position: relative;
    width: 51%;
    margin: 200px 0 0;
    z-index: 10;
  }
}
@media (min-width: 1600px) {
  .imageTextOffsetCenter__col2 {
    margin: 0;
  }
}
.imageTextOffsetCenter__col2:last-child {
  margin-bottom: 0;
}
.imageTextOffsetCenter__imageContainer {
  position: relative;
  padding-bottom: 74%;
}
.imageTextOffsetCenter__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .imageTextOffsetCenter__textContainer {
    padding: 50px 50px;
    background: #ffffff;
    margin-left: -150px;
  }
}
.imageTextOffsetCenter--reversed {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .imageTextOffsetCenter--reversed .imageTextOffsetCenter__col1 {
    width: 57%;
  }
}
@media (min-width: 768px) {
  .imageTextOffsetCenter--reversed .imageTextOffsetCenter__col2 {
    width: 43%;
  }
}
@media (min-width: 768px) {
  .imageTextOffsetCenter--reversed .imageTextOffsetCenter__textContainer {
    padding-left: 0;
    margin: 0 -135px 0 0;
  }
}

.careerGrid {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .careerGrid {
    display: flex;
    flex-wrap: wrap;
  }
}
.careerGrid__item {
  padding: 0;
  min-height: 209px;
  perspective: 1000px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .careerGrid__item {
    width: 50%;
    min-height: 250px;
  }
}
@media (min-width: 1024px) {
  .careerGrid__item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1260px) {
  .careerGrid__item {
    min-height: 355px;
  }
}
@media (min-width: 768px) {
  .careerGrid__item:nth-child(2) {
    margin-top: 150px;
  }
}
@media (min-width: 1260px) {
  .careerGrid__item:nth-child(2) {
    margin-top: 270px;
  }
}
@media (min-width: 1024px) {
  .careerGrid__item:nth-child(3) {
    margin-top: 90px;
  }
}
.careerGrid__item img {
  margin-bottom: 32px;
}
@media (min-width: 1260px) {
  .careerGrid__item img {
    height: 96px;
    margin-bottom: 55px;
    width: auto;
  }
}
.careerGrid__item--right .careerGrid__itemFront {
  align-items: flex-end;
}
.careerGrid__item--right .careerGrid__itemFront:before {
  transform: rotate(180deg);
  left: 30px;
  right: auto;
}
@media (min-width: 1260px) {
  .careerGrid__item--right .careerGrid__itemFront:before {
    top: 50px;
    left: 55px;
    right: auto;
  }
}
.careerGrid__itemInner {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.careerGrid__itemFront {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 35px 30px;
}
@media (min-width: 1260px) {
  .careerGrid__itemFront {
    padding: 50px 55px;
    font-size: 2.0625rem;
  }
}
.careerGrid__itemBack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  padding: 35px 30px;
}
.careerGrid__item--flipping {
  cursor: pointer;
}
.careerGrid__item--flipping:hover .careerGrid__itemInner {
  transform: rotateY(180deg);
}
@media (min-width: 768px) {
  .careerGrid--workshops {
    margin-top: -80px;
  }
}
@media (min-width: 1600px) {
  .careerGrid--workshops {
    margin-top: -160px;
  }
}
.careerGrid--workshops .careerGrid__itemFront:before {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.4 15.41'%3E%3Cpath stroke='%23000000' stroke-width='2px' d='m7,.71l7,7m.69-.76l-7.69,7.76m7-7H0'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  width: 37px;
  height: 37px;
  top: 35px;
  right: 30px;
}
@media (min-width: 1260px) {
  .careerGrid--workshops .careerGrid__itemFront:before {
    top: 50px;
    right: 55px;
  }
}
.careerGrid--workshops .careerGrid__itemFront.bg--2:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.4 15.41'%3E%3Cpath stroke='%23FFFFFF' stroke-width='2px' d='m7,.71l7,7m.69-.76l-7.69,7.76m7-7H0'/%3E%3C/svg%3E") no-repeat center;
}
@media (min-width: 768px) {
  .careerGrid--workshops .careerGrid__item:nth-child(2) {
    margin-top: 140px;
  }
}
@media (min-width: 1600px) {
  .careerGrid--workshops .careerGrid__item:nth-child(2) {
    margin-top: 180px;
  }
}
@media (min-width: 1024px) {
  .careerGrid--workshops .careerGrid__item:nth-child(3) {
    margin-top: 200px;
  }
}
@media (min-width: 1600px) {
  .careerGrid--workshops .careerGrid__item:nth-child(3) {
    margin-top: 380px;
  }
}
@media (min-width: 768px) {
  .careerGrid--professionalDevelopment .careerGrid__item:nth-child(1), .careerGrid--professionalDevelopment .careerGrid__item:nth-child(3) {
    margin-top: 100px;
  }
}
@media (min-width: 1260px) {
  .careerGrid--professionalDevelopment .careerGrid__item:nth-child(1), .careerGrid--professionalDevelopment .careerGrid__item:nth-child(3) {
    margin-top: 180px;
  }
}
@media (min-width: 1600px) {
  .careerGrid--professionalDevelopment .careerGrid__item:nth-child(1), .careerGrid--professionalDevelopment .careerGrid__item:nth-child(3) {
    margin-top: 225px;
  }
}
@media (min-width: 768px) {
  .careerGrid--professionalDevelopment .careerGrid__item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .careerGrid--professionalDevelopment .careerGrid__item:nth-child(2) {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .textImage {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.textImage__col1 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .textImage__col1 {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .textImage__col2 {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .blockColumns {
    margin: 0 calc(var(--padding-container) * -1);
  }
}
@media (min-width: 1260px) {
  .blockColumns {
    margin: 170px 0;
    display: flex;
  }
}
@media (min-width: 1600px) {
  .blockColumns {
    margin: 200px 0;
  }
}
.blockColumns__col {
  padding: 40px var(--padding-container);
  min-height: 323px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .blockColumns__col {
    padding: 40px var(--padding-container);
    min-height: 180px;
  }
}
@media (min-width: 1260px) {
  .blockColumns__col {
    flex: 1;
    padding: 40px 30px;
    min-height: 368px;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .blockColumns__col {
    min-height: 555px;
    padding: 60px 60px;
  }
}
.blockColumns__colInner {
  max-width: 265px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1260px) {
  .blockColumns__colInner {
    max-width: 380px;
  }
}
.blockColumns__colInner h3 {
  margin-bottom: 5px;
}
@media (min-width: 1260px) {
  .blockColumns__colInner h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1600px) {
  .blockColumns__colInner h3 {
    font-size: 2.25rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 1260px) {
  .blockColumns__col:nth-child(2) {
    margin: -45px 0;
  }
}
@media (min-width: 1600px) {
  .blockColumns__col:nth-child(2) {
    margin: -70px 0;
  }
}

.blockTitleTextColumns__header {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .blockTitleTextColumns__header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .blockTitleTextColumns__cols {
    display: flex;
    justify-content: space-between;
  }
}
.blockTitleTextColumns__col1 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .blockTitleTextColumns__col1 {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 1024px) {
  .blockTitleTextColumns__col2 {
    width: calc((100% - 30px) / 2);
  }
}

.blockColorText {
  position: relative;
}
@media (min-width: 1260px) {
  .blockColorText {
    padding-left: 48%;
    margin-top: 100px;
  }
}
.blockColorText:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 15px);
  height: 100%;
  width: 50vw;
  background: var(--color-purple);
}
@media (min-width: 768px) {
  .blockColorText:before {
    right: calc(100% + 25px);
  }
}
@media (min-width: 1260px) {
  .blockColorText:before {
    left: auto;
    right: calc(52% + 70px);
  }
}

.blockTitle {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .blockTitle {
    margin-bottom: 50px;
  }
}

@media (min-width: 1260px) {
  .blockTextLogo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.blockTextLogo__col1 {
  margin-bottom: 25px;
}
@media (min-width: 1260px) {
  .blockTextLogo__col1 {
    margin: 0;
    width: 49%;
  }
}
@media (min-width: 768px) {
  .blockTextLogo__col2 {
    width: 45%;
    max-width: 570px;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .blockImageText {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .blockImageText__col1 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .blockImageText__col1Inner {
    margin-right: -100px;
  }
}
.blockImageText__col2 {
  position: relative;
  padding: 0 0 100px 0;
  margin-top: -20px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .blockImageText__col2 {
    width: 50%;
    display: flex;
    align-items: center;
    z-index: 20;
    padding: 50px 0;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .blockImageText__col2Inner {
    margin-left: -100px;
  }
}

@media (min-width: 768px) {
  .workshopsIntro {
    display: flex;
  }
}
@media (min-width: 1600px) {
  .workshopsIntro {
    margin-bottom: 150px;
  }
}
.workshopsIntro__col1 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .workshopsIntro__col1 {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .workshopsIntro__col1Inner {
    margin-right: -115px;
    margin-left: calc(var(--padding-container) * -1);
  }
}
@media (min-width: 1260px) {
  .workshopsIntro__col1Inner {
    margin-right: -235px;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .workshopsIntro__col1Inner {
    margin-right: -290px;
  }
}
.workshopsIntro__col2 {
  position: relative;
}
@media (min-width: 768px) {
  .workshopsIntro__col2 {
    margin: 130px 0 0;
    width: 50%;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .workshopsIntro__col2:before {
    content: "";
    position: absolute;
    right: 0;
    top: -40px;
    left: -170px;
    bottom: 0;
    background: #ffffff;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .workshopsIntro__col2:before {
    left: -50px;
  }
}
@media (min-width: 768px) {
  .workshopsIntro__col2Inner {
    margin-left: -125px;
    position: relative;
  }
}
@media (min-width: 1260px) {
  .workshopsIntro__col2Inner {
    margin-left: -200px;
  }
}
@media (min-width: 1260px) {
  .workshopsIntro__col2Inner {
    margin-left: 0;
  }
}
@media (min-width: 1260px) {
  .workshopsIntro__imageContainer {
    position: relative;
    padding-bottom: 62%;
  }
}
@media (min-width: 1260px) {
  .workshopsIntro__imageContainer img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 1260px) {
  .imageTextOverlap {
    display: flex;
    justify-content: space-between;
    margin-bottom: -80px;
  }
}
.imageTextOverlap--reversed {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .imageTextOverlap--reversed {
    flex-direction: column;
  }
}
@media (min-width: 1260px) {
  .imageTextOverlap--reversed {
    flex-direction: row;
  }
}
.imageTextOverlap--reversed .imageTextOverlap__col1 {
  margin-bottom: 0;
}
.imageTextOverlap--reversed .imageTextOverlap__col2 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .imageTextOverlap--reversed .imageTextOverlap__col2 {
    margin-bottom: 0;
  }
}
.imageTextOverlap__col1 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .imageTextOverlap__col1 {
    width: 70%;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .imageTextOverlap__col1 {
    width: 47%;
  }
}
@media (min-width: 1260px) {
  .imageTextOverlap__col1Inner {
    margin-right: -180px;
  }
}
@media (min-width: 768px) {
  .imageTextOverlap__col2 {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-top: -100px;
  }
}
@media (min-width: 1260px) {
  .imageTextOverlap__col2 {
    margin: 0;
    padding: 65px 0;
    width: 50%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .imageTextOverlap__col2Inner {
    padding: 40px 0 0 40px;
    background: #ffffff;
  }
}
@media (min-width: 1260px) {
  .imageTextOverlap__col2Inner {
    padding: 50px 0 50px 50px;
    margin-left: -35px;
  }
}
@media (min-width: 1600px) {
  .imageTextOverlap__col2Inner {
    margin-left: -95px;
  }
}
.imageTextOverlap__imageContainer {
  position: relative;
  padding-bottom: 74%;
}
.imageTextOverlap__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .twoCols {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
.twoCols__col1 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .twoCols__col1 {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .twoCols__col1 {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .twoCols__col1Inner {
    max-width: 960px;
    width: 100%;
  }
}
@media (min-width: 1260px) {
  .twoCols__col1Inner {
    display: flex;
    align-items: center;
  }
}
.twoCols__col1Inner--decorated {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (min-width: 1260px) {
  .twoCols__col1Inner--decorated {
    padding-top: 200px;
    align-items: flex-start;
  }
}
.twoCols__col1Inner--decorated:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(100% - 83px);
  bottom: 0;
  background: var(--color-light-blue);
  width: 100vw;
  max-height: 231px;
  z-index: -1;
}
@media (min-width: 768px) {
  .twoCols__col1Inner--decorated:before {
    max-height: 740px;
  }
}
@media (min-width: 1260px) {
  .twoCols__col1Inner--decorated:before {
    right: calc(100% - 180px);
  }
}
@media (min-width: 1600px) {
  .twoCols__col1Inner--decorated:before {
    right: calc(100% - 270px);
  }
}
@media (min-width: 1260px) {
  .twoCols__col1Inner--decorated .container {
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  .twoCols__col2 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .twoCols__col2Inner {
    max-width: 960px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .blueStack__items {
    display: flex;
    flex-wrap: wrap;
  }
}
.blueStack__item {
  position: relative;
  padding: 20px 60px;
  text-align: center;
  color: var(--color-purple);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .blueStack__item {
    padding: 30px var(--padding-container);
  }
}
@media (min-width: 1600px) {
  .blueStack__item {
    padding: 45px 140px;
  }
}
.blueStack__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-light-blue);
}
.blueStack__item:nth-child(2n):before {
  opacity: 0.75;
}
.blueStack__itemInner {
  position: relative;
  z-index: 10;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .blueStack__itemInner {
    max-width: 560px;
  }
}
@media (min-width: 1260px) {
  .blueStack__itemInner {
    max-width: 468px;
  }
}
.blueStack__item h2 {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.3125rem;
  font-weight: 800;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .blueStack__item h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .blueStack__item h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .blueStack__item h2 {
    font-size: 3.5rem;
  }
}
.blueStack__item h3 {
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .blueStack__item h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .blueStack__item h3 {
    font-size: 2.25rem;
  }
}

.blockGovernment {
  background: var(--color-blue);
  color: #ffffff;
  margin: 0 calc(-1 * var(--padding-container));
  padding: 100px var(--padding-container);
}
@media (min-width: 1024px) {
  .blockGovernment {
    margin: 100px 0;
    padding: 100px var(--padding-container);
  }
}
@media (min-width: 1600px) {
  .blockGovernment {
    padding: 150px var(--padding-container);
  }
}
.blockGovernment__cols {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .blockGovernment__cols {
    display: flex;
    justify-content: space-between;
  }
}
.blockGovernment__col1 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .blockGovernment__col1 {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .blockGovernment__col2 {
    width: calc(50% - 15px);
    max-width: 420px;
  }
}
@media (min-width: 1260px) {
  .blockGovernment h2 {
    margin-bottom: 15px;
  }
}

.blockApex__cols {
  max-width: 1340px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .blockApex__cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.blockApex__col1 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .blockApex__col1 {
    flex: 1;
    margin-bottom: 0;
    max-width: 810px;
  }
}
.blockApex__col2 {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .blockApex__col2 {
    width: calc(50% - 15px);
    max-width: 350px;
  }
}
.blockApex__col2 img {
  width: 110px;
  height: auto;
}
@media (min-width: 1260px) {
  .blockApex__col2 img {
    width: 250px;
  }
}

.blockDownload {
  color: var(--color-purple);
  text-align: right;
}

.popup {
  position: relative;
  background: #ffffff;
  padding: 25px;
  max-width: 600px;
  width: 100%;
}
@media (min-width: 768px) {
  .popup {
    padding: 50px 50px;
  }
}
@media (min-width: 1260px) {
  .popup {
    padding: 50px 50px;
  }
}

.search-results .notification {
  position: static;
}

.sectionSearch {
  margin-top: 0;
}
@media (min-width: 768px) {
  .sectionSearch {
    margin-top: 50px;
  }
}

.searchForm {
  display: flex;
  align-items: center;
}
.searchForm__field {
  flex: 1;
  max-width: 345px;
}
.searchForm__field input {
  width: 100%;
  min-height: 32px;
  border-radius: 7px;
  border-color: var(--color-blue);
  padding: 0 16px;
  color: var(--color-blue);
  font-size: 0.8125rem;
  outline: none;
}
.searchForm__field ::-webkit-input-placeholder {
  color: var(--color-blue);
  font-size: 0.8125rem;
}
.searchForm__field :-moz-placeholder {
  color: var(--color-blue);
  font-size: 0.8125rem;
}
.searchForm__field ::-moz-placeholder {
  color: var(--color-blue);
  font-size: 0.8125rem;
}
.searchForm__field :-ms-input-placeholder {
  color: var(--color-blue);
  font-size: 0.8125rem;
}
.searchForm__button {
  display: flex;
  color: var(--color-blue);
  transition: color 0.3s;
  margin-left: 16px;
}
.searchForm__button:hover {
  color: var(--color-purple);
}

.teaserSearchResult {
  padding: 30px 0;
  border-bottom: 1px solid var(--color-purple);
  max-width: 810px;
}
@media (min-width: 768px) {
  .teaserSearchResult {
    padding: 50px 0;
  }
}
.teaserSearchResult:last-child {
  border: none;
  padding-bottom: 0;
}
.teaserSearchResult__title {
  color: var(--color-blue);
}
.teaserSearchResult__title a {
  text-decoration: none;
}
.teaserSearchResult__title a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .locationIntro {
    width: 72%;
    max-width: 820px;
  }
}
@media (min-width: 1260px) {
  .locationIntro {
    width: 60%;
  }
}

.tagline {
  color: var(--color-purple);
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.5625rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .tagline {
    font-size: 1.875rem;
    margin-top: 82px;
    max-width: 520px;
  }
}
@media (min-width: 1260px) {
  .tagline {
    font-size: 3rem;
    margin-top: 96px;
    max-width: 840px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .tagline {
    font-size: 3.5rem;
    margin-top: 110px;
    max-width: 950px;
    margin-bottom: 60px;
  }
}
.tagline strong {
  font-weight: 800;
}

.locationTestimonials__header {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .locationTestimonials__header {
    max-width: 400px;
    margin-bottom: 35px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1260px) {
  .locationTestimonials__header {
    max-width: 660px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .locationTestimonials__header {
    max-width: 790px;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .locationGuarantee {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.locationGuarantee__col1 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .locationGuarantee__col1 {
    margin: 0;
    width: 53%;
  }
}
@media (min-width: 1260px) {
  .locationGuarantee__col1 {
    max-width: 490px;
  }
}
@media (min-width: 1600px) {
  .locationGuarantee__col1 {
    max-width: 670px;
  }
}
@media (min-width: 768px) {
  .locationGuarantee__col2 {
    width: 41%;
    max-width: 640px;
  }
}

.locationValues {
  margin-top: 50px;
}
.locationValues__header {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .locationValues__header {
    margin-bottom: 30px;
    max-width: 470px;
  }
}
@media (min-width: 1260px) {
  .locationValues__header {
    max-width: 630px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .locationValues__header {
    max-width: 790px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .locationValues__header h2.large {
    max-width: 400px;
  }
}
.locationValues__cols {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .locationValues__cols {
    max-width: 470px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1260px) {
  .locationValues__cols {
    display: flex;
    max-width: none;
    margin-bottom: 70px;
  }
}
@media (min-width: 1600px) {
  .locationValues__cols {
    margin-bottom: 50px;
  }
}
.locationValues__col1 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .locationValues__col1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1260px) {
  .locationValues__col1 {
    width: 35%;
    min-width: 570px;
    padding-right: 50px;
  }
}
@media (min-width: 1260px) {
  .locationValues__col2 {
    flex: 1;
    margin-top: -62px;
    max-width: 800px;
  }
}
@media (min-width: 768px) {
  .locationValues__items {
    display: flex;
    margin: 0 -10px;
  }
}
@media (min-width: 1260px) {
  .locationValues__items {
    justify-content: space-between;
    margin: 0 -42px;
  }
}
.locationValues__item {
  text-align: center;
  margin-bottom: 48px;
  font-size: 1.125rem;
  line-height: 1.25;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .locationValues__item {
    flex: 1;
    font-size: 1rem;
    padding: 0 10px;
  }
}
@media (min-width: 1260px) {
  .locationValues__item {
    font-size: 1.375rem;
    padding: 0 42px;
    max-width: 480px;
  }
}
@media (min-width: 1600px) {
  .locationValues__item {
    font-size: 1.5625rem;
  }
}
.locationValues__item:last-child {
  margin-bottom: 0;
}
.locationValues__item img {
  margin-bottom: 25px;
  height: 73px;
  width: auto;
}
@media (min-width: 1260px) {
  .locationValues__item img {
    height: 122px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1600px) {
  .locationValues__item img {
    height: 140px;
  }
}
.locationValues__item strong {
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 2.4375rem;
  line-height: 0.85;
  font-weight: 800;
}
@media (min-width: 768px) {
  .locationValues__item strong {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1260px) {
  .locationValues__item strong {
    font-size: 5rem;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .locationValues__item strong {
    font-size: 7.1875rem;
  }
}

.locationPlace__header {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .locationPlace__header {
    max-width: 570px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1260px) {
  .locationPlace__header {
    max-width: 980px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .locationPlace__header {
    max-width: 1270px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1260px) {
  .locationPlace__header p {
    max-width: 650px;
  }
}
@media (min-width: 1600px) {
  .locationPlace__header p {
    max-width: 800px;
  }
}
.locationPlace__iframeContainer {
  position: relative;
  height: 246px;
}
@media (min-width: 768px) {
  .locationPlace__iframeContainer {
    height: 478px;
  }
}
@media (min-width: 1260px) {
  .locationPlace__iframeContainer {
    height: 800px;
  }
}
@media (min-width: 1600px) {
  .locationPlace__iframeContainer {
    height: 1200px;
  }
}
.locationPlace__iframeContainer iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.locationFeatures {
  font-size: 1.125rem;
  line-height: 1.25;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .locationFeatures {
    font-size: 1rem;
    line-height: 1.15;
  }
}
@media (min-width: 1260px) {
  .locationFeatures {
    font-size: 1.3125rem;
    line-height: 1.43;
  }
}
@media (min-width: 768px) {
  .locationFeatures__header {
    max-width: 460px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1260px) {
  .locationFeatures__header {
    max-width: 760px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .locationFeatures__header {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .locationFeatures__items {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1260px) {
  .locationFeatures__items {
    margin: 0 -10px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.locationFeatures__item {
  position: relative;
  margin-top: 50px;
  padding-left: 120px;
}
@media (min-width: 768px) {
  .locationFeatures__item {
    width: 48%;
  }
}
@media (min-width: 1260px) {
  .locationFeatures__item {
    width: auto;
    padding: 0;
    margin: 0 10px;
  }
}
.locationFeatures__item:nth-child(1) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .locationFeatures__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .locationFeatures__item:nth-child(2n) {
    width: 52%;
  }
}
@media (min-width: 1260px) {
  .locationFeatures__item:nth-child(2n) {
    width: auto;
  }
}
.locationFeatures__item img {
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media (min-width: 768px) {
  .locationFeatures__item img {
    top: 0;
    height: 93px;
    width: auto;
    transform: translateX(-50%);
  }
}
@media (min-width: 1260px) {
  .locationFeatures__item img {
    position: static;
    transform: none;
    margin: 0 auto 35px;
    height: 120px;
  }
}
@media (min-width: 1600px) {
  .locationFeatures__item img {
    height: 140px;
  }
}
.locationFeatures__item h3 {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .locationFeatures__item h3 {
    margin: 0 0 7px;
  }
}
@media (min-width: 1260px) {
  .locationFeatures__item h3 {
    text-align: center;
    font-size: 2.25rem;
    margin-bottom: 15px;
  }
}
.locationFeatures__item p {
  margin: 0;
}

@media (min-width: 768px) {
  .locationSupport2 {
    display: flex;
  }
}
.locationSupport2--reversed {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .locationSupport2--reversed {
    flex-direction: row-reverse;
  }
}
.locationSupport2--reversed .locationSupport2__col1 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .locationSupport2--reversed .locationSupport2__col1 {
    position: relative;
    z-index: 20;
  }
}
@media (min-width: 768px) {
  .locationSupport2--reversed .locationSupport2__col1:before {
    left: -50px;
    right: 0;
  }
}
.locationSupport2--reversed .locationSupport2__col2 {
  margin-bottom: 25px;
}
.locationSupport2__col1 {
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .locationSupport2__col1 {
    margin: 235px 0 0;
    width: 50%;
    z-index: 10;
  }
}
@media (min-width: 1260px) {
  .locationSupport2__col1 {
    margin-top: 325px;
  }
}
@media (min-width: 1600px) {
  .locationSupport2__col1 {
    margin-top: 300px;
  }
}
@media (min-width: 768px) {
  .locationSupport2__col1:before {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    right: -40px;
    bottom: 0;
    background: #ffffff;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .locationSupport2__col1:before {
    right: -50px;
  }
}
@media (min-width: 768px) {
  .locationSupport2__col1Inner {
    margin-right: -125px;
    position: relative;
  }
}
@media (min-width: 1260px) {
  .locationSupport2__col1Inner {
    margin-right: -200px;
  }
}
@media (min-width: 1260px) {
  .locationSupport2__col1Inner {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .locationSupport2__col2 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .locationSupport2__col2Inner {
    margin-left: -115px;
    margin-right: calc(var(--padding-container) * -1);
  }
}
@media (min-width: 1260px) {
  .locationSupport2__col2Inner {
    margin-left: -235px;
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .locationSupport2__col2Inner {
    margin-left: -290px;
  }
}

.locationGuide__header {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .locationGuide__header {
    max-width: 470px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1260px) {
  .locationGuide__header {
    max-width: 660px;
  }
}
@media (min-width: 1600px) {
  .locationGuide__header {
    max-width: 830px;
  }
}
@media (min-width: 768px) {
  .locationGuide__header h2 {
    max-width: 400px;
  }
}
@media (min-width: 1260px) {
  .locationGuide__header h2 {
    max-width: 660px;
  }
}
@media (min-width: 1600px) {
  .locationGuide__header h2 {
    max-width: 830px;
  }
}
@media (min-width: 1260px) {
  .locationGuide__cols {
    display: flex;
    justify-content: space-between;
  }
}
.locationGuide__col1 {
  margin-bottom: 50px;
}
@media (min-width: 1260px) {
  .locationGuide__col1 {
    margin: 0;
    width: 53%;
    max-width: 830px;
  }
}
@media (min-width: 768px) {
  .locationGuide__col1 p {
    max-width: 470px;
  }
}
@media (min-width: 1260px) {
  .locationGuide__col1 p {
    max-width: none;
  }
}
@media (min-width: 1260px) {
  .locationGuide__col2 {
    width: 39%;
    max-width: 600px;
  }
}
@media (min-width: 1260px) {
  .locationGuide__col2 .textImage {
    display: block;
  }
}
@media (min-width: 1260px) {
  .locationGuide__col2 .textImage__col1 {
    width: auto;
    margin-bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .locationGuide__col2 .textImage__col2 {
    width: auto;
  }
}

.locationConsulting__header {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .locationConsulting__header {
    max-width: 470px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1260px) {
  .locationConsulting__header {
    max-width: 630px;
    margin-bottom: 90px;
  }
}
@media (min-width: 1600px) {
  .locationConsulting__header {
    max-width: 830px;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .locationVideo__header {
    max-width: 470px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .locationVideo__header h2 {
    max-width: 300px;
  }
}

@media (min-width: 1260px) {
  body.page-template-home .sectionHero__textContainer {
    padding-bottom: 55px;
  }
}
@media (min-width: 1260px) {
  body.page-template-home .statistic__items {
    margin-top: -70px;
  }
}
body.page-template-home .statistic__header {
  position: relative;
}
@media (min-width: 768px) {
  body.page-template-home .statistic__header {
    max-width: 560px;
  }
}
@media (min-width: 1260px) {
  body.page-template-home .statistic__header {
    margin-bottom: 25px;
    max-width: 930px;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .statistic__header {
    margin-bottom: 35px;
    max-width: 1000px;
  }
}
body.page-template-home .statistic__header h2 {
  margin-bottom: 10px;
}
body.page-template-home .sectionWorkshops h2 {
  margin-bottom: 0;
}
body.page-template-home .sectionWorkshops .link {
  margin: 0;
}
@media (min-width: 768px) {
  body.page-template-home .sectionWorkshops .link {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
  }
}
@media (max-width: 767px) {
  body.page-template-home .sectionWorkshops .careerGrid {
    margin-top: 25px;
  }
}

.blockStayConnected {
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .blockStayConnected {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .blockStayConnected__col1 {
    width: 50%;
  }
}
.blockStayConnected__col2 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .blockStayConnected__col2 {
    width: 50%;
    margin: 0;
  }
}
.blockStayConnected__col2Inner {
  padding: 0 var(--padding-container);
}
@media (min-width: 768px) {
  .blockStayConnected__col2Inner {
    padding: 0 60px;
    max-width: 800px;
  }
}
@media (min-width: 1260px) {
  .blockHome .highlight {
    line-height: 1;
  }
}
.blockHome .link {
  line-height: 1;
}
@media (min-width: 1600px) {
  .blockHome .link br {
    display: none;
  }
}
.blockHome--reversed .link br {
  display: block;
}

@media (min-width: 768px) {
  .approachIntro {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1260px) {
  .approachIntro {
    margin: -132px 0;
  }
}
.approachIntro__col1 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .approachIntro__col1 {
    width: 47%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .approachIntro__col2 {
    width: 44%;
  }
}

.approachGrid {
  padding-top: 100px;
}
@media (min-width: 1260px) {
  .approachGrid {
    padding-top: 200px;
  }
}
@media (min-width: 768px) {
  .approachGrid__item {
    width: 50%;
  }
}
.approachGrid__item:first-child .whatWeDo__textBlock {
  padding-top: 0;
}
@media (min-width: 768px) {
  .approachGrid__item:first-child .whatWeDo__textBlock {
    padding-bottom: 160px;
  }
}
@media (min-width: 1260px) {
  .approachGrid__item:first-child .whatWeDo__textBlock .container {
    padding-right: 75px;
  }
}
@media (min-width: 768px) {
  .approachGrid__item:nth-child(2n+1) .container {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) {
  .approachGrid__item:nth-child(2n) .container {
    margin: 0 auto 0 0;
  }
}
.approachGrid__item:nth-child(3) {
  background: var(--color-blue);
  color: #ffffff;
}
.approachGrid__item:nth-child(4) {
  background: var(--color-green);
}
.approachGrid__item:nth-child(5) {
  background: var(--color-orange);
}
.approachGrid__item:nth-child(6) {
  background: var(--color-purple);
  color: #ffffff;
}
.approachGrid__header {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .approachGrid__header {
    margin-bottom: 160px;
  }
}
.approachGrid__subheader {
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .approachGrid__subheader {
    margin-left: -50px;
    margin-bottom: 70px;
    line-height: 1;
  }
}
@media (min-width: 1260px) {
  .approachGrid__subheader {
    font-size: 2.25rem;
    margin-left: -210px;
  }
}
.approachGrid__textBlock {
  padding: 50px 0;
}
@media (min-width: 1260px) {
  .approachGrid__textBlock {
    padding: 115px 0;
  }
}
.approachGrid__textBlock .container {
  max-width: 960px;
}
.approachGrid__textBlock--apply {
  padding: 100px 0;
}
@media (min-width: 1260px) {
  .approachGrid__textBlock--apply {
    padding: 200px 0;
  }
}
.approachGrid__imageBlock {
  background: #000000;
}
.approachGrid__imageContainer {
  position: relative;
  padding-bottom: 64%;
}
@media (min-width: 1260px) {
  .approachGrid__imageContainer {
    padding-bottom: 63%;
  }
}
.approachGrid__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .approachDemocracy {
    margin: 100px 0 0;
    display: flex;
  }
}
@media (min-width: 1260px) {
  .approachDemocracy {
    align-items: center;
  }
}
@media (min-width: 1600px) {
  .approachDemocracy {
    margin: 200px 0 0;
  }
}
@media (min-width: 768px) {
  .approachDemocracy__col1 {
    width: 75%;
  }
}
@media (min-width: 1260px) {
  .approachDemocracy__col1 {
    width: 50%;
  }
}
.approachDemocracy__col2 {
  padding: 45px var(--padding-container) 0;
}
@media (min-width: 768px) {
  .approachDemocracy__col2 {
    position: relative;
    width: 50%;
    padding: 0;
    margin-top: 100px;
  }
}
@media (min-width: 1260px) {
  .approachDemocracy__col2 {
    margin: 0;
    padding: 0 var(--padding-container) 0 0;
  }
}
.approachDemocracy__imageContainer {
  position: relative;
  padding-bottom: 65%;
  background: #000000;
}
@media (min-width: 768px) {
  .approachDemocracy__imageContainer {
    padding-bottom: 66%;
  }
}
.approachDemocracy__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .approachDemocracy__textContainer {
    background: #ffffff;
    padding: 50px;
    margin-left: -170px;
  }
}

@media (min-width: 1024px) {
  .approachIntelligence {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
  }
}
.approachIntelligence__col1 {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .approachIntelligence__col1 {
    width: 37%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .approachIntelligence__col2 {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .approachIntelligence__textContainer {
    max-width: 680px;
  }
}

@media (min-width: 768px) {
  .blockTeam {
    display: flex;
  }
}
.blockTeam__col1 {
  width: 206px;
}
@media (min-width: 768px) {
  .blockTeam__col1 {
    margin-right: 50px;
  }
}
@media (min-width: 1260px) {
  .blockTeam__col1 {
    margin-right: 120px;
    width: 255px;
  }
}
.blockTeam__col2 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .blockTeam__col2 {
    flex: 1;
    margin-top: 0;
  }
}
.blockTeam__filter {
  margin-top: -6px;
}
@media (min-width: 768px) {
  .blockTeam__filter {
    margin-top: -20px;
  }
}
.blockTeam__filterTitle {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Proxima Nova", sans-serif;
}
@media (min-width: 1260px) {
  .blockTeam__filterTitle {
    font-size: 1.875rem;
  }
}
.blockTeam__filterList {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  border-top: 1px solid #5A5A5A;
}
.blockTeam__filterList li {
  border-bottom: 1px solid #5A5A5A;
  padding: 0 8px 0 0;
}
.blockTeam__filterList li .link {
  margin: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .blockTeam__filterList li .link {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.blockTeam__filterList li .link.active {
  color: #000000;
}
@media (min-width: 768px) {
  .blockTeam__members {
    display: flex;
    flex-wrap: wrap;
  }
}
.blockTeam .link {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}

.teamMember {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .teamMember {
    width: 50%;
  }
}
@media (min-width: 1260px) {
  .teamMember {
    width: 33.3333333333%;
  }
}
.teamMember a {
  display: block;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
.teamMember a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.19);
  transition: opacity 0.3s;
}
.teamMember:hover a:after {
  opacity: 0;
}
.teamMember img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teamMemberPopup {
  position: relative;
  background: #ffffff;
  padding: 25px;
  max-width: 1440px;
}
@media (min-width: 768px) {
  .teamMemberPopup {
    padding: 70px 50px;
  }
}
@media (min-width: 1260px) {
  .teamMemberPopup {
    padding: 100px 50px;
  }
}
.teamMemberPopup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (min-width: 1260px) {
  .teamMemberPopup__close {
    width: 60px;
    height: 60px;
    top: 40px;
    right: 40px;
  }
}
@media (min-width: 1260px) {
  .teamMemberPopup__close svg {
    width: 42px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .teamMemberPopup__inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .teamMemberPopup__col1 {
    width: 31.5%;
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .teamMemberPopup__col2 {
    flex: 1;
  }
}
@media (min-width: 1260px) {
  .teamMemberPopup__col2 {
    padding-right: 55px;
  }
}
.teamMemberPopup__image {
  margin-bottom: 15px;
  width: 173px;
}
@media (min-width: 768px) {
  .teamMemberPopup__image {
    width: 100%;
    margin: 0;
  }
}
.teamMemberPopup__header {
  margin-bottom: 10px;
}
@media (min-width: 1260px) {
  .teamMemberPopup__header {
    margin-bottom: 25px;
  }
}
.teamMemberPopup__name {
  font-size: 1.5625rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .teamMemberPopup__name {
    font-size: 3.5rem;
  }
}
.teamMemberPopup__category {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1260px) {
  .teamMemberPopup__category {
    font-size: 2.25rem;
  }
}

.sectionTeamJoin {
  background: var(--color-green);
  padding: 100px 0;
}
@media (min-width: 1260px) {
  .sectionTeamJoin {
    padding: 190px 0;
  }
}
.sectionTeamJoin__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.sectionTeamJoin__title {
  position: relative;
  padding-bottom: 0;
  margin: 0 17px 0 0;
  flex: 1;
  padding-right: 10px;
  max-width: 230px;
  text-transform: uppercase;
  font-size: 2.1875rem;
  line-height: 0.85;
}
@media (min-width: 1260px) {
  .sectionTeamJoin__title {
    font-size: 7.5rem;
    max-width: 580px;
    margin-right: 30px;
  }
}
.sectionTeamJoin__title:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 73px;
  bottom: 6px;
  height: 7px;
  background: currentColor;
}
@media (min-width: 1260px) {
  .sectionTeamJoin__title:after {
    width: 150px;
    height: 15px;
    bottom: 15px;
  }
}
@media (min-width: 1260px) {
  .sectionTeamJoin .link {
    margin-bottom: 7px;
  }
}

html[lang=fr-FR] .sectionTeamJoin__title:after {
  width: 30px;
}
@media (min-width: 1260px) {
  html[lang=fr-FR] .sectionTeamJoin__title:after {
    width: 115px;
  }
}

.whatWeDo {
  padding-top: 100px;
}
@media (min-width: 1260px) {
  .whatWeDo {
    padding-top: 200px;
    margin-bottom: 200px;
  }
}
@media (min-width: 768px) {
  .whatWeDo__item {
    width: 50%;
  }
}
.whatWeDo__item:first-child .whatWeDo__textBlock {
  padding-top: 0;
}
@media (min-width: 768px) {
  .whatWeDo__item:first-child .whatWeDo__textBlock {
    padding-bottom: 80px;
  }
}
@media (min-width: 1260px) {
  .whatWeDo__item:first-child .whatWeDo__textBlock {
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .whatWeDo__item:first-child .whatWeDo__textBlock .container {
    padding-right: 75px;
  }
}
@media (min-width: 768px) {
  .whatWeDo__item:nth-child(2n+1) .container {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) {
  .whatWeDo__item:nth-child(2n) .container {
    margin: 0 auto 0 0;
  }
}
.whatWeDo__item:nth-child(2) {
  background: var(--color-purple);
  color: #ffffff;
}
@media (min-width: 768px) {
  .whatWeDo__item:nth-child(2) {
    margin-top: 160px;
  }
}
.whatWeDo__item:nth-child(3) {
  background: var(--color-light-blue);
}
.whatWeDo__item:nth-child(4) {
  background: var(--color-green);
}
.whatWeDo__item:nth-child(5) {
  background: var(--color-blue);
  color: #ffffff;
}
.whatWeDo__textBlock {
  padding: 50px 0;
}
@media (min-width: 1260px) {
  .whatWeDo__textBlock {
    padding: 100px 0;
  }
}
.whatWeDo__textBlock .container {
  max-width: 960px;
}
.whatWeDo__textBlock--apply {
  padding: 100px 0;
}
@media (min-width: 1260px) {
  .whatWeDo__textBlock--apply {
    padding: 200px 0 0;
    margin-bottom: 200px;
  }
}
.whatWeDo__imageBlock {
  background: #000000;
}
.whatWeDo__imageContainer {
  position: relative;
  padding-bottom: 64%;
}
@media (min-width: 1260px) {
  .whatWeDo__imageContainer {
    padding-bottom: 63%;
  }
}
.whatWeDo__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .whatWeDo__apply {
    max-width: 305px;
    margin-left: auto;
  }
}
.whatWeDo__applyTitle {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.1875rem;
  line-height: 0.85;
  font-family: "Proxima Nova", sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 1260px) {
  .whatWeDo__applyTitle {
    text-transform: none;
    font-size: 3.875rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .whatWeDo > *:nth-child(2) {
    margin-top: 165px;
  }
}

.applyNow {
  padding: 100px 0;
}
@media (min-width: 768px) {
  .applyNow {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .applyNow__inner {
    width: calc(50% - var(--padding-container));
    margin-left: auto;
    position: relative;
  }
}
@media (min-width: 768px) {
  .applyNow__inner2 {
    padding-bottom: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1260px) {
  .applyNow__inner2 {
    padding-bottom: 0;
    bottom: 200px;
  }
}
.applyNow__title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.1875rem;
  line-height: 0.85;
  font-family: "Proxima Nova", sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 1260px) {
  .applyNow__title {
    text-transform: none;
    font-size: 3.875rem;
    margin-bottom: 25px;
  }
}

.page-template-results .sectionCTA__inner:before {
  background: #084677;
}

.corporatePartners {
  position: relative;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .corporatePartners {
    margin-left: 20px;
    padding-top: 15px;
  }
}
@media (min-width: 1260px) {
  .corporatePartners {
    margin-left: 40px;
  }
}
@media (min-width: 1600px) {
  .corporatePartners {
    margin-left: 105px;
    padding-top: 0;
  }
}
.corporatePartners:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 495px;
  right: calc(100% + 16px);
  width: 100vw;
  background: var(--color-light-blue);
}
@media (min-width: 768px) {
  .corporatePartners:before {
    right: calc(100% + 35px);
    height: 605px;
  }
}
@media (min-width: 1260px) {
  .corporatePartners:before {
    right: calc(100% + 45px);
  }
}
@media (min-width: 1600px) {
  .corporatePartners:before {
    height: 766px;
    right: calc(100% + 110px);
  }
}
.corporatePartners__textContainer {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .corporatePartners__textContainer {
    max-width: 350px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1260px) {
  .corporatePartners__textContainer {
    display: flex;
    align-items: flex-end;
    max-width: none;
    margin-bottom: 10px;
  }
}
.corporatePartners__textHeader {
  margin-bottom: 25px;
}
@media (min-width: 1260px) {
  .corporatePartners__textHeader {
    max-width: 570px;
    width: 50%;
    margin-bottom: 5px;
  }
}
.corporatePartners__textHeader h3 {
  white-space: nowrap;
}
@media (min-width: 1260px) {
  .corporatePartners__textContent {
    max-width: 630px;
    margin-bottom: 10px;
    width: 48%;
  }
}
.corporatePartners h2 {
  margin-top: 0;
}

.newsIntro {
  margin-bottom: 100px;
}
@media (min-width: 1260px) {
  .newsIntro {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1260px) {
  .newsIntro .container {
    max-width: 960px;
  }
}
.newsIntro__col1 {
  padding: 96px 0;
}
@media (min-width: 1260px) {
  .newsIntro__col1 {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding: 185px 0;
  }
}
.newsIntro__col2 {
  padding: 100px 0;
  background: var(--color-light-blue);
}
@media (min-width: 1260px) {
  .newsIntro__col2 {
    padding: 185px 0;
    width: 50%;
    display: flex;
    justify-content: flex-start;
  }
}
.newsIntro .underline {
  padding-bottom: 30px;
}
@media (min-width: 1260px) {
  .newsIntro .underline {
    padding-bottom: 50px;
  }
}

@media (min-width: 1260px) {
  .sectionNews {
    margin-top: 100px;
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  .newsListing__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .newsListing__items .newsTeaser {
    width: 43%;
  }
}
.newsListing__pagination {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
@media (min-width: 1260px) {
  .newsListing__pagination {
    margin-top: 150px;
  }
}
@media (min-width: 1600px) {
  .newsListing__pagination {
    margin-top: 175px;
  }
}
.newsListing__button {
  min-height: 30px;
  width: 116px;
  border-top: 3px solid var(--color-purple);
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 800;
  padding-top: 7px;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: padding-top 0.3s;
}
@media (min-width: 768px) {
  .newsListing__button {
    width: 186px;
    border-top-width: 5px;
    font-size: 1.375rem;
    min-height: 50px;
    padding-top: 13px;
  }
}
@media (min-width: 1260px) {
  .newsListing__button {
    min-height: 45px;
    padding-top: 10px;
    font-size: 1.25rem;
    width: 170px;
  }
}
.newsListing__button:hover {
  padding-top: 12px;
}
@media (min-width: 768px) {
  .newsListing__button:hover {
    padding-top: 18px;
  }
}

.newsTeaser {
  margin-top: 75px;
}
.newsTeaser:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .newsTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
.newsTeaser__logo {
  margin-bottom: 10px;
  max-height: 80px;
  max-width: 160px;
  width: auto;
}
@media (min-width: 768px) {
  .newsTeaser__logo {
    margin-bottom: 30px;
  }
}
@media (min-width: 1260px) {
  .newsTeaser__logo {
    max-height: 130px;
    max-width: 360px;
  }
}
.newsTeaser__text {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .newsTeaser__text {
    margin-bottom: 15px;
  }
}
.newsTeaser__title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .newsTeaser__title {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .sectionNewsContent {
    padding-top: 50px;
  }
}
@media (min-width: 1260px) {
  .sectionNewsContent {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  .sectionNewsContent {
    padding-top: 150px;
  }
}

.blockNewsImage {
  position: relative;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .blockNewsImage {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .blockNewsImage {
    margin-bottom: 0;
  }
}
.blockNewsImage__imageContainer {
  position: relative;
}
@media (min-width: 1024px) {
  .blockNewsImage__imageContainer {
    width: 47%;
    float: left;
    margin: 0 50px 50px 0;
  }
}
@media (min-width: 1600px) {
  .blockNewsImage__imageContainer {
    margin: 0 60px 60px 0;
  }
}
.blockNewsImage__image {
  width: 100%;
}
.blockNewsImage__logoContainer {
  background: #ffffff;
  padding: 10px 15px;
  position: absolute;
  left: -25px;
  bottom: -10px;
}
@media (min-width: 768px) {
  .blockNewsImage__logoContainer {
    padding: 20px 30px;
    left: -30px;
    bottom: -30px;
  }
}
@media (min-width: 1600px) {
  .blockNewsImage__logoContainer {
    padding: 30px 40px;
    left: -40px;
    bottom: -40px;
  }
}
.blockNewsImage__logo {
  width: auto;
  max-width: 120px;
  max-height: 50px;
}
@media (min-width: 768px) {
  .blockNewsImage__logo {
    max-width: 220px;
    max-height: 75px;
  }
}
@media (min-width: 1600px) {
  .blockNewsImage__logo {
    max-width: 330px;
    max-height: 100px;
  }
}

@media (max-width: 767px) {
  .page-template-executive-coaching .outplacementProcess__item {
    min-height: auto;
  }
}
@media (min-width: 1260px) {
  .page-template-executive-coaching .outplacementProcess__itemInner {
    max-width: 520px;
  }
}

.valueOfCoaching {
  margin-left: calc(-1 * var(--padding-container));
  margin-right: calc(-1 * var(--padding-container));
}
.valueOfCoaching__item {
  min-height: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-purple);
  padding: 15px calc(2 * var(--padding-container));
}
.valueOfCoaching__item h3 {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}

.iconsList {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 768px) {
  .iconsList {
    margin: 0 -20px 30px;
  }
}
@media (min-width: 1600px) {
  .iconsList {
    margin: 0 -40px 100px;
  }
}
@media (min-width: 768px) {
  .iconsList--noBottomMargin {
    margin-bottom: 0;
  }
}
.iconsList li {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 10px 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .iconsList li {
    width: calc((100% - 120px) / 3);
    font-size: 1.625rem;
    margin: 50px 20px 0;
  }
}
@media (min-width: 1024px) {
  .iconsList li {
    width: calc((100% - 200px) / 5);
  }
}
@media (min-width: 1600px) {
  .iconsList li {
    width: calc((100% - 400px) / 5);
    font-size: 2.25rem;
    line-height: 1;
    margin: 50px 40px 0;
  }
}
.iconsList li:nth-child(-n+2) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .iconsList li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .iconsList li:nth-child(-n+5) {
    margin-top: 0;
  }
}
.iconsList li img {
  margin-bottom: 10px;
  max-height: 80px;
}
@media (min-width: 768px) {
  .iconsList li img {
    max-height: 100px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .iconsList li img {
    max-height: 140px;
    margin-bottom: 20px;
  }
}

.blockProcess {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  border-spacing: 1px;
  border-collapse: separate;
  table-layout: fixed;
}
@media (min-width: 1024px) {
  .blockProcess {
    border-spacing: 5px;
  }
}
.blockProcess thead {
  font-size: 0.4375rem;
}
@media (min-width: 768px) {
  .blockProcess thead {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .blockProcess thead {
    font-size: 2.25rem;
  }
}
.blockProcess thead th {
  height: 16px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .blockProcess thead th {
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .blockProcess thead th {
    height: 83px;
  }
}
.blockProcess thead th:first-child {
  width: 58%;
}
.blockProcess thead th:last-child {
  width: 42%;
}
.blockProcess td {
  height: 16px;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .blockProcess td {
    height: 83px;
  }
}
.blockProcess td .link {
  font-size: 0.3125rem;
  display: flex;
  height: 16px;
  justify-content: center;
  padding: 0;
}
@media (min-width: 768px) {
  .blockProcess td .link {
    height: 60px;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .blockProcess td .link {
    height: 83px;
    font-size: 1.5625rem;
  }
}
.blockProcess td .link:after {
  display: none;
}
.blockProcess td .link svg {
  width: 3px;
  height: auto;
  color: currentColor;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .blockProcess td .link svg {
    width: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .blockProcess td .link svg {
    width: 16px;
    margin-left: 25px;
  }
}
.blockProcess td.bg--orange a {
  color: #000000;
}
.blockProcess td.bg--orange a:hover {
  color: #ffffff;
}

.locations__header {
  margin-bottom: 40px;
  max-width: 720px;
}
@media (min-width: 1260px) {
  .locations__header {
    margin-bottom: 100px;
  }
}

.locationsList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (min-width: 1260px) {
  .locationsList {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.locationsList__item {
  width: 26%;
  margin-right: 11%;
  margin-top: 31px;
}
@media (min-width: 1260px) {
  .locationsList__item {
    width: 8%;
    margin-right: 10.4%;
    margin-top: 98px;
  }
}
.locationsList__item:nth-child(-n+3) {
  margin-top: 0;
}
@media (min-width: 1260px) {
  .locationsList__item:nth-child(-n+6) {
    margin-top: 0;
  }
}
.locationsList__item:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 1260px) {
  .locationsList__item:nth-child(3n) {
    margin-right: 10.4%;
  }
}
@media (min-width: 1260px) {
  .locationsList__item:nth-child(6n) {
    margin-right: 0;
  }
}
.locationsList__item a {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 60px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: color 0.3s;
}
@media (min-width: 1260px) {
  .locationsList__item a {
    min-height: 65px;
    padding-bottom: 35px;
  }
}
.locationsList__item a span {
  display: block;
  margin-right: -10px;
}
@media (min-width: 1260px) {
  .locationsList__item a span {
    margin-right: -25px;
  }
}
.locationsList__item a:after {
  content: "";
  height: 9px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--color-purple);
  transition: bottom 0.3s;
}
@media (min-width: 1260px) {
  .locationsList__item a:after {
    height: 15px;
  }
}
@media (pointer: fine) {
  .locationsList__item a:hover {
    color: var(--color-blue);
  }
  .locationsList__item a:hover:after {
    bottom: -10px;
  }
}

.locationsMap {
  margin-top: 100px;
}
@media (min-width: 1260px) {
  .locationsMap {
    margin-top: 115px;
  }
}
.locationsMap__iframeContainer {
  position: relative;
  padding-bottom: 60%;
}
.locationsMap__iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 1260px) {
  .page-template-outplacement .outplacementProcess__item {
    min-height: 410px;
  }
}
@media (min-width: 1600px) {
  .page-template-outplacement .outplacementProcess__item {
    min-height: 382px;
  }
}

.restructuringSupport__content {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .restructuringSupport__content {
    padding: 50px 0 100px;
  }
}
@media (min-width: 1260px) {
  .restructuringSupport__content {
    padding: 100px 0 150px;
  }
}
@media (min-width: 1600px) {
  .restructuringSupport__content {
    padding: 120px 0 200px;
  }
}
@media (min-width: 1260px) {
  .restructuringSupport__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.restructuringSupport__col1 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .restructuringSupport__col1 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .restructuringSupport__col1 {
    max-width: 850px;
    margin-bottom: 0;
    margin-right: 60px;
    width: 49%;
  }
}
@media (min-width: 1260px) {
  .restructuringSupport__col1 h3 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .restructuringSupport__col2 {
    padding-bottom: 60px;
    width: 440px;
  }
}
@media (min-width: 1600px) {
  .restructuringSupport__col2 {
    width: 570px;
  }
}

.ctaGuide__title {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.5625rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 1260px) {
  .ctaGuide__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1600px) {
  .ctaGuide__title {
    font-size: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .sectionAccordion {
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .blockContent--beforeAccordion {
    margin: 0 0 -25px;
  }
}

@media (min-width: 768px) {
  .page-template-career-advancement .careerGrid__item:nth-child(1) {
    margin-top: 40px;
  }
}
@media (min-width: 1600px) {
  .page-template-career-advancement .careerGrid__item:nth-child(1) {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .page-template-career-advancement .careerGrid__item:nth-child(2) {
    margin-top: -20px;
  }
}
@media (min-width: 1600px) {
  .page-template-career-advancement .careerGrid__item:nth-child(2) {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .page-template-career-advancement .careerGrid__item:nth-child(3) {
    margin-top: -140px;
  }
}
@media (min-width: 1600px) {
  .page-template-career-advancement .careerGrid__item:nth-child(3) {
    margin-top: -275px;
  }
}

.page-template-career-development .blueStack {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 1260px) {
  .page-template-career-development .blueStack {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .page-template-career-development .blueStack {
    font-size: 2.25rem;
  }
}
.page-template-career-development .imageTextOverlap .button {
  max-width: 260px;
}
@media (min-width: 1260px) {
  .page-template-career-development .imageTextOverlap .button {
    max-width: none;
  }
}

.page-template-diversity .sectionImageText__col1Inner {
  padding: 100px 0;
}
@media (min-width: 1600px) {
  .page-template-diversity .sectionImageText__col1Inner .container {
    padding: 0 min(120px, var(--padding-container));
  }
}
.page-template-diversity .sectionImageText__col1Inner h2 strong {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.1875rem;
  line-height: 0.88;
}
@media (min-width: 768px) {
  .page-template-diversity .sectionImageText__col1Inner h2 strong {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1260px) {
  .page-template-diversity .sectionImageText__col1Inner h2 strong {
    font-size: 4.6875rem;
  }
}
@media (min-width: 1900px) {
  .page-template-diversity .sectionImageText__col1Inner h2 strong {
    font-size: 5.9375rem;
  }
}
.page-template-diversity .sectionImageText__col1Inner h2 strong:first-of-type {
  margin-top: 10px;
}

.page-template-partnering .tagline {
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 700;
  color: currentColor;
  font-family: "Mulish", sans-serif;
  margin: 25px auto 0;
}
@media (min-width: 768px) {
  .page-template-partnering .tagline {
    text-align: center;
    font-size: 2.25rem;
    max-width: 700px;
  }
}
.page-template-partnering .section.bg--lightBlue .blockText__col2 {
  color: var(--color-blue);
}

.blockFederal__header {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .blockFederal__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.blockFederal__col1 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .blockFederal__col1 {
    flex: 1;
    margin-bottom: 0;
  }
}
.blockFederal__col1Footer {
  margin-top: 25px;
}
@media (min-width: 1260px) {
  .blockFederal__col1Footer {
    margin-top: 50px;
  }
}
.blockFederal__col2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .blockFederal__col2 {
    padding-top: 70px;
    width: 250px;
  }
}
@media (min-width: 1260px) {
  .blockFederal__col2 {
    width: 350px;
  }
}
.blockFederal__col2 img {
  width: 110px;
  height: auto;
}
@media (min-width: 1260px) {
  .blockFederal__col2 img {
    width: 250px;
  }
}

.blockProvincial__header {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .blockProvincial__header {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .blockProvincial__cols {
    display: flex;
  }
}
.blockProvincial__col1 {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .blockProvincial__col1 {
    width: 50%;
  }
}
@media (min-width: 1260px) {
  .blockProvincial__col1 {
    padding: 115px 0;
  }
}
.blockProvincial__col2 {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .blockProvincial__col2 {
    width: 50%;
  }
}
@media (min-width: 1260px) {
  .blockProvincial__col2 {
    padding: 115px 0;
  }
}

.page-template-competition-coaching .imageTextOverlap__logo {
  width: 110px;
  height: auto;
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  .page-template-competition-coaching .imageTextOverlap__logo {
    position: absolute;
    right: 0;
    bottom: 100%;
  }
}
@media (min-width: 1024px) {
  .page-template-competition-coaching .imageTextOverlap__logo {
    width: 160px;
  }
}
@media (min-width: 1260px) {
  .page-template-competition-coaching .imageTextOverlap__logo {
    width: 250px;
    margin: 0;
    right: 145%;
    top: auto;
    bottom: 160px;
  }
}

.page-template-learning-experience .sectionImageText__col1Inner {
  padding: 100px 0;
}
@media (min-width: 1600px) {
  .page-template-learning-experience .sectionImageText__col1 .container {
    padding: 0 100px;
  }
}

@media (min-width: 1600px) {
  .page-template-career-solutions .blockTitleTextImage__textContainer {
    margin-top: -55px;
  }
}

@media (min-width: 1600px) {
  .page-template-leadership-assessments .blockTitleTextImage__textContainer {
    margin-top: -160px;
  }
}
@media (min-width: 1024px) {
  .page-template-leadership-assessments .blockTitleTextImage__textContainer p + ul {
    margin-top: 0;
    margin-right: 150px;
  }
}
.page-template-leadership-assessments .blockTitleTextImage__logos {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-template-leadership-assessments .blockTitleTextImage__leadership {
    position: static;
    width: 100%;
    margin-top: -25px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1260px) {
  .page-template-workshops .outplacementProcess__itemInner {
    max-width: 550px;
  }
}

@media (min-width: 1260px) {
  .page-template-team-workshops .blueStack__item {
    min-height: 240px;
  }
}
@media (min-width: 1600px) {
  .page-template-team-workshops .blueStack__item {
    min-height: 290px;
  }
}

.page-template-upcoming-events .blockDefault p + h3 {
  line-height: 1.2;
  margin-top: -18px;
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .page-template-upcoming-events .blockDefault p + h3 {
    margin-top: -1em;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .page-template-upcoming-events .blockDefault p + h3 {
    margin-top: -1em;
    margin-bottom: 0;
  }
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.accordion {
  margin-top: 20px;
}
.accordion:first-child {
  margin-top: 0;
}
.accordion__item {
  background: var(--color-purple);
  color: var(--color-light-blue);
  transition: background-color 0.3s, color 0.3s;
}
.accordion__item:nth-child(2n) {
  background: rgba(8, 70, 119, 0.95);
}
.accordion__item.active {
  background: var(--color-light-blue);
  color: var(--color-purple);
}
.accordion__item.active .accordion__headerAngle {
  transform: rotate(180deg);
}
.accordion__header {
  position: relative;
  min-height: 85px;
  display: flex;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  transition: padding 0.4s;
}
@media (min-width: 768px) {
  .accordion__header {
    min-height: 90px;
  }
}
@media (min-width: 1600px) {
  .accordion__header {
    min-height: 100px;
  }
}
.accordion__header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.accordion__headerInner {
  display: flex;
  align-items: center;
}
.accordion__headerTitle {
  margin: 0;
}
.accordion__headerAngle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .accordion__headerAngle {
    margin-left: 35px;
  }
}
@media (min-width: 1260px) {
  .accordion__headerAngle {
    margin-left: 40px;
  }
}
@media (min-width: 1600px) {
  .accordion__headerAngle {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .accordion__headerAngle svg {
    transform: scale(1.1);
  }
}
@media (min-width: 1260px) {
  .accordion__headerAngle svg {
    transform: scale(1.6);
  }
}
.accordion__header.ui-state-active {
  padding-top: 45px;
}
@media (min-width: 1260px) {
  .accordion__header.ui-state-active {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  .accordion__header.ui-state-active {
    padding-top: 45px;
    padding-bottom: 52px;
  }
}
.accordion__columns {
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .accordion__columns {
    font-size: 1.1875rem;
    line-height: 1.47;
    padding-bottom: 55px;
  }
}
@media (min-width: 1260px) {
  .accordion__columns {
    display: flex;
    padding-bottom: 70px;
  }
}
@media (min-width: 1600px) {
  .accordion__columns {
    font-size: 1.3125rem;
    line-height: 1.43;
    padding-bottom: 95px;
  }
}
.accordion__column {
  margin-bottom: 30px;
}
@media (min-width: 1260px) {
  .accordion__column {
    margin-right: 38px;
    max-width: 480px;
  }
}
@media (min-width: 1600px) {
  .accordion__column {
    margin-right: 100px;
  }
}
.accordion__column:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

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

.fancybox-bg {
  background: rgba(8, 70, 119, 0.36);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-container {
  backdrop-filter: blur(10px);
}

.select2-container .select2-selection--single {
  height: 53px;
  border-radius: 6px;
  border: 2px solid currentColor;
  background: transparent;
  margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 60px 10px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: currentColor;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: currentColor;
  font-style: italic;
  opacity: 0.76;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px;
  width: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 6px 0 6px;
  border-top-color: currentColor;
  margin: 0;
  transform: translate(-50%, -50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: currentColor;
  border-width: 0 6px 10px 6px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 6px;
}

.select2-dropdown {
  border-radius: 6px;
  background: #FFFBF8;
  border: 2px solid currentColor;
  padding: 0;
  overflow: hidden;
}

.select2-container--open .select2-dropdown--above {
  border-radius: 6px;
  border: 2px solid currentColor;
  margin-bottom: -2px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  border: 2px solid currentColor;
  margin-top: -2px;
}

.select2-results__option {
  padding: 6px 22px;
  min-height: 46px;
  display: flex;
  align-items: center;
}
.select2-results__option--highlighted {
  background: #F8E3D5;
}

.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 30px 0 0;
  padding: 10px 20px;
}
.wpcf7 form div.wpcf7-validation-errors,
.wpcf7 form div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 form div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 form .btnWrap {
  position: relative;
}
.wpcf7 form .btnWrap .ajax-loader {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  margin: 0;
}

.wpcf7-checkbox {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: block;
}

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