/*! 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%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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;
     -moz-appearance: button;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
     -moz-appearance: textfield;
          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;
          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;
          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;
}

.l__contain, .wp-block-columns {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}
@media (max-width: 1020px) {
  .l__contain, .wp-block-columns {
    padding: 0 20px;
  }
}
.l__contain--full {
  padding: 0;
}
.l__contain--narrow {
  max-width: 1200px;
}
.l__position--abcenter {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.l__position--flexVertical {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l__position--flexCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l__panel {
  height: 50vh;
  position: relative;
}
.l__panel--full {
  height: 100vh;
}
.l__bottom {
  margin-bottom: 2em;
}
.l__bottomLg {
  margin-bottom: 5em;
}
.l__left {
  float: left;
}
.l__right {
  float: right;
}
.l__aligncenter {
  text-align: center;
}
.l__alignright {
  text-align: right;
}

.l__wrap {
  position: relative;
}

.l__flexheight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l__gridmaintain {
  height: 100%;
}

.l__row {
  clear: both;
}
.l__row__negative5 {
  margin: 0 -5px;
}
.l__row__negative5 > .l__col > .l__col__evenpad, .l__row__negative5 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 5px;
}
.l__row__negative10 {
  margin: 0 -10px;
}
.l__row__negative10 > .l__col > .l__col__evenpad, .l__row__negative10 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 10px;
}
.l__row__negative15 {
  margin: 0 -15px;
}
.l__row__negative15 > .l__col > .l__col__evenpad, .l__row__negative15 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 15px;
}
.l__row__negative20 {
  margin: 0 -20px;
}
.l__row__negative20 > .l__col > .l__col__evenpad, .l__row__negative20 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 20px;
}
.l__row__negative30 {
  margin: 0 -30px;
}
.l__row__negative30 > .l__col > .l__col__evenpad, .l__row__negative30 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 30px;
}
.l__row__altlayout > [class*=l__col], .l__row__altlayout .l__flexheight > [class*=l__col] {
  float: right;
}
@media (max-width: 1366px) {
  .l__row .l__row[data-1366*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-1366*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-1366*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-1366*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-1366*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-1366*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-1366*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-1366*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-1366*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-1366*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 1020px) {
  .l__row .l__row[data-1024*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-1024*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-1024*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-1024*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-1024*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-1024*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-1024*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-1024*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-1024*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-1024*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .l__row .l__row[data-768*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-768*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-768*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-768*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-768*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-768*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-768*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-768*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-768*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-768*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .l__row .l__row[data-480*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-480*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-480*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-480*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-480*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-480*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-480*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-480*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-480*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-480*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 360px) {
  .l__row .l__row[data-360*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-360*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-360*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-360*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-360*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-360*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-360*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-360*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-360*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-360*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
.l__row .l__col__evenpad {
  margin: 0 10px;
}
.l__row .l__col__span1, .l__row .l__col__span2, .l__row .l__col__span3, .l__row .l__col__span4, .l__row .l__col__span5, .l__row .l__col__span6, .l__row .l__col__span7, .l__row .l__col__span8, .l__row .l__col__span9, .l__row .l__col__span10, .l__row .l__col__span11, .l__row .l__col__span12 {
  float: left;
}
.l__row .l__col__span1 {
  width: 8.3333333333%;
}
.l__row .l__col__offby1 {
  margin-left: 8.3333333333%;
}
.l__row .l__col__offbyAlt1 {
  margin-right: 8.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby1366*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 1280px) {
  .l__row .l__col[data-1280*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby1280*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1280*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 1170px) {
  .l__row .l__col[data-1100*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby1100*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1100*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby1024*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby768*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby480*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby360*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="1"] {
    margin-right: 8.3333333333%;
  }
}
.l__row .l__col__span2 {
  width: 16.6666666667%;
}
.l__row .l__col__offby2 {
  margin-left: 16.6666666667%;
}
.l__row .l__col__offbyAlt2 {
  margin-right: 16.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby1366*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 1280px) {
  .l__row .l__col[data-1280*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby1280*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1280*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 1170px) {
  .l__row .l__col[data-1100*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby1100*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1100*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby1024*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby768*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby480*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby360*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="2"] {
    margin-right: 16.6666666667%;
  }
}
.l__row .l__col__span3 {
  width: 25%;
}
.l__row .l__col__offby3 {
  margin-left: 25%;
}
.l__row .l__col__offbyAlt3 {
  margin-right: 25%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby1366*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt1366*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 1280px) {
  .l__row .l__col[data-1280*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby1280*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt1280*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 1170px) {
  .l__row .l__col[data-1100*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby1100*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt1100*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby1024*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt1024*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby768*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt768*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby480*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt480*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby360*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt360*="3"] {
    margin-right: 25%;
  }
}
.l__row .l__col__span4 {
  width: 33.3333333333%;
}
.l__row .l__col__offby4 {
  margin-left: 33.3333333333%;
}
.l__row .l__col__offbyAlt4 {
  margin-right: 33.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby1366*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 1280px) {
  .l__row .l__col[data-1280*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby1280*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1280*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 1170px) {
  .l__row .l__col[data-1100*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby1100*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1100*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby1024*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby768*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby480*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby360*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="4"] {
    margin-right: 33.3333333333%;
  }
}
.l__row .l__col__span5 {
  width: 41.6666666667%;
}
.l__row .l__col__offby5 {
  margin-left: 41.6666666667%;
}
.l__row .l__col__offbyAlt5 {
  margin-right: 41.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby1366*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 1280px) {
  .l__row .l__col[data-1280*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby1280*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1280*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 1170px) {
  .l__row .l__col[data-1100*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby1100*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1100*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby1024*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby768*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby480*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby360*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="5"] {
    margin-right: 41.6666666667%;
  }
}
.l__row .l__col__span6 {
  width: 50%;
}
.l__row .l__col__offby6 {
  margin-left: 50%;
}
.l__row .l__col__offbyAlt6 {
  margin-right: 50%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby1366*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt1366*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 1280px) {
  .l__row .l__col[data-1280*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby1280*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt1280*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 1170px) {
  .l__row .l__col[data-1100*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby1100*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt1100*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby1024*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt1024*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby768*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt768*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby480*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt480*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby360*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt360*="6"] {
    margin-right: 50%;
  }
}
.l__row .l__col__span7 {
  width: 58.3333333333%;
}
.l__row .l__col__offby7 {
  margin-left: 58.3333333333%;
}
.l__row .l__col__offbyAlt7 {
  margin-right: 58.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby1366*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 1280px) {
  .l__row .l__col[data-1280*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby1280*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1280*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 1170px) {
  .l__row .l__col[data-1100*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby1100*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1100*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby1024*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby768*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby480*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby360*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="7"] {
    margin-right: 58.3333333333%;
  }
}
.l__row .l__col__span8 {
  width: 66.6666666667%;
}
.l__row .l__col__offby8 {
  margin-left: 66.6666666667%;
}
.l__row .l__col__offbyAlt8 {
  margin-right: 66.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby1366*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 1280px) {
  .l__row .l__col[data-1280*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby1280*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1280*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 1170px) {
  .l__row .l__col[data-1100*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby1100*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1100*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby1024*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby768*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby480*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby360*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="8"] {
    margin-right: 66.6666666667%;
  }
}
.l__row .l__col__span9 {
  width: 75%;
}
.l__row .l__col__offby9 {
  margin-left: 75%;
}
.l__row .l__col__offbyAlt9 {
  margin-right: 75%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby1366*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt1366*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 1280px) {
  .l__row .l__col[data-1280*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby1280*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt1280*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 1170px) {
  .l__row .l__col[data-1100*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby1100*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt1100*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby1024*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt1024*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby768*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt768*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby480*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt480*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby360*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt360*="9"] {
    margin-right: 75%;
  }
}
.l__row .l__col__span10 {
  width: 83.3333333333%;
}
.l__row .l__col__offby10 {
  margin-left: 83.3333333333%;
}
.l__row .l__col__offbyAlt10 {
  margin-right: 83.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby1366*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 1280px) {
  .l__row .l__col[data-1280*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby1280*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1280*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 1170px) {
  .l__row .l__col[data-1100*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby1100*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1100*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby1024*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby768*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby480*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby360*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="10"] {
    margin-right: 83.3333333333%;
  }
}
.l__row .l__col__span11 {
  width: 91.6666666667%;
}
.l__row .l__col__offby11 {
  margin-left: 91.6666666667%;
}
.l__row .l__col__offbyAlt11 {
  margin-right: 91.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby1366*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 1280px) {
  .l__row .l__col[data-1280*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby1280*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1280*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 1170px) {
  .l__row .l__col[data-1100*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby1100*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1100*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby1024*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby768*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby480*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby360*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="11"] {
    margin-right: 91.6666666667%;
  }
}
.l__row .l__col__span12 {
  width: 100%;
}
.l__row .l__col__offby12 {
  margin-left: 100%;
}
.l__row .l__col__offbyAlt12 {
  margin-right: 100%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby1366*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt1366*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 1280px) {
  .l__row .l__col[data-1280*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby1280*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt1280*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 1170px) {
  .l__row .l__col[data-1100*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby1100*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt1100*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-1024*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby1024*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt1024*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby768*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt768*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby480*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt480*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby360*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt360*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 1366px) {
  .l__row .l__col[data-offby1366="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1020px) {
  .l__row .l__col[data-offby1024="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-offby768="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-offby480="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-offby360="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
.l__rowFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l__rowFlex .l__col__span1 {
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span1[data-1366*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 1280px) {
  .l__rowFlex .l__col__span1[data-1280*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 1170px) {
  .l__rowFlex .l__col__span1[data-1100*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span1[data-1024*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span1[data-768*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span1[data-480*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span1[data-360*="1"] {
    width: 8.3333333333%;
  }
}
.l__rowFlex .l__col__span2 {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span2[data-1366*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 1280px) {
  .l__rowFlex .l__col__span2[data-1280*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 1170px) {
  .l__rowFlex .l__col__span2[data-1100*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span2[data-1024*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span2[data-768*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span2[data-480*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span2[data-360*="2"] {
    width: 16.6666666667%;
  }
}
.l__rowFlex .l__col__span3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span3[data-1366*="3"] {
    width: 25%;
  }
}
@media (max-width: 1280px) {
  .l__rowFlex .l__col__span3[data-1280*="3"] {
    width: 25%;
  }
}
@media (max-width: 1170px) {
  .l__rowFlex .l__col__span3[data-1100*="3"] {
    width: 25%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span3[data-1024*="3"] {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span3[data-768*="3"] {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span3[data-480*="3"] {
    width: 25%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span3[data-360*="3"] {
    width: 25%;
  }
}
.l__rowFlex .l__col__span4 {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span4[data-1366*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 1280px) {
  .l__rowFlex .l__col__span4[data-1280*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 1170px) {
  .l__rowFlex .l__col__span4[data-1100*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span4[data-1024*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span4[data-768*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span4[data-480*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span4[data-360*="4"] {
    width: 33.3333333333%;
  }
}
.l__rowFlex .l__col__span5 {
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span5[data-1366*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 1280px) {
  .l__rowFlex .l__col__span5[data-1280*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 1170px) {
  .l__rowFlex .l__col__span5[data-1100*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span5[data-1024*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span5[data-768*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span5[data-480*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span5[data-360*="5"] {
    width: 41.6666666667%;
  }
}
.l__rowFlex .l__col__span6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span6[data-1366*="6"] {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .l__rowFlex .l__col__span6[data-1280*="6"] {
    width: 50%;
  }
}
@media (max-width: 1170px) {
  .l__rowFlex .l__col__span6[data-1100*="6"] {
    width: 50%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span6[data-1024*="6"] {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span6[data-768*="6"] {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span6[data-480*="6"] {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span6[data-360*="6"] {
    width: 50%;
  }
}
.l__rowFlex .l__col__span7 {
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span7[data-1366*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 1280px) {
  .l__rowFlex .l__col__span7[data-1280*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 1170px) {
  .l__rowFlex .l__col__span7[data-1100*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span7[data-1024*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span7[data-768*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span7[data-480*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span7[data-360*="7"] {
    width: 58.3333333333%;
  }
}
.l__rowFlex .l__col__span8 {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span8[data-1366*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 1280px) {
  .l__rowFlex .l__col__span8[data-1280*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 1170px) {
  .l__rowFlex .l__col__span8[data-1100*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span8[data-1024*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span8[data-768*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span8[data-480*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span8[data-360*="8"] {
    width: 66.6666666667%;
  }
}
.l__rowFlex .l__col__span9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span9[data-1366*="9"] {
    width: 75%;
  }
}
@media (max-width: 1280px) {
  .l__rowFlex .l__col__span9[data-1280*="9"] {
    width: 75%;
  }
}
@media (max-width: 1170px) {
  .l__rowFlex .l__col__span9[data-1100*="9"] {
    width: 75%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span9[data-1024*="9"] {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span9[data-768*="9"] {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span9[data-480*="9"] {
    width: 75%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span9[data-360*="9"] {
    width: 75%;
  }
}
.l__rowFlex .l__col__span10 {
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span10[data-1366*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 1280px) {
  .l__rowFlex .l__col__span10[data-1280*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 1170px) {
  .l__rowFlex .l__col__span10[data-1100*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span10[data-1024*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span10[data-768*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span10[data-480*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span10[data-360*="10"] {
    width: 83.3333333333%;
  }
}
.l__rowFlex .l__col__span11 {
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span11[data-1366*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 1280px) {
  .l__rowFlex .l__col__span11[data-1280*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 1170px) {
  .l__rowFlex .l__col__span11[data-1100*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span11[data-1024*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span11[data-768*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span11[data-480*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span11[data-360*="11"] {
    width: 91.6666666667%;
  }
}
.l__rowFlex .l__col__span12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span12[data-1366*="12"] {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .l__rowFlex .l__col__span12[data-1280*="12"] {
    width: 100%;
  }
}
@media (max-width: 1170px) {
  .l__rowFlex .l__col__span12[data-1100*="12"] {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .l__rowFlex .l__col__span12[data-1024*="12"] {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span12[data-768*="12"] {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span12[data-480*="12"] {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span12[data-360*="12"] {
    width: 100%;
  }
}
.l__rowFlex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1366px) {
  .l__row[data-1366*=flush] {
    margin: 0;
  }
  .l__row[data-1366*=flush] > .l__col > .l__col__evenpad, .l__row[data-1366*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-1366*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-1366*=negative20] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-1366*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-1366*=negative15] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-1366*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-1366*=negative10] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-1366*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-1366*=negative5] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 1020px) {
  .l__row[data-1024*=flush] {
    margin: 0;
  }
  .l__row[data-1024*=flush] > .l__col > .l__col__evenpad, .l__row[data-1024*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-1024*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-1024*=negative20] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-1024*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-1024*=negative15] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-1024*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-1024*=negative10] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-1024*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-1024*=negative5] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .l__row[data-768*=flush] {
    margin: 0;
  }
  .l__row[data-768*=flush] > .l__col > .l__col__evenpad, .l__row[data-768*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-768*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-768*=negative20] > .l__col > .l__col__evenpad, .l__row[data-768*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-768*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-768*=negative15] > .l__col > .l__col__evenpad, .l__row[data-768*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-768*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-768*=negative10] > .l__col > .l__col__evenpad, .l__row[data-768*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-768*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-768*=negative5] > .l__col > .l__col__evenpad, .l__row[data-768*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .l__row[data-480*=flush] {
    margin: 0;
  }
  .l__row[data-480*=flush] > .l__col > .l__col__evenpad, .l__row[data-480*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-480*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-480*=negative20] > .l__col > .l__col__evenpad, .l__row[data-480*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-480*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-480*=negative15] > .l__col > .l__col__evenpad, .l__row[data-480*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-480*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-480*=negative10] > .l__col > .l__col__evenpad, .l__row[data-480*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-480*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-480*=negative5] > .l__col > .l__col__evenpad, .l__row[data-480*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 360px) {
  .l__row[data-360*=flush] {
    margin: 0;
  }
  .l__row[data-360*=flush] > .l__col > .l__col__evenpad, .l__row[data-360*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-360*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-360*=negative20] > .l__col > .l__col__evenpad, .l__row[data-360*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-360*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-360*=negative15] > .l__col > .l__col__evenpad, .l__row[data-360*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-360*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-360*=negative10] > .l__col > .l__col__evenpad, .l__row[data-360*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-360*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-360*=negative5] > .l__col > .l__col__evenpad, .l__row[data-360*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 1020px) {
  [data-1024*=reverse] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  [data-768*=reverse] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  [data-480*=reverse] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l__row__altlayout .l__col__offby1 {
  margin-right: 8.3333333333%;
}
.l__row__altlayout .l__col__offby2 {
  margin-right: 16.6666666667%;
}
.l__row__altlayout .l__col__offby3 {
  margin-right: 25%;
}
.l__row__altlayout .l__col__offby4 {
  margin-right: 33.3333333333%;
}
.l__row__altlayout .l__col__offby5 {
  margin-right: 41.6666666667%;
}
.l__row__altlayout .l__col__offby6 {
  margin-right: 50%;
}
.l__row__altlayout .l__col__offby7 {
  margin-right: 58.3333333333%;
}
.l__row__altlayout .l__col__offby8 {
  margin-right: 66.6666666667%;
}
.l__row__altlayout .l__col__offby9 {
  margin-right: 75%;
}
.l__row__altlayout .l__col__offby10 {
  margin-right: 83.3333333333%;
}
.l__row__altlayout .l__col__offby11 {
  margin-right: 91.6666666667%;
}
.l__row__altlayout .l__col__offby12 {
  margin-right: 100%;
}

.l__row__colCenter .l__col {
  float: none;
  display: inline-block;
  margin: 0 -2px;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html.nav-open {
  overflow: hidden;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus-visible {
  outline: none;
}

body:not(.wp-admin) {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-font-smoothing: antialised;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #2c2c32;
}

#site-content {
  overflow: hidden;
  width: 100%;
  float: left;
  margin-top: 119px;
}
@media (max-width: 1170px) {
  #site-content {
    margin-top: 80px;
  }
}

.skip-to-content-link {
  left: 1em;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 9999;
  display: none;
}
.skip-to-content-link:focus {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.home #site-content {
  margin-top: 0;
}

.btn, .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer input[type=submit], .m__applicationForm .gform_footer input[type=button], .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer input[type=button], .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, .wc-block-components-totals-coupon__button, .hbspt-form .actions *[type=submit], .gform_footer .gform_button, .gform_footer input[type=submit] {
  display: inline-block;
  padding: 8px 2em;
  text-align: center;
  text-transform: none;
  outline: 0;
  border: solid 2px #553982;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  font-family: "Santral", sans-serif;
  font-weight: 700;
  min-height: 52px;
  min-width: 192px;
  line-height: 33px;
  font-size: 15px;
}

.btn:hover, .m__successStories .c__tease--success-story .link-text:hover, .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link:hover, .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link:hover, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link:hover, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link:hover, .m__applicationForm .gform_footer input[type=button]:hover, .m__form .gform_page_footer input[type=submit]:hover, .m__form .gform_page_footer input[type=button]:hover, .wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover, .wc-block-components-totals-coupon__button:hover, .hbspt-form .actions [type=submit]:hover, .gform_footer .gform_button:hover, .gform_footer input[type=submit]:hover {
  text-decoration: none;
}
.btn--standard, .m__applicationForm .gform_footer input[type=submit], .m__applicationForm .gform_footer input[type=button], .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer input[type=button], .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, .wc-block-components-totals-coupon__button, .hbspt-form .actions *[type=submit], .gform_footer .gform_button, .gform_footer input[type=submit] {
  background-color: #040033;
  border-color: #040033;
  color: #fff;
}
.btn--standard::after, .m__applicationForm .gform_footer input[type=submit]::after, .m__applicationForm .gform_footer input[type=button]::after, .m__form .gform_page_footer input[type=submit]::after, .m__form .gform_page_footer input[type=button]::after, .wc-block-cart__submit-button::after, .wc-block-components-checkout-place-order-button::after, .wc-block-components-totals-coupon__button::after, .hbspt-form .actions [type=submit]::after, .gform_footer .gform_button::after, .gform_footer input[type=submit]::after {
  content: "";
  height: 2px;
  width: 0;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.btn--standard:hover, .m__applicationForm .gform_footer input[type=button]:hover, .m__form .gform_page_footer input[type=submit]:hover, .m__form .gform_page_footer input[type=button]:hover, .wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover, .wc-block-components-totals-coupon__button:hover, .hbspt-form .actions [type=submit]:hover, .gform_footer .gform_button:hover, .gform_footer input[type=submit]:hover, .btn--standard.active, .m__applicationForm .gform_footer input.active[type=button], .m__form .gform_page_footer input.active[type=submit], .m__form .gform_page_footer input.active[type=button], .active.wc-block-cart__submit-button, .active.wc-block-components-checkout-place-order-button, .active.wc-block-components-totals-coupon__button, .hbspt-form .actions .active[type=submit], .gform_footer .active.gform_button, .gform_footer input.active[type=submit] {
  color: #fff;
}
.btn--standard:hover::after, .m__applicationForm .gform_footer input[type=button]:hover::after, .m__form .gform_page_footer input[type=submit]:hover::after, .m__form .gform_page_footer input[type=button]:hover::after, .wc-block-cart__submit-button:hover::after, .wc-block-components-checkout-place-order-button:hover::after, .wc-block-components-totals-coupon__button:hover::after, .hbspt-form .actions [type=submit]:hover::after, .gform_footer .gform_button:hover::after, .gform_footer input[type=submit]:hover::after, .btn--standard.active::after, .m__applicationForm .gform_footer input.active[type=button]::after, .m__form .gform_page_footer input.active[type=submit]::after, .m__form .gform_page_footer input.active[type=button]::after, .active.wc-block-cart__submit-button::after, .active.wc-block-components-checkout-place-order-button::after, .active.wc-block-components-totals-coupon__button::after, .hbspt-form .actions .active[type=submit]::after, .gform_footer .active.gform_button::after, .gform_footer input.active[type=submit]::after {
  width: 70%;
}
.btn--secondary, .m__form:not(.no-bg) .hbspt-form .actions *[type=submit], .c__hero__embed .hbspt-form .actions *[type=submit] {
  background-color: #fff;
  border-color: #fff;
  color: #040033;
}
.btn--secondary::after, .m__form:not(.no-bg) .hbspt-form .actions [type=submit]::after, .c__hero__embed .hbspt-form .actions [type=submit]::after {
  content: "";
  height: 2px;
  width: 0;
  background: #040033;
  display: block;
  position: absolute;
  bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.btn--secondary:hover, .m__form:not(.no-bg) .hbspt-form .actions [type=submit]:hover, .c__hero__embed .hbspt-form .actions [type=submit]:hover, .btn--secondary.active, .m__form:not(.no-bg) .hbspt-form .actions .active[type=submit], .c__hero__embed .hbspt-form .actions .active[type=submit] {
  color: #040033;
}
.btn--secondary:hover::after, .m__form:not(.no-bg) .hbspt-form .actions [type=submit]:hover::after, .c__hero__embed .hbspt-form .actions [type=submit]:hover::after, .btn--secondary.active::after, .m__form:not(.no-bg) .hbspt-form .actions .active[type=submit]::after, .c__hero__embed .hbspt-form .actions .active[type=submit]::after {
  width: 70%;
}
.btn--transparent, .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn--transparent::after, .m__successStories .c__tease--success-story .link-text::after, .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link::after, .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link::after, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link::after, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link::after {
  content: "";
  height: 2px;
  width: 0;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.btn--transparent:hover::after, .m__successStories .c__tease--success-story .link-text:hover::after, .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link:hover::after, .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link:hover::after, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link:hover::after, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link:hover::after, .btn--transparent.active::after, .m__successStories .c__tease--success-story .active.link-text::after, .m__successStories .c__tease--success-story .m__form .gform_page_footer .active.gform_save_link::after, .m__form .gform_page_footer .m__successStories .c__tease--success-story .active.gform_save_link::after, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .active.gform_save_link::after, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .active.gform_save_link::after {
  width: 70%;
}

.close-btn {
  padding-right: 30px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
.close-btn:hover {
  opacity: 0.5;
}
.close-btn::before, .close-btn::after {
  position: absolute;
  right: 10px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #f0f4f7;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.link-text, .m__applicationForm .gform_footer .gform_save_link, .m__form .gform_page_footer .gform_save_link {
  font-size: 15px;
  font-family: "Santral", sans-serif;
  font-weight: 700;
  color: #040033;
  line-height: 17px;
  display: inline-block;
  position: relative;
  padding-right: 35px;
}
.link-text::before, .m__applicationForm .gform_footer .gform_save_link::before, .m__form .gform_page_footer .gform_save_link::before {
  content: "";
  background-image: url("../images/icons/black-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.link-text::after, .m__applicationForm .gform_footer .gform_save_link::after, .m__form .gform_page_footer .gform_save_link::after {
  content: "";
  height: 2px;
  width: 0;
  background: #040033;
  display: block;
  position: absolute;
  bottom: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
}
.link-text:hover::after, .m__applicationForm .gform_footer .gform_save_link:hover::after, .m__form .gform_page_footer .gform_save_link:hover::after, .link-text.active::after, .m__applicationForm .gform_footer .active.gform_save_link::after, .m__form .gform_page_footer .active.gform_save_link::after {
  width: 100%;
}

.play-btn {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
}
.play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid #553982;
}
.play-btn:hover {
  background-color: #553982;
}
.play-btn:hover::before {
  border-left-color: #fff;
}
@media (max-width: 1020px) {
  .play-btn {
    height: 50px;
    width: 50px;
  }
  .play-btn::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #553982;
  }
}

.m__pagination {
  text-align: center;
  width: 100%;
  float: left;
  margin: 1em 0 2em;
}
.m__pagination ul {
  margin: 0;
  padding: 0;
}
.m__pagination ul li {
  display: inline-block;
}
.m__pagination ul li a,
.m__pagination ul li .page-numbers {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border-radius: 50%;
  border: 0;
  background: transparent;
  color: #040033;
  margin: 0 2px;
  font-family: "Santral", sans-serif;
}
.m__pagination ul li a:not(.current):hover,
.m__pagination ul li .page-numbers:not(.current):hover {
  font-weight: 700;
}
.m__pagination ul li a.next,
.m__pagination ul li .page-numbers.next {
  margin: 0;
  margin-left: 2.5em;
}
.m__pagination ul li a.next::before,
.m__pagination ul li .page-numbers.next::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1020px) {
  .m__pagination ul li a.next,
  .m__pagination ul li .page-numbers.next {
    margin-left: 1em;
  }
}
.m__pagination ul li a.prev,
.m__pagination ul li .page-numbers.prev {
  margin: 0;
  margin-right: 2.5em;
}
.m__pagination ul li a.prev::before,
.m__pagination ul li .page-numbers.prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 1020px) {
  .m__pagination ul li a.prev,
  .m__pagination ul li .page-numbers.prev {
    margin-right: 1em;
  }
}
.m__pagination ul li a.next, .m__pagination ul li a.prev,
.m__pagination ul li .page-numbers.next,
.m__pagination ul li .page-numbers.prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #000;
}
.m__pagination ul li a.next::before, .m__pagination ul li a.prev::before,
.m__pagination ul li .page-numbers.next::before,
.m__pagination ul li .page-numbers.prev::before {
  content: "";
  width: 14px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../images/icons/white-arrow.svg") center/contain no-repeat;
}
.m__pagination ul li a.next:hover, .m__pagination ul li a.prev:hover,
.m__pagination ul li .page-numbers.next:hover,
.m__pagination ul li .page-numbers.prev:hover {
  background-color: #E1E1E1;
}
.m__pagination ul li a.next:hover::before, .m__pagination ul li a.prev:hover::before,
.m__pagination ul li .page-numbers.next:hover::before,
.m__pagination ul li .page-numbers.prev:hover::before {
  background: url("../images/icons/black-arrow.svg") center/contain no-repeat;
}
.m__pagination ul li .current {
  font-weight: 700;
}
.m__pagination ul li .current::after {
  width: 100%;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  [data-anim*=fade] {
    opacity: 1;
  }
}
[data-anim*=fade] {
  opacity: 0;
}

.no-js [data-anim*=fade] {
  opacity: 1;
}

[data-anim] {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
[data-anim][data-anim__delay="1"] {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
[data-anim][data-anim__duration="1"] {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}
[data-anim][data-anim__delay="2"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
[data-anim][data-anim__duration="2"] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
[data-anim][data-anim__delay="3"] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
[data-anim][data-anim__duration="3"] {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
[data-anim][data-anim__delay="4"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
[data-anim][data-anim__duration="4"] {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
[data-anim][data-anim__delay="5"] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
[data-anim][data-anim__duration="5"] {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
[data-anim][data-anim__delay="6"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
[data-anim][data-anim__duration="6"] {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
[data-anim][data-anim__delay="7"] {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
[data-anim][data-anim__duration="7"] {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
[data-anim][data-anim__delay="8"] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
[data-anim][data-anim__duration="8"] {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
[data-anim][data-anim__delay="9"] {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
[data-anim][data-anim__duration="9"] {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
}
[data-anim][data-anim__delay="10"] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
[data-anim][data-anim__duration="10"] {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
[data-anim][data-anim__delay="11"] {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
[data-anim][data-anim__duration="11"] {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}
[data-anim][data-anim__delay="12"] {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
[data-anim][data-anim__duration="12"] {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
[data-anim][data-anim__delay="13"] {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
[data-anim][data-anim__duration="13"] {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}
[data-anim][data-anim__delay="14"] {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
[data-anim][data-anim__duration="14"] {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
[data-anim][data-anim__delay="15"] {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
[data-anim][data-anim__duration="15"] {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
[data-anim][data-anim__delay="16"] {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
[data-anim][data-anim__duration="16"] {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}
[data-anim][data-anim__delay="17"] {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
[data-anim][data-anim__duration="17"] {
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
}
[data-anim][data-anim__delay="18"] {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
[data-anim][data-anim__duration="18"] {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
[data-anim][data-anim__delay="19"] {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
[data-anim][data-anim__duration="19"] {
  -webkit-animation-duration: 1.9s;
          animation-duration: 1.9s;
}
[data-anim][data-anim__delay="20"] {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
[data-anim][data-anim__duration="20"] {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
[data-anim][data-anim__delay="21"] {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
[data-anim][data-anim__duration="21"] {
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
}
[data-anim][data-anim__delay="22"] {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
[data-anim][data-anim__duration="22"] {
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
}
[data-anim][data-anim__delay="23"] {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
[data-anim][data-anim__duration="23"] {
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}
[data-anim][data-anim__delay="24"] {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
[data-anim][data-anim__duration="24"] {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}
[data-anim][data-anim__delay="25"] {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
[data-anim][data-anim__duration="25"] {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
[data-anim][data-anim__delay="26"] {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
[data-anim][data-anim__duration="26"] {
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
}
[data-anim][data-anim__delay="27"] {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
[data-anim][data-anim__duration="27"] {
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
}
[data-anim][data-anim__delay="28"] {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
[data-anim][data-anim__duration="28"] {
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
}
[data-anim][data-anim__delay="29"] {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
[data-anim][data-anim__duration="29"] {
  -webkit-animation-duration: 2.9s;
          animation-duration: 2.9s;
}
[data-anim][data-anim__delay="30"] {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
[data-anim][data-anim__duration="30"] {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
[data-anim][data-anim__delay="31"] {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
[data-anim][data-anim__duration="31"] {
  -webkit-animation-duration: 3.1s;
          animation-duration: 3.1s;
}
[data-anim][data-anim__delay="32"] {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
[data-anim][data-anim__duration="32"] {
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
}
[data-anim][data-anim__delay="33"] {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
[data-anim][data-anim__duration="33"] {
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
}
[data-anim][data-anim__delay="34"] {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
[data-anim][data-anim__duration="34"] {
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
}
[data-anim][data-anim__delay="35"] {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
[data-anim][data-anim__duration="35"] {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
[data-anim][data-anim__delay="36"] {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
[data-anim][data-anim__duration="36"] {
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
}
[data-anim][data-anim__delay="37"] {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}
[data-anim][data-anim__duration="37"] {
  -webkit-animation-duration: 3.7s;
          animation-duration: 3.7s;
}
[data-anim][data-anim__delay="38"] {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
[data-anim][data-anim__duration="38"] {
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
}
[data-anim][data-anim__delay="39"] {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
[data-anim][data-anim__duration="39"] {
  -webkit-animation-duration: 3.9s;
          animation-duration: 3.9s;
}
[data-anim][data-anim__delay="40"] {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
[data-anim][data-anim__duration="40"] {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
[data-anim][data-anim__delay="41"] {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
[data-anim][data-anim__duration="41"] {
  -webkit-animation-duration: 4.1s;
          animation-duration: 4.1s;
}
[data-anim][data-anim__delay="42"] {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
[data-anim][data-anim__duration="42"] {
  -webkit-animation-duration: 4.2s;
          animation-duration: 4.2s;
}
[data-anim][data-anim__delay="43"] {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}
[data-anim][data-anim__duration="43"] {
  -webkit-animation-duration: 4.3s;
          animation-duration: 4.3s;
}
[data-anim][data-anim__delay="44"] {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
[data-anim][data-anim__duration="44"] {
  -webkit-animation-duration: 4.4s;
          animation-duration: 4.4s;
}
[data-anim][data-anim__delay="45"] {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
[data-anim][data-anim__duration="45"] {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
[data-anim][data-anim__delay="46"] {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
[data-anim][data-anim__duration="46"] {
  -webkit-animation-duration: 4.6s;
          animation-duration: 4.6s;
}
[data-anim][data-anim__delay="47"] {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}
[data-anim][data-anim__duration="47"] {
  -webkit-animation-duration: 4.7s;
          animation-duration: 4.7s;
}
[data-anim][data-anim__delay="48"] {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
[data-anim][data-anim__duration="48"] {
  -webkit-animation-duration: 4.8s;
          animation-duration: 4.8s;
}
[data-anim][data-anim__delay="49"] {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}
[data-anim][data-anim__duration="49"] {
  -webkit-animation-duration: 4.9s;
          animation-duration: 4.9s;
}
[data-anim][data-anim__delay="50"] {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
[data-anim][data-anim__duration="50"] {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadein] {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadescale] {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadedownfromtop] {
  -webkit-animation-name: fadeDownFromTop;
          animation-name: fadeDownFromTop;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideup] {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideupmax] {
  -webkit-animation-name: slideUpMax;
          animation-name: slideUpMax;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideright] {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideleft] {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}
[data-anim][data-anim__animate=true][data-anim~=fadein] {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
[data-anim][data-anim__animate=true][data-anim~=fadescale] {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
}
[data-anim][data-anim__animate=true][data-anim~=fadedownfromtop] {
  -webkit-animation-name: fadeDownFromTop;
          animation-name: fadeDownFromTop;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideup] {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideupmax] {
  -webkit-animation-name: slideUpMax;
          animation-name: slideUpMax;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideright] {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideleft] {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}
[data-anim][data-anim__iteration=infinte] {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -moz-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -o-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -moz-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -o-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -moz-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -o-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -moz-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -o-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -moz-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -moz-transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -o-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -o-transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -moz-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -o-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.c__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c__embed iframe,
.c__embed object,
.c__embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m__vacancyContent {
  position: relative;
}
.m__vacancyContent::before {
  content: "";
  height: 600px;
  width: 100%;
  background-image: url("../images/icons/stat.svg");
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  right: 0;
  top: 2em;
}
@media (max-width: 1020px) {
  .m__vacancyContent::before {
    display: none;
  }
}
.m__vacancyContent .l__contain, .m__vacancyContent .wp-block-columns {
  position: relative;
  z-index: 10;
}
.m__vacancyContent__content p, .m__vacancyContent__content span {
  font-family: "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

.m__vancancyinfo {
  padding: 2em;
  background-color: #E1E1E1;
  border-radius: 19px;
}
@media (max-width: 1020px) {
  .m__vancancyinfo {
    margin-top: 4em;
  }
}
@media (max-width: 768px) {
  .m__vancancyinfo {
    margin-top: 3em;
  }
}
@media (max-width: 480px) {
  .m__vancancyinfo {
    margin-top: 2em;
  }
}
.m__vancancyinfo h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .m__vancancyinfo h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.m__vancancyinfo label {
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 0.5em;
  font-family: "Santral", sans-serif;
  font-weight: 400;
  color: #040033;
}
.m__vancancyinfo p {
  font-size: 20px;
  line-height: 22px;
  font-family: "Santral", sans-serif;
  font-weight: 700;
  color: #040033;
  display: block;
  margin-bottom: 1em;
  margin-top: 0;
}
@media (max-width: 768px) {
  .m__vancancyinfo p {
    font-size: 18px;
    line-height: 20px;
  }
}
.m__vancancyinfo .btn, .m__vancancyinfo .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__vancancyinfo .link-text, .m__vancancyinfo .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__vancancyinfo .gform_save_link, .m__vancancyinfo .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__vancancyinfo .gform_save_link, .m__vancancyinfo .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__vancancyinfo .gform_save_link, .m__vancancyinfo .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__vancancyinfo .gform_save_link, .m__vancancyinfo .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__vancancyinfo input[type=button], .m__vancancyinfo .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__vancancyinfo input[type=submit], .m__vancancyinfo .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__vancancyinfo input[type=button], .m__vancancyinfo .wc-block-cart__submit-button, .m__vancancyinfo .wc-block-components-checkout-place-order-button, .m__vancancyinfo .wc-block-components-totals-coupon__button, .m__vancancyinfo .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__vancancyinfo *[type=submit], .m__vancancyinfo .gform_footer .gform_button, .gform_footer .m__vancancyinfo .gform_button, .m__vancancyinfo .gform_footer input[type=submit], .gform_footer .m__vancancyinfo input[type=submit] {
  width: 100%;
  max-width: 100%;
  border-radius: 26px;
  margin-top: 2em;
}

@media (max-width: 1020px) {
  .c__listings__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c__listings__title {
  margin-bottom: 1em;
  display: inline-block;
  color: #040033;
  text-transform: uppercase;
}
.c__listings__all {
  float: right;
}
@media (max-width: 1020px) {
  .c__listings__all {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.c__listings__all.vacancy-link {
  margin-top: 10px;
}
.c__listings--carousel {
  position: relative;
}
@media (max-width: 1020px) {
  .c__listings--carousel {
    padding-bottom: 4em;
  }
}
.c__listings--carousel::before {
  content: "";
  height: 110%;
  width: 9999px;
  background-color: #fff;
  left: -9999px;
  top: -10%;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 1;
}
.c__listings--vacancy .slick-track, .c__listings--posts .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.c__listings--vacancy .slick-list, .c__listings--posts .slick-list {
  overflow: visible !important;
}
.c__listings--vacancy .slick-slide, .c__listings--posts .slick-slide {
  height: inherit !important;
}
.c__listings--vacancy .slick-prev, .c__listings--posts .slick-prev {
  display: none !important;
}
.c__listings--vacancy .slick-next, .c__listings--posts .slick-next {
  right: -26px !important;
}
@media (max-width: 768px) {
  .c__listings--vacancy .slick-next, .c__listings--posts .slick-next {
    right: 12px !important;
  }
}
.c__listings--vacancy .slick-dots, .c__listings--posts .slick-dots {
  bottom: -2em;
}
@media (max-width: 1020px) {
  .c__listings--vacancy .link-text, .c__listings--vacancy .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .c__listings--vacancy .gform_save_link, .c__listings--vacancy .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .c__listings--vacancy .gform_save_link, .c__listings--posts .link-text, .c__listings--posts .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .c__listings--posts .gform_save_link, .c__listings--posts .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .c__listings--posts .gform_save_link {
    display: none;
  }
}
.c__listings--vacancy .btn, .c__listings--vacancy .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .c__listings--vacancy .link-text, .c__listings--vacancy .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .c__listings--vacancy .gform_save_link, .c__listings--vacancy .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .c__listings--vacancy .gform_save_link, .c__listings--vacancy .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .c__listings--vacancy .gform_save_link, .c__listings--vacancy .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .c__listings--vacancy .gform_save_link, .c__listings--vacancy .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .c__listings--vacancy input[type=button], .c__listings--vacancy .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__listings--vacancy input[type=submit], .c__listings--vacancy .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .c__listings--vacancy input[type=button], .c__listings--vacancy .wc-block-cart__submit-button, .c__listings--vacancy .wc-block-components-checkout-place-order-button, .c__listings--vacancy .wc-block-components-totals-coupon__button, .c__listings--vacancy .hbspt-form .actions *[type=submit], .hbspt-form .actions .c__listings--vacancy *[type=submit], .c__listings--vacancy .gform_footer .gform_button, .gform_footer .c__listings--vacancy .gform_button, .c__listings--vacancy .gform_footer input[type=submit], .gform_footer .c__listings--vacancy input[type=submit], .c__listings--posts .btn, .c__listings--posts .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .c__listings--posts .link-text, .c__listings--posts .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .c__listings--posts .gform_save_link, .c__listings--posts .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .c__listings--posts .gform_save_link, .c__listings--posts .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .c__listings--posts .gform_save_link, .c__listings--posts .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .c__listings--posts .gform_save_link, .c__listings--posts .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .c__listings--posts input[type=button], .c__listings--posts .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__listings--posts input[type=submit], .c__listings--posts .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .c__listings--posts input[type=button], .c__listings--posts .wc-block-cart__submit-button, .c__listings--posts .wc-block-components-checkout-place-order-button, .c__listings--posts .wc-block-components-totals-coupon__button, .c__listings--posts .hbspt-form .actions *[type=submit], .hbspt-form .actions .c__listings--posts *[type=submit], .c__listings--posts .gform_footer .gform_button, .gform_footer .c__listings--posts .gform_button, .c__listings--posts .gform_footer input[type=submit], .gform_footer .c__listings--posts input[type=submit] {
  display: none;
}
@media (max-width: 1020px) {
  .c__listings--vacancy .btn, .c__listings--vacancy .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .c__listings--vacancy .link-text, .c__listings--vacancy .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .c__listings--vacancy .gform_save_link, .c__listings--vacancy .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .c__listings--vacancy .gform_save_link, .c__listings--vacancy .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .c__listings--vacancy .gform_save_link, .c__listings--vacancy .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .c__listings--vacancy .gform_save_link, .c__listings--vacancy .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .c__listings--vacancy input[type=button], .c__listings--vacancy .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__listings--vacancy input[type=submit], .c__listings--vacancy .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .c__listings--vacancy input[type=button], .c__listings--vacancy .wc-block-cart__submit-button, .c__listings--vacancy .wc-block-components-checkout-place-order-button, .c__listings--vacancy .wc-block-components-totals-coupon__button, .c__listings--vacancy .hbspt-form .actions *[type=submit], .hbspt-form .actions .c__listings--vacancy *[type=submit], .c__listings--vacancy .gform_footer .gform_button, .gform_footer .c__listings--vacancy .gform_button, .c__listings--vacancy .gform_footer input[type=submit], .gform_footer .c__listings--vacancy input[type=submit], .c__listings--posts .btn, .c__listings--posts .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .c__listings--posts .link-text, .c__listings--posts .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .c__listings--posts .gform_save_link, .c__listings--posts .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .c__listings--posts .gform_save_link, .c__listings--posts .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .c__listings--posts .gform_save_link, .c__listings--posts .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .c__listings--posts .gform_save_link, .c__listings--posts .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .c__listings--posts input[type=button], .c__listings--posts .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__listings--posts input[type=submit], .c__listings--posts .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .c__listings--posts input[type=button], .c__listings--posts .wc-block-cart__submit-button, .c__listings--posts .wc-block-components-checkout-place-order-button, .c__listings--posts .wc-block-components-totals-coupon__button, .c__listings--posts .hbspt-form .actions *[type=submit], .hbspt-form .actions .c__listings--posts *[type=submit], .c__listings--posts .gform_footer .gform_button, .gform_footer .c__listings--posts .gform_button, .c__listings--posts .gform_footer input[type=submit], .gform_footer .c__listings--posts input[type=submit] {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.c__listings--posts .m__tabs__bar {
  margin-bottom: 1.5em;
}
.c__listings--posts .m__tabs__wrap {
  margin: 0 -10px;
}

.c__tease {
  height: 100%;
  position: relative;
  padding-bottom: 4.5em;
}
.c__tease .link-text, .c__tease .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .c__tease .gform_save_link, .c__tease .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .c__tease .gform_save_link {
  position: absolute;
  bottom: 2em;
  left: 1.5em;
  display: block;
}
.c__tease--post h4 {
  text-transform: uppercase;
}
@media (min-width: 1021px) {
  .c__tease--post h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.c__tease--vacancy, .c__tease--baltic-careers {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 2.5em 2em 5em;
  color: #040033;
  position: relative;
}
.c__tease--vacancy svg, .c__tease--baltic-careers svg {
  max-width: 42px;
  height: 40px;
  margin-bottom: 1.5em;
  fill: #040033;
}
.c__tease--vacancy svg #path-swirl, .c__tease--baltic-careers svg #path-swirl {
  fill: #553982;
}
.c__tease--vacancy lord-icon, .c__tease--baltic-careers lord-icon {
  margin-bottom: 1.5em;
}
.c__tease--vacancy h4, .c__tease--baltic-careers h4 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  color: #040033;
  margin-bottom: 1.5em;
  width: 100%;
  display: block;
}
.c__tease--vacancy p, .c__tease--baltic-careers p {
  font-size: 16px;
  color: #040033;
  line-height: 22px;
  width: 100%;
  display: block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.c__tease--vacancy .link-text, .c__tease--vacancy .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .c__tease--vacancy .gform_save_link, .c__tease--vacancy .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .c__tease--vacancy .gform_save_link, .c__tease--baltic-careers .link-text, .c__tease--baltic-careers .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .c__tease--baltic-careers .gform_save_link, .c__tease--baltic-careers .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .c__tease--baltic-careers .gform_save_link {
  position: absolute;
  left: 2em;
  bottom: 2em;
  display: block;
  z-index: 2;
  text-transform: capitalize;
}
.c__tease--vacancy .location,
.c__tease--vacancy .hours, .c__tease--baltic-careers .location,
.c__tease--baltic-careers .hours {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 1.5em;
}
@media (max-width: 1170px) {
  .c__tease--vacancy .location,
  .c__tease--vacancy .hours, .c__tease--baltic-careers .location,
  .c__tease--baltic-careers .hours {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.c__tease--vacancy .location p,
.c__tease--vacancy .hours p, .c__tease--baltic-careers .location p,
.c__tease--baltic-careers .hours p {
  font-size: 16px;
  line-height: 22px;
}
.c__tease--vacancy .location p strong,
.c__tease--vacancy .hours p strong, .c__tease--baltic-careers .location p strong,
.c__tease--baltic-careers .hours p strong {
  display: block;
}
.c__tease--vacancy .internal-location,
.c__tease--vacancy .internal-salary, .c__tease--baltic-careers .internal-location,
.c__tease--baltic-careers .internal-salary {
  width: 100%;
  float: left;
  margin-right: 0;
  margin-bottom: 1.5em;
}
@media (max-width: 1170px) {
  .c__tease--vacancy .internal-location,
  .c__tease--vacancy .internal-salary, .c__tease--baltic-careers .internal-location,
  .c__tease--baltic-careers .internal-salary {
    margin-bottom: 0.5em;
  }
}
.c__tease--vacancy .internal-location p,
.c__tease--vacancy .internal-salary p, .c__tease--baltic-careers .internal-location p,
.c__tease--baltic-careers .internal-salary p {
  font-size: 16px;
  line-height: 22px;
}
.c__tease--vacancy .internal-location p strong,
.c__tease--vacancy .internal-salary p strong, .c__tease--baltic-careers .internal-location p strong,
.c__tease--baltic-careers .internal-salary p strong {
  display: block;
}
.c__tease--vacancy .salary,
.c__tease--vacancy .contract, .c__tease--baltic-careers .salary,
.c__tease--baltic-careers .contract {
  width: 49%;
  float: left;
  margin-bottom: 1.5em;
}
@media (max-width: 1170px) {
  .c__tease--vacancy .salary,
  .c__tease--vacancy .contract, .c__tease--baltic-careers .salary,
  .c__tease--baltic-careers .contract {
    width: 100%;
  }
}
.c__tease--vacancy .salary p,
.c__tease--vacancy .contract p, .c__tease--baltic-careers .salary p,
.c__tease--baltic-careers .contract p {
  font-size: 16px;
  line-height: 22px;
}
.c__tease--vacancy .salary p strong,
.c__tease--vacancy .contract p strong, .c__tease--baltic-careers .salary p strong,
.c__tease--baltic-careers .contract p strong {
  display: block;
}
.c__tease--vacancy .postcode, .c__tease--baltic-careers .postcode {
  width: 49%;
  float: left;
  margin-bottom: 1.5em;
}
@media (max-width: 1170px) {
  .c__tease--vacancy .postcode, .c__tease--baltic-careers .postcode {
    width: 100%;
  }
}
.c__tease--vacancy .postcode p, .c__tease--baltic-careers .postcode p {
  font-size: 16px;
  line-height: 22px;
}
.c__tease--vacancy .postcode p strong, .c__tease--baltic-careers .postcode p strong {
  display: block;
}
.c__tease--vacancy::after, .c__tease--baltic-careers::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(319.76deg, #E5005B 0%, #F49B00 100%);
  -webkit-transition: opacity 1.5s ease-out;
  transition: opacity 1.5s ease-out;
  opacity: 0;
  border-radius: 8px;
}
.c__tease--vacancy:hover, .c__tease--baltic-careers:hover {
  color: #fff;
}
.c__tease--vacancy:hover::after, .c__tease--baltic-careers:hover::after {
  opacity: 1;
}
.c__tease--vacancy:hover svg, .c__tease--baltic-careers:hover svg {
  fill: #fff;
}
.c__tease--vacancy:hover svg #path-swirl, .c__tease--baltic-careers:hover svg #path-swirl {
  fill: #15B2FF;
}
.c__tease--vacancy:hover h4, .c__tease--baltic-careers:hover h4 {
  color: #fff;
}
.c__tease--vacancy:hover p, .c__tease--baltic-careers:hover p {
  color: #fff;
}
.c__tease--vacancy:hover .link-text, .c__tease--vacancy:hover .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .c__tease--vacancy:hover .gform_save_link, .c__tease--vacancy:hover .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .c__tease--vacancy:hover .gform_save_link, .c__tease--baltic-careers:hover .link-text, .c__tease--baltic-careers:hover .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .c__tease--baltic-careers:hover .gform_save_link, .c__tease--baltic-careers:hover .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .c__tease--baltic-careers:hover .gform_save_link {
  color: #fff;
}
.c__tease--vacancy:hover .link-text::before, .c__tease--vacancy:hover .m__applicationForm .gform_footer .gform_save_link::before, .m__applicationForm .gform_footer .c__tease--vacancy:hover .gform_save_link::before, .c__tease--vacancy:hover .m__form .gform_page_footer .gform_save_link::before, .m__form .gform_page_footer .c__tease--vacancy:hover .gform_save_link::before, .c__tease--baltic-careers:hover .link-text::before, .c__tease--baltic-careers:hover .m__applicationForm .gform_footer .gform_save_link::before, .m__applicationForm .gform_footer .c__tease--baltic-careers:hover .gform_save_link::before, .c__tease--baltic-careers:hover .m__form .gform_page_footer .gform_save_link::before, .m__form .gform_page_footer .c__tease--baltic-careers:hover .gform_save_link::before {
  background-image: url("../images/icons/white-arrow.svg");
}
.c__tease--vacancy:hover .link-text::after, .c__tease--vacancy:hover .m__applicationForm .gform_footer .gform_save_link::after, .m__applicationForm .gform_footer .c__tease--vacancy:hover .gform_save_link::after, .c__tease--vacancy:hover .m__form .gform_page_footer .gform_save_link::after, .m__form .gform_page_footer .c__tease--vacancy:hover .gform_save_link::after, .c__tease--baltic-careers:hover .link-text::after, .c__tease--baltic-careers:hover .m__applicationForm .gform_footer .gform_save_link::after, .m__applicationForm .gform_footer .c__tease--baltic-careers:hover .gform_save_link::after, .c__tease--baltic-careers:hover .m__form .gform_page_footer .gform_save_link::after, .m__form .gform_page_footer .c__tease--baltic-careers:hover .gform_save_link::after {
  background-color: #fff;
}
.c__tease.nolink {
  padding-bottom: 0;
}
.c__tease a {
  display: block;
}
.c__tease__img {
  position: relative;
  margin-bottom: 1em;
}
.c__tease__img > span {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  background: #553982;
  padding: 5px 10px;
}
.c__tease__img::before {
  content: "";
  display: block;
  padding-top: 58%;
}
.c__tease__content p:last-of-type {
  margin: 0;
}
.c__tease__content time {
  display: block;
  margin: 0 0 1em;
}
.c__tease__content .btn, .c__tease__content .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .c__tease__content .link-text, .c__tease__content .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .c__tease__content .gform_save_link, .c__tease__content .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .c__tease__content .gform_save_link, .c__tease__content .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .c__tease__content .gform_save_link, .c__tease__content .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .c__tease__content .gform_save_link, .c__tease__content .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .c__tease__content input[type=button], .c__tease__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__tease__content input[type=submit], .c__tease__content .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .c__tease__content input[type=button], .c__tease__content .wc-block-cart__submit-button, .c__tease__content .wc-block-components-checkout-place-order-button, .c__tease__content .wc-block-components-totals-coupon__button, .c__tease__content .hbspt-form .actions *[type=submit], .hbspt-form .actions .c__tease__content *[type=submit], .c__tease__content .gform_footer .gform_button, .gform_footer .c__tease__content .gform_button, .c__tease__content .gform_footer input[type=submit], .gform_footer .c__tease__content input[type=submit] {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1020px) {
  .c__tease__content .btn, .c__tease__content .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .c__tease__content .link-text, .c__tease__content .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .c__tease__content .gform_save_link, .c__tease__content .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .c__tease__content .gform_save_link, .c__tease__content .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .c__tease__content .gform_save_link, .c__tease__content .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .c__tease__content .gform_save_link, .c__tease__content .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .c__tease__content input[type=button], .c__tease__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__tease__content input[type=submit], .c__tease__content .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .c__tease__content input[type=button], .c__tease__content .wc-block-cart__submit-button, .c__tease__content .wc-block-components-checkout-place-order-button, .c__tease__content .wc-block-components-totals-coupon__button, .c__tease__content .hbspt-form .actions *[type=submit], .hbspt-form .actions .c__tease__content *[type=submit], .c__tease__content .gform_footer .gform_button, .gform_footer .c__tease__content .gform_button, .c__tease__content .gform_footer input[type=submit], .gform_footer .c__tease__content input[type=submit] {
    width: 100%;
  }
}
.c__tease__content__wrapper {
  position: relative;
  z-index: 2;
}
.c__tease__content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c__tease--post, .c__tease--case-study, .c__tease--support-center, .c__tease--course {
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  color: #040033;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c__tease--post .c__tease__content, .c__tease--case-study .c__tease__content, .c__tease--support-center .c__tease__content, .c__tease--course .c__tease__content {
  padding: 0.5em 1.5em 1em;
}
.c__tease--post .c__tease__img, .c__tease--case-study .c__tease__img, .c__tease--support-center .c__tease__img, .c__tease--course .c__tease__img {
  border-radius: 10px 10px 0 0;
}
.c__tease--post .c__tease__img [data-bkimage], .c__tease--case-study .c__tease__img [data-bkimage], .c__tease--support-center .c__tease__img [data-bkimage], .c__tease--course .c__tease__img [data-bkimage] {
  background: url("../images/icons/placeholder.png") center/cover no-repeat;
}
@media (min-width: 1021px) {
  .c__tease--post .c__tease__img, .c__tease--case-study .c__tease__img, .c__tease--support-center .c__tease__img, .c__tease--course .c__tease__img {
    min-height: 138px;
  }
}
.c__tease--post span, .c__tease--case-study span, .c__tease--support-center span, .c__tease--course span {
  font-size: 16px;
  line-height: 17px;
  padding-bottom: 1.5em;
  display: block;
  margin-top: -5px;
}
.c__tease--post:hover:not(.c__tease--course), .c__tease--case-study:hover:not(.c__tease--course), .c__tease--support-center:hover:not(.c__tease--course), .c__tease--course:hover:not(.c__tease--course) {
  background: linear-gradient(319.76deg, #E5005B 0%, #F49B00 100%);
  color: #fff;
}
.c__tease--post:hover:not(.c__tease--course) h4, .c__tease--post:hover:not(.c__tease--course) p, .c__tease--post:hover:not(.c__tease--course) .link-text, .c__tease--post:hover:not(.c__tease--course) .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .c__tease--post:hover:not(.c__tease--course) .gform_save_link, .c__tease--post:hover:not(.c__tease--course) .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .c__tease--post:hover:not(.c__tease--course) .gform_save_link, .c__tease--case-study:hover:not(.c__tease--course) h4, .c__tease--case-study:hover:not(.c__tease--course) p, .c__tease--case-study:hover:not(.c__tease--course) .link-text, .c__tease--case-study:hover:not(.c__tease--course) .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .c__tease--case-study:hover:not(.c__tease--course) .gform_save_link, .c__tease--case-study:hover:not(.c__tease--course) .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .c__tease--case-study:hover:not(.c__tease--course) .gform_save_link, .c__tease--support-center:hover:not(.c__tease--course) h4, .c__tease--support-center:hover:not(.c__tease--course) p, .c__tease--support-center:hover:not(.c__tease--course) .link-text, .c__tease--support-center:hover:not(.c__tease--course) .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .c__tease--support-center:hover:not(.c__tease--course) .gform_save_link, .c__tease--support-center:hover:not(.c__tease--course) .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .c__tease--support-center:hover:not(.c__tease--course) .gform_save_link, .c__tease--course:hover:not(.c__tease--course) h4, .c__tease--course:hover:not(.c__tease--course) p, .c__tease--course:hover:not(.c__tease--course) .link-text, .c__tease--course:hover:not(.c__tease--course) .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .c__tease--course:hover:not(.c__tease--course) .gform_save_link, .c__tease--course:hover:not(.c__tease--course) .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .c__tease--course:hover:not(.c__tease--course) .gform_save_link {
  color: #fff;
}
.c__tease--post:hover:not(.c__tease--course) .link-text::before, .c__tease--post:hover:not(.c__tease--course) .m__applicationForm .gform_footer .gform_save_link::before, .m__applicationForm .gform_footer .c__tease--post:hover:not(.c__tease--course) .gform_save_link::before, .c__tease--post:hover:not(.c__tease--course) .m__form .gform_page_footer .gform_save_link::before, .m__form .gform_page_footer .c__tease--post:hover:not(.c__tease--course) .gform_save_link::before, .c__tease--case-study:hover:not(.c__tease--course) .link-text::before, .c__tease--case-study:hover:not(.c__tease--course) .m__applicationForm .gform_footer .gform_save_link::before, .m__applicationForm .gform_footer .c__tease--case-study:hover:not(.c__tease--course) .gform_save_link::before, .c__tease--case-study:hover:not(.c__tease--course) .m__form .gform_page_footer .gform_save_link::before, .m__form .gform_page_footer .c__tease--case-study:hover:not(.c__tease--course) .gform_save_link::before, .c__tease--support-center:hover:not(.c__tease--course) .link-text::before, .c__tease--support-center:hover:not(.c__tease--course) .m__applicationForm .gform_footer .gform_save_link::before, .m__applicationForm .gform_footer .c__tease--support-center:hover:not(.c__tease--course) .gform_save_link::before, .c__tease--support-center:hover:not(.c__tease--course) .m__form .gform_page_footer .gform_save_link::before, .m__form .gform_page_footer .c__tease--support-center:hover:not(.c__tease--course) .gform_save_link::before, .c__tease--course:hover:not(.c__tease--course) .link-text::before, .c__tease--course:hover:not(.c__tease--course) .m__applicationForm .gform_footer .gform_save_link::before, .m__applicationForm .gform_footer .c__tease--course:hover:not(.c__tease--course) .gform_save_link::before, .c__tease--course:hover:not(.c__tease--course) .m__form .gform_page_footer .gform_save_link::before, .m__form .gform_page_footer .c__tease--course:hover:not(.c__tease--course) .gform_save_link::before {
  content: "";
  background-image: url("../images/icons/white-arrow.svg");
}
.c__tease--post:hover:not(.c__tease--course) .link-text::after, .c__tease--post:hover:not(.c__tease--course) .m__applicationForm .gform_footer .gform_save_link::after, .m__applicationForm .gform_footer .c__tease--post:hover:not(.c__tease--course) .gform_save_link::after, .c__tease--post:hover:not(.c__tease--course) .m__form .gform_page_footer .gform_save_link::after, .m__form .gform_page_footer .c__tease--post:hover:not(.c__tease--course) .gform_save_link::after, .c__tease--case-study:hover:not(.c__tease--course) .link-text::after, .c__tease--case-study:hover:not(.c__tease--course) .m__applicationForm .gform_footer .gform_save_link::after, .m__applicationForm .gform_footer .c__tease--case-study:hover:not(.c__tease--course) .gform_save_link::after, .c__tease--case-study:hover:not(.c__tease--course) .m__form .gform_page_footer .gform_save_link::after, .m__form .gform_page_footer .c__tease--case-study:hover:not(.c__tease--course) .gform_save_link::after, .c__tease--support-center:hover:not(.c__tease--course) .link-text::after, .c__tease--support-center:hover:not(.c__tease--course) .m__applicationForm .gform_footer .gform_save_link::after, .m__applicationForm .gform_footer .c__tease--support-center:hover:not(.c__tease--course) .gform_save_link::after, .c__tease--support-center:hover:not(.c__tease--course) .m__form .gform_page_footer .gform_save_link::after, .m__form .gform_page_footer .c__tease--support-center:hover:not(.c__tease--course) .gform_save_link::after, .c__tease--course:hover:not(.c__tease--course) .link-text::after, .c__tease--course:hover:not(.c__tease--course) .m__applicationForm .gform_footer .gform_save_link::after, .m__applicationForm .gform_footer .c__tease--course:hover:not(.c__tease--course) .gform_save_link::after, .c__tease--course:hover:not(.c__tease--course) .m__form .gform_page_footer .gform_save_link::after, .m__form .gform_page_footer .c__tease--course:hover:not(.c__tease--course) .gform_save_link::after {
  background: #fff;
}
.c__tease--course {
  padding-bottom: 9em;
  font-family: "Santral", sans-serif;
}
.c__tease--course h4 {
  font-family: "Santral", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.c__tease--course .c__tease__img:before {
  padding-top: 45.5%;
}
.c__tease--course .c__tease__contentLinks {
  position: absolute;
  left: 1.5em;
  bottom: 1.5em;
  right: 1.5em;
}
.c__tease--course .c__tease__contentLogo {
  margin-bottom: 15px;
}
.c__tease--course .c__tease__contentLogo p {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
  max-width: none;
  width: auto;
  vertical-align: top;
}
.c__tease--course .c__tease__contentLogo img {
  max-height: 20px;
  width: auto;
  display: inline-block;
}
.c__tease--course .c__tease__contentLabels {
  line-height: 20px;
}
.c__tease--course .c__tease__contentLabels > span {
  padding: 0;
  display: inline-block;
  line-height: 20px;
  margin: 0 5px 0 0;
}
.c__tease--course .btn, .c__tease--course .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .c__tease--course .link-text, .c__tease--course .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .c__tease--course .gform_save_link, .c__tease--course .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .c__tease--course .gform_save_link, .c__tease--course .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .c__tease--course .gform_save_link, .c__tease--course .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .c__tease--course .gform_save_link, .c__tease--course .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .c__tease--course input[type=button], .c__tease--course .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__tease--course input[type=submit], .c__tease--course .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .c__tease--course input[type=button], .c__tease--course .wc-block-cart__submit-button, .c__tease--course .wc-block-components-checkout-place-order-button, .c__tease--course .wc-block-components-totals-coupon__button, .c__tease--course .hbspt-form .actions *[type=submit], .hbspt-form .actions .c__tease--course *[type=submit], .c__tease--course .gform_footer .gform_button, .gform_footer .c__tease--course .gform_button, .c__tease--course .gform_footer input[type=submit], .gform_footer .c__tease--course input[type=submit] {
  position: relative;
}
.c__tease--course .course-link {
  text-align: center;
  margin-top: 1em;
}
.c__tease--course .course-link:hover {
  text-decoration: underline;
}
.c__tease--success-story {
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  color: #040033;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: calc(100px + 3em);
}
.c__tease--success-story .link {
  position: unset;
}
.c__tease--success-story .c__tease__img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
}
.c__tease--success-story .c__tease__content {
  padding: 0.5em 1.5em 1em;
}
.c__tease--success-story .c__tease__content p {
  font-weight: 700;
}
.c__tease--success-story .c__tease__content p.title {
  font-size: 15px;
  line-height: 25px;
}
.c__tease--success-story .c__tease__content .title {
  font-weight: 400;
}
.c__tease--success-story .c__tease__content .title a {
  text-decoration: none;
}
.c__tease--success-story .c__tease__content .title a:hover {
  text-decoration: underline;
}
.c__tease--success-story .c__tease__content .link-text, .c__tease--success-story .c__tease__content .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .c__tease--success-story .c__tease__content .gform_save_link, .c__tease--success-story .c__tease__content .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .c__tease--success-story .c__tease__content .gform_save_link {
  position: absolute;
  bottom: 2em;
  left: 1.5em;
  z-index: 2;
}
.c__tease--success-story:hover {
  background: linear-gradient(319.76deg, #E5005B 0%, #F49B00 100%);
  color: #fff;
}
.c__tease--success-story:hover svg {
  fill: #fff;
}
.c__tease--success-story:hover svg #path-swirl {
  fill: #15B2FF;
}
.c__tease--success-story:hover h4 {
  color: #fff;
}
.c__tease--success-story:hover p {
  color: #fff;
}
.c__tease--success-story:hover .link-text, .c__tease--success-story:hover .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .c__tease--success-story:hover .gform_save_link, .c__tease--success-story:hover .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .c__tease--success-story:hover .gform_save_link {
  color: #fff;
}
.c__tease--success-story:hover .link-text::after, .c__tease--success-story:hover .m__applicationForm .gform_footer .gform_save_link::after, .m__applicationForm .gform_footer .c__tease--success-story:hover .gform_save_link::after, .c__tease--success-story:hover .m__form .gform_page_footer .gform_save_link::after, .m__form .gform_page_footer .c__tease--success-story:hover .gform_save_link::after {
  background-color: #fff;
}
.c__tease--success-story:hover .link-text::before, .c__tease--success-story:hover .m__applicationForm .gform_footer .gform_save_link::before, .m__applicationForm .gform_footer .c__tease--success-story:hover .gform_save_link::before, .c__tease--success-story:hover .m__form .gform_page_footer .gform_save_link::before, .m__form .gform_page_footer .c__tease--success-story:hover .gform_save_link::before {
  background-image: url("../images/icons/white-arrow.svg");
}

.c__block {
  margin-bottom: 4em;
}
.c__block--small {
  margin-bottom: 2em;
}

.c__searchItem {
  padding: 2em 0;
  border-bottom: 1px solid #E1E1E1;
}
.c__searchItem:first-of-type {
  padding-top: 0;
}

.c__loader {
  display: none;
  position: relative;
  margin: 2em auto 4em;
  width: 120px;
  height: 120px;
  clear: both;
}
.c__loader.active {
  display: block;
}
.c__loader div {
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
  margin: 12px;
  border: 12px solid #553982;
  border-radius: 50%;
  -webkit-animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #553982 transparent transparent transparent;
}
.c__loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.c__loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.c__loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
@-webkit-keyframes loader-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.c__supportListings {
  position: relative;
  z-index: 2;
}

.applications-disabled.single-vacancy .m__vancancyinfo .btn, .applications-disabled.single-vacancy .m__vancancyinfo .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .applications-disabled.single-vacancy .m__vancancyinfo .link-text, .applications-disabled.single-vacancy .m__vancancyinfo .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .applications-disabled.single-vacancy .m__vancancyinfo .gform_save_link, .applications-disabled.single-vacancy .m__vancancyinfo .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .applications-disabled.single-vacancy .m__vancancyinfo .gform_save_link, .applications-disabled.single-vacancy .m__vancancyinfo .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .applications-disabled.single-vacancy .m__vancancyinfo .gform_save_link, .applications-disabled.single-vacancy .m__vancancyinfo .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .applications-disabled.single-vacancy .m__vancancyinfo .gform_save_link, .applications-disabled.single-vacancy .m__vancancyinfo .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .applications-disabled.single-vacancy .m__vancancyinfo input[type=button], .applications-disabled.single-vacancy .m__vancancyinfo .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .applications-disabled.single-vacancy .m__vancancyinfo input[type=submit], .applications-disabled.single-vacancy .m__vancancyinfo .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .applications-disabled.single-vacancy .m__vancancyinfo input[type=button], .applications-disabled.single-vacancy .m__vancancyinfo .wc-block-cart__submit-button, .applications-disabled.single-vacancy .m__vancancyinfo .wc-block-components-checkout-place-order-button, .applications-disabled.single-vacancy .m__vancancyinfo .wc-block-components-totals-coupon__button, .applications-disabled.single-vacancy .m__vancancyinfo .hbspt-form .actions *[type=submit], .hbspt-form .actions .applications-disabled.single-vacancy .m__vancancyinfo *[type=submit], .applications-disabled.single-vacancy .m__vancancyinfo .gform_footer .gform_button, .gform_footer .applications-disabled.single-vacancy .m__vancancyinfo .gform_button, .applications-disabled.single-vacancy .m__vancancyinfo .gform_footer input[type=submit], .gform_footer .applications-disabled.single-vacancy .m__vancancyinfo input[type=submit] {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.c__social-links {
  margin: 0;
  padding: 0;
}
.c__social-links__icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 0.5em;
}
.c__social-links__icon:first-of-type {
  margin-left: 0;
}
.c__social-links__icon a {
  background: #553982;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  display: block;
}
.c__social-links__icon a svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 12px;
}
.c__social-links__icon a:hover, .c__social-links__icon a:focus {
  background: #fff;
}
.c__social-links__icon a:hover svg, .c__social-links__icon a:focus svg {
  fill: #553982;
}
@media (max-width: 1020px) {
  .c__social-links__icon a {
    height: 24px;
    width: 24px;
    margin-top: 3px;
  }
}
.c__social-links--light .c__social-links__icon a {
  background: #fff;
}
.c__social-links--light .c__social-links__icon a svg {
  fill: #553982;
}
.c__social-links--light .c__social-links__icon a:hover, .c__social-links--light .c__social-links__icon a:focus {
  background: #553982;
}
.c__social-links--light .c__social-links__icon a:hover svg, .c__social-links--light .c__social-links__icon a:focus svg {
  fill: #fff;
}

.m__social-share {
  display: block;
  background: #f6f6f6;
  padding: 3em 2em;
}
.m__social-share .c__social-links {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 1020px) {
  .m__social-share {
    margin-bottom: 3em;
  }
}
.m__social-share .social-header {
  font-size: 20px;
  line-height: 25px;
  color: #040033;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Santral", sans-serif;
  display: block;
  margin-bottom: 0.5em;
}
.m__social-share .social-header.date {
  margin-top: 1em;
}

@media (max-width: 1020px) {
  .c__filter .c__filter__links {
    display: none;
  }
}
.c__filter .c__filter__links li {
  display: inline-block;
}
.c__filter .c__filter__links li.name {
  font-weight: bold;
  margin-right: 1.5em;
}
.c__filter .c__filter__links li:not(.name) {
  border: solid 2px #553982;
  margin-right: 0.5em;
  line-height: 40px;
  padding: 0 1em;
  cursor: pointer;
  border-radius: 8px;
  font-family: "Santral", sans-serif;
  font-weight: 700;
}
.c__filter .c__filter__links li:not(.name):hover, .c__filter .c__filter__links li:not(.name).active {
  color: #fff;
  background: #553982;
}
@media (min-width: 1021px) {
  .c__filter select {
    display: none;
  }
}
.c__filter__vacancies {
  margin-top: -8.5em;
  position: relative;
  z-index: 10;
}
@media (max-width: 1020px) {
  .c__filter__vacancies {
    margin-top: 4em;
  }
}
.c__filter__vacancies select {
  display: block;
}
.c__filter__vacancies form, .c__filter__vacancies .c__filter__wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  padding: 2em 3em 2.5em;
}
.c__filter__vacancies form label, .c__filter__vacancies .c__filter__wrap label {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Santral", sans-serif;
  font-weight: 700;
  color: #040033;
  display: block;
}
.c__filter__vacancies form .programme, .c__filter__vacancies .c__filter__wrap .programme {
  width: 34%;
  float: left;
  margin-right: 2%;
}
@media (max-width: 1020px) {
  .c__filter__vacancies form .programme, .c__filter__vacancies .c__filter__wrap .programme {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1em;
  }
}
@media (max-width: 768px) {
  .c__filter__vacancies form .programme, .c__filter__vacancies .c__filter__wrap .programme {
    width: 100%;
    margin-right: 0;
  }
}
.c__filter__vacancies form .place, .c__filter__vacancies .c__filter__wrap .place {
  width: 24%;
  float: left;
  margin-right: 2%;
}
@media (max-width: 1020px) {
  .c__filter__vacancies form .place, .c__filter__vacancies .c__filter__wrap .place {
    width: 48%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media (max-width: 768px) {
  .c__filter__vacancies form .place, .c__filter__vacancies .c__filter__wrap .place {
    width: 100%;
  }
}
.c__filter__vacancies form .radius, .c__filter__vacancies .c__filter__wrap .radius {
  width: 24%;
  float: left;
  margin-right: 2%;
}
@media (max-width: 1020px) {
  .c__filter__vacancies form .radius, .c__filter__vacancies .c__filter__wrap .radius {
    width: 48%;
    margin-right: 4%;
  }
}
@media (max-width: 768px) {
  .c__filter__vacancies form .radius, .c__filter__vacancies .c__filter__wrap .radius {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.c__filter__vacancies form input[type=text],
.c__filter__vacancies form select, .c__filter__vacancies .c__filter__wrap input[type=text],
.c__filter__vacancies .c__filter__wrap select {
  border-radius: 26px;
  border: 2px solid #040033;
  color: #040033;
  min-height: 52px;
}
.c__filter__vacancies form .vacancy-btn, .c__filter__vacancies .c__filter__wrap .vacancy-btn {
  width: 12%;
  float: left;
  margin-top: 32px;
  position: relative;
}
.c__filter__vacancies form .vacancy-btn::after, .c__filter__vacancies .c__filter__wrap .vacancy-btn::after {
  content: "";
  height: 2px;
  width: 0;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.c__filter__vacancies form .vacancy-btn:hover::after, .c__filter__vacancies form .vacancy-btn.active::after, .c__filter__vacancies .c__filter__wrap .vacancy-btn:hover::after, .c__filter__vacancies .c__filter__wrap .vacancy-btn.active::after {
  width: 50%;
}
.c__filter__vacancies form .vacancy-btn .btn, .c__filter__vacancies form .vacancy-btn .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .c__filter__vacancies form .vacancy-btn .link-text, .c__filter__vacancies form .vacancy-btn .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .c__filter__vacancies form .vacancy-btn .gform_save_link, .c__filter__vacancies form .vacancy-btn .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .c__filter__vacancies form .vacancy-btn .gform_save_link, .c__filter__vacancies form .vacancy-btn .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .c__filter__vacancies form .vacancy-btn .gform_save_link, .c__filter__vacancies form .vacancy-btn .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .c__filter__vacancies form .vacancy-btn .gform_save_link, .c__filter__vacancies form .vacancy-btn .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .c__filter__vacancies form .vacancy-btn input[type=button], .c__filter__vacancies form .vacancy-btn .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__filter__vacancies form .vacancy-btn input[type=submit], .c__filter__vacancies form .vacancy-btn .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .c__filter__vacancies form .vacancy-btn input[type=button], .c__filter__vacancies form .vacancy-btn .wc-block-cart__submit-button, .c__filter__vacancies form .vacancy-btn .wc-block-components-checkout-place-order-button, .c__filter__vacancies form .vacancy-btn .wc-block-components-totals-coupon__button, .c__filter__vacancies form .vacancy-btn .hbspt-form .actions *[type=submit], .hbspt-form .actions .c__filter__vacancies form .vacancy-btn *[type=submit], .c__filter__vacancies form .vacancy-btn .gform_footer .gform_button, .gform_footer .c__filter__vacancies form .vacancy-btn .gform_button, .c__filter__vacancies form .vacancy-btn .gform_footer input[type=submit], .gform_footer .c__filter__vacancies form .vacancy-btn input[type=submit], .c__filter__vacancies .c__filter__wrap .vacancy-btn .btn, .c__filter__vacancies .c__filter__wrap .vacancy-btn .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .c__filter__vacancies .c__filter__wrap .vacancy-btn .link-text, .c__filter__vacancies .c__filter__wrap .vacancy-btn .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .c__filter__vacancies .c__filter__wrap .vacancy-btn .gform_save_link, .c__filter__vacancies .c__filter__wrap .vacancy-btn .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .c__filter__vacancies .c__filter__wrap .vacancy-btn .gform_save_link, .c__filter__vacancies .c__filter__wrap .vacancy-btn .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .c__filter__vacancies .c__filter__wrap .vacancy-btn .gform_save_link, .c__filter__vacancies .c__filter__wrap .vacancy-btn .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .c__filter__vacancies .c__filter__wrap .vacancy-btn .gform_save_link, .c__filter__vacancies .c__filter__wrap .vacancy-btn .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .c__filter__vacancies .c__filter__wrap .vacancy-btn input[type=button], .c__filter__vacancies .c__filter__wrap .vacancy-btn .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__filter__vacancies .c__filter__wrap .vacancy-btn input[type=submit], .c__filter__vacancies .c__filter__wrap .vacancy-btn .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .c__filter__vacancies .c__filter__wrap .vacancy-btn input[type=button], .c__filter__vacancies .c__filter__wrap .vacancy-btn .wc-block-cart__submit-button, .c__filter__vacancies .c__filter__wrap .vacancy-btn .wc-block-components-checkout-place-order-button, .c__filter__vacancies .c__filter__wrap .vacancy-btn .wc-block-components-totals-coupon__button, .c__filter__vacancies .c__filter__wrap .vacancy-btn .hbspt-form .actions *[type=submit], .hbspt-form .actions .c__filter__vacancies .c__filter__wrap .vacancy-btn *[type=submit], .c__filter__vacancies .c__filter__wrap .vacancy-btn .gform_footer .gform_button, .gform_footer .c__filter__vacancies .c__filter__wrap .vacancy-btn .gform_button, .c__filter__vacancies .c__filter__wrap .vacancy-btn .gform_footer input[type=submit], .gform_footer .c__filter__vacancies .c__filter__wrap .vacancy-btn input[type=submit] {
  padding: 7px 2em;
  border-radius: 26px;
  min-width: auto;
  width: 100%;
}
@media (max-width: 1020px) {
  .c__filter__vacancies form .vacancy-btn, .c__filter__vacancies .c__filter__wrap .vacancy-btn {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .c__filter__vacancies form .vacancy-btn, .c__filter__vacancies .c__filter__wrap .vacancy-btn {
    width: 100%;
    margin-top: 0;
  }
}
.c__filter__vacancies .c__filter__wrap {
  padding: 3em;
}
.c__filter__vacancies .c__filter__wrap select, .c__filter__vacancies .c__filter__wrap label {
  display: none;
}
@media (max-width: 1020px) {
  .c__filter__vacancies .c__filter__wrap select, .c__filter__vacancies .c__filter__wrap label {
    display: block;
  }
}
@media (max-width: 1020px) {
  .c__filter__vacancies .c__filter__wrap ul {
    display: none;
  }
}

#load-more {
  margin: -1em auto 3em;
  display: block;
}
#load-more.hide {
  display: none;
}

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

.img-responsive {
  width: 100%;
  height: auto;
}

.dark-overlay {
  position: relative;
}
.dark-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.333);
}

.hide {
  display: none;
}

[data-bkimage] {
  background: url("../images/icons/placeholder.png") center/cover no-repeat;
}

.cf::before, .m__applicationForm .gform_body::before,
.cf::after,
.m__applicationForm .gform_body::after, .l__row::before, .l__row::after {
  content: " ";
  display: table;
  height: 0;
  width: 0;
}

.cf::after, .m__applicationForm .gform_body::after, .l__row::after {
  clear: both;
}

@font-face {
  font-display: swap;
  font-family: "Segoe UI";
  src: url("../fonts/segoe/segoe-regular-webfont.woff2") format("woff2"), url("../fonts/segoe/segoe-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Segoe UI";
  src: url("../fonts/segoe/segoe-semibold-webfont.woff2") format("woff2"), url("../fonts/segoe/segoe-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Segoe UI";
  src: url("../fonts/segoe/segoe-bold-webfont.woff2") format("woff2"), url("../fonts/segoe/segoe-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Santral;
  src: url("../fonts/santral/santral-medium-webfont.woff2") format("woff2"), url("../fonts/santral/santral-medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Santral;
  src: url("../fonts/santral/santral-bold-webfont.woff2") format("woff2"), url("../fonts/santral/santral-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Santral;
  src: url("../fonts/santral/santral-bolditalic-webfont.woff2") format("woff2"), url("../fonts/santral/santral-bolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2571;
  margin: 0 0 0.5em;
  font-weight: 600;
  font-family: "Santral", sans-serif;
}

h1 {
  font-size: 52px;
  line-height: 60px;
  color: #000;
}
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

h2 {
  font-size: 32px;
  line-height: 36px;
  color: #040033;
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

h3 {
  font-size: 25px;
  line-height: 31px;
  color: #040033;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

h4 {
  font-size: 20px;
  line-height: 26px;
  color: #040033;
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

h5 {
  font-size: 18px;
  line-height: 24px;
  color: #040033;
}
@media (max-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 768px) {
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  word-wrap: break-word;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin: 0 0 1.618em 0;
  font-size: 16px;
  line-height: 25px;
  /* stylelint-disable-next-line no-descending-specificity */
}
@media (max-width: 1020px) {
  p {
    font-size: 15px;
    line-height: 23px;
  }
}
p a {
  text-decoration: underline;
}
p a:hover, p a:focus, p a:active {
  text-decoration: none;
}

pre {
  white-space: pre-wrap;
}

ol {
  counter-reset: item;
  margin: 1em 0 1.618em;
  padding: 0 0 0 1.875em;
}
ol li {
  counter-increment: item;
  padding: 0;
  position: relative;
}
ol ol {
  margin-bottom: 0;
}
ol.nolist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.nolist li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 1em 0 1.618em;
  padding: 0 0 0 1.35em;
}
ul ul {
  margin: 0;
}
ul.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.inline-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.nolist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.nolist li {
  margin: 0;
  padding: 0;
}

dl {
  margin: 1.25em 0;
}
dl dd, dl dt {
  padding: 0 0 0.625em;
}

blockquote {
  border-left: solid 3px #553982;
  margin: 1.5em 0;
  padding-left: 2em;
}
blockquote p {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: 1em;
}

hr {
  height: 1px;
  border: 0;
  background: #553982;
  margin: 0;
  width: 100%;
}

*::-webkit-input-placeholder {
  color: #2c2c32;
}

*:-moz-placeholder {
  color: #2c2c32;
}

*::-moz-placeholder {
  color: #2c2c32;
}

*:-ms-input-placeholder {
  color: #2c2c32;
}

select {
  padding-right: 45px;
  background-image: url("../images/icons/select-arrow.svg");
  background-position-x: 100%;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  background-size: 14px;
  background-repeat: no-repeat;
  min-height: 48px;
  font-size: 16px;
  color: #9B9B9B;
}
select::-webkit-input-placeholder {
  color: #9B9B9B;
}
select::-moz-placeholder {
  color: #9B9B9B;
}
select:-ms-input-placeholder {
  color: #9B9B9B;
}
select::-ms-input-placeholder {
  color: #9B9B9B;
}
select::placeholder {
  color: #9B9B9B;
}
select::-ms-expand {
  display: none;
}

textarea {
  max-height: 150px;
  line-height: 35px;
}

input:not([type=submit], [type=checkbox], [type=radio]),
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0 1em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 24px;
  border: 2px solid #E5E5E5;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 4px 0 rgba(225, 225, 225, 0.5);
          box-shadow: 0 0 4px 0 rgba(225, 225, 225, 0.5);
  min-height: 48px;
  font-size: 16px;
}
input:not([type=submit], [type=checkbox], [type=radio]):active, input:not([type=submit], [type=checkbox], [type=radio]):focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  border: 2px solid #553982;
}
input:not([type=submit], [type=checkbox], [type=radio])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #9B9B9B;
}
input:not([type=submit], [type=checkbox], [type=radio])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #9B9B9B;
}
input:not([type=submit], [type=checkbox], [type=radio]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #9B9B9B;
}
input:not([type=submit], [type=checkbox], [type=radio])::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #9B9B9B;
}
input:not([type=submit], [type=checkbox], [type=radio])::placeholder,
textarea::placeholder,
select::placeholder {
  color: #9B9B9B;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:not(.wc-block-components-checkbox__input), input[type=radio] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  background-color: #fff;
  outline: 0;
  margin: 0 0.25em 0 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 0 rgba(225, 225, 225, 0.5);
          box-shadow: 0 0 4px 0 rgba(225, 225, 225, 0.5);
  border: 1px solid #E5E5E5;
  margin-top: -2px;
}
input[type=checkbox]:not(.wc-block-components-checkbox__input):checked::before, input[type=radio]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #553982;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.validation_error {
  margin-bottom: 1em;
  color: red;
}

.gform_wrapper {
  position: relative;
}

.gform_body .gfield_description {
  margin-bottom: 1em;
}
.gform_body .gfield_radio li {
  display: inline-block;
}
.gform_body .gfield_radio li label {
  margin: 0 1em 1em 0.5em;
}
.gform_body .gform_fields {
  margin: 0 -1em;
  padding: 0;
  list-style: none;
}
.gform_body .gform_fields::before, .gform_body .gform_fields::after {
  content: " ";
  display: table;
  height: 0;
  width: 0;
}
.gform_body .gform_fields::after {
  clear: both;
}
.gform_body .gform_fields .gfield {
  float: left;
  width: 100%;
  margin: 0 0 1em;
  padding: 0 0.5em;
  position: relative;
}
.gform_body .gform_fields .gfield ul {
  padding: 0;
  list-style: none;
}
.gform_body .gform_fields .gfield label, .gform_body .gform_fields .gfield .gfield_label {
  margin-right: 1em;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 35px);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.gform_body .gform_fields .gfield label a, .gform_body .gform_fields .gfield .gfield_label a {
  text-decoration: underline;
  /* stylelint-disable-next-line no-descending-specificity */
}
.gform_body .gform_fields .gfield label a:hover, .gform_body .gform_fields .gfield label a:focus, .gform_body .gform_fields .gfield .gfield_label a:hover, .gform_body .gform_fields .gfield .gfield_label a:focus {
  text-decoration: none;
}
.gform_body .gform_fields .gfield.gfield_visibility_hidden, .gform_body .gform_fields .gfield.gform_validation_container, .gform_body .gform_fields .gfield.gform_hidden {
  display: none;
}
.gform_body .gform_fields .gfield.sidelabel label, .gform_body .gform_fields .gfield.sidelabel .ginput_container {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1020px) {
  .gform_body .gform_fields .gfield.sidelabel label, .gform_body .gform_fields .gfield.sidelabel .ginput_container {
    width: 100%;
  }
}
.gform_body .gform_fields .gfield.nolabel .gfield_label:not(.gfield_consent_label),
.gform_body .gform_fields .gfield.nolabel .gfield_required:not(.gfield_consent_label), .gform_body .gform_fields .gfield.hidden_label .gfield_label:not(.gfield_consent_label),
.gform_body .gform_fields .gfield.hidden_label .gfield_required:not(.gfield_consent_label) {
  display: none;
}
.gform_body .gform_fields .gfield.nolabel li label, .gform_body .gform_fields .gfield.hidden_label li label {
  display: inline;
}
.gform_body .gform_fields .gfield.gfield_error {
  margin-bottom: 2em;
}
.gform_body .gform_fields .gfield.gfield_error input,
.gform_body .gform_fields .gfield.gfield_error textarea,
.gform_body .gform_fields .gfield.gfield_error select {
  border-color: red;
}
.gform_body .gform_fields .gfield.gfield_error::-webkit-input-placeholder {
  color: red;
}
.gform_body .gform_fields .gfield.gfield_error:-moz-placeholder {
  color: red;
}
.gform_body .gform_fields .gfield.gfield_error::-moz-placeholder {
  color: red;
}
.gform_body .gform_fields .gfield.gfield_error:-ms-input-placeholder {
  color: red;
}
.gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox label::before,
.gform_body .gform_fields .gfield.gfield_error .ginput_container_consent label::before {
  border-color: red;
}
.gform_body .gform_fields .gfield.gfield_error .validation_message {
  color: red;
  margin-bottom: 0;
  position: absolute;
  bottom: -22px;
}
.gform_body .gform_fields .gfield.field-col-12 {
  width: 100%;
}
.gform_body .gform_fields .gfield.field-col-8 {
  width: 70%;
}
.gform_body .gform_fields .gfield.field-col-7 {
  width: 65%;
}
.gform_body .gform_fields .gfield.field-col-6 {
  width: 50%;
}
.gform_body .gform_fields .gfield.field-col-5 {
  width: 35%;
}
.gform_body .gform_fields .gfield.field-col-4 {
  width: 30%;
}
.gform_body .gform_fields .gfield.field-col-3 {
  width: 25%;
}
.gform_body .gform_fields .gfield.field-col-2 {
  width: 20%;
}
@media (max-width: 768px) {
  .gform_body .gform_fields .gfield.field-col-8, .gform_body .gform_fields .gfield.field-col-7, .gform_body .gform_fields .gfield.field-col-6, .gform_body .gform_fields .gfield.field-col-5, .gform_body .gform_fields .gfield.field-col-4, .gform_body .gform_fields .gfield.field-col-3, .gform_body .gform_fields .gfield.field-col-2 {
    width: 100%;
  }
}

body img.gform_ajax_spinner {
  display: block;
  margin: 1em 0 0;
  max-width: 40px;
}

.gform_footer .gform_button, .gform_footer input[type=submit] {
  border: 2px solid #fff;
  margin-left: -10px;
}
@media (max-width: 1020px) {
  .gform_footer .gform_button, .gform_footer input[type=submit] {
    margin-left: unset;
  }
}
.gform_footer .gform_button::after, .gform_footer input[type=submit]::after {
  content: "";
  height: 2px;
  width: 0;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gform_footer .gform_button:hover, .gform_footer .gform_button.active, .gform_footer input[type=submit]:hover, .gform_footer input[type=submit].active {
  color: #fff;
}
.gform_footer .gform_button:hover::after, .gform_footer .gform_button.active::after, .gform_footer input[type=submit]:hover::after, .gform_footer input[type=submit].active::after {
  width: 70%;
}

#ui-datepicker-div {
  background: #fff;
  border: 1px solid #f0f4f7;
  display: none;
  padding: 1em;
  width: 300px;
}
#ui-datepicker-div .ui-icon {
  display: none;
}
#ui-datepicker-div .ui-datepicker-title {
  margin: 0 -2.5%;
}
#ui-datepicker-div .ui-datepicker-title select {
  width: 45%;
  margin: 0 2.5% 1.5em;
  display: inline-block;
}
#ui-datepicker-div table {
  width: 100%;
}
#ui-datepicker-div table td, #ui-datepicker-div table th {
  text-align: center;
}
#ui-datepicker-div table td a {
  display: block;
  padding: 5px;
}
#ui-datepicker-div .ui-datepicker-today {
  background-color: #553982;
}
#ui-datepicker-div .ui-datepicker-today a {
  color: #fff;
}

.hbspt-form .hs-form-field {
  margin-bottom: 1em;
}
.hbspt-form .hs-form-field label {
  color: #040033;
  margin-bottom: 10px;
  margin-right: 1em;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 35px);
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.hbspt-form .hs-form-field label a {
  text-decoration: underline;
  /* stylelint-disable-next-line no-descending-specificity */
}
.hbspt-form .hs-form-field label a:hover, .hbspt-form .hs-form-field label a:focus {
  text-decoration: none;
}
.hbspt-form .hs-form-field .hs-input.invalid {
  border-color: red;
}
.hbspt-form .hs-form-field .hs-input.invalid::-webkit-input-placeholder {
  color: red;
}
.hbspt-form .hs-form-field .hs-input.invalid:-moz-placeholder {
  color: red;
}
.hbspt-form .hs-form-field .hs-input.invalid::-moz-placeholder {
  color: red;
}
.hbspt-form .hs-form-field .hs-input.invalid:-ms-input-placeholder {
  color: red;
}
.hbspt-form .hs-form-field .hs-input.error {
  border-color: red;
}
.hbspt-form .hs-form-field .hs-input.error::-webkit-input-placeholder {
  color: red;
}
.hbspt-form .hs-form-field .hs-input.error:-moz-placeholder {
  color: red;
}
.hbspt-form .hs-form-field .hs-input.error::-moz-placeholder {
  color: red;
}
.hbspt-form .hs-form-field .hs-input.error:-ms-input-placeholder {
  color: red;
}
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list, .hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list .hs-form-checkbox,
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list .hs-form-radio, .hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list .hs-form-checkbox,
.hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list .hs-form-radio {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list .hs-form-checkbox .hs-form-checkbox-display,
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list .hs-form-checkbox .hs-form-radio-display,
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list .hs-form-radio .hs-form-checkbox-display,
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list .hs-form-radio .hs-form-radio-display, .hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list .hs-form-checkbox .hs-form-checkbox-display,
.hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list .hs-form-checkbox .hs-form-radio-display,
.hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list .hs-form-radio .hs-form-checkbox-display,
.hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list .hs-form-radio .hs-form-radio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list .hs-form-checkbox .hs-form-checkbox-display input,
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list .hs-form-checkbox .hs-form-radio-display input,
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list .hs-form-radio .hs-form-checkbox-display input,
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list .hs-form-radio .hs-form-radio-display input, .hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list .hs-form-checkbox .hs-form-checkbox-display input,
.hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list .hs-form-checkbox .hs-form-radio-display input,
.hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list .hs-form-radio .hs-form-checkbox-display input,
.hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list .hs-form-radio .hs-form-radio-display input {
  margin: 0 0.5em 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list .hs-form-checkbox .hs-form-checkbox-display span,
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list .hs-form-checkbox .hs-form-radio-display span,
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list .hs-form-radio .hs-form-checkbox-display span,
.hbspt-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list .hs-form-radio .hs-form-radio-display span, .hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list .hs-form-checkbox .hs-form-checkbox-display span,
.hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list .hs-form-checkbox .hs-form-radio-display span,
.hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list .hs-form-radio .hs-form-checkbox-display span,
.hbspt-form .hs-form-field.hs-fieldtype-radio ul.inputs-list .hs-form-radio .hs-form-radio-display span {
  display: inline-block; /* or inline-flex */
  white-space: nowrap;
}
.hbspt-form .hs-form-field input::-webkit-input-placeholder, .hbspt-form .hs-form-field select::-webkit-input-placeholder, .hbspt-form .hs-form-field textarea::-webkit-input-placeholder {
  color: #9B9B9B;
}
.hbspt-form .hs-form-field input::-moz-placeholder, .hbspt-form .hs-form-field select::-moz-placeholder, .hbspt-form .hs-form-field textarea::-moz-placeholder {
  color: #9B9B9B;
}
.hbspt-form .hs-form-field input:-ms-input-placeholder, .hbspt-form .hs-form-field select:-ms-input-placeholder, .hbspt-form .hs-form-field textarea:-ms-input-placeholder {
  color: #9B9B9B;
}
.hbspt-form .hs-form-field input::-ms-input-placeholder, .hbspt-form .hs-form-field select::-ms-input-placeholder, .hbspt-form .hs-form-field textarea::-ms-input-placeholder {
  color: #9B9B9B;
}
.hbspt-form .hs-form-field input::placeholder,
.hbspt-form .hs-form-field select::placeholder,
.hbspt-form .hs-form-field textarea::placeholder {
  color: #9B9B9B;
}
.hbspt-form .hs-form-field.hs-fieldtype-booleancheckbox .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hbspt-form .hs-form-field.hs-fieldtype-booleancheckbox .inputs-list .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.hbspt-form .hs-form-field.hs-fieldtype-booleancheckbox .inputs-list .hs-form-booleancheckbox-display .hs-input {
  width: 25px;
  height: 25px;
}
.hbspt-form .hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.hbspt-form .hs-error-msgs label {
  color: red;
  margin-bottom: 0;
}
.hbspt-form label.hs-error-msg {
  color: red !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1020px) {
  .hbspt-form .actions *[type=submit] {
    margin-left: unset;
    width: 100%;
  }
}
.hbspt-form .actions *[type=submit]::after {
  content: "";
  height: 2px;
  width: 0;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hbspt-form .actions *[type=submit]:hover, .hbspt-form .actions *[type=submit].active {
  color: #fff;
}
.hbspt-form .actions *[type=submit]:hover::after, .hbspt-form .actions *[type=submit].active::after {
  width: 70%;
}
.hbspt-form .submitted-message {
  font-size: 25px;
  line-height: 31px;
  margin-top: 2em;
  font-weight: bold;
}
.hbspt-form .form-columns-1 .hs-form-field .hs-input:not([type=checkbox]), .hbspt-form .form-columns-1 .hs-form-field .hs-input:not([type=radio]) {
  width: 100%;
}

.wp-block-column .m__textBlock .hbspt-form {
  margin-top: -23px;
}
.wp-block-column .m__textBlock .hs-form-frame {
  margin-top: -50px;
}

html.mz_no-js {
  margin-top: 0 !important;
}

#wpadminbar {
  position: fixed;
  top: auto;
  bottom: 0;
}

.g__header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  float: left;
  border: none;
  top: 0;
  left: 0;
  background: #fff;
}
.g__headerTop {
  height: 35px;
  background: #fff;
  line-height: 35px;
  font-size: 0.8em;
  overflow: hidden;
}
@media (max-width: 1170px) {
  .g__headerTop {
    display: none;
  }
}
.g__headerTop ul {
  float: left;
}
.g__headerTop ul.links {
  float: right;
}
.g__headerTop ul li {
  display: inline-block;
  line-height: 46px;
  margin-right: 1em;
  color: #040033;
  font-family: "Santral", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.g__headerTop ul li:last-of-type {
  margin-right: 0;
}
.g__headerTop ul li:hover, .g__headerTop ul li:focus, .g__headerTop ul li.active {
  text-decoration: underline;
}
.g__headerTop ul li .phone {
  position: relative;
  padding-left: 35px;
}
.g__headerTop ul li .phone::before {
  content: "";
  background-image: url("../images/icons/phone-icon-purple.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.g__headerTop ul li .mail {
  position: relative;
  padding-left: 35px;
}
.g__headerTop ul li .mail::before {
  content: "";
  background-image: url("../images/icons/mail-icon-purple.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.g__header.sticky {
  -webkit-box-shadow: 0 4px 20px -10px #333;
          box-shadow: 0 4px 20px -10px #333;
}
.g__header.sticky .g__headerTop {
  height: 0;
}
@media (min-width: 1171px) {
  .g__header.sticky .g__header__search {
    top: 84px;
  }
}
@media (max-width: 1170px) {
  .g__headerMain .l__contain, .g__headerMain .wp-block-columns {
    padding: 0;
  }
}
.g__header__logo {
  float: left;
  margin: 20px 0;
}
@media (max-width: 1200px) {
  .g__header__logo {
    margin: 25px 0;
  }
}
@media (max-width: 1170px) {
  .g__header__logo {
    margin: 20px 0;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .g__header__logo {
    margin: 25px 0;
    margin-left: 20px;
  }
}
.g__header__logo a {
  display: block;
}
.g__header__logo img, .g__header__logo svg {
  display: block;
  width: auto;
  height: 44px;
}
@media (max-width: 1200px) {
  .g__header__logo img, .g__header__logo svg {
    height: 34px;
  }
}
@media (max-width: 1170px) {
  .g__header__logo img, .g__header__logo svg {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .g__header__logo img, .g__header__logo svg {
    height: 30px;
  }
}
@media (max-width: 1020px) {
  .g__header__logo.logo--transparent {
    display: none;
  }
}
.g__header__actions {
  float: right;
  margin-top: 16px;
  text-align: right;
}
@media (max-width: 1170px) {
  .g__header__actions {
    margin-top: 10px;
    display: none;
  }
}
.g__header__actions label {
  height: 52px;
  width: 52px;
  border-radius: 8px;
  border: 2px solid #553982;
  position: relative;
  margin-left: 0.5em;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  line-height: 32px;
}
.g__header__actions label svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #553982;
  vertical-align: top;
  height: 22px;
  width: 22px;
}
.g__header__actions label svg#hover-icon {
  display: none;
}
.g__header__actions label:hover {
  background-color: #553982;
}
.g__header__actions label:hover svg {
  display: none;
}
.g__header__actions label:hover svg#hover-icon {
  display: block;
}
.g__header__actions a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  line-height: 32px;
  margin-left: 1em;
}
.g__header__actions a > span {
  vertical-align: top;
}
@media (max-width: 1170px) {
  .g__header__actions a > span {
    display: none;
  }
}
.g__header__actions .btn, .g__header__actions .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .g__header__actions .link-text, .g__header__actions .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .g__header__actions .gform_save_link, .g__header__actions .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .g__header__actions .gform_save_link, .g__header__actions .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .g__header__actions .gform_save_link, .g__header__actions .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .g__header__actions .gform_save_link, .g__header__actions .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .g__header__actions input[type=button], .g__header__actions .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .g__header__actions input[type=submit], .g__header__actions .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .g__header__actions input[type=button], .g__header__actions .wc-block-cart__submit-button, .g__header__actions .wc-block-components-checkout-place-order-button, .g__header__actions .wc-block-components-totals-coupon__button, .g__header__actions .gform_footer .gform_button, .gform_footer .g__header__actions .gform_button, .g__header__actions .gform_footer input[type=submit], .gform_footer .g__header__actions input[type=submit], .g__header__actions .hbspt-form .actions *[type=submit], .hbspt-form .actions .g__header__actions *[type=submit] {
  background-color: #553982;
  border: 2px solid #553982;
  max-width: 155px;
  min-width: 155px;
  width: 100%;
}
.g__header__nav {
  float: right;
  margin-top: 28px;
}
@media (max-width: 1170px) {
  .g__header__nav {
    margin-top: 0;
    width: 100%;
    display: none;
  }
}
.g__header__search {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 119px;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}
@media (max-width: 1170px) {
  .g__header__search {
    top: 80px;
  }
}
.g__header__search form {
  position: relative;
}
.g__header__search form .close-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g__header__search form .close-btn::before, .g__header__search form .close-btn::after {
  background: #040033;
}
.g__header__search form #search-input {
  width: 100%;
  margin: 0 auto;
  background: transparent;
  background-position: left 5px center;
  padding: 0 3em 0 15px;
  background-size: 22px 22px;
  border: 2px solid #E5E5E5;
  outline: 0;
  color: #9B9B9B;
  height: 40px;
}
.g__header__search form #search-input:focus {
  border: 2px solid #553982;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.g__header__search form #search-input::-webkit-input-placeholder {
  color: #9B9B9B;
}
.g__header__search form #search-input:-moz-placeholder {
  color: #9B9B9B;
}
.g__header__search form #search-input::-moz-placeholder {
  color: #9B9B9B;
}
.g__header__search form #search-input:-ms-input-placeholder {
  color: #9B9B9B;
}
.g__header.homepage--true.sticky .g__header__logo.logo--default {
  display: block;
}
.g__header.homepage--true.sticky .g__header__logo.logo--transparent {
  display: none;
}
@media (max-width: 1020px) {
  .g__header.logo--default {
    display: block;
  }
}
@media (max-width: 1020px) {
  .g__header.logo--transparent {
    display: none;
  }
}
.g__header.homepage--true:not(.sticky) {
  background: rgba(255, 255, 255, 0);
}
.g__header.homepage--true:not(.sticky) #menu-toggle .menu-line {
  background-color: #fff;
}
.g__header.homepage--true:not(.sticky) .g__header__logo.logo--transparent {
  display: block;
}
.g__header.homepage--true:not(.sticky) .g__header__logo.logo--default {
  display: none;
}
.g__header.homepage--true:not(.sticky) .search {
  background: transparent;
  border: 2px solid #fff;
}
.g__header.homepage--true:not(.sticky) .g__headerTop {
  height: 35px;
  line-height: 35px;
  font-size: 0.8em;
  overflow: hidden;
  color: #fff;
  background: rgba(255, 255, 255, 0);
}
.g__header.homepage--true:not(.sticky) .g__headerTop ul li .phone::before {
  background-image: url("../images/icons/phone.svg");
}
.g__header.homepage--true:not(.sticky) .g__headerTop .mail::before {
  background-image: url("../images/icons/footermail.svg");
}
.g__header.homepage--true:not(.sticky) .btn:hover, .g__header.homepage--true:not(.sticky) .m__successStories .c__tease--success-story .link-text:hover, .m__successStories .c__tease--success-story .g__header.homepage--true:not(.sticky) .link-text:hover, .g__header.homepage--true:not(.sticky) .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link:hover, .m__successStories .c__tease--success-story .m__form .gform_page_footer .g__header.homepage--true:not(.sticky) .gform_save_link:hover, .g__header.homepage--true:not(.sticky) .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link:hover, .m__form .gform_page_footer .m__successStories .c__tease--success-story .g__header.homepage--true:not(.sticky) .gform_save_link:hover, .g__header.homepage--true:not(.sticky) .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link:hover, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .g__header.homepage--true:not(.sticky) .gform_save_link:hover, .g__header.homepage--true:not(.sticky) .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link:hover, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .g__header.homepage--true:not(.sticky) .gform_save_link:hover, .g__header.homepage--true:not(.sticky) .m__applicationForm .gform_footer input[type=button]:hover, .m__applicationForm .gform_footer .g__header.homepage--true:not(.sticky) input[type=button]:hover, .g__header.homepage--true:not(.sticky) .m__form .gform_page_footer input[type=submit]:hover, .m__form .gform_page_footer .g__header.homepage--true:not(.sticky) input[type=submit]:hover, .g__header.homepage--true:not(.sticky) .m__form .gform_page_footer input[type=button]:hover, .m__form .gform_page_footer .g__header.homepage--true:not(.sticky) input[type=button]:hover, .g__header.homepage--true:not(.sticky) .wc-block-cart__submit-button:hover, .g__header.homepage--true:not(.sticky) .wc-block-components-checkout-place-order-button:hover, .g__header.homepage--true:not(.sticky) .wc-block-components-totals-coupon__button:hover, .g__header.homepage--true:not(.sticky) .gform_footer .gform_button:hover, .gform_footer .g__header.homepage--true:not(.sticky) .gform_button:hover, .g__header.homepage--true:not(.sticky) .gform_footer input[type=submit]:hover, .gform_footer .g__header.homepage--true:not(.sticky) input[type=submit]:hover, .g__header.homepage--true:not(.sticky) .hbspt-form .actions [type=submit]:hover, .hbspt-form .actions .g__header.homepage--true:not(.sticky) [type=submit]:hover {
  color: #fff;
}
@media (min-width: 1171px) {
  .g__header.homepage--true:not(.sticky) .g__headerMain {
    color: #fff;
  }
}
@media (min-width: 1171px) {
  .g__header.homepage--true:not(.sticky) .m__nav__item-link::after {
    background: #fff;
  }
}
@media (min-width: 1171px) {
  .g__header.homepage--true:not(.sticky) .m__nav__item-link, .g__header.homepage--true:not(.sticky) .g__headerTop ul li {
    color: #fff;
  }
}
.g__header.homepage--true:not(.sticky) .g__header__actions .btn, .g__header.homepage--true:not(.sticky) .g__header__actions .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .g__header.homepage--true:not(.sticky) .g__header__actions .link-text, .g__header.homepage--true:not(.sticky) .g__header__actions .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .g__header.homepage--true:not(.sticky) .g__header__actions .gform_save_link, .g__header.homepage--true:not(.sticky) .g__header__actions .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .g__header.homepage--true:not(.sticky) .g__header__actions .gform_save_link, .g__header.homepage--true:not(.sticky) .g__header__actions .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .g__header.homepage--true:not(.sticky) .g__header__actions .gform_save_link, .g__header.homepage--true:not(.sticky) .g__header__actions .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .g__header.homepage--true:not(.sticky) .g__header__actions .gform_save_link, .g__header.homepage--true:not(.sticky) .g__header__actions .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .g__header.homepage--true:not(.sticky) .g__header__actions input[type=button], .g__header.homepage--true:not(.sticky) .g__header__actions .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .g__header.homepage--true:not(.sticky) .g__header__actions input[type=submit], .g__header.homepage--true:not(.sticky) .g__header__actions .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .g__header.homepage--true:not(.sticky) .g__header__actions input[type=button], .g__header.homepage--true:not(.sticky) .g__header__actions .wc-block-cart__submit-button, .g__header.homepage--true:not(.sticky) .g__header__actions .wc-block-components-checkout-place-order-button, .g__header.homepage--true:not(.sticky) .g__header__actions .wc-block-components-totals-coupon__button, .g__header.homepage--true:not(.sticky) .g__header__actions .gform_footer .gform_button, .gform_footer .g__header.homepage--true:not(.sticky) .g__header__actions .gform_button, .g__header.homepage--true:not(.sticky) .g__header__actions .gform_footer input[type=submit], .gform_footer .g__header.homepage--true:not(.sticky) .g__header__actions input[type=submit], .g__header.homepage--true:not(.sticky) .g__header__actions .hbspt-form .actions *[type=submit], .hbspt-form .actions .g__header.homepage--true:not(.sticky) .g__header__actions *[type=submit] {
  background: #fff;
  color: #040033;
  border: 2px solid #fff;
}
.g__header.homepage--true:not(.sticky) .g__header__actions .btn::after, .g__header.homepage--true:not(.sticky) .g__header__actions .m__successStories .c__tease--success-story .link-text::after, .m__successStories .c__tease--success-story .g__header.homepage--true:not(.sticky) .g__header__actions .link-text::after, .g__header.homepage--true:not(.sticky) .g__header__actions .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link::after, .m__successStories .c__tease--success-story .m__form .gform_page_footer .g__header.homepage--true:not(.sticky) .g__header__actions .gform_save_link::after, .g__header.homepage--true:not(.sticky) .g__header__actions .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link::after, .m__form .gform_page_footer .m__successStories .c__tease--success-story .g__header.homepage--true:not(.sticky) .g__header__actions .gform_save_link::after, .g__header.homepage--true:not(.sticky) .g__header__actions .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link::after, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .g__header.homepage--true:not(.sticky) .g__header__actions .gform_save_link::after, .g__header.homepage--true:not(.sticky) .g__header__actions .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link::after, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .g__header.homepage--true:not(.sticky) .g__header__actions .gform_save_link::after, .g__header.homepage--true:not(.sticky) .g__header__actions .m__applicationForm .gform_footer input[type=button]::after, .m__applicationForm .gform_footer .g__header.homepage--true:not(.sticky) .g__header__actions input[type=button]::after, .g__header.homepage--true:not(.sticky) .g__header__actions .m__form .gform_page_footer input[type=submit]::after, .m__form .gform_page_footer .g__header.homepage--true:not(.sticky) .g__header__actions input[type=submit]::after, .g__header.homepage--true:not(.sticky) .g__header__actions .m__form .gform_page_footer input[type=button]::after, .m__form .gform_page_footer .g__header.homepage--true:not(.sticky) .g__header__actions input[type=button]::after, .g__header.homepage--true:not(.sticky) .g__header__actions .wc-block-cart__submit-button::after, .g__header.homepage--true:not(.sticky) .g__header__actions .wc-block-components-checkout-place-order-button::after, .g__header.homepage--true:not(.sticky) .g__header__actions .wc-block-components-totals-coupon__button::after, .g__header.homepage--true:not(.sticky) .g__header__actions .gform_footer .gform_button::after, .gform_footer .g__header.homepage--true:not(.sticky) .g__header__actions .gform_button::after, .g__header.homepage--true:not(.sticky) .g__header__actions .gform_footer input[type=submit]::after, .gform_footer .g__header.homepage--true:not(.sticky) .g__header__actions input[type=submit]::after, .g__header.homepage--true:not(.sticky) .g__header__actions .hbspt-form .actions [type=submit]::after, .hbspt-form .actions .g__header.homepage--true:not(.sticky) .g__header__actions [type=submit]::after {
  background: #040033;
}
.g__header.homepage--true:not(.sticky) .g__header__actions label svg#hover-icon {
  display: block;
}

#search-display {
  display: none;
}
#search-display:checked ~ .g__header__search {
  overflow: visible;
  max-height: 1000px;
  padding: 1em 0;
  -webkit-box-shadow: 0 4px 20px -10px #333;
          box-shadow: 0 4px 20px -10px #333;
  visibility: visible;
}

.m__nav {
  display: inline-block;
}
@media (max-width: 1170px) {
  .m__nav {
    width: 100%;
  }
}
.m__nav__wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (max-width: 1170px) {
  .m__nav__wrap {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px;
  }
}
.m__nav__wrap .btn, .m__nav__wrap .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__nav__wrap .link-text, .m__nav__wrap .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__nav__wrap .gform_save_link, .m__nav__wrap .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__nav__wrap .gform_save_link, .m__nav__wrap .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__nav__wrap .gform_save_link, .m__nav__wrap .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__nav__wrap .gform_save_link, .m__nav__wrap .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__nav__wrap input[type=button], .m__nav__wrap .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__nav__wrap input[type=submit], .m__nav__wrap .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__nav__wrap input[type=button], .m__nav__wrap .wc-block-cart__submit-button, .m__nav__wrap .wc-block-components-checkout-place-order-button, .m__nav__wrap .wc-block-components-totals-coupon__button, .m__nav__wrap .gform_footer .gform_button, .gform_footer .m__nav__wrap .gform_button, .m__nav__wrap .gform_footer input[type=submit], .gform_footer .m__nav__wrap input[type=submit], .m__nav__wrap .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__nav__wrap *[type=submit] {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2em;
  padding: 11px 2em;
  background-color: #553982;
  border-color: #553982;
}
@media (min-width: 1171px) {
  .m__nav__wrap .btn, .m__nav__wrap .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__nav__wrap .link-text, .m__nav__wrap .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__nav__wrap .gform_save_link, .m__nav__wrap .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__nav__wrap .gform_save_link, .m__nav__wrap .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__nav__wrap .gform_save_link, .m__nav__wrap .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__nav__wrap .gform_save_link, .m__nav__wrap .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__nav__wrap input[type=button], .m__nav__wrap .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__nav__wrap input[type=submit], .m__nav__wrap .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__nav__wrap input[type=button], .m__nav__wrap .wc-block-cart__submit-button, .m__nav__wrap .wc-block-components-checkout-place-order-button, .m__nav__wrap .wc-block-components-totals-coupon__button, .m__nav__wrap .gform_footer .gform_button, .gform_footer .m__nav__wrap .gform_button, .m__nav__wrap .gform_footer input[type=submit], .gform_footer .m__nav__wrap input[type=submit], .m__nav__wrap .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__nav__wrap *[type=submit] {
    display: none;
  }
}
.m__nav__search {
  position: relative;
  margin-bottom: 2em;
}
@media (min-width: 1171px) {
  .m__nav__search {
    display: none;
  }
}
.m__nav__search input[type=text] {
  border-radius: 8px;
  color: #3F3F3F;
  border: 2px solid #3F3F3F;
  font-family: "Santral", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 12px 60px 12px 15px;
}
.m__nav__search input[type=text]::-webkit-input-placeholder {
  color: #3F3F3F;
}
.m__nav__search input[type=text]:-moz-placeholder {
  color: #3F3F3F;
}
.m__nav__search input[type=text]::-moz-placeholder {
  color: #3F3F3F;
}
.m__nav__search input[type=text]:-ms-input-placeholder {
  color: #3F3F3F;
}
.m__nav__search input[type=submit] {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 58px;
  width: 58px;
  background: transparent;
  border: 0;
  text-indent: -9999px;
}
.m__nav__search::after {
  content: "";
  background-image: url("../images/icons/search-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 25px;
  width: 25px;
}
.m__nav__actions {
  padding: 20px;
}
.m__nav__actions ul:not(:last-of-type) {
  margin-bottom: 2em;
}
.m__nav__actions ul li {
  margin-bottom: 1.5em;
}
.m__nav__actions ul li a {
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
  color: #040033;
}
.m__nav__actions ul.links {
  padding-bottom: 1em;
  border-bottom: 1px solid #E1E1E1;
}
.m__nav__actions ul.contact-links li a {
  font-size: 15px;
  line-height: 17px;
}
@media (max-width: 480px) {
  .m__nav__actions ul.contact-links li a {
    font-size: 13px;
    line-height: 15px;
  }
}
.m__nav__actions ul.contact-links li a.phone {
  position: relative;
  padding-left: 35px;
}
.m__nav__actions ul.contact-links li a.phone::before {
  content: "";
  background-image: url("../images/icons/phone-icon-purple.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.m__nav__actions ul.contact-links li a.mail {
  position: relative;
  padding-left: 35px;
}
.m__nav__actions ul.contact-links li a.mail::before {
  content: "";
  background-image: url("../images/icons/mail-icon-purple.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 1171px) {
  .m__nav__actions {
    display: none;
  }
}
.m__nav__item {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 1171px) {
  .m__nav__item {
    display: inline-block;
    padding-right: 1.5em;
  }
  .m__nav__item.current .m__nav__item-link::after, .m__nav__item:hover .m__nav__item-link::after, .m__nav__item:focus .m__nav__item-link::after {
    width: 100%;
  }
}
@media (min-width: 1021px) and (max-width: 1280px) {
  .m__nav__item {
    padding-right: 0.5em;
  }
}
@media (max-width: 1170px) {
  .m__nav__item {
    border-bottom: solid 1px #E1E1E1;
  }
  .m__nav__item a {
    line-height: 45px;
  }
}
@media (max-width: 1170px) and (max-width: 1170px) {
  .m__nav__item a {
    line-height: 64px;
  }
}
.m__nav__item .menu-checkbox-toggle {
  display: none;
}
@media (max-width: 1170px) {
  .m__nav__item .menu-checkbox-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  .m__nav__item .menu-checkbox-toggle::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../images/icons/black-arrow.svg") center/contain no-repeat;
  }
}
.m__nav__item-link {
  display: block;
  font-family: "Santral", sans-serif;
  font-weight: 700;
  color: #040033;
  font-size: 15px;
}
@media (min-width: 1171px) {
  .m__nav__item-link {
    line-height: 28px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1170px) {
  .m__nav__item-link {
    font-size: 20px;
  }
}
.m__nav__item-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 4px;
  background-color: #553982;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (max-width: 1170px) {
  .m__nav__item-sub {
    position: relative;
  }
}
.m__nav__item.title .m__nav__item-sub {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 2.5em;
  font-family: "Santral", sans-serif;
}
.m__nav__item.title .m__nav__item-sub a {
  pointer-events: none;
}
@media (max-width: 1170px) {
  .m__nav__item.title .m__nav__item-sub {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
  }
}
.m__nav__item > .subnav {
  z-index: 999;
  position: absolute;
  width: 100%;
  left: 0;
}
@media (min-width: 1171px) {
  .m__nav__item > .subnav {
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    color: #000;
    min-height: 300px;
    -webkit-box-shadow: 0 4px 2px -2px rgba(225, 225, 225, 0.5);
            box-shadow: 0 4px 2px -2px rgba(225, 225, 225, 0.5);
  }
  .m__nav__item > .subnav .l__contain, .m__nav__item > .subnav .wp-block-columns,
  .m__nav__item > .subnav .l__row {
    width: 100%;
  }
}
@media (max-width: 1170px) {
  .m__nav__item > .subnav {
    top: 0;
    height: 100%;
    height: 100vh;
    height: calc(100vh - 80px);
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    padding: 0 20px;
    background: #fff;
  }
  .m__nav__item > .subnav .l__contain, .m__nav__item > .subnav .wp-block-columns,
  .m__nav__item > .subnav .l__row {
    display: block;
    width: 100%;
  }
}
.m__nav__item > .subnav .item_title {
  display: none;
  font-family: "Santral", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 64px;
  margin: 0;
  padding: 0 10px;
}
@media (max-width: 1170px) {
  .m__nav__item > .subnav .item_title {
    display: block;
  }
}
.m__nav__item > .subnav .subnav__panels-link {
  padding: 2em 0;
  width: 100%;
}
@media (max-width: 1170px) {
  .m__nav__item > .subnav .subnav__panels-link {
    display: none;
  }
}
.m__nav__item > .subnav .subnav__panels-link .subnav__panels-item .subnav__panels-item-image::before {
  content: "";
  display: block;
  padding-top: 90%;
}
.m__nav__item > .subnav .subnav__panels-link .subnav__panels-item-content {
  margin-top: 2em;
}
.m__nav__item > .subnav .subnav__panels-link .subnav__panels-item-content h4 {
  font-size: 20px;
  line-height: 25px;
  color: #040033;
  font-weight: 700;
  text-transform: uppercase;
}
.m__nav__item > .subnav .subnav__panels-link .subnav__panels-item-content p {
  font-weight: 700;
  font-family: "Santral", sans-serif;
  color: #000;
  position: relative;
  display: inline-block;
  padding-right: 35px;
  font-size: 15px;
}
.m__nav__item > .subnav .subnav__panels-link .subnav__panels-item-content p::before {
  content: "";
  background-image: url("../images/icons/black-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.m__nav__item > .subnav .subnav__panels-link .subnav__panels-item-content p::after {
  content: "";
  height: 2px;
  width: 0;
  background: #040033;
  display: block;
  position: absolute;
  bottom: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.m__nav__item > .subnav .subnav__panels-link .subnav__panels-item-content p:hover::after, .m__nav__item > .subnav .subnav__panels-link .subnav__panels-item-content p.active::after {
  width: 100%;
}
.m__nav__item > .subnav .l__col__span6 .subnav__panels-link {
  width: 49%;
  float: left;
}
.m__nav__item > .subnav .l__col__span6 .subnav__panels-link:first-of-type {
  margin-right: 2%;
}
.m__nav__item > .subnav .subnav__terms {
  width: 100%;
}
.m__nav__item > .subnav .subnav__terms > li > a {
  display: block;
}
@media (min-width: 1171px) {
  .m__nav__item > .subnav .subnav__terms {
    padding: 3em 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .m__nav__item > .subnav .subnav__terms > li {
    padding: 0 2em 1.5em 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .m__nav__item > .subnav .subnav__terms > li > a, .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a {
    -webkit-transition: none;
    transition: none;
    display: block;
    /* stylelint-disable-next-line no-descending-specificity */
  }
  .m__nav__item > .subnav .subnav__terms > li > a:hover, .m__nav__item > .subnav .subnav__terms > li > a:focus, .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a:hover, .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a:focus {
    text-decoration: underline;
  }
}
.m__nav__item > .subnav .subnav__info {
  width: 100%;
  float: left;
  padding: 3em 3em 0.5em 0;
  margin-right: auto;
}
@media (max-width: 1170px) {
  .m__nav__item > .subnav .subnav__info {
    display: none;
  }
}
.m__nav__item > .subnav .subnav__children {
  margin-top: 0.75em;
}
@media (min-width: 1171px) {
  .m__nav__item > .subnav .subnav__children li {
    margin-bottom: 1.25em;
  }
  .m__nav__item > .subnav .subnav__children li a {
    font-family: "Santral", sans-serif;
    font-size: 15px;
    line-height: 17px;
  }
  .m__nav__item > .subnav .subnav__children li a:hover, .m__nav__item > .subnav .subnav__children li a:focus {
    text-decoration: underline;
  }
}
@media (max-width: 1170px) {
  .m__nav__item > .subnav .subnav__children {
    top: 0;
    height: 100%;
    height: calc(100vh - 80px);
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    padding: 0 20px;
    background-color: #fff;
    z-index: 999;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
  }
  .m__nav__item > .subnav .subnav__children li {
    border-bottom: solid 1px #E1E1E1;
  }
  .m__nav__item > .subnav .subnav__children li a {
    width: 100%;
    display: block;
    font-size: 20px;
    font-family: "Santral", sans-serif;
  }
  .m__nav__item > .subnav .subnav__children .item_title {
    padding: 0;
  }
}
.m__nav__item > .subnav .subnav__back {
  display: none;
}
@media (max-width: 1170px) {
  .m__nav__item > .subnav .subnav__back {
    display: block;
    padding-left: 2em;
    position: relative;
    cursor: pointer;
    line-height: 45px;
    margin: 20px 0 0;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
  }
  .m__nav__item > .subnav .subnav__back::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -5px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    background: url("../images/icons/black-arrow.svg") center/contain no-repeat;
  }
}
@media (min-width: 1171px) {
  .m__nav__item.dropdown:hover .subnav {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

#menu-toggle {
  float: right;
  width: 32px;
  position: relative;
  cursor: pointer;
  height: 22px;
  display: none;
  margin: 34px 20px 0 1em;
}
@media (max-width: 1170px) {
  #menu-toggle {
    display: block;
  }
}
#menu-toggle .menu-line {
  background-color: #040033;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#menu-toggle .line-1 {
  top: 0;
}
#menu-toggle .line-2,
#menu-toggle .line-3 {
  top: 9px;
  right: 0;
  left: auto;
  width: 18px;
}

#menu-mobile {
  display: none;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle {
  margin-top: 29px;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-1,
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-4 {
  opacity: 0;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-2,
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-3 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 24px;
}
@media (max-width: 1170px) {
  #menu-mobile:checked ~ .g__headerMain .g__header__nav {
    display: block;
  }
  #menu-mobile:checked ~ .g__headerMain .g__header__nav .m__nav {
    display: block;
    height: calc(100vh - 110px);
    overflow-y: auto;
    background: #fff;
  }
}

.menu-checkbox {
  display: none !important;
}
.menu-checkbox:checked + .subnav, .menu-checkbox:checked + .subnav__children {
  max-height: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.menu-checkbox:checked ~ label {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.g__footer {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background: #040033;
}
.g__footer a {
  text-decoration: none;
}
.g__footer a .footer-contact-links {
  font-size: 15px;
  line-height: 17px;
  margin-left: 1em;
}
@media (max-width: 1020px) {
  .g__footer a .footer-contact-links {
    margin-bottom: 2em;
  }
}
.g__footer .c__social-links {
  margin: 1.5em 0 2em;
}
@media (max-width: 1020px) {
  .g__footer .c__social-links {
    display: none;
  }
}
.g__footer__main {
  padding-top: 4em;
  padding-bottom: 2em;
  color: #fff;
}
@media (max-width: 1020px) {
  .g__footer__main {
    padding-top: 2.5em;
  }
}
.g__footer__logo {
  max-width: 134px;
  height: auto;
  margin-bottom: 1em;
}
.g__footer__block label {
  position: relative;
  display: block;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1020px) {
  .g__footer__block label {
    border-bottom: solid 1px rgba(255, 255, 255, 0.4784313725);
    cursor: pointer;
  }
  .g__footer__block label::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg) translateY(-50%);
            transform: rotate(135deg) translateY(-50%);
  }
}
@media (max-width: 1020px) {
  .g__footer__blockContent {
    max-height: 0;
    overflow: hidden;
    margin: 0;
  }
}
.g__footer__blockContent ul li {
  margin-bottom: 1em;
}
.g__footer__blockContent ul li a {
  font-size: 15px;
  line-height: 25px;
  position: relative;
}
.g__footer__blockContent ul li a::after {
  content: "";
  height: 2px;
  width: 0;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.g__footer__blockContent ul li a:hover::after {
  width: 100%;
}
.g__footer__block input[name=footer-block] {
  display: none;
}
@media (max-width: 1020px) {
  .g__footer__block input[name=footer-block]:checked + label {
    border-bottom: none;
  }
  .g__footer__block input[name=footer-block]:checked + label::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    right: 4px;
  }
  .g__footer__block input[name=footer-block]:checked ~ .g__footer__blockContent {
    max-height: 100000px;
  }
}
.g__footer .phone {
  position: relative;
  padding-left: 1.5em;
  font-size: 15px;
  line-height: 20px;
  display: inline-grid;
}
@media (min-width: 1021px) and (max-width: 1366px) {
  .g__footer .phone {
    font-size: 12px;
  }
}
.g__footer .phone::before {
  content: url("../images/icons/phone.svg");
  position: absolute;
  left: 0;
  top: 3px;
}
.g__footer .phone::after {
  content: "";
  height: 2px;
  width: 0;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.g__footer .phone:hover::after {
  width: 100%;
}
.g__footer .mail {
  position: relative;
  padding-left: 1.75em;
  font-size: 15px;
  line-height: 20px;
  display: inline-grid;
}
@media (max-width: 1020px) {
  .g__footer .mail {
    margin-bottom: 3em;
  }
}
@media (min-width: 1021px) and (max-width: 1366px) {
  .g__footer .mail {
    font-size: 12px;
  }
}
.g__footer .mail::before {
  content: url("../images/icons/footermail.svg");
  position: absolute;
  left: 0;
  top: 3px;
}
.g__footer .mail::after {
  content: "";
  height: 2px;
  width: 0;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.g__footer .mail:hover::after {
  width: 100%;
}
.g__footer__bottom {
  padding: 1.25em 0;
  color: #fff;
  padding-bottom: 3em;
}
.g__footer__bottom p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 1020px) {
  .g__footer__bottom p {
    font-size: 15px;
    line-height: 20px;
  }
}
.g__footer__bottom .footer-logos {
  margin-top: 4em;
  margin-bottom: 2em;
}
@media (max-width: 1020px) {
  .g__footer__bottom .footer-logos {
    text-align: center;
    margin-top: -1em;
  }
}
.g__footer__bottom .footer-logos img {
  margin-right: 2em;
  max-width: 200px;
  max-height: 60px;
}
@media (max-width: 1020px) {
  .g__footer__bottom .footer-logos img {
    max-width: 70px;
    max-height: 36px;
  }
}
.g__footer__bottom ul.legal-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g__footer__bottom ul.legal-nav li {
  padding: 0 10px;
  vertical-align: top;
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 1020px) {
  .g__footer__bottom ul.legal-nav li {
    font-size: 15px;
    line-height: 25px;
  }
  .g__footer__bottom ul.legal-nav li:first-of-type {
    padding-left: 0;
  }
}
.g__footer__bottom ul.legal-nav li a {
  text-decoration: underline;
}
.g__footer__bottom ul.legal-nav li:not(:last-of-type)::after {
  content: "//";
  color: #fff;
  position: absolute;
  right: -4px;
}
.g__footer__bottomInfo {
  text-align: right;
}
@media (max-width: 1020px) {
  .g__footer__bottomInfo {
    text-align: left;
    margin-top: 1.5em;
  }
}

#top-btn {
  background: #553982;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transition: background 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 2px 28px 0 rgba(135, 135, 135, 0.5);
          box-shadow: 0 2px 28px 0 rgba(135, 135, 135, 0.5);
}
#top-btn.show {
  opacity: 1;
  visibility: visible;
}
#top-btn::after {
  content: "";
  position: absolute;
  top: 27px;
  left: 24px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 768px) {
  #top-btn {
    width: 40px;
    height: 40px;
  }
  #top-btn::after {
    top: 17px;
    left: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #top-btn:hover {
    background-color: #fff;
  }
  #top-btn:hover::after {
    border-color: #553982;
  }
}

#site-footer {
  background: url("../images/icons/newfooter.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1020px) {
  #site-footer {
    background: url("../images/icons/newfootermobile.png");
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 101%;
  }
}

.cookie-acceptance {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1.5em 0;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px 0 #E1E1E1;
          box-shadow: 0 4px 20px 0 #E1E1E1;
  z-index: 999999;
}
@media (max-width: 1020px) {
  .cookie-acceptance {
    text-align: center;
  }
}
.cookie-acceptance.hide {
  display: none;
}
.cookie-acceptance p:last-of-type {
  margin-bottom: 0;
}
.cookie-acceptance p a {
  text-decoration: underline;
}
@media (min-width: 1021px) {
  .cookie-acceptance .btns {
    text-align: right;
  }
}
.cookie-acceptance .btn, .cookie-acceptance .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .cookie-acceptance .link-text, .cookie-acceptance .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .cookie-acceptance .gform_save_link, .cookie-acceptance .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .cookie-acceptance .gform_save_link, .cookie-acceptance .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .cookie-acceptance .gform_save_link, .cookie-acceptance .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .cookie-acceptance .gform_save_link, .cookie-acceptance .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .cookie-acceptance input[type=button], .cookie-acceptance .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .cookie-acceptance input[type=submit], .cookie-acceptance .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .cookie-acceptance input[type=button], .cookie-acceptance .wc-block-cart__submit-button, .cookie-acceptance .wc-block-components-checkout-place-order-button, .cookie-acceptance .wc-block-components-totals-coupon__button, .cookie-acceptance .gform_footer .gform_button, .gform_footer .cookie-acceptance .gform_button, .cookie-acceptance .gform_footer input[type=submit], .gform_footer .cookie-acceptance input[type=submit], .cookie-acceptance .hbspt-form .actions *[type=submit], .hbspt-form .actions .cookie-acceptance *[type=submit] {
  display: inline-block;
  margin: 0 auto 0 10px;
  max-width: 250px;
  min-width: 155px;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .cookie-acceptance .btn, .cookie-acceptance .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .cookie-acceptance .link-text, .cookie-acceptance .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .cookie-acceptance .gform_save_link, .cookie-acceptance .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .cookie-acceptance .gform_save_link, .cookie-acceptance .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .cookie-acceptance .gform_save_link, .cookie-acceptance .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .cookie-acceptance .gform_save_link, .cookie-acceptance .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .cookie-acceptance input[type=button], .cookie-acceptance .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .cookie-acceptance input[type=submit], .cookie-acceptance .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .cookie-acceptance input[type=button], .cookie-acceptance .wc-block-cart__submit-button, .cookie-acceptance .wc-block-components-checkout-place-order-button, .cookie-acceptance .wc-block-components-totals-coupon__button, .cookie-acceptance .gform_footer .gform_button, .gform_footer .cookie-acceptance .gform_button, .cookie-acceptance .gform_footer input[type=submit], .gform_footer .cookie-acceptance input[type=submit], .cookie-acceptance .hbspt-form .actions *[type=submit], .hbspt-form .actions .cookie-acceptance *[type=submit] {
    margin: 1em 10px 0;
  }
}

.site-feedback {
  overflow: hidden;
  background: #f0f4f7;
  padding: 2em 0;
}
@media (min-width: 1021px) {
  .site-feedback__intro {
    display: inline-block;
  }
}
.site-feedback__intro p {
  margin: 0;
}
@media (min-width: 1021px) {
  .site-feedback__intro p {
    line-height: 45px;
  }
}
.site-feedback .gform_wrapper {
  margin-top: 1em;
}
.site-feedback__positive, .site-feedback__negative {
  display: none;
  margin-top: 2em;
}
.site-feedback__positive.active, .site-feedback__negative.active {
  display: block;
}
.site-feedback__buttons .btn, .site-feedback__buttons .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .site-feedback__buttons .link-text, .site-feedback__buttons .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .site-feedback__buttons .gform_save_link, .site-feedback__buttons .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .site-feedback__buttons .gform_save_link, .site-feedback__buttons .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .site-feedback__buttons .gform_save_link, .site-feedback__buttons .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .site-feedback__buttons .gform_save_link, .site-feedback__buttons .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .site-feedback__buttons input[type=button], .site-feedback__buttons .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .site-feedback__buttons input[type=submit], .site-feedback__buttons .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .site-feedback__buttons input[type=button], .site-feedback__buttons .wc-block-cart__submit-button, .site-feedback__buttons .wc-block-components-checkout-place-order-button, .site-feedback__buttons .wc-block-components-totals-coupon__button, .site-feedback__buttons .gform_footer .gform_button, .gform_footer .site-feedback__buttons .gform_button, .site-feedback__buttons .gform_footer input[type=submit], .gform_footer .site-feedback__buttons input[type=submit], .site-feedback__buttons .hbspt-form .actions *[type=submit], .hbspt-form .actions .site-feedback__buttons *[type=submit] {
  padding: 10px 2em;
  width: 48%;
  margin: 1em 0 0;
}
@media (max-width: 1020px) {
  .site-feedback__buttons .btn:first-of-type, .site-feedback__buttons .m__successStories .c__tease--success-story .link-text:first-of-type, .m__successStories .c__tease--success-story .site-feedback__buttons .link-text:first-of-type, .site-feedback__buttons .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link:first-of-type, .m__successStories .c__tease--success-story .m__form .gform_page_footer .site-feedback__buttons .gform_save_link:first-of-type, .site-feedback__buttons .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link:first-of-type, .m__form .gform_page_footer .m__successStories .c__tease--success-story .site-feedback__buttons .gform_save_link:first-of-type, .site-feedback__buttons .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link:first-of-type, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .site-feedback__buttons .gform_save_link:first-of-type, .site-feedback__buttons .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link:first-of-type, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .site-feedback__buttons .gform_save_link:first-of-type, .site-feedback__buttons .m__applicationForm .gform_footer input[type=button]:first-of-type, .m__applicationForm .gform_footer .site-feedback__buttons input[type=button]:first-of-type, .site-feedback__buttons .m__form .gform_page_footer input[type=submit]:first-of-type, .m__form .gform_page_footer .site-feedback__buttons input[type=submit]:first-of-type, .site-feedback__buttons .m__form .gform_page_footer input[type=button]:first-of-type, .m__form .gform_page_footer .site-feedback__buttons input[type=button]:first-of-type, .site-feedback__buttons .wc-block-cart__submit-button:first-of-type, .site-feedback__buttons .wc-block-components-checkout-place-order-button:first-of-type, .site-feedback__buttons .wc-block-components-totals-coupon__button:first-of-type, .site-feedback__buttons .gform_footer .gform_button:first-of-type, .gform_footer .site-feedback__buttons .gform_button:first-of-type, .site-feedback__buttons .gform_footer input[type=submit]:first-of-type, .gform_footer .site-feedback__buttons input[type=submit]:first-of-type, .site-feedback__buttons .hbspt-form .actions [type=submit]:first-of-type, .hbspt-form .actions .site-feedback__buttons [type=submit]:first-of-type {
    margin-right: 2%;
  }
}
@media (min-width: 1021px) {
  .site-feedback__buttons {
    float: right;
  }
  .site-feedback__buttons .btn, .site-feedback__buttons .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .site-feedback__buttons .link-text, .site-feedback__buttons .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .site-feedback__buttons .gform_save_link, .site-feedback__buttons .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .site-feedback__buttons .gform_save_link, .site-feedback__buttons .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .site-feedback__buttons .gform_save_link, .site-feedback__buttons .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .site-feedback__buttons .gform_save_link, .site-feedback__buttons .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .site-feedback__buttons input[type=button], .site-feedback__buttons .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .site-feedback__buttons input[type=submit], .site-feedback__buttons .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .site-feedback__buttons input[type=button], .site-feedback__buttons .wc-block-cart__submit-button, .site-feedback__buttons .wc-block-components-checkout-place-order-button, .site-feedback__buttons .wc-block-components-totals-coupon__button, .site-feedback__buttons .gform_footer .gform_button, .gform_footer .site-feedback__buttons .gform_button, .site-feedback__buttons .gform_footer input[type=submit], .gform_footer .site-feedback__buttons input[type=submit], .site-feedback__buttons .hbspt-form .actions *[type=submit], .hbspt-form .actions .site-feedback__buttons *[type=submit] {
    margin: 0 0 0 1em;
    min-width: 170px;
    width: auto;
  }
}

#feedback-no {
  display: none;
}
#feedback-no:checked ~ .site-feedback .site-feedback__negative {
  display: block;
}
#feedback-no:checked ~ .site-feedback .site-feedback__positive {
  display: none;
}

#feedback-yes {
  display: none;
}
#feedback-yes:checked ~ .site-feedback .site-feedback__negative {
  display: none;
}
#feedback-yes:checked ~ .site-feedback .site-feedback__positive {
  display: block;
}

.g__newsletter {
  background: #f0f4f7;
  padding: 2em 0;
}
.g__newsletter .validation_error, .g__newsletter .gform_ajax_spinner {
  display: none;
}
@media (max-width: 1020px) {
  .g__newsletter .gform_button {
    width: 100%;
  }
  .g__newsletter .gform_body {
    margin-top: 1em;
  }
}
@media (min-width: 1021px) {
  .g__newsletter .gform_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g__newsletter .gform_wrapper .gform_heading {
    width: 40%;
    padding-right: 2em;
  }
  .g__newsletter .gform_wrapper form {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

:root {
  --tec-font-family-sans-serif: $font;
  --tec-color-text-primary: #040033;
  --tec-color-text-secondary: #040033;
  --tec-color-icon-focus: #040033;
  --tec-color-event-icon-hover: #040033;
  --tec-color-accent-primary: #040033;
  --tec-color-accent-primary-hover: rgba(4, 0, 51, 0.8);
  --tec-color-accent-primary-active: rgba(4, 0, 51, 0.9);
  --tec-border-radius-default: 10px;
  --tec-color-border-secondary: #cccccc;
  --tec-font-size-1: 14px;
  --tec-font-size-2: 16px;
  --tec-line-height-3: 1.38;
}

body.a11y-dialog__body-locked .g__header {
  z-index: 0;
}

body.page-tribe-attendee-registration .event-tickets .tribe-tickets__mini-cart, body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart {
  margin-top: 0 !important;
}

body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-actions, body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-actions {
  margin-top: 3em !important;
}

body.page-tribe-attendee-registration .tribe-tickets__registration {
  max-width: 1400px !important;
}

body.page-tribe-attendee-registration .event-tickets .tribe-tickets__mini-cart, body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart,
.entry .entry-content .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__tickets-form {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  border: 0;
  font-family: "Santral", sans-serif;
  max-width: none;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__mini-cart .tribe-tickets__tickets-item-content-title, body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart .tribe-tickets__tickets-item-content-title,
.entry .entry-content .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item-content-title, .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item-content-title {
  text-transform: uppercase !important;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__mini-cart .tribe-tickets__tickets-item-details-content, body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart .tribe-tickets__tickets-item-details-content,
.entry .entry-content .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item-details-content, .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item-details-content {
  margin-top: 10px;
}

.tribe-common .tribe-common-h--alt {
  font-weight: 700;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-common button.tribe-common-c-btn {
  min-width: 206px;
}

.tribe-tickets__tickets-item-content-title {
  text-transform: uppercase;
}

.entry .entry-content .event-tickets .tribe-tickets__attendee-tickets-item, .event-tickets .tribe-tickets__attendee-tickets-item {
  border-width: 1px;
}

.wp-block-woocommerce-checkout-order-summary-block {
  background: #FFF;
  border: 0 !important;
}

.wc-block-components-textarea, .wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
  border-color: #cccccc;
  border-radius: 10px;
}

body.single-course .c__hero__standard .c__hero__content > div, body.woocommerce-checkout .c__hero__standard .c__hero__content > div {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  body.single-course .c__hero__standard .c__hero__content h1, body.woocommerce-checkout .c__hero__standard .c__hero__content h1 {
    font-size: 30px;
    line-height: 150%;
    max-width: 100%;
  }
}
@media (max-width: 1020px) {
  body.single-course .wp-block-columns, body.woocommerce-checkout .wp-block-columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  body.single-course .wp-block-column, body.woocommerce-checkout .wp-block-column {
    width: 100% !important;
  }
}

#tribe-modal__cart .tribe-tickets__tickets-item-details-summary {
  display: none;
}
#tribe-modal__cart .tribe-tickets__tickets-item-details-content {
  display: block !important;
  visibility: visible;
  margin-top: 0;
}

.wc-block-cart-item__wrap .wc-block-components-product-name {
  font-weight: bold;
  text-transform: uppercase;
  color: #040033;
}

@media (min-width: 1021px) {
  .wc-block-components-sidebar {
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 1.5em !important;
  }
}
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
  margin-bottom: 1.5em;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, .woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header {
  color: #040033;
  text-transform: none;
  font-size: 20px;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
  color: #040033;
  text-transform: none;
  font-size: 20px;
  margin-bottom: 0.5em;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding: 0 !important;
}

@media (min-width: 768px) {
  body.theme-mw-baltic-apprenticeships .entry .entry-content .event-tickets .tribe-tickets__tickets-item, body.theme-mw-baltic-apprenticeships .event-tickets .tribe-tickets__tickets-item {
    gap: 8px;
  }
}
body.theme-mw-baltic-apprenticeships .wc-blocks-components-select .wc-blocks-components-select__select, body.theme-mw-baltic-apprenticeships .wc-block-components-form .wc-block-components-text-input input[type=email], body.theme-mw-baltic-apprenticeships .wc-block-components-form .wc-block-components-text-input input[type=number], body.theme-mw-baltic-apprenticeships .wc-block-components-form .wc-block-components-text-input input[type=password], body.theme-mw-baltic-apprenticeships .wc-block-components-form .wc-block-components-text-input input[type=tel], body.theme-mw-baltic-apprenticeships .wc-block-components-form .wc-block-components-text-input input[type=text], body.theme-mw-baltic-apprenticeships .wc-block-components-form .wc-block-components-text-input input[type=url], body.theme-mw-baltic-apprenticeships .wc-block-components-text-input input[type=email], body.theme-mw-baltic-apprenticeships .wc-block-components-text-input input[type=number], body.theme-mw-baltic-apprenticeships .wc-block-components-text-input input[type=password], body.theme-mw-baltic-apprenticeships .wc-block-components-text-input input[type=tel], body.theme-mw-baltic-apprenticeships .wc-block-components-text-input input[type=text], body.theme-mw-baltic-apprenticeships .wc-block-components-text-input input[type=url] {
  border-color: #CCC;
  border-radius: 10px;
}
body.theme-mw-baltic-apprenticeships .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  margin-left: 0;
  color: #040033;
  font-size: 20px;
  font-weight: 700;
}
body.theme-mw-baltic-apprenticeships .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin: 0;
  border-bottom: solid 1px #ccc;
}
body.theme-mw-baltic-apprenticeships .wc-block-components-order-summary.is-large {
  padding: 0;
}
body.theme-mw-baltic-apprenticeships .wc-block-checkout__sidebar .wc-block-components-product-name {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Santral", sans-serif;
  color: #040033;
}
body.theme-mw-baltic-apprenticeships .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
  font-weight: 700;
}
body.theme-mw-baltic-apprenticeships .wp-block-woocommerce-checkout {
  font-family: "Santral", sans-serif;
  color: #040033;
}
body.theme-mw-baltic-apprenticeships .checkout-title {
  color: #040033;
  font-size: 30px;
  text-transform: uppercase;
}
body.theme-mw-baltic-apprenticeships .tribe-tickets__tickets-footer-quantity, body.theme-mw-baltic-apprenticeships .tribe-tickets__tickets-footer-total {
  display: none !important;
}
body.theme-mw-baltic-apprenticeships .tribe-common a.tribe-common-c-btn-link, body.theme-mw-baltic-apprenticeships .tribe-common button.tribe-common-c-btn-link, body.theme-mw-baltic-apprenticeships .tribe-common input[type=button].tribe-common-c-btn-link, body.theme-mw-baltic-apprenticeships .tribe-common input[type=submit].tribe-common-c-btn-link {
  padding: 11px 14px;
}
body.theme-mw-baltic-apprenticeships .wc-block-cart .wc-block-cart-items td {
  font-family: "Santral", sans-serif;
}
body.theme-mw-baltic-apprenticeships .tribe-tickets__mini-cart .tribe-tickets__tickets-item-content-subtitle {
  display: none;
}
body.theme-mw-baltic-apprenticeships .wc-block-components-totals-coupon__button {
  max-height: 50px;
}

.woocommerce-order {
  font-family: "Santral", sans-serif;
  color: #040033;
}
.woocommerce-order .tec-tickets__attendees-list-wrapper, .woocommerce-order .woocommerce-customer-details {
  display: none;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details {
  border-left: 0;
  border-right: 0;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details td, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details th {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-order th.woocommerce-table__product-name {
  text-transform: none;
}
.woocommerce-order td.woocommerce-table__product-name {
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce-order td.woocommerce-table__product-name .tribe-attendee-meta {
  width: 100%;
  text-transform: none;
  font-weight: 400;
  margin: 1em 0;
  max-width: 600px;
}
.woocommerce-order td.woocommerce-table__product-name .tribe-attendee-meta td {
  border: 0;
  padding: 5px 0;
}
.woocommerce-order td.woocommerce-table__product-name .tribe-attendee-meta tr:last-of-type {
  display: none;
}

.tribe-dialog__wrapper {
  font-family: "Santral", sans-serif;
}

.c__hero {
  overflow: hidden;
  background: #553982 center/cover no-repeat;
  width: 100%;
  padding: 0;
  min-height: 550px;
  position: relative;
  color: #fff;
}
@media (max-width: 1020px) {
  .c__hero {
    background: #fff;
    padding-bottom: 4em;
  }
}
@media (min-width: 769px) and (max-width: 1020px) {
  .c__hero {
    padding-bottom: 9em;
  }
}
.c__hero::before {
  content: "";
  background-image: url("../images/icons/new-header-hero.png");
  width: 100%;
  position: absolute;
  left: 0;
  display: block;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
@media (min-width: 1021px) {
  .c__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    clip-path: polygon(35% 0, 80% 0%, 100% 0, 100% 80%, 100% 89%, 67% 100%, 0 86%, 0 0);
  }
}
@media (max-width: 1020px) {
  .c__hero {
    height: auto;
    min-height: auto;
    padding-top: 0;
  }
  .c__hero::before {
    background-image: url("../images/icons/newheromobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
.c__hero > .l__contain, .c__hero > .wp-block-columns {
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c__hero__img {
  width: 100%;
  float: left;
  position: relative;
  -webkit-mask-image: url("../images/icons/header-desktop-mask.png");
          mask-image: url("../images/icons/header-desktop-mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 115% 100%;
          mask-size: 115% 100%;
  -webkit-mask-position: top right;
          mask-position: top right;
}
@media (max-width: 1020px) {
  .c__hero__img {
    width: 100%;
    float: right;
    position: relative;
    min-height: 150px;
  }
}
@media (max-width: 1020px) {
  .c__hero__img {
    min-height: 320px;
    -webkit-mask-image: url("../images/icons/mobile-hero-img.png");
            mask-image: url("../images/icons/mobile-hero-img.png");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 80% 100%;
            mask-size: 80% 100%;
    -webkit-mask-position: right;
            mask-position: right;
  }
}
.c__hero__img::before {
  content: "";
  display: block;
  padding-top: 56%;
}
@media (min-width: 1021px) {
  .c__hero__img {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 55%;
    z-index: 0;
    max-width: 1050px;
  }
}
.c__hero__content {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c__hero__content h1 {
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .c__hero__content h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 1367px) {
  .c__hero__content {
    width: 100%;
    float: left;
    padding-right: 4em;
  }
  .c__hero__content h1 {
    font-size: 46px;
    line-height: 62px;
  }
}
@media (max-width: 1020px) {
  .c__hero__content {
    padding: 2em 0;
    width: 100%;
  }
}
.c__hero__content time {
  margin: 0.5em 0;
  display: block;
}
.c__hero__content .m__social-share {
  margin-top: 2em;
}
.c__hero__content p {
  font-size: 15px;
  line-height: 25px;
}
@media (min-width: 1021px) {
  .c__hero__content p {
    width: 100%;
    max-width: 500px;
  }
}
.c__hero__content p:last-of-type {
  margin: 0;
}
.c__hero__content .order_id {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 20px;
  display: block;
  font-family: "Santral", sans-serif;
}
.c__hero__contentBtns {
  margin-top: 1em;
}
.c__hero__contentBtns .btn, .c__hero__contentBtns .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .c__hero__contentBtns .link-text, .c__hero__contentBtns .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .c__hero__contentBtns .gform_save_link, .c__hero__contentBtns .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .c__hero__contentBtns .gform_save_link, .c__hero__contentBtns .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .c__hero__contentBtns .gform_save_link, .c__hero__contentBtns .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .c__hero__contentBtns .gform_save_link, .c__hero__contentBtns .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .c__hero__contentBtns input[type=button], .c__hero__contentBtns .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__hero__contentBtns input[type=submit], .c__hero__contentBtns .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .c__hero__contentBtns input[type=button], .c__hero__contentBtns .gform_footer .gform_button, .gform_footer .c__hero__contentBtns .gform_button, .c__hero__contentBtns .gform_footer input[type=submit], .gform_footer .c__hero__contentBtns input[type=submit], .c__hero__contentBtns .hbspt-form .actions *[type=submit], .hbspt-form .actions .c__hero__contentBtns *[type=submit], .c__hero__contentBtns .wc-block-cart__submit-button, .c__hero__contentBtns .wc-block-components-checkout-place-order-button, .c__hero__contentBtns .wc-block-components-totals-coupon__button {
  margin: 1em 1em 0 0;
}
@media (min-width: 1021px) {
  .c__hero__contentBtns .btn, .c__hero__contentBtns .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .c__hero__contentBtns .link-text, .c__hero__contentBtns .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .c__hero__contentBtns .gform_save_link, .c__hero__contentBtns .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .c__hero__contentBtns .gform_save_link, .c__hero__contentBtns .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .c__hero__contentBtns .gform_save_link, .c__hero__contentBtns .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .c__hero__contentBtns .gform_save_link, .c__hero__contentBtns .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .c__hero__contentBtns input[type=button], .c__hero__contentBtns .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__hero__contentBtns input[type=submit], .c__hero__contentBtns .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .c__hero__contentBtns input[type=button], .c__hero__contentBtns .gform_footer .gform_button, .gform_footer .c__hero__contentBtns .gform_button, .c__hero__contentBtns .gform_footer input[type=submit], .gform_footer .c__hero__contentBtns input[type=submit], .c__hero__contentBtns .hbspt-form .actions *[type=submit], .hbspt-form .actions .c__hero__contentBtns *[type=submit], .c__hero__contentBtns .wc-block-cart__submit-button, .c__hero__contentBtns .wc-block-components-checkout-place-order-button, .c__hero__contentBtns .wc-block-components-totals-coupon__button {
    min-width: 205px;
  }
}
@media (max-width: 768px) {
  .c__hero__contentBtns .btn, .c__hero__contentBtns .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .c__hero__contentBtns .link-text, .c__hero__contentBtns .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .c__hero__contentBtns .gform_save_link, .c__hero__contentBtns .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .c__hero__contentBtns .gform_save_link, .c__hero__contentBtns .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .c__hero__contentBtns .gform_save_link, .c__hero__contentBtns .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .c__hero__contentBtns .gform_save_link, .c__hero__contentBtns .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .c__hero__contentBtns input[type=button], .c__hero__contentBtns .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__hero__contentBtns input[type=submit], .c__hero__contentBtns .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .c__hero__contentBtns input[type=button], .c__hero__contentBtns .gform_footer .gform_button, .gform_footer .c__hero__contentBtns .gform_button, .c__hero__contentBtns .gform_footer input[type=submit], .gform_footer .c__hero__contentBtns input[type=submit], .c__hero__contentBtns .hbspt-form .actions *[type=submit], .hbspt-form .actions .c__hero__contentBtns *[type=submit], .c__hero__contentBtns .wc-block-cart__submit-button, .c__hero__contentBtns .wc-block-components-checkout-place-order-button, .c__hero__contentBtns .wc-block-components-totals-coupon__button {
    width: 100%;
  }
}
.c__hero__standard .l__row.l__flexheight {
  height: 100%;
}
.c__hero__standard .c__hero__content h1 {
  max-width: 70%;
}
.c__hero__breadcrumb {
  margin-top: 1.5em;
}
@media (min-width: 1021px) {
  .c__hero__breadcrumb {
    position: absolute;
    top: 20px;
    z-index: 999;
    margin: 0;
  }
}
.c__hero__logo {
  margin-bottom: 15px;
}
.c__hero__logo p {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px !important;
  max-width: none;
  width: auto;
  vertical-align: top;
}
.c__hero__logo img {
  max-height: 30px;
  width: auto;
  display: inline-block;
}
.c__hero__successStory .c__hero__img {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 1020px) {
  .c__hero__successStory .c__hero__img {
    -webkit-mask-image: none;
            mask-image: none;
    min-height: auto;
    float: none;
  }
}
.c__hero__successStory .c__hero__content h1 {
  width: 100%;
}
@media (min-width: 1021px) {
  .c__hero__successStory .c__hero__content h1 {
    line-height: 100px;
    display: inline-block;
    margin-bottom: 15px;
    width: calc(100% - 120px);
  }
}
.c__hero__embed {
  z-index: 2;
  position: relative;
  padding-bottom: 5rem;
}
@media (min-width: 1021px) {
  .c__hero__embed {
    padding-bottom: 10rem;
    padding-top: 4rem;
  }
}
.c__hero__embed .hbspt-form .hs-form-field label {
  color: #fff;
}
body.ie11 .c__hero {
  min-height: auto;
  height: 400px;
}

#site-content .c__hero .c__hero__breadcrumb #breadcrumbs {
  margin: 0;
  top: 20px;
  font-size: 12px;
  line-height: 25px;
  color: #fff !important;
}
#site-content .c__hero .c__hero__breadcrumb #breadcrumbs span, #site-content .c__hero .c__hero__breadcrumb #breadcrumbs a {
  color: #fff !important;
}
#site-content .c__hero .c__hero__breadcrumb #breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.gated-content {
  background-color: #fff;
  padding: 4em 0;
  max-height: 750px !important;
  max-width: 1300px;
  width: 100%;
  overflow-y: scroll;
  position: relative;
  border-radius: 4px;
}
.gated-content h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 1em;
}
.gated-content h2 {
  max-width: 80%;
  margin-bottom: 0.75em;
}
@media (max-width: 1020px) {
  .gated-content h2 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .gated-content h2 {
    margin-bottom: 1em;
  }
}
.gated-content .content ul {
  list-style: square;
}
.gated-content .content ul li {
  line-height: 30px;
}
.gated-content .gform_confirmation_message .link {
  text-decoration: underline;
}
.gated-content .gform_confirmation_message .link:hover {
  text-decoration: none;
}
.gated-content .gform_body {
  margin: 0 -0.5em;
}
.gated-content .gform_body .gform_fields {
  margin: 0;
}
.gated-content .gform_body .gform_fields .gfield label,
.gated-content .gform_body .gform_fields .gfield .gfield_label {
  color: #040033;
}
.gated-content .gform_body .gform_fields .gfield.consent label {
  width: calc(100% - 50px);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.gated-content .gform_body .gform_fields .gfield.text-block p {
  margin: 0;
}

.c__heroSlider {
  position: relative;
  padding: 150px 0 200px;
}
@media (max-width: 1020px) {
  .c__heroSlider {
    padding: 0 0 150px;
  }
}
@media (max-width: 480px) {
  .c__heroSlider {
    padding: 0 0 100px;
  }
}
.c__heroSlider .slick-arrow {
  display: none !important;
}
.c__heroSlider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/icons/newhome.png");
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  top: -2%;
}
@media (max-width: 1020px) {
  .c__heroSlider::before {
    background-image: linear-gradient(64.65deg, #553982 0%, #040033 100%);
  }
}
@media (max-width: 480px) {
  .c__heroSlider::before {
    background-image: url("../images/icons/newhomemobile.png");
    z-index: 2;
  }
}
.c__heroSlider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 140px;
  background-image: url("../images/icons/hero-bottom.png");
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 0;
}
.c__heroSlider .c__hero__content {
  padding: 122px 0 0;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  position: relative;
  width: 43%;
  float: left;
}
@media (max-width: 1020px) {
  .c__heroSlider .c__hero__content {
    width: 100%;
    padding: 0;
    margin-top: -4em;
    z-index: 2;
  }
  .c__heroSlider .c__hero__content div {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .c__heroSlider .c__hero__content {
    margin-top: -6em;
  }
}
@media (max-width: 768px) {
  .c__heroSlider .c__hero__content .c__hero__contentBtns {
    margin-top: 0;
  }
}
.c__heroSlider .c__hero__content .btn, .c__heroSlider .c__hero__content .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .c__heroSlider .c__hero__content .link-text, .c__heroSlider .c__hero__content .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .c__heroSlider .c__hero__content .gform_save_link, .c__heroSlider .c__hero__content .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .c__heroSlider .c__hero__content .gform_save_link, .c__heroSlider .c__hero__content .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .c__heroSlider .c__hero__content .gform_save_link, .c__heroSlider .c__hero__content .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .c__heroSlider .c__hero__content .gform_save_link, .c__heroSlider .c__hero__content .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .c__heroSlider .c__hero__content input[type=button], .c__heroSlider .c__hero__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__heroSlider .c__hero__content input[type=submit], .c__heroSlider .c__hero__content .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .c__heroSlider .c__hero__content input[type=button], .c__heroSlider .c__hero__content .gform_footer .gform_button, .gform_footer .c__heroSlider .c__hero__content .gform_button, .c__heroSlider .c__hero__content .gform_footer input[type=submit], .gform_footer .c__heroSlider .c__hero__content input[type=submit], .c__heroSlider .c__hero__content .hbspt-form .actions *[type=submit], .hbspt-form .actions .c__heroSlider .c__hero__content *[type=submit], .c__heroSlider .c__hero__content .wc-block-cart__submit-button, .c__heroSlider .c__hero__content .wc-block-components-checkout-place-order-button, .c__heroSlider .c__hero__content .wc-block-components-totals-coupon__button {
  padding: 8px 1.5em;
  min-width: auto;
}
.c__heroSlider .c__hero__content .btn--secondary, .c__heroSlider .c__hero__content .m__form:not(.no-bg) .hbspt-form .actions *[type=submit], .m__form:not(.no-bg) .hbspt-form .actions .c__heroSlider .c__hero__content *[type=submit], .c__heroSlider .c__hero__content .c__hero__embed .hbspt-form .actions *[type=submit], .c__hero__embed .hbspt-form .actions .c__heroSlider .c__hero__content *[type=submit] {
  color: #553982;
}
.c__heroSlider .hero-slider {
  width: 57%;
  float: right;
  color: #fff;
  position: relative;
}
.c__heroSlider .hero-slider .slick-slide {
  opacity: 0.25;
  border: 0;
  outline: 0;
}
.c__heroSlider .hero-slider .slick-active {
  opacity: 0.6;
}
.c__heroSlider .hero-slider .slick-current {
  opacity: 1;
}
@media (max-width: 1020px) {
  .c__heroSlider .hero-slider {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media (max-width: 768px) {
  .c__heroSlider .hero-slider {
    margin-bottom: 1em;
  }
}
@media (max-width: 1020px) {
  .c__heroSlider .hero-slider.desktop {
    display: none;
  }
}
.c__heroSlider .hero-slider.mobile {
  display: none;
}
@media (max-width: 1020px) {
  .c__heroSlider .hero-slider.mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .c__heroSlider .hero-slider.mobile {
    max-height: 34px;
    overflow: hidden;
  }
}
.c__heroSlider h1, .c__heroSlider h2, .c__heroSlider p {
  color: #fff;
}
.c__heroSlider h1, .c__heroSlider h2 {
  font-size: 52px;
  line-height: 57px;
  text-transform: uppercase;
}
@media (max-width: 1410px) {
  .c__heroSlider h1, .c__heroSlider h2 {
    font-size: 3.514vw;
    line-height: 4.122vw;
  }
}
@media (max-width: 1020px) {
  .c__heroSlider h1, .c__heroSlider h2 {
    font-size: 52px;
    line-height: 61px;
  }
}
@media (max-width: 1020px) {
  .c__heroSlider h1, .c__heroSlider h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .c__heroSlider h1, .c__heroSlider h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 360px) {
  .c__heroSlider h1, .c__heroSlider h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c__heroSlider h2 {
  margin-bottom: 0;
}
.c__heroSlider p {
  width: 100%;
}
.c__heroSlider .c__hero__img {
  width: 50%;
  float: left;
  position: relative;
  z-index: -1;
  -webkit-mask-image: none;
          mask-image: none;
  max-width: none;
}
.c__heroSlider .c__hero__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width: 1021px) {
  .c__heroSlider .c__hero__img {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 50%;
  }
}
@media (max-width: 1020px) {
  .c__heroSlider .c__hero__img {
    min-height: 320px;
    -webkit-mask-image: url("../images/icons/homepage-hero-mask.png");
            mask-image: url("../images/icons/homepage-hero-mask.png");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: right;
            mask-position: right;
    z-index: 1;
    width: 70%;
  }
}
@media (max-width: 480px) {
  .c__heroSlider .c__hero__img {
    width: 100%;
    -webkit-mask-image: unset;
            mask-image: unset;
  }
}
.c__heroSlider .c__heroSlider__item {
  min-height: 450px;
}
@media (min-width: 1021px) {
  .c__heroSlider .c__heroSlider__item {
    min-height: 660px;
  }
}
.c__heroSlider .c__heroSlider__item .l__contain, .c__heroSlider .c__heroSlider__item .wp-block-columns {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c__heroSlider .c__heroSlider__item .c__hero__content {
  max-width: 570px;
  color: #fff;
}
.c__heroSlider .c__heroSlider__item .c__hero__content p:last-of-type {
  margin: 0;
}
.c__heroSlider .c__heroSlider__item .c__hero__content .btn, .c__heroSlider .c__heroSlider__item .c__hero__content .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .c__heroSlider .c__heroSlider__item .c__hero__content .link-text, .c__heroSlider .c__heroSlider__item .c__hero__content .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .c__heroSlider .c__heroSlider__item .c__hero__content .gform_save_link, .c__heroSlider .c__heroSlider__item .c__hero__content .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .c__heroSlider .c__heroSlider__item .c__hero__content .gform_save_link, .c__heroSlider .c__heroSlider__item .c__hero__content .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .c__heroSlider .c__heroSlider__item .c__hero__content .gform_save_link, .c__heroSlider .c__heroSlider__item .c__hero__content .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .c__heroSlider .c__heroSlider__item .c__hero__content .gform_save_link, .c__heroSlider .c__heroSlider__item .c__hero__content .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .c__heroSlider .c__heroSlider__item .c__hero__content input[type=button], .c__heroSlider .c__heroSlider__item .c__hero__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__heroSlider .c__heroSlider__item .c__hero__content input[type=submit], .c__heroSlider .c__heroSlider__item .c__hero__content .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .c__heroSlider .c__heroSlider__item .c__hero__content input[type=button], .c__heroSlider .c__heroSlider__item .c__hero__content .gform_footer .gform_button, .gform_footer .c__heroSlider .c__heroSlider__item .c__hero__content .gform_button, .c__heroSlider .c__heroSlider__item .c__hero__content .gform_footer input[type=submit], .gform_footer .c__heroSlider .c__heroSlider__item .c__hero__content input[type=submit], .c__heroSlider .c__heroSlider__item .c__hero__content .hbspt-form .actions *[type=submit], .hbspt-form .actions .c__heroSlider .c__heroSlider__item .c__hero__content *[type=submit], .c__heroSlider .c__heroSlider__item .c__hero__content .wc-block-cart__submit-button, .c__heroSlider .c__heroSlider__item .c__hero__content .wc-block-components-checkout-place-order-button, .c__heroSlider .c__heroSlider__item .c__hero__content .wc-block-components-totals-coupon__button {
  margin: 2em 1em 0 0;
}

.applications-disabled.single-vacancy .c__hero__contentBtns .btn, .applications-disabled.single-vacancy .c__hero__contentBtns .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .applications-disabled.single-vacancy .c__hero__contentBtns .link-text, .applications-disabled.single-vacancy .c__hero__contentBtns .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .applications-disabled.single-vacancy .c__hero__contentBtns .gform_save_link, .applications-disabled.single-vacancy .c__hero__contentBtns .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .applications-disabled.single-vacancy .c__hero__contentBtns .gform_save_link, .applications-disabled.single-vacancy .c__hero__contentBtns .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .applications-disabled.single-vacancy .c__hero__contentBtns .gform_save_link, .applications-disabled.single-vacancy .c__hero__contentBtns .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .applications-disabled.single-vacancy .c__hero__contentBtns .gform_save_link, .applications-disabled.single-vacancy .c__hero__contentBtns .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .applications-disabled.single-vacancy .c__hero__contentBtns input[type=button], .applications-disabled.single-vacancy .c__hero__contentBtns .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .applications-disabled.single-vacancy .c__hero__contentBtns input[type=submit], .applications-disabled.single-vacancy .c__hero__contentBtns .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .applications-disabled.single-vacancy .c__hero__contentBtns input[type=button], .applications-disabled.single-vacancy .c__hero__contentBtns .gform_footer .gform_button, .gform_footer .applications-disabled.single-vacancy .c__hero__contentBtns .gform_button, .applications-disabled.single-vacancy .c__hero__contentBtns .gform_footer input[type=submit], .gform_footer .applications-disabled.single-vacancy .c__hero__contentBtns input[type=submit], .applications-disabled.single-vacancy .c__hero__contentBtns .hbspt-form .actions *[type=submit], .hbspt-form .actions .applications-disabled.single-vacancy .c__hero__contentBtns *[type=submit], .applications-disabled.single-vacancy .c__hero__contentBtns .wc-block-cart__submit-button, .applications-disabled.single-vacancy .c__hero__contentBtns .wc-block-components-checkout-place-order-button, .applications-disabled.single-vacancy .c__hero__contentBtns .wc-block-components-totals-coupon__button {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

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

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

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

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

/* Theme - dots */
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 1em;
}
.slick-dots::after {
  content: "";
  clear: both;
  display: table;
}
.slick-dots li {
  display: inline-block;
  height: 2px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  width: 29px;
}
.slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #553982;
  display: block;
  height: 2px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 29px;
  cursor: pointer;
  opacity: 37%;
}
.slick-dots li button:active, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #E5005B;
  cursor: auto;
  opacity: 1;
}
.slick-dots li:not(:last-child) {
  margin-right: 10px;
}

/* Theme - arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background: linear-gradient(319.76deg, #E5005B 0%, #F49B00 100%);
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  font-size: 0;
  line-height: 0;
  outline: 0;
  color: transparent;
  z-index: 1;
  padding: 0;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slick-arrow::before {
  content: "";
  display: block;
  background: url(../images/icons/white-arrow.svg) center/contain no-repeat;
  width: 100%;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-arrow:hover::before {
  background: url(../images/icons/black-arrow.svg) center/contain no-repeat;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.slick-arrow.slick-next {
  right: 0;
}

/* Lity - v2.3.1 - http://sorgalla.com/lity/ */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.5);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.lity-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.lity-hide {
  display: none;
}

.m__textBlock p:last-of-type {
  margin-bottom: 0;
}
.m__textBlock a {
  text-decoration: underline;
}
.m__textBlock a:hover, .m__textBlock a:focus, .m__textBlock a:active {
  text-decoration: none;
}

.single-post #site-content .wp-block-column p,
.single-post #site-content .post-text-block p {
  color: #2c2c32 !important;
}
.single-post #site-content .wp-block-column p a, .single-post #site-content .wp-block-column p span,
.single-post #site-content .post-text-block p a,
.single-post #site-content .post-text-block p span {
  color: #2c2c32 !important;
}
.single-post #site-content .wp-block-column h2, .single-post #site-content .wp-block-column h3, .single-post #site-content .wp-block-column h4, .single-post #site-content .wp-block-column h5, .single-post #site-content .wp-block-column h6,
.single-post #site-content .post-text-block h2,
.single-post #site-content .post-text-block h3,
.single-post #site-content .post-text-block h4,
.single-post #site-content .post-text-block h5,
.single-post #site-content .post-text-block h6 {
  color: #2c2c32 !important;
}
.single-post #site-content .wp-block-column h2 span, .single-post #site-content .wp-block-column h3 span, .single-post #site-content .wp-block-column h4 span, .single-post #site-content .wp-block-column h5 span, .single-post #site-content .wp-block-column h6 span,
.single-post #site-content .post-text-block h2 span,
.single-post #site-content .post-text-block h3 span,
.single-post #site-content .post-text-block h4 span,
.single-post #site-content .post-text-block h5 span,
.single-post #site-content .post-text-block h6 span {
  color: #2c2c32 !important;
}
.single-post #site-content .c__hero__standard .c__hero__content h1 {
  max-width: 50%;
}
@media (max-width: 768px) {
  .single-post #site-content .c__hero__standard .c__hero__content h1 {
    width: 100%;
  }
}

.m__accordion {
  width: 100%;
  float: left;
}
.m__accordion.hide {
  display: none;
}
@media (min-width: 1021px) {
  .m__accordion h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #040033;
    margin-top: 18px;
  }
}
.m__accordion--bk .m__accordion-item {
  border-color: #fff;
}
.m__accordion .m__accordion-item {
  border-top: 1px solid #979797;
}
.m__accordion .m__accordion-item:first-of-type {
  border-top: none;
}
.m__accordion .m__accordion-item:last-of-type {
  border-bottom: 1px solid #979797;
}
.m__accordion .m__accordion-item__heading {
  padding: 1em 0;
  display: block;
}
.m__accordion .m__accordion-item__heading h4 {
  position: relative;
  margin: 0;
  cursor: pointer;
  padding-right: 40px;
  line-height: 30px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.m__accordion .m__accordion-item__heading h4 > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #fff;
}
.m__accordion .m__accordion-item__heading h4 > span::before, .m__accordion .m__accordion-item__heading h4 > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #553982;
  border-radius: 15px;
}
.m__accordion .m__accordion-item__heading h4 > span::before {
  width: 12px;
  height: 2px;
}
.m__accordion .m__accordion-item__heading h4 > span::after {
  width: 2px;
  height: 12px;
}
.m__accordion .m__accordion-item__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.m__accordion .m__accordion-item__body p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.m__accordion .m__accordion-item__body p:first-of-type {
  margin-top: 0;
}
.m__accordion .m__accordion-item input[type=radio],
.m__accordion .m__accordion-item input[type=checkbox] {
  display: none;
}
.m__accordion .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading h4 > span::before,
.m__accordion .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading h4 > span::before {
  background: #553982;
}
.m__accordion .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading h4 > span::after,
.m__accordion .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading h4 > span::after {
  display: none;
}
.m__accordion .m__accordion-item input[type=radio]:checked ~ .m__accordion-item__body,
.m__accordion .m__accordion-item input[type=checkbox]:checked ~ .m__accordion-item__body {
  max-height: 10000px;
}

.m__form {
  background: #fff;
  background-image: url("../images/icons/newform.png");
  padding: 5em 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1020px) {
  .m__form {
    background-image: url("../images/icons/newctamobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.m__form input[type=file] {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  min-height: auto;
  padding: 0;
  border-radius: 0;
}
.m__form .gform_submission_error {
  font-size: 18px;
  color: #fff;
}
.m__form .gform_button,
.m__form input[type=submit] {
  position: relative;
}
.m__form .gform_button::after,
.m__form input[type=submit]::after {
  content: "";
  height: 2px;
  width: 0;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1020px) {
  .m__form .gform_button,
  .m__form input[type=submit] {
    width: 100%;
  }
}
.m__form .gform_button:hover, .m__form .gform_button.active,
.m__form input[type=submit]:hover,
.m__form input[type=submit].active {
  color: #fff;
}
.m__form .gform_button:hover::after, .m__form .gform_button.active::after,
.m__form input[type=submit]:hover::after,
.m__form input[type=submit].active::after {
  width: 70%;
}
.m__form h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.m__form p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.m__form .phone {
  position: relative;
  padding-left: 1.5em;
  font-size: 15px;
  line-height: 20px;
  margin-top: 2em;
}
.m__form .phone a {
  text-decoration: none;
}
@media (min-width: 1021px) and (max-width: 1366px) {
  .m__form .phone {
    font-size: 12px;
  }
}
.m__form .phone::before {
  content: url("../images/icons/phonedark.svg");
  position: absolute;
  left: 0;
  top: 3px;
}
.m__form .mail {
  position: relative;
  padding-left: 1.5em;
  font-size: 15px;
  line-height: 20px;
  margin-top: 1.5em;
  text-decoration: none;
}
.m__form .mail a {
  text-decoration: none;
}
@media (max-width: 1020px) {
  .m__form .mail {
    margin-bottom: 3em;
  }
}
@media (min-width: 1021px) and (max-width: 1366px) {
  .m__form .mail {
    font-size: 12px;
  }
}
.m__form .mail::before {
  content: url("../images/icons/maildark.svg");
  position: absolute;
  left: 0;
  top: 3px;
}
.m__form .gform_confirmation_message {
  color: #fff;
}
.m__form .gform_page_footer {
  margin: 2em 0 0;
}
@media (max-width: 768px) {
  .m__form .gform_page_footer {
    margin: 4em 0 0;
  }
}
@media (max-width: 520px) {
  .m__form .gform_page_footer {
    margin: 2em 0 0;
  }
}
.m__form .gform_page_footer input[type=button] {
  float: right;
  max-width: 190px;
  width: 100%;
}
@media (max-width: 520px) {
  .m__form .gform_page_footer input[type=button] {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.m__form .gform_page_footer input[type=button].gform_previous_button {
  float: left;
}
.m__form .gform_page_footer .gform_ajax_spinner {
  display: none;
}
.m__form .gform_page_footer input[type=submit] {
  float: right;
  max-width: 220px;
  width: 100%;
}
@media (max-width: 520px) {
  .m__form .gform_page_footer input[type=submit] {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.m__form .gform_page_footer .gform_save_link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  float: right;
  min-height: 52px;
  line-height: 52px;
  margin-right: 15px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .m__form .gform_page_footer .gform_save_link {
    position: absolute;
    bottom: -52px;
    left: 0;
  }
}
@media (max-width: 520px) {
  .m__form .gform_page_footer .gform_save_link {
    bottom: -32px;
  }
}
.m__form .gform_page_footer .gform_save_link::after {
  bottom: 10px;
}
.m__form .gform_page_footer .gform_save_link svg {
  display: none;
}
.m__form .gform_wrapper {
  position: relative;
  z-index: 999;
}
.m__form .gform_wrapper .gform_footer .gform_button::after,
.m__form .gform_wrapper .gform_footer input[type=submit]::after {
  content: "";
  height: 2px;
  width: 0;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.m__form .gform_wrapper .gform_footer .gform_button:hover, .m__form .gform_wrapper .gform_footer .gform_button.active,
.m__form .gform_wrapper .gform_footer input[type=submit]:hover,
.m__form .gform_wrapper .gform_footer input[type=submit].active {
  color: #fff;
}
.m__form .gform_wrapper .gform_footer .gform_button:hover::after, .m__form .gform_wrapper .gform_footer .gform_button.active::after,
.m__form .gform_wrapper .gform_footer input[type=submit]:hover::after,
.m__form .gform_wrapper .gform_footer input[type=submit].active::after {
  width: 70%;
}
.m__form .gform_heading,
.m__form .gf_progressbar_wrapper {
  display: none;
}
.m__form.no-bg {
  background-image: none;
  padding: 0;
}
.m__form.no-bg .gform_submission_error {
  color: #040033 !important;
}
.m__form.no-bg .gform_confirmation_message {
  color: #000 !important;
}
.m__form.no-bg h3,
.m__form.no-bg p {
  color: #000;
}
.m__form.no-bg label,
.m__form.no-bg .gfield_label {
  font-weight: bold;
  margin-bottom: 10px;
  color: #040033 !important;
}
.m__form.no-bg label.hs-error-msg,
.m__form.no-bg .gfield_label.hs-error-msg {
  color: red !important;
  margin: 0 !important;
}
.m__form.no-bg .phone::before {
  content: url("../images/icons/phonelight.svg");
  position: absolute;
  left: 0;
  top: 3px;
}
.m__form.no-bg .mail::before {
  content: url("../images/icons/maillight.svg");
  position: absolute;
  left: 0;
  top: 3px;
}
.m__form .footer-contact-links {
  font-size: 15px;
  line-height: 17px;
}
@media (max-width: 1020px) {
  .m__form .footer-contact-links {
    margin-bottom: 2em;
  }
}
.m__form:not(.no-bg) .hbspt-form .hs-form-field label {
  color: #fff;
}
.m__form:not(.no-bg) .hbspt-form .actions *[type=submit] {
  margin: 1em 1em 0 0;
}

.m__form .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #fff;
  color: #040033;
}

.single-post #site-content .wp-block-column .m__form p,
.single-post #site-content .post-text-block .m__form p {
  color: #fff !important;
}
.single-post #site-content .wp-block-column .m__form p a,
.single-post #site-content .wp-block-column .m__form p span,
.single-post #site-content .post-text-block .m__form p a,
.single-post #site-content .post-text-block .m__form p span {
  color: #fff !important;
}
.single-post #site-content .wp-block-column .m__form h2,
.single-post #site-content .wp-block-column .m__form h3,
.single-post #site-content .wp-block-column .m__form h4,
.single-post #site-content .wp-block-column .m__form h5,
.single-post #site-content .wp-block-column .m__form h6,
.single-post #site-content .post-text-block .m__form h2,
.single-post #site-content .post-text-block .m__form h3,
.single-post #site-content .post-text-block .m__form h4,
.single-post #site-content .post-text-block .m__form h5,
.single-post #site-content .post-text-block .m__form h6 {
  color: #fff !important;
}
.single-post #site-content .wp-block-column .m__form h2 span,
.single-post #site-content .wp-block-column .m__form h3 span,
.single-post #site-content .wp-block-column .m__form h4 span,
.single-post #site-content .wp-block-column .m__form h5 span,
.single-post #site-content .wp-block-column .m__form h6 span,
.single-post #site-content .post-text-block .m__form h2 span,
.single-post #site-content .post-text-block .m__form h3 span,
.single-post #site-content .post-text-block .m__form h4 span,
.single-post #site-content .post-text-block .m__form h5 span,
.single-post #site-content .post-text-block .m__form h6 span {
  color: #fff !important;
}
.single-post #site-content .wp-block-column .m__form.no-bg p,
.single-post #site-content .post-text-block .m__form.no-bg p {
  color: #000 !important;
}
.single-post #site-content .wp-block-column .m__form.no-bg p a,
.single-post #site-content .wp-block-column .m__form.no-bg p span,
.single-post #site-content .post-text-block .m__form.no-bg p a,
.single-post #site-content .post-text-block .m__form.no-bg p span {
  color: #000 !important;
}
.single-post #site-content .wp-block-column .m__form.no-bg h2,
.single-post #site-content .wp-block-column .m__form.no-bg h3,
.single-post #site-content .wp-block-column .m__form.no-bg h4,
.single-post #site-content .wp-block-column .m__form.no-bg h5,
.single-post #site-content .wp-block-column .m__form.no-bg h6,
.single-post #site-content .post-text-block .m__form.no-bg h2,
.single-post #site-content .post-text-block .m__form.no-bg h3,
.single-post #site-content .post-text-block .m__form.no-bg h4,
.single-post #site-content .post-text-block .m__form.no-bg h5,
.single-post #site-content .post-text-block .m__form.no-bg h6 {
  color: #000 !important;
}
.single-post #site-content .wp-block-column .m__form.no-bg h2 span,
.single-post #site-content .wp-block-column .m__form.no-bg h3 span,
.single-post #site-content .wp-block-column .m__form.no-bg h4 span,
.single-post #site-content .wp-block-column .m__form.no-bg h5 span,
.single-post #site-content .wp-block-column .m__form.no-bg h6 span,
.single-post #site-content .post-text-block .m__form.no-bg h2 span,
.single-post #site-content .post-text-block .m__form.no-bg h3 span,
.single-post #site-content .post-text-block .m__form.no-bg h4 span,
.single-post #site-content .post-text-block .m__form.no-bg h5 span,
.single-post #site-content .post-text-block .m__form.no-bg h6 span {
  color: #000 !important;
}

.m__section {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
}
.m__section .slick-slide {
  position: relative;
  max-height: 396px;
  border-radius: 10px;
}
.m__section__image {
  position: relative;
  max-height: 396px;
  border-radius: 10px;
}
@media (max-width: 1020px) {
  .m__section__image {
    margin-bottom: 1.5em;
  }
}
.m__section__image [data-bkimage]::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.m__section__image-wrap div {
  border-radius: 10px;
}
@media (min-width: 1021px) {
  .m__section__image--mask {
    min-height: 550px;
    max-height: 550px;
  }
  .m__section__image--mask [data-bkimage] {
    -webkit-mask-image: url("../images/icons/5050-mask-left.png");
            mask-image: url("../images/icons/5050-mask-left.png");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: left;
            mask-position: left;
    min-height: 550px;
    max-height: 550px;
  }
  .m__section__image--mask.right [data-bkimage] {
    -webkit-mask-image: url("../images/icons/5050-mask-right.png");
            mask-image: url("../images/icons/5050-mask-right.png");
    -webkit-mask-position: right;
            mask-position: right;
  }
}
.m__section__content h2, .m__section__content h3 {
  font-size: 32px;
  line-height: 36px;
  color: #040033;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1020px) {
  .m__section__content h2, .m__section__content h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 900;
  }
}
.m__section__content p {
  font-size: 16px;
  line-height: 22px;
  color: #040033;
}
@media (max-width: 1020px) {
  .m__section__content p {
    font-size: 15px;
    line-height: 20px;
  }
}
.m__section__content p:last-of-type {
  margin-bottom: 15px;
}
.m__section__content .btn, .m__section__content .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__section__content .link-text, .m__section__content .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__section__content .gform_save_link, .m__section__content .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__section__content .gform_save_link, .m__section__content .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__section__content .gform_save_link, .m__section__content .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__section__content .gform_save_link, .m__section__content .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__section__content input[type=button], .m__section__content .gform_footer .gform_button, .gform_footer .m__section__content .gform_button, .m__section__content .gform_footer input[type=submit], .gform_footer .m__section__content input[type=submit], .m__section__content .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__section__content *[type=submit], .m__section__content .wc-block-cart__submit-button, .m__section__content .wc-block-components-checkout-place-order-button, .m__section__content .wc-block-components-totals-coupon__button, .m__section__content .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__section__content input[type=button], .m__section__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__section__content input[type=submit] {
  margin: 1em 1em 0 0;
}
.m__section__content .btn.btn--standard, .m__section__content .m__successStories .c__tease--success-story .btn--standard.link-text, .m__successStories .c__tease--success-story .m__section__content .btn--standard.link-text, .m__section__content .m__successStories .c__tease--success-story .m__form .gform_page_footer .btn--standard.gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__section__content .btn--standard.gform_save_link, .m__section__content .m__form .gform_page_footer .m__successStories .c__tease--success-story .btn--standard.gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__section__content .btn--standard.gform_save_link, .m__section__content .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .btn--standard.gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__section__content .btn--standard.gform_save_link, .m__section__content .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .btn--standard.gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__section__content .btn--standard.gform_save_link, .m__section__content .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__section__content input[type=button], .m__section__content .gform_footer .gform_button, .gform_footer .m__section__content .gform_button, .m__section__content .gform_footer input[type=submit], .gform_footer .m__section__content input[type=submit], .m__section__content .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__section__content *[type=submit], .m__section__content .wc-block-cart__submit-button, .m__section__content .wc-block-components-checkout-place-order-button, .m__section__content .wc-block-components-totals-coupon__button, .m__section__content .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__section__content input[type=button], .m__section__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__section__content input[type=submit] {
  display: inline-block;
}
@media (max-width: 480px) {
  .m__section__content .btn, .m__section__content .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__section__content .link-text, .m__section__content .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__section__content .gform_save_link, .m__section__content .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__section__content .gform_save_link, .m__section__content .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__section__content .gform_save_link, .m__section__content .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__section__content .gform_save_link, .m__section__content .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__section__content input[type=button], .m__section__content .gform_footer .gform_button, .gform_footer .m__section__content .gform_button, .m__section__content .gform_footer input[type=submit], .gform_footer .m__section__content input[type=submit], .m__section__content .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__section__content *[type=submit], .m__section__content .wc-block-cart__submit-button, .m__section__content .wc-block-components-checkout-place-order-button, .m__section__content .wc-block-components-totals-coupon__button, .m__section__content .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__section__content input[type=button], .m__section__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__section__content input[type=submit] {
    width: 100%;
  }
}
@media (min-width: 1021px) {
  .m__section.left::before {
    content: "";
    background: url("../images/icons/5050bg.png");
    background-position: left;
    position: absolute;
    display: block;
    background-size: contain;
    height: 600px;
    width: 300px;
    left: 0;
    background-repeat: no-repeat;
    z-index: 0;
  }
}
.m__section.left .m__section__image {
  float: right;
}
.m__section.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 1021px) {
  .m__section.right::before {
    content: "";
    background: url("../images/icons/5050bg.png");
    background-position: left;
    position: absolute;
    display: block;
    background-size: contain;
    height: 600px;
    width: 300px;
    right: 0;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 0;
  }
}
.m__section.right .m__section__image {
  float: left;
}

.m__sections {
  position: relative;
  z-index: 2;
}
.m__sections .m__section:last-of-type {
  margin-bottom: 0;
}

.m__logoCarousel {
  text-align: center;
}
.m__logoCarousel.c__block {
  margin-bottom: 5em;
}
@media (min-width: 1021px) {
  .m__logoCarousel p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.m__logoCarousel .logo-headings {
  margin-bottom: 2em;
}
@media (max-width: 1020px) {
  .m__logoCarousel .logo-headings {
    margin-bottom: 2em;
  }
}
.m__logoCarousel h3 {
  color: #040033;
  text-transform: uppercase;
}
@media (min-width: 1021px) {
  .m__logoCarousel h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
.m__logoCarousel__item {
  display: inline-block;
}
.m__logoCarousel__item img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 220px;
  max-height: 150px;
  height: auto;
}
.m__logoCarousel .slick-dots {
  bottom: -2em;
  position: relative;
}
.m__logoCarousel .slick-dots li button {
  border-radius: 2px;
}
@media (max-width: 1020px) {
  .m__logoCarousel .slick-dots {
    position: relative;
    margin-top: -1em;
  }
}
@media (min-width: 1021px) {
  .m__logoCarousel .slick-arrow {
    top: 40%;
  }
}
.m__logoCarousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.m__logoCarousel .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}
.m__logoCarousel .slick-slider {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .m__logoCarousel .slick-slider {
    padding: unset;
  }
}

.m__iconBlocks {
  color: #040033;
}
.m__iconBlocks h2 {
  text-align: center;
}
.m__iconBlocks .slick-dots {
  position: static;
  margin-top: 2em;
}
.m__iconBlocks .slick-list {
  padding: 0 30% 0 0 !important;
}
.m__iconBlocks .link-text::before, .m__iconBlocks .m__applicationForm .gform_footer .gform_save_link::before, .m__applicationForm .gform_footer .m__iconBlocks .gform_save_link::before, .m__iconBlocks .m__form .gform_page_footer .gform_save_link::before, .m__form .gform_page_footer .m__iconBlocks .gform_save_link::before {
  background-image: url("../images/icons/pink-arrow.svg");
}
.m__iconBlocks .link-text::after, .m__iconBlocks .m__applicationForm .gform_footer .gform_save_link::after, .m__applicationForm .gform_footer .m__iconBlocks .gform_save_link::after, .m__iconBlocks .m__form .gform_page_footer .gform_save_link::after, .m__form .gform_page_footer .m__iconBlocks .gform_save_link::after {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #E5005B;
}
.m__iconBlocks .link-text:hover::after, .m__iconBlocks .m__applicationForm .gform_footer .gform_save_link:hover::after, .m__applicationForm .gform_footer .m__iconBlocks .gform_save_link:hover::after, .m__iconBlocks .m__form .gform_page_footer .gform_save_link:hover::after, .m__form .gform_page_footer .m__iconBlocks .gform_save_link:hover::after {
  width: 100%;
}
.m__iconBlocks h3 {
  font-size: 25px;
  line-height: 24px;
  font-weight: 800;
  color: #040033;
  text-transform: uppercase;
}
@media (max-width: 1020px) {
  .m__iconBlocks h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.m__iconBlocks .btn, .m__iconBlocks .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__iconBlocks .link-text, .m__iconBlocks .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__iconBlocks .gform_save_link, .m__iconBlocks .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__iconBlocks .gform_save_link, .m__iconBlocks .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__iconBlocks .gform_save_link, .m__iconBlocks .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__iconBlocks .gform_save_link, .m__iconBlocks .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__iconBlocks input[type=button], .m__iconBlocks .gform_footer .gform_button, .gform_footer .m__iconBlocks .gform_button, .m__iconBlocks .gform_footer input[type=submit], .gform_footer .m__iconBlocks input[type=submit], .m__iconBlocks .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__iconBlocks *[type=submit], .m__iconBlocks .wc-block-cart__submit-button, .m__iconBlocks .wc-block-components-checkout-place-order-button, .m__iconBlocks .wc-block-components-totals-coupon__button, .m__iconBlocks .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__iconBlocks input[type=button], .m__iconBlocks .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__iconBlocks input[type=submit] {
  margin: 2em 0 0;
  min-width: unset;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  font-weight: bold;
  font-size: 15px;
}
@media (max-width: 480px) {
  .m__iconBlocks .btn, .m__iconBlocks .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__iconBlocks .link-text, .m__iconBlocks .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__iconBlocks .gform_save_link, .m__iconBlocks .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__iconBlocks .gform_save_link, .m__iconBlocks .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__iconBlocks .gform_save_link, .m__iconBlocks .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__iconBlocks .gform_save_link, .m__iconBlocks .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__iconBlocks input[type=button], .m__iconBlocks .gform_footer .gform_button, .gform_footer .m__iconBlocks .gform_button, .m__iconBlocks .gform_footer input[type=submit], .gform_footer .m__iconBlocks input[type=submit], .m__iconBlocks .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__iconBlocks *[type=submit], .m__iconBlocks .wc-block-cart__submit-button, .m__iconBlocks .wc-block-components-checkout-place-order-button, .m__iconBlocks .wc-block-components-totals-coupon__button, .m__iconBlocks .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__iconBlocks input[type=button], .m__iconBlocks .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__iconBlocks input[type=submit] {
    width: 100%;
  }
}
.m__iconBlocks .icon-wrap {
  position: relative;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media (max-width: 480px) {
  .m__iconBlocks .icon-wrap::after {
    top: -19px;
  }
}
.m__iconBlocks .l__col__span4 p {
  width: 80%;
}
.m__iconBlocks .m__iconBlock {
  height: 100%;
  position: relative;
  padding-bottom: 2.5em;
}
@media (max-width: 1020px) {
  .m__iconBlocks .m__iconBlock {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .m__iconBlocks .m__iconBlock h3, .m__iconBlocks .m__iconBlock p {
    width: 70%;
  }
}
.m__iconBlocks .m__iconBlock svg {
  height: 50px;
  min-width: 50px;
  margin-bottom: 0.75em;
  position: relative;
}
@media (max-width: 1020px) {
  .m__iconBlocks .m__iconBlock svg {
    margin-bottom: unset;
  }
}
@media (min-width: 1021px) {
  .m__iconBlocks .m__iconBlock .link-text, .m__iconBlocks .m__iconBlock .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .m__iconBlocks .m__iconBlock .gform_save_link, .m__iconBlocks .m__iconBlock .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .m__iconBlocks .m__iconBlock .gform_save_link {
    position: absolute;
    bottom: 1em;
  }
}
@media (max-width: 1020px) {
  .m__iconBlocks .m__iconBlock .link-text, .m__iconBlocks .m__iconBlock .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .m__iconBlocks .m__iconBlock .gform_save_link, .m__iconBlocks .m__iconBlock .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .m__iconBlocks .m__iconBlock .gform_save_link {
    margin-top: 1em;
  }
}
.m__iconBlocks .m__iconBlock p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1020px) {
  .m__iconBlocks .m__iconBlock p {
    font-size: 15px;
    line-height: 20px;
  }
}
.m__iconBlocks .m__iconBlock.l__aligncenter h3 {
  display: block;
  margin: 0 auto 0.5em;
}
.m__iconBlocks .m__iconBlock.l__aligncenter p {
  display: block;
  margin: 0 auto;
}
.m__iconBlocks .m__iconBlock.l__aligncenter .link-text, .m__iconBlocks .m__iconBlock.l__aligncenter .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .m__iconBlocks .m__iconBlock.l__aligncenter .gform_save_link, .m__iconBlocks .m__iconBlock.l__aligncenter .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .m__iconBlocks .m__iconBlock.l__aligncenter .gform_save_link {
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.m__iconBlocks .l__col__span6 .m__iconBlock {
  width: 75%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m__iconBlocks .l__col__span6 .m__iconBlock {
    width: 100%;
  }
}

.m__linkTiles a {
  display: block;
}

.m__linkTile {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}
@media (max-width: 480px) {
  .m__linkTile {
    min-height: 300px;
  }
}
.m__linkTile:hover.dark-overlay::before {
  background: rgba(0, 0, 0, 0.5);
}
.m__linkTile__content {
  position: relative;
  padding: 2em;
}
.m__linkTile__content p:last-of-type {
  margin: 0;
}

.m__testimonials {
  padding: 4em 0;
  background-color: #553982;
  color: #fff;
}
.m__testimonials .slick-list {
  margin: 0 auto;
}
.m__testimonials .slick-dots {
  position: static;
  margin-top: 2em;
}
.m__testimonials__item .author {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}
.m__testimonials__item h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}
.m__testimonials__item img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}

.m__banner {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  float: left;
  text-align: center;
  background: transparent;
  background-image: url("../images/icons/newcta.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media (max-width: 1020px) {
  .m__banner {
    background-image: url("../images/icons/newctamobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }
}
.m__banner .btn, .m__banner .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__banner .link-text, .m__banner .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__banner .gform_save_link, .m__banner .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__banner .gform_save_link, .m__banner .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__banner .gform_save_link, .m__banner .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__banner .gform_save_link, .m__banner .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__banner input[type=button], .m__banner .gform_footer .gform_button, .gform_footer .m__banner .gform_button, .m__banner .gform_footer input[type=submit], .gform_footer .m__banner input[type=submit], .m__banner .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__banner *[type=submit], .m__banner .wc-block-cart__submit-button, .m__banner .wc-block-components-checkout-place-order-button, .m__banner .wc-block-components-totals-coupon__button, .m__banner .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__banner input[type=button], .m__banner .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__banner input[type=submit] {
  margin-top: 0.75em;
}
@media (max-width: 768px) {
  .m__banner .btn, .m__banner .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__banner .link-text, .m__banner .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__banner .gform_save_link, .m__banner .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__banner .gform_save_link, .m__banner .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__banner .gform_save_link, .m__banner .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__banner .gform_save_link, .m__banner .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__banner input[type=button], .m__banner .gform_footer .gform_button, .gform_footer .m__banner .gform_button, .m__banner .gform_footer input[type=submit], .gform_footer .m__banner input[type=submit], .m__banner .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__banner *[type=submit], .m__banner .wc-block-cart__submit-button, .m__banner .wc-block-components-checkout-place-order-button, .m__banner .wc-block-components-totals-coupon__button, .m__banner .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__banner input[type=button], .m__banner .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__banner input[type=submit] {
    width: 100%;
  }
}
.m__banner .btn--standard, .m__banner .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__banner input[type=button], .m__banner .gform_footer .gform_button, .gform_footer .m__banner .gform_button, .m__banner .gform_footer input[type=submit], .gform_footer .m__banner input[type=submit], .m__banner .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__banner *[type=submit], .m__banner .wc-block-cart__submit-button, .m__banner .wc-block-components-checkout-place-order-button, .m__banner .wc-block-components-totals-coupon__button, .m__banner .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__banner input[type=button], .m__banner .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__banner input[type=submit] {
  background-color: transparent;
  border: 2px solid #fff;
  margin-right: 15px;
  font-size: 15px;
}
.m__banner .btn--secondary, .m__banner .c__hero__embed .hbspt-form .actions *[type=submit], .c__hero__embed .hbspt-form .actions .m__banner *[type=submit], .m__banner .m__form:not(.no-bg) .hbspt-form .actions *[type=submit], .m__form:not(.no-bg) .hbspt-form .actions .m__banner *[type=submit] {
  border: 2px solid #040033;
}
@media (min-width: 1021px) {
  .m__banner {
    min-height: 316px;
  }
}
.m__banner__content {
  color: #fff;
  position: relative;
  padding: 2em 0;
}
@media (max-width: 1020px) {
  .m__banner__content {
    padding: 4em 0;
  }
}
.m__banner__content h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1020px) {
  .m__banner__content h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.m__banner__content p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
@media (max-width: 1020px) {
  .m__banner__content p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 1021px) {
  .m__banner__content p {
    width: 50%;
    margin-left: 25%;
  }
}
.m__banner.white-bg {
  background-image: none;
}
.m__banner.white-bg h3, .m__banner.white-bg p {
  color: #040033;
}
.m__banner.white-bg .btn--standard, .m__banner.white-bg .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__banner.white-bg input[type=button], .m__banner.white-bg .gform_footer .gform_button, .gform_footer .m__banner.white-bg .gform_button, .m__banner.white-bg .gform_footer input[type=submit], .gform_footer .m__banner.white-bg input[type=submit], .m__banner.white-bg .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__banner.white-bg *[type=submit], .m__banner.white-bg .wc-block-cart__submit-button, .m__banner.white-bg .wc-block-components-checkout-place-order-button, .m__banner.white-bg .wc-block-components-totals-coupon__button, .m__banner.white-bg .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__banner.white-bg input[type=button], .m__banner.white-bg .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__banner.white-bg input[type=submit] {
  background-color: #040033;
  border: 2px solid #040033;
}
.m__banner.white-bg .btn--secondary, .m__banner.white-bg .c__hero__embed .hbspt-form .actions *[type=submit], .c__hero__embed .hbspt-form .actions .m__banner.white-bg *[type=submit], .m__banner.white-bg .m__form:not(.no-bg) .hbspt-form .actions *[type=submit], .m__form:not(.no-bg) .hbspt-form .actions .m__banner.white-bg *[type=submit] {
  color: #040033;
}
.m__banner.white-bg .btn--secondary::after, .m__banner.white-bg .c__hero__embed .hbspt-form .actions [type=submit]::after, .c__hero__embed .hbspt-form .actions .m__banner.white-bg [type=submit]::after, .m__banner.white-bg .m__form:not(.no-bg) .hbspt-form .actions [type=submit]::after, .m__form:not(.no-bg) .hbspt-form .actions .m__banner.white-bg [type=submit]::after {
  content: "";
  background: #040033;
}
@media (max-width: 1020px) {
  .m__banner.white-bg .m__banner__content {
    padding: 2em 0;
  }
}

body.ie11 .m__banner {
  min-height: auto;
  height: 500px;
}

.m__carousel__wrap {
  position: relative;
}
.m__carousel__item {
  overflow: hidden;
}
.m__carousel__item::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.m__tabs {
  position: relative;
}
.m__tabs .m__section.left::before, .m__tabs .m__section.right::before {
  display: none;
}
.m__tabs .m__section__image {
  max-height: 396px;
  border-radius: 10px;
  position: relative;
}
.m__tabs .m__section__image [data-bkimage]::before {
  padding-top: 60%;
}
.m__tabs p {
  color: #040033;
}
.m__tabs .tab-link-text {
  display: none;
}
@media (min-width: 1021px) {
  .m__tabs .tab-link-text {
    display: block;
    float: right;
    padding: 1em 35px 1em 0;
  }
  .m__tabs .tab-link-text::after {
    bottom: 8px;
  }
}
.m__tabs .btn, .m__tabs .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__tabs .link-text, .m__tabs .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__tabs .gform_save_link, .m__tabs .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__tabs .gform_save_link, .m__tabs .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__tabs .gform_save_link, .m__tabs .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__tabs .gform_save_link, .m__tabs .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__tabs input[type=button], .m__tabs .gform_footer .gform_button, .gform_footer .m__tabs .gform_button, .m__tabs .gform_footer input[type=submit], .gform_footer .m__tabs input[type=submit], .m__tabs .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__tabs *[type=submit], .m__tabs .wc-block-cart__submit-button, .m__tabs .wc-block-components-checkout-place-order-button, .m__tabs .wc-block-components-totals-coupon__button, .m__tabs .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__tabs input[type=button], .m__tabs .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__tabs input[type=submit] {
  display: none;
}
@media (max-width: 1020px) {
  .m__tabs .btn, .m__tabs .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__tabs .link-text, .m__tabs .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__tabs .gform_save_link, .m__tabs .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__tabs .gform_save_link, .m__tabs .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__tabs .gform_save_link, .m__tabs .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__tabs .gform_save_link, .m__tabs .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__tabs input[type=button], .m__tabs .gform_footer .gform_button, .gform_footer .m__tabs .gform_button, .m__tabs .gform_footer input[type=submit], .gform_footer .m__tabs input[type=submit], .m__tabs .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__tabs *[type=submit], .m__tabs .wc-block-cart__submit-button, .m__tabs .wc-block-components-checkout-place-order-button, .m__tabs .wc-block-components-totals-coupon__button, .m__tabs .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__tabs input[type=button], .m__tabs .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__tabs input[type=submit] {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
.m__tabs h2 {
  text-transform: uppercase;
}
@media (min-width: 1021px) {
  .m__tabs h2 {
    width: 80%;
  }
}
.m__tabs__digitalprogrammes {
  position: relative;
}
.m__tabs__digitalprogrammes::before {
  content: "";
  height: 800px;
  width: 100%;
  background-image: url("../images/icons/newslider.png");
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  right: 0;
  top: 0;
}
@media (max-width: 1020px) {
  .m__tabs__digitalprogrammes::before {
    display: none;
  }
}
.m__tabs__bar {
  position: relative;
  border-bottom: 1px solid #553982;
}
@media (max-width: 1020px) {
  .m__tabs__bar {
    border: none;
  }
}
.m__tabs__bar label {
  position: relative;
  display: inline-block;
  margin: 0 1.5em 0.5em 0;
  cursor: pointer;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  white-space: nowrap;
  margin-bottom: 0;
  padding: 0.6em 1em 0.65em;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1020px) {
  .m__tabs__bar label {
    display: none;
  }
}
.m__tabs__bar label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 6px;
  background-color: #E5005B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4px;
}
.m__tabs__bar label:hover::after {
  width: 100%;
}
.m__tabs__bar label.active {
  color: #040033;
  font-weight: bold;
  background-color: rgba(229, 0, 91, 0.07);
  border-radius: 4px 4px 0 0;
}
.m__tabs__bar label.active::after {
  width: 100%;
}
.m__tabs__bar a {
  position: relative;
  display: inline-block;
  margin: 0 1.5em 0.5em 0;
  cursor: pointer;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  white-space: nowrap;
  margin-bottom: 0;
  padding: 0.6em 1em 0.65em;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1020px) {
  .m__tabs__bar a {
    display: none;
  }
}
.m__tabs__bar a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 6px;
  background-color: #E5005B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4px;
}
.m__tabs__bar a:hover::after {
  width: 100% !important;
}
.m__tabs__bar a.active {
  color: #040033;
  font-weight: bold;
  background-color: rgba(229, 0, 91, 0.07);
  border-radius: 4px 4px 0 0;
}
.m__tabs__bar a.active::after {
  width: 0;
}
.m__tabs__bar select {
  display: block;
  border-radius: 7px;
  border: 2px solid #E5E5E5;
  font-size: 16px;
  font-weight: 400;
  min-height: 48px;
  line-height: 24px;
  color: #000;
}
.m__tabs__bar select:focus {
  border: 2px solid #553982;
}
@media (min-width: 1021px) {
  .m__tabs__bar select {
    display: none;
  }
}
.m__tabs input[name^=tabs-] {
  position: absolute;
  opacity: 0;
  top: 0;
}
.m__tabs input[name^=tabs-]:checked + .label::after {
  width: 100%;
}
.m__tabs__panel {
  display: none;
  overflow: hidden;
  padding: 1.75em 0 0;
}
.m__tabs__panel p:last-of-type {
  margin: 0;
}
.m__tabs__programmes .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.m__tabs__programmes .slick-list,
.m__tabs__programmes .m__tabs__panel {
  overflow: visible !important;
}
.m__tabs__programmes .slick-slide {
  height: inherit !important;
}
.m__tabs__programmes .slick-prev {
  display: none !important;
}
.m__tabs__programmes .slick-next {
  right: -26px !important;
}
.m__tabs__programmes .slick-dots {
  bottom: -2em;
}
.m__tabs input[name^=tabs-]:checked + .m__tabs__panel {
  display: block;
}
.m__tabs--carousel {
  position: relative;
}
@media (max-width: 1020px) {
  .m__tabs--carousel {
    padding-bottom: 4em;
  }
}
.m__tabs--carousel::before {
  content: "";
  height: 110%;
  width: 9999px;
  background-color: #fff;
  left: -10000px;
  top: -10%;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 1;
}

@media (max-width: 1020px) {
  .m__twoThirds--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m__twoThirds .leftSide .l__contain, .m__twoThirds .leftSide .wp-block-columns {
  padding: 0;
}
@media (max-width: 1020px) {
  .m__twoThirds__sidebar {
    padding-top: 2em;
  }
}
.m__twoThirds__sidebar .single__sidebar {
  background-color: #f0f4f7;
  border-radius: 10px;
  padding: 21px 2em;
}
.m__twoThirds__support--listLinks {
  background-color: #f0f4f7;
  border-radius: 10px;
  padding: 2em;
}
@media (max-width: 1020px) {
  .m__twoThirds__support--listLinks {
    display: none;
  }
}
.m__twoThirds__support--listLinks h3 {
  margin-bottom: 1em;
}
.m__twoThirds__support--listLinks a {
  padding-top: 4px;
}
.m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
  width: 100%;
}
@media (max-width: 480px) {
  .m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
    margin: 0;
  }
}
@media (max-width: 1020px) {
  .m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
    width: auto;
  }
}
@media (max-width: 480px) {
  .m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
    width: 100%;
  }
}
.m__twoThirds__support.m__promoBlock .m__promoBlock--links a:first-child {
  margin-bottom: 7px;
}

.m__statsBanner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 100%;
}
.m__statsBanner.no-asset::before {
  display: none;
}
.m__statsBanner::before {
  content: "";
  height: 600px;
  width: 100%;
  background-image: url("../images/icons/newstat.png");
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  right: 0;
  top: -22em;
  z-index: 0;
}
@media (max-width: 1020px) {
  .m__statsBanner::before {
    content: "";
    height: 300px;
    width: 100%;
    right: 0;
    top: -4em;
  }
}
@media (max-width: 1020px) {
  .m__statsBanner .desktop-btn {
    display: none;
  }
}
.m__statsBanner .mobile-btn {
  display: block;
  margin-top: 1em;
}
@media (min-width: 1021px) {
  .m__statsBanner .mobile-btn {
    display: none;
  }
}
@media (min-width: 1021px) {
  .m__statsBanner .btn, .m__statsBanner .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__statsBanner .link-text, .m__statsBanner .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__statsBanner .gform_save_link, .m__statsBanner .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__statsBanner .gform_save_link, .m__statsBanner .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__statsBanner .gform_save_link, .m__statsBanner .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__statsBanner .gform_save_link, .m__statsBanner .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__statsBanner input[type=button], .m__statsBanner .gform_footer .gform_button, .gform_footer .m__statsBanner .gform_button, .m__statsBanner .gform_footer input[type=submit], .gform_footer .m__statsBanner input[type=submit], .m__statsBanner .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__statsBanner *[type=submit], .m__statsBanner .wc-block-cart__submit-button, .m__statsBanner .wc-block-components-checkout-place-order-button, .m__statsBanner .wc-block-components-totals-coupon__button, .m__statsBanner .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__statsBanner input[type=button], .m__statsBanner .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__statsBanner input[type=submit] {
    margin-top: 1em;
  }
}
@media (max-width: 480px) {
  .m__statsBanner .btn, .m__statsBanner .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__statsBanner .link-text, .m__statsBanner .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__statsBanner .gform_save_link, .m__statsBanner .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__statsBanner .gform_save_link, .m__statsBanner .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__statsBanner .gform_save_link, .m__statsBanner .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__statsBanner .gform_save_link, .m__statsBanner .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__statsBanner input[type=button], .m__statsBanner .gform_footer .gform_button, .gform_footer .m__statsBanner .gform_button, .m__statsBanner .gform_footer input[type=submit], .gform_footer .m__statsBanner input[type=submit], .m__statsBanner .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__statsBanner *[type=submit], .m__statsBanner .wc-block-cart__submit-button, .m__statsBanner .wc-block-components-checkout-place-order-button, .m__statsBanner .wc-block-components-totals-coupon__button, .m__statsBanner .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__statsBanner input[type=button], .m__statsBanner .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__statsBanner input[type=submit] {
    width: 100%;
  }
}
.m__statsBanner__slider {
  display: none;
}
@media (max-width: 768px) {
  .m__statsBanner__slider {
    display: block;
  }
}
.m__statsBanner__slider .slick-dots {
  bottom: 0;
  text-align: left;
}
.m__statsBanner__static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .m__statsBanner__static {
    display: none;
  }
}
.m__statsBanner h2 {
  color: #040033;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1020px) {
  .m__statsBanner h2 {
    width: 70%;
    font-size: 22px;
    line-height: 24px;
  }
}
.m__statsBanner p {
  color: #000;
  width: 90%;
}
@media (max-width: 1020px) {
  .m__statsBanner p {
    width: 70%;
    font-size: 15px;
    line-height: 20px;
  }
}
.m__statsBanner--item {
  margin-bottom: 2em;
}
.m__statsBanner--item h3 {
  font-size: 48px;
  line-height: 44px;
  font-weight: bold;
  color: #040033;
  position: relative;
}
.m__statsBanner--item h3::after {
  content: "";
  height: 6px;
  width: 60%;
  background: #E5005B;
  display: block;
  position: absolute;
  bottom: -15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}
@media (max-width: 1020px) {
  .m__statsBanner--item h3 {
    margin-top: 0.4em;
  }
  .m__statsBanner--item h3::after {
    width: 50%;
  }
}
.m__statsBanner--item p {
  font-size: 16px;
  line-height: 22px;
  color: #040033;
  width: 70%;
}
@media (max-width: 1020px) {
  .m__statsBanner--item p {
    font-size: 15px;
    line-height: 20px;
  }
}
.m__statsBanner .link {
  margin-top: 0;
  margin-bottom: 3.5em;
}

.m__applicationForm .gform_heading,
.m__applicationForm .gf_progressbar_wrapper {
  display: none;
}
.m__applicationForm .radio_wrapper {
  padding: 15px 0 10px 0;
  position: relative;
}
.m__applicationForm .radio_wrapper input[type=radio] {
  position: absolute;
  top: 18px;
  left: 0;
}
.m__applicationForm .radio_wrapper label {
  padding-left: 30px;
}
.m__applicationForm .salesforce-application_wrapper {
  display: none !important;
}
.m__applicationForm .salesforce-application_wrapper.active {
  display: block !important;
}
.m__applicationForm.active .salesforce-application_wrapper {
  display: block !important;
}
.m__applicationForm.active .salesforce-application_wrapper.active {
  display: block !important;
}
.m__applicationForm .gf-first {
  clear: left;
}
.m__applicationForm .gform_body {
  position: relative;
}
@media (max-width: 768px) {
  .m__applicationForm .gform_body {
    margin-bottom: 52px;
  }
}
@media (max-width: 520px) {
  .m__applicationForm .gform_body {
    margin-bottom: 32px;
  }
}
.m__applicationForm .gform_body .gform_fields {
  margin: 0 -0.5em;
}
.m__applicationForm .gform_body .gform_fields fieldset {
  border: 0;
}
.m__applicationForm .gform_body .gform_fields fieldset .gfield_label {
  margin-bottom: 10px;
}
.m__applicationForm .gform_body .gform_fields fieldset input[type=radio] {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.m__applicationForm .gform_body .gform_fields fieldset input[type=radio]::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border: 0;
  background: #040033;
  border-radius: 50%;
}
.m__applicationForm .gform_body .gform_fields fieldset .gchoice {
  display: inline-block;
}
.m__applicationForm .gform_body .gform_fields .gfield label,
.m__applicationForm .gform_body .gform_fields .gfield .gfield_label {
  color: #040033;
}
.m__applicationForm .gform_body .gform_fields .gfield.gfield--type-fileupload .gfield_label {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .m__applicationForm .gform_body .gform_fields .gfield.gfield--type-fileupload .gfield_label {
    display: block;
    margin-bottom: 5px;
  }
}
.m__applicationForm .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .m__applicationForm .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container {
    display: block;
  }
}
.m__applicationForm .gform_body .gform_fields .gfield.gfield--type-fileupload input[type=file] {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  min-height: auto;
  padding: 0;
  border-radius: 0;
}
.m__applicationForm .gform_body .gform_fields .gfield.gfield--type-fileupload .gfield_description {
  display: none;
  margin: 0;
}
.m__applicationForm .gform_footer {
  margin: 2em 0 0;
}
.m__applicationForm .gform_footer input[type=button] {
  float: right;
  max-width: 190px;
  width: 100%;
}
@media (max-width: 520px) {
  .m__applicationForm .gform_footer input[type=button] {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.m__applicationForm .gform_footer input[type=button].gform_previous_button {
  float: left;
}
.m__applicationForm .gform_footer .gform_ajax_spinner {
  display: none;
}
.m__applicationForm .gform_footer input[type=submit] {
  float: right;
  max-width: 220px;
  width: 100%;
}
@media (max-width: 520px) {
  .m__applicationForm .gform_footer input[type=submit] {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.m__applicationForm .gform_footer .gform_save_link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  float: right;
  min-height: 52px;
  margin-right: 50px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .m__applicationForm .gform_footer .gform_save_link {
    position: absolute;
    bottom: -52px;
    left: 0;
  }
}
@media (max-width: 520px) {
  .m__applicationForm .gform_footer .gform_save_link {
    bottom: -32px;
  }
}
.m__applicationForm .gform_footer .gform_save_link::after {
  bottom: 10px;
}
.m__applicationForm .gform_footer .gform_save_link svg {
  display: none;
}
.m__applicationForm #vacancy-form input[type=radio] {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.m__applicationForm #vacancy-form input[type=radio]::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border: 0;
  background: #040033;
  border-radius: 50%;
}
.m__applicationForm #vacancy-form input[type=file] {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  min-height: auto;
  padding: 0;
  border-radius: 0;
}
.m__applicationForm #vacancy-form .radio .container {
  display: inline-block;
}
.m__applicationForm #vacancy-form .radio .main_label {
  display: block;
  margin-bottom: 10px;
}
.m__applicationForm #vacancy-form label {
  margin-right: 1em;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 35px);
  color: #040033;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.m__applicationForm #vacancy-form .field-col-6 {
  width: 50%;
  float: left;
  margin: 0 0 1em;
  padding: 0 0.5em;
  position: relative;
}
@media (max-width: 768px) {
  .m__applicationForm #vacancy-form .field-col-6 {
    width: 100%;
  }
}
.m__applicationForm #vacancy-form .row {
  margin: 0 -0.5em;
}
.m__applicationForm #vacancy-form .field-col-12 {
  width: 100%;
  float: left;
  margin: 0 0 1em;
  padding: 0 0.5em;
  position: relative;
}
.m__applicationForm #vacancy-form #other-outer-wrapper,
.m__applicationForm #vacancy-form #car-access-wrapper,
.m__applicationForm #vacancy-form #government-funded-wrapper,
.m__applicationForm #vacancy-form #previously-enrolled-wrapper,
.m__applicationForm #vacancy-form #reasonable-adjustments-wrapper,
.m__applicationForm #vacancy-form #soc-wrapper,
.m__applicationForm #vacancy-form #studied-abroad-wrapper,
.m__applicationForm #vacancy-form #international-maths-wrapper,
.m__applicationForm #vacancy-form #international-english-wrapper {
  display: none;
}
.m__applicationForm #vacancy-form .link-text, .m__applicationForm #vacancy-form .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .m__applicationForm #vacancy-form .gform_save_link, .m__applicationForm #vacancy-form .gform_footer .gform_save_link, .m__applicationForm .gform_footer #vacancy-form .gform_save_link {
  margin-top: 22px;
  float: left;
}
@media (max-width: 768px) {
  .m__applicationForm #vacancy-form .link-text, .m__applicationForm #vacancy-form .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .m__applicationForm #vacancy-form .gform_save_link, .m__applicationForm #vacancy-form .gform_footer .gform_save_link, .m__applicationForm .gform_footer #vacancy-form .gform_save_link {
    float: none;
  }
}
.m__applicationForm #vacancy-form .btn, .m__applicationForm #vacancy-form .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__applicationForm #vacancy-form .link-text, .m__applicationForm #vacancy-form .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__applicationForm #vacancy-form .gform_save_link, .m__applicationForm #vacancy-form .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__applicationForm #vacancy-form .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm #vacancy-form .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer #vacancy-form .gform_save_link, .m__applicationForm #vacancy-form .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story #vacancy-form .gform_save_link, .m__applicationForm #vacancy-form .gform_footer .gform_button, .gform_footer .m__applicationForm #vacancy-form .gform_button, .m__applicationForm #vacancy-form .gform_footer input[type=submit], .gform_footer .m__applicationForm #vacancy-form input[type=submit], .m__applicationForm #vacancy-form .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__applicationForm #vacancy-form *[type=submit], .m__applicationForm #vacancy-form .wc-block-cart__submit-button, .m__applicationForm #vacancy-form .wc-block-components-checkout-place-order-button, .m__applicationForm #vacancy-form .wc-block-components-totals-coupon__button, .m__applicationForm #vacancy-form .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__applicationForm #vacancy-form input[type=button], .m__applicationForm #vacancy-form .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__applicationForm #vacancy-form input[type=submit], .m__applicationForm #vacancy-form .gform_footer input[type=button], .m__applicationForm .gform_footer #vacancy-form input[type=button], .m__applicationForm .gform_footer #vacancy-form input[type=submit] {
  float: right;
}
@media (max-width: 768px) {
  .m__applicationForm #vacancy-form .btn, .m__applicationForm #vacancy-form .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__applicationForm #vacancy-form .link-text, .m__applicationForm #vacancy-form .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__applicationForm #vacancy-form .gform_save_link, .m__applicationForm #vacancy-form .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__applicationForm #vacancy-form .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm #vacancy-form .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer #vacancy-form .gform_save_link, .m__applicationForm #vacancy-form .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story #vacancy-form .gform_save_link, .m__applicationForm #vacancy-form .gform_footer .gform_button, .gform_footer .m__applicationForm #vacancy-form .gform_button, .m__applicationForm #vacancy-form .gform_footer input[type=submit], .gform_footer .m__applicationForm #vacancy-form input[type=submit], .m__applicationForm #vacancy-form .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__applicationForm #vacancy-form *[type=submit], .m__applicationForm #vacancy-form .wc-block-cart__submit-button, .m__applicationForm #vacancy-form .wc-block-components-checkout-place-order-button, .m__applicationForm #vacancy-form .wc-block-components-totals-coupon__button, .m__applicationForm #vacancy-form .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__applicationForm #vacancy-form input[type=button], .m__applicationForm #vacancy-form .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__applicationForm #vacancy-form input[type=submit], .m__applicationForm #vacancy-form .gform_footer input[type=button], .m__applicationForm .gform_footer #vacancy-form input[type=button], .m__applicationForm .gform_footer #vacancy-form input[type=submit] {
    float: none;
    width: 100%;
  }
}

.m__timeline {
  overflow: hidden;
}
@media (max-width: 768px) {
  .m__timeline .l__contain, .m__timeline .wp-block-columns {
    padding: 0 20px;
  }
}
@media (max-width: 1020px) {
  .m__timeline {
    padding-top: 2em;
  }
}
@media (min-width: 1021px) {
  .m__timeline {
    padding-top: 1.5em;
  }
}
.m__timeline h3 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
.m__timeline__title {
  margin-bottom: 3em;
}
@media (max-width: 1020px) {
  .m__timeline__title {
    margin-bottom: 2em;
  }
}
.m__timeline__title h2 {
  text-transform: uppercase;
}
.m__timeline__title p {
  margin-bottom: 0;
}
.m__timeline__content {
  margin-top: -15px;
}
@media (max-width: 1020px) {
  .m__timeline__content {
    margin-top: 0;
  }
}
.m__timeline .m__accordion-item {
  border-top: none;
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 15px 30px 40px;
  position: relative;
  margin-top: -15px;
}
@media (max-width: 1020px) {
  .m__timeline .m__accordion-item {
    margin-top: 0;
  }
}
.m__timeline .m__accordion-item::after {
  right: 100%;
  top: 10px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #F2F2F5;
  border-width: 15px;
  margin-top: 0;
}
@media (max-width: 1020px) {
  .m__timeline .m__accordion-item::after {
    display: none;
  }
}
.m__timeline .m__accordion-item:first-of-type {
  border-top: none;
}
.m__timeline .m__accordion-item:last-of-type {
  border-bottom: none;
}
.m__timeline .m__accordion-item__heading {
  padding: 0 0 1em;
  display: block;
}
.m__timeline .m__accordion-item__heading h4 {
  position: unset;
  margin: 0;
  cursor: pointer;
  padding-right: 40px;
  line-height: 30px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.m__timeline .m__accordion-item__heading h4 > span {
  position: absolute;
  background: none;
  text-indent: unset;
  overflow: visible;
  width: auto;
  height: auto;
  left: 30px;
  bottom: 15px;
  top: auto;
  right: auto;
  font-size: 14px;
  line-height: 19px;
  color: #040033;
  padding-right: 15px;
  text-transform: none;
}
.m__timeline .m__accordion-item__heading h4 > span::before, .m__timeline .m__accordion-item__heading h4 > span::after {
  content: "";
}
.m__timeline .m__accordion-item__heading h4 > span::before {
  width: 12px;
  height: 2px;
  display: none;
}
.m__timeline .m__accordion-item__heading h4 > span::after {
  width: 7px;
  height: 29px;
  background-image: url("../images/icons/select-arrow.svg");
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.m__timeline .m__accordion-item__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.m__timeline .m__accordion-item__body p {
  font-size: 16px;
  line-height: 22px;
  color: #040033;
}
.m__timeline .m__accordion-item__body p:first-of-type {
  margin-top: 0;
}
.m__timeline .m__accordion-item__body ul li {
  font-size: 16px;
  line-height: 22px;
  color: #040033;
}
.m__timeline .m__accordion-item__body ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #040033;
}
.m__timeline input[type=radio],
.m__timeline input[type=checkbox] {
  display: none;
}
.m__timeline input[type=radio]:checked + .m__accordion-item__heading h4 > span::before,
.m__timeline input[type=checkbox]:checked + .m__accordion-item__heading h4 > span::before {
  background: #553982;
}
.m__timeline input[type=radio]:checked + .m__accordion-item__heading h4 > span::after,
.m__timeline input[type=checkbox]:checked + .m__accordion-item__heading h4 > span::after {
  display: block;
}
.m__timeline input[type=radio]:checked ~ .m__accordion-item__body,
.m__timeline input[type=checkbox]:checked ~ .m__accordion-item__body {
  max-height: 10000px;
}
.m__timeline .slick-slide {
  border-radius: 8px;
}
.m__timeline .m__section {
  position: relative;
  margin: 0;
  padding: 0 0 2em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1021px) {
  .m__timeline .m__section {
    padding: 0 0 2.5em;
  }
}
@media (min-width: 1021px) {
  .m__timeline .m__section::after {
    content: "";
    position: absolute;
    background: #553982;
    display: block;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 33.3%;
    width: 3px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
  }
}
@media (min-width: 1021px) {
  .m__timeline .m__section::before {
    content: "";
    position: absolute;
    background: #fff;
    background-color: #fff;
    border: 2px solid #553982;
    z-index: 1;
    border-radius: 100%;
    top: 0;
    left: 33.3%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 25px;
    height: 25px;
  }
}
.m__timeline .m__section.active::before {
  background-color: #553982;
}
.m__timeline .m__section:last-of-type {
  padding-bottom: 0;
}
.m__timeline .m__section:last-of-type::after {
  display: none;
}
@media (min-width: 1021px) {
  .m__timeline .m__section:last-of-type::after {
    height: 25%;
  }
}
.m__timeline .m__section:first-of-type {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (max-width: 1020px) {
  .m__timeline .m__section:first-of-type::before {
    top: 0;
    -webkit-transform: translate(0 -50%);
            transform: translate(0 -50%);
  }
}
.m__timeline .m__section .m__section__content {
  z-index: 1;
}
@media (max-width: 1020px) {
  .m__timeline .m__section .m__section__content {
    padding-left: unset;
    padding-right: unset;
  }
  .m__timeline .m__section .m__section__content.left {
    display: none;
  }
}
.m__timeline .m__section .m__section__content h2 {
  font-size: 28px;
  line-height: 34px;
  color: #553982;
  font-weight: 900;
}
@media (max-width: 1020px) {
  .m__timeline .m__section .m__section__content h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.m__timeline .m__section .m__section__content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #553982;
}
@media (max-width: 1020px) {
  .m__timeline .m__section .m__section__content p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
}
.m__timeline .m__section .m__section__content .btn, .m__timeline .m__section .m__section__content .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__timeline .m__section .m__section__content .link-text, .m__timeline .m__section .m__section__content .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__timeline .m__section .m__section__content .gform_save_link, .m__timeline .m__section .m__section__content .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__timeline .m__section .m__section__content .gform_save_link, .m__timeline .m__section .m__section__content .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__timeline .m__section .m__section__content .gform_save_link, .m__timeline .m__section .m__section__content .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__timeline .m__section .m__section__content .gform_save_link, .m__timeline .m__section .m__section__content .gform_footer .gform_button, .gform_footer .m__timeline .m__section .m__section__content .gform_button, .m__timeline .m__section .m__section__content .gform_footer input[type=submit], .gform_footer .m__timeline .m__section .m__section__content input[type=submit], .m__timeline .m__section .m__section__content .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__timeline .m__section .m__section__content *[type=submit], .m__timeline .m__section .m__section__content .wc-block-cart__submit-button, .m__timeline .m__section .m__section__content .wc-block-components-checkout-place-order-button, .m__timeline .m__section .m__section__content .wc-block-components-totals-coupon__button, .m__timeline .m__section .m__section__content .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__timeline .m__section .m__section__content input[type=button], .m__timeline .m__section .m__section__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__timeline .m__section .m__section__content input[type=submit], .m__timeline .m__section .m__section__content .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__timeline .m__section .m__section__content input[type=button] {
  margin-top: 2em;
}
@media (max-width: 1020px) {
  .m__timeline .m__section .m__section__content .btn, .m__timeline .m__section .m__section__content .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__timeline .m__section .m__section__content .link-text, .m__timeline .m__section .m__section__content .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__timeline .m__section .m__section__content .gform_save_link, .m__timeline .m__section .m__section__content .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__timeline .m__section .m__section__content .gform_save_link, .m__timeline .m__section .m__section__content .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__timeline .m__section .m__section__content .gform_save_link, .m__timeline .m__section .m__section__content .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__timeline .m__section .m__section__content .gform_save_link, .m__timeline .m__section .m__section__content .gform_footer .gform_button, .gform_footer .m__timeline .m__section .m__section__content .gform_button, .m__timeline .m__section .m__section__content .gform_footer input[type=submit], .gform_footer .m__timeline .m__section .m__section__content input[type=submit], .m__timeline .m__section .m__section__content .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__timeline .m__section .m__section__content *[type=submit], .m__timeline .m__section .m__section__content .wc-block-cart__submit-button, .m__timeline .m__section .m__section__content .wc-block-components-checkout-place-order-button, .m__timeline .m__section .m__section__content .wc-block-components-totals-coupon__button, .m__timeline .m__section .m__section__content .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__timeline .m__section .m__section__content input[type=button], .m__timeline .m__section .m__section__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__timeline .m__section .m__section__content input[type=submit], .m__timeline .m__section .m__section__content .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__timeline .m__section .m__section__content input[type=button] {
    margin-bottom: 1em;
  }
}
.m__timeline .m__section .m__section__image {
  position: relative;
}
@media (max-width: 1020px) {
  .m__timeline .m__section .m__section__image {
    margin-bottom: 0;
  }
}

.m__successStories {
  padding: 4em 0 2em;
  position: relative;
  background-color: #040033;
}
.m__successStories::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.m__successStories__title {
  position: relative;
  margin-bottom: 4em;
  z-index: 1;
}
@media (max-width: 1020px) {
  .m__successStories__title {
    margin-bottom: 2em;
  }
}
.m__successStories__title h3 {
  color: #fff;
  text-transform: uppercase;
  float: left;
}
@media (max-width: 1020px) {
  .m__successStories__title h3 {
    float: none;
  }
}
.m__successStories__title .link-text, .m__successStories__title .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .m__successStories__title .gform_save_link, .m__successStories__title .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .m__successStories__title .gform_save_link {
  line-height: 31px;
}
.m__successStories__title .link-apprentice {
  margin-right: 50px;
}
.m__successStories .mobile {
  display: none;
}
@media (max-width: 1020px) {
  .m__successStories .mobile {
    display: block;
  }
}
@media (max-width: 1020px) {
  .m__successStories .btn, .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__successStories .gform_footer .gform_button, .gform_footer .m__successStories .gform_button, .m__successStories .gform_footer input[type=submit], .gform_footer .m__successStories input[type=submit], .m__successStories .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__successStories *[type=submit], .m__successStories .wc-block-cart__submit-button, .m__successStories .wc-block-components-checkout-place-order-button, .m__successStories .wc-block-components-totals-coupon__button, .m__successStories .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__successStories input[type=button], .m__successStories .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__successStories input[type=submit], .m__successStories .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__successStories input[type=button] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2em;
  }
}
.m__successStories .link-text, .m__successStories .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .m__successStories .gform_save_link, .m__successStories .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .m__successStories .gform_save_link {
  color: #fff;
  float: right;
}
@media (max-width: 1020px) {
  .m__successStories .link-text, .m__successStories .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .m__successStories .gform_save_link, .m__successStories .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .m__successStories .gform_save_link {
    display: none;
  }
}
.m__successStories .link-text::before, .m__successStories .m__form .gform_page_footer .gform_save_link::before, .m__form .gform_page_footer .m__successStories .gform_save_link::before, .m__successStories .m__applicationForm .gform_footer .gform_save_link::before, .m__applicationForm .gform_footer .m__successStories .gform_save_link::before {
  background-image: url("../images/icons/white-arrow.svg");
}
.m__successStories .link-text::after, .m__successStories .m__form .gform_page_footer .gform_save_link::after, .m__form .gform_page_footer .m__successStories .gform_save_link::after, .m__successStories .m__applicationForm .gform_footer .gform_save_link::after, .m__applicationForm .gform_footer .m__successStories .gform_save_link::after {
  background-color: #fff;
}
.m__successStories .c__tease--success-story {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: calc(88px + 1.5em);
}
.m__successStories .c__tease--success-story:hover {
  background: transparent;
}
.m__successStories .c__tease--success-story p {
  font-size: 20px;
  line-height: 25px;
}
.m__successStories .c__tease--success-story p.title {
  font-weight: 700;
}
.m__successStories .c__tease--success-story .c__tease__img {
  left: 0;
  top: 0;
  height: 88px;
  width: 88px;
}
.m__successStories .c__tease--success-story .c__tease__content {
  padding: 0.5em 0 1em;
}
.m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link {
  margin-bottom: 0;
}
.m__successStories .c__tease--success-story .link-text::before, .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link::before, .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link::before, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link::before, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link::before {
  display: none;
}

.m__tabbedContent {
  position: relative;
}
.m__tabbedContent__contain {
  border-bottom: 1px solid #E5005B;
}
@media (max-width: 1020px) {
  .m__tabbedContent__contain {
    border-bottom: none;
    background-color: #f6f6f6;
    padding: 4em 0 0;
  }
}
.m__tabbedContent__contain label {
  font-weight: 700;
  color: #040033;
  display: block;
  margin-bottom: 5px;
}
.m__tabbedContent__contain select {
  padding: 0 3em 0 1em;
}
.m__tabbedContent__contain select,
.m__tabbedContent__contain label {
  display: none;
}
@media (max-width: 1020px) {
  .m__tabbedContent__contain select,
  .m__tabbedContent__contain label {
    display: block;
  }
}
@media (max-width: 1020px) {
  .m__tabbedContent--tab {
    display: none;
  }
}
.m__tabbedContent__tab {
  padding: 3em 8em 3em 2em;
  position: relative;
  height: 100%;
}
.m__tabbedContent__tab::before {
  content: "";
  height: 50px;
  width: 50px;
  border: 2px solid #E5005B;
  border-radius: 50%;
  background-color: transparent;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  position: absolute;
}
.m__tabbedContent__tab h4 {
  text-transform: uppercase;
  color: #553982;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  margin: 0;
}
.m__tabbedContent__tab.active {
  background-color: #f6f6f6;
  border-bottom: 2px solid #E5005B;
}
.m__tabbedContent__tab.active h4 {
  color: #E5005B;
}
.m__tabbedContent__tab.active::before {
  background: linear-gradient(319.76deg, #E5005B 0%, #F49B00 100%);
  border: 2px solid #f6f6f6;
}
.m__tabbedContent__tab.active::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 51px;
  width: 8px;
  height: 16px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.m__tabbedContent__tab label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.m__tabbedContent__tab h3 {
  color: #040033;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
  max-width: 70%;
}
@media (max-width: 768px) {
  .m__tabbedContent__tab h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.m__tabbedContent__content {
  background-color: #fff;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.m__tabbedContent__introcontent {
  padding-bottom: 2em;
}
.m__tabbedContent__introcontent h2 {
  text-transform: uppercase;
  color: #040033;
}
.m__tabbedContent input[name^=tabs-] {
  position: absolute;
  opacity: 0;
  top: 0;
}

input[name^=tabs-]:checked + .m__tabbedContent__content {
  opacity: 1;
  height: auto;
  padding: 4em 0;
}

.m__linkBlocks h2 {
  position: relative;
  cursor: pointer;
}
.m__linkBlocks h2 > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #fff;
}
.m__linkBlocks h2 > span::before, .m__linkBlocks h2 > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #553982;
  border-radius: 15px;
}
.m__linkBlocks h2 > span::before {
  width: 12px;
  height: 2px;
}
.m__linkBlocks h2 > span::after {
  width: 2px;
  height: 12px;
}
.m__linkBlocks__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.m__linkBlocks__heading {
  cursor: pointer;
}
.m__linkBlocks-item {
  border-bottom: 1px solid #979797;
  margin: 0 0 1em;
}
.m__linkBlocks input[type=radio],
.m__linkBlocks input[type=checkbox] {
  display: none;
}
.m__linkBlocks input[type=radio]:checked + .m__linkBlocks__heading h2 > span::before,
.m__linkBlocks input[type=checkbox]:checked + .m__linkBlocks__heading h2 > span::before {
  background: #553982;
}
.m__linkBlocks input[type=radio]:checked + .m__linkBlocks__heading h2 > span::after,
.m__linkBlocks input[type=checkbox]:checked + .m__linkBlocks__heading h2 > span::after {
  display: none;
}
.m__linkBlocks input[type=radio]:checked ~ .m__linkBlocks__body,
.m__linkBlocks input[type=checkbox]:checked ~ .m__linkBlocks__body {
  max-height: 10000px;
}

.m__tabbedBlock {
  position: relative;
  padding: 4em 0 0;
}
.m__tabbedBlock::before {
  content: "";
  background: linear-gradient(323.2deg, #E5005B 0%, #F49B00 100%, #F49B00 100%);
  height: 60%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1020px) {
  .m__tabbedBlock::before {
    height: 50%;
  }
}
.m__tabbedBlock .l__contain, .m__tabbedBlock .wp-block-columns {
  position: relative;
  z-index: 1;
}
.m__tabbedBlock input[name^=tabs-] {
  position: absolute;
  opacity: 0;
  top: 0;
}
.m__tabbedBlock__intro {
  color: #fff;
  margin-bottom: 2em;
}
.m__tabbedBlock__intro h2 {
  color: #fff;
  text-transform: uppercase;
}
.m__tabbedBlock__intro p {
  max-width: 650px;
  width: 100%;
}
@media (min-width: 1021px) {
  .m__tabbedBlock__tab {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.m__tabbedBlock__tab label {
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
  position: relative;
  max-width: 250px;
  min-height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m__tabbedBlock__tab label.active {
  background-color: #fff;
  color: #040033;
  -webkit-box-shadow: 0 -10px 14px 0 rgba(149, 149, 149, 0.36);
          box-shadow: 0 -10px 14px 0 rgba(149, 149, 149, 0.36);
}
.m__tabbedBlock__tab label.active:after {
  content: "";
  height: 3px;
  width: calc(80% - 60px);
  background-color: #DD3F25;
  position: absolute;
  bottom: 10px;
  left: 30px;
}
@media (max-width: 1020px) {
  .m__tabbedBlock__tab label {
    display: none;
  }
}
.m__tabbedBlock__tab__select {
  position: relative;
}
@media (min-width: 1021px) {
  .m__tabbedBlock__tab__select {
    display: none;
  }
}
.m__tabbedBlock__tab__select:after {
  content: "";
  height: 3px;
  width: 150px;
  background-color: #DD3F25;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.m__tabbedBlock__tab select {
  border: 0;
  border-radius: 10px 10px 0 0;
  padding: 20px 15px 30px;
  color: #000;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 -10px 14px 0 rgba(149, 149, 149, 0.36);
          box-shadow: 0 -10px 14px 0 rgba(149, 149, 149, 0.36);
}
.m__tabbedBlock__tabs__wrapper {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px 0 rgba(149, 149, 149, 0.36);
          box-shadow: 0 0 14px 0 rgba(149, 149, 149, 0.36);
  opacity: 0;
  height: 0;
}
@media (max-width: 1020px) {
  .m__tabbedBlock__tabs__wrapper {
    margin: 0 -20px;
    border-radius: 0;
    -webkit-box-shadow: 0px 8px 14px -4px rgba(149, 149, 149, 0.36);
            box-shadow: 0px 8px 14px -4px rgba(149, 149, 149, 0.36);
  }
}
.m__tabbedBlock__tabs__wrapper p {
  color: #040033;
}
@media (max-width: 768px) {
  .m__tabbedBlock__tabs__wrapper .btn, .m__tabbedBlock__tabs__wrapper .gform_footer .gform_button, .gform_footer .m__tabbedBlock__tabs__wrapper .gform_button, .m__tabbedBlock__tabs__wrapper .gform_footer input[type=submit], .gform_footer .m__tabbedBlock__tabs__wrapper input[type=submit], .m__tabbedBlock__tabs__wrapper .hbspt-form .actions *[type=submit], .hbspt-form .actions .m__tabbedBlock__tabs__wrapper *[type=submit], .m__tabbedBlock__tabs__wrapper .wc-block-cart__submit-button, .m__tabbedBlock__tabs__wrapper .wc-block-components-checkout-place-order-button, .m__tabbedBlock__tabs__wrapper .wc-block-components-totals-coupon__button, .m__tabbedBlock__tabs__wrapper .m__form .gform_page_footer input[type=button], .m__form .gform_page_footer .m__tabbedBlock__tabs__wrapper input[type=button], .m__tabbedBlock__tabs__wrapper .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__tabbedBlock__tabs__wrapper input[type=submit], .m__tabbedBlock__tabs__wrapper .m__applicationForm .gform_footer input[type=button], .m__applicationForm .gform_footer .m__tabbedBlock__tabs__wrapper input[type=button], .m__tabbedBlock__tabs__wrapper .m__successStories .c__tease--success-story .link-text, .m__successStories .c__tease--success-story .m__tabbedBlock__tabs__wrapper .link-text, .m__tabbedBlock__tabs__wrapper .m__successStories .c__tease--success-story .m__form .gform_page_footer .gform_save_link, .m__successStories .c__tease--success-story .m__form .gform_page_footer .m__tabbedBlock__tabs__wrapper .gform_save_link, .m__tabbedBlock__tabs__wrapper .m__form .gform_page_footer .m__successStories .c__tease--success-story .gform_save_link, .m__form .gform_page_footer .m__successStories .c__tease--success-story .m__tabbedBlock__tabs__wrapper .gform_save_link, .m__tabbedBlock__tabs__wrapper .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .gform_save_link, .m__successStories .c__tease--success-story .m__applicationForm .gform_footer .m__tabbedBlock__tabs__wrapper .gform_save_link, .m__tabbedBlock__tabs__wrapper .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .gform_save_link, .m__applicationForm .gform_footer .m__successStories .c__tease--success-story .m__tabbedBlock__tabs__wrapper .gform_save_link {
    width: 100%;
    max-width: 100%;
  }
}
.m__tabbedBlock__tabs__wrapper img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .m__tabbedBlock__tabs__wrapper img {
    margin-top: 2em;
  }
}
.m__tabbedBlock__tabs__wrapper__maxwidth img {
  max-width: none;
}
@media (max-width: 1020px) {
  .m__tabbedBlock__tabs__wrapper__maxwidth img {
    max-width: 500px;
  }
}
.m__tabbedBlock__tabs__contain {
  padding: 2em 20px;
  display: none;
}
@media (min-width: 1021px) {
  .m__tabbedBlock__tabs__contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4em;
  }
}

input[name^=tabs-]:checked + .m__tabbedBlock__tabs__wrapper {
  opacity: 1;
  height: auto;
}
input[name^=tabs-]:checked + .m__tabbedBlock__tabs__wrapper .m__tabbedBlock__tabs__contain {
  display: block;
}
@media (min-width: 1021px) {
  input[name^=tabs-]:checked + .m__tabbedBlock__tabs__wrapper .m__tabbedBlock__tabs__contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m__bespoke {
  background: #ec4a30;
  background: linear-gradient(119.85deg, #F49B00 0%, #E5005B 68.23%);
  padding: 4em 0;
}
.m__bespoke h1 {
  font-size: 36px;
  text-align: center;
  color: #fff;
}
.m__bespoke h1 img {
  width: 300px;
  max-width: 90%;
  height: auto;
}

.bespoke_form_wrapper .gform_validation_errors h2 {
  max-width: 1100px;
  margin: 0 auto 1em auto;
  text-align: center;
  text-wrap: balance;
  color: #fff;
  font-size: 20px;
}

.form_saved_message {
  --gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--gap);
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 840px) {
  .form_saved_message {
    padding: 20px;
  }
}
.form_saved_message br {
  display: none;
}
.form_saved_message .form_saved_message_emailform {
  width: 100%;
}
.form_saved_message .form_saved_message_emailform form {
  --gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--gap);
  width: 100%;
}
.form_saved_message .form_saved_message_emailform .gform_fields {
  margin: 0 !important;
  padding: 0 !important;
}
.form_saved_message .form_saved_message_emailform .gfield {
  margin: 0 !important;
  padding: 0 !important;
}
.form_saved_message .form_saved_message_emailform .gfield label {
  color: #003 !important;
}
.form_saved_message .form_saved_message_emailform .gfield label .gfield_required {
  color: #E5015B;
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
  margin-left: 0.5em;
}
.form_saved_message .form_saved_message_emailform .gform_footer input[type=submit] {
  margin: 0 !important;
  border-color: #003 !important;
  text-transform: uppercase;
}

.bespoke_form {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 40px;
}
.bespoke_form .gf_clear {
  display: none;
}
.bespoke_form .gf_progressbar_wrapper {
  grid-row: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .bespoke_form .gf_progressbar_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 60px;
  }
}
.bespoke_form .gf_progressbar_wrapper .gf_progressbar_title {
  font-size: 0;
  color: #fff;
  font-weight: 700;
  font-family: "Santral", sans-serif;
  line-height: 1;
  margin: 0;
}
.bespoke_form .gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page {
  font-size: 16px;
}
.bespoke_form .gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page::after {
  content: " / ";
}
.bespoke_form .gf_progressbar_wrapper .gf_progressbar_title .gf_step_page_count {
  font-size: 16px;
}
.bespoke_form .gf_progressbar_wrapper .gf_progressbar {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.bespoke_form .gf_progressbar_wrapper .gf_progressbar span {
  background-color: #fff;
  width: 14px;
  height: 8px;
  display: block;
  border-radius: 4px;
  opacity: 0.3;
}
.bespoke_form .gf_progressbar_wrapper .gf_progressbar span.on {
  opacity: 1;
}
.bespoke_form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  display: none;
}
.bespoke_form .gform_body {
  grid-row: 1;
}
.bespoke_form .gform_body .gform_page {
  --gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: calc(var(--gap) * 2);
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 840px) {
  .bespoke_form .gform_body .gform_page {
    padding: 20px;
  }
}
.bespoke_form .gform_body .gform_page .gform_page_fields {
  margin: 0;
  width: 100%;
}
.bespoke_form .gform_body .gform_page .gform_fields {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
}
.bespoke_form .gform_body .gform_page .gform_fields::before, .bespoke_form .gform_body .gform_page .gform_fields::after {
  display: none;
}
.bespoke_form .gform_body .gform_page .gfield {
  --columns: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 0 !important;
  padding: 0 !important;
  -ms-flex-preferred-size: calc((100% - var(--gap) * (var(--columns) - 1)) / var(--columns));
      flex-basis: calc((100% - var(--gap) * (var(--columns) - 1)) / var(--columns));
}
.bespoke_form .gform_body .gform_page .gfield.gfield--width-half {
  --columns: 2;
}
@media screen and (max-width: 767px) {
  .bespoke_form .gform_body .gform_page .gfield.gfield--width-half {
    --columns: 1;
  }
}
.bespoke_form .gform_body .gform_page .gfield.gfield--width-third {
  --columns: 3;
}
@media screen and (max-width: 767px) {
  .bespoke_form .gform_body .gform_page .gfield.gfield--width-third {
    --columns: 1;
  }
}
.bespoke_form .gform_body .gform_page .gfield.gfield--width-quarter {
  --columns: 4;
}
@media screen and (max-width: 767px) {
  .bespoke_form .gform_body .gform_page .gfield.gfield--width-quarter {
    --columns: 1;
  }
}
.bespoke_form .gform_body .gform_page .gfield.gfield_error .validation_message {
  position: static;
  color: #E5015B;
  font-size: 14px;
  margin-top: 1em;
}
.bespoke_form .gform_body .gform_page fieldset:not(.gfield--type-choice) {
  border: 0;
  padding: 0;
}
.bespoke_form .gform_body .gform_page fieldset:not(.gfield--type-choice).gfield_contains_required.hidden_label label::after {
  content: "(Required)";
  color: #E5015B;
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
}
.bespoke_form .gform_body .gform_page fieldset:not(.gfield--type-choice) .gform-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
}
.bespoke_form .gform_body .gform_page fieldset:not(.gfield--type-choice) .gform-grid-row .gform-grid-col {
  --columns: 2;
  -ms-flex-preferred-size: calc((100% - var(--gap) * (var(--columns) - 1)) / var(--columns));
      flex-basis: calc((100% - var(--gap) * (var(--columns) - 1)) / var(--columns));
}
@media screen and (max-width: 767px) {
  .bespoke_form .gform_body .gform_page fieldset:not(.gfield--type-choice) .gform-grid-row .gform-grid-col {
    --columns: 1;
  }
}
.bespoke_form .gform_body .gform_page .gfield--type-section h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #003;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-wrap: balance;
  line-height: 1.2em;
}
.bespoke_form .gform_body .gform_page .gfield--type-html {
  font-size: 16px;
  color: #000;
  text-align: center;
  text-wrap: balance;
  line-height: 1.6em;
  padding: 0;
}
.bespoke_form .gform_body .gform_page .gfield--type-html ul {
  list-style: disc;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.bespoke_form .gform_body .gform_page .gfield--type-html ul li {
  text-align: left;
}
.bespoke_form .gform_body .gform_page .gfield label, .bespoke_form .gform_body .gform_page .gfield_label {
  margin-right: 0;
  max-width: 100%;
}
.bespoke_form .gform_body .gform_page .gform-field-label {
  color: #003;
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5em;
  line-height: 1.2em;
}
.bespoke_form .gform_body .gform_page .gform-field-label:not(.gform-field-label--type-inline) {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.bespoke_form .gform_body .gform_page .gform-field-label > .gfield_required {
  color: #E5015B;
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice {
  padding: 0;
  border: 0;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice legend.gform-field-label {
  font-weight: 700;
  margin-bottom: 1em;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_radio, .bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_checkbox {
  display: grid;
  gap: 1em;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_radio .gchoice, .bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_checkbox .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_radio .gchoice br, .bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_checkbox .gchoice br {
  display: none;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_radio .gchoice .gform-field-label, .bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_checkbox .gchoice .gform-field-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_radio .gfield-choice-input, .bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_checkbox .gfield-choice-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.2em;
  height: 1.2em;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #003;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_radio .gfield-choice-input:checked::before, .bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_checkbox .gfield-choice-input:checked::before {
  display: block !important;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_radio .gfield-choice-input ~ .gchoice_other_control, .bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_checkbox .gfield-choice-input ~ .gchoice_other_control {
  display: none;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_radio .gfield-choice-input:checked ~ .gchoice_other_control, .bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_checkbox .gfield-choice-input:checked ~ .gchoice_other_control {
  display: block;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_radio.gfield_radio .gfield-choice-input, .bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_checkbox.gfield_radio .gfield-choice-input {
  border-radius: 500px;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_radio.gfield_radio .gfield-choice-input::before, .bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_checkbox.gfield_radio .gfield-choice-input::before {
  content: "";
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 0.3em solid #003;
  -webkit-transform: none;
          transform: none;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_radio.gfield_checkbox .gfield-choice-input, .bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_checkbox.gfield_checkbox .gfield-choice-input {
  border-radius: 3px;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_radio.gfield_checkbox .gfield-choice-input::before, .bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_checkbox.gfield_checkbox .gfield-choice-input::before {
  content: "";
  display: none;
  top: 2%;
  left: 33%;
  width: 40%;
  height: 80%;
  border-radius: 0;
  border: 2px solid #003;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_radio .gchoice_other_control, .bespoke_form .gform_body .gform_page .gfield--type-choice .gfield_checkbox .gchoice_other_control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice.fancy legend.gform-field-label {
  font-size: 20px;
  text-transform: uppercase;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice.fancy .gfield_radio, .bespoke_form .gform_body .gform_page .gfield--type-choice.fancy .gfield_checkbox {
  gap: 1.5em;
  grid-auto-rows: 1fr;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice.fancy .gfield_radio .gchoice, .bespoke_form .gform_body .gform_page .gfield--type-choice.fancy .gfield_checkbox .gchoice {
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice.fancy .gfield_radio .gchoice .gform-field-label, .bespoke_form .gform_body .gform_page .gfield--type-choice.fancy .gfield_checkbox .gchoice .gform-field-label {
  padding: 1.5em 0;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice.fancy .gfield_radio .gchoice .gform-field-label b, .bespoke_form .gform_body .gform_page .gfield--type-choice.fancy .gfield_checkbox .gchoice .gform-field-label b {
  font-size: 18px;
  font-weight: 700;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice.fancy .gfield_radio .gchoice .gform-field-label b:not(:last-child), .bespoke_form .gform_body .gform_page .gfield--type-choice.fancy .gfield_checkbox .gchoice .gform-field-label b:not(:last-child) {
  margin-bottom: 0.25em;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice.fancy .gfield_radio .gchoice .gform-field-label small, .bespoke_form .gform_body .gform_page .gfield--type-choice.fancy .gfield_checkbox .gchoice .gform-field-label small {
  font-size: 14px;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice.fancy.twocol .gfield_radio, .bespoke_form .gform_body .gform_page .gfield--type-choice.fancy.twocol .gfield_checkbox {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 600px) {
  .bespoke_form .gform_body .gform_page .gfield--type-choice.fancy.twocol .gfield_radio, .bespoke_form .gform_body .gform_page .gfield--type-choice.fancy.twocol .gfield_checkbox {
    grid-template-columns: 1fr;
  }
}
.bespoke_form .gform_body .gform_page .gfield--type-choice.grid .gfield_radio {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.5em;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice.grid .gfield_radio .gchoice {
  width: 100%;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice.grid .gfield_radio .gchoice .gform-field-label {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 3em 1.5em;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice.grid .gfield_radio .gchoice .gform-field-label:hover {
  outline: 1px solid #ccc;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice.grid .gfield_radio .gchoice .gfield-choice-input {
  display: none;
}
.bespoke_form .gform_body .gform_page .gfield--type-choice.grid .gfield_radio .gchoice .gfield-choice-input:checked + .gform-field-label {
  outline: 3px solid #003;
  outline-offset: -3px;
}
@media (max-width: 600px) {
  .bespoke_form .gform_body .gform_page .gfield--type-choice.grid .gfield_radio {
    grid-template-columns: 1fr;
  }
  .bespoke_form .gform_body .gform_page .gfield--type-choice.grid .gfield_radio .gchoice .gform-field-label {
    padding: 1.5em;
  }
}
.bespoke_form .gform_body .gform_page input:not([type=button], [type=submit], [type=checkbox], [type=radio]), .bespoke_form .gform_body .gform_page textarea, .bespoke_form .gform_body .gform_page select {
  line-height: 1em;
  border: 2px solid #E5E5E5;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 1px;
  font-size: 16px;
  padding: 0.5em 1em;
  -webkit-transition: none;
  transition: none;
}
.bespoke_form .gform_body .gform_page .gform_page_footer {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: column;
  gap: 20px;
}
.bespoke_form .gform_body .gform_page .gform_page_footer .gform_ajax_spinner {
  display: none;
}
.bespoke_form .gform_body .gform_page .gform_page_footer .gform-theme-button, .bespoke_form .gform_body .gform_page .gform_page_footer .gform_button {
  font-family: "Santral", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #003;
  color: #003;
  border-radius: 10px;
  padding: 1em;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bespoke_form .gform_body .gform_page .gform_page_footer .gform_previous_button, .bespoke_form .gform_body .gform_page .gform_page_footer .gform_next_button, .bespoke_form .gform_body .gform_page .gform_page_footer .gform_save_link {
  position: relative;
}
.bespoke_form .gform_body .gform_page .gform_page_footer .gform_previous_button::before, .bespoke_form .gform_body .gform_page .gform_page_footer .gform_next_button::before, .bespoke_form .gform_body .gform_page .gform_page_footer .gform_save_link::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icons/black-arrow.svg");
  height: 1.2em;
  width: 1.2em;
}
.bespoke_form .gform_body .gform_page .gform_page_footer .gform_previous_button::after, .bespoke_form .gform_body .gform_page .gform_page_footer .gform_next_button::after, .bespoke_form .gform_body .gform_page .gform_page_footer .gform_save_link::after {
  content: "";
  height: 2px;
  width: 0;
  background-color: #003;
  display: block;
  position: absolute;
  bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.bespoke_form .gform_body .gform_page .gform_page_footer .gform_previous_button:hover::after, .bespoke_form .gform_body .gform_page .gform_page_footer .gform_next_button:hover::after, .bespoke_form .gform_body .gform_page .gform_page_footer .gform_save_link:hover::after {
  width: 70%;
}
.bespoke_form .gform_body .gform_page .gform_page_footer .gform_previous_button::before {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 0.5em;
}
.bespoke_form .gform_body .gform_page .gform_page_footer .gform_next_button, .bespoke_form .gform_body .gform_page .gform_page_footer .gform_button {
  background-color: #003;
  color: #fff;
}
.bespoke_form .gform_body .gform_page .gform_page_footer .gform_next_button::before, .bespoke_form .gform_body .gform_page .gform_page_footer .gform_button::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0.5em;
  background-image: url("../images/icons/white-arrow.svg");
}
.bespoke_form .gform_body .gform_page .gform_page_footer .gform_next_button::after, .bespoke_form .gform_body .gform_page .gform_page_footer .gform_button::after {
  background-color: #fff;
}
.bespoke_form .gform_body .gform_page .gform_page_footer .gform_save_link {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  background-color: #fff;
  color: #003;
  border: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-transform: translateY(calc(50% - 0.5em));
          transform: translateY(calc(50% - 0.5em));
}
.bespoke_form .gform_body .gform_page .gform_page_footer .gform_save_link svg {
  margin-right: 1em;
}
.bespoke_form .gform_body .gform_page .gform_page_footer .gform_save_link::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .bespoke_form .gform_body .gform_page .gform_page_footer .gform_save_link {
    right: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
}
.bespoke_form .gform_body .gform_page.splitpage {
  background: none;
  padding: 0;
  display: grid;
  grid-template-columns: 33fr 68fr;
  grid-template-rows: auto auto auto;
  gap: 0;
  border-radius: 20px 10px 10px 20px;
}
.bespoke_form .gform_body .gform_page.splitpage .gform_page_fields {
  background-color: #fff;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
  grid-column: 1/span 2;
  grid-row: 1/span 3;
  gap: 0;
  height: 100%;
  border-radius: 20px 10px 10px 20px;
}
.bespoke_form .gform_body .gform_page.splitpage .gform_fields {
  display: inherit;
  grid-template-columns: inherit;
  grid-template-rows: inherit;
  grid-column: inherit;
  grid-row: inherit;
  gap: 0;
}
.bespoke_form .gform_body .gform_page.splitpage .gform_page_footer {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: column;
  grid-column: 2;
  grid-row: 3;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 50px 50px;
}
.bespoke_form .gform_body .gform_page.splitpage .gfield--type-section {
  grid-column: 1;
  grid-row: 1/span 1;
  background: #003;
  border-radius: 10px 0 0;
  padding: 50px 30px 30px !important;
}
.bespoke_form .gform_body .gform_page.splitpage .gfield--type-section h3 {
  color: #fff;
  font-size: 36px;
}
.bespoke_form .gform_body .gform_page.splitpage .gfield--type-html {
  grid-column: 2;
  grid-row: 1/span 2;
  padding: 50px !important;
}
.bespoke_form .gform_body .gform_page.splitpage .gfield--type-html ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  font-size: 14px;
}
.bespoke_form .gform_body .gform_page.splitpage .gfield--type-html ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  position: relative;
  text-wrap: pretty;
}
.bespoke_form .gform_body .gform_page.splitpage .gfield--type-html ul li b {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.bespoke_form .gform_body .gform_page.splitpage .gfield--type-html ul li:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  bottom: -1em;
}
.bespoke_form .gform_body .gform_page.splitpage .gfield--type-section + .gfield--type-html {
  grid-column: 1;
  grid-row: 2/span 2;
  height: 100%;
  background: #003;
  border-radius: 0 0 0 10px;
  color: #fff;
  padding: 0 30px 30px !important;
  font-size: 18px;
}
.bespoke_form .gform_body .gform_page.splitpage .gfield--type-section + .gfield--type-html b {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#F49B00), color-stop(65.24%, #E5005B));
  background: linear-gradient(90deg, #F49B00 0%, #E5005B 65.24%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
}
.bespoke_form .gform_body .gform_page.splitpage .gfield--type-section + .gfield--type-html * {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .bespoke_form .gform_body .gform_page.splitpage {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .bespoke_form .gform_body .gform_page.splitpage .gform_page_fields {
    grid-column: 1/span 1;
    grid-row: 1/span 4;
    border-radius: 20px 20px 10px 10px;
  }
  .bespoke_form .gform_body .gform_page.splitpage .gfield--type-section {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    border-radius: 10px 10px 0 0;
    padding: 30px !important;
  }
  .bespoke_form .gform_body .gform_page.splitpage .gfield--type-html {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
    padding: 50px !important;
  }
  .bespoke_form .gform_body .gform_page.splitpage .gfield--type-section + .gfield--type-html {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    border-radius: 0;
    padding: 0 30px 30px !important;
  }
  .bespoke_form .gform_body .gform_page.splitpage .gform_page_footer {
    grid-column: 1/span 1;
    grid-row: 4/span 1;
  }
}
@media screen and (max-width: 840px) {
  .bespoke_form .gform_body .gform_page.splitpage .gfield--type-section {
    padding: 20px !important;
  }
  .bespoke_form .gform_body .gform_page.splitpage .gfield--type-html {
    padding: 20px !important;
  }
  .bespoke_form .gform_body .gform_page.splitpage .gfield--type-section + .gfield--type-html {
    padding: 0 20px 20px !important;
  }
}
.bespoke_form .gform_validation_error {
  color: #fff;
  grid-row: -2;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  text-wrap: balance;
}
.bespoke_form .gform_confirmation_message {
  --gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: calc(var(--gap) * 2);
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.bespoke_form .gform_confirmation_message h2, .bespoke_form .gform_confirmation_message p {
  text-align: center;
  text-wrap: balance;
}
.bespoke_form .gform_confirmation_message .e2pdf-download {
  font-family: "Santral", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #003;
  border: 2px solid #003;
  color: #fff;
  border-radius: 10px;
  padding: 1em;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bespoke_form .gform_confirmation_message .e2pdf-download::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icons/file-pdf-regular.svg");
  height: 1.8em;
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 1.8em;
  margin-right: 0.5em;
  position: relative;
  top: -0.2em;
}
.bespoke_form .gform_confirmation_message .e2pdf-download::after {
  content: "";
  height: 2px;
  width: 0;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.bespoke_form .gform_confirmation_message .e2pdf-download:hover::after {
  width: 70%;
}
@media (max-width: 840px) {
  .bespoke_form .gform_confirmation_message {
    padding: 20px;
  }
}
