/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section .dnd-column {
  padding: 0 1rem;
}
.dnd-section > .row-fluid ,.content-wrapper{
  padding-right: 15px;
  padding-left: 15px;
}
.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding: 0;
}
.dnd-section[class*=force-full-width]>div{
  max-width:100%;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .content-wrapper, .dnd-section>.row-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* .container-fluid,  */
.container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

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

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}


/* Atoms
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-Thin.woff2) format("woff2"),
    url(%28//22358555.fs1.hubspotusercontent-na1.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-Thin.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 100;
  font-display: swap;
  src: url(%28//22358555.fs1.hubspotusercontent-na1.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-ThinItalic.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-ThinItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 200;
  font-display: swap;
  src: url(%28//22358555.fs1.hubspotusercontent-na1.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-ExtraLight.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-ExtraLightItalic.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-ExtraLightItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-Light.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-Light.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-LightItalic.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-LightItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-Regular.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-Regular.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-Italic.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-Italic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-Medium.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-Medium.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-MediumItalic.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-MediumItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-SemiBold.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-SemiBold.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-SemiBoldItalic.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-SemiBoldItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-Bold.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-Bold.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-BoldItalic.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-BoldItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-ExtraBold.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-ExtraBoldItalic.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-ExtraBoldItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-Black.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-Black.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-BlackItalic.woff2) format("woff2"),
    url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/fonts/Inter-BlackItalic.woff) format("woff");
}

body {
  line-height: 1.5;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
  font-size: 16px;
}

/* Paragraphs */
p {
  margin: 1.25rem 0;
}

p.reversed {
  color: #FFFFFF !important;
}

p.large {
  font-size: 1.25rem;
  line-height: 1.4;
}

div.reversed,
div.reversed * {
  color: #FFFFFF !important;
}

/* Anchors */
a {
  cursor: pointer;
  font-weight: 600;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
  transition: .25s cubic-bezier(.215,.61,.355,1);
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:  "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1.reversed,
h2.reversed,
h3.reversed,
h4.reversed,
h5.reversed,
h6.reversed {
  color: #FFFFFF !important;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.33;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: 1.25px;
  font-weight: 400;
}

h6 {
  font-size: 1rem;
}


ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

hr {
  border: none;
  border-bottom: 1px solid #EFEFEF;
}

img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}
.button {
  display: inline-block;
  text-align: center;
  border: 2px solid #C25700;
  background-color: #C25700;
  color: #FFFFFF;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: inherit;
  border-radius: 2rem;
  line-height: 1;
  padding: 1rem 2.125rem;
  text-transform: initial;
  text-decoration: none;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 767px) {
  .button {
    line-height: 1.1;
    padding: 1.125rem 1.5rem 0.875rem;
  }
}
.button:hover {
  border-color: #e0690a;
  background-color: #e0690a;
  opacity: 1;
}

.button:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  transform: translateX(5px);
}

.button.primary-button {
  background-color: #e0690a;
  border-color: #e0690a;
  color: #FFFFFF !important;
}
.button.primary-button:hover {
  background-color: #c25700;
  border-color: #c25700;
}
.button.primary-button .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
.button.primary-button.reversed {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #e0690a !important;
}
.button.primary-button.reversed:hover {
  background-color: #c25700;
  border: 2px solid #c25700;
  color: #FFFFFF !important;
}
.button.primary-button.reversed:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
.button.primary-button.reversed .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iI2UwNjkwYSIvPgo8L3N2Zz4K);
}
.button.primary-button.reversed.blue {
  color: #386097 !important;
}
.button.primary-button.reversed.blue:hover {
  background-color: #4c79af;
  border: 2px solid #4c79af;
  color: #FFFFFF !important;
}
.button.primary-button.reversed.blue:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
.button.primary-button.reversed.blue .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiMzMDU4OEYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
.button.secondary-button {
  background-color: transparent;
  border-color: #e0690a;
  color: #e0690a !important;
}
.button.secondary-button:hover {
  background-color: #e0690a;
  border-color: #e0690a;
  color: #FFFFFF !important;
}
.button.secondary-button:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
.button.secondary-button .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iI2UwNjkwYSIvPgo8L3N2Zz4K);
}
.button.secondary-button.blue {
  border-color: #3893CD;
  color: #3893CD !important;
}
.button.secondary-button.blue:hover {
  border-color: #3893CD;
  color: #FFFFFF !important;
}
.button.secondary-button.blue:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
.button.secondary-button.blue .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iIzMzOTRkNiIvPgo8L3N2Zz4K);
}
.button.secondary-button.reversed {
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF !important;
}
.button.secondary-button.reversed:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #e0690a !important;
}
.button.secondary-button.reversed:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iI2UwNjkwYSIvPgo8L3N2Zz4K);
}
.button.secondary-button.reversed .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}
.cta-text,
.text-button {
  color: #c25700;
  width: fit-content;
  text-transform: uppercase;
  border-bottom: 1px solid #c25700;
  text-decoration: none;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}
.cta-text:hover,
.text-button:hover {
  color: #e0690a;
  border-color: #e0690a;
}
.cta-text,
.text-button.blue {
  border-color: #386097;
  color: #386097;
}
.cta-text:hover,
.text-button.blue:hover {
  border-color: #3893CD;
  color: #3893CD;
}
/* Fields */

.hs-form-field {
  margin-bottom:20px;
}

/* Labels */

form label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.submitted-message {
    margin-top: 30px;
}
/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  padding: 0.7rem;
  width: 100%;
  border-style:solid;
  border: 1px solid #b3b4b7;
  border-radius: 2px;
  padding: 1rem;
  margin: 0;
  width: 100% !important;
}

.hs-input:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea :focus{
  outline:none;
}

form fieldset {
  max-width: 100% !important;
}
.hs-input::placeholder {
  opacity: 0.25 !important;
}
form textarea{
  min-height: 150px;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}



.hs-error-msg,.hs-error-msgs label{
  color: #EF6B51 !important;
}

/* Submit button */
.hs-button {
  display: inline-block;
  text-align: center;
  border: 2px solid #c25700;
  background-color: #c25700;
  color: #fff;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-radius: 26px;
  line-height: 1;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: .25s cubic-bezier(.215,.61,.355,1);
}

/* Captcha */

.grecaptcha-badge {}
form .inputs-list>li {
  margin: 0;
}
@media(max-width:360px){
  .hs-button {  }
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



.card {
  display: block;
  box-shadow: 3px 8px 16px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  margin: 0 13px;
}

@media (max-width: 768px) {
  .card {
    margin: 0;
  }
}

.card.connector {
  box-shadow: 5px 8px 16px 0 rgba(97, 97, 97, 0.1);
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .card.connector {
    display: block;
  }
}

@media (max-width: 991px) {
  .card.connector .card-image {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
  }
  .card.connector .card-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}

.card.connector .card-body {
  flex: 1;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 992px) {
  .card.connector .card-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .card.connector .card-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.card.connector .card-body .title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
}

.card.connector .card-body .title.reversed {
  color: #fff;
}

.card.connector .card-body p.large {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.card.connector .card-body .cta {
  margin-left: -200px;
}

@media (max-width: 992px) {
  .card.connector .card-body .cta {
    margin-left: 0;
  }
  .card.connector .card-body .cta .connector-button .fat-line,
  .card.connector .card-body .cta .connector-button .line {
    display: none;
  }
}

.card.stat {
  color: #386097;
  box-shadow: none;
  text-align: center;
  margin: 10px 13px;
}

.card.stat .stat-line {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.card.stat .stat-line .stat {
  font-size: 180px;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 300;
  letter-spacing: -14px;
  line-height: 0.9;
}

@media (max-width: 992px) {
  .card.stat .stat-line .stat {
    font-size: 100px;
    letter-spacing: -4px;
  }
}

.card.stat .stat-line .icon {
  max-height: 70px;
  width: auto;
  margin-left: 15px;
}

@media (max-width: 992px) {
  .card.stat .stat-line .icon {
    max-height: 40px;
  }
}

.card.stat p {
  color: #386097;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 992px) {
  .card.stat p {
    font-size: 15px;
    line-height: 20px;
  }
}

.card.related-content {
  box-shadow: none;
  border-bottom: 2px solid rgba(163, 165, 170, 0.5);
}

.card.related-content .card-body {
  padding: 20px 0;
}

.card.related-content .sub-title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 70px;
  line-height: 84px;
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #5E6066;
  text-transform: uppercase;
  color: #386097 !important;
}

.card.related-content .sub-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card.related-content .sub-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card.related-content .sub-title {
    font-size: 15px;
    line-height: 18px;
  }
}

.card.related-content .date {
  color: #282a32;
  font-family: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 16px;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 16px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: initial;
}

.card.related-content .text {
  color: #282a32 !important;
  font-family: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 16px;
  text-transform: none;
  letter-spacing: initial;
  font-weight: normal;
}

.card.light {
  padding: 20px 0;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.card.light img {
  display: inline-block;
  max-width: 60px;
}

.card.light .title {
  font-size: 24px;
  line-break: 29px;
}

.card.light p {
  color: #282A32;
  font-size: 16px;
  line-height: 1.5;
}

.card.dark {
  padding: 20px 0;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.card.dark .title {
  color: #FFF;
  font-size: 24px;
  line-height: 1.25;
}

.card.dark p {
  color: #FFF;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .card.dark p {
    font-size: 14px;
  }
}

.card.dark .lightblue .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiM3NTkzQkMiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  position: relative;
  background-size: cover;
}

.card.dark a {
  white-space: nowrap;
}

.card.dark img {
  display: inline-block;
  max-width: 60px;
}

.card.article {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  text-transform: none;
}

.card.article.featured {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
}

.card.article.featured h5 {
  color: #C25700;
}

.card.article.featured .card-body {
  border-color: #C25700;
  border-top: 4px solid #C25700;
  padding: 48px;
}

@media (max-width: 768px) {
  .card.article.featured .card-body {
    border-top: 3px solid #C25700;
    padding: 32px;
  }
}

.card.article.featured .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNDMjU3MDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  width: 46px;
  height: 27px;
  background-size: 46px 27px;
  position: absolute;
  right: 48px;
  top: auto !important;
}

@media (max-width: 768px) {
  .card.article.featured .arrow-icon {
    right: 32px;
    width: 36px;
    height: 21px;
    background-size: cover;
  }
}

.card.article.featured .title {
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .card.article.featured .title {
    font-size: 24px;
    line-height: 30px;
    padding-right: 0;
  }
}

.card.article .card-body {
  border-top: 4px solid #386097;
  padding: 40px;
}

.card.article:hover {
  opacity: 0.75;
}

.card.article.featured .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiMzMDU4OEYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  width: 46px;
  height: 27px;
  background-size: 46px 27px;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  right: 40px;
  top: auto !important;
}

@media (max-width: 768px) {
  .card.article.featured .arrow-icon {
    bottom: 30px;
    right: 32px;
    width: 36px;
    height: 21px;
    background-size: cover;
  }
}

.card.article .sub-title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #386097;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 32px;
}

.card.article .sub-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card.article .sub-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card.article .sub-title {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .card.article .sub-title {
    margin-bottom: 16px;
  }
}

.card.article .title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #282a32;
  font-weight: 500;
  letter-spacing: 0;
}

.card.article .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card.article .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card.article .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .card.article .title {
    font-size: 18px;
    line-break: 24px;
    padding-right: 48px;
  }
}
/* 
.card.article .date {
color: #282a32;
font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
font-size: 20px;
line-height: 20px;
font-weight: 40;
margin-bottom: 16px;
}

@media (max-width: 768px) {
.card.article .date {
font-size: 16px;
line-height: 20px;
}
}
*/
.card.article-cta {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  text-transform: none;
}

.card.article-cta .card-body {
  border-top: 4px solid #386097;
  padding: 40px;
}

.card.article-cta .sub-title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 20px;
  line-height: 16px;
  letter-spacing: 1.25px;
  color: #5E6066;
  text-transform: uppercase;
  color: #386097;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 32px;
}

.card.article-cta .sub-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card.article-cta .sub-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card.article-cta .sub-title {
    font-size: 15px;
    line-height: 18px;
  }
}

.card.article-cta .title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #282a32;
  font-weight: 500;
}

.card.article-cta .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card.article-cta .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card.article-cta .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .card.article-cta .title {
    font-size: 18px;
    line-break: 24px;
  }
}

.card.article-cta .date {
  color: #424242;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 40;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .card.article-cta .date {
    font-size: 16px;
    line-height: 20px;
  }
}

.card.article-cta a {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .card.article-cta a {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .card.article-cta a {
    margin-top: 20px;
  }
}

.card.event {
  font-family: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  color: #FFF;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  text-transform: none;
}

.card.event .card-body {
  padding: 2rem;
}

.card.event .title {
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .card.event .card-body {
    padding: 1.25rem;
  }
  .card.event .title {
    font-size: 1.125rem;
  }
}

.card.event .date {
  color: #FFF;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 1.125rem;
  line-height: 1.33;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .card.event .date {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.card.event .card-body .cta-text {
  margin-top: auto;
}

.card.article-simple .title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.card.article-simple .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card.article-simple .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card.article-simple .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.card.article-simple .card-body {
  border-top: 4px solid #C25700;
  padding: 36px 48px;
}

@media (max-width: 768px) {
  .card.article-simple .card-body {
    padding: 24px;
  }
}

.card.article-simple p {
  color: #282a32;
}

.card.ad {
  background-color: #282a32;
  background-size: cover;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/ad-schematic-upper-left.svg"), url("https://go.manpowergroup.com/hubfs/JW_042020/images/ad-schematic-lower-right.svg");
  background-position: top left, bottom right;
  background-size: 200px, 150px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.card.ad:hover {
  opacity: 1;
}

.card.ad:hover .button-text {
  opacity: 1;
}

.card.ad .card-body {
  padding: 40px;
}

.card.ad .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  background-size: cover;
}

.card.ad .title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 32px;
  text-transform: none;
}

.card.ad .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card.ad .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card.ad .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.card.job {
  background-color: #282a32;
}

.card.job .sub-title {
  color: #7593BC;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media (max-width: 1400px) {
  .card.job .sub-title {
    margin-bottom: 24px;
    margin-top: 4px;
  }
}

.card.job .sub-title.maroon {
  color: #C07078;
}

.card.job .title {
  font-size: 35px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 12px;
}

@media (max-width: 1400px) {
  .card.job .title {
    font-size: 28px;
    line-height: 36px;
  }
}

.card.job .card-body {
  padding: 32px;
}

.card.job .location {
  font-size: 20px;
  color: #fff;
  line-height: 35px;
  font-weight: 300;
}

.card.job .date {
  font-size: 14px;
  line-height: 35px;
  color: #A3A5AA;
  font-style: italic;
}

.card.job .primary-button {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .card.job .primary-button {
    margin-top: 30px;
  }
}

.card.job button {
  margin-top: 40px;
}

.card img {
  width: 100%;
  display: block;
}

.card .card-body {
  position: relative;
  padding: 24px;
}

.card .title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.card .title.reversed {
  color: #fff;
}

.card .title.light {
  font-weight: 300;
}

@media (max-width: 768px) {
  .card .title {
    font-size: 18px;
    line-height: 22px;
  }
}

.card p {
  color: #282a32;
  margin-top: 0;
  margin-bottom: 20px;
}

.card-resource {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 30px;
}

.card-resource:nth-child(even) {
  padding-right: 0;
}

@media (max-width: 1400px) {
  .card-resource {
    border-top: 1px solid rgba(147, 148, 152, 0.34);
    margin-bottom: 15px;
    padding-top: 15px;
  }
}

.card-resource .image img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .card-resource .image {
    max-width: 70px;
  }
}

.card-resource .content {
  padding-left: 24px;
  flex: 1;
}

.card-resource .content .title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 600;
  line-height: 32px;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 34px;
}

.card-resource .content .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card-resource .content .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card-resource .content .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .card-resource .content .title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}

.card--wipe {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.card--wipe:hover .card--wipe--apollo::before {
  transform: scale3d(3, 2, 1) rotate3d(0, 0, 1, 240deg) translate3d(0, 0, 0);
  transition-duration: 1.25s;
}

.card--wipe .card--wipe--apollo:before {
  position: absolute;
  top: 0;
  right: 30px;
  width: 100%;
  height: 100%;
  background: rgba(150, 150, 150, 0.25);
  content: "";
  transition: transform 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 220deg) translate3d(0, -100%, 0);
}



.card.article:hover,
.card-scroll .card.standard:hover {
  opacity: 1 !important
}


.card.article.featured .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSIyNi41OTIiIHZpZXdCb3g9IjAgMCA0NSAyNi41OTIiPgogIDxwYXRoIGlkPSJBdG9tc19JY29uc19BcnJvdy0yIiBkYXRhLW5hbWU9IkF0b21zIC8gSWNvbnMgLyBBcnJvdyIgZD0iTTEuMjU2LDE1LjM2NUg0MC43MjVsLTguNTQ3LDkuNTE2YTEuNDYxLDEuNDYxLDAsMCwwLDAsMS45NiwxLjEzMSwxLjEzMSwwLDAsMCwxLjc2MSwwTDQ0LjYyNCwxNC45NDVhMS40NjEsMS40NjEsMCwwLDAsMC0xLjk2TDMzLjkzOCwxLjA5MWExLjEzMiwxLjEzMiwwLDAsMC0xLjc2MSwwLDEuNDYxLDEuNDYxLDAsMCwwLDAsMS45Nmw4LjU0Nyw5LjUxNkgxLjI1N0ExLjI2LDEuMjYsMCwwLDAsMCwxMy45NjZhMS4yNiwxLjI2LDAsMCwwLDEuMjU2LDEuNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAwMSAtMC42NykiIGZpbGw9IiNlMDY5MGEiLz4KPC9zdmc+Cg==);
}



@media screen and (min-width: 520px) and (max-width: 992px){
  .card--wipe--apollo {
    display: none;
  }
}

/* Globals
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
.header-wrapper {
  box-shadow: 0 2px 14px 0 rgb(0 0 0 / 6%);
  z-index: 100;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  transition: 1s cubic-bezier(.455,.03,.515,.955);
}
header.header .logo a img {
  display: block;
}
.mobile-menu {
  display: none;
}
header.header .logo a {
  display: inline-block;
}
header.header .inner {
  min-height: 96px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
header.header .content-wrapper {
  padding: 0;
}
header.header .logo {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
header.header .menu {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: flex-start;
  display: flex;
}
header.header .menu > div {
  width: 100%;
}

header.header .menu ul li:nth-last-child(2) {
  margin-left: auto;
}
header.header .menu nav>ul>li {
  display: inline-block;
  margin: 0;
  transition: .25s ease-in-out;
  cursor: pointer;
  position: relative;
}
header.header .menu nav>ul>li>a{
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  letter-spacing: normal;
  padding: 10px;
  min-height: 96px;
  align-items: center;
  display: flex;
  padding-bottom: 12px;
}
header.header .menu nav>ul>li>a span:after {
  display: block;
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  transition: .25s ease-in-out;
}
header.header .menu nav ul li a:hover span:after {
  width: 100%;
}
header.header .menu nav ul li a span {
  display: block;
  position: relative;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.hs-input.invalid.error {
  border-color: #c25700 !important;
  border-width: 2px;
}
header.header .menu nav ul li a span {
  position: relative;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  border: 2px solid #c25700;
  color: #c25700;
  padding: 10px 30px;
  line-height: 1;
  border-radius: 40px;
}
#hs_cos_wrapper_module_Header_navigation_ .dj_header_cta_ex_THE_NEW_AGE_OF_TECH_TALENT {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: transparent;
  color: currentColor;
}
#hs_cos_wrapper_module_Header_navigation_ .dj_header_cta_ex_THE_NEW_AGE_OF_TECH_TALENT:hover {
  color: #c25700;
}
#hs_cos_wrapper_module_Header_navigation_ .dj_header_cta_ex_THE_NEW_AGE_OF_TECH_TALENT img{
  width: 18px;
  margin-right: 10px;
  display: block;
}
header.header .menu nav ul li a:hover span {
  border-color: #4c79af;
  color: #4c79af;
}

header.header .menu nav ul li a:hover span:after {
  color: transparent;
  background: none;
}

/*---------*/
header.header .menu li.has-submenu>ul {
  position: absolute;
  z-index: 2;
  top: 100%;
  background: #e2e2e2;
  width: 180px;
  padding: 11px 0px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition:.4s;
}
header.header .menu li.has-submenu:hover>ul {
  opacity: 1;
  visibility: visible;
}
header.header .menu ul ul li {
  display: block;
}
header.header .menu ul ul li a {
  display: block;
  padding: 8px 20px;
}
header.header .menu ul li {
  display: inline-block;
  margin-left: 1.75rem;
  transition: .25s ease-in-out;
  cursor: pointer;
  position: relative;
}

header.header .menu ul li a {
  color: #282a32;
  letter-spacing: initial;
  text-decoration: none;
  opacity: 1;
}

header.header .menu ul li a:hover {
  color: #c25700;
  opacity: 1;
}

header.header .menu ul li a:after {
  display: block;
  position: absolute;
  content: "";
  background-color: #c25700;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  transition: .25s ease-in-out;
}

header.header .menu ul li a:hover:after {
  width: 100%;
}

.mobile-trigger {
  display: none;
}
.mobile-trigger .toggle {
  width: 30px;
  height: 22px;
  display: inline-block;
}
.mobile-trigger .line1 {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 5px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-trigger .line2 {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 5px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: .05s;
}

.mobile-trigger .line3 {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-trigger.active .line1 {
  transform: rotate(45deg) translateY(11px);
  margin-bottom: 3px;
}

.mobile-trigger.active .line2 {
  opacity: 0;
  width: 0;
}

.mobile-trigger.active .line3 {
  transform: rotate(-45deg) translateY(-11px);
  width: 100%;
}

header.header .mobile-menu {
  width: 100%;
}

header.header .mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  width: 100%;
  padding-top: 1rem;
}

header.header .mobile-menu ul li:last-child {
  border-bottom: 1px solid rgba(103,105,111,.3);
}

header.header .mobile-menu ul li a {
  border-top: 1px solid rgba(103,105,111,.3);
  padding: 1rem 0;
  display: block;
  color: #282a32;
  text-decoration: none;
}

.insights-section .hs-richtext p, 
.insights-section .hs-richtext p a {
  color: #fafafa !important;
  font-size: 10px !important;
}
.insights-section .hs-richtext p{
  line-height: 1.5 !important;
}
@media(max-width:991px){
  .header .insights-section * {
    color: #fff;
  }
  .mobile-trigger {
    margin-left: auto;
    cursor: pointer;
    margin-right: 15px;
    height: 100%;
    min-height: 65px;
    padding: 6px 0 4px;
    display: flex;
    align-items: center;
  }
  header.header .menu {
    display: none;
  }
  header.header .inner {
    min-height: 65px;
  }
  header.header .logo a {
    display: inline;
  }

  .mobile-open .header-wrapper {
    position: fixed;
  }
  .mobile-menu {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    background-color: #FFF;
    display: none;
    height: calc(100vh - 65px);
    overflow-y: scroll;
  }
  .mobile-open .mobile-menu {
    display: block;
  }
  .mobile-menu .inner {
    padding-top: 20px !important;
    margin-bottom: 35px;
    min-height: auto !important;
    align-items: flex-start !important;
  }
  .close-text {
    margin-top: 10px;
    text-align: right;
    color: #fff;
    cursor:pointer;
    text-transform: uppercase;
    font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
    font-size: 9px;
    opacity: .65;
  }
  .close {
    padding: 0px 15px;
    margin-left: auto;
  }
  header.header .mobile-menu .logo img {
    margin-left: 1px;
  }
  .mobile-nav nav ul li a {
    border-bottom: 1px solid hsla(0,0%,100%,.13);
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 15px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
    display: inline-block;
  }
  .mobile-nav nav ul ul {
    display: none;
  }
  .mobile-nav nav li {
    width: 100%;
  }
  .mobile-nav {
    padding: 0px 15px;
  }
  .mobile-nav nav ul li a span {
    font-size: 16px;
    font-family: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  }
  .mobile-nav nav ul li a:hover {
    opacity: .5;
  }
  .mobile-nav .child-trigger {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    align-items: center;
    font-family: arial;
  }

  .mobile-nav .child-trigger:before {
    content: '+';
  }
  .mobile-nav .open>.child-trigger:before {
    content: '-';
  }
  .mobile-nav nav li.open>ul {
    display: block;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
@media(max-width:768px){
  header.header .inner {
    padding: 0px 15px;
  }
  .mobile-trigger {
    padding: 5px 0 4px;
  }
  .mobile-nav {
    padding: 0px 30px;
  }
  .mobile-nav nav ul li a span {
    font-size: 14px;
  }
}

@media(max-width:991px){
  .mobile-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}
.site-footer .footer-disclaimer {
  text-align: center;
  padding: 4.25rem 4rem;
}
.site-footer .content-wrapper.border-top {
  border-top: 1px solid!important;
  margin-top: 2.5rem;
  padding: 0!important;
}
.site-footer .cms-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.site-footer .innercol {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.site-footer .copyright-wrapper {
  margin-top: 2.625rem;
  align-items: center;
  justify-content: center;
}
.site-footer .copyright p {
  text-align: left;
  font-size: 12px;
  line-height: 2.16;
  max-width: 1340px;
  margin: 0;
}
.site-footer .social-bar {
  display: flex;
  justify-content: space-evenly;
}
.site-footer a.social-icon {
  display: inline-block;
  font-size: 1.125rem;
  margin-right: 20px;
}
.site-footer .social-bar a.social-icon img {
  max-height: 30px;
  vertical-align: middle;
}
.site-footer button#footerLangNav {
  text-transform: none;
  font-size: 13px;
  font-weight: inherit;
  font-family: Helvetica,Arial,sans-serif;
  display: flex;
  margin-left: auto;
  align-items: center;
  letter-spacing: 1.2px;
  transition: .25s cubic-bezier(.215,.61,.355,1);
  text-decoration: none!important;
  line-height: 1;
  border: none;
  padding: 0;
  background: transparent;
}
.footer-disclaimer-links .hs-menu-wrapper> ul {
  display: inline-block;
  margin-bottom: 23px;
}
.footer-disclaimer-links ul li {
}
.footer-disclaimer-links .hs-menu-wrapper> ul>li {
  font-size: 12px;
  float: left;
}
.footer-disclaimer-links .hs-menu-wrapper> ul>li >a {
  padding: 0 20px;
  line-height: normal;
  display: inline-block;
  font-size: 11px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: inherit;
  text-decoration: none;
}
.footer-disclaimer-links .hs-menu-wrapper> ul>li:before {
  content: "|";
  position: absolute;
}
.footer-disclaimer-links .hs-menu-wrapper> ul>li:first-child:before {
  display: none;
}
.footer-copyright p {
  font-size: 12px;
  line-height: 2.16;
  margin: 0 auto 2rem;
  max-width: 1340px;
}
.footer-disclaimer-icons {
  display: block;
  padding: 0 10%;
  text-align: center;
}
.footer-disclaimer-icons .icon {
  width: 130px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  transition: .25s cubic-bezier(.215,.61,.355,1);
  text-decoration: none!important;
  padding: 0 1rem;
  margin: 0 0.5rem;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width:767px){
  .footer-disclaimer-icons .icon {
    text-align: center;
  }
}
.footer-disclaimer-icons .icon.full {
  display: block;
  margin: 0 auto;
}
.footer-disclaimer-icons .icon.full img {
  max-width: 200px;
}
.footer-disclaimer-icons .icon img {
  display: inline-block;
  margin: 0 15px 48px;
  max-height: 60px;
  vertical-align: top;
  width: auto !important;
}
.footer-disclaimer-icons .icon.icon2 img {
  max-height: 65px;
}
.footer-disclaimer-icons .icon.icon3 img {
  max-height: 78px;
}
.footer-disclaimer-icons .icon.icon4 img {
  max-height: 80px;
}
.site-footer a.social-icon:hover {
  opacity: 0.5;
}
.site-footer .lang-nav.button-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px){
  .site-footer .lang-nav.button-text {
    justify-content: center;
  }
}
.site-footer .lang-nav.button-text img {
  width: 1rem;
  height: 1rem;
}
.col-left {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.content-wrapper.footer-nav-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid #c9cacc;
}
.col-right {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
nav.footer-menu .hs-menu-wrapper> ul {
  display: inline-block;
  margin-bottom: 20px;
}
nav.footer-menu .hs-menu-wrapper> ul>li {
  width: 33%;
  float: left;
  line-height: 2.8;
  display: inline-block;
  font-size: 16px;
}
nav.footer-menu .hs-menu-wrapper> ul>li>a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  vertical-align: top;
}
nav.footer-menu {
  border-right: 1px solid #c9cacc;
  height: 100%;
}
.footer-rightside {
  padding-left: 40px;
}
.newsletter .title {
  letter-spacing: 1.25px;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0 0!important;
}
.newsletter form label {
  font-size: inherit;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.newsletter .hs-input {
  display: block;
  width: 100%;
  height: 64px;
  line-height: 64px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0 24px;
  outline-color: transparent;
  transition: .33s cubic-bezier(.215,.61,.355,1);
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.newsletter .hs-button {
  padding: 10px 30px;
  background: transparent;
  font-size: 16px;
  /* font-weight: 700; */
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  transition: .25scubic-bezier(.215,.61,.355,1);
  /* white-space: nowrap; */
  /* float: right; */
}
.newsletter form .hs-richtext, 
.newsletter form .hs-richtext p {
  font-size: 8px;
  margin: 0 0 12px;
}

.newsletter .hs-form-field {
  margin-bottom: 16px;
}
.newsletter {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
img {
  max-width: 100%;
}
.newsletter .hs-button:hover {
  background: none;
  opacity: 0.5;
  cursor: pointer;
}
.site-footer{
  overflow: hidden;
}
/* .site-footer button#footerLangNav:hover img {
opacity: .5;
}
.site-footer button#footerLangNav img {
transition: .25s cubic-bezier(.215,.61,.355,1);
} */
nav.footer-menu .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
}
@media (max-width: 992px){
  .footer-disclaimer-icons {
    padding: 0 15px;
  }
  .footer-disclaimer-icons .icon {
    width: 115px;
  }
  .site-footer .social-bar a.social-icon img {
  }
  .col-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  nav.footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }
  nav.footer-menu {
    border: 0;
  }
  .col-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-footer .cms-row {
    padding: 0;
  }
  .newsletter .hs-input {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    padding: 0 15px;
  }
  nav.footer-menu .hs-menu-wrapper>ul>li>a {
    padding-left: 15px;
  }
}
@media(max-width:767px){
  .site-footer .innercol {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .copyright.innercol p {
    text-align: center;
    margin-top: 2rem;
  }
  .footer-lang-nav.innercol {
    text-align: center;
    margin-top: 2.5rem;
  }
  .site-footer button#footerLangNav {
    margin: 0 auto;
  }
  .copyright.innercol {
    order: 3;
  }
  .footer-disclaimer-links .hs-menu-wrapper>ul>li>a {
    margin: 1rem 0;
  }
  .footer-disclaimer-links .hs-menu-wrapper>ul>li:before {
    display: none;
  }
  .footer-disclaimer-icons .icon {
    width: 100%;
    padding: 0 10px;
    font-size: 1rem;
  }
  .footer-disclaimer-icons .icon.icon4 img {
    max-height: 55px;
  }
  .footer-disclaimer-icons .icon.icon3 img {
    max-height: 58px;
  }
  .footer-disclaimer-icons .icon.icon2 img {
    max-height: 50px;
  }
  .footer-disclaimer-icons .icon img {
    max-height: 45px;
  }
  .footer-disclaimer-icons .icon.full img {
    max-height: 50px;
  }
  .footer-disclaimer-icons {
    display: flex;
    flex-direction: column;
    padding: 0!important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .footer-disclaimer-icons .icon:hover {
    opacity: .5;
  }
  .newsletter .title {
    font-size: 1rem;
    line-height: 1;
  }
  nav.footer-menu .hs-menu-wrapper>ul>li {
    line-height: 2.57;
  }
}
@media (max-width: 568px){
  nav.footer-menu .hs-menu-wrapper>ul {
    margin: 0;
  }
  .footer-disclaimer-links .hs-menu-wrapper>ul {
    margin: 0;
    text-align: center;
  }
  .footer-disclaimer-links .hs-menu-wrapper>ul>li>a {
    display: block;
    width: 100%;
  }
  .footer-disclaimer-links .hs-menu-wrapper>ul>li {
    float: none;
  }
  nav.footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    float: none;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* ACCORDION */
.accordion-block {
  position: relative;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #A3A5AA;
}

.accordion-block:last-child {
  margin-bottom: 2.5rem;
}

.accordion-section {
  text-align: center;
  padding: 4rem 0;
}

.accordion-section .title {
  margin-bottom: 1.5rem;
}

.accordion-section .title.reversed {
  color: #fff;
}

.accordion-section p {
  font-size: 1rem;
  line-height: 1.5;
  color: #282a32;
  margin: 1.5rem 0 2rem;
}

.accordion-section .accordion-block p {
  margin: 0 0 1rem 0;
}

.accordion-block.open .icon:after {
  transform: rotate(180deg);
}

.accordion-block.open p {
  display: block;
}

.accordion-block:first-child {
  border-top: 1px solid #A3A5AA;
}

.accordion-block:last-child {
  margin-bottom: 2.5rem;
}

.accordion-block .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%,-50%);
}

.accordion-block .icon:after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjgyNTYgNi4yNTEwNEMxNS45OTk0IDYuMjUxMDQgMTYuMTc0IDYuMzExMDggMTYuMzE1OSA2LjQzMzIyQzE2LjYzMDcgNi43MDQ0MSAxNi42NjY0IDcuMTc5NiAxNi4zOTUyIDcuNDk0MDFMOS4wNzEzIDE1Ljk5NzVDOC43ODU0MiAxNi4zMyA4LjIxNzQ3IDE2LjMzIDcuOTMxNTkgMTUuOTk3OUwwLjYwNTE1IDcuNDk2MTJDMC4zMzM1NTIgNy4xODEyOCAwLjM2ODgyIDYuNzA2NSAwLjY4MzY1OSA2LjQzNTMzQzAuOTk5NzQ3IDYuMTYzNzMgMS40NzQxIDYuMTk5ODIgMS43NDQ0MyA2LjUxMzgyTDguNTAxMjQgMTQuMzU0MUwxNS4yNTUxIDYuNTEyNTdDMTUuNDA0MSA2LjMzOTYzIDE1LjYxNCA2LjI1MTA0IDE1LjgyNTYgNi4yNTEwNFoiIGZpbGw9IiMyODJBMzIiLz4KPC9zdmc+Cg==");
  background-size: auto;
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.65625rem;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform .1s linear;
}

.accordion-block.active .icon:after {
  transform: rotate(-180deg);
}

.accordion-block .accordion-title {
  position: relative;
  padding: 0;
  padding: 1.25rem 2rem 1.25rem 0;
  cursor: pointer;
}

.accordion-block .accordion-title.reversed {
  color: #FFFFFF;
}

.accordion-block .accordion-content {
  display: none;
  margin: 0;
  padding-bottom: 1rem;
}

.accordion-block .accordion-content span,
.accordion-block .accordion-content i,
.accordion-block .accordion-content em {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.accordion-block.active .accordion-content,
.accordion-block.open .accordion-content {
  display: block;
}

/* GRADIENT */
.accordion-section.gradient .accordion-wrapper {
  display: grid;
  gap: 1.5rem;
}

.accordion-section.gradient .accordion-block {
  border: 0;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
  border-radius: 0.875rem;
  overflow: hidden;
}

.accordion-section.gradient .accordion-block .accordion-title {
  position: relative;
  display: flex;
  margin: 0;
  padding: 1.25rem 2rem;
  align-items: flex-start;
  gap: 0.625rem;
  color: #FFF;
  background: linear-gradient(90deg, #5C7D70 0%, #386097 100%);
}

.accordion-section.gradient .accordion-block .icon:after {
  margin-right: 1rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjgyNTYgMC43NTEwMzhDMTUuOTk5NCAwLjc1MTAzOCAxNi4xNzQgMC44MTEwNzkgMTYuMzE1OSAwLjkzMzIyMkMxNi42MzA3IDEuMjA0NDEgMTYuNjY2NCAxLjY3OTYgMTYuMzk1MiAxLjk5NDAxTDkuMDcxMyAxMC40OTc1QzguNzg1NDIgMTAuODMgOC4yMTc0NyAxMC44MyA3LjkzMTU5IDEwLjQ5NzlMMC42MDUxNSAxLjk5NjEyQzAuMzMzNTUyIDEuNjgxMjggMC4zNjg4MiAxLjIwNjUgMC42ODM2NTkgMC45MzUzMzFDMC45OTk3NDcgMC42NjM3MzMgMS40NzQxIDAuNjk5ODI1IDEuNzQ0NDMgMS4wMTM4Mkw4LjUwMTI0IDguODU0MDlMMTUuMjU1MSAxLjAxMjU3QzE1LjQwNDEgMC44Mzk2MjYgMTUuNjE0IDAuNzUxMDM4IDE1LjgyNTYgMC43NTEwMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K")
}

.accordion-section.gradient .accordion-content {
  background: #FFF;
  padding: 2rem 2rem 3rem 2rem;
  background: #FFF;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* PAGE BANNER */

.banner-section {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .banner-section {
    -moz-flex-direction: column;
    flex-direction: column;
    padding: 3rem 0;
  }
}

.banner-section.campaigns {
  padding: 3.5rem 0;
}
.banner-section.campaigns.light {
  color: #282a32;
  background-color: #ffffff;
}
.banner-section.campaigns.gray {
  color: #282a32;
  background-color: #EFEFEF;
}
.banner-section.campaigns.gradient {
  color: #FFF;
  background: linear-gradient(180deg, #386097, #5C7D70);
}

.banner-section.campaigns.green {
  color: #FFFFFF;
  background-color: #5c7d70;
}

.banner-section.campaigns.blue {
  color: #FFFFFF;
  background-color: #386097;
}

.banner-section.campaigns.gradient h1.title,
.banner-section.campaigns.dark h1.title,
.banner-section.campaigns.green h1.title,
.banner-section.campaigns.blue h1.title {
  color: #FFF;
}

.banner-section.campaigns.light .sub-header,
.banner-section.campaigns.gray .sub-header {
  border-bottom: 0.25rem solid #282a32;
}
.banner-section.campaigns.dark {
  color: #ffffff;
  background-color: #282a32;
}
.banner-section.campaigns.dark .social-bar .social-icon img {
  filter: contrast(3);
}
.banner-section.campaigns.gradient .sub-header,
.banner-section.campaigns.dark .sub-header {
  border-bottom: 0.25rem solid #FFF;
}


.banner-section.campaigns .sub-header {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .banner-section.campaigns .sub-header {
    margin-bottom: 1.25rem;
  }
}
.banner-section.campaigns .sub-header .sub-title {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}
.banner-section.campaigns .sub-header .sub-title.reversed {
  color: #ffffff;
}
.banner-section.campaigns .sub-header .date {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.banner-section.campaigns .sub-header .date.reversed {
  color: #ffffff;
}
.banner-section.campaigns .sub-header .date.light {
  font-weight: 300;
}
.banner-section.campaigns .sub-header .date.reversed {
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner-section.campaigns .sub-header .date {
    margin-bottom: 1.25rem;
  }
}
.banner-section.campaigns h1.title {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 0;
}

.banner-section.campaigns.dark h1.title {
  color: #FFF !important;
}
.banner-section.campaigns p.sub-title {
  margin: 0 0 1.25rem 0;
  font-size: 1.25rem
}
.banner-section.campaigns p {
  margin: 0;
}
.banner-section.campaigns .primary-button {
  margin-top: 2rem;
}
.banner-section.campaigns .social-bar {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .banner-section.campaigns .social-bar .social-icon {
    margin-right: 2.5rem;
  }
}
.banner-section.campaigns .featured-image {
  position: relative;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .banner-section.campaigns .featured-image {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    display: none;
    margin-top: 1.5rem;
  }
}
.banner-section.campaigns .featured-image img {
  max-width: 100%;
  border-radius: 0.875rem;
}
.banner-section.campaigns .featured-image.mobile {
  display: none;
}
@media (max-width: 991px) {
  .banner-section.campaigns .featured-image.mobile {
    display: block;
  }
}
.banner-section.campaigns .social-bar .social-icon {
  margin-right: 2.5rem;
}
.banner-section.campaigns .social-bar .social-icon img {
  filter: brightness(5);
  transition: .25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.banner-section.campaigns .social-bar .social-icon img:hover {
  filter: brightness(1);
}

.banner-section.campaigns .featured-image.mobile {
  display: none;
}

@media(max-width:991px){
  .banner-section.campaigns .featured-image.desktop {
    display: none;
  }
  .banner-section.campaigns .featured-image.mobile {
    display: block;
  }
} 

.banner-section.campaigns.gradient .featured-image .video-link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #386097, #5C7D70);
  opacity: 0.25;
}

.banner-section.campaigns .featured-image .video-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('https://go.manpowergroup.com/hubfs/Templates/images/icon--tag-play-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
  opacity: .9;
  transition: .2s ease-out;
}
.banner-section.campaigns .featured-image .video-link:hover:after {
  opacity: 1;
}

/* INSIGHTS */
.banner-section.insights {
  padding: 3.5rem 0;
  background-color: #5c7d70;
  position: relative;
  overflow: hidden;
}
.banner-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/images/bknd__lozenge-blog.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px){
  .banner-section__overlay {
    background-image: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/images/bknd_lozenge_callout_symbol_2.svg);
    background-size: auto;
  }
}
.banner-section.insights .row {
  -moz-align-items: center;
  align-items: center;
}
.banner-section.insights .sub-title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.125px;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.banner-section.insights .sub-title.reversed {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .banner-section.insights .sub-title {
    margin-bottom: 1rem;
  }
}
.banner-section.insights .title.reversed {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .banner-section.insights .title {
    margin-bottom: 0.625rem;
  }
}
.banner-section.insights .button {
  margin-top: 1rem;
}
.banner-section.insights .banner-image {
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .banner-section.insights .banner-image {
    margin-bottom: 2rem;
  }
}


/* SPLASH BANNER */
.splashbanner {
  width: 100%;
  min-height: 37.5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .splashbanner {
    height: 100vh;
  }
}
.splashbanner.remove-offset {
  margin-top: -96px;
}
@media (max-width: 767px) {
  .splashbanner.remove-offset {
    margin-top: -65px;
  }
}
.splashbanner.animate--in .rectangle {
  animation-name: rectangleIn;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
}
@media (max-width: 1400px) and (orientation: portrait) {
  .splashbanner.animate--in .rectangle {
    animation-name: rectanglePortraitIn;
  }
}
@media (max-width: 991px) {
  .splashbanner.animate--in .rectangle {
    animation-name: rectangleTabletIn;
  }
}
@media (max-width: 767px) {
  .splashbanner.animate--in .rectangle {
    animation-name: rectangleMobileIn;
  }
}
.splashbanner.animate--in .rectangle2 {
  animation-name: rectangleIn;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
}
@media (max-width: 1400px) and (orientation: portrait) {
  .splashbanner.animate--in .rectangle2 {
    animation-name: rectanglePortraitIn;
  }
}
@media (max-width: 991px) {
  .splashbanner.animate--in .rectangle2 {
    animation-name: rectangleTabletIn;
  }
}
@media (max-width: 767px) {
  .splashbanner.animate--in .rectangle2 {
    animation-name: rectangleMobileIn;
  }
}
.splashbanner.animate--in .bknd__image {
  animation-name: fadeIn;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
}
.splashbanner.animate--in .content__wrap {
  animation-name: fadeIn;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
}
.splashbanner .gradient__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(92, 125, 112, 0.65), rgba(133, 157, 148, 0.5));
  width: 100%;
  height: 100%;
}
.splashbanner .rectangle {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -300%;
  background: #859D94;
  transform: skewX(-20deg);
  opacity: 1;
  z-index: 1;
  transition: opacity 0.85s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@media (max-width: 1400px) and (orientation: portrait) {
  .splashbanner .rectangle {
    width: 130%;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .splashbanner .rectangle {
    width: 165%;
    transform: skewX(-30deg);
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .splashbanner .rectangle {
    width: 168%;
    transform: skewX(-30deg);
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .splashbanner .rectangle {
    width: 160%;
    transform: skewX(-30deg);
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .splashbanner .rectangle {
    width: 1100px;
    transform: skewX(-30deg);
  }
}
.splashbanner .rectangle2 {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -300%;
  background: #5C7D70;
  transform: skewX(-20deg) translateX(-160px);
  opacity: 1;
  z-index: 1;
  transition: opacity 0.85s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@media (max-width: 1400px) and (orientation: portrait) {
  .splashbanner .rectangle2 {
    width: 130%;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .splashbanner .rectangle2 {
    width: 165%;
    transform: skewX(-30deg) translateX(-50px);
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .splashbanner .rectangle2 {
    width: 168%;
    transform: skewX(-30deg) translateX(-50px);
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .splashbanner .rectangle2 {
    width: 160%;
    transform: skewX(-30deg) translateX(-50px);
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .splashbanner .rectangle2 {
    width: 1100px;
    transform: skewX(-30deg) translateX(-50px);
  }
}
.splashbanner.blue .gradient__overlay {
  background-image: linear-gradient(to bottom, rgba(56, 96, 151, 0.2), rgba(76, 121, 175, 0.35));
}
.splashbanner.blue .rectangle {
  background: #d2ddeb;
}
.splashbanner.blue .rectangle2 {
  background: #4c79af;
}

.splashbanner.green_blue .gradient__overlay {
  background: transparent;
}
.splashbanner.green_blue .rectangle {
  background-image: linear-gradient(0deg, #859D94 0%, #4c79af 100%);
}
.splashbanner.green_blue .rectangle2 {
  background-image: linear-gradient(0deg, #5C7D70 0%, #386097 100%);
}

.splashbanner .bknd__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .splashbanner .bknd__image {
    height: 100vh;
  }
}
.splashbanner .content__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .splashbanner .content__wrap {
    flex-direction: column;
    height: 100vh;
  }
}
.splashbanner .content__wrap .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 42%;
  height: 100%;
  padding: 140px 0 90px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .splashbanner .content__wrap .content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .splashbanner .content__wrap .content {
    width: 100%;
    padding: 2.5rem 0 0.75rem 0;
  }
}
.splashbanner .content__wrap .content .headline__eyebrow {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #282a32;
  margin-bottom: 0.75rem;
}
.splashbanner .content__wrap .content .banner-logo {
  width: 100%;
  max-width: 340px;
  text-align: left;
}
@media (max-width: 767px) {
  .splashbanner .content__wrap .content .banner-logo {
    width: 80%;
  }
}
.splashbanner .content__wrap .content .headline {
  color: #FFFFFF;
  text-align: left;
  margin: 0;
}
.splashbanner .content__wrap .content .text {
  text-align: left;
  width: 85%;
  margin: 1.5rem 0;
}
@media (max-width: 767px) {
  .splashbanner .content__wrap .content .text {
    width: 75%;
  }
}
.splashbanner .content__wrap .content .primary-button {
  margin: 1rem 0;
}
.splashbanner .content__wrap .person__imagewrap {
  width: 58%;
  position: relative;
}
@media (max-width: 991px) {
  .splashbanner .content__wrap .person__imagewrap {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .splashbanner .content__wrap .person__imagewrap {
    width: 100%;
  }
}
.splashbanner .content__wrap .person__imagewrap .person__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .splashbanner .content__wrap .person__imagewrap .person__image {
    position: relative;
    top: 0;
  }
}
.splashbanner.blue .content__wrap .content .headline__eyebrow {
  color: #FFFFFF;
}
.splashbanner.green .rectangle2 {
  z-index: 3;
}
.splashbanner.green .content__wrap .content .headline__eyebrow {
  color: #FFFFFF;
}
.splashbanner.mypath .rectangle {
  background: #D2DDEB;
}
.splashbanner.mypath .rectangle2 {
  background: #4C79AF;
}
.splashbanner.mypath .gradient__overlay {
  background-image: linear-gradient(to bottom, rgba(56, 96, 151, 0.2), rgba(76, 121, 175, 0.35));
}
.splashbanner.mypath .content__wrap .content {
  padding: 3rem 0 3rem 0;
}
.splashbanner.mypath .content__wrap .content .headline__eyebrow {
  color: #FFFFFF;
}
.splashbanner.mypath .content__wrap .content .text {
  color: #FFFFFF;
}
.splashbanner.mypath .content__wrap .content .cta-text {
  margin: 1.25rem 0;
}
.splashbanner.mypath .content__wrap .person__imagewrap .person__image {
  right: 130px;
}
@media (max-width: 1400px) {
  .splashbanner.mypath .content__wrap .person__imagewrap .person__image {
    right: 0;
  }
}
@media (max-width: 991px) {
  .splashbanner.mypath .content__wrap .person__imagewrap .person__image {
    right: -50%;
    top: -25%;
  }
}
@media (max-width: 767px) {
  .splashbanner.mypath .content__wrap .person__imagewrap .person__image {
    right: 0;
    top: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rectangleIn {
  from {
    left: -150%;
  }
  to {
    left: -40%;
  }
}
@keyframes rectangleTabletIn {
  from {
    left: -250%;
  }
  to {
    left: -100%;
  }
}
@keyframes rectangleMobileIn {
  from {
    left: -250%;
  }
  to {
    left: -95%;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
.in-left {
  animation-name: fadeInLeft;
  animation-fill-mode: both;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration: 1s;
  animation-delay: 1s;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* OVERVIEW */
.calloutbar-section.overview {
  position: relative;
  padding: 3rem 0;
  text-align: center;
}

.calloutbar-section.light {
  background-color: #FFF;
}

.calloutbar-section.gray {
  background-color: #EFEFEF;
}

.calloutbar-section.green {
  background-color: #5C7D70;
}

.calloutbar-section.blue {
  background-color: #386097;
}

.calloutbar-section.dark {
  background-color: #282a32;
}

.calloutbar-section.dark h2,
.calloutbar-section.dark p{
  color: #FFF !important;
}


/* WITH LOGO */
section.calloutbar-section.withlogo {
  position: relative;
  background-color: #5c7d70;
  background-image: linear-gradient(52deg, #5C7D70, #859D94);
  overflow: hidden;
  padding: 3.5rem 0;
}

section.calloutbar-section.withlogo.green {
  background-color: #5c7d70;
  background-image: linear-gradient(52deg, #5C7D70, #859D94);
}

section.calloutbar-section.withlogo.blue {
  background-color: #5c7d70;
  background-image: linear-gradient(52deg, #386097, #4c79af);
}

section.calloutbar-section.withlogo.green_blue {
  background-color: #5c7d70;
  background-image: linear-gradient(52deg, #5C7D70, #386097);
}

section.calloutbar-section .calloutbar-x {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://go.manpowergroup.com/hubfs/Templates/images/bknd_lozenge_callout_symbol_1.svg),
    url(https://go.manpowergroup.com/hubfs/Templates/images/bknd_lozenge_callout_symbol_2.svg);
  background-position: left bottom,right top;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .65;
  margin: -3%;
}

@media screen and (max-width: 767px){
  section.calloutbar-section .calloutbar-x {
    background-image: url(https://go.manpowergroup.com/hubfs/Templates/images/bknd_lozenge_callout_symbol_2.svg);
    background-position:right top;
  }
}

/* WIDE */
.calloutbar {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  overflow: hidden;
}
.calloutbar.calloutbar--wide {
  width: 100%;
  height: 100%;
}
.calloutbar.calloutbar--wide.blue {
  background-color: #386097;
}
.calloutbar.calloutbar--wide.gray {
  background-color: #EFEFEF;
}
.calloutbar.calloutbar--wide.green {
  background-color: #5C7D70;
}
.calloutbar.calloutbar--wide.light {
  background-color: #FFFFFF;
}
.calloutbar.calloutbar--wide.dark {
  background-color: #282a32;
}
.calloutbar.calloutbar--wide .calloutbar__wrapper {
  height: 100%;
}
.calloutbar.calloutbar--wide .calloutbar__image .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: right;
}
.calloutbar .calloutbar__content {
  width: 100%;
  max-width: 500px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .calloutbar .calloutbar__content {
    max-width: none;
    padding: 2.5rem 2.5rem 3rem 2.5rem;
  }
}
.calloutbar .calloutbar__title {
  margin-bottom: 1.25rem;
}
.calloutbar .calloutbar__title.calloutbar__title--reversed {
  color: #FFFFFF;
}
.calloutbar .calloutbar__text {
  margin: 0 0 1.5rem 0;
}
.calloutbar .calloutbar__text p:first-of-type {
  margin-top: 0;
}
.calloutbar .calloutbar__text p:last-of-type {
  margin-bottom: 0;
}
.calloutbar .calloutbar__text.calloutbar__text--reversed {
  color: #FFFFFF;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* CARD BLOCKS */
section.card-block {
  padding: 3.5rem 0;
}

section.card-block.light {
  background: #FFF;
}
section.card-block.gray {
  background: #EFEFEF;
}

/* CARD BLOCK INFO */
section.card-block.info .card {
  margin: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.card-block.info .card__3 {
    flex-basis: calc(33% - 3rem);
  }
  section.card-block.info .card__2,
  section.card-block.info .card__4 {
    flex-basis: calc(40% - 2rem);
  }
}

section.card-block.info .card  {
  background-color: transparent;
  box-shadow: unset;
}
section.card-block.info .card .icon {
    margin: 0 auto;
    width: auto;
}
section.card-block.info .card .title {
  margin: 0;
}
section.card-block.info .card p {
  margin: 1rem 0;
}

/* CARD BLOCK RESEARCH */
section.card-block.our-research .sub-title {
  margin: 0 auto 1.25rem;
  text-align: center;
}

section.card-block.our-research .card {
  padding: 1.25rem;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

section.card-block.our-research .card img {
  display: inline-block;
  border-radius: 0.875rem;
  width: 100%;
}

section.card-block.our-research .card-body {
  position: relative;
  padding: 1.5rem;
}

@media screen and (max-width: 767px){
  section.card-block.our-research .card-body {
    padding-bottom: 0;
  }
  section.card-block.our-research .item:last-child .card {
    padding-bottom: 0;
  }
}

section.card-block.our-research .card-body .title {
  margin-bottom: 0.75rem;
}

section.card-block.our-research .card-body p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.25rem;
}



/* CARD BLOCK INSIGHTS */
section.card-block.insights {
  padding: 4rem 0;
  overflow: hidden;
}

section.card-block.insights.gray {
  background: #EFEFEF;
}

section.card-block.insights.light {
  background: #FFF;
}

section.card-block.insights [class*='col-'] {
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  section.card-block.insights [class*='col-'] {
    margin-bottom: 0;
  }
}

section.card-block.insights .container {
  padding: 0;
}

section.card-block.insights .card {
  height: 100%;
  position: relative;
  padding-bottom: 40px;
  margin: 15px;
}

section.card-block.insights .card .card-body {
  position: static;
}

section.card-block.insights .load-more-btn {
  justify-content: center;
  margin-top: 20px;
}

section.card-block.insights .insight,
section.card-block.insights .load-more-btn .less {
  display: none;
}

section.card-block.insights .container {
  padding: 0 30px;
}

section.card-block.insights .card {
  margin: 0;
}

section.card-block.insights .card.article.featured {
  border-radius: 14px;
  margin: 0;
}

section.card-block.insights .card.article {
  border-radius: 0 0 14px 14px;
  margin: 0;
}

section.card-block.insights .card.article {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}

section.card-block.insights .card.article .card-body, 
section.card-block.insights .card.article.featured .card-body {
  border-top: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

section.card-block.insights .card.article .card-body .sub-title,
section.card-block.insights .card.article.featured .card-body .sub-title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  letter-spacing: normal;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  color: #386097;
}

@media (max-width: 768px) {
  section.card-block.insights .card.article .card-body .sub-title,
  section.card-block.insights .card.article.featured .card-body .sub-title {
    margin-bottom: 0;
  }
}

section.card-block.insights .card.article .card-body .date {
  font-family: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #282a32;
  margin-bottom: 1rem;
}

section.card-block.insights .card.article .card-body .title, 
section.card-block.insights .card.article.featured .card-body .title {
  font-family: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

section.card-block.insights .card.article.featured .card-body .title {
  margin-bottom: 40px;
}

section.card-block.insights .card.article.featured img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

section.card-block.insights .card.article .card-body p, 
section.card-block.insights .card.article.featured .card-body p {
  color: #282a32;
}

section.card-block.insights .card.article .cta__wrap, 
section.card-block.insights .card.article.featured .cta__wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

section.card-block.insights .card.article .cta__wrap .cta-text {
  text-transform: uppercase;
  margin-top: 40px;
}

section.card-block.insights .card.article .cta, 
section.card-block.insights .card.article.featured .cta {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

section.insights .card.article .card-body,
section.insights .card.article.featured .card-body {
  border-top:none;
}

section.insights .card.article .card-body .horizontal-gradient {
  height: 10px;
  width:100%;
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
}

section.insights .card.article.featured .horizontal-gradient {
  height: 20px;
  width: 100%;
}


@media (max-width: 768px) {
  section.card-block.insights .card {
    height: auto;
    padding-bottom: 0;
  }

  section.card-block.insights .card.article {
    box-shadow: none;
  }

  section.card-block.insights .card,
  section.card-block.insights .card.article {
    margin: 0 0 2rem 0;
  }

  section.card-block.insights .card.article .card-body {
    border-top: 1px solid #C9CACC;
    padding: 20px 48px 10px 0;
  }

  section.card-block.insights .card.article.featured .card-body .title {
    margin-bottom: 0;
  }

  section.card-block.insights .card.article.featured {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
    margin: 0 0 2rem 0;
    padding-bottom: 30px;
  }

  section.card-block.insights .card.featured .card-body {
    padding: 20px 48px 10px 36px;
  }

  section.card-block.insights .card .card-body {
    padding-bottom: 60px;
  }

  section.card-block.insights .card.article .card-body {
    padding: 40px;
  }

  section.card-block.insights .card.article .card-body, 
  section.card-block.insights .card.article.featured .card-body {
    padding: 40px;
  }

  section.card-block.insights .card.article .card-body .sub-title,
  section.card-block.insights .card.article.featured .card-body .sub-title {
    font-size: 1rem;
  }
  section.card-block.insights .card.article .card-body .date {
    font-size: 0.875rem;
  }

  section.card-block.insights .card.article .card-body .title, 
  section.card-block.insights .card.article.featured .card-body .title {
    font-size: 18px;
    padding-right: 0;
  }
  section.card-block.insights .load-more-btn {
    margin-top: 0;
  }
}

/* CARD BLOCK BRANDS */
section.card-tiles.info-block {
  position: relative;
  padding: 4rem 0;
  background: unset;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  height: 100%;
  width: auto;
}

section.card-tiles.info-block.dark {
  background-color: #282a32;
}
section.card-tiles.info-block.blue {
  background-color: #386097;
}
section.card-tiles.info-block.light {
  background-color: #FFF;

}
section.card-tiles.info-block.gray {
  background-color: #EFEFEF;
}


section.card-tiles h2.title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5rem;
}

.card-tiles .tile-wrapper {
  display:flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1100px;
}

@media (max-width: 992px) {
  .card-tiles .tile-wrapper {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 993px) {
  .card-tiles .tile-wrapper .tile:first-child {
    margin-left: 0;
  }
  .card-tiles .tile-wrapper .tile:last-child {
    margin-right: 0;
  }
}

.card-tiles .tile {
  /*flex: 1 1 0px; 
  -webkit-flex-basis: calc(100%/3 - 18px);
  -ms-flex-preferred-size: calc(100%/3 - 18px);
  flex-basis: calc(100%/3 - 18px);
  width: calc(100%/3 - 18px); 
  overflow: hidden;*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-radius: 14px;
  margin: 0 1.125rem 2.25rem;
}

@media (max-width: 992px) {
  .card-tiles .tile {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 2.5rem 0;
    max-width: 340px;
    width: 100%;
  }
}

@media screen and (min-width: 993px) {
  .card-tiles.two-col .tile {
    flex: 0 1 35%; 
    width: 35%;
    /*   -webkit-flex-basis: calc(100%/2 - 2.25rem);
    -ms-flex-preferred-size: calc(100%/2 - 2.25rem);
    flex-basis: calc(100%/2 - 2.25rem);
    width: calc(100%/2 - 2.25rem); */
  }
}

.card-tiles.three-col .tile {
  flex: 1 1 30%; 
  /*   max-width: 340px; */

  /*   -webkit-flex-basis: calc(100%/2 - 18px);
  -ms-flex-preferred-size: calc(100%/2 - 18px);
  flex-basis: calc(100%/2 - 18px);
  width: calc(100%/2 - 18px); */
}

.info-block.card-tiles.image .tile-image-wrapper {
  overflow: hidden;
  border-radius: 14px;
  margin: 1rem 1.5rem;
}

@media screen and (max-width: 767px) {
  .info-block.card-tiles.image .tile-image-wrapper {
    overflow: hidden;
    border-radius: 14px;
    margin: 0 0 1rem 0;
  }
}

.info-block.card-tiles.image.blue .tile-image-wrapper {
  border-radius: 14px 14px 0 0;
  margin: 0;
}


.card-tiles .tile-image div {
  padding-bottom: 56.25%; /* Set image aspect ratio to 16x9 */
  display: block;
  background-position: center; /*top*/
  background-size: cover; /*contain*/
}

.card-tiles .tile-wrapper .tile-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.card-tiles .tile p {
  margin:0 auto;
  font-size: 1rem;
  line-height: 1.625;
  color: #282a32;
  margin: 2rem 0;
}

.card-tiles .tile p.reversed {
  color: #FFF;
}

.card-tiles .tile a {
  margin-top: auto;
}

@media (max-width: 992px) {
  .card-tiles .tile-image div {
    width: 100%;
    max-width: none;
  }
  .card-tiles .tile .tile-content a {
    margin-bottom: 1rem;
  }
}

.card-tiles .tile-content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding: 1.25rem 1rem;
  width: 100%;
  background-color: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 992px) {
  .card-tiles .tile-content {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 1rem;
  }
}


.info-block.card-tiles.image.blue .tile-content {
  padding: 2rem;
  background-color: #FFF;
  border-radius: 0 0 14px 14px;
}

@media (max-width: 992px) {
  .info-block.card-tiles.image.blue .tile-content {
    padding: 1.5rem 1rem 1rem;
  }
}


section.card-tiles.info-block .man.logo {
  max-width: 100%;
  height: auto;
  width: 205px;
}

section.card-tiles.info-block .exp.logo {
  max-width: 100%;
  height: auto;
  width: 150px;
}

section.card-tiles.info-block .ts.logo {
  max-width: 100%;
  height: auto;
  width: 245px;
} 

section.card-tiles.info-block .jw.logo {
  max-width: 100%;
  width: 235px;
  height: auto;
} 


.card-block.light {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .card-block.light {
    padding: 2rem 0;
  }
}

.card-block.light .title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 24px;
  line-height: 1.33;
  color: #282a32;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.card-block.light .title.reversed {
  color: #fff;
}

.card-block.light .card .title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #282A32;
}

.card-block.dark {
  padding: 64px 0;
  background-color: #282a32;
}

@media (max-width: 768px) {
  .card-block.dark {
    padding: 32px 0;
  }
}

.card-block.dark .title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 24px;
  line-height: 1.33;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.card-block.dark .title.reversed {
  color: #fff;
}

.card-block.dark .card .title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #FFF;
}

.card-block.subpage {
  padding: 120px 0;
  background: linear-gradient(top, #345F9A, #1C3E6B);
  background: -webkit-linear-gradient(top, #345F9A,#1C3E6B);
  background: -moz-linear-gradient(top, #345F9A,#1C3E6B);
  background: -o-linear-gradient(top, #345F9A,#1C3E6B);
}

@media (max-width: 768px) {
  .card-block.subpage {
    padding: 50px 0 30px;
  }
}

@media (max-width: 992px) {
  .card-block.subpage .card {
    margin-bottom: 24px;
  }
}

.card-block.insights {
  padding: 30px 0 70px;
  overflow: hidden;
  background-color: #EFEFEF;
}


.card-block.insights.gray {
  background-color: #EFEFEF;
}

.card-block.insights.light {
  background-color: #FFF;
}

@media (max-width: 768px) {
  .card-block.insights {
    padding-bottom: 30px;
  }
}

.card-block.insights [class*='col-'] {
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .card-block.insights [class*='col-'] {
    margin-bottom: 0;
  }
}

.card-block.insights .container {
  padding: 0;
}

.card-block.insights .card {
  height: 100%;
  position: relative;
  padding-bottom: 40px;
  margin: 15px;
}

@media (max-width: 768px) {
  .card-block.insights .card {
    height: auto;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .card-block.insights .card.article {
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  .card-block.insights .card.article .card-body {
    border-top: 1px solid #C9CACC;
    /*     padding: 20px 48px 10px 0; */
  }
}

@media (max-width: 768px) {
  .card-block.insights .card.featured {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    padding-bottom: 30px;
  }
  .card-block.insights .card.featured .card-body {
    padding: 20px 48px 10px 36px;
  }
}

.card-block.insights .card.ad {
  padding-bottom: 0;
}

.card-block.insights .card.ad .title {
  padding-top: 45px;
}

.card-block.insights .card .card-body {
  position: static;
}

.card-block.insights .filters {
  padding: 0 13px 30px;
}

.card-block.insights .card-body .title {
  text-align: left;
}


.card-section {
  display: flex;
}


.dropdown-block {
  position: absolute;
  left: 0;
  top: 100%;
  width: 560px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 16px;
  cursor: default;
  opacity: 0;
  margin-top: -1px;
  display: block;
  opacity: 1;
  display: none;
  z-index: 3;
}

@media (max-width: 768px) {
  .dropdown-block {
    width: 345px;
  }
}

@media (max-width: 374px) {
  .dropdown-block {
    width: 290px;
  }
}

.dropdown-block.small {
  width: 220px;
}

.dropdown-block.small .dropdown-block-inside {
  padding: 15px 30px;
}

.dropdown-block .dropdown-block-inside {
  background-color: #fff;
  padding: 30px;
  width: 100%;
  border: 1px solid #ABABAB;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.dropdown-block .title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 70px;
  line-height: 84px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.dropdown-block .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .dropdown-block .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .dropdown-block .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.dropdown-block label {
  display: none;
}

.dropdown-block .btns-container {
  align-items: center;
  margin-top: 28px;
}

.dropdown-block .btns-container .col {
  text-align: right;
}

.sort-option {
  line-height: 40px;
  cursor: pointer;
  transition: .15s ease-in-out;
}

.sort-option:hover {
  transform: translateX(5px);
}



.article-filters {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 15px;
}

.article-filters .filter-label {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-right: 20px;
}

.article-filters .text {
  font-weight: 600;
}


.filter-block {
  position: relative;
  display: inline-block;
  margin-right: 45px;
}

.filter-block.active .dropdown-block {
  display: block;
}

.filter-block.active .filter-block-inner .icon-down {
  transform: rotate(180deg);
}

.filter-block.active .triangle {
  display: block;
}

.filter-block .filter-block-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.filter-block .filter-block-inner .filter-block-clicker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.filter-block .filter-block-inner .icon-filters {
  display: flex;
  padding-right: 5px;
}

.filter-block .filter-block-inner .icon-filters img {
  height: 16px;
}

.filter-block .filter-block-inner .icon-down {
  display: flex;
  padding: 0 5px;
}

.filter-block .filter-block-inner .icon-down img {
  height: 12px;
}

.filter-block .filter-block-inner .text {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
}

.filter-block .triangle {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-top: 1px solid #ABABAB;
  border-left: 1px solid #ABABAB;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 4;
  margin-top: 7px;
  display: none;
}


.range-slider-shell {
  position: relative;
  height: 20px;
  margin: 20px 0;
}

.job-filters .title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.job-filters .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .job-filters .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .job-filters .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.job-filters .cta {
  text-align: right;
}

.job-filters .cta .dark-gray {
  margin-right: 60px;
}

.range-slider-container .distance {
  margin: 30px 0;
}

@media (max-width: 768px) {
  .range-slider-container .distance {
    margin: 20px 0;
  }
}

.range-slider-container .distance, .range-slider-container strong {
  font-family: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #A3A5AA;
}

@media (max-width: 768px) {
  .range-slider-container .distance, .range-slider-container strong {
    font-size: 16px;
  }
}

.range-slider-container strong {
  color: #282a32;
}

.range-slider-container .range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #EFF0F0;
  outline: none;
  opacity: 0.7;
  transition: opacity .2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.range-slider-container .range-slider:hover {
  opacity: 1;
}

.range-slider-container .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #386097;
  cursor: pointer;
  border-radius: 10px;
}

.range-slider-container .range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #386097;
  cursor: pointer;
}



.navbox-section {
  text-align: center;
  background-color: #f3f3f4;
  padding: 64px 0;
}

.navbox-section .navbox-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navbox-section .title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 70px;
  line-height: 84px;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}

.navbox-section .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .navbox-section .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .navbox-section .title {
    font-size: 30px;
    line-height: 38px;
  }
}

.navbox-section button {
  margin-top: 50px;
}

.navbox {
  position: relative;
  display: block;
  width: 216px;
  height: 216px;
  margin: 0 16px 32px 16px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 3px 8px 16px 0 rgba(0, 0, 0, 0.06);
}

.navbox:hover, .navbox:focus {
  box-shadow: 3px 8px 20px 0 rgba(0, 0, 0, 0.08);
}

.navbox figure {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .navbox figure {
    flex-direction: column;
    align-items: center;
  }
}

.navbox figure img {
  margin-bottom: 16px;
}

.navbox figure .caption {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 70px;
  line-height: 84px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
  color: #282a32;
}

.navbox figure .caption.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .navbox figure .caption {
    font-size: 35px;
    line-height: 40px;
  }
}

.navbox figure .caption.light {
  font-weight: 300;
}

@media (max-width: 768px) {
  .navbox figure .caption {
    font-size: 18px;
    line-height: 22px;
  }
}

.image--wipe {
  overflow: hidden;
  cursor: pointer;
}

.image--wipe:hover img {
  opacity: 0.6;
  transform: scale3d(1.15, 1.15, 1.15);
  transition-duration: 1s;
}

.image--wipe:hover .wipe--apollo::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 240deg) translate3d(0, 100%, 0);
  transition-duration: 1.25s;
}

.image--wipe img {
  opacity: 0.95;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.05, 1.05, 1);
  transition-duration: 1s;
}

.image--wipe .wipe--apollo::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(150, 150, 150, 0.25);
  content: "";
  transition: transform 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 220deg) translate3d(0, -100%, 0);
}

section.card-tiles.info-block.dark a .cta-text {
  color: #FFF !important;
}

section.card-tiles.info-block.dark a .cta-text .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.homepage section.card-tiles.info-block {
  min-height: unset;
}

section.card-tiles.info-block {
  padding: 4rem 0 2rem;
}

section.card-tiles.info-block.dark h2.title {
  color: #FFF;
}

section.card-tiles.info-block.gray h2.title,
section.card-tiles.info-block.light h2.title {
  color: #282a32;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* CARD SCROLLS */

.card-scroll .card.standard .card-body .horizontal-gradient,
.card-scroll.article-cta .card .card-body .horizontal-gradient {
  height: 8px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

section.card-scroll.blue {
  background-color: #386097;
}
section.card-scroll.gray {
  background-color: #EFEFEF;
}
section.card-scroll.white {
  background-color: #FFF;
}
section.card-scroll.blue .card-scroll-header .title {
  color: #FFFFFF
}

/* STANDARD */
.card-scroll .card.standard .title {
  margin-bottom: 1rem;
  color: #282a32;
  letter-spacing: normal;
  text-transform: initial;
  line-height: 24px;
}
.card-scroll .card.standard p {
  margin-bottom: 2rem;
  color: #282a32;
  letter-spacing: normal;
  text-transform: initial;
  font-weight: normal;
}

/* GRADIENT */
.card-scroll .card.gradient .card-body {
  border-top: 8px solid;
  /*   border-image-source: linear-gradient(90deg, #386097, #4C79AF, #5C7D70, #C25700, #9D323D); */
  border-image-slice: 1;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

/* EVENTS */

.card-scroll.events  .slick-slider .slick-arrow.slick-prev {
  top: -41px;
  right: 40px;
  left: auto;
}

.card-scroll.events  .slick-slider .slick-arrow.slick-prev:before {
  display: none;
}

.card-scroll.events  .slick-slider .slick-arrow.slick-prev:after {
  display: block;
  content: "";
  color: #fff;
  font-size: 12px;
  background-image: url("https://go.manpowergroup.com/hubfs/Templates/images/icon-slider-left-blue.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

.card-scroll.events  .slick-slider .slick-arrow.slick-next {
  top: -41px;
  right: 20px;
}

.card-scroll.events  .slick-slider .slick-arrow.slick-next:before {
  display: none;
}

.card-scroll.events  .slick-slider .slick-arrow.slick-next:after {
  display: block;
  content: "";
  color: #fff;
  font-size: 12px;
  background-image: url("https://go.manpowergroup.com/hubfs/Templates/images/icon-slider-right-blue.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}


section.card-scroll.events .card.event {
  border-radius: 0 0 14px 14px;
  background-color: #282a32;
  opacity: 1;
}

section.card-scroll.events .card.event .card-body {
  border-top: 10px solid !important;
  border-image-slice: 1;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

section.card-scroll.events .card.event .card-body .date,
section.card-scroll.events .card.event .card-body .location,
section.card-scroll.events .card.event .card-body .title {
  color: #FFF;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: inherit;
}
section.card-scroll.events .card.event .card-body .title {
  font-family: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
}

section.card-scroll.events .card.event .card-body .date {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
}

section.card-scroll.events .card.event .card-body .location {
  font-family: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

section.card-scroll.events .card.event .card-body .location:before {
  content: '';
  background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/icon-map.svg);
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}


/* ARTICLE */
.card-scroll.article-cta .card.article-cta .card-body,
.card-scroll .card.standard.article.featured .card-body {
  border:none;
}
.card-scroll .card.standard.article.featured {margin: 15px;}

.card-scroll.article-cta .card.article-cta {
  border-radius:15px;
  overflow:hidden;
}

/* CONNECTOR */
section.card-scroll .card.connector .card-body .cta {
  margin-left:0;
}
@media screen and (max-width: 991px){
section.card-scroll .card.connector .card-body .cta {
  margin-top: auto;
}
}

section.card-scroll .card.connector .card-image {
  position: relative;
}

section.card-scroll .card.connector .card-image .vertical-gradient{
  height: 100%;
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

section.card-scroll .card.connector {
  -webkit-box-shadow: 5px 8px 16px 0 rgba(97, 97, 97, 0.1);
  -moz-box-shadow: 5px 8px 16px 0 rgba(97, 97, 97, 0.1);
  -o-box-shadow: 5px 8px 16px 0 rgba(97, 97, 97, 0.1);
  box-shadow: 5px 8px 16px 0 rgba(97, 97, 97, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  overflow: hidden;
}

section.card-scroll .card.connector .card-body .primary-button.blue .arrow-icon {
  display: none;
}

@media screen and (max-width: 991px){
  section.card-scroll .card.connector {
    display: inline-block;
    border-radius: 14px;
    overflow: hidden;
  }

  section.card-scroll .card.connector .card-body {
    border-top: 10px solid !important;
    border-image-slice: 1;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;

  }
  section.card-scroll .card.connector  .card-body .title {
    font-size: 1.125rem;
    line-height: 1.25;
  }
  section.card-scroll .card.connector .card-body p.large {
    font-size: 1rem;
    line-height: 1.5;
  }
  section.card-scroll .card.connector .card-body p.large {
    font-size: 1rem;
    line-height: 1.5;
  }
  section.card-scroll .card.connector .card-body .primary-button.blue {
    background-color: transparent;
    color: #c25700 !important;
    border-color: transparent;
    padding: 0;

  }
  section.card-scroll .card.connector .card-body .primary-button.blue .arrow-icon {
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNDMjU3MDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  }
}


.card-scroll .slick-slider .slick-list .slick-slide>div .card.connector {
  height: auto;
}
@media screen and (max-width: 991px){
  .card-scroll .slick-slider .slick-list .slick-slide>div .card.connector {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

.card-scroll {
  padding: 4rem 0 6rem;
}


.card-scroll .container {
  padding: 0;
}

@media (max-width: 991px) {
  .card-scroll {
    padding: 3rem 0 4rem;
  }
}


.card-scroll.blue {
  background-color: #386097;
}

.card-scroll.blue .card-scroll-header .title {
  color: #CBD5E3;
}

.card-scroll.blue .slick-slider .slick-arrow.slick-prev {
  top: -41px;
  right: 40px;
  left: auto;
}

.card-scroll.blue .slick-slider .slick-arrow.slick-prev:before {
  display: none;
}

.card-scroll.blue .slick-slider .slick-arrow.slick-prev:after {
  display: block;
  content: "";
  color: #fff;
  font-size: 12px;
  background-image: url("https://go.manpowergroup.com/hubfs/Templates/images/icon-slider-left.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

.card-scroll.blue .slick-slider .slick-arrow.slick-next {
  top: -41px;
  right: 20px;
}

.card-scroll.blue .slick-slider .slick-arrow.slick-next:before {
  display: none;
}

.card-scroll.blue .slick-slider .slick-arrow.slick-next:after {
  display: block;
  content: "";
  color: #fff;
  font-size: 12px;
  background-image: url("https://go.manpowergroup.com/hubfs/Templates/images/icon-slider-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

.card-scroll.connector {
  overflow: hidden;
}

.card-scroll.connector .card-scroll-header .title {
  color: #282a32;
}

.card-scroll .slick-slider .slick-dots li button:before {
  font-size: 12px;
  color: #282a32;
}


.card-scroll.connector .slick-slider .slick-arrow.slick-prev {
  top: -41px;
  right: 40px;
  left: auto;
}

.card-scroll.connector .slick-slider .slick-arrow.slick-prev:before {
  display: none;
}

.card-scroll.connector .slick-slider .slick-arrow.slick-prev:after {
  display: block;
  content: "";
  color: #fff;
  font-size: 12px;
  background-image: url("https://go.manpowergroup.com/hubfs/Templates/images/icon-slider-left-blue.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

.card-scroll.connector .slick-slider .slick-arrow.slick-next {
  top: -41px;
  right: 20px;
}

.card-scroll.connector .slick-slider .slick-arrow.slick-next:before {
  display: none;
}

.card-scroll.connector .slick-slider .slick-arrow.slick-next:after {
  display: block;
  content: "";
  color: #fff;
  font-size: 12px;
  background-image: url("https://go.manpowergroup.com/hubfs/Templates/images/icon-slider-right-blue.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

.card-scroll .card-scroll-header {
  display: flex;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .card-scroll .card-scroll-header {
    margin-bottom: 20px;
    padding: 0 30px;
  }
}

.card-scroll .card-scroll-header .title {
  flex: 1;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #282a32;
  text-transform: uppercase;
}

.card-scroll .card-scroll-header .title.reversed {
  color: #fff;
}


@media (max-width: 767px) {
  .card-scroll .card-scroll-header .title {
    font-size: 16px;
    line-height: 18px;
  }
}

.card-scroll .card-scroll-header .button-text {
  font-size: 18px;
}

@media (max-width: 767px) {
  .card-scroll .card-scroll-header .button-text {
    font-size: 14px;
  }
}

.card-scroll .card.standard {
  border-radius: 14px;
  text-decoration: none;
}

/* SLICK SLIDER missing styles for DOTS and ARROWS*/
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-dots {
  position: absolute;
  bottom: 0; /* -25px */
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}


.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 36px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* .card-scroll .slick-slider .slick-list {
padding: 0 30px 20px 0 !important;
} */

@media (max-width: 991px) {
  .card-scroll .slick-slider .slick-list .slick-slide {
    opacity: .25;
    transition: .25s ease-in-out;
  }
  .card-scroll .slick-slider .slick-list .slick-slide.slick-current {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .card-scroll .slick-slider .slick-list {
    padding: 0 30px 20px 15px !important;
  }
}

.card-scroll .slick-slider .slick-list .slick-track {
  display: flex !important;
  margin-bottom: 2rem;
}

.card-scroll .slick-slider .slick-list .slick-slide {
  height: inherit !important;
}

.card-scroll .slick-slider .slick-list .slick-slide > div {
  height: 100%;
}

.card-scroll .slick-slider .slick-list .slick-slide > div > div {
  height: inherit;
}

.card-scroll .slick-slider .slick-list .slick-slide > div .card {
  height: 100%;
}

@media (max-width: 767px) {
  .card-scroll .slick-slider .slick-list .slick-slide > div .card {
    margin: 0 15px;
  }
}

.card-scroll .slick-slider .slick-list .slick-slide > div .card.article .title {
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .card-scroll .slick-slider .slick-list .slick-slide > div .card.article .date {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .card-scroll .slick-slider .slick-list .slick-slide > div .card.article .sub-title {
    margin-bottom: 32px;
    font-size: 20px;
  }
}

.card-scroll .slick-slider .slick-list .slick-slide .card.standard img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.card-scroll .slick-slider .slick-dots li {
  margin: 0;
}

.card-scroll .slick-slider .slick-dots li button:before {
  font-size: 38px;
  color: #282a32;
  padding-top:20px;
}



section.insights .card.article.featured .horizontal-gradient,
section.insights .card.article .card-body .horizontal-gradient {
  background-image: linear-gradient(to right, #386097, #3893CD, #70bf5c);
}

section.card-scroll .card.connector .card-image .vertical-gradient,
section.calloutbar-section.large .vertical-gradient {
  background-image: linear-gradient(#386097, #3893CD, #70bf5c);
}


@media screen and (max-width: 991px){
  section.card-scroll .card.connector .card-image .vertical-gradient {
    display: none
  }
  section.card-scroll .card.connector .card-body {
    border-image-source: linear-gradient(90deg, #70bf5c, #3893CD, #386097);
  }
  section.card-scroll .card.connector .card-body .primary-button.blue {
    color: #e0690a !important;
  }
  section.card-scroll .card.connector .card-body .primary-button.blue .arrow-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iI2UwNjkwYSIvPgo8L3N2Zz4K);
  }
}

section.card-scroll .card.connector .card-image img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}


section.card-scroll.events .card.event {
  background-color: #FFF;
}

section.card-scroll.events .card.event .card-body .date,
section.card-scroll.events .card.event .card-body .location,
section.card-scroll.events .card.event .card-body .title {
  color: #282a32;
}

section.card-scroll.events .card.event .card-body .location:before {
  background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/icon-map-blue.svg);
}

.card-scroll .card,
.card-scroll .card .card-body {
  display: flex;
  flex-direction: column;
}

.card-scroll .card .card-body {
  flex-grow: 1;
}

.card-scroll .card .card-body .cta__wrap {
  margin-top: auto;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.single-article .form-block {
  margin-bottom: 3rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #67696f;
}

@media (max-width: 768px){
  .single-article .form-block {
    padding-bottom: 0;
    border-bottom: unset;
  }
}

.single-article .form-block fieldset {
  max-width: 100%;
  width: 100% !important;
  height: auto;
}
.single-article .form-block fieldset .hs-form-field .input {
  margin-right: 1.5rem;
}
@media (max-width: 480px){
  .single-article .form-block fieldset .hs-form-field .input {
    margin-right: 0;
  }
}

.single-article .form-block fieldset input.hs-input {
  width: 100% !important;
}

.single-article .form-block ul.hs-error-msgs {
  list-style-type: none;
  padding-left: 0;
}

.single-article .form-block ul.hs-error-msgs label.hs-error-msg {
  color: #9D323D;
}

.single-article .form-block .hs-submit .actions {
  display: flex;
  justify-content: flex-end;
  margin-right: 1.25rem;
}

@media (max-width: 480px){
  .single-article .form-block .hs-submit .actions {
    margin-right: 0;
  }
}

.single-article .form-block input[type="submit"] {
  margin: 2rem 0 0 auto;
  text-align: center;
  background-color: #c25700;
  color: #FFF;
  display: inline-block;
  align-items: center;
  text-align: center;
  letter-spacing: 1.2px;
  border: 2px solid #c25700;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 26px;
  line-height: 1;
  padding: 17px 34px;
  text-transform: uppercase;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-appearance: button;
  height: unset;
  width: auto !important;
}

.single-article .form-block input[type="submit"]:hover {
  border-color: #D18140;
  background-color: #D18140;
  color: #FFFFFF;
}





.article-block, .details-block {
  padding-bottom: 4rem;
  padding-top: 5rem;
}

@media (max-width: 767px) {
  .article-block, .details-block {
    padding: 3rem 0;
  }
}

.article-block.job .job-ctas, .details-block.job .job-ctas {
  padding-top: 30px;
  padding-bottom: 50px;
}

.article-block.job p, .article-block.job li, .details-block.job p, .details-block.job li {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .article-block.job p, .article-block.job li, .details-block.job p, .details-block.job li {
    font-size: 14px;
    line-height: 20px;
  }
}

.article-block.job p.large, .article-block.job li.large, .details-block.job p.large, .details-block.job li.large {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .article-block.job p.large, .article-block.job li.large, .details-block.job p.large, .details-block.job li.large {
    font-size: 16px;
    line-height: 24px;
  }
}

.article-block.job li, .details-block.job li {
  margin-bottom: 4px;
}

.article-block.job .details-disclaimer, .details-block.job .details-disclaimer {
  font-style: italic;
  color: #939498;
  font-size: 18px;
  line-height: 28px;
}

.article-block .breadcrumb, .details-block .breadcrumb {
  margin-bottom: 20px;
}

.article-block .article-header.job + .job-actionbar, .details-block .article-header.job + .job-actionbar {
  margin-bottom: 40px;
}

.article-block .article-header .title, .details-block .article-header .title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.25;
  color: #386097;
}

.article-block .article-header .title.reversed, .details-block .article-header .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .article-block .article-header .title, .details-block .article-header .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .article-block .article-header .title, .details-block .article-header .title {
    font-size: 30px;
    line-height: 38px;
  }
}

.article-block .article-header .sub-title, .details-block .article-header .sub-title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 20px;
}

.article-block .article-header .sub-title.reversed, .details-block .article-header .sub-title.reversed {
  color: #fff;
}

@media (max-width: 767px) {
  .article-block .article-header .sub-title, .details-block .article-header .sub-title {
    font-size: 18px;
    line-height: 1.33;
  }
}

.article-block .article-header .company, .details-block .article-header .company {
  color: #83858B;
  font-size: 18px;
  line-height: 32px;
}

.article-block .article-header .company img, .details-block .article-header .company img {
  position: relative;
  top: -2px;
  margin-left: 10px;
  display: inline-block;
  max-height: 20px;
}

.article-block .article-header .time-skill-block, .details-block .article-header .time-skill-block {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  border-bottom: 1px solid #ABABAB;
}

.article-block .article-header .time-skill-block .time, .details-block .article-header .time-skill-block .time {
  font-style: italic;
  font-size: 16px;
  color: #5E6066;
  margin-right: 45px;
  padding-top: 10px;
}

.article-block .article-header .time-skill-block .skill, .details-block .article-header .time-skill-block .skill {
  color: #438080;
  font-size: 13px;
  font-weight: 600;
  flex: 1;
  padding-top: 14px;
}

.article-block .article-header-container .social-bar, 
.details-block .article-header-container .social-bar {
  padding-top: 60px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 2px solid rgba(163, 165, 170, 0.5);
}

@media (max-width: 992px) {
  .article-block .article-header-container .social-bar, 
  .details-block .article-header-container .social-bar {
    display: block;
    padding-top: 40px;
    margin-bottom: 20px;
  }
}

.article-block .social-bar, .details-block .social-bar {
  padding-top: 20px;
}

.article-block .social-bar .social-icon, 
.details-block .social-bar .social-icon {
  margin-right: 20px;
}

.article-block .single-article, .details-block .single-article {
  padding-right: 40px;
}


.article-block .single-article h4, .details-block .single-article h4 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .article-block .single-article h4, .details-block .single-article h4 {
    margin-top: 1rem;
  }

  .article-block .single-article, .details-block .single-article {
    padding-right: 0;
  }
}

.article-block .single-article p, .details-block .single-article p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 1.5rem 0;
}

@media (max-width: 768px) {
  .article-block .single-article p, .details-block .single-article p {
    font-size: 14px;
    line-height: 1.4;
    margin: 1rem 0;

  }
}

.article-block .single-article p:first-child, .details-block .single-article p:first-child {
  margin-top: 0;
}

.article-block .single-article p.large, .details-block .single-article p.large {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .article-block .single-article p.large, .details-block .single-article p.large {
    font-size: 16px;
    line-height: 24px;
  }
}

.article-block .single-article p a, .details-block .single-article p a {
  text-transform: none;
  font-family: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: inherit;
  letter-spacing: 0;
}

.article-block .single-article .responsive, .details-block .single-article .responsive {
  width: 100%;
  margin-bottom: 50px;
  max-width: 100%;
}

.article-block .single-article ol, .article-block .single-article ul, .details-block .single-article ol, .details-block .single-article ul {
  padding-top: 10px;
}

.article-block .single-article ol li, .article-block .single-article ul li, .details-block .single-article ol li, .details-block .single-article ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .article-block .single-article ol li, .article-block .single-article ul li, .details-block .single-article ol li, .details-block .single-article ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

.article-block .single-event, .details-block .single-event {
  padding-right: 40px;
}

@media (max-width: 992px) {
  .article-block .single-event, .details-block .single-event {
    padding-right: 0;
  }
}

.article-block .single-event .title, .details-block .single-event .title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 70px;
  line-height: 84px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.article-block .single-event .title.reversed, .details-block .single-event .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .article-block .single-event .title, .details-block .single-event .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .article-block .single-event .title, .details-block .single-event .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.article-block .single-event p, .details-block .single-event p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
}

.article-block .single-event p.large, .details-block .single-event p.large {
  font-size: 24px;
  line-height: 34px;
}

.article-block .single-event p a, .details-block .single-event p a {
  text-transform: none;
  font-family: Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: inherit;
}

.article-block .single-event .responsive, .details-block .single-event .responsive {
  width: 100%;
  margin-bottom: 50px;
}

.article-block .single-event ol, .article-block .single-event ul, .details-block .single-event ol, .details-block .single-event ul {
  padding-top: 10px;
}

.article-block .single-event ol li, .article-block .single-event ul li, .details-block .single-event ol li, .details-block .single-event ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

.article-block .article-sidebar, .details-block .article-sidebar {
  margin-top: 10px;
}

.article-block .article-sidebar .sidebar-title, 
.details-block .article-sidebar .sidebar-title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #282a32;
  text-transform: uppercase;
  padding: 20px 0;
  border-top: 3px solid #5C7D70;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

.article-block .article-sidebar .sidebar-title.reversed, .details-block .article-sidebar .sidebar-title.reversed {
  color: #fff;
}


@media (max-width: 768px) {
  .article-block .article-sidebar .sidebar-title, .details-block .article-sidebar .sidebar-title {
    font-size: 16px;
  }
}

.article-block .article-sidebar .featured-article img, .details-block .article-sidebar .featured-article img {
  margin-top: 10px;
  display: block;
  width: 100%;
  max-width: 100%;
}

.article-block .article-sidebar .google-map, .details-block .article-sidebar .google-map {
  display: block;
}

@media (max-width: 992px) {
  .article-block .article-sidebar .google-map, .details-block .article-sidebar .google-map {
    padding-top: 10px;
  }
}

.article-block .article-sidebar .google-map img, .details-block .article-sidebar .google-map img {
  margin-top: 10px;
  display: block;
  width: 100%;
}

.article-block .rsvp, .details-block .rsvp {
  border-bottom: 2px solid rgba(163, 165, 170, 0.5);
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  .article-block .rsvp, .details-block .rsvp {
    border-bottom: none;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .article-block .rsvp, .details-block .rsvp {
    padding-bottom: 20px;
  }
}

.article-block .rsvp .cta, .details-block .rsvp .cta {
  text-align: right;
  padding-top: 20px;
}

@media (max-width: 992px) {
  .article-block .rsvp .cta, .details-block .rsvp .cta {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .article-block .rsvp .cta, .details-block .rsvp .cta {
    padding-top: 10px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.featurette-section {
  padding: 3.5rem 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.featurette-section.gray {
  background-color: #EFEFEF;
}
.featurette-section.light {
  background-color: #FFFFFF;
}
.featurette-section .row {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .featurette-section p {
    margin: 1rem 0;
  }
}

/* STANDARD */

.featurette-section.standard .featurette-body {
  padding-left: 3rem;
}
@media (max-width: 1400px) {
  .featurette-section.standard .featurette-body {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .featurette-section.standard .featurette-body {
    padding-left: 0;
  }
}
.featurette-section.standard .featurette-body .title {
  font-size: 3rem; /* 48px */
  line-height: 1.25;
  font-weight: 600;
  /* EXPERIS */
  font-size: 1.5rem; /* 24px */
  line-height: 1.25;
  color: #282A32;
  text-transform: none;
  margin-top: 0;
}
.featurette-section.standard .featurette-body .title.on-secondary, .featurette-section.standard .featurette-body .title.reversed {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .featurette-section.standard .featurette-body .title {
    margin-top: 2.5rem;
  }
}
.featurette-section.standard .featurette-body .primary-button .arrow-icon {
  display: none;
}
.featurette-section.standard.right .featurette-body {
  padding-right: 3rem;
}
@media (max-width: 1400px) {
  .featurette-section.standard.right .featurette-body {
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .featurette-section.standard.right .featurette-body {
    padding-right: 0;
  }
}

.featurette-section .featurette-imgs img {
  border-radius: 14px;
}

/* QUOTE */
.featurette-section.quote .featurette-body {
  position: relative;
  padding-left: 2.5rem;
  z-index: 3;
}
@media (max-width: 991px) {
  .featurette-section.quote .featurette-body {
    padding-left: 0;
    padding-top: 2rem;
  }
}
.featurette-section.quote .featurette-body .title {
  text-align: left;
}
.featurette-section.quote .quote {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  width: 6.25rem;
  height: 4.75rem;
  opacity: 0.1;
  background-image: url(https://go.manpowergroup.com/hubfs/JW_042020/images/icon-quote.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width:992px) {
  .featurette-section.quote .quote {
    display: none;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* RICH TEXT BLOCK */
.text-section {
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
}

.text-section.light {
  background-color: #FFFFFF;
}

.text-section.gray {
  background-color: #EFEFEF;
}

.text-section .dark {
  background-color: #282a32;
}

.text-section.dark h2,
.text-section.dark p,
.text-section.dark .rich-text-area * {
  color: #FFF !important;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.video-section {
  padding: 4rem 0;
}

@media screen and (max-width: 767px) {
  .video-section {
    padding: 3.5rem 0;
  }
}

.video-section.light {
  background: #FFF;
}

.video-section.dark {
  background: #282a32;
}

.video-section.gray {
  background-color: #EFEFEF;
}

.video-section.testimonials .title-wrapper {
  margin: 0 0 2.5rem 0;
}

.video-section.testimonials .testimonial-wrapper {
  align-items: center;
  margin-bottom: 3.5rem;
}


.video-section.testimonials .testimonial-wrapper:last-child,
.video-section.testimonials .testimonial-wrapper:only-child {
  margin-bottom: 0;
}

.video-section.testimonials .testimonial-wrapper h3.title {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.video-section.testimonials .testimonial-wrapper p.description {
  margin: 0;
}

/* SUCCESS STORIES */
.ss__block {
  padding: 3.5rem 0;
}
.ss__block.bknd {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://22358555.fs1.hubspotusercontent-na2.net/hubfs/22358555/raw_assets/public/MP%20-%20Manpower%20Global%202023/images/bknd__lozenge-videos.png);
}
.ss__block .headline {
  text-align: center;
  margin-bottom: 1.25rem;
}
.ss__block .headline.on-secondary, 
.ss__block .headline.reversed {
  color: #FFFFFF;
}
.ss__block .text {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 2rem auto;
}
@media (max-width: 767px) {
  .ss__block .text {
    font-size: 1rem;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.ss__block .video__link {
  display: block;
  margin: 1.25rem 0;
  cursor: pointer;
  position: relative;
}
.ss__block .video__preview {
  width: 100%;
}
.ss__block .video__duration {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: normal;
  background-color: #000000;
  padding: 0.25rem 0.5rem;
}
.ss__block .video__title {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  font-size: 1.125rem;
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .ss__block .video__title {
    margin-bottom: 2.5rem;
  }
}
.ss__block .cta__wrap {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
}
.ss__block .button-text--large .cta-text {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .ss__block .button-text--large .cta-text {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

/* Templates
Specific pages that are styled for Manpower theme
*/
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.fancybox-active {
  height: auto
}

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

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

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

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

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
  z-index: 1
}

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

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

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

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

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

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

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

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

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

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

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

.fancybox-button:focus {
  outline: none
}

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

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

.fancybox-button div {
  height: 100%
}

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

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

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

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

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}

.fancybox-caption {
  background: linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
  }
}

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

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

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

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

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

@keyframes a {
  to {
    transform: rotate(1turn)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0,0,.25,1)
}

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

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

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

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19,1,.22,1)
}

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

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

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

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

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn)
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

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

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left:6px;
    padding-right: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0
  }

  .fancybox-close-small {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left:max(12px,env(safe-area-inset-left));
      padding-right: max(12px,env(safe-area-inset-right))
    }
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991
}

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

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

@media (max-width: 576px) {
  .fancybox-thumbs {
    width:110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}


.fa-form-wrapper {
  width: 60%;
  background: #fff;
  background-color: #fff!important;
  border: 1px solid #707070;
  box-shadow: 6px 6px 9px rgba(0,0,0,.2);
  -webkit-box-shadow: 6px 6px 9px rgba(0,0,0,.2);
  -moz-box-shadow: 6px 6px 9px rgba(0,0,0,.2)
}

@media screen and (max-width: 1399px) {
  .fa-form-wrapper {
    width:80%
  }
}

@media screen and (max-width: 767px) {
  .fa-form-wrapper {
    width:100%
  }
}

.fa-form-wrapper.fancybox-content {
  padding: 3rem 4rem
}

.fa-form-wrapper .form-header h2 {
  margin-bottom: 1.5rem
}

.fa-form-wrapper .form-header p {
  margin: 0
}

.fa-form-wrapper .hs-form .hs-input {
  border: 1px solid #b3b4b7;
  border-radius: 2px;
  height: 4rem;
  padding: 1rem;
  margin: 0;
  width: 100%
}

@media screen and (max-width: 767px) {
  .fa-form-wrapper .hs-form .hs-input {
    width:100%!important
  }
}

.fa-form-wrapper .hs-form input,.fa-form-wrapper .hs-form select {
  color: #282a32
}

.fa-form-wrapper form fieldset {
  max-width: unset
}

.fa-form-wrapper .hs-form .hs-input::placeholder {
  color: #282a32;
  opacity: 1
}

.fa-form-wrapper .hs-form .hs-input:-ms-input-placeholder {
  color: #282a32
}

.fa-form-wrapper .hs-form .hs-input::-ms-input-placeholder {
  color: #282a32
}

.fa-form-wrapper .hs-form ul.hs-error-msgs.inputs-list label.hs-error-msgs {
  color: #9d323d;
  font-size: .8125rem;
  margin: 0
}

.fa-form-wrapper .hs-form .hs-submit {
  text-align: center
}

.fa-form-wrapper .hs-form .hs-submit input {
  display: inline-block;
  text-align: center;
  border: 2px solid #c25700;
  background-color: #c25700;
  color: #fff !important;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-radius: 26px;
  line-height: 1;
  padding: 17px 34px;
  text-transform: uppercase;
  transition: .25s cubic-bezier(.215,.61,.355,1)
}

.fa-form-wrapper .hs-form .hs-submit input:focus,.fa-form-wrapper .hs-form .hs-submit input:hover {
  color: #fff;
  text-decoration: none;
  background: #d18140
}

.fa-form-wrapper .hs-form .legal-consent-container p {
  margin-bottom: 1rem
}

.fa-form-wrapper .hs-form .legal-consent-container ul.inputs-list {
  font-size: .8125rem;
  list-style-type: none;
  padding: 0;
  margin: 0
}

.fa-form-wrapper .hs-form .legal-consent-container a,.fa-form-wrapper .hs-form .legal-consent-container p,.fa-form-wrapper .hs-form .legal-consent-container ul.inputs-list label a,.fa-form-wrapper .hs-form .legal-consent-container ul.inputs-list label em,.fa-form-wrapper .hs-form .legal-consent-container ul.inputs-list label p,.fa-form-wrapper .hs-form .legal-consent-container ul.inputs-list label span {
  font-size: .8125rem;
  line-height: 1.5
}

.fa-form-wrapper .hs-form .legal-consent-container a,.fa-form-wrapper .hs-form .legal-consent-container ul.inputs-list label a {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: underline!important;
  color: #386097!important
}

.fa-form-wrapper .hs-form textarea.hs-input {
  height: unset;
  width: 100%!important
}

.fa-form-wrapper .hs-form .legal-consent-container .hs-input {
  width: unset!important;
  height: unset!important;
  padding: 0;
  margin: 6px 0 0
}

.legal-consent-container ul.hs-error-msgs li label {
  color: #9d323d;
  font-size: .8125rem;
  margin: 0
}

.fa-form-wrapper .hs-form .hs-input.invalid.error {
  border: 1px solid #9d323d
}

.fa-form-wrapper .hs-form ul.hs-error-msgs.inputs-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #9d323d;
  font-size: .8125rem
}

.fancybox-button--arrow_left,.fancybox-button--arrow_right,.fancybox-button--close,.fancybox-button--play,.fancybox-button--thumbs,.fancybox-button--zoom {
  display: none!important
}

.fancybox-bg {
  background: #fff!important
}

.fancybox-is-open .fancybox-bg {
  opacity: .5!important;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
/* https://go.manpowergroup.com/hubfs/Templates/css/slick.css */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */

#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* PASSWORD LOGIN PAGE */
#hs_cos_wrapper_password_prompt_page_template_password_prompt_ > form > input#hs-pwd-widget-password {
  height: 64px !important;
  padding: 0 1.5rem;
}

#hs_cos_wrapper_password_prompt_page_template_password_prompt_ > form > input.hs-button.primary.large {
  display: inline-block;
  align-items: center;
  text-align: center;
  letter-spacing: 1.2px;
  border: 2px solid #e0690a;
  background-color: #e0690a;
  color: #FFFFFF !important;
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  border-radius: 26px;
  line-height: 1;
  padding: 17px 34px;
  text-transform: uppercase;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: 1.5rem;
}

.widget-type-rich_text a {
  text-transform: none;
  letter-spacing: normal;
  font-weight: inherit;
  font-size: inherit;
}



/* COOKIE POLICY Defaults updated */
#hs-eu-cookie-confirmation-inner a {
  text-transform:initial !important;
}
a#hs-eu-confirmation-button {
  color:#FFFFFF !important;
}

a#hs-eu-decline-button {
  color:#c25700 !important;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* Blog listing */

.blog-index {
  padding: 1rem;
}

.blog-index .hs-blog-post-listing__post-button {
  text-transform: uppercase;
  border-bottom: 1px solid #386097;
}

.blog-index .hs-blog-post-listing__post-description {
  margin-top: 0;
}
/* Blog post */

.blog-post .content-wrapper a {
  color: #386097;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: initial;
  text-transform: unset;
  text-decoration: none;
  line-height: 1.5;
}
.blog-post .content-wrapper a:hover {
  opacity: 0.75;
  text-decoration: underline !important;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}
.blog-post .content-wrapper .blog-post__meta a {
  color: #282a32 !important;
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: initial;
  text-transform: unset;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

.blog-post__body img {
  max-width: 90%;
  border-radius: 14px;
}

/* Blog related posts */
.article-block .article-sidebar.blog-related-posts {
  margin-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.article-sidebar .sidebar-title {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.125px;
  border-top: .25rem solid #5c4bb9;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}

.article-block .article-sidebar.blog-related-posts .blog-related-posts__list a {
  display: block;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list .blog-related-posts__title a {
  color: #282a32 !important;
}

.blog-related-posts__list .blog-related-posts__summary {
  color: #67696f;
}

.blog-related-posts__list .blog-related-posts__image {
  border-radius: 14px;
}

.blog-related-posts__list article:not(:first-child) .blog-related-posts__post-image-wrapper {
  display: none !important;
}

.blog-related-posts__list .blog-related-posts__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16 / 9;
} 

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #67696f;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Article cards */
article.hs-blog-post-listing__post {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 3px 8px 16px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  transition: all .2s ease-in;
}

article.hs-blog-post-listing__post:hover {
  box-shadow: 0 11.7703px 18.4067px rgba(0, 0, 0, 0.154142);
}

article.hs-blog-post-listing__post .hs-blog-post-listing__post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9 !important;
}

article.hs-blog-post-listing__post .hs-blog-post-listing__post-title {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 600;
  color: #282a32;
}

article.hs-blog-post-listing__post a.hs-blog-post-listing__post-tag,
article.hs-blog-post-listing__post a.hs-blog-post-listing__post-author-name,
article.hs-blog-post-listing__post a.hs-blog-post-listing__post-title-link {
  text-decoration: none;
  text-transform: none;
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  letter-spacing: initial;
}

article.hs-blog-post-listing__post .hs-blog-post-listing__post-timestamp {
  font-family: "Inter", Helvetica, Arial, "Droid Sans", "Arimo", sans-serif;
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 400;
  color: #67696F !important;
  text-transform: uppercase;
  order: -1;
}

article.hs-blog-post-listing__post .hs-blog-post-listing__post-content {
  padding: 1.25rem;
}

article.hs-blog-post-listing__post .hs-blog-post-listing__post-author,
article.hs-blog-post-listing__post .hs-blog-post-listing__post-tags {
  display: none !important;
}

/* Article page */
.blog-post .border-bottom {
  border-bottom: 1px solid #67696f;
  padding-bottom: 2rem;
  margin-top: 2rem;
  width: 100%;
}
.article-block .article-header .title span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}