/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
html,
body {
  height: 100%;
}
* {
  webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0, 0, 0, 0.1) 0 0 1px;
}
html {
  line-height: 1.25;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 16px;
  color: #343433;
}
body {
  max-width: 100%;
  overflow-x: hidden;
}
.layout {
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.content {
  flex: 1 0 auto;
  margin-top: 56px;
}
@media (min-width: 1025px) {
  .content {
    margin-top: 0;
  }
}

/* nunito-200 - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-display: swap;
  font-style: normal;
  font-weight: 200;
  src: url(/_/2d7d40da2735b9582693.eot);
  /* IE9 Compat Modes */
  src: local(''), url(/_/2d7d40da2735b9582693.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/_/6d964ac2439b4e11afd2.woff2) format('woff2'), /* Super Modern Browsers */ url(/_/b9ce8e43ef352ff2cea7.woff) format('woff'), /* Modern Browsers */ url(/_/4afd84668123015c81c3.ttf) format('truetype'), /* Safari, Android, iOS */ url(/_/7e4a39864192159932bf.svg#Nunito) format('svg');
  /* Legacy iOS */
}
/* nunito-200italic - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-display: swap;
  font-style: italic;
  font-weight: 200;
  src: url(/_/cdedfce03d47f906fe95.eot);
  /* IE9 Compat Modes */
  src: local(''), url(/_/cdedfce03d47f906fe95.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/_/10089f818b088a8bfeab.woff2) format('woff2'), /* Super Modern Browsers */ url(/_/0646a6f519f38444c387.woff) format('woff'), /* Modern Browsers */ url(/_/3508387e6a4d3a785398.ttf) format('truetype'), /* Safari, Android, iOS */ url(/_/a1880fe77970927dcd8c.svg#Nunito) format('svg');
  /* Legacy iOS */
}
/* nunito-300 - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url(/_/909c27f3ad67cd3be02f.eot);
  /* IE9 Compat Modes */
  src: local(''), url(/_/909c27f3ad67cd3be02f.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/_/5d40dd64e2278fe436ba.woff2) format('woff2'), /* Super Modern Browsers */ url(/_/df69c0d74f908f2c6417.woff) format('woff'), /* Modern Browsers */ url(/_/2ef81aaa7649ee50dd59.ttf) format('truetype'), /* Safari, Android, iOS */ url(/_/e735ebcf7e7bd52e21c4.svg#Nunito) format('svg');
  /* Legacy iOS */
}
/* nunito-300italic - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-display: swap;
  font-style: italic;
  font-weight: 300;
  src: url(/_/a840bb1a67edfae482c1.eot);
  /* IE9 Compat Modes */
  src: local(''), url(/_/a840bb1a67edfae482c1.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/_/8ece6b4e78541e368f43.woff2) format('woff2'), /* Super Modern Browsers */ url(/_/549316babd2374614c39.woff) format('woff'), /* Modern Browsers */ url(/_/cbce5a8a3b9d18010195.ttf) format('truetype'), /* Safari, Android, iOS */ url(/_/f4293b732e0bd11f8a10.svg#Nunito) format('svg');
  /* Legacy iOS */
}
/* nunito-regular - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(/_/6a1fb8c2b6b220f3762d.eot);
  /* IE9 Compat Modes */
  src: local(''), url(/_/6a1fb8c2b6b220f3762d.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/_/03e3c10d4a52fe7b5691.woff2) format('woff2'), /* Super Modern Browsers */ url(/_/35762114cc480514df5e.woff) format('woff'), /* Modern Browsers */ url(/_/78b01cd06b3df090c50e.ttf) format('truetype'), /* Safari, Android, iOS */ url(/_/29471884d190434b6151.svg#Nunito) format('svg');
  /* Legacy iOS */
}
/* nunito-italic - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  src: url(/_/47b4ff674d9b95fe4715.eot);
  /* IE9 Compat Modes */
  src: local(''), url(/_/47b4ff674d9b95fe4715.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/_/ec2725b10997f3640d3d.woff2) format('woff2'), /* Super Modern Browsers */ url(/_/4c78ccdd39cc8f261fb4.woff) format('woff'), /* Modern Browsers */ url(/_/ab982b8f82b463e5e1ea.ttf) format('truetype'), /* Safari, Android, iOS */ url(/_/9337c14dbc9ff22c415f.svg#Nunito) format('svg');
  /* Legacy iOS */
}
/* nunito-600 - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url(/_/350a748a6eed9748fcd0.eot);
  /* IE9 Compat Modes */
  src: local(''), url(/_/350a748a6eed9748fcd0.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/_/c94db5f3862667362c68.woff2) format('woff2'), /* Super Modern Browsers */ url(/_/075efbe0c9920e8bc796.woff) format('woff'), /* Modern Browsers */ url(/_/b23cf2c894320174576c.ttf) format('truetype'), /* Safari, Android, iOS */ url(/_/44cbc13c6e52d6abd6ea.svg#Nunito) format('svg');
  /* Legacy iOS */
}
/* nunito-700 - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url(/_/a4cff565a223ef841cf3.eot);
  /* IE9 Compat Modes */
  src: local(''), url(/_/a4cff565a223ef841cf3.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/_/56435da2448caaff95b0.woff2) format('woff2'), /* Super Modern Browsers */ url(/_/f4ca1c330e8493e3e62e.woff) format('woff'), /* Modern Browsers */ url(/_/188fc43b8db8b7ab0d4b.ttf) format('truetype'), /* Safari, Android, iOS */ url(/_/f15b4636fdab92934ff4.svg#Nunito) format('svg');
  /* Legacy iOS */
}
/* nunito-700italic - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  src: url(/_/713190469aec2eaea1c5.eot);
  /* IE9 Compat Modes */
  src: local(''), url(/_/713190469aec2eaea1c5.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/_/f987cdd41c7f477ad9bb.woff2) format('woff2'), /* Super Modern Browsers */ url(/_/329a333cbadba8ac212b.woff) format('woff'), /* Modern Browsers */ url(/_/33b850925c0d59862626.ttf) format('truetype'), /* Safari, Android, iOS */ url(/_/e3508886cd8663f2b224.svg#Nunito) format('svg');
  /* Legacy iOS */
}
/* nunito-600italic - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-display: swap;
  font-style: italic;
  font-weight: 600;
  src: url(/_/5c9b233c37f080028df6.eot);
  /* IE9 Compat Modes */
  src: local(''), url(/_/5c9b233c37f080028df6.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/_/c72d494b69864efada84.woff2) format('woff2'), /* Super Modern Browsers */ url(/_/b9b588a89387fe93d990.woff) format('woff'), /* Modern Browsers */ url(/_/da0e2c1747b083305768.ttf) format('truetype'), /* Safari, Android, iOS */ url(/_/a546405c0ea17f3016ec.svg#Nunito) format('svg');
  /* Legacy iOS */
}
/* nunito-800 - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-display: swap;
  font-style: normal;
  font-weight: 800;
  src: url(/_/20742650ea9bf21a576e.eot);
  /* IE9 Compat Modes */
  src: local(''), url(/_/20742650ea9bf21a576e.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/_/5ad09181e4ab8332740b.woff2) format('woff2'), /* Super Modern Browsers */ url(/_/aea37f1396a4980b45b1.woff) format('woff'), /* Modern Browsers */ url(/_/d6c5edcbb0d7f9d67f74.ttf) format('truetype'), /* Safari, Android, iOS */ url(/_/4e346d18cbb27ad56154.svg#Nunito) format('svg');
  /* Legacy iOS */
}
/* nunito-800italic - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-display: swap;
  font-style: italic;
  font-weight: 800;
  src: url(/_/ac87b8bff51cb1d8aeae.eot);
  /* IE9 Compat Modes */
  src: local(''), url(/_/ac87b8bff51cb1d8aeae.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/_/580fa2f79e868c1d3f2f.woff2) format('woff2'), /* Super Modern Browsers */ url(/_/eded66a5513da7d8b8f8.woff) format('woff'), /* Modern Browsers */ url(/_/beabb2830e6062f7fc0a.ttf) format('truetype'), /* Safari, Android, iOS */ url(/_/09ccd278e8dc7cc7dfd5.svg#Nunito) format('svg');
  /* Legacy iOS */
}
/* nunito-900 - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  src: url(/_/a144a974b7e486afdbc8.eot);
  /* IE9 Compat Modes */
  src: local(''), url(/_/a144a974b7e486afdbc8.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/_/54cb3ae58acfc93fc0c5.woff2) format('woff2'), /* Super Modern Browsers */ url(/_/79ac9680547fe9bda69e.woff) format('woff'), /* Modern Browsers */ url(/_/db7c5e3fac2795a19031.ttf) format('truetype'), /* Safari, Android, iOS */ url(/_/8d9cd2a2d58363f90a30.svg#Nunito) format('svg');
  /* Legacy iOS */
}
/* nunito-900italic - latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-display: swap;
  font-style: italic;
  font-weight: 900;
  src: url(/_/f7d42c523aa726f2e8ad.eot);
  /* IE9 Compat Modes */
  src: local(''), url(/_/f7d42c523aa726f2e8ad.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/_/05052d42a3b1232f5c1f.woff2) format('woff2'), /* Super Modern Browsers */ url(/_/2fe2bf9c25f3f712f8c7.woff) format('woff'), /* Modern Browsers */ url(/_/b1008bac3b60a804c4cc.ttf) format('truetype'), /* Safari, Android, iOS */ url(/_/844841bb3b6a2255aa55.svg#Nunito) format('svg');
  /* Legacy iOS */
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.guide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .guide {
    max-width: 1440px;
    padding: 0 40px;
    margin: 0 auto;
  }
}
.guide .guide__container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .guide .guide__container {
    grid-template-columns: repeat(24, 1fr);
  }
}
.guide .guide__column {
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  border-right: 1px solid #cc00ff;
}
.guide .guide__column:nth-of-type(n + 7) {
  display: none;
}
.guide .guide__column:first-child {
  border-left: 1px solid #cc00ff;
}
@media (min-width: 1025px) {
  .guide .guide__column:nth-of-type(n + 7) {
    display: block;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
*[hidden] {
  display: none;
}
body {
  line-height: 1;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.accordion {
  padding: 0 24px;
  max-width: 1440px;
  margin: 40px auto;
  color: #595958;
}
@media (min-width: 824px) {
  .accordion {
    padding: 0 40px;
    margin: 96px auto 40px;
  }
}
@media (min-width: 824px) {
  .accordion__container {
    width: calc(100% / 24 * 16);
  }
}
.accordion__item {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .accordion__item {
    margin-top: 80px;
  }
}
.accordion__title {
  cursor: pointer;
  position: relative;
  font-size: 2rem;
  line-height: calc(40 / 32);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .accordion__title {
    font-size: 2.5rem;
    line-height: calc(48 / 40);
  }
}
.accordion__button {
  all: initial;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  font-size: 0;
  transition: all 0.2s ease-out;
  background: none;
  border: none;
}
.accordion__button:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  height: 1px;
  width: 24px;
  background: #595958;
}
.accordion__button:before {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  right: 11px;
  height: 24px;
  width: 1px;
  background: #595958;
  transition: all 0.2s ease-out;
}
.accordion__button:focus {
  outline: 1px solid #cc5724;
}
.accordion__content {
  transition: all 0.2s ease-in-out;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-stretch: normal;
}
.accordion__item_expanded .accordion__button:before {
  transform: rotate(90deg);
  width: 0;
}
.accordion__item_expanded .accordion__content {
  height: auto;
  visibility: visible;
}
.accordion__rich-text {
  color: #343433;
  margin-top: 24px;
}
@media (min-width: 824px) {
  .accordion__rich-text {
    margin-top: 40px;
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.commission {
  padding: 0 24px;
  max-width: 1440px;
  margin: 48px auto;
}
@media (min-width: 1025px) {
  .commission {
    margin: 96px auto;
  }
}
@media (min-width: 1025px) {
  .commission {
    padding: 0 40px;
  }
}
.commission__title {
  margin-bottom: 32px;
  font-size: 1.25rem;
  line-height: calc(24 / 20);
  letter-spacing: 0.15px;
  font-weight: 600;
  color: #595958;
}
@media (min-width: 600px) {
  .commission__title {
    font-size: 2rem;
    line-height: calc(40 / 32);
    font-weight: 600;
    margin-bottom: 48px;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .commission__title {
    font-size: 2.5rem;
    line-height: calc(48 / 40);
  }
}
.commission__tiles {
  display: flex;
  flex-flow: row wrap;
  margin: -20px -12px;
}
@media (min-width: 1025px) {
  .commission__tiles {
    flex-flow: row;
    margin: 0 calc(-100% / 24 * 3 / 2);
  }
}
.commission__tile {
  display: flex;
  flex-direction: column;
  width: calc(50% - 24px);
  margin: 20px 12px;
}
@media (min-width: 1025px) {
  .commission__tile {
    width: calc((100% / 27 * 24) / 24 * 6);
    margin: 0 calc((100% / 27 * 24) / 24 * 3 / 2);
  }
}
.commission__img-wrapper {
  position: relative;
  width: 100%;
  max-width: 100px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media (min-width: 600px) {
  .commission__img-wrapper {
    max-width: 180px;
    margin-bottom: 40px;
  }
}
.commission__img-wrapper:before {
  content: "";
  display: block;
  padding-top: calc(1 / 1 * 100%);
}
.commission__img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.commission__tile-title {
  flex-basis: 48px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #595958;
}
@media (min-width: 600px) {
  .commission__tile-title {
    flex-basis: 56px;
    font-size: 1.625rem;
    line-height: calc(26 / 24);
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .commission__tile-title {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
@media (min-width: 1025px) {
  .commission__tile-title {
    flex-basis: 80px;
  }
}
.commission__tile-summary {
  margin-top: 8px;
  padding-bottom: 16px;
  flex-grow: 1;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.005em;
  border-bottom: 1px solid rgba(132, 133, 134, 0.3);
}
@media (min-width: 600px) {
  .commission__tile-summary {
    margin-top: 16px;
    padding-bottom: 48px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .commission__tile-summary {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.commission__tile-button-wrapper {
  flex-basis: 36px;
}
@media (min-width: 600px) {
  .commission__tile-button-wrapper {
    flex-basis: 64px;
  }
}
.commission__tile-button {
  position: relative;
  display: inline-block;
  margin-top: 16px;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  font-weight: 400;
  font-weight: bold;
  letter-spacing: 0.005em;
}
@media (min-width: 600px) {
  .commission__tile-button {
    margin-top: 40px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.15px;
  }
}
.commission__tile-button:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-image: url(/_/838a0c235be0d466a46e.svg);
  background-size: contain;
  margin-left: 16px;
  transition: all 0.2s ease;
}
@media (min-width: 600px) {
  .commission__tile-button:after {
    width: 24px;
    height: 24px;
  }
}
.commission__tile-button:hover:after,
.commission__tile-button:focus:after {
  transform: translate(5px);
}
.commission__tile-button:focus {
  outline: 1px solid #cc5724;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.course-hero {
  box-sizing: border-box;
  position: relative;
  background: #595958;
  overflow: visible;
  color: #ffffff;
  padding: 40px 0 8px;
}
@media (min-width: 824px) {
  .course-hero {
    padding: 0 40px;
  }
}
@media (min-width: 1140px) {
  .course-hero {
    margin-top: -120px;
    padding-top: 120px;
  }
}
.course-hero__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-color: #595958;
}
.course-hero__image:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
@media (min-width: 824px) {
  .course-hero__image {
    background-position: center;
  }
}
@media (min-width: 1296px) {
  .course-hero__image {
    background-position: center right;
  }
}
.course-hero__container {
  position: relative;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 824px) {
  .course-hero__container {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 200px 0 80px 0;
  }
}
.course-hero__left-container {
  width: 100%;
}
@media (min-width: 824px) {
  .course-hero__left-container {
    width: calc(100% / 24 * 15);
  }
}
.course-hero__title {
  font-size: 2rem;
  line-height: calc(40 / 32);
  font-weight: 700;
  margin: 32px 24px 0;
}
@media (min-width: 1025px) {
  .course-hero__title {
    font-size: 3.25rem;
  }
}
@media (min-width: 824px) {
  .course-hero__title {
    margin: 32px 0 0 0;
  }
}
.course-hero__cta-container {
  display: flex;
  flex-direction: column;
  margin: 24px;
}
@media (min-width: 824px) {
  .course-hero__cta-container {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 24px -12px 0;
  }
}
.course-hero__cta-container .cta {
  margin: 12px 0 0;
  flex-grow: 1;
}
.course-hero__cta-container .cta:first-of-type {
  margin-top: 0;
}
@media (min-width: 1296px) {
  .course-hero__cta-container .cta {
    margin: 12px 12px 0;
    flex-grow: 0;
  }
  .course-hero__cta-container .cta:first-of-type {
    margin-top: 12px;
  }
}
.course-hero__rating {
  width: 300px;
  margin: 24px 0 0 0;
}
@media (min-width: 824px) {
  .course-hero__rating {
    margin: 24px 0 0 0;
  }
}
.course-hero__rating-star {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/_/c9d48e075c1f954d12ed.svg) no-repeat 50%;
  background-size: contain;
  vertical-align: top;
}
.course-hero__rating-star + .course-hero__rating-star {
  margin-left: 2px;
}
.course-hero__rating-star_checked {
  background: url(/_/95787c18995a0a37c447.svg) no-repeat 50%;
}
.course-hero__rating-star_alt-star {
  background: url(/_/88a52b7518ef7599998c.svg) no-repeat 50%;
}
.course-hero__rating-reviews {
  margin-left: 24px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.course-hero .breadcrumbs {
  margin: 24px 24px 0;
}
@media (min-width: 824px) {
  .course-hero .breadcrumbs {
    margin: 0;
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.page-navigation {
  left: 0;
  right: 0;
  background: #ffe798;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 30;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .page-navigation {
    padding: 0 24px;
  }
}
@media (min-width: 824px) {
  .page-navigation {
    padding: 0 40px;
  }
}
.page-navigation__wrapper {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .page-navigation__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 824px) {
  .page-navigation__wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.page-navigation__wrapper-inner {
  width: 100%;
}
@media (min-width: 824px) {
  .page-navigation__wrapper-inner {
    width: calc(100% / 24 * 17);
  }
}
.page-navigation__wrapper-inner-link {
  font-size: 1rem;
  color: #343433;
  margin-right: 16px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
}
.page-navigation__wrapper-inner-link:focus {
  outline: 1px solid #cc5724;
  outline-offset: 8px;
}
.page-navigation__wrapper-inner-link_active {
  border-bottom: 4px solid #000000;
  text-shadow: 0.3px 0.3px 0 #343433;
  height: 76px;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.key-information {
  box-sizing: border-box;
  width: 100%;
  top: 0;
  margin-top: 20px;
}
@media (min-width: 824px) {
  .key-information {
    position: absolute;
    padding-top: 120px;
    margin-top: 0;
  }
}
.key-information_mobile {
  width: auto;
  margin: 20px 8px 0;
  display: block;
}
@media (min-width: 824px) {
  .key-information_mobile {
    display: none;
  }
}
.key-information_mobile .key-information__content {
  display: block;
  margin-top: 40px;
}
@media (min-width: 824px) {
  .key-information_mobile .key-information__content {
    display: none;
  }
}
.key-information__outer-container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.key-information__container {
  display: flex;
  flex-direction: column;
  color: #595958;
}
@media (min-width: 824px) {
  .key-information__container {
    display: block;
    width: calc(100% / 24 * 7 - 30px);
    position: absolute;
    right: 30px;
    margin-top: 200px;
  }
}
@media (min-width: 1470px) {
  .key-information__container {
    width: calc(100% / 24 * 7);
    right: 0;
  }
}
.key-information__content {
  position: relative;
  z-index: 31;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.25);
  display: none;
}
@media (min-width: 824px) {
  .key-information__content {
    display: block;
  }
}
.key-information__video-image {
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.key-information__video-image:after {
  content: '';
  position: absolute;
  width: 104px;
  height: 104px;
  background: url(/_/abac03132d734ce4b647.svg) no-repeat center;
  top: calc(50% - 104px / 2);
  right: calc(50% - 104px / 2);
}
.key-information__video-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359.64deg, #00a75d 0.29%, rgba(255, 255, 255, 0) 99.67%);
}
.key-information__video-cta {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 600;
  position: relative;
  padding: 204px 20px 24px;
  text-align: center;
}
.key-information__info {
  position: relative;
  z-index: 31;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
.key-information__info_partners {
  margin-top: 20px;
}
@media (min-width: 824px) {
  .key-information__info_partners {
    margin-top: 120px;
  }
}
.key-information__info_share {
  margin-top: 20px;
}
@media (min-width: 824px) {
  .key-information__info_share {
    margin-top: 48px;
  }
}
@media (min-width: 824px) {
  .key-information__info {
    display: block;
  }
}
.key-information__info-title {
  padding: 20px;
  color: #343433;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .key-information__info-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media (min-width: 1296px) {
  .key-information__info-title {
    padding: 28px 40px 20px;
  }
}
.key-information__info_partners .key-information__info-title,
.key-information__info_share .key-information__info-title {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.key-information__info_share .key-information__info-title {
  padding: 20px 40px;
}
.key-information__info-item {
  padding: 16px 24px;
  position: relative;
}
@media (min-width: 1296px) {
  .key-information__info-item {
    padding: 16px 40px;
  }
}
.key-information__info-item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
.key-information__info-item_two-col {
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1296px) {
  .key-information__info-item_two-col {
    flex-direction: row;
  }
}
.key-information__info_partners .key-information__info-item {
  padding: 24px 40px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.key-information__info_partners .key-information__info-item:after {
  content: none;
}
.key-information__info-item-column {
  padding: 16px 20px 16px 24px;
  position: relative;
}
@media (min-width: 1296px) {
  .key-information__info-item-column {
    width: 50%;
    padding: 16px 20px 16px 40px;
  }
}
@media (min-width: 1296px) {
  .key-information__info-item-column:nth-child(2) {
    padding: 16px 20px 16px 24px;
  }
}
.key-information__info-item-column:nth-child(2):after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1296px) {
  .key-information__info-item-column:nth-child(2):after {
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  }
}
.key-information__info-item-title {
  line-height: calc(24 / 12);
  font-weight: 400;
  letter-spacing: 0.2px;
  opacity: 0.8;
  position: relative;
  margin-left: 44px;
}
@media (min-width: 1025px) {
  .key-information__info-item-title {
    font-size: 1.125rem;
    line-height: calc(24 / 18);
  }
}
.key-information__info-item-title_date:before {
  content: '';
  position: absolute;
  left: -44px;
  width: 24px;
  height: 24px;
  background: url(/_/9a7b033d5a662496a9a7.svg);
  vertical-align: bottom;
}
.key-information__info-item-title_level:before {
  content: '';
  position: absolute;
  left: -44px;
  width: 24px;
  height: 24px;
  background: url(/_/ed700db31aa78d20b393.svg);
  vertical-align: bottom;
}
.key-information__info-item-title_location:before {
  content: '';
  position: absolute;
  left: -44px;
  width: 24px;
  height: 24px;
  background: url(/_/457c71613cae716c1303.svg);
  vertical-align: bottom;
}
.key-information__info-item-title_duration:before {
  content: '';
  position: absolute;
  left: -44px;
  width: 24px;
  height: 24px;
  background: url(/_/7f38cb64ac5e8965a149.svg);
  vertical-align: bottom;
}
.key-information__info-item-title_cost:before {
  content: '';
  position: absolute;
  left: -44px;
  width: 24px;
  height: 24px;
  background: url(/_/7cda11a193ea627c7dd1.svg);
  vertical-align: bottom;
}
.key-information__select {
  all: initial;
  color: inherit;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  padding-right: 24px;
}
.key-information__select:focus {
  outline: 1px solid #cc5724;
}
.key-information__select-container:after {
  content: '';
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  z-index: 0;
  transition: all 0.2s ease;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9%2018L15%2012L9%206%22%20stroke%3D%22%23343433%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  pointer-events: none;
}
.key-information__info-item-data {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  display: block;
  margin-left: 44px;
  position: relative;
  z-index: 99;
}
.key-information__partners-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -15px 0;
}
@media (min-width: 480px) {
  .key-information__partners-list {
    flex-flow: row wrap;
    justify-content: space-between;
    margin: -15px;
  }
}
.key-information__partners-list-item {
  padding: 15px 0;
}
@media (min-width: 480px) {
  .key-information__partners-list-item {
    margin: auto;
    padding: 15px;
  }
}
.key-information__partners-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.key-information__share-btns {
  display: flex;
  margin-bottom: 48px;
}
.key-information__share-btn {
  flex-grow: 1;
  transition: opacity 0.3s;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1);
}
.key-information__share-btn:last-child {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.key-information__share-btn:hover {
  opacity: 0.7;
}
.key-information__share-btn-wrapper {
  position: relative;
  height: 0;
  padding-top: calc(1 / 1.3125 * 100%);
}
.key-information__share-btn-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  text-decoration: none;
}
.key-information__share-btn-link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.key-information__share-btn-link_facebook:before {
  content: url(/_/2ed94957d6b3bbbaa5ba.svg);
  width: 11px;
  height: 23px;
}
.key-information__share-btn-link_twitter:before {
  content: url(/_/3f7cccebb0a65430d08c.svg);
  width: 23px;
  height: 19px;
}
.key-information__share-btn-link_linkedin:before {
  content: url(/_/db24ff1756f1e0b9333f.svg);
  width: 21px;
  height: 20px;
}
.key-information__share-btn-link_email:before {
  content: url(/_/68bbb939407d2275276f.svg);
  width: 22px;
  height: 16px;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.course-review {
  padding: 0 24px;
  max-width: 1440px;
  margin: 48px auto;
  color: #595958;
}
@media (min-width: 824px) {
  .course-review {
    padding: 0 40px;
    margin: 80px auto;
  }
}
.course-review__title {
  font-size: 2rem;
  line-height: calc(40 / 32);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .course-review__title {
    font-size: 2.5rem;
    line-height: calc(48 / 40);
  }
}
@media (min-width: 600px) {
  .course-review__title {
    margin-bottom: 20px;
  }
}
.course-review__widget {
  padding-top: 56px;
  width: 100%;
}
@media (min-width: 1025px) {
  .course-review__widget {
    width: 750px;
  }
}
.course-review__content {
  margin-top: 20px;
  border-bottom: 1px solid #d1d3d6;
  width: 100%;
}
@media (min-width: 824px) {
  .course-review__content {
    width: 60%;
  }
}
.course-review__rating {
  margin-bottom: 20px;
  font-size: 2.5rem;
}
.course-review__rating-stars {
  margin-bottom: 20px;
}
.course-review__rating-column {
  width: 50%;
}
@media (min-width: 824px) {
  .course-review__rating-column {
    width: 30%;
  }
}
.course-review__rating-counts {
  width: 50%;
}
@media (min-width: 824px) {
  .course-review__rating-counts {
    width: 15%;
  }
}
.course-review__rating-wrapper {
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 824px) {
  .course-review__rating-wrapper {
    margin-bottom: 0;
  }
}
.course-review__count-bar-wrapper {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.course-review__count-bar-outer {
  width: 80%;
  background: #ccc;
  height: 8px;
  display: inline;
}
.course-review__count-bar-inner {
  background: #008549;
  height: 100%;
}
.course-review__listing-wrapper {
  margin-top: 60px;
}
.course-review__listing-title {
  font-weight: bold;
}
.course-review__filter {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin: 10px 0;
  text-align: right;
}
.course-review__filter-select {
  background: none;
  border: none;
}
.course-review__total-reviews {
  margin-top: 5px;
  margin-bottom: 20px;
}
.course-review__review-wrapper {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.course-review__review-header {
  display: flex;
  padding: 10px 0 20px;
}
.course-review__user-info {
  width: 50%;
}
.course-review__user-name {
  margin-bottom: 10px;
}
.course-review__created {
  width: 50%;
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
}
.course-review__review-content {
  font-weight: bold;
}
.course-review__star {
  width: 15px;
  height: 15px;
  background-size: contain;
}
.course-review__share-box {
  padding: 30px 0 0;
  display: flex;
  overflow: hidden;
}
.course-review__share-trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.course-review__share-icon {
  margin-right: 10px;
}
.course-review__share-wrapper {
  display: flex;
  width: 30%;
  transition: all 0.5s ease;
}
.course-review__share-wrapper--hidden {
  transform: translateY(50px);
}
.course-review__share-button {
  flex-grow: 1;
}
.course-review__share-inner {
  position: relative;
  height: 0;
  padding-top: 25px;
}
.course-review__share-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  text-decoration: none;
}
.course-review__share-link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.course-review__share-link-facebook:before {
  content: url(/_/2ed94957d6b3bbbaa5ba.svg);
  width: 11px;
  height: 23px;
}
.course-review__share-link-twitter:before {
  content: url(/_/3f7cccebb0a65430d08c.svg);
  width: 23px;
  height: 19px;
}
.course-review__share-link-linkedin:before {
  content: url(/_/db24ff1756f1e0b9333f.svg);
  width: 21px;
  height: 20px;
}
.course-review__share-link-email:before {
  content: url(/_/174a6dd9c8eef80980d1.svg);
  width: 22px;
  height: 16px;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.course-schedule {
  background: #487d93;
  color: #ffffff;
}
.course-schedule__container {
  padding: 40px 24px;
  margin: 0 auto;
}
@media (min-width: 824px) {
  .course-schedule__container {
    padding: 80px 40px;
    max-width: 1440px;
  }
}
.course-schedule__title {
  font-size: 2rem;
  line-height: calc(40 / 32);
  font-weight: 600;
  width: 100%;
}
@media (min-width: 1025px) {
  .course-schedule__title {
    font-size: 2.5rem;
    line-height: calc(48 / 40);
  }
}
@media (min-width: 824px) {
  .course-schedule__title {
    width: calc(100% / 24 * 11);
    margin-right: 60px;
  }
}
.course-schedule__top-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 824px) {
  .course-schedule__top-container {
    flex-direction: row;
    align-items: center;
  }
}
.course-schedule__date-selector {
  all: initial;
  color: inherit;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (min-width: 1025px) {
  .course-schedule__date-selector {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.course-schedule__date-selector:focus {
  outline: 1px solid #cc5724;
}
.course-schedule__upcoming-date-container {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 24px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-top: 24px;
}
@media (min-width: 824px) {
  .course-schedule__upcoming-date-container {
    padding: 40px;
    border-bottom: none;
    margin-top: 0;
    width: calc(100% / 24 * 12);
  }
}
@media (min-width: 1296px) {
  .course-schedule__upcoming-date-container {
    width: calc(100% / 24 * 6);
  }
}
.course-schedule__upcoming-date-container:before {
  content: '';
  position: absolute;
  left: 24px;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%204H5a2%202%200%2000-2%202v14a2%202%200%20002%202h14a2%202%200%20002-2V6a2%202%200%2000-2-2zM16%202v4M8%202v4M3%2010h18%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  vertical-align: bottom;
  background-size: contain;
}
@media (min-width: 1025px) {
  .course-schedule__upcoming-date-container:before {
    left: 40px;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
  }
}
.course-schedule__upcoming-date {
  position: relative;
  margin-left: 56px;
}
.course-schedule__upcoming-date:after {
  content: '';
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  transform: rotate(90deg);
  z-index: 0;
  background: url(/_/e659a47f302fbd7b8a4f.svg);
  pointer-events: none;
}
.course-schedule__upcoming-date:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  left: 0;
  bottom: 0;
  right: 42px;
}
.course-schedule__upcoming-single-date {
  position: relative;
  margin-left: 56px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (min-width: 1025px) {
  .course-schedule__upcoming-single-date {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.course-schedule__selector-option {
  color: #343433;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.course-information {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (min-width: 1025px) {
  .course-information {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.course-information__audience-container {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 8px;
}
@media (min-width: 824px) {
  .course-information__audience-container {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .course-information__audience-container {
    padding: 40px;
    flex-direction: row;
  }
}
.course-information__audience-name {
  margin-left: 40px;
  position: relative;
  padding: 16px 24px;
}
@media (min-width: 1025px) {
  .course-information__audience-name {
    margin-left: 56px;
    width: calc(100% / 24 * 6);
    padding: 0;
  }
}
.course-information__audience-name:before {
  content: '';
  position: absolute;
  left: -16px;
  width: 24px;
  height: 24px;
  background: url(/_/177c5456b6568ff64501.svg);
  background-size: contain;
  vertical-align: bottom;
}
@media (min-width: 1025px) {
  .course-information__audience-name:before {
    left: -56px;
    width: 32px;
    height: 32px;
  }
}
.course-information__audience-description {
  padding: 16px 24px;
}
@media (min-width: 1025px) {
  .course-information__audience-description {
    width: calc(100% / 24 * 18);
    padding: 0 40px;
  }
}
.course-information__details {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1025px) {
  .course-information__details {
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: none;
    margin-top: 0;
  }
}
.course-information__details:first-child {
  margin-top: 24px;
}
@media (min-width: 1025px) {
  .course-information__details:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .course-information__details:first-of-type > .course-information__details-header {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .course-information__details > .course-information__details-data {
    width: calc(100% / 24 * 12 - 2 * 40px);
  }
}
@media (min-width: 1025px) {
  .course-information__details > .course-information__details-data ~ .course-information__details-data {
    width: calc(100% / 24 * 6 - 2 * 40px);
  }
}
@media (min-width: 1025px) {
  .course-information__details-container {
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.course-information__details-data {
  box-sizing: border-box;
  position: relative;
  flex-grow: 1;
  padding: 0 24px 16px 64px;
  display: flex;
  align-items: center;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1025px) {
  .course-information__details-data {
    padding: 40px;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.course-information__details-data_location {
  order: 2;
}
@media (min-width: 1025px) {
  .course-information__details-data_location {
    order: initial;
  }
}
.course-information__details-data_duration {
  order: 6;
}
@media (min-width: 1025px) {
  .course-information__details-data_duration {
    order: initial;
  }
}
.course-information__details-data_date {
  order: 4;
}
@media (min-width: 1025px) {
  .course-information__details-data_date {
    order: initial;
  }
}
.course-information__details-header {
  padding: 16px 24px 8px 64px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
  box-sizing: border-box;
  position: relative;
  flex-grow: 1;
}
@media (min-width: 1025px) {
  .course-information__details-header {
    display: none;
    padding: 40px 40px 40px 96px;
    width: calc(100% / 24 * 6 - 2 * 40px);
    border-top: none;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .course-information__details-header:first-of-type {
    width: calc(100% / 24 * 12 - 2 * 40px);
  }
}
.course-information__details-header_date {
  order: 3;
}
@media (min-width: 1025px) {
  .course-information__details-header_date {
    order: initial;
  }
}
.course-information__details-header_date:before {
  content: '';
  position: absolute;
  left: 24px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%204H5a2%202%200%2000-2%202v14a2%202%200%20002%202h14a2%202%200%20002-2V6a2%202%200%2000-2-2zM16%202v4M8%202v4M3%2010h18%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  vertical-align: bottom;
  background-size: contain;
}
@media (min-width: 1025px) {
  .course-information__details-header_date:before {
    left: 40px;
    width: 32px;
    height: 32px;
  }
}
.course-information__details-header_location {
  order: 1;
}
@media (min-width: 1025px) {
  .course-information__details-header_location {
    order: initial;
  }
}
.course-information__details-header_location:before {
  content: '';
  position: absolute;
  left: 24px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21%2010c0%207-9%2013-9%2013s-9-6-9-13a9%209%200%201118%200z%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M12%2013a3%203%200%20100-6%203%203%200%20000%206z%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  vertical-align: bottom;
  background-size: contain;
}
@media (min-width: 1025px) {
  .course-information__details-header_location:before {
    left: 40px;
    width: 32px;
    height: 32px;
  }
}
.course-information__details-header_duration {
  order: 5;
}
@media (min-width: 1025px) {
  .course-information__details-header_duration {
    order: initial;
  }
}
.course-information__details-header_duration:before {
  content: '';
  position: absolute;
  left: 24px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.496%2012A6.502%206.502%200%20015.5%206V2.5h-1a.5.5%200%20010-1h15a.5.5%200%20010%201h-1V6a6.502%206.502%200%2001-3.996%206%206.502%206.502%200%20013.996%206v3.5h1a.5.5%200%20010%201h-15a.5.5%200%20010-1h1V18a6.502%206.502%200%20013.996-6zm2.504.5A5.5%205.5%200%20006.5%2018v3.5h11V18a5.5%205.5%200%2000-5.5-5.5zm0-1A5.5%205.5%200%200017.5%206V2.5h-11V6a5.5%205.5%200%20005.5%205.5z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  vertical-align: bottom;
  background-size: contain;
}
@media (min-width: 1025px) {
  .course-information__details-header_duration:before {
    left: 40px;
    width: 32px;
    height: 32px;
  }
}
.course-information__tickets-overview {
  padding: 16px 24px 8px 64px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1025px) {
  .course-information__tickets-overview {
    border: none;
    padding: 40px 40px 40px 96px;
  }
}
.course-information__tickets-overview:before {
  content: '';
  position: absolute;
  left: 24px;
  width: 24px;
  height: 24px;
  background: url(/_/9c0b75af46328739e058.svg);
  vertical-align: bottom;
  background-size: contain;
}
@media (min-width: 1025px) {
  .course-information__tickets-overview:before {
    left: 40px;
    width: 32px;
    height: 32px;
  }
}
.course-information__ticket-container {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .course-information__ticket-container {
    flex-direction: row;
  }
}
.course-information__tickets-container {
  margin-top: 24px;
  width: 100%;
}
@media (min-width: 1025px) {
  .course-information__tickets-container {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1025px) {
  .course-information__tickets-container_one {
    width: calc(100% / 24 * 8);
  }
}
@media (min-width: 1025px) {
  .course-information__tickets-container_two {
    width: calc(100% / 24 * 16);
  }
}
.course-information__ticket {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 8px;
}
@media (min-width: 1025px) {
  .course-information__ticket {
    margin-top: 0;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1025px) {
  .course-information__ticket:last-of-type {
    border-right: none;
  }
}
.course-information__ticket-info {
  flex-grow: 1;
}
.course-information__ticket-places {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 12px 0;
  padding: 0 40px;
}
.course-information__ticket-price {
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 600;
  margin: 12px 0;
  padding: 0 40px;
  letter-spacing: 0.25px;
}
.course-information__ticket-name {
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 12px 0;
  margin-top: 40px;
  padding: 0 40px;
}
.course-information__ticket-button {
  display: block;
  position: relative;
  padding: 24px 40px;
  background: #ffce2d;
  color: #343433;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.2px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1025px) {
  .course-information__ticket-button {
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  .course-information__ticket-button {
    padding: 32px 40px;
    margin-top: 40px;
    border-top: none;
  }
}
.course-information__ticket-button:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background: url(/_/838a0c235be0d466a46e.svg) no-repeat;
  margin-left: 16px;
  transition: all 0.2s ease;
}
.course-information__ticket-button_secondary {
  background: #ffe798;
}
.course-information__ticket-button_waitlist {
  background: #508aa1;
  color: #ffffff;
}
.course-information__ticket-button_waitlist:after {
  left: calc(100% - 72px);
  margin-left: 0;
  background: url(/_/0c5072a3fefbbc61b44e.svg) no-repeat;
}
.course-information__ticket:nth-of-type(even) .course-information__ticket-button_book-now {
  background: #ffe798;
}
.course-information__ticket-button:hover:after,
.course-information__ticket-button:focus:after {
  transform: translate(5px);
}
.course-information__ticket-button:focus {
  outline: 1px solid #cc5724;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.course-search {
  color: #343433;
}
.course-search__container {
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 824px) {
  .course-search__container {
    padding: 80px 40px;
    max-width: 1440px;
  }
}
.course-search__container:after {
  display: none;
}
.course-search__container_loading:after {
  content: " ";
  display: block;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #00a75d;
  border-color: #00a75d transparent #00a75d transparent;
  animation: spinner-animation 1.2s linear infinite;
  z-index: 9999;
}
.course-search__container_loading:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}
@keyframes spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.course-search__title {
  padding: 0 24px;
  font-size: 2rem;
  line-height: calc(40 / 32);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .course-search__title {
    font-size: 2.5rem;
    line-height: calc(48 / 40);
  }
}
@media (min-width: 824px) {
  .course-search__title {
    padding: 0;
  }
}
.course-search__course-filter {
  margin: 24px;
}
@media (min-width: 824px) {
  .course-search__course-filter {
    padding: 24px;
    margin: 24px 0;
  }
}
@media (min-width: 1296px) {
  .course-search__course-filter {
    padding: 0;
    margin: 48px -30px 0;
  }
}
.course-search__tiles-container {
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .course-search__tiles-container {
    flex-direction: row;
    flex-wrap: wrap;
    margin: -15px;
    padding: 0 24px;
  }
}
@media (min-width: 824px) {
  .course-search__tiles-container {
    margin: -32px -15px;
    padding: 0;
  }
}
.course-search__cta-container {
  width: 100%;
  margin-top: 48px;
  text-align: center;
}
.course-search__show-more {
  display: inline-block;
  padding: 16px 32px 16px 50px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #848586;
  text-decoration: none;
  transition: 0.2s box-shadow ease-out;
  border: 0;
  cursor: pointer;
  position: relative;
}
.course-search__show-more:before {
  content: '';
  background: url(/_/e80c30ecd140bfaa4951.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  left: 24px;
  right: 0;
  width: 12px;
  height: 12px;
}
.course-search__show-more:focus,
.course-search__show-more:hover {
  box-shadow: inset 0 0 0 2px #848586;
}
.course-search__sorting-filter {
  margin-top: 40px;
  padding: 24px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .course-search__sorting-filter {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
@media (min-width: 824px) {
  .course-search__sorting-filter {
    margin-bottom: 30px;
    padding: 24px 0;
  }
}
@media (min-width: 1296px) {
  .course-search__sorting-filter {
    display: block;
    padding: 0;
    margin-left: auto;
    margin-top: 68px;
    margin-bottom: 80px;
    width: calc(100% / 24 * 10);
  }
}
@media (min-width: 1296px) {
  .course-search__sorting-filter-label {
    width: calc(100% / 10 * 3 - 24px);
  }
}
.course-search__sorting-filter-select {
  margin-top: 24px;
}
@media (min-width: 1296px) {
  .course-search__sorting-filter-select {
    margin-left: 24px;
    margin-top: 0;
    width: calc(100% / 10 * 7);
  }
}
.course-search__empty-msg {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding: 24px;
}
@media (min-width: 1025px) {
  .course-search__empty-msg {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
@media (min-width: 1296px) {
  .course-search__empty-msg {
    margin-top: 40px;
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.course-filter {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 40px rgba(0, 0, 0, 0.05);
}
.course-filter__container {
  padding: 24px 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 824px) {
  .course-filter__container {
    padding: 24px 0;
  }
}
@media (min-width: 1296px) {
  .course-filter__container {
    padding: 24px;
    margin: 0 -12px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.course-filter__facet-container {
  display: flex;
  flex-direction: column;
  margin: 24px 0;
  flex-grow: 1;
}
@media (min-width: 1296px) {
  .course-filter__facet-container {
    margin: 0 12px;
    max-width: calc((100% - 60px) / 24 * 7);
    min-width: calc((100% - 60px) / 24 * 4);
  }
}
@media (min-width: 1296px) {
  .course-filter__facet-container_price,
  .course-filter__facet-container_date {
    max-width: calc((100% - 60px) / 24 * 3);
    min-width: calc((100% - 60px) / 24 * 3);
  }
}
.course-filter__select {
  border: 1px solid #cccccc;
  flex-grow: 1;
  margin-top: 16px;
}
.course-filter__facet-label {
  color: #595958;
  text-transform: uppercase;
  line-height: calc(24 / 12);
  font-weight: 400;
  margin-left: 8px;
}
@media (min-width: 1025px) {
  .course-filter__facet-label {
    font-size: 1.125rem;
    line-height: calc(24 / 18);
  }
}
.course-filter__date {
  position: relative;
  margin-top: 16px;
}
.course-filter__date:after {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url(/_/9a7b033d5a662496a9a7.svg) no-repeat;
  background-size: contain;
  right: 14px;
  pointer-events: none;
}
.course-filter__price {
  margin-top: 16px;
  position: relative;
}
.course-filter__price:after {
  content: '£';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  position: absolute;
  top: calc(50% - 12px);
  left: 14px;
  pointer-events: none;
}
.course-filter__date-input,
.course-filter__price-input {
  max-width: 100%;
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  line-height: calc(20 / 16);
  font-weight: 400;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.course-filter__price-input {
  padding-left: 24px;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}
.course-filter__date-label,
.course-filter__price-label {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  letter-spacing: 0;
  position: absolute;
  top: -0.375rem;
  left: 10px;
  padding: 0 4px;
  background: #ffffff;
}
.course-filter__cta {
  border: none;
  background: #008549;
  color: #ffffff;
  position: relative;
  width: 100%;
  padding: 12px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
  transition: 0.2s all ease-out;
}
@media (min-width: 1025px) {
  .course-filter__cta {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.course-filter__cta:focus {
  outline: 1px solid #cc5724;
}
.course-filter__cta:before {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M20%206L9%2017L4%2012%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: contain;
  margin-left: -40px;
  transition: 0.2s all ease-out;
}
.course-filter__cta:hover {
  background: #107f4f;
}
.course-filter__cta:hover:before {
  transform: scale(1.2);
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.ss-main .ss-multi-selected {
  border: none;
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  background: #f5f5f5;
  border-radius: 28px;
  color: #343433;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 4px 8px;
}
.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  font-size: 0;
  width: 16px;
  height: 16px;
  position: relative;
}
.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete:before {
  content: '';
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(/_/4857fdebee7ead6432f6.svg);
  background-size: contain;
}
.ss-values {
  margin: 8px;
}
.ss-main .ss-multi-selected .ss-add {
  margin: 8px;
}
.ss-content .ss-list {
  max-height: 400px;
}
.ss-content .ss-open {
  z-index: 99999;
}
.ss-main .ss-multi-selected .ss-add .ss-plus {
  position: relative;
  border: none;
  font-size: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  transition: transform 0.3s ease-in-out;
}
.ss-main .ss-multi-selected .ss-add .ss-plus:before {
  content: '';
  background: url(/_/e80c30ecd140bfaa4951.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 6px);
  right: 0;
  width: 12px;
  height: 12px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  display: none;
}
.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(180deg);
}
.ss-option {
  color: #343433 !important;
}
.course-search__sorting-filter-select .ss-option-selected {
  position: relative;
  font-weight: bold;
  background-color: #f5f5f5 !important;
  color: #343433;
}
.course-search__sorting-filter-select .ss-option-selected:after {
  content: '';
  position: absolute;
  background: url(/_/24c7570c08253c8a6b95.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: calc(50% - 12px);
  right: 24px;
  width: 24px;
  height: 24px;
}
.course-search__sorting-filter-select.ss-main .ss-single-selected {
  padding: 14px 24px;
  height: auto;
}
.course-search__sorting-filter-select.ss-main .ss-arrow {
  position: relative;
  border: none;
  font-size: 0;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  padding: 0;
  background: transparent;
  transition: transform 0.3s ease-in-out;
}
.course-search__sorting-filter-select.ss-main .ss-arrow:before {
  content: '';
  background: url(/_/e80c30ecd140bfaa4951.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  right: 0;
  width: 12px;
  height: 12px;
}
.course-search__sorting-filter-select .ss-open-below .ss-arrow {
  transform: rotate(180deg);
}
.course-search__sorting-filter-select.ss-main .arrow-up,
.course-search__sorting-filter-select.ss-main .arrow-down {
  display: none !important;
}
.ss-content .ss-list .ss-option:hover,
.ss-content .ss-list .ss-option.ss-highlighted {
  background-color: #ffe798;
}
.ss-content .ss-list .ss-optgroup .ss-option {
  padding-left: 10px;
}
.ss-disabled {
  color: #595958;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.grid-tiles-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.grid-tiles-section__mob-container {
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.grid-tiles-section__arrow {
  background: url(/_/24fe9d7f412a6c0c7e55.svg) no-repeat;
  height: 44px;
  width: 44px;
  position: absolute;
  right: 12px;
}
.grid-tiles-section_mob-carousel {
  align-content: center;
  flex-wrap: nowrap;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.grid-tiles__row {
  width: 100%;
  display: flex;
  height: auto;
  align-content: stretch;
  flex-direction: column;
  transition: 1s display;
}
@media (min-width: 1025px) {
  .grid-tiles__row {
    flex-direction: row;
  }
}
.grid-tiles__row_2 > div {
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
  min-width: calc(100% / 1);
}
@media (min-width: 1025px) {
  .grid-tiles__row_2 > div {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    min-width: calc(100% / 2);
  }
}
.grid-tiles__row_2 > div:nth-child(2) .grid-tile {
  background: black;
}
.grid-tiles__row_2 > div:nth-child(2) .grid-tile__text-title {
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .grid-tiles__row_2 > div:nth-child(2) .grid-tile__text-title {
    font-size: 1.625rem;
    line-height: calc(26 / 24);
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .grid-tiles__row_2 > div:nth-child(2) .grid-tile__text-title {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
.grid-tiles__row_2 > div:nth-child(2) .grid-tile__video-container {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .grid-tiles__row_2 > div:nth-child(2) .grid-tile__video-container-play-btn {
    width: 160px;
    height: 160px;
  }
}
.grid-tiles__row_2 > div:nth-child(2) .grid-tile__video-temp-block {
  display: none;
}
@media (min-width: 1025px) {
  .grid-tiles__row_2 > div .grid-tile {
    min-height: 400px;
  }
}
.grid-tiles__row_2 > div .grid-tile:nth-child(1) {
  min-height: 0;
}
@media (min-width: 1025px) {
  .grid-tiles__row_2 > div .grid-tile:nth-child(1) {
    min-height: 400px;
  }
}
.grid-tiles__row_3 > div {
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
  min-width: calc(100% / 1);
}
@media (min-width: 1025px) {
  .grid-tiles__row_3 > div {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    min-width: calc(100% / 3);
  }
}
@media (min-width: 1025px) {
  .grid-tiles__row_3 > div .grid-tile {
    min-height: 595px;
  }
}
.grid-tiles__row_3 > div .grid-tile__text-title {
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .grid-tiles__row_3 > div .grid-tile__text-title {
    font-size: 1.625rem;
    line-height: calc(26 / 24);
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .grid-tiles__row_3 > div .grid-tile__text-title {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
.grid-tiles__row_3 > div .grid-tile__video-temp-block {
  height: 0;
}
.grid-tiles__row_4 > div {
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
  min-width: calc(100% / 1);
}
@media (min-width: 1025px) {
  .grid-tiles__row_4 > div {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
    min-width: calc(100% / 4);
  }
}
@media (min-width: 1025px) {
  .grid-tiles__row_4 > div .grid-tile {
    min-height: 490px;
  }
}
.grid-tiles__column {
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
  min-width: calc(100% / 1);
  align-content: stretch;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .grid-tiles__column {
    flex-direction: row;
  }
}
.grid-tiles__column_heading .grid-tile {
  min-height: 0;
}
.grid-tiles__column_heading .grid-tile__text-title {
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .grid-tiles__column_heading .grid-tile__text-title {
    font-size: 1.625rem;
    line-height: calc(26 / 24);
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .grid-tiles__column_heading .grid-tile__text-title {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
.grid-tiles__column_mob {
  flex: 0 0 calc(100% - 24px);
  max-width: calc(100% - 24px);
  min-width: calc(100% - 24px);
  max-height: 320px;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.grid-tile {
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
  min-width: calc(100% / 1);
  box-sizing: border-box;
  padding: 24px;
  background: lightgray;
  position: relative;
  height: auto;
  display: flex;
  min-height: 400px;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 0;
}
@media (min-width: 1025px) {
  .grid-tile {
    padding: 60px;
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    min-width: calc(100% / 2);
  }
}
.grid-tile:nth-child(0n + 1) {
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
  min-width: calc(100% / 1);
}
.grid-tile__date {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}
.grid-tile__text-eyebrow {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.grid-tile__text-eyebrow_only {
  margin-bottom: 0;
}
.grid-tile__text-title {
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 600;
}
.grid-tile__text-title span {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.5s;
}
.grid-tile__text-title_only {
  font-size: 2rem;
  line-height: calc(40 / 32);
  font-weight: 600;
  letter-spacing: 0.25px;
  width: calc(85%);
}
@media (min-width: 1025px) {
  .grid-tile__text-title_only {
    margin: 80px 0;
    width: calc(65%);
    font-size: 3.25rem;
    line-height: calc(60 / 52);
    font-weight: 700;
  }
}
.grid-tile__text-title_underline span {
  background-size: 100% 2px;
}
.grid-tile__video-container {
  width: calc(100%);
  min-height: 150px;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: center;
}
.grid-tile__video-container-play-btn {
  background-image: url(/_/1e022f9a9acc143525e3.svg);
  background-position: center;
  background-size: cover;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  cursor: pointer;
}
.grid-tile__video-temp-block {
  height: 100%;
  display: block;
}
@media (max-width: 480px) {
  .grid-tile__video-temp-block {
    display: none;
  }
}
.grid-tile__link {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: -60px;
}
@media (max-width: 480px) {
  .grid-tile__link {
    margin: -24px;
  }
}
.grid-tile_light {
  color: #343433;
}
.grid-tile_dark {
  color: #ffffff;
}
.grid-tile_mob {
  max-height: 320px;
  min-height: 320px;
}
.grid-tile_mob .grid-tile__video-container {
  min-height: calc(64px + 16px * 2);
  align-items: center;
}
.grid-tile_mob .grid-tile__video-container-play-btn {
  width: 64px;
  height: 64px;
}
.grid-tile_mob .grid-tile__text-eyebrow {
  font-size: 0.75rem;
  line-height: calc(20 / 12);
  font-weight: 400;
}
.grid-tile_mob .grid-tile__text-title {
  font-size: 1rem;
  line-height: calc(24 / 16);
  font-weight: 600;
}
.grid-tile_mob .grid-tile__date {
  font-size: 0.75rem;
  line-height: calc(20 / 12);
  font-weight: 400;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.grid-tiles-body-blackout {
  position: absolute;
  z-index: 1010;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
}
.grid-tiles-body-blackout_isBlackedout {
  display: block;
}
.grid-tiles-popup-modal {
  height: 30%;
  width: 90%;
  max-height: 300px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  display: none;
  pointer-events: none;
  transition: all 300ms ease-in-out;
  z-index: 1011;
}
@media (min-width: 1025px) {
  .grid-tiles-popup-modal {
    height: 70%;
    width: 80%;
    max-height: 700px;
  }
}
.grid-tiles-popup-modal_isVisible {
  display: flex;
  pointer-events: auto;
}
.grid-tiles-popup-modal__close {
  position: absolute;
  font-size: 1.2rem;
  right: -10px;
  top: -10px;
  cursor: pointer;
  background-color: #112c44;
  padding: 6px 8px 4px 9px;
  border-radius: 20px;
  color: #fff;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.hero-carousel {
  position: relative;
  height: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: -120px;
  overflow: hidden;
  background: #000000;
}
@media (max-width: 1280px) {
  .hero-carousel {
    height: 780px;
  }
}
@media (max-width: 480px) {
  .hero-carousel {
    max-height: 592px;
    height: 100%;
    margin-top: -56px;
  }
}
.hero-carousel-content {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 900px;
}
@media (max-width: 1280px) {
  .hero-carousel-content {
    max-height: 780px;
  }
}
@media (max-width: 480px) {
  .hero-carousel-content {
    max-height: 592px;
  }
}
.hero-carousel__item {
  height: calc(900px + 90px);
  margin-top: -90px;
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: #000;
  font-size: 3.25rem;
  line-height: calc(72 / 64);
  font-weight: 700;
}
@media (max-width: 1280px) {
  .hero-carousel__item {
    height: calc(780px + 70px);
    margin-top: -70px;
  }
}
@media (max-width: 480px) {
  .hero-carousel__item {
    height: calc(592px - 56px);
    margin-top: 56px;
  }
}
.hero-carousel__item-video {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.hero-carousel__item_background-video {
  height: 100%;
}
.hero-carousel__item_background-video[poster] {
  object-fit: cover;
}
.hero-carousel__item_youtube-video {
  height: 110vh;
}
@media (max-width: 1680px) {
  .hero-carousel__item_youtube-video {
    margin-top: -60px;
  }
}
@media (max-width: 1480px) {
  .hero-carousel__item_youtube-video {
    margin-top: -40px;
  }
}
@media (max-width: 1280px) {
  .hero-carousel__item_youtube-video {
    margin-top: -90px;
  }
}
@media (max-width: 1100px) {
  .hero-carousel__item_youtube-video {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .hero-carousel__item {
    font-size: 4rem;
  }
}
.hero-carousel__container {
  z-index: 2;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #000000 0%, #00000000 81.15%), linear-gradient(0deg, #00000066, #00000066);
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  .hero-carousel__container {
    height: 100%;
  }
}
.hero-carousel__container-content {
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  overflow: visible;
  color: #ffffff;
  text-align: left;
  position: absolute;
  bottom: calc(36px + 144px + 64px);
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 1480px) {
  .hero-carousel__container-content {
    width: calc(100% - 160px);
    bottom: calc(40px + 168px + 36px);
    height: fit-content;
  }
}
@media (max-width: 1368px) {
  .hero-carousel__container-content {
    bottom: calc(36px + 168px + 40px);
    height: fit-content;
  }
}
@media (max-width: 1280px) {
  .hero-carousel__container-content {
    bottom: calc(28px + 192px + 40px);
    height: fit-content;
  }
}
@media (max-width: 1100px) {
  .hero-carousel__container-content {
    width: calc(100% - 80px);
    bottom: calc(28px + 164px + 40px);
    height: fit-content;
  }
}
@media (max-width: 480px) {
  .hero-carousel__container-content {
    height: 86%;
    padding: 0;
    width: calc(100% - 48px);
    display: flex;
    align-content: center;
    align-items: stretch;
    bottom: 96px;
  }
}
.hero-carousel__title {
  font-weight: 700;
  color: #ffffff;
  max-width: 60%;
}
@media (max-width: 480px) {
  .hero-carousel__title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: calc(32 / 24);
  }
}
@media (min-width: 824px) {
  .hero-carousel__title {
    font-size: 2.25rem;
    line-height: calc(40 / 36);
  }
}
@media (min-width: 1025px) {
  .hero-carousel__title {
    font-size: 2.5rem;
    line-height: calc(48 / 40);
  }
}
@media (min-width: 1296px) {
  .hero-carousel__title {
    font-size: 3rem;
    line-height: calc(60 / 48);
  }
}
@media (min-width: 1470px) {
  .hero-carousel__title {
    font-size: 3.5rem;
    line-height: calc(64 / 56);
  }
}
@media (min-width: 1700px) {
  .hero-carousel__title {
    font-size: 3.5rem;
    line-height: calc(64 / 56);
  }
}
@media (max-width: 1480px) {
  .hero-carousel__title {
    max-width: 70%;
  }
}
@media (max-width: 1280px) {
  .hero-carousel__title {
    max-width: 74%;
  }
}
@media (max-width: 1100px) {
  .hero-carousel__title {
    max-width: 75%;
  }
}
@media (max-width: 480px) {
  .hero-carousel__title {
    max-width: 100%;
  }
}
.hero-carousel__summary {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: calc(32 / 21);
  color: #ffffff;
  max-width: 55%;
  margin: 16px 0 0;
}
@media (max-width: 1480px) {
  .hero-carousel__summary {
    max-width: 65%;
  }
}
@media (max-width: 1280px) {
  .hero-carousel__summary {
    max-width: 70%;
  }
}
@media (max-width: 1100px) {
  .hero-carousel__summary {
    max-width: 75%;
  }
}
@media (max-width: 480px) {
  .hero-carousel__summary {
    font-size: 1rem;
    line-height: calc(24 / 16);
    font-weight: 400;
    margin: 8px 0 0;
    max-width: 100%;
  }
}
.hero-carousel .cta_primary {
  color: #ffffff;
  background-color: #008549;
}
.hero-carousel .cta-container {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 480px) {
  .hero-carousel .cta-container {
    justify-content: center;
    margin-top: 40px;
  }
}
.hero-carousel .cta-container a {
  width: 100%;
}
.hero-carousel .cta_secondary,
.hero-carousel .cta_transparent,
.hero-carousel .cta_primary {
  font-size: 1.3125rem;
  line-height: 21px;
  font-weight: 600;
  font-style: normal;
}
.hero-carousel .cta_primary:hover,
.hero-carousel .cta_primary:focus {
  background-color: #107f4f;
}
.hero-carousel__controls {
  position: relative;
  max-width: 1440px;
  box-sizing: border-box;
  overflow: visible;
  color: #ffffff;
  text-align: left;
  z-index: 12;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  bottom: calc(144px + 36px);
}
@media (max-width: 1400px) {
  .hero-carousel__controls {
    bottom: calc(164px + 36px);
  }
}
@media (max-width: 1480px) {
  .hero-carousel__controls {
    bottom: calc(168px + 36px);
    margin: 0 80px;
  }
}
@media (max-width: 1368px) {
  .hero-carousel__controls {
    bottom: calc(168px + 36px);
    margin: 0 80px;
  }
}
@media (max-width: 1280px) {
  .hero-carousel__controls {
    bottom: calc(192px + 28px);
    margin: 0 80px;
  }
}
@media (max-width: 1100px) {
  .hero-carousel__controls {
    bottom: calc(164px + 28px);
    margin: 0 40px;
  }
}
@media (max-width: 480px) {
  .hero-carousel__controls {
    bottom: calc(50px + 28px);
    margin: 0;
  }
}
.hero-carousel__controls-nav-right {
  right: 0;
}
@media (max-width: 480px) {
  .hero-carousel__controls-nav-right {
    right: 24px;
  }
}
.hero-carousel__controls-nav-left {
  transform: rotate(180deg);
  right: calc(56px + 16px);
}
@media (max-width: 1100px) {
  .hero-carousel__controls-nav-left {
    right: calc(40px + 16px);
  }
}
@media (max-width: 480px) {
  .hero-carousel__controls-nav-left {
    left: 24px;
  }
}
.hero-carousel__controls-nav-right,
.hero-carousel__controls-nav-left {
  position: absolute;
  top: calc(-64px - 56px);
  background-color: #ffffff;
  width: 56px;
  height: 56px;
  cursor: pointer;
  border: none;
  outline: none;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(/_/aec6102765a3365fee09.svg);
  background-position: center;
}
@media (max-width: 1480px) {
  .hero-carousel__controls-nav-right,
  .hero-carousel__controls-nav-left {
    top: calc(-40px - 56px);
  }
}
@media (max-width: 1100px) {
  .hero-carousel__controls-nav-right,
  .hero-carousel__controls-nav-left {
    top: calc(-40px - 40px);
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .hero-carousel__controls-nav-right,
  .hero-carousel__controls-nav-left {
    background-color: transparent;
    background-image: url(/_/24fe9d7f412a6c0c7e55.svg);
    border: 1px solid #848586;
    top: 10%;
  }
}
.hero-carousel__controls-pagination {
  max-width: 1440px;
  width: 100%;
  height: 144px;
  border-top: 1px solid #ffffff;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  box-sizing: border-box;
}
.hero-carousel__controls-pagination_less-five {
  justify-content: flex-start;
}
@media (min-width: 824px) {
  .hero-carousel__controls-pagination_less-five > div {
    margin-right: 35px;
  }
}
@media (max-width: 1368px) {
  .hero-carousel__controls-pagination {
    height: 168px;
  }
}
@media (max-width: 1280px) {
  .hero-carousel__controls-pagination {
    height: 192px;
  }
}
@media (max-width: 1100px) {
  .hero-carousel__controls-pagination {
    height: 164px;
  }
}
@media (max-width: 1000px) {
  .hero-carousel__controls-pagination {
    transform: rotate(0deg);
    width: 45%;
    height: 50px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    border: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
}
.hero-carousel__controls-pagination-tab {
  max-width: 240px;
  padding: 24px 10px 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  font-weight: 600;
}
@media (max-width: 1480px) {
  .hero-carousel__controls-pagination-tab {
    max-width: 200px;
  }
}
.hero-carousel__controls-pagination-tab:hover {
  cursor: pointer;
}
@media (max-width: 1000px) {
  .hero-carousel__controls-pagination-tab {
    height: 0;
    width: 0;
    margin: 0 calc(100% / 20) 0 calc(100% / 20);
    transform: rotate(0deg);
    padding: 3px;
    border: 1px solid #ffffff;
    border-radius: 20px;
  }
}
.hero-carousel__controls-pagination-tab-span {
  margin-right: 15px;
  font-size: 1rem;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .hero-carousel__controls-pagination-tab-span {
    font-size: 0.875rem;
    line-height: calc(20 / 14);
    font-weight: 400;
    margin-right: 10px;
  }
}
@media (max-width: 1000px) {
  .hero-carousel__controls-pagination-tab-span {
    display: none;
  }
}
.hero-carousel__controls-pagination-tab-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: calc(24 / 16);
  word-break: break-word;
}
@media (min-width: 824px) {
  .hero-carousel__controls-pagination-tab-title {
    font-size: 0.875rem;
    line-height: calc(20 / 14);
  }
}
@media (min-width: 1025px) {
  .hero-carousel__controls-pagination-tab-title {
    font-size: 1rem;
    line-height: calc(24 / 16);
  }
}
@media (min-width: 1470px) {
  .hero-carousel__controls-pagination-tab-title {
    font-size: 1.125rem;
    line-height: calc(24 / 18);
  }
}
@media (max-width: 1000px) {
  .hero-carousel__controls-pagination-tab-title {
    display: none;
  }
}
.hero-carousel__controls-pagination-tab_is-active {
  border-top: 3px solid white;
  padding: 21px 10px 0 0;
}
@media (max-width: 1000px) {
  .hero-carousel__controls-pagination-tab_is-active {
    padding: 2px;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    box-shadow: none;
    opacity: 1;
  }
}
.hero-carousel__controls-pagination-tab_is-active div,
.hero-carousel__controls-pagination-tab_is-active span {
  opacity: 0.6;
}
.hero-carousel__controls-pagination::-webkit-scrollbar {
  width: 0;
  height: 2px;
  background-color: #e1e3e6;
}
.hero-carousel__controls-pagination::-webkit-scrollbar-thumb {
  background: #107f4f;
}
.tns-liveregion {
  display: none;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.iframe-block {
  max-width: 1440px;
  margin: 40px auto;
}
.iframe-block-wrapper {
  padding: 0 24px;
}
@media (min-width: 824px) {
  .iframe-block-wrapper {
    margin-right: calc(100% / 24 * 9);
    padding: 0 40px;
  }
}
@media (min-width: 1470px) {
  .iframe-block-wrapper {
    padding: 0;
  }
}
.iframe-block:first-child {
  margin-top: 0;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.image-on-side-block {
  background: #ffffff;
  color: #343433;
}
@media (min-width: 824px) {
  .image-on-side-block {
    margin: 40px 0;
  }
}
.image-on-side-block__container {
  padding: 40px 24px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 824px) {
  .image-on-side-block__container {
    padding: 40px 40px;
    max-width: 1440px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.image-on-side-block__img {
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
}
@media (min-width: 824px) {
  .image-on-side-block__img {
    height: auto;
    width: calc(100% / 24 * 11);
  }
}
.image-on-side-block__content {
  width: calc(100% - 48px - 48px);
  margin: -20px auto 20px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 824px) {
  .image-on-side-block__content {
    margin-bottom: 68px;
    margin-top: 40px;
    width: calc(100% / 24 * 11);
    margin-right: calc(100% / 24 * 1);
    box-shadow: none;
    padding: 0;
  }
}
.image-on-side-block__cta-container {
  margin-top: 16px;
}
.image-on-side-block__title {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .image-on-side-block__title {
    font-size: 3rem;
    line-height: calc(64 / 48);
  }
}
.image-on-side-block__subtitle {
  font-size: 1.625rem;
  line-height: calc(36 / 26);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
  margin-top: 16px;
}
@media (min-width: 1025px) {
  .image-on-side-block__subtitle {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.image-on-side-block__summary {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-top: 16px;
}
@media (min-width: 1025px) {
  .image-on-side-block__summary {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.kpi {
  padding: 0 24px;
  margin: 40px auto;
}
@media (min-width: 824px) {
  .kpi {
    padding: 0 40px;
    margin: 80px auto;
    max-width: 1440px;
  }
}
.kpi__tiles-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 736px) {
  .kpi__tiles-container {
    flex-direction: row;
    align-items: baseline;
  }
}
.kpi__tiles-container:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
}
.kpi__tile {
  padding: 30px 0;
  text-align: center;
  position: relative;
}
.kpi__tile:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
  width: 200px;
  height: 1px;
  background: #cccccc;
}
@media (min-width: 736px) {
  .kpi__tile {
    flex-basis: calc(100% / 24 * 12 - 60px);
    margin: 30px 0;
    padding: 0 30px;
  }
  .kpi__tile:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 1px;
    height: 110px;
    background: #cccccc;
  }
}
@media (min-width: 1025px) {
  .kpi__tile {
    flex: 1;
  }
}
.kpi__tile:last-child:after {
  display: none;
}
.kpi__tile-title {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #107f4f;
}
.kpi__tile-summary {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #595958;
  margin-top: 8px;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.media-hero {
  position: relative;
  color: #343433;
}
.media-hero__content {
  position: relative;
  margin: 0 auto;
  padding: 24px 24px;
  z-index: 3;
}
@media (min-width: 824px) {
  .media-hero__content {
    padding: 0 40px;
    max-width: 1440px;
    padding-top: 40px;
    padding-bottom: 24px;
  }
}
@media (min-width: 824px) {
  .media-hero__content_upper {
    padding-top: 160px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1140px) {
  .media-hero__content_upper {
    padding-top: 256px;
    padding-bottom: 56px;
  }
}
.media-hero__content .breadcrumbs {
  color: #343433;
}
.media-hero__content .breadcrumbs__item:not(:last-of-type):after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9%2018L15%2012L9%206%22%20stroke%3D%22%23343433%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.media-hero__content_white {
  color: #ffffff;
}
@media (min-width: 824px) {
  .media-hero__content_white {
    color: #343433;
  }
}
.media-hero__content_white .breadcrumbs {
  color: #ffffff;
}
@media (min-width: 824px) {
  .media-hero__content_white .breadcrumbs {
    color: #343433;
  }
}
@media (min-width: 824px) {
  .media-hero__content_white .breadcrumbs__item:not(:last-of-type):after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9%2018L15%2012L9%206%22%20stroke%3D%22%23343433%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  }
}
.media-hero__upper-container {
  position: relative;
  margin-top: -128px;
  padding-top: 128px;
  background: #f5f5f5;
  z-index: 2;
}
.media-hero__upper-container_with-img {
  background: none;
  background-size: 0;
}
@media (min-width: 824px) {
  .media-hero__upper-container_with-img {
    background: #f5f5f5;
    background-size: cover;
  }
}
.media-hero__title {
  font-size: 3.25rem;
  line-height: calc(72 / 64);
  font-weight: 700;
  margin-top: 32px;
}
@media (min-width: 1025px) {
  .media-hero__title {
    font-size: 4rem;
  }
}
@media (min-width: 824px) {
  .media-hero__title {
    width: calc(100% / 24 * 13);
  }
}
.media-hero__subtitle {
  font-size: 1.625rem;
  line-height: calc(26 / 24);
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-top: 24px;
}
@media (min-width: 1025px) {
  .media-hero__subtitle {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
@media (min-width: 824px) {
  .media-hero__subtitle {
    width: calc(100% / 24 * 13);
  }
}
.media-hero__summary {
  font-size: 1.625rem;
  line-height: calc(26 / 24);
  font-weight: 400;
}
@media (min-width: 1025px) {
  .media-hero__summary {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
@media (min-width: 824px) {
  .media-hero__summary {
    width: calc(100% / 24 * 13);
  }
}
.media-hero__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}
.media-hero__bg-image_hide {
  display: none;
}
@media (min-width: 824px) {
  .media-hero__bg-image_hide {
    display: block;
  }
}
.media-hero__image-container {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 824px) {
  .media-hero__image-container {
    padding: 0;
    right: 0;
    max-width: calc(100% / 24 * 11 - 40px);
    z-index: 3;
  }
}
@media (min-width: 1470px) {
  .media-hero__image-container {
    right: auto;
    left: calc(50% + 1440px / 24 * 1);
    max-width: calc(1440px / 24 * 12);
  }
}
.media-hero__image-container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (min-width: 824px) {
  .media-hero__image-container:after {
    display: none;
  }
}
.media-hero__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  box-sizing: border-box;
}
@media (min-width: 824px) {
  .media-hero__image {
    height: calc(100% - 128px - 48px);
  }
}
@media (min-width: 1700px) {
  .media-hero__image {
    right: calc(-1440px / 24 * 1);
    width: 100%;
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
/* critical:start */
.navigation {
  display: flex;
  position: fixed;
  z-index: 9999;
  width: 100%;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.15px;
}
@media (min-width: 1025px) {
  .navigation {
    position: relative;
  }
}
.navigation__skip-navigation {
  position: absolute;
  top: -9999999px;
  left: 10px;
  text-decoration: none;
  color: #343433;
  background: #ffffff;
}
.navigation__skip-navigation:focus {
  top: 20px;
}
.navigation__header-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  padding: 0 15px;
  background-color: #ffffff;
}
@media (min-width: 1025px) {
  .navigation__header-mobile {
    display: none;
  }
}
.navigation__logo-mobile {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0;
  margin-right: 16px;
  background-image: url(/_/98021a0ac9d43298d39b.svg);
  background-size: 32px 32px;
}
.navigation__search-input-mobile-wrapper {
  box-sizing: border-box;
  flex-grow: 1;
  background-color: #ffffff;
  transition: width 0.3s;
  border-bottom: 1px solid #cccccc;
}
.navigation__search-input-mobile {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0;
  color: #343433;
  outline: none;
  text-align: center;
  border: 0;
}
.navigation__search-input-mobile::placeholder {
  color: #343433;
  opacity: 1;
}
.navigation__search-input-mobile::-ms-input-placeholder {
  color: #343433;
  opacity: 1;
}
.navigation__hamburger-btn {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 32px;
  font-size: 0;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.navigation__hamburger-btn-item {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 14px;
  height: 2px;
  background: #595958;
  transform: rotate(0deg);
  transform-origin: 2px 2px;
  transition: 0.2s ease-in-out;
}
.navigation__hamburger-btn-item:nth-child(2) {
  top: 10px;
}
.navigation__hamburger-btn-item:nth-child(3) {
  transform-origin: 4px 0;
  top: 14px;
}
.navigation__hamburger-btn_opened .navigation__hamburger-btn-item {
  width: 17px;
  height: 1px;
}
.navigation__hamburger-btn_opened .navigation__hamburger-btn-item:nth-child(1) {
  transform: rotate(45deg);
}
.navigation__hamburger-btn_opened .navigation__hamburger-btn-item:nth-child(2) {
  width: 0%;
  opacity: 0;
  transition: 0.1s;
}
.navigation__hamburger-btn_opened .navigation__hamburger-btn-item:nth-child(3) {
  transform: rotate(-45deg);
}
.navigation__logo-wrapper {
  display: none;
}
@media (min-width: 1025px) {
  .navigation__logo-wrapper {
    display: block;
    box-sizing: border-box;
    height: calc(56px * 2);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 56px;
    padding-right: 45px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset -1px 0 0 rgba(255, 255, 255, 0.5);
  }
}
.navigation_light .navigation__logo-wrapper {
  background: rgba(255, 255, 255, 0.01);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.navigation_course-booking .navigation__logo-wrapper {
  height: 120px;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.navigation__logo {
  display: inline-block;
  width: 200px;
  height: 80px;
  font-size: 0;
  text-decoration: none;
  background: url(/_/3d24ce2a4cc88eae9cde.svg) no-repeat;
  background-size: contain;
  overflow: hidden;
}
.navigation_light .navigation__logo {
  background-image: url(/_/e0e03055cda127038227.svg);
}
.navigation_course-booking .navigation__logo {
  background: url(/_/76636ec2eec344485d1b.svg) no-repeat;
}
.navigation__menu {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  top: 56px;
  right: 0;
  background-color: #ffffff;
  color: #343433;
  transition: left 0.2s;
  left: 100%;
}
@media (min-width: 1025px) {
  .navigation__menu {
    position: static;
    display: block;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
  }
}
.navigation__menu_opened {
  left: 0;
}
@media (min-width: 1025px) {
  .navigation__menu-top {
    background: rgba(0, 0, 0, 0.25);
    position: relative;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset -1px 0 0 rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1025px) {
  .navigation_light .navigation__menu-top {
    background: rgba(255, 255, 255, 0.01);
  }
}
@media (min-width: 1025px) {
  .navigation__menu-bottom {
    position: relative;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset -1px 0 0 rgba(255, 255, 255, 0.5);
  }
}
.navigation_light .navigation__menu-bottom {
  background: rgba(255, 255, 255, 0.01);
}
@media (min-width: 1025px) {
  .navigation_course-booking .navigation__menu-bottom {
    height: 64px;
    background: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1025px) {
  .navigation__links-list {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .navigation__links-list_top {
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow: auto;
    width: 100%;
    max-height: 56px;
    padding-right: 8px;
  }
}
@media (min-width: 1025px) {
  .navigation__links-list_bottom {
    height: 100%;
  }
}
.navigation_course-booking .navigation__links-list_top {
  color: #595958;
}
@media (min-width: 1025px) {
  .navigation_course-booking .navigation__links-list_bottom {
    display: none;
  }
}
.navigation__link-item {
  padding: 12px 24px;
  box-shadow: 1px 0 0 0 #ffffff80 inset;
}
@media (min-width: 1025px) {
  .navigation__link-item {
    margin: 0 12px;
    padding: 0;
    transition: background-color 0.3s;
    box-shadow: none;
  }
}
.navigation__link-item_bottom {
  padding: 0;
  box-shadow: 1px 0 0 0 #ffffff80 inset, 0 -1px 0 0 #0003 inset, 0 1px 0 0 #ffffff80 inset;
}
@media (min-width: 1025px) {
  .navigation__link-item_bottom {
    margin: 0;
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.5);
  }
  .navigation__link-item_bottom:hover {
    background-color: #107f4f;
  }
}
@media (min-width: 1025px) {
  .navigation__link-item_dropdown {
    position: relative;
  }
}
.navigation__link-item_hidden {
  display: none;
}
@media (min-width: 1025px) {
  .navigation__link-item_hidden {
    display: block;
  }
}
@media (min-width: 1025px) {
  .navigation_light .navigation__link-item_bottom {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1025px) {
  .navigation_light .navigation__link-item_bottom:first-child {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  }
}
.navigation__rest-links .navigation__link-item {
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.5), inset 1px 0 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}
.navigation_light .navigation__rest-links .navigation__link-item {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.navigation__link-item-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  padding-right: 15px;
}
@media (min-width: 1025px) {
  .navigation__link-item-inner {
    padding: 0;
  }
}
.navigation__link-item-inner_active {
  color: #107f4f;
}
.navigation__link-item-inner_active:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #107f4f;
}
.navigation__link-item-chevron-btn {
  position: relative;
  border: none;
  font-size: 0;
  width: 24px;
  height: 24px;
  outline: none;
  background-color: transparent;
  padding: 0;
  transition: transform 0.3s;
}
@media (min-width: 1025px) {
  .navigation__link-item-chevron-btn {
    display: none;
  }
}
.navigation__link-item-chevron-btn:before {
  content: url(/_/33c2620db11bda8f0ec5.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
.navigation__link-item-inner_active .navigation__link-item-chevron-btn {
  transform: rotate(180deg);
}
.navigation__link {
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.navigation__link_top {
  font-size: 16px;
  line-height: 24px;
}
.navigation__link_bottom {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1025px) {
  .navigation__link_bottom {
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .navigation__link_bottom {
    padding: 16px 10px;
  }
}
@media (min-width: 1366px) {
  .navigation__link_bottom {
    padding: 16px;
  }
}
@media (min-width: 1680px) {
  .navigation__link_bottom {
    padding: 16px 24px;
  }
}
.navigation__link_dropdown {
  display: block;
  position: relative;
  padding-right: 34px;
}
@media (min-width: 1200px) {
  .navigation__link_dropdown {
    padding-right: 28px;
  }
}
@media (min-width: 1366px) {
  .navigation__link_dropdown {
    padding-right: 34px;
  }
}
@media (min-width: 1680px) {
  .navigation__link_dropdown {
    padding-right: 43px;
  }
}
@media (min-width: 1025px) {
  .navigation__link_dropdown:before {
    content: url(/_/96ab7d79b1bc1d9ebebf.svg);
    position: absolute;
    width: 16px;
    height: 16px;
    right: 15px;
    top: 19px;
  }
}
@media (min-width: 1200px) {
  .navigation__link_dropdown:before {
    right: 9px;
  }
}
@media (min-width: 1366px) {
  .navigation__link_dropdown:before {
    right: 15px;
  }
}
@media (min-width: 1680px) {
  .navigation__link_dropdown:before {
    right: 24px;
  }
}
.navigation__link_with-icon {
  display: flex;
  align-items: center;
}
.navigation__link:hover {
  opacity: 0.8;
}
@media (min-width: 1025px) {
  .navigation_light .navigation__link {
    color: #595958;
  }
}
@media (min-width: 1025px) {
  .navigation_light .navigation__link-item_bottom:hover .navigation__link {
    color: #ffffff;
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .navigation_light .navigation__link_dropdown:before {
    content: url(/_/33c2620db11bda8f0ec5.svg);
  }
}
@media (min-width: 1025px) {
  .navigation_light .navigation__link-item_bottom:hover .navigation__link_dropdown:before {
    content: url(/_/96ab7d79b1bc1d9ebebf.svg);
  }
}
.navigation__link-top-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .navigation_course-booking .navigation__link {
    font-size: 16px;
  }
}
.navigation__dropdown {
  display: none;
}
@media (min-width: 1025px) {
  .navigation__dropdown {
    position: absolute;
    top: 100%;
    left: -8px;
    z-index: 2;
    transform: translateY(-1px);
    background: #ffffff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.25), inset 0 3px 0 #00a75d;
  }
}
@media (min-width: 1200px) {
  .navigation__dropdown {
    left: -14px;
  }
}
@media (min-width: 1366px) {
  .navigation__dropdown {
    left: -8px;
  }
}
@media (min-width: 1680px) {
  .navigation__dropdown {
    left: 0;
  }
}
.navigation__dropdown_visible {
  display: block;
}
@media (min-width: 1025px) {
  .navigation__link-item_dropdown:hover .navigation__dropdown,
  .navigation__link-item_dropdown.active .navigation__dropdown {
    display: block;
  }
}
@media (min-width: 1025px) {
  .navigation__dropdown-columns-wrapper {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .navigation__dropdown-column {
    position: relative;
    border-bottom: 1px solid #e1e3e6;
  }
}
.navigation__dropdown-column:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: calc(100% - 3px);
  background-color: #e1e3e6;
}
@media (min-width: 1025px) {
  .navigation__dropdown-column:last-child {
    border-right: none;
  }
  .navigation__dropdown-column:last-child:after {
    content: none;
  }
}
.navigation__dropdown-title {
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1e3e6;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #848586;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .navigation__dropdown-title {
    line-height: 32px;
  }
}
@media (min-width: 1025px) {
  .navigation__dropdown-links-wrapper {
    padding: 16px 24px;
  }
}
@media (min-width: 1025px) {
  .navigation__dropdown-column_one-column .navigation__dropdown-links-wrapper {
    min-width: 200px;
  }
}
@media (min-width: 1025px) {
  .navigation__dropdown-links {
    margin: -4px 0;
  }
}
.navigation__dropdown-link-item {
  padding: 8px 40px;
  box-shadow: 0 -1px 0 0 #0000001a inset;
}
@media (min-width: 1025px) {
  .navigation__dropdown-link-item {
    padding: 0;
    box-shadow: none;
  }
}
.navigation__dropdown-link {
  display: block;
  color: #595958;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s, opacity 0.2s;
}
@media (min-width: 1025px) {
  .navigation__dropdown-link {
    padding: 4px 0;
    color: #343433;
  }
}
.navigation__dropdown-link:hover {
  opacity: 0.8;
}
@media (min-width: 1025px) {
  .navigation__dropdown-link:hover {
    color: #107f4f;
  }
}
.navigation__dropdown-bottom-link {
  box-sizing: border-box;
  display: block;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 24px;
  color: #107f4f;
  text-transform: uppercase;
  transition: all 0.3s;
  text-decoration: none;
}
.navigation__dropdown-bottom-link:hover {
  color: #ffffff;
  background-color: #107f4f;
}
.navigation__rest-links-wrapper {
  display: none;
  position: relative;
  width: 60px;
  height: 100%;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.5);
}
.navigation__rest-links-wrapper_visible {
  display: block;
}
.navigation__rest-links-btn {
  width: 60px;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #ffffff;
}
.navigation_light .navigation__rest-links-btn {
  color: #000000;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.2);
}
.navigation__rest-links {
  display: none;
  position: absolute;
  left: -8px;
  z-index: 1;
}
.navigation__rest-links_visible {
  display: block;
}
.navigation__search-wrapper {
  display: none;
}
@media (min-width: 1025px) {
  .navigation__search-wrapper {
    flex-grow: 1;
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 200px;
    padding-right: 30px;
    height: 100%;
  }
}
.navigation_light .navigation__search-wrapper {
  background: rgba(255, 255, 255, 0.01);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
  .navigation_course-booking .navigation__search-wrapper {
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  }
}
.navigation__search-wrapper-inner {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.navigation__search-wrapper-inner_opened {
  width: calc(100% + 200px);
  padding-left: 31px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 1px 0 0 rgba(255, 255, 255, 0.5);
}
.navigation_light .navigation__search-wrapper-inner_opened {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.navigation_course-booking .navigation__search-wrapper-inner_opened {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.navigation__close-icon {
  display: none;
  position: absolute;
  top: 16px;
  left: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.navigation_course-booking .navigation__close-icon {
  top: 20px;
}
.navigation__search-wrapper-inner_opened .navigation__close-icon {
  display: block;
}
.navigation__menu .navigation__search-form {
  height: 100%;
}
.navigation__search-input-mobile-wrapper .navigation__search-form {
  position: relative;
}
.navigation__search-input {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  box-sizing: border-box;
  border: none;
  background: transparent;
  color: #ffffff;
}
.navigation__search-input:focus {
  outline: transparent;
}
.navigation__search-input::placeholder {
  color: #e1e3e6;
}
.navigation_light .navigation__search-input {
  color: #343433;
}
.navigation_light .navigation__search-input::placeholder {
  color: #595958;
  opacity: 0.5;
}
.navigation__search-wrapper-inner_opened .navigation__search-input {
  padding-left: 15px;
  color: #343433;
}
.navigation__search-wrapper-inner_opened .navigation__search-input::placeholder {
  color: #343433;
}
.navigation__search-wrapper-inner_opened .navigation__search-submit-btn {
  cursor: pointer;
}
.navigation__search-wrapper-inner_opened .navigation__search-submit-btn,
.navigation_light .navigation__search-submit-btn,
.navigation_course-booking .navigation__search-submit-btn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.333%2024a9.333%209.333%200%20100-18.667%209.333%209.333%200%20000%2018.667zM26.667%2028L20%2021.333%22%20stroke%3D%22%23595958%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.navigation_course-booking .navigation__search-icon {
  top: 20px;
}
.navigation__search-submit-btn {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 24px;
  height: 24px;
  border: none;
  background: url(/_/ebead99aa0376358b1b8.svg);
  background-position: center;
  background-size: 24px 24px;
  font-size: 0;
}
.navigation__search-submit-btn:focus {
  outline: 1px solid #cc5724;
}
.navigation__search-submit-mobile-btn {
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  right: 24px;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.333%2024a9.333%209.333%200%20100-18.667%209.333%209.333%200%20000%2018.667zM26.667%2028L20%2021.333%22%20stroke%3D%22%23595958%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 24px 24px;
  font-size: 0;
  cursor: pointer;
}
/* critical:end */

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.article-list {
  position: relative;
  color: #343433;
}
.article-list__container {
  padding: 40px 24px;
  margin: 0 auto;
}
@media (min-width: 824px) {
  .article-list__container {
    padding: 80px 40px;
    max-width: 1440px;
  }
}
.article-list__upper-container {
  position: relative;
  color: #343433;
}
.article-list__content-container {
  position: relative;
  margin-top: -128px;
  padding-top: 128px;
  background: #f5f5f5;
  z-index: 2;
}
.article-list__title {
  font-size: 3.25rem;
  line-height: calc(72 / 64);
  font-weight: 700;
  margin-top: 32px;
}
@media (min-width: 1025px) {
  .article-list__title {
    font-size: 4rem;
  }
}
.article-list__content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
}
@media (min-width: 824px) {
  .article-list__content {
    padding: 0 40px;
    max-width: 1440px;
    margin: 152px auto 80px;
  }
}
.article-list__content_upper {
  border-bottom: none;
  padding: 24px 24px;
}
@media (min-width: 824px) {
  .article-list__content_upper {
    padding: 56px 40px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
  }
}
.article-list__content .breadcrumbs {
  color: #343433;
}
.article-list__content .breadcrumbs__item:not(:last-of-type):after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9%2018L15%2012L9%206%22%20stroke%3D%22%23343433%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.article-list__left-wrapper {
  flex-basis: calc(100% / 24 * 7);
}
.article-list__first-article {
  display: none;
  margin-bottom: -168px;
}
@media (min-width: 824px) {
  .article-list__first-article {
    display: block;
    flex-basis: calc(100% / 24 * 15);
    margin-left: calc(100% / 24 * 1);
    margin-right: calc(100% / 24 * 1);
  }
}
.article-list__first-article .article-tile {
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
  margin-top: 0;
  display: block;
  min-height: auto;
}
.article-list__first-article .article-tile__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.5rem * 32 / 24 * 4);
}
.article-list__first-article .article-tile__media {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: visible;
  padding-top: calc(11 / 20 * 100%);
}
.article-list__first-article .article-tile__image {
  width: 100%;
  padding: 0;
  position: relative;
}
.article-list__first-article .article-tile__content-container {
  position: absolute;
  right: -30px;
  bottom: -30px;
  margin: 0;
  padding: 32px 30px;
  width: calc((100% - 30px * 2) / 15 * 6);
  border: 1px solid #f5f5f5;
}
.article-list__articles {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 24px;
}
@media (min-width: 824px) {
  .article-list__articles {
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 64px;
  }
}
@media (min-width: 824px) {
  .article-list__articles .article-tile:first-child {
    display: none;
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.partners-block {
  position: relative;
  max-width: 1440px;
  box-sizing: border-box;
  background: #eeeeee;
  overflow: visible;
  color: #ffffff;
  padding: 24px;
  margin: 0 auto 160px;
}
@media (min-width: 824px) {
  .partners-block {
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 0 40px;
  }
}
.partners-block__title {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  color: #343433;
}
@media (min-width: 1025px) {
  .partners-block__title {
    font-size: 3rem;
    line-height: calc(64 / 48);
  }
}
.partners-block__summary {
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 600;
  text-align: center;
  color: #848586;
}
.partners-block__logo-icons {
  align-items: center;
  margin: 30px auto;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 824px) {
  .partners-block__logo-icons {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.partners-block__logo-icon {
  flex: 1 1 calc(33% - 60px);
  padding: 0 30px;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  transition: all 0.2s ease;
}
.partners-block__logo-icon:nth-child(n+4) {
  height: 0;
  transform: scaleY(0);
  max-height: 0;
}
@media (min-width: 824px) {
  .partners-block__logo-icon:nth-child(n+4) {
    height: auto;
    transform: scaleY(1);
    max-height: none;
  }
  .partners-block__logo-icon:nth-child(n+7) {
    height: 0;
    transform: scaleY(0);
    max-height: 0;
  }
}
.partners-block__logo-img {
  display: block;
  margin: 30px auto;
}
.partners-block__logo-icons_full .partners-block__logo-icon:nth-child(n+4) {
  height: auto;
  transform: scaleY(1);
  max-height: none;
}
.partners-block__logo-icons_full .partners-block__logo-icon:nth-child(n+7) {
  height: auto;
  transform: scaleY(1);
  max-height: none;
}
.partners-block__more-btn {
  display: none;
  padding: 12px 24px 12px 50px;
  border-radius: 0;
  border: 1px solid #848586;
  color: #595958;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  width: 100%;
  background: #ffffff;
}
.partners-block__more-btn:focus {
  outline: 1px solid #cc5724;
}
@media (min-width: 824px) {
  .partners-block__more-btn {
    width: auto;
    background: transparent;
  }
}
.partners-block__more-btn-text {
  position: relative;
}
.partners-block__more-btn-text:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/_/fc4abf85760a6ec22b59.svg);
  background-size: contain;
  left: -34px;
  top: calc(50% - 12px);
  transition: 0.2s all ease-out;
}
.partners-block__logo-icons_full + .partners-block__more-btn .partners-block__more-btn-text:before {
  transform: rotate(180deg);
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.person-tiles {
  position: relative;
  margin-top: 80px;
  margin-bottom: 96px;
}
.article__main-content .person-tiles {
  padding-top: 48px;
}
.article__main-content .person-tiles:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
}
@media (min-width: 1025px) {
  .article__main-content .person-tiles:before {
    width: calc(100% / 13 * 16);
  }
}
.person-tiles__wrapper {
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .person-tiles__wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.article__main-content .person-tiles__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.person-tiles__tiles-wrapper {
  margin: -40px 0;
}
@media (min-width: 1025px) {
  .person-tiles__tiles-wrapper {
    width: calc(100% / 24 * 13);
    margin-left: calc(100% / 24 * 1);
  }
}
.person-tiles__tiles-wrapper_more-tiles {
  overflow: hidden;
  transition: height 0.3s;
}
@media (min-width: 1025px) {
  .article__main-content .person-tiles__tiles-wrapper {
    width: auto;
    margin-left: 0;
  }
}
.person-tiles__title {
  font-size: 1.625rem;
  line-height: calc(26 / 24);
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 80px;
}
@media (min-width: 1025px) {
  .person-tiles__title {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
@media (min-width: 1025px) {
  .person-tiles__title {
    margin-left: calc(100% / 24 * 1);
  }
}
@media (min-width: 1025px) {
  .article__main-content .person-tiles__title {
    margin-left: 0;
  }
}
.person-tiles__item-img-wrapper {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
}
.person-tiles__item-img {
  display: block;
}
.person-tiles__item {
  margin: 40px 0;
}
@media (min-width: 600px) {
  .person-tiles__item {
    display: flex;
  }
}
@media (min-width: 600px) {
  .person-tiles__item-info {
    width: calc(100% - 120px);
    margin-left: 24px;
  }
}
.person-tiles__item-title {
  font-size: 1.625rem;
  line-height: calc(36 / 26);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .person-tiles__item-title {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
@media (min-width: 600px) {
  .person-tiles__item-title {
    margin-top: 0;
  }
}
.person-tiles__item-bio {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #595958;
}
@media (min-width: 1025px) {
  .person-tiles__item-bio {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.person-tiles__item-link {
  position: relative;
  display: inline-block;
  margin-top: 16px;
  padding-left: 48px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #0078BD;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .person-tiles__item-link {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.person-tiles__item-link:before {
  content: url(/_/393e3938fdac40aea038.svg);
  position: absolute;
  top: -4px;
  left: 0;
  width: 32px;
  height: 32px;
}
@media (min-width: 1025px) {
  .person-tiles__item-link:before {
    top: 0;
  }
}
.person-tiles__item-link:hover {
  opacity: 0.7;
}
.person-tiles__show-more-btn {
  position: relative;
  display: block;
  width: 195px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  padding: 12px 24px;
  padding-left: 58px;
  border: 1px solid #848586;
  background-color: #ffffff;
  color: #595958;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.15px;
  cursor: pointer;
  transition: margin-top 0.3s, opacity 0.3s;
}
@media (min-width: 1025px) {
  .person-tiles__show-more-btn {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}
.person-tiles__show-more-btn:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9%2018L15%2012L9%206%22%20stroke%3D%22%23595958%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  position: absolute;
  top: 15px;
  left: 24px;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.person-tiles__show-more-btn:hover {
  opacity: 0.8;
}
.person-tiles__show-more-btn:focus {
  outline: 1px solid #cc5724;
}
.person-tiles__show-more-btn_hidden {
  display: none;
}
.person-tiles__show-more-btn_expanded {
  margin-top: 40px;
}
.person-tiles__show-more-btn_expanded:before {
  transform: rotate(-90deg);
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.publication-hero {
  background-color: #f6f6f4;
}
@media (min-width: 1025px) {
  .publication-hero {
    margin-top: -112px;
  }
}
.publication-hero__wrapper {
  padding-top: 95px;
  padding-bottom: 56px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 1025px) {
  .publication-hero__wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 215px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1025px) {
  .publication-hero__content {
    width: calc(100% / 24 * 16);
  }
}
.publication-hero .breadcrumbs {
  color: #343433;
}
.publication-hero__title {
  margin-top: 32px;
  font-size: 2rem;
  line-height: calc(40 / 32);
  font-weight: 700;
}
@media (min-width: 1025px) {
  .publication-hero__title {
    font-size: 3.25rem;
  }
}
.publication-hero__summary {
  margin-top: 24px;
  color: #595958;
  font-size: 1.625rem;
  line-height: calc(26 / 24);
  font-weight: 400;
}
@media (min-width: 1025px) {
  .publication-hero__summary {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
.publication-hero__authors {
  position: relative;
  margin-top: 24px;
  padding-left: 32px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.publication-hero__authors:before {
  content: url(/_/5d521c55c1772fc34f4b.svg);
  position: absolute;
  top: -3px;
  left: 0;
  width: 24px;
  height: 24px;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.publications {
  background: #ffffff;
  color: #595958;
}
.publications__container {
  padding: 40px 24px;
  margin: 0 auto;
}
@media (min-width: 824px) {
  .publications__container {
    padding: 80px 40px;
    max-width: 1440px;
  }
}
.publications__title {
  font-size: 2rem;
  line-height: calc(40 / 32);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .publications__title {
    font-size: 2.5rem;
    line-height: calc(48 / 40);
  }
}
.publications__articles-container {
  display: flex;
  flex-direction: column;
  margin: 24px auto 0;
}
@media (min-width: 824px) {
  .publications__articles-container {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 48px -30px 0;
  }
}
.publications__article {
  position: relative;
  margin: 12px 0;
}
@media (min-width: 824px) {
  .publications__article {
    margin: 32px 30px;
    width: calc((100% - 60px) / 24 * 8 - 60px);
  }
}
@media (min-width: 824px) {
  .publications__article:nth-of-type(-n + 3) {
    margin: 0 30px;
  }
}
.publications__article:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(/_/174a6dd9c8eef80980d1.svg) no-repeat;
  background-size: contain;
}
.publications__article-link {
  display: inline-block;
  position: relative;
  color: #0078BD;
  text-decoration: underline;
  transition: 0.2s text-decoration ease-out;
  margin-left: 60px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (min-width: 1025px) {
  .publications__article-link {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.publications__article-link:hover,
.publications__article-link:focus {
  text-decoration: none;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.related-articles .article-tile {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 0;
  margin-right: 16px;
  min-width: 264px;
  width: 264px;
  min-height: auto;
}
.related-articles .article-tile:last-child {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .related-articles .article-tile {
    min-width: auto;
    width: calc(100% / 24 * 7);
    margin-right: calc(100% / 24 * 1);
  }
}
@media (min-width: 824px) {
  .related-articles .article-tile {
    flex-basis: auto;
    margin-top: 0;
  }
}
.related-articles .article-tile__media {
  position: relative;
  width: auto;
  margin-right: 8px;
  padding-top: 0;
}
@media (min-width: 1296px) {
  .related-articles .article-tile__media {
    margin-right: 0;
  }
}
.related-articles .article-tile__media:before {
  content: '';
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: calc(1 / 1.28 * 100%);
}
@media (min-width: 1025px) {
  .related-articles .article-tile__media:before {
    padding-top: calc(1 / 1.5 * 100%);
  }
}
.related-articles .article-tile__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}
.related-articles .article-tile__content-container {
  z-index: 1;
  flex-grow: 1;
  margin: 0;
  margin-top: -75px;
  margin-left: 8px;
  padding: 16px 24px;
  padding-bottom: 24px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.related-articles .article-tile__content-container_gray {
  background: #f5f5f5;
}
@media (min-width: 1025px) {
  .related-articles .article-tile__content-container {
    align-items: flex-start;
    margin-top: -56px;
    padding: 32px 30px;
  }
}
@media (min-width: 1296px) {
  .related-articles .article-tile__content-container {
    margin-left: 30px;
    margin-right: -30px;
  }
}
.related-articles .article-tile__metadata {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .related-articles .article-tile__metadata {
    width: 100%;
    margin: -8px 0;
  }
}
.related-articles .article-tile__eyebrow,
.related-articles .article-tile__date {
  position: relative;
  margin: 0;
  padding-left: 24px;
  font-size: 0.625rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: normal;
}
@media (min-width: 1025px) {
  .related-articles .article-tile__eyebrow,
  .related-articles .article-tile__date {
    margin: 8px 0;
    padding-left: 32px;
    letter-spacing: 0.01em;
  }
}
.related-articles .article-tile__eyebrow:before,
.related-articles .article-tile__date:before {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
}
@media (min-width: 1025px) {
  .related-articles .article-tile__eyebrow:before,
  .related-articles .article-tile__date:before {
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
}
.related-articles .article-tile__eyebrow {
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .related-articles .article-tile__eyebrow {
    margin-right: 8px;
    font-size: 14px;
    line-height: 24px;
  }
}
.related-articles .article-tile__eyebrow:before {
  background-image: url(/_/2b44378e0cd1e3250a34.svg);
}
@media (min-width: 1025px) {
  .related-articles .article-tile__date {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.01em;
  }
}
.related-articles .article-tile__date:before {
  background-image: url(/_/9a7b033d5a662496a9a7.svg);
}
.related-articles .article-tile__title {
  flex-grow: 1;
  margin-top: 8px;
  margin-bottom: 70px;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  font-weight: 400;
  letter-spacing: 0.005em;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .related-articles .article-tile__title {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(132, 133, 134, 0.3);
    font-size: 1.25rem;
    line-height: calc(24 / 20);
    font-weight: 600;
    letter-spacing: 0.15px;
  }
}
.related-articles .article-tile__button {
  position: relative;
  padding-top: 16px;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  font-weight: 400;
  letter-spacing: 0.005em;
  font-weight: 700;
  cursor: pointer;
  border-top: 1px solid rgba(132, 133, 134, 0.3);
}
@media (min-width: 1025px) {
  .related-articles .article-tile__button {
    padding-top: 24px;
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.2px;
    letter-spacing: 0.01em;
    font-weight: 600;
    border-top: none;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .related-articles .article-tile__button {
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.related-articles .article-tile__button:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(/_/838a0c235be0d466a46e.svg);
  background-size: contain;
  transition: transform 0.2s ease;
}
@media (min-width: 1025px) {
  .related-articles .article-tile__button:after {
    top: 27px;
    right: auto;
    bottom: auto;
    margin-left: 10px;
    width: 24px;
    height: 24px;
  }
}
.related-articles .article-tile__button:hover:after,
.related-articles .article-tile__button:focus:after {
  transform: translate(5px);
}
.related-articles .article-tile__button:focus {
  outline: 1px solid #cc5724;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.related-articles {
  background: #eeeeee;
  color: #595958;
}
.related-articles__container {
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 40px;
  padding-bottom: 45px;
}
@media (min-width: 1025px) {
  .related-articles__container {
    padding: 80px 40px;
    max-width: 1440px;
  }
}
.related-articles__title {
  margin-bottom: 32px;
  font-size: 1.25rem;
  line-height: calc(24 / 20);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .related-articles__title {
    font-size: 2rem;
    line-height: calc(40 / 32);
    font-weight: 600;
    padding: 0;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .related-articles__title {
    font-size: 2.5rem;
    line-height: calc(48 / 40);
  }
}
.related-articles__articles-container {
  display: flex;
}
@media (min-width: 1025px) {
  .related-articles__articles-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.related-courses-section {
  padding: 0 24px;
  margin: 40px auto;
}
@media (min-width: 1025px) {
  .related-courses-section {
    padding: 0 40px;
    margin: 80px auto;
    max-width: 1440px;
  }
}
.related-courses-section__container {
  width: 100%;
}
@media (min-width: 1025px) {
  .related-courses-section__container {
    width: calc(100% / 24 * 16);
  }
}
.related-courses-section__title {
  font-size: 1.25rem;
  line-height: calc(24 / 20);
  font-weight: 600;
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .related-courses-section__title {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .related-courses-section__title {
    font-size: 3rem;
    line-height: calc(64 / 48);
  }
}
.related-courses-section__related-courses-container {
  display: flex;
}
@media (min-width: 1025px) {
  .related-courses-section__related-courses-container {
    display: block;
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.related-courses {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 40px;
  min-width: 233px;
  width: 233px;
  border: 1px solid #d1d3d6;
  letter-spacing: 0.005em;
}
@media (min-width: 1025px) {
  .related-courses {
    flex-direction: row;
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .related-courses:nth-child(2n + 1) {
    flex-direction: row-reverse;
  }
}
.related-courses:last-child {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .related-courses:last-child {
    margin-bottom: 0;
  }
}
.related-courses__media {
  position: relative;
  background: url(/_/b941ae56423f902b7858.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 128px;
  border-bottom: 1px solid #d1d3d6;
}
@media (min-width: 1025px) {
  .related-courses__media {
    height: auto;
    width: calc(100% / 16 * 6);
    border-bottom: 0;
    border-right: 1px solid #d1d3d6;
  }
}
@media (min-width: 1025px) {
  .related-courses:nth-child(2n + 1) .related-courses__media {
    border-right: none;
    border-left: 1px solid #d1d3d6;
  }
}
.related-courses__info-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 1025px) {
  .related-courses__info-container {
    display: block;
    width: calc(100% / 16 * 10);
  }
}
.related-courses__info {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px;
}
@media (min-width: 1025px) {
  .related-courses__info {
    padding: 40px;
    padding-bottom: 50px;
  }
}
.related-courses__title {
  margin-bottom: 16px;
  color: #595958;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  font-weight: 400;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .related-courses__title {
    font-size: 1.625rem;
    line-height: calc(26 / 24);
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .related-courses__title {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
.related-courses__summary {
  color: #595958;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1025px) {
  .related-courses__summary {
    font-size: 1.5rem;
    line-height: calc(32 / 24);
    font-weight: 600;
  }
}
.related-courses__footer {
  display: block;
  padding: 24px;
  background: #ffe798;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.2px;
  border-top: 1px solid #d1d3d6;
}
@media (min-width: 1025px) {
  .related-courses__footer {
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  .related-courses__footer {
    padding: 32px 40px;
  }
}
.related-courses__footer:focus {
  outline: 1px solid #cc5724;
}
.related-courses__footer-inner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1025px) {
  .related-courses__footer-inner {
    flex-direction: row;
  }
}
.related-courses__footer-section:nth-child(1) {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #59595833;
}
@media (min-width: 1025px) {
  .related-courses__footer-section:nth-child(1) {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-right: 40px;
    padding-top: 0;
    border-top: none;
  }
}
.related-courses__footer-section:nth-child(2) {
  margin: -16px 0;
}
@media (min-width: 1025px) {
  .related-courses__footer-section:nth-child(2) {
    display: flex;
    flex-flow: row wrap;
    margin: -8px 0;
  }
}
.related-courses__footer-link {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  font-weight: 400;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .related-courses__footer-link {
    width: auto;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 32px;
    letter-spacing: 0.01em;
  }
}
.related-courses__footer-link:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url(/_/838a0c235be0d466a46e.svg);
  background-size: contain;
  transition: transform 0.2s;
}
@media (min-width: 1025px) {
  .related-courses__footer-link:after {
    top: calc(50% - 16px);
    right: -48px;
    width: 32px;
    height: 32px;
  }
}
.related-courses__footer-link:hover:after,
.related-courses__footer-link:focus:after {
  transform: translate(5px);
}
.related-courses__footer-info {
  position: relative;
  margin: 16px 0;
  font-size: 12px;
  line-height: 16px;
  color: #595958;
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) {
  .related-courses__footer-info {
    margin: 8px 0;
    margin-left: 40px;
    font-size: 16px;
    line-height: 32px;
  }
}
.related-courses__footer-info:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: contain;
}
@media (min-width: 1025px) {
  .related-courses__footer-info:before {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }
}
.related-courses__footer-info_length:before {
  background-image: url(/_/7f38cb64ac5e8965a149.svg);
}
.related-courses__footer-info_delivery-type:before {
  background-image: url(/_/2b44378e0cd1e3250a34.svg);
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.rich-text-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.rich-text-wrapper:first-child {
  margin-top: 0;
}
.content > .rich-text-wrapper {
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .content > .rich-text-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
}
.rich-text {
  font-weight: 400;
  font-stretch: normal;
  word-break: break-word;
}
@media (min-width: 1025px) {
  .rich-text__inner-container {
    margin-right: calc(100% / 24 * 9);
  }
}
.rich-text__markup-h1,
.rich-text__markup-h2,
.rich-text__markup-h3,
.rich-text__markup-h4,
.rich-text__markup-h5,
.rich-text__markup-h6 {
  margin: 24px 0 0;
  font-stretch: condensed;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .rich-text__markup-h1,
  .rich-text__markup-h2,
  .rich-text__markup-h3,
  .rich-text__markup-h4,
  .rich-text__markup-h5,
  .rich-text__markup-h6 {
    margin-top: 40px;
  }
}
.rich-text__markup-h1:first-child,
.rich-text__markup-h2:first-child,
.rich-text__markup-h3:first-child,
.rich-text__markup-h4:first-child,
.rich-text__markup-h5:first-child,
.rich-text__markup-h6:first-child {
  margin-top: 0;
}
.rich-text__markup-p,
.rich-text__markup-ol,
.rich-text__markup-ul,
.rich-text__markup-table,
.rich-text__markup-blockquote,
.rich-text__markup-iframe {
  margin: 24px 0 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
  letter-spacing: 0.01em;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .rich-text__markup-p,
  .rich-text__markup-ol,
  .rich-text__markup-ul,
  .rich-text__markup-table,
  .rich-text__markup-blockquote,
  .rich-text__markup-iframe {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
@media (min-width: 1025px) {
  .rich-text__markup-p,
  .rich-text__markup-ol,
  .rich-text__markup-ul,
  .rich-text__markup-table,
  .rich-text__markup-blockquote,
  .rich-text__markup-iframe {
    margin-top: 40px;
    overflow: visible;
  }
}
.rich-text__markup-p:first-child,
.rich-text__markup-ol:first-child,
.rich-text__markup-ul:first-child,
.rich-text__markup-table:first-child,
.rich-text__markup-blockquote:first-child,
.rich-text__markup-iframe:first-child {
  margin-top: 0;
}
.rich-text__markup-h1 {
  font-size: 3.25rem;
  line-height: calc(72 / 64);
  font-weight: 700;
}
@media (min-width: 1025px) {
  .rich-text__markup-h1 {
    font-size: 4rem;
  }
}
.rich-text__markup-h2 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .rich-text__markup-h2 {
    font-size: 3rem;
    line-height: calc(64 / 48);
  }
}
.rich-text__markup-h2 + p,
.rich-text__markup-h3 + p {
  margin-top: 0.75em;
}
.rich-text__markup-h3 {
  font-size: 1.625rem;
  line-height: calc(26 / 24);
  font-weight: 600;
  letter-spacing: 0.25px;
}
@media (min-width: 1025px) {
  .rich-text__markup-h3 {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
.rich-text__markup-h4 {
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 600;
}
.rich-text__markup-h5 {
  font-size: 1.25rem;
  line-height: calc(24 / 20);
  font-weight: 600;
}
.rich-text__markup-h6 {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 400;
}
.rich-text__markup-a {
  color: #0078BD;
  text-decoration: none;
  background-image: linear-gradient(to bottom, rgba(0, 120, 189, 0) 50%, rgba(0, 120, 189, 0.6) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1em;
}
.rich-text__markup-a:hover,
.rich-text__markup-a:focus {
  color: #086ca4;
  text-decoration: none;
  background-image: linear-gradient(to bottom, rgba(8, 108, 164, 0) 50%, rgba(8, 108, 164, 0.6) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1em;
}
.rich-text__markup-em {
  font-style: italic;
}
.rich-text__markup-strong {
  font-weight: 600;
}
.rich-text__markup-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.rich-text__markup-table {
  border: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
}
@media (min-width: 480px) {
  .rich-text__markup-tr {
    display: table-row;
  }
}
.rich-text__markup-tr:first-child {
  border-top: none;
}
@media (min-width: 480px) {
  .rich-text__markup-tr:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.rich-text__markup-tr:first-child > td:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 480px) {
  .rich-text__markup-tr:first-child > td:first-child {
    border-top: none;
  }
}
.rich-text__markup-th {
  display: none;
}
@media (min-width: 480px) {
  .rich-text__markup-th {
    display: table-cell;
  }
}
.rich-text__markup-th,
.rich-text__markup-td {
  padding: 20px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .rich-text__markup-th,
  .rich-text__markup-td {
    vertical-align: top;
    width: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.rich-text__markup-table.markup-table_without-border * {
  border: 0 !important;
  border-top: 0 !important;
}
.rich-text__markup-td {
  display: inline-block;
}
@media (min-width: 480px) {
  .rich-text__markup-td {
    display: table-cell;
  }
}
.rich-text__markup-td .rich-text__markup-a {
  word-break: break-word;
  word-wrap: break-word;
}
.rich-text__markup-ul,
.rich-text__markup-ol {
  padding: 0;
  list-style: none;
  counter-reset: ol;
  margin: 0.75em 0 0;
  color: #595958;
}
.rich-text__markup-li {
  margin: 0 0 0.75em 25px;
  position: relative;
  text-align: left;
}
.rich-text__markup-ol > .rich-text__markup-li:before {
  counter-increment: ol;
  content: counter(ol);
  position: absolute;
  left: -23px;
  top: 0;
}
.rich-text__markup-ul > .rich-text__markup-li:before {
  content: '•';
  position: absolute;
  left: -23px;
  top: 0;
}
.rich-text__markup-li .rich-text__markup-p {
  margin: 0;
}
.rich-text__markup-figure {
  padding: 0;
  margin: 24px 0 0 0;
}
@media (min-width: 1025px) {
  .rich-text__markup-figure {
    margin-top: 40px;
  }
}
.rich-text__markup-figure:first-child {
  margin-top: 0;
}
.rich-text__markup-figcaption {
  margin: 0.6em 0 0;
}
.markup-box_16-9 {
  position: relative;
  margin-top: 24px;
}
@media (min-width: 1025px) {
  .markup-box_16-9 {
    margin-top: 40px;
  }
}
.markup-box_16-9:first-child {
  margin-top: 0;
}
.markup-box_16-9:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.25%;
}
.markup-box_16-9 > .markup-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.simple-tiles {
  margin: 80px 0;
}
@media (min-width: 1025px) {
  .simple-tiles {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}
.simple-tiles__container {
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .simple-tiles__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.simple-tiles__title {
  margin-bottom: 40px;
  font-size: 1.25rem;
  line-height: calc(24 / 20);
  font-weight: 600;
  color: #595958;
}
@media (min-width: 600px) {
  .simple-tiles__title {
    margin-bottom: 48px;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .simple-tiles__title {
    font-size: 3rem;
    line-height: calc(64 / 48);
  }
}
.simple-tiles__tiles-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: -16px -12px;
}
@media (min-width: 1025px) {
  .simple-tiles__tiles-wrapper {
    margin: 0 calc(-100% / 24 * 1 / 2);
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.simple-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(50% - 24px);
  margin: 16px 12px;
}
@media (min-width: 1025px) {
  .simple-tile {
    width: calc(100% / 25 * 5);
    margin: 0 calc(100% / 25 * 1 / 2);
  }
}
@media (min-width: 600px) {
  .simple-tile_no-link {
    padding-bottom: 72px;
  }
}
@media (min-width: 1025px) {
  .simple-tile_no-link {
    padding-bottom: 80px;
  }
}
.simple-tile__img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
@media (min-width: 600px) {
  .simple-tile__img-wrapper {
    margin-bottom: 48px;
  }
}
.simple-tile__img-wrapper:before {
  content: "";
  display: block;
  padding-bottom: calc(1 / 1.37777778 * 100%);
}
@media (min-width: 600px) {
  .simple-tile__img-wrapper:before {
    padding-bottom: calc(1 / 1.66666667 * 100%);
  }
}
.simple-tile__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}
.simple-tile__title {
  width: 100%;
  flex-basis: 32px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  font-weight: bold;
  color: #595958;
}
@media (min-width: 600px) {
  .simple-tile__title {
    flex-basis: 56px;
    font-size: 1.625rem;
    line-height: calc(26 / 24);
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .simple-tile__title {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
@media (min-width: 1025px) {
  .simple-tile__title {
    flex-basis: 80px;
  }
}
.simple-tile__summary {
  flex-grow: 1;
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
@media (min-width: 600px) {
  .simple-tile__summary {
    margin-bottom: 0;
    padding-bottom: 40px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .simple-tile__summary {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
@media (min-width: 600px) {
  .simple-tile__summary:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #848586;
    opacity: 0.3;
  }
}
.simple-tile_no-link .simple-tile__summary:after {
  content: none;
}
.simple-tile__link {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 8px;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  font-weight: 400;
  letter-spacing: 0.005em;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 600px) {
  .simple-tile__link {
    width: auto;
    padding: 24px 0;
    padding-right: 45px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.2px;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .simple-tile__link {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.simple-tile__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #848586;
  opacity: 0.3;
}
@media (min-width: 600px) {
  .simple-tile__link:before {
    content: none;
  }
}
.simple-tile__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(/_/838a0c235be0d466a46e.svg);
  background-size: contain;
  transition: transform 0.2s;
}
@media (min-width: 600px) {
  .simple-tile__link:after {
    top: 20px;
    right: 5px;
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1025px) {
  .simple-tile__link:after {
    top: 24px;
    right: -4px;
  }
}
.simple-tile__link:hover.simple-tile__link:after {
  transform: translate(5px);
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.speaker-hero {
  background-color: #f6f6f4;
}
@media (min-width: 1025px) {
  .speaker-hero {
    margin-top: -112px;
  }
}
.speaker-hero__wrapper {
  padding: 56px 24px;
}
@media (min-width: 1025px) {
  .speaker-hero__wrapper {
    display: flex;
    align-items: flex-end;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1025px) {
  .speaker-hero__info {
    width: calc(100% / 24 * 13);
  }
}
@media (min-width: 1470px) {
  .speaker-hero__info {
    width: calc(100% / 24 * 11);
  }
}
.speaker-hero .breadcrumbs {
  color: #343433;
}
.speaker-hero__title {
  margin-top: 32px;
  font-size: 3.25rem;
  line-height: calc(72 / 64);
  font-weight: 700;
}
@media (min-width: 1025px) {
  .speaker-hero__title {
    font-size: 4rem;
  }
}
.speaker-hero__position {
  margin-top: 24px;
  color: #595958;
  font-size: 1.625rem;
  line-height: calc(26 / 24);
  font-weight: 600;
  letter-spacing: 0.25px;
}
@media (min-width: 1025px) {
  .speaker-hero__position {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
@media (min-width: 1025px) {
  .speaker-hero__position {
    margin-bottom: 56px;
  }
}
.speaker-hero__person-wrapper {
  margin-top: 77px;
}
@media (min-width: 600px) {
  .speaker-hero__person-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1025px) {
  .speaker-hero__person-wrapper {
    width: calc(100% / 24 * 7);
    margin-left: calc(100% / 24 * 3);
  }
}
@media (min-width: 1470px) {
  .speaker-hero__person-wrapper {
    margin-left: calc(100% / 24 * 5);
  }
}
@media (min-width: 600px) {
  .speaker-hero__person {
    width: calc(420px + 30px);
  }
}
@media (min-width: 1025px) {
  .speaker-hero__person {
    margin-bottom: -27px;
  }
}
.speaker-hero__img-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 600px) {
  .speaker-hero__img-wrapper {
    margin-right: 30px;
  }
}
.speaker-hero__img-wrapper:before {
  content: '';
  display: block;
  padding-top: calc(1 / 1.3125 * 100%);
}
@media (min-width: 1025px) {
  .speaker-hero__img-wrapper {
    width: 100%;
  }
}
.speaker-hero__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.speaker-hero__person-info {
  background: #ffffff;
}
@media (min-width: 600px) {
  .speaker-hero__person-info {
    position: relative;
    z-index: 1;
    margin-top: -72px;
    margin-left: 30px;
  }
}
@media (min-width: 1025px) {
  .speaker-hero__person-info {
    margin-right: -30px;
  }
}
.speaker-hero__person-info-title {
  padding: 24px 30px;
  color: #595958;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .speaker-hero__person-info-title {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1);
  }
}
.speaker-hero__socials-list {
  display: flex;
}
.speaker-hero__socials-item {
  flex-grow: 1;
  position: relative;
  height: 72px;
  transition: opacity 0.3s;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .speaker-hero__socials-item {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1);
  }
}
.speaker-hero__socials-item:last-child {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .speaker-hero__socials-item:last-child {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  }
}
.speaker-hero__socials-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.speaker-hero__socials-link:hover {
  opacity: 0.8;
}
.speaker-hero__socials-link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.speaker-hero__socials-link_twitter:before {
  content: url(/_/d98f5cfb8c89df061a1d.svg);
  width: 23px;
  height: 19px;
}
.speaker-hero__socials-link_facebook:before {
  content: url(/_/050eac851ac93233af38.svg);
  width: 11px;
  height: 23px;
}
.speaker-hero__socials-link_linkedIn:before {
  content: url(/_/701d7d3464a76fc85147.svg);
  width: 21px;
  height: 20px;
}
.speaker-hero__socials-link_instagram:before {
  content: url(/_/f77b664f452fa0c715a0.svg);
  width: 23px;
  height: 23px;
}
.speaker-hero__socials-link_email:before {
  content: url(/_/ac48f2311f8c8e407f1b.svg);
  width: 22px;
  height: 16px;
}
.speaker-hero__socials-link_one-social:before {
  left: 40px;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.speaker-section {
  padding: 0 24px;
  margin: 40px auto;
}
@media (min-width: 824px) {
  .speaker-section {
    padding: 0 40px;
    margin: 80px auto;
    max-width: 1440px;
  }
}
.speaker-section__container {
  width: 100%;
}
@media (min-width: 1025px) {
  .speaker-section__container {
    width: calc(100% / 24 * 16);
  }
}
.speaker-section__title {
  margin-bottom: 32px;
  font-size: 2rem;
  line-height: calc(40 / 32);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .speaker-section__title {
    font-size: 2.5rem;
    line-height: calc(48 / 40);
  }
}
@media (min-width: 1025px) {
  .speaker-section__title {
    margin-bottom: 48px;
  }
}
.speaker-section__speaker-container {
  display: flex;
}
@media (min-width: 1025px) {
  .speaker-section__speaker-container {
    display: block;
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.speaker {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 232px;
  width: 232px;
  margin-right: 40px;
  font-size: 1rem;
  line-height: calc(24 / 16);
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media (min-width: 1025px) {
  .speaker {
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.speaker:last-child {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .speaker:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .speaker:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.speaker__media {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  height: 240px;
  border: 1px solid #d1d3d6;
}
@media (min-width: 1025px) {
  .speaker__media {
    height: auto;
    width: calc(100% / 16 * 6);
  }
}
.speaker__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 1025px) {
  .speaker__info {
    width: calc(100% / 16 * 10);
  }
}
.speaker__info-container {
  flex-grow: 1;
  padding: 24px;
  padding-top: 16px;
  border: 1px solid #cccccc;
  border-top: none;
}
@media (min-width: 1025px) {
  .speaker__info-container {
    padding: 40px;
    padding-bottom: 32px;
    border-top: 1px solid #cccccc;
  }
}
.speaker__title {
  margin-bottom: 8px;
  color: #595958;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .speaker__title {
    font-size: 1.625rem;
    line-height: calc(26 / 24);
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .speaker__title {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
.speaker__position {
  margin-bottom: 16px;
  color: #595958;
}
@media (min-width: 1025px) {
  .speaker__position {
    font-size: 1.625rem;
    line-height: calc(36 / 26);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.35;
    font-weight: 600;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .speaker__position {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.speaker__bio {
  flex-grow: 1;
  font-size: 12px;
  line-height: 20px;
  color: #343433;
}
@media (min-width: 1025px) {
  .speaker__bio {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.2px;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .speaker__bio {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.speaker__button {
  display: block;
  position: relative;
  padding: 16px 24px;
  background: #ffe798;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #d1d3d6;
  border-top: none;
}
@media (min-width: 1025px) {
  .speaker__button {
    padding: 32px 40px;
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .speaker__button {
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.speaker__button:hover .speaker__button-text:after,
.speaker__button:focus .speaker__button-text:after {
  transform: translate(5px);
}
.speaker__button:focus {
  outline: 1px solid #cc5724;
}
.speaker__button-text {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (min-width: 1025px) {
  .speaker__button-text {
    width: auto;
  }
}
.speaker__button-text:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  width: 24px;
  height: 24px;
  background: url(/_/838a0c235be0d466a46e.svg) no-repeat;
  background-size: contain;
  margin-left: 16px;
  transition: all 0.2s ease;
}
@media (min-width: 1025px) {
  .speaker__button-text:after {
    top: calc(50% - 16px);
    right: -48px;
    width: 32px;
    height: 32px;
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.article-tile {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 400px;
}
@media (min-width: 824px) {
  .article-tile {
    margin-top: 48px;
    min-height: 600px;
    flex-basis: calc(100% / 24 * 12);
  }
}
@media (min-width: 1296px) {
  .article-tile {
    flex-basis: calc(100% / 24 * 8);
  }
}
.article-tile__content-container {
  margin: -56px 24px 0;
  z-index: 1;
  padding: 24px 30px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.article-tile__content-container_gray {
  background: #f5f5f5;
}
@media (min-width: 824px) {
  .article-tile__content-container {
    margin: -56px 30px 0;
  }
}
.article-tile__button {
  position: relative;
  padding-top: 24px;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.15px;
  cursor: pointer;
  border-top: 1px solid rgba(132, 133, 134, 0.3);
}
.article-tile__button:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 24px;
  background: url(/_/838a0c235be0d466a46e.svg) no-repeat;
  background-size: contain;
  margin-left: 10px;
  transition: all 0.2s ease;
}
.article-tile__button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-tile__button:hover:after,
.article-tile__button:focus:after {
  transform: translate(5px);
}
.article-tile__button:focus {
  outline: 1px solid #cc5724;
}
.article-tile__media {
  position: relative;
  width: 100%;
  padding-top: 60.86956522%;
  overflow: hidden;
}
@media (min-width: 824px) {
  .article-tile__media {
    width: calc(100% / 8 * 7);
  }
}
.article-tile__image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article-tile__metadata {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article-tile__eyebrow {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  margin-left: 32px;
  margin-top: 8px;
}
.article-tile__eyebrow:before {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  left: -32px;
  width: 24px;
  height: 24px;
  background: url(/_/2b44378e0cd1e3250a34.svg) no-repeat;
  background-size: contain;
}
.article-tile__date {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  margin-left: 32px;
  margin-top: 8px;
}
.article-tile__date:before {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url(/_/9a7b033d5a662496a9a7.svg) no-repeat;
  background-size: contain;
  left: -32px;
}
.article-tile__title {
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 600;
  margin: 24px 0;
  flex-grow: 1;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  .article {
    margin-top: -112px;
  }
}
.article__hero-bg {
  position: relative;
  padding: 0 24px;
  background-size: cover;
  background-position: 50% 50%;
  color: #ffffff;
  padding-top: 64px;
  padding-bottom: 24px;
}
.article__hero-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 1025px) {
  .article__hero-bg {
    padding: 0 40px;
  }
}
.article__hero-bg-inner {
  position: relative;
}
@media (min-width: 1025px) {
  .article__hero-bg-inner {
    box-sizing: border-box;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 184px;
  }
}
@media (min-width: 1025px) {
  .article__hero-bg-inner_no-speaker {
    padding-top: 400px;
  }
}
@media (min-width: 1025px) {
  .article__info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(100% / 24 * 15);
    margin-right: calc(100% / 24 * 2);
    padding-top: 8px;
  }
}
.article__title {
  margin-top: 24px;
  font-size: 2rem;
  line-height: calc(40 / 32);
  font-weight: 700;
}
@media (min-width: 1025px) {
  .article__title {
    font-size: 3.25rem;
  }
}
.article__time-info {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
  font-size: 1.0625rem;
  line-height: calc(24 / 17);
  font-weight: 400;
  letter-spacing: 0.4px;
}
@media (min-width: 736px) {
  .article__time-info {
    flex-direction: row;
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1025px) {
  .article__time-info {
    margin-top: 22px;
    margin-left: -18px;
    margin-right: -18px;
  }
}
.article__time-info-item {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
@media (min-width: 736px) {
  .article__time-info-item {
    margin: 0 8px;
  }
}
@media (min-width: 1025px) {
  .article__time-info-item {
    margin: 0 18px;
  }
}
.article__time-info-item-icon {
  margin-right: 8px;
}
@media (min-width: 480px) {
  .article__speaker-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1025px) {
  .article__speaker-wrapper {
    width: calc(100% / 24 * 7);
  }
}
.article__speaker {
  margin: 0 -12px;
}
@media (min-width: 480px) {
  .article__speaker {
    max-width: calc(420px + 30px);
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .article__speaker {
    max-width: none;
  }
}
.article__speaker-img-wrapper {
  position: relative;
  height: 0;
  padding-top: calc(1 / 1.3125 * 100%);
}
@media (min-width: 480px) {
  .article__speaker-img-wrapper {
    margin-right: 30px;
  }
}
@media (min-width: 1025px) {
  .article__speaker-img-wrapper {
    margin-right: 0;
  }
}
.article__speaker-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}
.article__speaker-info {
  padding: 24px;
  padding-bottom: 0;
  background-color: #f6f6f4;
}
@media (min-width: 480px) {
  .article__speaker-info {
    position: relative;
    margin-left: 30px;
    margin-top: -83px;
  }
}
@media (min-width: 1025px) {
  .article__speaker-info {
    margin-right: -30px;
    margin-bottom: -76px;
    padding-top: 32px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.article__speaker-eyebrow {
  margin-bottom: 8px;
  line-height: calc(24 / 12);
  font-weight: 400;
  color: #595958;
  opacity: 0.8;
}
@media (min-width: 1025px) {
  .article__speaker-eyebrow {
    font-size: 1.125rem;
    line-height: calc(24 / 18);
  }
}
.article__speaker-title {
  font-size: 1.625rem;
  line-height: calc(36 / 26);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
  color: #343433;
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .article__speaker-title {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.article__speaker-bio {
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #595958;
}
@media (min-width: 1025px) {
  .article__speaker-bio {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.article__speaker-link {
  display: flex;
  align-items: center;
  padding: 24px 0;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.15px;
  font-weight: 600;
  color: #343433;
  text-decoration: none;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px -1px 0px rgba(255, 255, 255, 0.2), inset 1px 0px 0px rgba(255, 255, 255, 0.2), inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  transition: opacity 0.3s;
}
@media (min-width: 1025px) {
  .article__speaker-link {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}
.article__speaker-link:hover {
  opacity: 0.7;
}
.article__speaker-link-icon {
  margin-right: 16px;
}
.article__content {
  padding: 0 24px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  color: #343433;
}
@media (min-width: 1025px) {
  .article__content {
    flex-direction: row;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    padding-top: 48px;
    padding-bottom: 100px;
  }
}
.article__share-btns-wrapper {
  margin: 40px 0;
}
@media (min-width: 1025px) {
  .article__share-btns-wrapper {
    width: calc(100% / 24 * 2);
    margin: 0;
    margin-left: calc(100% / 24 * 1);
    margin-right: calc(100% / 24 * 1);
  }
}
@media (min-width: 1025px) {
  .article__main-content {
    width: calc(100% / 24 * 13);
  }
}
.article__main-content .rich-text__markup-p {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .article__main-content .rich-text__inner-container {
    margin-right: 0;
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.breadcrumbs {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  line-height: calc(24 / 12);
  font-weight: 400;
}
@media (min-width: 1025px) {
  .breadcrumbs {
    font-size: 1.125rem;
    line-height: calc(24 / 18);
  }
}
.breadcrumbs__item {
  display: inline-block;
}
.breadcrumbs__link:hover {
  text-decoration: none;
}
.breadcrumbs__item:not(:last-of-type):after {
  content: '';
  background: url(/_/e659a47f302fbd7b8a4f.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 4px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media (min-width: 824px) {
  .breadcrumbs__item:not(:last-of-type):after {
    vertical-align: bottom;
  }
}

.js-carousel-tiles-container {
  overflow-y: auto;
  scrollbar-width: none;
}
.js-carousel-tiles-container::-webkit-scrollbar {
  display: none;
}
.js-carousel-tiles-container_scrollable {
  cursor: pointer;
}
.js-carousel-tiles-container_scroll-active {
  cursor: grabbing;
}
.js-carousel-tiles-container_scrollable .course-tile:after,
.js-carousel-tiles-container_scrollable .speaker:after,
.js-carousel-tiles-container_scrollable .related-courses:after,
.js-carousel-tiles-container_scrollable .article-tile:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: -27px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-image: url(/_/838a0c235be0d466a46e.svg);
  background-size: contain;
}
.js-carousel-tiles-container_scrollable .course-tile:last-child:after,
.js-carousel-tiles-container_scrollable .speaker:last-child:after,
.js-carousel-tiles-container_scrollable .related-courses:last-child:after,
.js-carousel-tiles-container_scrollable .article-tile:last-child:after {
  content: none;
}
.js-carousel-tiles-container_scrollable .article-tile:after {
  bottom: 90px;
}
.js-carousel-tiles-container_scrollable .speaker:after,
.js-carousel-tiles-container_scrollable .related-courses:after {
  right: -40px;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.course-booking {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #343433;
  letter-spacing: 0.15px;
}
.course-booking__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 24px;
  padding-top: 0;
}
@media (min-width: 1025px) {
  .course-booking__wrapper {
    padding: 40px 40px;
  }
}
@media (min-width: 1025px) {
  .course-booking__wrapper-inner {
    margin-left: calc(100% / 24 * 4);
  }
}
.course-booking__stepper-item-mobile {
  position: relative;
  width: 100%;
  padding: 16px 0;
  font-size: 20px;
  line-height: 32px;
  box-shadow: 0px 1px 0px 0px #0000001a inset;
  color: #595958;
}
@media (min-width: 1025px) {
  .course-booking__stepper-item-mobile {
    display: none;
  }
}
.course-booking__stepper-item-mobile:last-child {
  margin-bottom: 300px;
}
.course-booking__stepper-item-mobile:before {
  position: absolute;
  top: calc(50% - 32px / 2);
  right: 0;
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9%2018L15%2012L9%206%22%20stroke%3D%22%23848586%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: contain;
}
.course-booking__stepper-item-mobile_success {
  margin-bottom: 24px;
}
.course-booking__stepper-item-mobile_active {
  color: #107f4f;
  box-shadow: 0px -2px 0px 0px #107f4f inset;
}
.course-booking__stepper-item-mobile_active:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9%2018L15%2012L9%206%22%20stroke%3D%22%23107f4f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.course-booking__stepper {
  margin: -10px 0;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 736px) {
  .course-booking__stepper {
    flex-direction: row;
    margin: 0 -24px;
    color: #595958;
  }
}
@media (min-width: 1025px) {
  .course-booking__stepper {
    display: none;
  }
}
.course-booking__stepper_desktop {
  display: none;
}
@media (min-width: 1025px) {
  .course-booking__stepper_desktop {
    display: flex;
    padding-right: 30px;
    color: #595958;
  }
}
@media (min-width: 1296px) {
  .course-booking__stepper_desktop {
    padding-right: 60px;
  }
}
.course-booking__stepper-item {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (min-width: 1025px) {
  .course-booking__stepper-item {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
@media (min-width: 736px) {
  .course-booking__stepper-item {
    margin: 0 24px;
  }
}
@media (min-width: 736px) {
  .course-booking__stepper-item:before {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9%2018L15%2012L9%206%22%20stroke%3D%22%23848586%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: calc(50% - 32px / 2);
    width: 32px;
    height: 32px;
    right: -40px;
  }
}
.course-booking__stepper-item_active {
  color: #107f4f;
}
.course-booking__stepper-item_active:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9%2018L15%2012L9%206%22%20stroke%3D%22%23107f4f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
@media (min-width: 736px) {
  .course-booking__stepper-item_active:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: calc(100% + 48px);
    height: 2px;
    background-color: #107f4f;
  }
}
@media (min-width: 1025px) {
  .course-booking__stepper_desktop .course-booking__stepper-item {
    margin: 0 16px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1296px) {
  .course-booking__stepper_desktop .course-booking__stepper-item {
    margin: 0 22px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1296px) and (min-width: 1025px) {
  .course-booking__stepper_desktop .course-booking__stepper-item {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
@media (min-width: 1025px) {
  .course-booking__stepper_desktop .course-booking__stepper-item:before {
    right: -34px;
  }
}
@media (min-width: 1296px) {
  .course-booking__stepper_desktop .course-booking__stepper-item:before {
    background-size: contain;
  }
}
@media (min-width: 1025px) {
  .course-booking__stepper_desktop .course-booking__stepper-item:after {
    bottom: -22px;
    width: calc(100% + 32px);
  }
}
@media (min-width: 1296px) {
  .course-booking__stepper_desktop .course-booking__stepper-item:after {
    bottom: -16px;
    width: calc(100% + 44px);
  }
}
.course-booking__details-fillout-reminder-text {
  margin-bottom: 20px;
}
.course-booking__step-title {
  font-size: 1.625rem;
  line-height: calc(26 / 24);
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .course-booking__step-title {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
.course-booking__step-title_details {
  margin-top: 16px;
  margin-bottom: 54px;
}
.course-booking__step-title_payment {
  margin-top: 16px;
  margin-bottom: 0px;
}
.course-booking__step-title_success {
  margin-top: 16px;
  margin-bottom: 24px;
}
.course-booking__step-subtitle {
  margin-top: 72px;
  margin-bottom: 48px;
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 600;
}
.course-booking__step-subtitle_payment {
  margin-top: 22px;
}
.course-booking__places {
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 1025px) {
  .course-booking__places {
    display: flex;
    align-items: center;
  }
}
.course-booking__places-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  width: 73px;
  margin: 16px 0;
  height: 40px;
  padding-left: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
  .course-booking__places-input-wrapper {
    margin: 0 16px;
  }
}
.course-booking__places-input {
  border: 0;
}
.course-booking__places-input::-webkit-inner-spin-button,
.course-booking__places-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.course-booking__places-input:focus {
  outline: 1px solid #cc5724;
}
.course-booking__places-btn {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  border: 0;
  cursor: pointer;
  outline: 1px solid #cc5724;
}
.course-booking__places-btn_incr {
  top: 0;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.course-booking__places-btn_decr {
  bottom: 0;
}
.course-booking__places-btn:focus {
  outline: 1px solid #cc5724;
}
.course-booking__max-places-error {
  display: none;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #d90000;
}
.course-booking__info {
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 48px;
  padding: 20px;
  border: 1px solid #e1e3e6;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (min-width: 1025px) {
  .course-booking__info {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
@media (min-width: 1025px) {
  .course-booking__info {
    width: calc(100% / 20 * 12);
    max-width: none;
    padding: 24px 0;
  }
}
.course-booking__info_right {
  padding: 24px;
}
@media (min-width: 1025px) {
  .course-booking__info_right {
    width: calc(100% / 20 * 9);
    margin-top: 0;
    margin-left: calc(100% / 20 * 3);
    padding: 24px 40px;
  }
}
@media (min-width: 1025px) {
  .course-booking__info_complete {
    width: auto;
  }
}
.course-booking__info-items-wrapper {
  margin: -16px 0;
}
.course-booking__info-title {
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 600;
}
.course-booking__info_right .course-booking__info-title {
  margin-bottom: 54px;
}
.course-booking__info-item {
  display: flex;
  margin: 16px 0;
}
.course-booking__info_right .course-booking__info-item {
  margin: 16px 0;
}
.course-booking__info-item-title {
  display: inline-block;
  min-width: 60px;
  max-width: 60px;
  margin-right: 24px;
  text-align: right;
}
@media (min-width: 1025px) {
  .course-booking__info-item-title {
    min-width: auto;
    max-width: none;
    width: calc(100% / 12 * 2 - 24px);
    margin-left: 24px;
  }
}
@media (min-width: 1296px) {
  .course-booking__info-item-title {
    margin-left: 0;
  }
}
.course-booking__info_right .course-booking__info-item-title {
  text-align: left;
}
@media (min-width: 1025px) {
  .course-booking__info_right .course-booking__info-item-title {
    width: calc(100% / 9 * 3 - 24px);
    margin-left: 0;
  }
}
.course-booking__info_product .course-booking__info-item-title {
  min-width: 120px;
  max-width: 120px;
}
@media (min-width: 1025px) {
  .course-booking__info_product .course-booking__info-item-title {
    min-width: calc(100% / 12 * 5 - 24px);
  }
}
@media (min-width: 1296px) {
  .course-booking__info_product .course-booking__info-item-title {
    min-width: calc(100% / 12 * 4 - 24px);
  }
}
@media (min-width: 1470px) {
  .course-booking__info_product .course-booking__info-item-title {
    min-width: calc(100% / 12 * 3 - 24px);
  }
}
@media (min-width: 1296px) {
  .course-booking__info_complete.course-booking__info_product .course-booking__info-item-title {
    min-width: calc(100% / 12 * 5 - 24px);
  }
}
@media (min-width: 1470px) {
  .course-booking__info_complete.course-booking__info_product .course-booking__info-item-title {
    min-width: calc(100% / 12 * 3 - 24px);
  }
}
@media (min-width: 1025px) {
  .course-booking__info_right.course-booking__info_product .course-booking__info-item-title {
    min-width: calc(100% / 9 * 4 - 24px);
  }
}
@media (min-width: 1920px) {
  .course-booking__info_complete .course-booking__info-item-title {
    width: calc(100% / 10 * 2);
  }
}
@media (min-width: 1025px) {
  .course-booking__info-item-value {
    width: calc(100% / 12 * 10 - 24px);
  }
}
@media (min-width: 1025px) {
  .course-booking__info_right .course-booking__info-item-value {
    width: calc(100% / 9 * 6 - 24px);
  }
}
@media (min-width: 1920px) {
  .course-booking__info_complete .course-booking__info-item-value {
    width: calc(100% / 10 * 8 - 24px);
  }
}
.course-booking__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (min-width: 1025px) {
  .course-booking__text {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
@media (min-width: 1025px) {
  .course-booking__text {
    width: calc(100% / 20 * 12);
  }
}
.course-booking__pin-input {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 12px;
  border: 1px solid rgba(0, 0, 0, 0.38);
}
@media (min-width: 600px) {
  .course-booking__pin-input {
    width: auto;
  }
}
.course-booking__pin-input:focus {
  outline: 1px solid #cc5724;
}
.course-booking__details-form-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1025px) {
  .course-booking__details-form-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  .course-booking__form {
    width: calc(100% / 20 * 8);
  }
}
.course-booking__error-msg {
  color: red;
}
.course-booking__btns-wrapper {
  display: flex;
  flex-direction: column;
  margin: 24px 0;
}
@media (min-width: 480px) {
  .course-booking__btns-wrapper {
    flex-direction: row;
  }
}
.course-booking__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 0;
  border: 0;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.15px;
}
@media (min-width: 1025px) {
  .course-booking__btn {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}
@media (min-width: 480px) {
  .course-booking__btn {
    width: auto;
    padding: 12px 24px;
  }
}
.course-booking__btn:focus {
  outline: 1px solid #cc5724;
}
.course-booking__btn_back {
  flex-direction: row-reverse;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #e1e3e6;
}
@media (min-width: 480px) {
  .course-booking__btn_back {
    flex-direction: row;
    margin-right: 13px;
    margin-bottom: 0;
  }
}
.course-booking__btn_checkout {
  background-color: #107f4f;
  color: #ffffff;
}
.course-booking__btn_customer-portal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 16px;
  background-color: #107f4f;
  color: #ffffff;
  text-decoration: none;
}
.course-booking__arrow-icon {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  transition: transform 0.3s;
}
@media (min-width: 480px) {
  .course-booking__arrow-icon {
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }
}
.course-booking__btn_back .course-booking__arrow-icon {
  transform: rotate(90deg);
}
@media (min-width: 480px) {
  .course-booking__btn_back .course-booking__arrow-icon {
    transform: none;
  }
}
.course-booking__btn_back:hover .course-booking__arrow-icon {
  transform: translateY(-5px) rotate(90deg);
}
@media (min-width: 480px) {
  .course-booking__btn_back:hover .course-booking__arrow-icon {
    transform: translateX(-5px);
  }
}
.course-booking__btn_checkout .course-booking__arrow-icon {
  margin-left: 16px;
}
@media (min-width: 480px) {
  .course-booking__btn_checkout .course-booking__arrow-icon {
    transform: rotate(-90deg);
  }
}
.course-booking__btn_checkout:hover .course-booking__arrow-icon {
  transform: translateY(5px);
}
@media (min-width: 480px) {
  .course-booking__btn_checkout:hover .course-booking__arrow-icon {
    transform: translateX(5px) rotate(-90deg);
  }
}
.course-booking__customer-portal-btn-icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.course-booking__inputs-wrapper {
  margin: -24px 0;
}
.course-booking__short-inputs-wrapper {
  margin: 20px -12px;
}
@media (min-width: 1025px) {
  .course-booking__short-inputs-wrapper {
    display: flex;
  }
}
.course-booking__input-wrapper {
  margin: 24px 0;
}
.course-booking__input-wrapper_select {
  position: relative;
}
.course-booking__input-wrapper_select:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9%2018L15%2012L9%206%22%20stroke%3D%22%23848586%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-position: center center;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  pointer-events: none;
}
.course-booking__input-wrapper_short {
  margin: 20px 12px;
}
@media (min-width: 1025px) {
  .course-booking__input-wrapper_short {
    width: 50%;
    margin: 0 12px;
  }
}
.course-booking__input {
  box-sizing: border-box;
  width: 100%;
  padding: 18px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.38);
}
.course-booking__input:focus {
  outline: 1px solid #cc5724;
}
.course-booking__input_error {
  border-color: red;
}
.course-booking__error-input {
  font-size: 12px;
  margin-top: 3px;
  color: red;
}
.course-booking__select {
  position: relative;
  width: 100%;
  padding: 18px 12px;
  border: 1px solid rgba(0, 0, 0, 0.38);
  outline: 1px solid #cc5724;
  appearance: none;
}
.course-booking__radio-btns-wrapper {
  margin: -16px 0;
}
.course-booking__radio-btn-wrapper {
  position: relative;
  display: block;
  margin: 16px 0;
  padding-left: 36px;
  cursor: pointer;
}
.course-booking__radio-btn {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.course-booking__radio-btn-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #848586;
  border-radius: 50%;
}
.course-booking__radio-btn-checkmark:after {
  content: '';
  display: none;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #343433;
}
.course-booking__radio-btn:checked ~ .course-booking__radio-btn-checkmark:after {
  display: block;
}
.course-booking__complete {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (min-width: 1025px) {
  .course-booking__complete {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
@media (min-width: 1470px) {
  .course-booking__complete {
    flex-direction: row;
  }
}
@media (min-width: 1470px) {
  .course-booking__complete-left-wrapper {
    width: calc(100% / 20 * 12);
    margin-right: calc(100% / 20 * 1);
  }
}
@media (min-width: 1920px) {
  .course-booking__complete-left-wrapper {
    width: calc(100% / 20 * 10);
  }
}
.course-booking__complete-right-wrapper {
  box-sizing: border-box;
  padding-top: 24px;
  padding-right: 40px;
  padding-bottom: 32px;
  padding-left: 40px;
  border: 1px solid #e1e3e6;
}
@media (min-width: 600px) {
  .course-booking__complete-right-wrapper {
    width: auto;
  }
}
@media (min-width: 1470px) {
  .course-booking__complete-right-wrapper {
    width: calc(100% / 20 * 7);
  }
}
@media (min-width: 1920px) {
  .course-booking__complete-right-wrapper {
    width: calc(100% / 20 * 9);
  }
}
.course-booking__next-steps-title {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1025px) {
  .course-booking__next-steps-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
}
.course-booking__next-steps-list {
  margin-top: 16px;
}
.course-booking__next-steps-item {
  position: relative;
  margin: 16px 0;
  padding-left: 35px;
}
.course-booking__next-steps-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 21px;
  height: 1px;
  background-color: #595958;
}
.course-booking__loading-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10000;
}
.course-booking__loading-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.course-booking__loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(16, 127, 79, 0.3);
  border-radius: 50%;
  border-top-color: #107f4f;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.ss-main{position:relative;display:inline-block;user-select:none;color:#666;width:100%}.ss-main .ss-single-selected{display:flex;cursor:pointer;width:100%;height:30px;padding:6px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0px;border-top-right-radius:0px}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0px;border-bottom-right-radius:0px}.ss-main .ss-single-selected .placeholder{display:flex;flex:1 1 100%;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder *{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px 0 6px;font-weight:bold}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px 0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s, margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-135deg);margin:3px 0 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{transform:rotate(45deg);margin:-3px 0 0 0}.ss-main .ss-multi-selected{display:flex;flex-direction:row;cursor:pointer;min-height:30px;width:100%;padding:0 0 0 3px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0px;border-top-right-radius:0px}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0px;border-bottom-right-radius:0px}.ss-main .ss-multi-selected .ss-values{display:flex;flex-wrap:wrap;justify-content:flex-start;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:flex;padding:4px 5px;margin:2px 0px;line-height:1em;align-items:center;width:100%;color:#dedede;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes scaleIn{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}100%{transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:flex;user-select:none;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0px;color:#fff;background-color:#5897fb;border-radius:4px;animation-name:scaleIn;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-name:scaleOut;animation-duration:.2s;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:flex;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:flex;justify-content:center;align-items:center;background:#666;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-content{position:absolute;width:100%;margin:-1px 0 0 0;box-sizing:border-box;border:solid 1px #dcdee2;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s, opacity .2s;opacity:0;transform:scaleY(0)}.ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-content .ss-search{display:flex;flex-direction:row;padding:8px 8px 6px 8px}.ss-content .ss-search.ss-hide{height:0px;opacity:0;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px}.ss-content .ss-search.ss-hide input{height:0px;opacity:0;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0px;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:22px;font-weight:bold;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box}.ss-content .ss-addable{padding-top:0px}.ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px 6px 10px;font-weight:bold}.ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option{padding:6px 10px 6px 10px;cursor:pointer;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option:hover,.ss-content .ss-list .ss-option.ss-highlighted{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;color:#dedede;background-color:#fff}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{color:#666;background-color:rgba(88,151,251,0.1)}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}


@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
    height: initial;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.course-tile {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 264px;
  max-width: 264px;
  margin-right: 16px;
}
.course-tile:last-child {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .course-tile {
    width: calc(100% / 24 * 6 - 30px);
    min-width: auto;
    max-width: none;
    margin-right: 30px;
  }
  .course-tile:nth-child(n + 4) {
    flex-grow: 0;
  }
}
@media (min-width: 1296px) {
  .course-tile:nth-child(n + 4) {
    flex-grow: inherit;
  }
  .course-tile:nth-child(n + 5) {
    flex-grow: 0;
  }
}
.course-tile__media {
  position: relative;
  overflow: hidden;
  margin-right: 8px;
}
@media (min-width: 1025px) {
  .course-tile__media {
    margin-right: 30px;
  }
}
.course-tile__media:before {
  content: '';
  display: block;
  position: relative;
  padding-top: calc(1 / 1.28 * 100%);
}
@media (min-width: 1025px) {
  .course-tile__media:before {
    padding-top: calc(1 / 1.25 * 100%);
  }
}
.course-tile__image {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.course-tile__content-container {
  margin-left: 8px;
  margin-top: -80px;
  z-index: 1;
  padding: 16px 24px;
  padding-bottom: 24px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.course-tile__content-container_gray {
  background: #f5f5f5;
}
@media (min-width: 1025px) {
  .course-tile__content-container {
    margin-top: -75px;
    margin-left: 30px;
    padding: 32px 30px;
  }
}
.course-tile__type {
  position: relative;
  margin-bottom: 8px;
  margin-left: 24px;
  font-size: 0.625rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .course-tile__type {
    margin-bottom: 24px;
    margin-left: 32px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
  }
}
.course-tile__type:before {
  content: '';
  position: absolute;
  top: 0;
  left: -24px;
  width: 16px;
  height: 16px;
  background: url(/_/2b44378e0cd1e3250a34.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 1025px) {
  .course-tile__type:before {
    left: -32px;
    width: 24px;
    height: 24px;
  }
}
.course-tile__title {
  flex-grow: 1;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  font-weight: 400;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .course-tile__title {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .course-tile__title {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.course-tile__info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 44px;
}
@media (min-width: 1025px) {
  .course-tile__info {
    margin-top: 48px;
    padding-bottom: 4px;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2);
  }
}
.course-tile__info-item {
  position: relative;
  margin-left: 24px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1025px) {
  .course-tile__info-item {
    margin-left: 32px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: calc(24 / 16);
    font-weight: 400;
  }
}
.course-tile__info-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: -24px;
  width: 16px;
  height: 16px;
  background-size: contain;
}
@media (min-width: 1025px) {
  .course-tile__info-item:before {
    left: -32px;
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1025px) {
  .course-tile__info-item_date {
    margin-right: 12px;
  }
}
.course-tile__info-item_date:before {
  background-image: url(/_/9a7b033d5a662496a9a7.svg);
}
.course-tile__info-item_duration:before {
  background-image: url(/_/7f38cb64ac5e8965a149.svg);
}
.course-tile__info-item_level:before {
  background-image: url(/_/ed700db31aa78d20b393.svg);
}
.course-tile__info-item_price {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .course-tile__info-item_price {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.course-tile__info-item_price:before {
  background-image: url(/_/7cda11a193ea627c7dd1.svg);
}
.course-tile__bottom-container {
  flex-basis: 72px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (min-width: 1025px) {
  .course-tile__bottom-container {
    margin-top: 15px;
  }
}
.course-tile__cta {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 16px;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  font-weight: 400;
  font-weight: 700;
  cursor: pointer;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
  .course-tile__cta {
    display: inline-block;
    width: auto;
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.2px;
    letter-spacing: 0.01em;
    font-weight: 600;
    margin-top: 16px;
    box-shadow: none;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .course-tile__cta {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.course-tile__cta:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(/_/838a0c235be0d466a46e.svg);
  background-size: contain;
  margin-left: 10px;
  transition: all 0.2s ease;
}
@media (min-width: 1025px) {
  .course-tile__cta:after {
    top: calc(50% - 12px);
    right: auto;
    width: 24px;
    height: 24px;
  }
}
.course-tile__cta:hover:after,
.course-tile__cta:focus:after {
  transform: translate(5px);
}
.course-tile_search {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-right: 0;
  margin-bottom: 40px;
}
.course-tile_search:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .course-tile_search:last-child {
    margin: 15px;
  }
}
@media (min-width: 1025px) {
  .course-tile_search:last-child {
    margin: 32px 15px;
  }
}
@media (min-width: 600px) {
  .course-tile_search {
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media (min-width: 1025px) {
  .course-tile_search {
    flex-basis: calc((100% - 30px) / 24 * 8 - 30px);
    max-width: calc(100% / 24 * 10);
    margin: 32px 15px;
  }
  .course-tile_search:nth-child(n + 4) {
    flex-grow: 0;
  }
  .course-tile_search:nth-child(n + 5) {
    flex-grow: inherit;
  }
}
.course-tile_search .course-tile__content-container {
  background: #f5f5f5;
}
@media (min-width: 1025px) {
  .course-tile_search .course-tile__content-container {
    margin-top: -56px;
    margin-left: 30px;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .course-tile_search .course-tile__media {
    margin-right: 30px;
  }
}
.course-tile_search .course-tile__media:before {
  padding-top: calc(1 / 320 * 255 * 100%);
}
@media (min-width: 1025px) {
  .course-tile_search .course-tile__media:before {
    padding-top: calc(1 / 420 * 280 * 100%);
  }
}
@media (min-width: 1025px) {
  .course-tile_search .course-tile__info {
    padding-bottom: 16px;
  }
}
@media (min-width: 1025px) {
  .course-tile_search .course-tile__info-item_price {
    margin-right: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
@media (min-width: 1025px) {
  .course-tile_search .course-tile__info-item_price:before {
    top: calc(50% - 12px);
  }
}
.course-tile_search .course-tile__bottom-container {
  flex-basis: auto;
}
@media (min-width: 1025px) {
  .course-tile_search .course-tile__bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1296px) {
  .course-tile_search .course-tile__bottom-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.course-tile_search .course-tile__bottom-container_left {
  justify-content: flex-end;
}
.course-tile_search .course-tile__cta {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .course-tile_search .course-tile__cta {
    margin-top: 10px;
    margin-right: 40px;
  }
}
@media (min-width: 1296px) {
  .course-tile_search .course-tile__cta {
    margin-top: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1025px) {
  .course-tile_search .course-tile__cta:after {
    right: -32px;
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.course-tiles {
  background: #eeeeee;
  color: #595958;
}
.course-tiles_white {
  background: #ffffff;
  color: #595958;
}
.course-tiles__container {
  padding: 40px 24px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .course-tiles__container {
    padding: 80px 40px;
    max-width: 1440px;
  }
}
.course-tiles__title {
  font-size: 2rem;
  line-height: calc(40 / 32);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .course-tiles__title {
    font-size: 2.5rem;
    line-height: calc(48 / 40);
  }
}
.course-tiles_upcoming-courses .course-tiles__title {
  margin-bottom: 24px;
  font-size: 1.25rem;
  line-height: calc(24 / 20);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .course-tiles_upcoming-courses .course-tiles__title {
    margin-bottom: 48px;
    font-size: 2rem;
    line-height: calc(40 / 32);
    font-weight: 600;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .course-tiles_upcoming-courses .course-tiles__title {
    font-size: 2.5rem;
    line-height: calc(48 / 40);
  }
}
.course-tiles__courses-container {
  display: flex;
}
@media (min-width: 1025px) {
  .course-tiles__courses-container {
    flex-wrap: wrap;
  }
}
.course-tiles__button-container {
  width: 100%;
  margin-top: 48px;
  text-align: center;
}
.course-tiles__more {
  display: inline-block;
  padding: 16px 32px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #848586;
  text-decoration: none;
  transition: 0.2s box-shadow ease-out;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.15px;
}
@media (min-width: 1025px) {
  .course-tiles__more {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}
.course-tiles__more:focus,
.course-tiles__more:hover {
  box-shadow: inset 0 0 0 2px #848586;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.cta_primary {
  display: block;
  box-sizing: border-box;
  padding: 16px 32px;
  border: 0;
  font-family: "Nunito", Arial, sans-serif;
  font-stretch: condensed;
  text-align: center;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.15px;
  background: #ffce2d;
  color: #343433;
  cursor: pointer;
  transition: padding 0.2s ease-out, background-position 0.2s ease-out, background 0.2s ease-out, box-shadow 0.2s ease-out;
}
@media (min-width: 1025px) {
  .cta_primary {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}
@media (min-width: 824px) {
  .cta_primary {
    display: inline-block;
    width: auto;
  }
}
.cta_primary:focus,
.cta_primary:hover {
  outline: none;
  background: #ffe798;
}
.cta_primary:focus {
  outline: 1px solid #cc5724;
}
.cta_primary:focus,
.cta_primary:hover {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15), 0px 5px 12px rgba(0, 0, 0, 0.25);
}
.cta_green {
  display: block;
  box-sizing: border-box;
  padding: 16px 32px;
  border: 0;
  font-family: "Nunito", Arial, sans-serif;
  font-stretch: condensed;
  text-align: center;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.15px;
  background: #008549;
  color: #ffffff;
  cursor: pointer;
  transition: padding 0.2s ease-out, background-position 0.2s ease-out, background 0.2s ease-out, box-shadow 0.2s ease-out;
}
@media (min-width: 1025px) {
  .cta_green {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}
@media (min-width: 824px) {
  .cta_green {
    display: inline-block;
    width: auto;
  }
}
.cta_green:focus,
.cta_green:hover {
  outline: none;
  background: #107f4f;
}
.cta_green:focus {
  outline: 1px solid #cc5724;
}
.cta_green:focus,
.cta_green:hover {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15), 0px 5px 12px rgba(0, 0, 0, 0.25);
}
.cta_transparent {
  display: block;
  box-sizing: border-box;
  padding: 16px 32px;
  border: 0;
  font-family: "Nunito", Arial, sans-serif;
  font-stretch: condensed;
  text-align: center;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.15px;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: padding 0.2s ease-out, background-position 0.2s ease-out, background 0.2s ease-out, box-shadow 0.2s ease-out;
  box-shadow: inset 0 0 0 1px #ffffff;
  transition: padding 0.2s ease-out, background-position 0.2s ease-out, box-shadow 0.2s ease-out;
}
@media (min-width: 1025px) {
  .cta_transparent {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}
@media (min-width: 824px) {
  .cta_transparent {
    display: inline-block;
    width: auto;
  }
}
.cta_transparent:focus,
.cta_transparent:hover {
  outline: none;
  background: #ffe798;
}
.cta_transparent:focus {
  outline: 1px solid #cc5724;
}
.cta_transparent:focus,
.cta_transparent:hover {
  outline: none;
  box-shadow: inset 0 0 0 2px #ffffff;
  background: transparent;
}
.cta_transparent:focus {
  outline: 1px solid #cc5724;
}
.cta_secondary {
  display: block;
  box-sizing: border-box;
  padding: 16px 32px;
  border: 0;
  font-family: "Nunito", Arial, sans-serif;
  font-stretch: condensed;
  text-align: center;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.15px;
  background: #ffe798;
  color: #343433;
  cursor: pointer;
  transition: padding 0.2s ease-out, background-position 0.2s ease-out, background 0.2s ease-out, box-shadow 0.2s ease-out;
}
@media (min-width: 1025px) {
  .cta_secondary {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}
@media (min-width: 824px) {
  .cta_secondary {
    display: inline-block;
    width: auto;
  }
}
.cta_secondary:focus,
.cta_secondary:hover {
  outline: none;
  background: #ffce2d;
}
.cta_secondary:focus {
  outline: 1px solid #cc5724;
}
.cta_secondary:focus,
.cta_secondary:hover {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15), 0px 5px 12px rgba(0, 0, 0, 0.25);
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.customer-portal-hero {
  background: #f6f6f4;
}
@media (min-width: 1025px) {
  .customer-portal-hero {
    margin-top: -112px;
    padding-top: 112px;
  }
}
.customer-portal-hero__wrapper {
  padding-top: 32px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 1025px) {
  .customer-portal-hero__wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.customer-portal-hero .breadcrumbs {
  color: #343433;
}
.customer-portal-hero .breadcrumbs__item_hidden {
  display: none;
}
.customer-portal-hero .breadcrumbs__item_portal:after {
  display: none;
}
.customer-portal-hero .breadcrumbs__item:not(:last-of-type):after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9%2018L15%2012L9%206%22%20stroke%3D%22%23343433%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.customer-portal-hero .breadcrumbs__link {
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  font-weight: 400;
}
@media (min-width: 1025px) {
  .customer-portal-hero .breadcrumbs__link {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
  }
}
.customer-portal-hero__title {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
  font-weight: 700;
  margin-top: 24px;
  letter-spacing: -0.5px;
}
@media (min-width: 1025px) {
  .customer-portal-hero__title {
    font-size: 3rem;
    line-height: calc(64 / 48);
  }
}
@media (min-width: 1025px) {
  .customer-portal-hero__title {
    font-size: 3.25rem;
    line-height: calc(72 / 64);
    font-weight: 700;
    margin-top: 32px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .customer-portal-hero__title {
    font-size: 4rem;
  }
}
.customer-portal-hero__subtitle {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.25px;
  color: #595958;
}
@media (min-width: 1025px) {
  .customer-portal-hero__subtitle {
    font-size: 1.625rem;
    line-height: calc(26 / 24);
    font-weight: 600;
    letter-spacing: 0.25px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .customer-portal-hero__subtitle {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
.customer-portal-hero__tabs {
  display: flex;
  margin-top: 16px;
}
@media (min-width: 1025px) {
  .customer-portal-hero__tabs {
    margin-top: 40px;
  }
}
.customer-portal-hero__tab {
  padding: 8px 12px;
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  font-weight: 400;
  letter-spacing: 0.005em;
  font-weight: 700;
  color: #0078BD;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .customer-portal-hero__tab {
    padding: 16px 32px;
    font-size: 1.625rem;
    line-height: calc(26 / 24);
    font-weight: 600;
    letter-spacing: 0.25px;
    font-weight: 700;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .customer-portal-hero__tab {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
.customer-portal-hero__tab_active {
  background-color: #ffffff;
  color: #343433;
  cursor: default;
}
.customer-portal-hero__tab-link {
  text-decoration: none;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.customer-portal-content {
  display: none;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (min-width: 1025px) {
  .customer-portal-content {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.customer-portal-content_details {
  margin-top: -16px;
}
.customer-portal-content_active {
  display: block;
}
.customer-portal-content__wrapper {
  padding: 80px 24px;
  padding-top: 16px;
}
@media (min-width: 1025px) {
  .customer-portal-content__wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 40px;
  }
}
@media (min-width: 1025px) {
  .customer-portal-content__wrapper_manage-attendees {
    margin-top: -34px;
  }
}
.customer-portal-content_details .customer-portal-content__wrapper {
  padding-top: 24px;
}
@media (min-width: 1025px) {
  .customer-portal-content_details .customer-portal-content__wrapper {
    padding-top: 64px;
  }
}
@media (min-width: 1025px) {
  .customer-portal-content__table-wrapper {
    overflow-y: auto;
  }
}
.customer-portal-content__table-wrapper_details {
  margin-top: 80px;
}
@media (min-width: 1025px) {
  .customer-portal-content__table-wrapper_details {
    width: calc(100% / 24 * 16);
    margin-top: 0;
  }
}
.customer-portal-content__table-wrapper_details > table td:first-child {
  width: auto;
}
@media (min-width: 1025px) {
  .customer-portal-content__table-wrapper_manage-attendees {
    margin-top: 24px;
  }
}
.customer-portal-content__mobile-tables-wrapper {
  margin: -32px 0;
}
@media (min-width: 1025px) {
  .customer-portal-content__mobile-tables-wrapper {
    display: none;
  }
}
.customer-portal-content__mobile-table {
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  font-weight: 400;
  margin: 32px 0;
}
.customer-portal-content__mobile-table-title {
  font-weight: 700;
}
.customer-portal-content__mobile-table-row {
  display: flex;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
}
.customer-portal-content__mobile-table-row:last-of-type {
  box-shadow: none;
}
.customer-portal-content__mobile-table-cell {
  width: 50%;
  padding: 16px 0;
}
.customer-portal-content__mobile-table-cell_bold {
  font-weight: 700;
}
.customer-portal-content__mobile-table-cell:first-child {
  padding-right: 4px;
  color: #848586;
}
.customer-portal-content__mobile-table-cell:last-child {
  padding-left: 4px;
}
.customer-portal-content__details-mobile-table .customer-portal-content__mobile-table-cell:first-child {
  padding-left: 8px;
}
.customer-portal-content__details-mobile-table .customer-portal-content__mobile-table-cell:last-child {
  padding-right: 8px;
}
.customer-portal-content__mobile-table-row:first-child .customer-portal-content__mobile-table-cell:last-child {
  font-weight: 700;
}
.customer-portal-content__table {
  display: none;
}
@media (min-width: 1025px) {
  .customer-portal-content__table {
    display: table;
    width: 100%;
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
  }
  .customer-portal-content__table thead {
    background-color: #f9f9f9;
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
  }
  .customer-portal-content__table tr {
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  }
  .customer-portal-content__table tr:last-child {
    box-shadow: none;
  }
  .customer-portal-content__table th,
  .customer-portal-content__table td {
    padding: 40px;
    text-align: left;
  }
  .customer-portal-content__table th {
    font-weight: 600;
  }
}
.customer-portal-content__action-link {
  display: block;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 40px;
  text-decoration: none;
  transition: opacity 0.3s;
  font-weight: 700;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
  .customer-portal-content__action-link {
    padding-left: 40px;
    padding-right: 0;
    box-shadow: none;
    font-weight: 400;
  }
}
.customer-portal-content__action-link:hover {
  opacity: 0.8;
}
.customer-portal-content__action-link:before {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
}
@media (min-width: 1025px) {
  .customer-portal-content__action-link:before {
    left: 0;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }
}
.customer-portal-content__action-link_attendees:before {
  background-image: url(/_/e160ec5e1e0a01c3b2b0.svg);
}
@media (min-width: 1470px) {
  .customer-portal-content__action-link_course {
    min-width: 190px;
  }
}
.customer-portal-content__action-link_course:before {
  background-image: url(/_/174a6dd9c8eef80980d1.svg);
}
.customer-portal-content__action-link_order:before {
  background-image: url(/_/838a0c235be0d466a46e.svg);
}
.customer-portal-content__action-link_remove-attendee:before {
  background-image: url(/_/06ac88aa5d3e5122340f.svg);
}
.customer-portal-content__action-link_back-to-courses,
.customer-portal-content__action-link_back-to-orders {
  display: inline-block;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 0;
  box-shadow: none;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .customer-portal-content__action-link_back-to-courses,
  .customer-portal-content__action-link_back-to-orders {
    margin-bottom: 0;
    padding-left: 40px;
  }
}
.customer-portal-content__action-link_back-to-courses:before,
.customer-portal-content__action-link_back-to-orders:before {
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  background-image: url(/_/838a0c235be0d466a46e.svg);
}
@media (min-width: 1025px) {
  .customer-portal-content__action-link_back-to-courses:before,
  .customer-portal-content__action-link_back-to-orders:before {
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }
}
.customer-portal-content__details-mobile-table {
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px rgba(0, 0, 0, 0.1), inset -1px 0px 0px rgba(0, 0, 0, 0.1), inset 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.customer-portal-content__mobile-table-title {
  padding: 16px 8px;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
}
.customer-portal-content__mobile-order-lines-title {
  margin-top: 36px;
  margin-bottom: 64px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.15px;
  font-weight: 600;
}
.customer-portal-content__details-tables-wrapper {
  display: none;
}
@media (min-width: 1025px) {
  .customer-portal-content__details-tables-wrapper {
    display: flex;
    margin-top: 24px;
  }
}
@media (min-width: 1025px) {
  .customer-portal-content__info-table-wrapper {
    width: calc(100% / 24 * 7);
    margin-right: calc(100% / 24 * 1);
  }
}
.customer-portal-content__info-table {
  width: 100%;
  padding: 24px 40px;
  border: 1px solid #cccccc;
}
@media (min-width: 600px) {
  .customer-portal-content__info-table {
    width: auto;
  }
}
@media (min-width: 1025px) {
  .customer-portal-content__info-table {
    width: 100%;
  }
}
.customer-portal-content__info-table th,
.customer-portal-content__info-table td {
  text-align: left;
  padding: 20px 12px;
}
.customer-portal-content__info-table th:first-child,
.customer-portal-content__info-table td:first-child {
  padding-left: 40px;
  color: #595958;
}
.customer-portal-content__info-table th:last-child,
.customer-portal-content__info-table td:last-child {
  padding-right: 40px;
}
.customer-portal-content__info-table th {
  padding-top: 24px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: normal;
}
.customer-portal-content__info-table th:first-child {
  padding-bottom: 40px;
}
.customer-portal-content__info-table tr:last-child td {
  padding-bottom: 44px;
}
.customer-portal-content__table-title {
  width: 100%;
  padding: 24px 40px;
  font-size: 24px;
  font-weight: 600;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.2), inset 1px 0px 0px rgba(0, 0, 0, 0.2), inset -1px 0px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 600px) {
  .customer-portal-content__table-title {
    box-sizing: border-box;
    width: 344px;
  }
}
.customer-portal-content__add-more {
  margin-top: 70px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .customer-portal-content__add-more {
    margin-top: 80px;
    margin-bottom: 32px;
  }
}
@media (min-width: 676px) {
  .customer-portal-content__forms-container {
    display: flex;
    margin: 0 -8px;
  }
}
@media (min-width: 1025px) {
  .customer-portal-content__forms-container {
    margin: 0 -12px;
  }
}
.customer-portal-content__forms-container_hidden {
  display: none;
}
.customer-portal-content__form-container {
  width: 100%;
  margin: -8px 0;
}
@media (min-width: 676px) {
  .customer-portal-content__form-container {
    width: auto;
    margin: 0 8px;
  }
}
@media (min-width: 1025px) {
  .customer-portal-content__form-container {
    margin: 0 12px;
  }
}
@media (min-width: 676px) {
  .customer-portal-content__form-container_add-attendee {
    max-width: 262px;
  }
}
@media (min-width: 1025px) {
  .customer-portal-content__form-container_add-attendee {
    max-width: 327px;
  }
}
@media (min-width: 676px) {
  .customer-portal-content__form-container_add-myself {
    max-width: 276px;
  }
}
@media (min-width: 1025px) {
  .customer-portal-content__form-container_add-myself {
    max-width: 346px;
  }
}
.customer-portal-content__form-container_hidden {
  display: none;
}
.customer-portal-content__cta {
  width: 100%;
  margin: 8px 0;
  padding: 12px 40px;
  position: relative;
  background: #00a75d;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  transition: all 0.2s ease-out;
}
@media (min-width: 676px) {
  .customer-portal-content__cta {
    margin: 0;
    padding-left: 64px;
  }
}
@media (min-width: 1025px) {
  .customer-portal-content__cta {
    padding: 16px 32px 16px 80px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .customer-portal-content__cta {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.customer-portal-content__cta:hover {
  background: #107f4f;
}
.customer-portal-content__cta:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 24px;
  top: calc(50% - 12px);
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2013a4%204%200%20100-8%204%204%200%20000%208z%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M4.86%2019A9.97%209.97%200%200112%2016a9.97%209.97%200%20017.142%203%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E%0D%0A");
}
@media (min-width: 1025px) {
  .customer-portal-content__cta:before {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    left: 32px;
  }
}
.customer-portal-content__cta:disabled {
  background: #cccccc;
}
.customer-portal-content__cta:disabled:hover {
  opacity: 1;
  cursor: default;
}
.customer-portal-content__cta_self {
  background: #ffffff;
  border: 1px solid #00a75d;
  color: #107f4f;
}
.customer-portal-content__cta_self:hover {
  background: #ffffff;
  color: #00a75d;
}
.customer-portal-content__cta_self:before {
  background-image: url(/_/309cad17c5c6fe9b4c93.svg);
}
.customer-portal-content__cta_self:disabled {
  background: #ffffff;
}
.customer-portal-content__cta_duplicate-desktop {
  display: none;
}
@media (min-width: 1025px) {
  .customer-portal-content__cta_duplicate-desktop {
    display: block;
    width: auto;
    margin-top: 32px;
  }
}
.customer-portal-content__attendee-error-msg {
  margin-top: 20px;
  color: red;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.attendee-form {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #595958;
  margin-top: 24px;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
  display: none;
}
@media (min-width: 1025px) {
  .attendee-form {
    width: 572px;
    padding: 40px 48px;
    padding-top: 35px;
    border: 1px solid #cccccc;
  }
}
.attendee-form_visible {
  display: block;
}
@media (min-width: 1025px) {
  .attendee-form:before {
    content: '';
    position: absolute;
    left: calc(100% / 10 * 3);
    top: -11px;
    width: 20px;
    background: white;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: 20px;
    transform: rotate(-45deg);
  }
}
.attendee-form__container {
  margin: 20px 0 ;
}
.attendee-form__title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.15px;
  font-weight: 600;
  color: #595958;
}
@media (min-width: 1025px) {
  .attendee-form__title {
    font-size: 1.625rem;
    line-height: calc(26 / 24);
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .attendee-form__title {
    font-size: 2rem;
    line-height: calc(40 / 32);
  }
}
.attendee-form__close {
  font-size: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .attendee-form__close {
    top: 40px;
    right: 48px;
  }
}
.attendee-form__close:before,
.attendee-form__close:after {
  content: '';
  position: absolute;
  top: 3px;
  height: 18px;
  width: 1px;
  background-color: #595958;
}
.attendee-form__close:before {
  transform: rotate(45deg);
}
.attendee-form__close:after {
  transform: rotate(-45deg);
}
.attendee-form__input-wrapper {
  margin: 24px 0;
  position: relative;
}
.attendee-form__input-wrapper_select {
  position: relative;
}
.attendee-form__input-wrapper_select:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9%2018L15%2012L9%206%22%20stroke%3D%22%23848586%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-position: center center;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  pointer-events: none;
}
.attendee-form__input {
  box-sizing: border-box;
  width: 100%;
  padding: 18px 12px;
  border-width: 1px;
  border-style: solid;
  color: #343433;
  border-color: rgba(0, 0, 0, 0.38);
}
.attendee-form__input:focus {
  outline: 1px solid #cc5724;
}
.attendee-form__input_error {
  border-color: red;
}
.attendee-form__label {
  position: absolute;
  padding: 0 4px;
  background: #ffffff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.0015em;
  left: 8px;
  top: -6px;
  z-index: 1;
}
.attendee-form__error-input {
  font-size: 12px;
  margin-top: 3px;
  color: red;
}
.attendee-form__select {
  position: relative;
  width: 100%;
  padding: 18px 12px;
  padding-left: 12px;
  border: 1px solid rgba(0, 0, 0, 0.38);
  appearance: none;
}
.attendee-form__select:focus {
  outline: 1px solid #cc5724;
}
.attendee-form__btn {
  width: 100%;
  color: #ffffff;
  background: #00a75d;
  border: 0;
  padding: 16px 32px;
  cursor: pointer;
  margin-top: 8px;
  transition: 0.2s all ease-out;
}
@media (min-width: 676px) {
  .attendee-form__btn {
    width: auto;
  }
}
@media (min-width: 1025px) {
  .attendee-form__btn {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 0.15px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .attendee-form__btn {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}
.attendee-form__btn:hover {
  background: #107f4f;
}
.attendee-form__loading-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10000;
}
.attendee-form__loading-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.attendee-form__loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(16, 127, 79, 0.3);
  border-radius: 50%;
  border-top-color: #107f4f;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.error-page {
  box-sizing: border-box;
  height: 100%;
}
@media (min-width: 1025px) {
  .error-page {
    display: flex;
    background: #107f4f;
  }
}
.error-page__logo-wrapper {
  background: #107f4f;
}
@media (min-width: 480px) {
  .error-page__logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
  }
}
@media (min-width: 1025px) {
  .error-page__logo-wrapper {
    align-items: flex-start;
    width: calc(((100% - 2 * 40px) / 24 * 9) + 40px);
    padding-top: 200px;
    background: none;
  }
}
@media (min-width: 1520px) {
  .error-page__logo-wrapper {
    width: calc(((100% - 1440px) / 2) + (1440px / 24 * 9));
  }
}
.error-page__logo {
  content: url(/_/34826a780d73f3d1a86f.svg);
}
@media (min-width: 480px) {
  .error-page__logo {
    width: 400px;
    height: 160px;
  }
}
.error-page__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  background-color: #ffffff;
}
@media (min-width: 1025px) {
  .error-page__content {
    width: calc(((100% - 2 * 40px) / 24 * 15) + 40px);
    padding-left: calc((100% - 2 * 40px) / 24 * 3);
    padding-right: 40px;
    align-items: flex-start;
  }
}
@media (min-width: 1520px) {
  .error-page__content {
    width: calc(((100% - 1440px) / 2) + (1440px / 24 * 15));
    padding-left: calc(1440px / 24 * 3);
    padding-right: calc((100% - 1440px) / 2);
  }
}
.error-page__code {
  margin-top: 30px;
  font-size: 140px;
  line-height: 191px;
  font-weight: 800;
  color: #107f4f;
}
@media (min-width: 1025px) {
  .error-page__code {
    margin-top: 180px;
  }
}
.error-page__message {
  margin-bottom: 48px;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #595958;
}
@media (min-width: 1025px) {
  .error-page__message {
    text-align: left;
  }
}
.error-page__link {
  padding: 16px 32px;
  background-color: #00a75d;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.error-page__link:hover {
  opacity: 0.7;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.footer {
  flex-shrink: 0;
  width: 100%;
  background-color: #f5f5f5;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
  letter-spacing: 0.01em;
  color: #595958;
}
@media (min-width: 1025px) {
  .footer {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.footer__container {
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .footer__container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    padding-top: 64px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1470px) {
  .footer__container {
    padding-top: 128px;
  }
}
.footer__logo {
  display: none;
}
@media (min-width: 1296px) {
  .footer__logo {
    position: absolute;
    left: 17px;
    top: 25px;
    display: inline-block;
    width: 264px;
    height: 106px;
    font-size: 0;
    text-decoration: none;
    background: url(/_/65a7767a38fe2d32d880.svg) no-repeat;
    background-size: contain;
    overflow: hidden;
  }
}
@media (min-width: 1470px) {
  .footer__logo {
    top: 80px;
  }
}
@media (min-width: 1025px) {
  .footer__columns-wrapper {
    display: flex;
  }
}
@media (min-width: 1296px) {
  .footer__columns-wrapper {
    width: calc((100% / 24) * 18);
    padding-left: calc((100% / 24) * 6);
  }
}
@media (min-width: 1025px) {
  .footer__column {
    width: calc((100% / 18) * 5);
    margin-right: calc((100% / 18) * 1);
  }
  .footer__column:last-child {
    margin-left: calc((100% / 18) * 1);
    margin-right: 0;
  }
}
.footer__column-title {
  position: relative;
  margin-top: 40px;
  margin-bottom: 26px;
  font-weight: 600;
}
.footer__column-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 2px;
  background-color: #595958;
  opacity: 0.5;
}
@media (min-width: 1025px) {
  .footer__column-title {
    margin-top: -3px;
  }
}
.footer__column-items {
  margin: -6px 0;
}
.footer__column-item {
  display: block;
  margin: 16px 0;
}
@media (min-width: 1025px) {
  .footer__column-item {
    margin: 6px 0;
  }
}
.footer__column-item_email {
  transition: opacity 0.3s;
}
.footer__column-item_email:hover {
  opacity: 0.8;
}
.footer__links {
  display: block;
  margin: -6px 0;
}
.footer__link-item {
  display: block;
  margin: 6px 0;
}
.footer__link {
  text-decoration: none;
  transition: opacity 0.3s;
}
.footer__link:hover {
  opacity: 0.8;
}
.footer__bottom-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 40px 0;
}
@media (min-width: 1025px) {
  .footer__bottom-wrapper {
    flex-direction: row;
    margin-top: 32px;
    margin-bottom: 0;
  }
}
@media (min-width: 1296px) {
  .footer__bottom-wrapper {
    padding-left: calc((100% / 24) * 6);
  }
}
.footer__social-links {
  display: flex;
  width: 100%;
  height: 64px;
}
@media (min-width: 1025px) {
  .footer__social-links {
    width: calc(100% / 18 * 11);
    margin-right: calc(100% / 18 * 1);
    height: 106px;
  }
}
@media (min-width: 1470px) {
  .footer__social-links {
    margin-right: calc(100% / 18 * 2);
  }
}
.footer__social-link {
  display: block;
  flex-grow: 1;
  position: relative;
  font-size: 0;
  text-decoration: none;
  transition: opacity 0.3s;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.2);
}
.footer__social-link:last-child {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.footer__social-link:hover {
  opacity: 0.8;
}
.footer__social-link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer__social-link_linkedin:before {
  content: url(/_/db24ff1756f1e0b9333f.svg);
  width: 21px;
  height: 20px;
}
.footer__social-link_instagram:before {
  content: url(/_/fd5da9ed64128881fa6f.svg);
  width: 23px;
  height: 23px;
}
.footer__social-link_twitter:before {
  content: url(/_/3f7cccebb0a65430d08c.svg);
  width: 23px;
  height: 19px;
}
.footer__social-link_facebook:before {
  content: url(/_/2ed94957d6b3bbbaa5ba.svg);
  width: 11px;
  height: 23px;
}
.footer__social-link_youtube:before {
  content: url(/_/761639829909c141b0ed.svg);
  width: 32px;
  height: 24px;
}
.footer__subscribe-wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  box-shadow: -1px 0 0 0 #0003 inset, 1px 0 0 0 #0003 inset, 0 -1px 0 0 #0003 inset, 0 1px 0 0 #0003 inset;
}
@media (min-width: 1025px) {
  .footer__subscribe-wrapper {
    display: block;
    width: calc(100% / 18 * 5);
    box-shadow: none;
    margin-top: 0;
    padding: 0;
  }
}
.footer__subscribe {
  position: relative;
  margin-right: 48px;
  color: #343433;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (min-width: 1025px) {
  .footer__subscribe {
    margin-right: 0;
  }
}
.footer__subscribe:hover {
  opacity: 0.8;
}
.footer__subscribe:before {
  position: absolute;
  top: -6px;
  right: -48px;
  content: url(/_/257bcc9bc9feb9f9edc2.svg);
  width: 32px;
  height: 32px;
}
@media (min-width: 1025px) {
  .footer__subscribe:before {
    top: -3px;
  }
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.pagination {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #595958;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 48px;
}
@media (min-width: 1025px) {
  .pagination {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.pagination_search {
  position: relative;
  margin-top: 168px;
  padding-top: 48px;
}
.pagination_search:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
}
@media (min-width: 1025px) {
  .pagination_search:before {
    width: calc(100% / 13 * 16);
  }
}
.pagination__item {
  padding: 11px 7px;
  border: 1px solid #cccccc;
  margin: 4px;
  box-sizing: border-box;
  text-decoration: none;
  flex-basis: 48px;
}
@media (min-width: 1025px) {
  .pagination__item {
    padding: 7px;
  }
}
.pagination__item_active {
  color: #ffffff;
  background: #595958;
}
.pagination__item_dots {
  border: none;
}
.pagination__item_prev,
.pagination__item_next {
  position: relative;
  display: inline-block;
  border: none;
  width: 48px;
  height: 48px;
}
.pagination__item_prev:after,
.pagination__item_next:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: calc(50% - 16px);
  bottom: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.667%2016h18.667M16%206.667L25.333%2016%2016%2025.333%22%20stroke%3D%22%23595958%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: all 0.2s ease;
}
.pagination__item_prev:hover:after {
  transform: rotate(180deg) translateX(5px);
}
.pagination__item_next:after {
  transform: none;
}
.pagination__item_next:hover:after {
  transform: translateX(5px);
}
.pagination__item_inactive:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.667%2016h18.667M16%206.667L25.333%2016%2016%2025.333%22%20stroke%3D%22%23cccccc%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.pagination__item_inactive:hover:after {
  transform: none;
}
.pagination__item_prev-inactive:hover:after {
  transform: rotate(180deg);
}
.pagination__item:first-child {
  margin-left: 0;
  margin-right: 8px;
}
.pagination__item:last-child {
  margin-left: 8px;
  margin-right: 0;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.search-hero {
  box-sizing: border-box;
  position: relative;
  background: #f3f3f3;
  overflow: visible;
  color: #343433;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (min-width: 1025px) {
  .search-hero {
    margin-top: -112px;
    padding-top: 112px;
  }
}
.search-hero__container {
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .search-hero__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    padding-top: 112px;
  }
}
@media (min-width: 1025px) {
  .search-hero__inner-container {
    width: calc(100% / 24 * 16);
  }
}
.search-hero__title {
  font-size: 3.25rem;
  line-height: calc(72 / 64);
  font-weight: 700;
}
@media (min-width: 1025px) {
  .search-hero__title {
    font-size: 4rem;
  }
}
.search-hero__summary {
  font-size: 2rem;
  line-height: calc(40 / 32);
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-top: 24px;
}
.search-hero__form {
  margin-top: 44px;
}
@media (min-width: 600px) {
  .search-hero__form {
    display: flex;
  }
}
.search-hero__input {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 24px;
  border: 1px solid #cccccc;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (min-width: 1025px) {
  .search-hero__input {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
@media (min-width: 600px) {
  .search-hero__input {
    padding: 12px 24px;
  }
}
@media (min-width: 1025px) {
  .search-hero__input {
    padding: 11px 24px;
  }
}
.search-hero__input:focus {
  outline: none;
}
.search-hero__btn {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 24px;
  padding: 12px 24px;
  padding-right: 74px;
  border: 0;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.15px;
  background-color: #00a75d;
  color: #ffffff;
  transition: opacity 0.3s;
}
@media (min-width: 1025px) {
  .search-hero__btn {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}
@media (min-width: 600px) {
  .search-hero__btn {
    margin-top: 0;
    margin-left: 24px;
    width: auto;
  }
}
.search-hero__btn:after {
  content: url(/_/ebead99aa0376358b1b8.svg);
  display: inline-block;
  position: absolute;
  bottom: 12px;
  width: 32px;
  height: 32px;
  right: 23px;
}
.search-hero__btn:hover {
  opacity: 0.8;
}
.search-hero__btn:focus {
  outline: none;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.search-results {
  padding: 0 24px;
  margin: 40px auto;
}
@media (min-width: 1025px) {
  .search-results {
    padding: 0 40px;
    margin: 64px auto;
    max-width: 1440px;
  }
}
.search-results__container {
  width: 100%;
}
@media (min-width: 1025px) {
  .search-results__container {
    width: calc(100% / 24 * 13);
  }
}
.search-results__item {
  margin: 40px 0;
}
.search-results__item-title {
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 600;
  color: #0078BD;
}
.search-results__item-text {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (min-width: 1025px) {
  .search-results__item-text {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.search-results__no-results {
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 600;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.share-btns__title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #595958;
}
@media (min-width: 1025px) {
  .share-btns__title {
    width: 60px;
    margin-bottom: 13px;
    text-align: center;
  }
}
.share-btns__wrapper {
  display: flex;
  margin: 0 -4px;
}
@media (min-width: 1025px) {
  .share-btns__wrapper {
    flex-direction: column;
    margin: -4px 0;
  }
}
.share-btns__btn {
  width: 50px;
  height: 50px;
  margin: 0 4px;
  border: 1px solid #eeeeee;
}
@media (min-width: 600px) {
  .share-btns__btn {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1025px) {
  .share-btns__btn {
    margin: 4px 0;
  }
}
.share-btns__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  transition: opacity 0.3s;
}
.share-btns__link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.share-btns__link:hover {
  opacity: 0.7;
}
.share-btns__link_twitter:before {
  content: url(/_/393cfe1612a621587349.svg);
  width: 24px;
  height: 20px;
}
.share-btns__link_facebook:before {
  content: url(/_/bf9d6dfa043099c31e2f.svg);
  width: 12px;
  height: 24px;
}
.share-btns__link_linkedin:before {
  content: url(/_/ee399ce320826b99accc.svg);
  width: 22px;
  height: 21px;
}
.share-btns__link_mail:before {
  content: url(/_/ac48f2311f8c8e407f1b.svg);
  width: 22px;
  height: 16px;
}

/****************** Common *******************************/
/****************** Blocks / Tiles / Articles / Hero ************/
.typography-kpi {
  font-size: 4.5rem;
  line-height: calc(80 / 72);
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/****************** Links / Buttons / Actions ************/
a:focus {
  outline: 1px solid #cc5724;
}
.typography-tile-heading {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .typography-tile-heading {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.topic-filter {
  box-sizing: border-box;
  width: 200px;
  box-shadow: inset 0 0 0 1px #848586;
  transition: all ease-out 0.4s;
  transform: rotate(-90deg);
  position: fixed;
  right: -64px;
  top: 50%;
  z-index: 9999;
  background: #ffffff;
  overflow: hidden;
}
@media (min-width: 824px) {
  .topic-filter {
    max-height: 100vh;
  }
}
.topic-filter_open {
  width: 100%;
  transform: rotate(0);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
}
@media (min-width: 824px) {
  .topic-filter_open {
    right: 0;
    left: auto;
    width: 420px;
    top: 0;
    bottom: 0;
  }
}
.topic-filter__header {
  background: #008549;
  padding: 24px;
  padding-left: 40px;
  color: #ffffff;
  position: relative;
}
.topic-filter__header-title {
  margin-left: 32px;
  position: relative;
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  font-weight: 600;
  background: none;
  border: none;
  color: inherit;
}
.topic-filter__header-title:before {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url(/_/899589a80d0c39be08f6.svg) no-repeat;
  background-size: contain;
  left: -32px;
}
.topic-filter__header-title:focus {
  outline: 1px solid #cc5724;
}
.topic-filter__header-close {
  display: none;
  font-size: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 30px;
  background: none;
  border: none;
  cursor: pointer;
}
.topic-filter__header-close:before,
.topic-filter__header-close:after {
  position: absolute;
  left: 12px;
  top: 0;
  content: ' ';
  height: 24px;
  width: 1px;
  background-color: #ffffff;
}
.topic-filter__header-close:before {
  transform: rotate(45deg);
}
.topic-filter__header-close:after {
  transform: rotate(-45deg);
}
.topic-filter__header-close:focus {
  outline: 1px solid #cc5724;
}
.topic-filter_open .topic-filter__header-close {
  display: block;
}
.topic-filter__content {
  transition: all ease-out 0.4s;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.topic-filter_open .topic-filter__content {
  animation: rollout 0.4s ease-out;
  overflow: auto;
  padding: 32px 40px;
  animation: hide-scroll 0.4s ease-out;
  max-height: calc(100vh - 48px - 1.5rem);
}
@keyframes hide-scroll {
  from,
  to {
    overflow: hidden;
  }
}
.topic-filter__facet {
  margin: 24px 12px;
}
.topic-filter__facet:first-child {
  margin-top: 0;
}
.topic-filter__facet-title {
  color: #595958;
  line-height: calc(24 / 12);
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .topic-filter__facet-title {
    font-size: 1.125rem;
    line-height: calc(24 / 18);
  }
}
.topic-filter__facet-content {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #343433;
}
.topic-filter__facet-content_profession,
.topic-filter__facet-content_format,
.topic-filter__facet-content_sector {
  flex-direction: column;
  align-items: flex-start;
}
.topic-filter__facet-content_date {
  justify-content: flex-start;
}
.topic-filter__facet-label {
  position: relative;
  padding-left: 32px;
  display: inline-block;
}
.topic-filter__facet-label:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/_/53466e4da9a092b384b7.svg) no-repeat;
  background-size: contain;
  left: 0;
}
.topic-filter__facet-element {
  color: #343433;
  line-height: calc(24 / 12);
  font-weight: 400;
  margin: 4px 0;
}
@media (min-width: 1025px) {
  .topic-filter__facet-element {
    font-size: 1.125rem;
    line-height: calc(24 / 18);
  }
}
.topic-filter__facet-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.topic-filter__facet-checkbox:checked ~ .topic-filter__facet-label:before {
  background: url(/_/4446fa14ce3994c40331.svg) no-repeat;
}
.topic-filter__facet-checkbox:focus ~ .topic-filter__facet-label:before {
  outline: 1px solid #cc5724;
}
.topic-filter__button {
  padding: 12px 32px 12px 58px;
  color: #595958;
  border: 1px solid #848586;
  position: relative;
  background: none;
  margin: 12px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (min-width: 1025px) {
  .topic-filter__button {
    font-size: 1.3125rem;
    line-height: calc(32 / 21);
  }
}
.topic-filter__button:before {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url(/_/24c7570c08253c8a6b95.svg) no-repeat;
  background-size: contain;
  left: 24px;
  transition: 0.4s all ease-out;
}
.topic-filter__button:hover:before {
  transform: scale(1.2);
}
.topic-filter__button:focus {
  outline: 1px solid #cc5724;
}
.topic-filter__date {
  margin-right: 8px;
  position: relative;
  max-width: calc(50% - 8px);
}
.topic-filter__date:after {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url(/_/9a7b033d5a662496a9a7.svg) no-repeat;
  background-size: contain;
  right: 14px;
  pointer-events: none;
}
.topic-filter__price {
  margin-right: 8px;
  position: relative;
  max-width: calc(50% - 8px);
}
.topic-filter__price:after {
  content: '£';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  position: absolute;
  top: calc(50% - 12px);
  left: 14px;
  pointer-events: none;
}
.topic-filter__date-input,
.topic-filter__price-input {
  max-width: 100%;
  padding: 12px;
  font-size: 1rem;
  line-height: calc(20 / 16);
  font-weight: 400;
  box-sizing: border-box;
  border: 1px solid #848586;
}
.topic-filter__price-input {
  padding-left: 24px;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}
.topic-filter__date-label,
.topic-filter__price-label {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  letter-spacing: 0;
  position: absolute;
  top: -0.375rem;
  left: 10px;
  padding: 0 4px;
  background: #ffffff;
}
.course-search__container_loading .topic-filter:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}

@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:960px;width:100%;height:100%;margin:0 auto;padding:0 10px;display:flex;justify-content:center;box-sizing:border-box}.modal-video-inner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}@media (orientation: landscape){.modal-video-inner{padding:10px 60px;box-sizing:border-box}}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-45px;right:0;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}@media (orientation: landscape){.modal-video-close-btn{top:0;right:-45px}}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}


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