@charset "UTF-8";
:root {
  --grid-width: 100%;
}

@media (min-width: 992px) {
  :root {
    --grid-width: 100%;
  }
}
@media (min-width: 1399px) {
  :root {
    --grid-width: 1400px;
  }
}
:root {
  --edge-spacing: 1.2em;
  --article-spacing: 1.2em;
  --small-edge-spacing: 0.8em;
  --small-negative-edge-spacing: -0.8em;
  --para-size: 1.6em;
  --category-excerpt: 1.4em;
}

@media (min-width: 992px) {
  :root {
    --edge-spacing: 2.4em;
    --article-spacing: 1.6em;
    --small-edge-spacing: 1.5em;
    --small-negative-edge-spacing: -1.5em;
    --para-size: 1.6em;
  }
}
:root {
  --edge-spacing-adjust: -0.8em;
  --edge-spacing-s-adjust: -0.8em;
  --text-spacing-heading: 2.4em;
}

@media (min-width: 992px) {
  :root {
    --edge-spacing-adjust: -2.4em;
    --edge-spacing-s-adjust: -1.5em;
    --text-spacing-heading: 1.2em;
  }
}
:root {
  --edge-spacing-s-adjust: -0.8em;
}

@media (min-width: 992px) {
  :root {
    --edge-spacing-s-adjust: -0.8em;
  }
}
:root {
  --edge-spacing-l: 1.6em;
}

@media (min-width: 992px) {
  :root {
    --edge-spacing-l: 1.6em;
  }
}
:root {
  --fs-xl: 2.4em;
  --fs-m: 2em;
  --fs-sub-heading: 2em;
  --fs-md: 1.8em;
  --fs-s: 1.6em;
  --fs-xs: 1.8em;
  --fs-xxs: 1.4em;
  --ln-xl: 1.25em;
  --ln-m: 1.8em;
  --ln-s: 1.6em;
  --lh-const-md: 2.4em;
  --letter-space-xl: -0.006em;
  --letter-space-m: -0.01em;
  --letter-space-s: 0.36px;
}

@media (min-width: 992px) {
  :root {
    --fs-xl: 3.2em;
    --fs-m: 3.65em;
    --fs-sub-heading: 2.4em;
    --fs-md: 2.1em;
    --fs-xs: 1.6em;
    --fs-xxs: 1.4em;
    --ln-xl: 1.25em;
    --ln-m: 1.5em;
    --ln-s: 1.6em;
    --letter-space-xl: -0.015em;
    --letter-space-m: -0.01em;
    --letter-space-s: 0.36px;
  }
}
:root {
  --text-spacing: 0.6em;
}

@media (min-width: 992px) {
  :root {
    --text-spacing: 0.7em;
  }
}
:root {
  --page-gutters: 1.4em;
}

@media (min-width: 992px) {
  :root {
    --page-gutters: 1.6em;
  }
}
@media (min-width: 1399px) {
  :root {
    --page-gutters: 4em;
  }
}
label {
  margin: 0;
  font-family: "atlas", sans-serif;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}

input,
textarea,
select {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "atlas", sans-serif;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

address {
  font-style: normal;
  margin: 0;
}

body {
  overflow-y: scroll;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

@media print, screen and (min-width: 48em) {
  body {
    line-height: 1.555555556;
  }
}
#main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 0rem !important;
  overflow: hidden;
}

@media print, screen and (min-width: 48em) {
  #main-wrapper {
    padding-top: 0rem !important;
  }
}
.page-container {
  margin-bottom: auto;
}

.article-image {
  width: 100%;
}
.article-image iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.component-dev-wrapper {
  min-height: 100vh;
  min-height: calc(100vh - 2.5rem);
  margin: 1.25rem 0;
  overflow: hidden;
}

.grid-gutter-x--l {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.grid-gutter-x--l > .cell {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1em;
  font-size: inherit;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: red;
}

h5,
.h5 {
  font-size: 0.625rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

h6,
.h6 {
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

@media print, screen and (min-width: 48em) {
  h1,
.h1 {
    font-size: 3rem;
    line-height: 1.25;
  }

  h2,
.h2 {
    font-size: 2rem;
    line-height: 1.25;
  }

  h3,
.h3 {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  h4,
.h4 {
    font-size: 1.125rem;
    line-height: 1.333333333;
  }

  h5,
.h5 {
    font-size: 0.875rem;
    line-height: 1.428571429;
  }

  h6,
.h6 {
    font-size: 0.75rem;
    line-height: 1.333333333;
  }
}
a {
  color: #373997;
  text-decoration: none;
  cursor: pointer;
}

.grid-container .digital-magazine-box-container__email-button a {
  color: #ffffff;
}

a:hover,
a:focus {
  color: #27274c;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 100%;
  height: 0;
  margin: 1.5rem 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #dbdbdb;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1em;
  list-style-position: outside;
  line-height: 1.5;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1em;
}

dl dt {
  margin-bottom: 0.25rem;
  font-weight: bold;
}

blockquote {
  margin: 2em 0;
  padding: 0;
  border: none;
}
blockquote p {
  margin: 0;
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #515151;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.25rem;
  background-color: #f3f3f1;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #515151;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}
.subheader-alt {
  margin-bottom: 2em;
}

.lead {
  font-size: 100%;
  line-height: 1.5;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block,
cite {
  display: block;
  color: #151529;
  font-size: 0.625rem;
}

.cite-block:before,
cite:before {
  content: none;
}

.code-inline,
code {
  border: none;
  background-color: #f3f3f1;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: normal;
  color: #515151;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.25rem;
}

.code-block {
  border: none;
  background-color: #f3f3f1;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: normal;
  color: #515151;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 0.75rem;
  margin-bottom: 1em;
}

.lead {
  font-family: "atlas", sans-serif;
  color: #151529;
}

dl dt {
  margin-top: 1em;
}

dl dt:first-child {
  margin-top: 0;
}

mark {
  padding: 0.25rem;
  background-color: rgba(106, 185, 255, 0.15);
}

strong,
b {
  font-weight: 500;
}

strong strong,
strong b,
b strong,
b b {
  font-weight: bolder;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&smedium=36em&medium=48em&large=62em&xlarge=75em&xxlarge=90em&xxxlarge=96.25em";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "atlas", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #515151;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.grid-x .feature .articles img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

@media only screen and (min-width: 62em) {
  .with-images figure img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}

.categories .large-9 .large-3 figure img {
  object-fit: cover;
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}

img {
  display: inline-block;
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.img-preview img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

div.chartdiv {
  position: relative;
}

div.chartdiv:after {
  background: url(/wp-content/themes/goodlife-wp-B2B/images/globaldata-logo.webp);
  background-repeat: no-repeat;
  background-position: 80%;
  position: absolute;
  content: " ";
  right: 40%;
  min-width: 158px;
  top: 40%;
  height: 3em;
  opacity: 0.3;
}

.report-cover,
.whitepaper-content .main-content .img-container img {
  box-shadow: -1em 1em 0px 0px #000000;
}

.large-3 iframe {
  width: 100%;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

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

.freeze-element {
  overflow: hidden;
}

div.button a,
p.button a,
button.button,
a.button,
input[type=submit] {
  background: #373997;
  color: white;
  padding: 0.5em 2em;
  font-size: 1.8em;
  cursor: pointer;
}
div.button a a,
p.button a a,
button.button a,
a.button a,
input[type=submit] a {
  font-size: 1em;
}
div.button a:hover,
p.button a:hover,
button.button:hover,
a.button:hover,
input[type=submit]:hover {
  opacity: 0.85;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button svg {
  position: relative;
  display: block;
  top: 1px;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 0 0 0.5rem;
  pointer-events: none;
}

.button.expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.solid,
.button.solid.disabled,
.button.solid[disabled],
.button.solid.disabled:hover,
.button.solid[disabled]:hover,
.button.solid.disabled:focus,
.button.solid[disabled]:focus {
  background-color: #fff;
  color: #373997;
}

.button.solid:hover,
.button.solid:focus {
  background-color: #373997;
  color: #373997;
}

.button.solid.primary,
.button.solid.primary.disabled,
.button.solid.primary[disabled],
.button.solid.primary.disabled:hover,
.button.solid.primary[disabled]:hover,
.button.solid.primary.disabled:focus,
.button.solid.primary[disabled]:focus {
  background-color: #373997;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
}

.button.solid.primary:hover,
.button.solid.primary:focus {
  background-color: #373997;
  color: #fff;
}

.button.solid.secondary,
.button.solid.secondary.disabled,
.button.solid.secondary[disabled],
.button.solid.secondary.disabled:hover,
.button.solid.secondary[disabled]:hover,
.button.solid.secondary.disabled:focus,
.button.solid.secondary[disabled]:focus {
  background-color: #27274c;
  color: #fff;
}

.button.solid.secondary:hover,
.button.solid.secondary:focus {
  background-color: #27274c;
  color: #fff;
}

.button.solid.tertiary,
.button.solid.tertiary.disabled,
.button.solid.tertiary[disabled],
.button.solid.tertiary.disabled:hover,
.button.solid.tertiary[disabled]:hover,
.button.solid.tertiary.disabled:focus,
.button.solid.tertiary[disabled]:focus {
  background-color: #6ab9ff;
  color: #373997;
}

.button.solid.tertiary:hover,
.button.solid.tertiary:focus {
  background-color: #6ab9ff;
  color: #373997;
}

.button.solid.quaternary,
.button.solid.quaternary.disabled,
.button.solid.quaternary[disabled],
.button.solid.quaternary.disabled:hover,
.button.solid.quaternary[disabled]:hover,
.button.solid.quaternary.disabled:focus,
.button.solid.quaternary[disabled]:focus {
  background-color: #ff8aa9;
  color: #373997;
}

.button.solid.quaternary:hover,
.button.solid.quaternary:focus {
  background-color: #ff8aa9;
  color: #373997;
}

.button.solid.success,
.button.solid.success.disabled,
.button.solid.success[disabled],
.button.solid.success.disabled:hover,
.button.solid.success[disabled]:hover,
.button.solid.success.disabled:focus,
.button.solid.success[disabled]:focus {
  background-color: #1ac1a9;
  color: #373997;
}

.button.solid.success:hover,
.button.solid.success:focus {
  background-color: #1ac1a9;
  color: #373997;
}

.button.solid.alert,
.button.solid.alert.disabled,
.button.solid.alert[disabled],
.button.solid.alert.disabled:hover,
.button.solid.alert[disabled]:hover,
.button.solid.alert.disabled:focus,
.button.solid.alert[disabled]:focus {
  background-color: #ff325c;
  color: #fff;
}

.button.solid.alert:hover,
.button.solid.alert:focus {
  background-color: #ff325c;
  color: #fff;
}

.button {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 0 #fff;
  box-shadow: 0 0 1px 0 #fff;
}

.button.primary {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 0 #373997;
  box-shadow: 0 0 1px 0 #373997;
}

.button.primary,
.button.primary.disabled,
.button.primary[disabled],
.button.primary.disabled:hover,
.button.primary[disabled]:hover,
.button.primary.disabled:focus,
.button.primary[disabled]:focus {
  border: 1px solid #373997;
  color: #373997;
}

.button.primary:hover,
.button.primary.active {
  background-color: #373997;
  border-color: #373997;
  color: #fff;
}

.button.secondary {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 0 #27274c;
  box-shadow: 0 0 1px 0 #27274c;
}

.button.secondary,
.button.secondary.disabled,
.button.secondary[disabled],
.button.secondary.disabled:hover,
.button.secondary[disabled]:hover,
.button.secondary.disabled:focus,
.button.secondary[disabled]:focus {
  border: 1px solid #27274c;
  color: #27274c;
}

.button.secondary:hover,
.button.secondary.active {
  background-color: #27274c;
  border-color: #27274c;
  color: #fff;
}

.button.tertiary {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 0 #6ab9ff;
  box-shadow: 0 0 1px 0 #6ab9ff;
}

.button.tertiary,
.button.tertiary.disabled,
.button.tertiary[disabled],
.button.tertiary.disabled:hover,
.button.tertiary[disabled]:hover,
.button.tertiary.disabled:focus,
.button.tertiary[disabled]:focus {
  border: 1px solid #6ab9ff;
  color: #6ab9ff;
}

.button.tertiary:hover,
.button.tertiary.active {
  background-color: #6ab9ff;
  border-color: #6ab9ff;
  color: #fff;
}

.button.quaternary {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 0 #ff8aa9;
  box-shadow: 0 0 1px 0 #ff8aa9;
}

.button.quaternary,
.button.quaternary.disabled,
.button.quaternary[disabled],
.button.quaternary.disabled:hover,
.button.quaternary[disabled]:hover,
.button.quaternary.disabled:focus,
.button.quaternary[disabled]:focus {
  border: 1px solid #ff8aa9;
  color: #ff8aa9;
}

.button.quaternary:hover,
.button.quaternary.active {
  background-color: #ff8aa9;
  border-color: #ff8aa9;
  color: #fff;
}

.button.success {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 0 #1ac1a9;
  box-shadow: 0 0 1px 0 #1ac1a9;
}

.button.success,
.button.success.disabled,
.button.success[disabled],
.button.success.disabled:hover,
.button.success[disabled]:hover,
.button.success.disabled:focus,
.button.success[disabled]:focus {
  border: 1px solid #1ac1a9;
  color: #1ac1a9;
}

.button.success:hover,
.button.success.active {
  background-color: #1ac1a9;
  border-color: #1ac1a9;
  color: #fff;
}

.button.alert {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 0 #ff325c;
  box-shadow: 0 0 1px 0 #ff325c;
}

.button.alert,
.button.alert.disabled,
.button.alert[disabled],
.button.alert.disabled:hover,
.button.alert[disabled]:hover,
.button.alert.disabled:focus,
.button.alert[disabled]:focus {
  border: 1px solid #ff325c;
  color: #ff325c;
}

.button.alert:hover,
.button.alert.active {
  background-color: #ff325c;
  border-color: #ff325c;
  color: #fff;
}

.button.clear,
.button.clear:hover,
.button.clear:focus,
.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
  color: #fff;
}

.button.clear:hover,
.button.clear:focus {
  color: #fff;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled]:hover,
.button.clear.primary.disabled:focus,
.button.clear.primary[disabled]:focus {
  color: #373997;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  color: #373997;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled]:hover,
.button.clear.secondary.disabled:focus,
.button.clear.secondary[disabled]:focus {
  color: #27274c;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  color: #27274c;
}

.button.clear.tertiary,
.button.clear.tertiary.disabled,
.button.clear.tertiary[disabled],
.button.clear.tertiary.disabled:hover,
.button.clear.tertiary[disabled]:hover,
.button.clear.tertiary.disabled:focus,
.button.clear.tertiary[disabled]:focus {
  color: #6ab9ff;
}

.button.clear.tertiary:hover,
.button.clear.tertiary:focus {
  color: #6ab9ff;
}

.button.clear.quaternary,
.button.clear.quaternary.disabled,
.button.clear.quaternary[disabled],
.button.clear.quaternary.disabled:hover,
.button.clear.quaternary[disabled]:hover,
.button.clear.quaternary.disabled:focus,
.button.clear.quaternary[disabled]:focus {
  color: #ff8aa9;
}

.button.clear.quaternary:hover,
.button.clear.quaternary:focus {
  color: #ff8aa9;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success.disabled:hover,
.button.clear.success[disabled]:hover,
.button.clear.success.disabled:focus,
.button.clear.success[disabled]:focus {
  color: #1ac1a9;
}

.button.clear.success:hover,
.button.clear.success:focus {
  color: #1ac1a9;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled]:hover,
.button.clear.alert.disabled:focus,
.button.clear.alert[disabled]:focus {
  color: #ff325c;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  color: #ff325c;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.75rem;
}

.button.dropdown::after {
  border-top-color: #fff;
}

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #fff;
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #373997;
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #27274c;
}

.button.dropdown.hollow.tertiary::after,
.button.dropdown.clear.tertiary::after {
  border-top-color: #6ab9ff;
}

.button.dropdown.hollow.quaternary::after,
.button.dropdown.clear.quaternary::after {
  border-top-color: #ff8aa9;
}

.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
  border-top-color: #1ac1a9;
}

.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
  border-top-color: #ff325c;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.button.small {
  padding: 0.8125rem 0.75rem;
  font-size: 0.75rem;
}

.button.small svg {
  width: 0.75rem;
  height: 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .button.small {
    padding: 0.8125rem 1.75rem 0.9375rem;
    font-size: 0.875rem;
  }

  .button.small svg {
    width: 0.875rem;
    height: 0.875rem;
  }
}
a.button:hover,
a.button:focus {
  text-decoration: none;
}

.label {
  display: inline-block;
  padding: 0.5625rem 1rem 0.6875rem;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.0075em;
  white-space: nowrap;
  border-radius: 1rem;
  cursor: default;
  color: #515151;
  background: #f3f3f1;
}

@media print, screen and (min-width: 48em) {
  .label {
    font-size: 0.875rem;
  }
}
.label.primary {
  color: #fff;
  background: #373997;
}

.label.secondary {
  color: #fff;
  background: #27274c;
}

.label.tertiary {
  color: #fff;
  background: #6ab9ff;
}

.label.quaternary {
  color: #fff;
  background: #ff8aa9;
}

.label.success {
  color: #fff;
  background: #1ac1a9;
}

.label.alert {
  color: #fff;
  background: #ff325c;
}

a.label {
  cursor: pointer;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

a.label:hover,
a.label:focus {
  color: #fff;
  background-color: #27274c;
}

a.label.primary {
  color: #fff;
  background: #2d2e7b;
}

a.label.secondary {
  color: #fff;
  background: #1a1a33;
}

a.label.tertiary {
  color: #fff;
  background: #44a7ff;
}

a.label.quaternary {
  color: #fff;
  background: #ff648d;
}

a.label.success {
  color: #fff;
  background: #159f8b;
}

a.label.alert {
  color: #fff;
  background: #ff0c3e;
}

.hidden {
  display: none;
}

.desktop-only {
  display: none;
}

@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }
}
.read-more {
  color: #373997 !important;
  cursor: pointer;
  text-decoration: underline;
  position: relative;
}
.read-more::after {
  content: "";
  background: url("/assets/img/icons/chevron-down-purple.svg") no-repeat center center/cover;
  position: absolute;
  top: 6px;
  margin-left: 4px;
  opacity: 1;
  width: 10px;
  height: 10px;
}

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

.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

.align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

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

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

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

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

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

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

.negative-margin {
  --small-edge-spacing: 0.8em;
  --small-negative-edge-spacing: -0.8em;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 62em) {
  .border-bottom {
    padding-bottom: 0.98em;
    margin-bottom: 0.98em;
    border-bottom: 1px solid #ddd;
  }
}

@media only screen and (min-width: 62em) {
  .grid-gap-padding {
    padding-left: 4.8em;
    margin-top: 3.2em;
  }
}

.border-top {
  border-top: 4px solid #373997;
  padding-top: 0.4em;
}
@media only screen and (min-width: 62em) {
  .border-top {
    padding-top: 0.4em;
  }
}

.small-edge-gap-grid {
  padding: 0 var(--small-edge-spacing) !important;
}

.padding-left-gap-full {
  padding-left: unset;
}
@media only screen and (min-width: 62em) {
  .padding-left-gap-full {
    padding-left: 2.4em;
  }
}

.full-border-desktop-version {
  padding-right: unset;
  border-right: none;
}
@media only screen and (min-width: 62em) {
  .full-border-desktop-version {
    width: 100%;
    padding-right: 2.4em;
    border-right: 1px solid #dbdbdb;
  }
}

.byline {
  font-family: "atlas", sans-serif;
  font-size: 10px;
  color: #626262;
}
.byline a {
  color: #626262;
}

.mb-img-mobile-border {
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 62em) {
  .mb-img-mobile-border {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

.global-paragraph {
  font-family: "atlas", sans-serif;
  font-size: var(--fs-s);
  line-height: var(--ln-m);
}
@media only screen and (min-width: 62em) {
  .global-paragraph {
    margin-bottom: 1.15em;
  }
}

@media only screen and (min-width: 62em) {
  .border-right {
    border-right: 1px solid #ddd;
    padding-right: 2.4em;
  }
}

@media only screen and (min-width: 62em) {
  .padding-left-gap {
    padding-left: 2.4em;
  }
}

.load-more-btn {
  justify-content: center;
  margin-bottom: 2.4em;
  margin-top: 2.4em;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 62em) {
  .load-more-btn {
    margin-top: 2.4em;
  }
}

.mobile-order-search--page {
  order: 2;
}
@media only screen and (min-width: 62em) {
  .mobile-order-search--page {
    order: unset;
  }
}

@media only screen and (min-width: 62em) {
  .padding-left-small-gap {
    padding-left: 2.4em;
  }
}

@media only screen and (min-width: 62em) {
  .padding-left-big-gap {
    padding-left: 2.75em;
  }
}

.mt {
  margin-top: 1.4rem;
}
@media only screen and (min-width: 62em) {
  .mt {
    margin-top: 0;
  }
}

.mb-xl {
  margin-bottom: 1.6em;
}
@media only screen and (min-width: 62em) {
  .mb-xl {
    margin-bottom: 3.2em;
  }
}

.mb {
  margin-bottom: 0.66em;
}
@media only screen and (min-width: 62em) {
  .mb {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 62em) {
  .mb-extra-small {
    margin-bottom: 0.3em;
  }
}

@media only screen and (min-width: 62em) {
  .mb-side-medium {
    margin-bottom: 1.5rem;
  }
}

.mb-medium {
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 62em) {
  .mb-medium {
    margin-bottom: 1.2em;
  }
}

.mb-small {
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 62em) {
  .mb-small {
    margin-bottom: 0.46em;
  }
}

.mb-big {
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 62em) {
  .mb-big {
    margin-bottom: 2rem !important;
  }
}

@media print, screen and (min-width: 36em) {
  .smedium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

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

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

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

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

  .smedium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

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

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

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

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

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 62em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

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

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

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

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

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

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

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

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

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

  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

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

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

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

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

  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 96.25em) {
  .xxxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

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

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

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

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

  .xxxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
.hide {
  display: none !important;
}
.hide-on-mobile {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 35.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 36em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 36em) {
  .hide-for-smedium {
    display: none !important;
  }
}
@media screen and (max-width: 35.99875em) {
  .show-for-smedium {
    display: none !important;
  }
}
@media print, screen and (min-width: 36em) and (max-width: 47.99875em) {
  .hide-for-smedium-only {
    display: none !important;
  }
}
@media screen and (max-width: 35.99875em), screen and (min-width: 48em) {
  .show-for-smedium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 61.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 47.99875em), screen and (min-width: 62em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 62em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 61.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media print, screen and (min-width: 62em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 61.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}
@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}
@media screen and (min-width: 90em) and (max-width: 96.24875em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 89.99875em), screen and (min-width: 96.25em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}
@media screen and (min-width: 96.25em) {
  .hide-for-xxxlarge {
    display: none !important;
  }
}
@media screen and (max-width: 96.24875em) {
  .show-for-xxxlarge {
    display: none !important;
  }
}
@media screen and (min-width: 96.25em) {
  .hide-for-xxxlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 96.24875em) {
  .show-for-xxxlarge-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}
.u-mt-0 {
  margin-top: 0 !important;
}

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

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

.u-pr-0 {
  padding-right: 0;
}

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

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

.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.newsletter-signup-box--gap {
  margin-top: 0.5rem !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-mt-1 {
  margin-top: 1rem !important;
}

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

.u-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

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

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

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

.u-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.u-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

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

.u-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

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

.u-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.u-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-mt-3 {
  margin-top: 0.75rem !important;
}

.u-mb-3 {
  margin-bottom: 0.5rem !important;
}

.u-my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.u-pt-3 {
  padding-top: 0.75rem !important;
}

.u-pr-3 {
  padding-right: 0.75rem !important;
}

.u-pb-3 {
  padding-bottom: 0.75rem !important;
}

.u-pl-3 {
  padding-left: 0.75rem !important;
}

.u-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.u-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.u-mt-4 {
  margin-top: 1.25rem !important;
}

.u-mb-4 {
  margin-bottom: 1.25rem !important;
}

.u-my-4 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.u-pt-4 {
  padding-top: 1.25rem !important;
}

.u-pr-4 {
  padding-right: 1.25rem !important;
}

.u-pb-4 {
  padding-bottom: 1.25rem !important;
}

.u-pl-4 {
  padding-left: 1.25rem !important;
}

.u-px-4 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.u-py-4 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

@media only screen and (min-width: 62em) {
  .u-mt-5 {
    margin-top: 1.5rem !important;
  }
}

.u-mb-5 {
  margin-bottom: 1.5rem !important;
}

.u-my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u-pt-5 {
  padding-top: 1.5rem !important;
}

.u-pr-5 {
  padding-right: 1.5rem !important;
}

.u-pb-5 {
  padding-bottom: 1.5rem !important;
}

.u-pl-5 {
  padding-left: 1.5rem !important;
}

.u-px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.u-py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-mt-6 {
  margin-top: 2rem !important;
}

.u-mb-6 {
  margin-bottom: 2rem !important;
}

.u-my-6 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-pt-6 {
  padding-top: 2rem !important;
}

.u-pr-6 {
  padding-right: 2rem !important;
}

.u-pb-6 {
  padding-bottom: 2rem !important;
}

.u-pl-6 {
  padding-left: 2rem !important;
}

.u-px-6 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.u-py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-mt-7 {
  margin-top: 2.5rem !important;
}

.u-mb-7 {
  margin-bottom: 2.5rem !important;
}

.u-my-7 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.u-pt-7 {
  padding-top: 2.5rem !important;
}

.u-pr-7 {
  padding-right: 2.5rem !important;
}

.u-pb-7 {
  padding-bottom: 2.5rem !important;
}

.u-pl-7 {
  padding-left: 2.5rem !important;
}

.u-px-7 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.u-py-7 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-mt-8 {
  margin-top: 3.375rem !important;
}

.u-mb-8 {
  margin-bottom: 3.375rem !important;
}

.u-my-8 {
  margin-top: 3.375rem !important;
  margin-bottom: 3.375rem !important;
}

.u-pt-8 {
  padding-top: 3.375rem !important;
}

.u-pr-8 {
  padding-right: 3.375rem !important;
}

.u-pb-8 {
  padding-bottom: 3.375rem !important;
}

.u-pl-8 {
  padding-left: 3.375rem !important;
}

.u-px-8 {
  padding-left: 3.375rem !important;
  padding-right: 3.375rem !important;
}

.u-py-8 {
  padding-top: 3.375rem !important;
  padding-bottom: 3.375rem !important;
}

.u-mt-9 {
  margin-top: 5rem !important;
}

.u-mb-9 {
  margin-bottom: 5rem !important;
}

.u-my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.u-pt-9 {
  padding-top: 5rem !important;
}

.u-pr-9 {
  padding-right: 5rem !important;
}

.u-pb-9 {
  padding-bottom: 5rem !important;
}

.u-pl-9 {
  padding-left: 5rem !important;
}

.u-px-9 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.u-py-9 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media print, screen and (min-width: 36em) {
  .u-smedium-mt-0 {
    margin-top: 0 !important;
  }

  .u-smedium-mb-0 {
    margin-bottom: 0 !important;
  }

  .u-smedium-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-smedium-pt-0 {
    padding-top: 0 !important;
  }

  .u-smedium-pr-0 {
    padding-right: 0 !important;
  }

  .u-smedium-pb-0 {
    padding-bottom: 0 !important;
  }

  .u-smedium-pl-0 {
    padding-left: 0 !important;
  }

  .u-smedium-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-smedium-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-smedium-mt-1 {
    margin-top: 0.25rem !important;
  }

  .u-smedium-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .u-smedium-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .u-smedium-pt-1 {
    padding-top: 0.25rem !important;
  }

  .u-smedium-pr-1 {
    padding-right: 0.25rem !important;
  }

  .u-smedium-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .u-smedium-pl-1 {
    padding-left: 0.25rem !important;
  }

  .u-smedium-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .u-smedium-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .u-smedium-mt-2 {
    margin-top: 0.5rem !important;
  }

  .u-smedium-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .u-smedium-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-smedium-pt-2 {
    padding-top: 0.5rem !important;
  }

  .u-smedium-pr-2 {
    padding-right: 0.5rem !important;
  }

  .u-smedium-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .u-smedium-pl-2 {
    padding-left: 0.5rem !important;
  }

  .u-smedium-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-smedium-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-smedium-mt-3 {
    margin-top: 0.75rem !important;
  }

  .u-smedium-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .u-smedium-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .u-smedium-pt-3 {
    padding-top: 0.75rem !important;
  }

  .u-smedium-pr-3 {
    padding-right: 0.75rem !important;
  }

  .u-smedium-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .u-smedium-pl-3 {
    padding-left: 0.75rem !important;
  }

  .u-smedium-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .u-smedium-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .u-smedium-mt-4 {
    margin-top: 1.25rem !important;
  }

  .u-smedium-mb-4 {
    margin-bottom: 1.25rem !important;
  }

  .u-smedium-my-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .u-smedium-pt-4 {
    padding-top: 1.25rem !important;
  }

  .u-smedium-pr-4 {
    padding-right: 1.25rem !important;
  }

  .u-smedium-pb-4 {
    padding-bottom: 1.25rem !important;
  }

  .u-smedium-pl-4 {
    padding-left: 1.25rem !important;
  }

  .u-smedium-px-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .u-smedium-py-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .u-smedium-mt-5 {
    margin-top: 1.5rem !important;
  }

  .u-smedium-mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .u-smedium-my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-smedium-pt-5 {
    padding-top: 1.5rem !important;
  }

  .u-smedium-pr-5 {
    padding-right: 1.5rem !important;
  }

  .u-smedium-pb-5 {
    padding-bottom: 1.5rem !important;
  }

  .u-smedium-pl-5 {
    padding-left: 1.5rem !important;
  }

  .u-smedium-px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-smedium-py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-smedium-mt-6 {
    margin-top: 2rem !important;
  }

  .u-smedium-mb-6 {
    margin-bottom: 2rem !important;
  }

  .u-smedium-my-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-smedium-pt-6 {
    padding-top: 2rem !important;
  }

  .u-smedium-pr-6 {
    padding-right: 2rem !important;
  }

  .u-smedium-pb-6 {
    padding-bottom: 2rem !important;
  }

  .u-smedium-pl-6 {
    padding-left: 2rem !important;
  }

  .u-smedium-px-6 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-smedium-py-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-smedium-mt-7 {
    margin-top: 2.5rem !important;
  }

  .u-smedium-mb-7 {
    margin-bottom: 2.5rem !important;
  }

  .u-smedium-my-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-smedium-pt-7 {
    padding-top: 2.5rem !important;
  }

  .u-smedium-pr-7 {
    padding-right: 2.5rem !important;
  }

  .u-smedium-pb-7 {
    padding-bottom: 2.5rem !important;
  }

  .u-smedium-pl-7 {
    padding-left: 2.5rem !important;
  }

  .u-smedium-px-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-smedium-py-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-smedium-mt-8 {
    margin-top: 3.375rem !important;
  }

  .u-smedium-mb-8 {
    margin-bottom: 3.375rem !important;
  }

  .u-smedium-my-8 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .u-smedium-pt-8 {
    padding-top: 3.375rem !important;
  }

  .u-smedium-pr-8 {
    padding-right: 3.375rem !important;
  }

  .u-smedium-pb-8 {
    padding-bottom: 3.375rem !important;
  }

  .u-smedium-pl-8 {
    padding-left: 3.375rem !important;
  }

  .u-smedium-px-8 {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .u-smedium-py-8 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .u-smedium-mt-9 {
    margin-top: 5rem !important;
  }

  .u-smedium-mb-9 {
    margin-bottom: 5rem !important;
  }

  .u-smedium-my-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .u-smedium-pt-9 {
    padding-top: 5rem !important;
  }

  .u-smedium-pr-9 {
    padding-right: 5rem !important;
  }

  .u-smedium-pb-9 {
    padding-bottom: 5rem !important;
  }

  .u-smedium-pl-9 {
    padding-left: 5rem !important;
  }

  .u-smedium-px-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .u-smedium-py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media print, screen and (min-width: 48em) {
  .u-medium-mt-0 {
    margin-top: 0 !important;
  }

  .u-medium-mb-0 {
    margin-bottom: 0 !important;
  }

  .u-medium-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-medium-pt-0 {
    padding-top: 0 !important;
  }

  .u-medium-pr-0 {
    padding-right: 0 !important;
  }

  .u-medium-pb-0 {
    padding-bottom: 0 !important;
  }

  .u-medium-pl-0 {
    padding-left: 0 !important;
  }

  .u-medium-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-medium-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-medium-mt-1 {
    margin-top: 0.25rem !important;
  }

  .u-medium-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .u-medium-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .u-medium-pt-1 {
    padding-top: 0.25rem !important;
  }

  .u-medium-pr-1 {
    padding-right: 0.25rem !important;
  }

  .u-medium-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .u-medium-pl-1 {
    padding-left: 0.25rem !important;
  }

  .u-medium-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .u-medium-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .u-medium-mt-2 {
    margin-top: 0.5rem !important;
  }

  .u-medium-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .u-medium-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-medium-pt-2 {
    padding-top: 0.5rem !important;
  }

  .u-medium-pr-2 {
    padding-right: 0.5rem !important;
  }

  .u-medium-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .u-medium-pl-2 {
    padding-left: 0.5rem !important;
  }

  .u-medium-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-medium-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-medium-mt-3 {
    margin-top: 0.75rem !important;
  }

  .u-medium-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .u-medium-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .u-medium-pt-3 {
    padding-top: 0.75rem !important;
  }

  .u-medium-pr-3 {
    padding-right: 0.75rem !important;
  }

  .u-medium-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .u-medium-pl-3 {
    padding-left: 0.75rem !important;
  }

  .u-medium-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .u-medium-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .u-medium-mt-4 {
    margin-top: 1.25rem !important;
  }

  .u-medium-mb-4 {
    margin-bottom: 1.25rem !important;
  }

  .u-medium-my-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .u-medium-pt-4 {
    padding-top: 1.25rem !important;
  }

  .u-medium-pr-4 {
    padding-right: 1.25rem !important;
  }

  .u-medium-pb-4 {
    padding-bottom: 1.25rem !important;
  }

  .u-medium-pl-4 {
    padding-left: 1.25rem !important;
  }

  .u-medium-px-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .u-medium-py-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .u-medium-mt-5 {
    margin-top: 1.5rem !important;
  }

  .u-medium-mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .u-medium-my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-medium-pt-5 {
    padding-top: 1.5rem !important;
  }

  .u-medium-pr-5 {
    padding-right: 1.5rem !important;
  }

  .u-medium-pb-5 {
    padding-bottom: 1.5rem !important;
  }

  .u-medium-pl-5 {
    padding-left: 1.5rem !important;
  }

  .u-medium-px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-medium-py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-medium-mt-6 {
    margin-top: 2rem !important;
  }

  .u-medium-mb-6 {
    margin-bottom: 2rem !important;
  }

  .u-medium-my-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-medium-pt-6 {
    padding-top: 2rem !important;
  }

  .u-medium-pr-6 {
    padding-right: 2rem !important;
  }

  .u-medium-pb-6 {
    padding-bottom: 2rem !important;
  }

  .u-medium-pl-6 {
    padding-left: 2rem !important;
  }

  .u-medium-px-6 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-medium-py-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-medium-mt-7 {
    margin-top: 2.5rem !important;
  }

  .u-medium-mb-7 {
    margin-bottom: 2.5rem !important;
  }

  .u-medium-my-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-medium-pt-7 {
    padding-top: 2.5rem !important;
  }

  .u-medium-pr-7 {
    padding-right: 2.5rem !important;
  }

  .u-medium-pb-7 {
    padding-bottom: 2.5rem !important;
  }

  .u-medium-pl-7 {
    padding-left: 2.5rem !important;
  }

  .u-medium-px-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-medium-py-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-medium-mt-8 {
    margin-top: 3.375rem !important;
  }

  .u-medium-mb-8 {
    margin-bottom: 3.375rem !important;
  }

  .u-medium-my-8 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .u-medium-pt-8 {
    padding-top: 3.375rem !important;
  }

  .u-medium-pr-8 {
    padding-right: 3.375rem !important;
  }

  .u-medium-pb-8 {
    padding-bottom: 3.375rem !important;
  }

  .u-medium-pl-8 {
    padding-left: 3.375rem !important;
  }

  .u-medium-px-8 {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .u-medium-py-8 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .u-medium-mt-9 {
    margin-top: 5rem !important;
  }

  .u-medium-mb-9 {
    margin-bottom: 5rem !important;
  }

  .u-medium-my-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .u-medium-pt-9 {
    padding-top: 5rem !important;
  }

  .u-medium-pr-9 {
    padding-right: 5rem !important;
  }

  .u-medium-pb-9 {
    padding-bottom: 5rem !important;
  }

  .u-medium-pl-9 {
    padding-left: 5rem !important;
  }

  .u-medium-px-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .u-medium-py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media print, screen and (min-width: 62em) {
  .u-large-mt-0 {
    margin-top: 0 !important;
  }

  .u-large-mb-0 {
    margin-bottom: 0 !important;
  }

  .u-large-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-large-pt-0 {
    padding-top: 0 !important;
  }

  .u-large-pr-0 {
    padding-right: 0 !important;
  }

  .u-large-pb-0 {
    padding-bottom: 0 !important;
  }

  .u-large-pl-0 {
    padding-left: 0 !important;
  }

  .u-large-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-large-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-large-mt-1 {
    margin-top: 0.25rem !important;
  }

  .u-large-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .u-large-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .u-large-pt-1 {
    padding-top: 0.25rem !important;
  }

  .u-large-pr-1 {
    padding-right: 0.25rem !important;
  }

  .u-large-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .u-large-pl-1 {
    padding-left: 0.25rem !important;
  }

  .u-large-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .u-large-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .u-large-mt-2 {
    margin-top: 0.5rem !important;
  }

  .u-large-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .u-large-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-large-pt-2 {
    padding-top: 0.5rem !important;
  }

  .u-large-pr-2 {
    padding-right: 0.5rem !important;
  }

  .u-large-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .u-large-pl-2 {
    padding-left: 0.5rem !important;
  }

  .u-large-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-large-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-large-mt-3 {
    margin-top: 0.75rem !important;
  }

  .u-large-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .u-large-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .u-large-pt-3 {
    padding-top: 0.75rem !important;
  }

  .u-large-pr-3 {
    padding-right: 0.75rem !important;
  }

  .u-large-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .u-large-pl-3 {
    padding-left: 0.75rem !important;
  }

  .u-large-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .u-large-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .u-large-mt-4 {
    margin-top: 1.25rem !important;
  }

  .u-large-mb-4 {
    margin-bottom: 1.25rem !important;
  }

  .u-large-my-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .u-large-pt-4 {
    padding-top: 1.25rem !important;
  }

  .u-large-pr-4 {
    padding-right: 1.25rem !important;
  }

  .u-large-pb-4 {
    padding-bottom: 1.25rem !important;
  }

  .u-large-pl-4 {
    padding-left: 1.25rem !important;
  }

  .u-large-px-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .u-large-py-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .u-large-mt-5 {
    margin-top: 1.5rem !important;
  }

  .u-large-mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .u-large-my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-large-pt-5 {
    padding-top: 1.5rem !important;
  }

  .u-large-pr-5 {
    padding-right: 1.5rem !important;
  }

  .u-large-pb-5 {
    padding-bottom: 1.5rem !important;
  }

  .u-large-pl-5 {
    padding-left: 1.5rem !important;
  }

  .u-large-px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-large-py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-large-mt-6 {
    margin-top: 2rem !important;
  }

  .u-large-mb-6 {
    margin-bottom: 2rem !important;
  }

  .u-large-my-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-large-pt-6 {
    padding-top: 2rem !important;
  }

  .u-large-pr-6 {
    padding-right: 2rem !important;
  }

  .u-large-pb-6 {
    padding-bottom: 2rem !important;
  }

  .u-large-pl-6 {
    padding-left: 2rem !important;
  }

  .u-large-px-6 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-large-py-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-large-mt-7 {
    margin-top: 2.5rem !important;
  }

  .u-large-mb-7 {
    margin-bottom: 2.5rem !important;
  }

  .u-large-my-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-large-pt-7 {
    padding-top: 2.5rem !important;
  }

  .u-large-pr-7 {
    padding-right: 2.5rem !important;
  }

  .u-large-pb-7 {
    padding-bottom: 2.5rem !important;
  }

  .u-large-pl-7 {
    padding-left: 2.5rem !important;
  }

  .u-large-px-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-large-py-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-large-mt-8 {
    margin-top: 3.375rem !important;
  }

  .u-large-mb-8 {
    margin-bottom: 3.375rem !important;
  }

  .u-large-my-8 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .u-large-pt-8 {
    padding-top: 3.375rem !important;
  }

  .u-large-pr-8 {
    padding-right: 3.375rem !important;
  }

  .u-large-pb-8 {
    padding-bottom: 3.375rem !important;
  }

  .u-large-pl-8 {
    padding-left: 3.375rem !important;
  }

  .u-large-px-8 {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .u-large-py-8 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .u-large-mt-9 {
    margin-top: 5rem !important;
  }

  .u-large-mb-9 {
    margin-bottom: 5rem !important;
  }

  .u-large-my-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .u-large-pt-9 {
    padding-top: 5rem !important;
  }

  .u-large-pr-9 {
    padding-right: 5rem !important;
  }

  .u-large-pb-9 {
    padding-bottom: 5rem !important;
  }

  .u-large-pl-9 {
    padding-left: 5rem !important;
  }

  .u-large-px-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .u-large-py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 75em) {
  .u-xlarge-mt-0 {
    margin-top: 0 !important;
  }

  .u-xlarge-mb-0 {
    margin-bottom: 0 !important;
  }

  .u-xlarge-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-xlarge-pt-0 {
    padding-top: 0 !important;
  }

  .u-xlarge-pr-0 {
    padding-right: 0 !important;
  }

  .u-xlarge-pb-0 {
    padding-bottom: 0 !important;
  }

  .u-xlarge-pl-0 {
    padding-left: 0 !important;
  }

  .u-xlarge-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-xlarge-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-xlarge-mt-1 {
    margin-top: 0.25rem !important;
  }

  .u-xlarge-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .u-xlarge-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .u-xlarge-pt-1 {
    padding-top: 0.25rem !important;
  }

  .u-xlarge-pr-1 {
    padding-right: 0.25rem !important;
  }

  .u-xlarge-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .u-xlarge-pl-1 {
    padding-left: 0.25rem !important;
  }

  .u-xlarge-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .u-xlarge-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .u-xlarge-mt-2 {
    margin-top: 0.5rem !important;
  }

  .u-xlarge-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .u-xlarge-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-xlarge-pt-2 {
    padding-top: 0.5rem !important;
  }

  .u-xlarge-pr-2 {
    padding-right: 0.5rem !important;
  }

  .u-xlarge-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .u-xlarge-pl-2 {
    padding-left: 0.5rem !important;
  }

  .u-xlarge-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-xlarge-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-xlarge-mt-3 {
    margin-top: 0.75rem !important;
  }

  .u-xlarge-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .u-xlarge-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .u-xlarge-pt-3 {
    padding-top: 0.75rem !important;
  }

  .u-xlarge-pr-3 {
    padding-right: 0.75rem !important;
  }

  .u-xlarge-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .u-xlarge-pl-3 {
    padding-left: 0.75rem !important;
  }

  .u-xlarge-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .u-xlarge-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .u-xlarge-mt-4 {
    margin-top: 1.25rem !important;
  }

  .u-xlarge-mb-4 {
    margin-bottom: 1.25rem !important;
  }

  .u-xlarge-my-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .u-xlarge-pt-4 {
    padding-top: 1.25rem !important;
  }

  .u-xlarge-pr-4 {
    padding-right: 1.25rem !important;
  }

  .u-xlarge-pb-4 {
    padding-bottom: 1.25rem !important;
  }

  .u-xlarge-pl-4 {
    padding-left: 1.25rem !important;
  }

  .u-xlarge-px-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .u-xlarge-py-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .u-xlarge-mt-5 {
    margin-top: 1.5rem !important;
  }

  .u-xlarge-mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .u-xlarge-my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-xlarge-pt-5 {
    padding-top: 1.5rem !important;
  }

  .u-xlarge-pr-5 {
    padding-right: 1.5rem !important;
  }

  .u-xlarge-pb-5 {
    padding-bottom: 1.5rem !important;
  }

  .u-xlarge-pl-5 {
    padding-left: 1.5rem !important;
  }

  .u-xlarge-px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-xlarge-py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-xlarge-mt-6 {
    margin-top: 2rem !important;
  }

  .u-xlarge-mb-6 {
    margin-bottom: 2rem !important;
  }

  .u-xlarge-my-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-xlarge-pt-6 {
    padding-top: 2rem !important;
  }

  .u-xlarge-pr-6 {
    padding-right: 2rem !important;
  }

  .u-xlarge-pb-6 {
    padding-bottom: 2rem !important;
  }

  .u-xlarge-pl-6 {
    padding-left: 2rem !important;
  }

  .u-xlarge-px-6 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-xlarge-py-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-xlarge-mt-7 {
    margin-top: 2.5rem !important;
  }

  .u-xlarge-mb-7 {
    margin-bottom: 2.5rem !important;
  }

  .u-xlarge-my-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-xlarge-pt-7 {
    padding-top: 2.5rem !important;
  }

  .u-xlarge-pr-7 {
    padding-right: 2.5rem !important;
  }

  .u-xlarge-pb-7 {
    padding-bottom: 2.5rem !important;
  }

  .u-xlarge-pl-7 {
    padding-left: 2.5rem !important;
  }

  .u-xlarge-px-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-xlarge-py-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-xlarge-mt-8 {
    margin-top: 3.375rem !important;
  }

  .u-xlarge-mb-8 {
    margin-bottom: 3.375rem !important;
  }

  .u-xlarge-my-8 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .u-xlarge-pt-8 {
    padding-top: 3.375rem !important;
  }

  .u-xlarge-pr-8 {
    padding-right: 3.375rem !important;
  }

  .u-xlarge-pb-8 {
    padding-bottom: 3.375rem !important;
  }

  .u-xlarge-pl-8 {
    padding-left: 3.375rem !important;
  }

  .u-xlarge-px-8 {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .u-xlarge-py-8 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .u-xlarge-mt-9 {
    margin-top: 5rem !important;
  }

  .u-xlarge-mb-9 {
    margin-bottom: 5rem !important;
  }

  .u-xlarge-my-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .u-xlarge-pt-9 {
    padding-top: 5rem !important;
  }

  .u-xlarge-pr-9 {
    padding-right: 5rem !important;
  }

  .u-xlarge-pb-9 {
    padding-bottom: 5rem !important;
  }

  .u-xlarge-pl-9 {
    padding-left: 5rem !important;
  }

  .u-xlarge-px-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .u-xlarge-py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .u-xxlarge-mt-0 {
    margin-top: 0 !important;
  }

  .u-xxlarge-mb-0 {
    margin-bottom: 0 !important;
  }

  .u-xxlarge-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-xxlarge-pt-0 {
    padding-top: 0 !important;
  }

  .u-xxlarge-pr-0 {
    padding-right: 0 !important;
  }

  .u-xxlarge-pb-0 {
    padding-bottom: 0 !important;
  }

  .u-xxlarge-pl-0 {
    padding-left: 0 !important;
  }

  .u-xxlarge-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-xxlarge-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-xxlarge-mt-1 {
    margin-top: 0.25rem !important;
  }

  .u-xxlarge-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .u-xxlarge-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .u-xxlarge-pt-1 {
    padding-top: 0.25rem !important;
  }

  .u-xxlarge-pr-1 {
    padding-right: 0.25rem !important;
  }

  .u-xxlarge-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .u-xxlarge-pl-1 {
    padding-left: 0.25rem !important;
  }

  .u-xxlarge-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .u-xxlarge-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .u-xxlarge-mt-2 {
    margin-top: 0.5rem !important;
  }

  .u-xxlarge-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .u-xxlarge-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-xxlarge-pt-2 {
    padding-top: 0.5rem !important;
  }

  .u-xxlarge-pr-2 {
    padding-right: 0.5rem !important;
  }

  .u-xxlarge-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .u-xxlarge-pl-2 {
    padding-left: 0.5rem !important;
  }

  .u-xxlarge-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-xxlarge-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-xxlarge-mt-3 {
    margin-top: 0.75rem !important;
  }

  .u-xxlarge-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .u-xxlarge-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .u-xxlarge-pt-3 {
    padding-top: 0.75rem !important;
  }

  .u-xxlarge-pr-3 {
    padding-right: 0.75rem !important;
  }

  .u-xxlarge-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .u-xxlarge-pl-3 {
    padding-left: 0.75rem !important;
  }

  .u-xxlarge-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .u-xxlarge-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .u-xxlarge-mt-4 {
    margin-top: 1.25rem !important;
  }

  .u-xxlarge-mb-4 {
    margin-bottom: 1.25rem !important;
  }

  .u-xxlarge-my-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .u-xxlarge-pt-4 {
    padding-top: 1.25rem !important;
  }

  .u-xxlarge-pr-4 {
    padding-right: 1.25rem !important;
  }

  .u-xxlarge-pb-4 {
    padding-bottom: 1.25rem !important;
  }

  .u-xxlarge-pl-4 {
    padding-left: 1.25rem !important;
  }

  .u-xxlarge-px-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .u-xxlarge-py-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .u-xxlarge-mt-5 {
    margin-top: 1.5rem !important;
  }

  .u-xxlarge-mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .u-xxlarge-my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-xxlarge-pt-5 {
    padding-top: 1.5rem !important;
  }

  .u-xxlarge-pr-5 {
    padding-right: 1.5rem !important;
  }

  .u-xxlarge-pb-5 {
    padding-bottom: 1.5rem !important;
  }

  .u-xxlarge-pl-5 {
    padding-left: 1.5rem !important;
  }

  .u-xxlarge-px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-xxlarge-py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-xxlarge-mt-6 {
    margin-top: 2rem !important;
  }

  .u-xxlarge-mb-6 {
    margin-bottom: 2rem !important;
  }

  .u-xxlarge-my-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-xxlarge-pt-6 {
    padding-top: 2rem !important;
  }

  .u-xxlarge-pr-6 {
    padding-right: 2rem !important;
  }

  .u-xxlarge-pb-6 {
    padding-bottom: 2rem !important;
  }

  .u-xxlarge-pl-6 {
    padding-left: 2rem !important;
  }

  .u-xxlarge-px-6 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-xxlarge-py-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-xxlarge-mt-7 {
    margin-top: 2.5rem !important;
  }

  .u-xxlarge-mb-7 {
    margin-bottom: 2.5rem !important;
  }

  .u-xxlarge-my-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-xxlarge-pt-7 {
    padding-top: 2.5rem !important;
  }

  .u-xxlarge-pr-7 {
    padding-right: 2.5rem !important;
  }

  .u-xxlarge-pb-7 {
    padding-bottom: 2.5rem !important;
  }

  .u-xxlarge-pl-7 {
    padding-left: 2.5rem !important;
  }

  .u-xxlarge-px-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-xxlarge-py-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-xxlarge-mt-8 {
    margin-top: 3.375rem !important;
  }

  .u-xxlarge-mb-8 {
    margin-bottom: 3.375rem !important;
  }

  .u-xxlarge-my-8 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .u-xxlarge-pt-8 {
    padding-top: 3.375rem !important;
  }

  .u-xxlarge-pr-8 {
    padding-right: 3.375rem !important;
  }

  .u-xxlarge-pb-8 {
    padding-bottom: 3.375rem !important;
  }

  .u-xxlarge-pl-8 {
    padding-left: 3.375rem !important;
  }

  .u-xxlarge-px-8 {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .u-xxlarge-py-8 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .u-xxlarge-mt-9 {
    margin-top: 5rem !important;
  }

  .u-xxlarge-mb-9 {
    margin-bottom: 5rem !important;
  }

  .u-xxlarge-my-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .u-xxlarge-pt-9 {
    padding-top: 5rem !important;
  }

  .u-xxlarge-pr-9 {
    padding-right: 5rem !important;
  }

  .u-xxlarge-pb-9 {
    padding-bottom: 5rem !important;
  }

  .u-xxlarge-pl-9 {
    padding-left: 5rem !important;
  }

  .u-xxlarge-px-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .u-xxlarge-py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 96.25em) {
  .u-xxxlarge-mt-0 {
    margin-top: 0 !important;
  }

  .u-xxxlarge-mb-0 {
    margin-bottom: 0 !important;
  }

  .u-xxxlarge-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-xxxlarge-pt-0 {
    padding-top: 0 !important;
  }

  .u-xxxlarge-pr-0 {
    padding-right: 0 !important;
  }

  .u-xxxlarge-pb-0 {
    padding-bottom: 0 !important;
  }

  .u-xxxlarge-pl-0 {
    padding-left: 0 !important;
  }

  .u-xxxlarge-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-xxxlarge-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-xxxlarge-mt-1 {
    margin-top: 0.25rem !important;
  }

  .u-xxxlarge-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .u-xxxlarge-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .u-xxxlarge-pt-1 {
    padding-top: 0.25rem !important;
  }

  .u-xxxlarge-pr-1 {
    padding-right: 0.25rem !important;
  }

  .u-xxxlarge-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .u-xxxlarge-pl-1 {
    padding-left: 0.25rem !important;
  }

  .u-xxxlarge-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .u-xxxlarge-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .u-xxxlarge-mt-2 {
    margin-top: 0.5rem !important;
  }

  .u-xxxlarge-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .u-xxxlarge-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-xxxlarge-pt-2 {
    padding-top: 0.5rem !important;
  }

  .u-xxxlarge-pr-2 {
    padding-right: 0.5rem !important;
  }

  .u-xxxlarge-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .u-xxxlarge-pl-2 {
    padding-left: 0.5rem !important;
  }

  .u-xxxlarge-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-xxxlarge-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-xxxlarge-mt-3 {
    margin-top: 0.75rem !important;
  }

  .u-xxxlarge-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .u-xxxlarge-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .u-xxxlarge-pt-3 {
    padding-top: 0.75rem !important;
  }

  .u-xxxlarge-pr-3 {
    padding-right: 0.75rem !important;
  }

  .u-xxxlarge-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .u-xxxlarge-pl-3 {
    padding-left: 0.75rem !important;
  }

  .u-xxxlarge-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .u-xxxlarge-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .u-xxxlarge-mt-4 {
    margin-top: 1.25rem !important;
  }

  .u-xxxlarge-mb-4 {
    margin-bottom: 1.25rem !important;
  }

  .u-xxxlarge-my-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .u-xxxlarge-pt-4 {
    padding-top: 1.25rem !important;
  }

  .u-xxxlarge-pr-4 {
    padding-right: 1.25rem !important;
  }

  .u-xxxlarge-pb-4 {
    padding-bottom: 1.25rem !important;
  }

  .u-xxxlarge-pl-4 {
    padding-left: 1.25rem !important;
  }

  .u-xxxlarge-px-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .u-xxxlarge-py-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .u-xxxlarge-mt-5 {
    margin-top: 1.5rem !important;
  }

  .u-xxxlarge-mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .u-xxxlarge-my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-xxxlarge-pt-5 {
    padding-top: 1.5rem !important;
  }

  .u-xxxlarge-pr-5 {
    padding-right: 1.5rem !important;
  }

  .u-xxxlarge-pb-5 {
    padding-bottom: 1.5rem !important;
  }

  .u-xxxlarge-pl-5 {
    padding-left: 1.5rem !important;
  }

  .u-xxxlarge-px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-xxxlarge-py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-xxxlarge-mt-6 {
    margin-top: 2rem !important;
  }

  .u-xxxlarge-mb-6 {
    margin-bottom: 2rem !important;
  }

  .u-xxxlarge-my-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-xxxlarge-pt-6 {
    padding-top: 2rem !important;
  }

  .u-xxxlarge-pr-6 {
    padding-right: 2rem !important;
  }

  .u-xxxlarge-pb-6 {
    padding-bottom: 2rem !important;
  }

  .u-xxxlarge-pl-6 {
    padding-left: 2rem !important;
  }

  .u-xxxlarge-px-6 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-xxxlarge-py-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-xxxlarge-mt-7 {
    margin-top: 2.5rem !important;
  }

  .u-xxxlarge-mb-7 {
    margin-bottom: 2.5rem !important;
  }

  .u-xxxlarge-my-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-xxxlarge-pt-7 {
    padding-top: 2.5rem !important;
  }

  .u-xxxlarge-pr-7 {
    padding-right: 2.5rem !important;
  }

  .u-xxxlarge-pb-7 {
    padding-bottom: 2.5rem !important;
  }

  .u-xxxlarge-pl-7 {
    padding-left: 2.5rem !important;
  }

  .u-xxxlarge-px-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-xxxlarge-py-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-xxxlarge-mt-8 {
    margin-top: 3.375rem !important;
  }

  .u-xxxlarge-mb-8 {
    margin-bottom: 3.375rem !important;
  }

  .u-xxxlarge-my-8 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .u-xxxlarge-pt-8 {
    padding-top: 3.375rem !important;
  }

  .u-xxxlarge-pr-8 {
    padding-right: 3.375rem !important;
  }

  .u-xxxlarge-pb-8 {
    padding-bottom: 3.375rem !important;
  }

  .u-xxxlarge-pl-8 {
    padding-left: 3.375rem !important;
  }

  .u-xxxlarge-px-8 {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .u-xxxlarge-py-8 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .u-xxxlarge-mt-9 {
    margin-top: 5rem !important;
  }

  .u-xxxlarge-mb-9 {
    margin-bottom: 5rem !important;
  }

  .u-xxxlarge-my-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .u-xxxlarge-pt-9 {
    padding-top: 5rem !important;
  }

  .u-xxxlarge-pr-9 {
    padding-right: 5rem !important;
  }

  .u-xxxlarge-pb-9 {
    padding-bottom: 5rem !important;
  }

  .u-xxxlarge-pl-9 {
    padding-left: 5rem !important;
  }

  .u-xxxlarge-px-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .u-xxxlarge-py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.u-border-0 {
  border: 0 !important;
}

.u-border {
  border: 1px solid #dbdbdb !important;
}

.u-border-top-0 {
  border-top: 0 !important;
}

.u-border-top {
  border-top: 1px solid #dbdbdb !important;
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
}

.u-border-right-0 {
  border-right: 0 !important;
}

.u-border-right {
  border-right: 1px solid #dbdbdb !important;
}

.u-border-bottom-0 {
  border-bottom: 0 !important;
}

.u-border-bottom {
  border-bottom: 1px solid #dbdbdb !important;
  padding-bottom: 2.5rem;
  margin-bottom: 1.83em;
}

.u-border-left-0 {
  border-left: 0 !important;
}

.u-border-left {
  border-left: 1px solid #dbdbdb !important;
}

.u-border-x-0 {
  border-left: 0 !important;
  border-right: 0 !important;
}

.u-border-x {
  border-left: 1px solid #dbdbdb !important;
  border-right: 1px solid #dbdbdb !important;
}

.u-border-y-0 {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.u-border-y {
  border-top: 1px solid #dbdbdb !important;
  border-bottom: 1px solid #dbdbdb !important;
}

@media print, screen and (min-width: 36em) {
  .u-smedium-border-0 {
    border: 0 !important;
  }

  .u-smedium-border {
    border: 1px solid #dbdbdb !important;
  }

  .u-smedium-border-top-0 {
    border-top: 0 !important;
  }

  .u-smedium-border-top {
    border-top: 1px solid #dbdbdb !important;
  }

  .u-smedium-border-right-0 {
    border-right: 0 !important;
  }

  .u-smedium-border-right {
    border-right: 1px solid #dbdbdb !important;
  }

  .u-smedium-border-bottom-0 {
    border-bottom: 0 !important;
  }

  .u-smedium-border-bottom {
    border-bottom: 1px solid #dbdbdb !important;
  }

  .u-smedium-border-left-0 {
    border-left: 0 !important;
  }

  .u-smedium-border-left {
    border-left: 1px solid #dbdbdb !important;
  }

  .u-smedium-border-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .u-smedium-border-x {
    border-left: 1px solid #dbdbdb !important;
    border-right: 1px solid #dbdbdb !important;
  }

  .u-smedium-border-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .u-smedium-border-y {
    border-top: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
  }
}
@media print, screen and (min-width: 48em) {
  .u-medium-border-0 {
    border: 0 !important;
  }

  .u-medium-border {
    border: 1px solid #dbdbdb !important;
  }

  .u-medium-border-top-0 {
    border-top: 0 !important;
  }

  .u-medium-border-top {
    border-top: 1px solid #dbdbdb !important;
  }

  .u-medium-border-right-0 {
    border-right: 0 !important;
  }

  .u-medium-border-right {
    border-right: 1px solid #dbdbdb !important;
  }

  .u-medium-border-bottom-0 {
    border-bottom: 0 !important;
  }

  .u-medium-border-bottom {
    border-bottom: 1px solid #dbdbdb !important;
  }

  .u-medium-border-left-0 {
    border-left: 0 !important;
  }

  .u-medium-border-left {
    border-left: 1px solid #dbdbdb !important;
  }

  .u-medium-border-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .u-medium-border-x {
    border-left: 1px solid #dbdbdb !important;
    border-right: 1px solid #dbdbdb !important;
  }

  .u-medium-border-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .u-medium-border-y {
    border-top: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
  }
}
@media print, screen and (min-width: 62em) {
  .u-large-border-0 {
    border: 0 !important;
  }

  .u-large-border {
    border: 1px solid #dbdbdb !important;
  }

  .u-large-border-top-0 {
    border-top: 0 !important;
  }

  .u-large-border-top {
    border-top: 1px solid #dbdbdb !important;
  }

  .u-large-border-right-0 {
    border-right: 0 !important;
  }

  .u-large-border-right {
    border-right: 1px solid #dbdbdb !important;
  }

  .u-large-border-bottom-0 {
    border-bottom: 0 !important;
  }

  .u-large-border-bottom {
    border-bottom: 1px solid #dbdbdb !important;
  }

  .u-large-border-left-0 {
    border-left: 0 !important;
  }

  .u-large-border-left {
    border-left: 1px solid #dbdbdb !important;
  }

  .u-large-border-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .u-large-border-x {
    border-left: 1px solid #dbdbdb !important;
    border-right: 1px solid #dbdbdb !important;
  }

  .u-large-border-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .u-large-border-y {
    border-top: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
  }
}
@media screen and (min-width: 75em) {
  .u-xlarge-border-0 {
    border: 0 !important;
  }

  .u-xlarge-border {
    border: 1px solid #dbdbdb !important;
  }

  .u-xlarge-border-top-0 {
    border-top: 0 !important;
  }

  .u-xlarge-border-top {
    border-top: 1px solid #dbdbdb !important;
  }

  .u-xlarge-border-right-0 {
    border-right: 0 !important;
  }

  .u-xlarge-border-right {
    border-right: 1px solid #dbdbdb !important;
  }

  .u-xlarge-border-bottom-0 {
    border-bottom: 0 !important;
  }

  .u-xlarge-border-bottom {
    border-bottom: 1px solid #dbdbdb !important;
  }

  .u-xlarge-border-left-0 {
    border-left: 0 !important;
  }

  .u-xlarge-border-left {
    border-left: 1px solid #dbdbdb !important;
  }

  .u-xlarge-border-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .u-xlarge-border-x {
    border-left: 1px solid #dbdbdb !important;
    border-right: 1px solid #dbdbdb !important;
  }

  .u-xlarge-border-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .u-xlarge-border-y {
    border-top: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
  }
}
@media screen and (min-width: 90em) {
  .u-xxlarge-border-0 {
    border: 0 !important;
  }

  .u-xxlarge-border {
    border: 1px solid #dbdbdb !important;
  }

  .u-xxlarge-border-top-0 {
    border-top: 0 !important;
  }

  .u-xxlarge-border-top {
    border-top: 1px solid #dbdbdb !important;
  }

  .u-xxlarge-border-right-0 {
    border-right: 0 !important;
  }

  .u-xxlarge-border-right {
    border-right: 1px solid #dbdbdb !important;
  }

  .u-xxlarge-border-bottom-0 {
    border-bottom: 0 !important;
  }

  .u-xxlarge-border-bottom {
    border-bottom: 1px solid #dbdbdb !important;
  }

  .u-xxlarge-border-left-0 {
    border-left: 0 !important;
  }

  .u-xxlarge-border-left {
    border-left: 1px solid #dbdbdb !important;
  }

  .u-xxlarge-border-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .u-xxlarge-border-x {
    border-left: 1px solid #dbdbdb !important;
    border-right: 1px solid #dbdbdb !important;
  }

  .u-xxlarge-border-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .u-xxlarge-border-y {
    border-top: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
  }
}
@media screen and (min-width: 96.25em) {
  .u-xxxlarge-border-0 {
    border: 0 !important;
  }

  .u-xxxlarge-border {
    border: 1px solid #dbdbdb !important;
  }

  .u-xxxlarge-border-top-0 {
    border-top: 0 !important;
  }

  .u-xxxlarge-border-top {
    border-top: 1px solid #dbdbdb !important;
  }

  .u-xxxlarge-border-right-0 {
    border-right: 0 !important;
  }

  .u-xxxlarge-border-right {
    border-right: 1px solid #dbdbdb !important;
  }

  .u-xxxlarge-border-bottom-0 {
    border-bottom: 0 !important;
  }

  .u-xxxlarge-border-bottom {
    border-bottom: 1px solid #dbdbdb !important;
  }

  .u-xxxlarge-border-left-0 {
    border-left: 0 !important;
  }

  .u-xxxlarge-border-left {
    border-left: 1px solid #dbdbdb !important;
  }

  .u-xxxlarge-border-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .u-xxxlarge-border-x {
    border-left: 1px solid #dbdbdb !important;
    border-right: 1px solid #dbdbdb !important;
  }

  .u-xxxlarge-border-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .u-xxxlarge-border-y {
    border-top: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
  }
}
.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media print, screen and (min-width: 36em) {
  .smedium-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 62em) {
  .large-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 96.25em) {
  .xxxlarge-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.u-color-black {
  color: #000 !important;
}

.u-color-off-black {
  color: #151529 !important;
}

.u-color-dark-grey {
  color: #515151 !important;
}

.u-color-medium-grey {
  color: dimgray !important;
}

.u-color-light-grey {
  color: #dbdbdb !important;
}

.u-color-lighter-grey {
  color: #e8e8e8 !important;
}

.u-color-off-white {
  color: #f3f3f1 !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-primary {
  color: #373997 !important;
}

.u-color-secondary {
  color: #27274c !important;
}

.u-color-tertiary {
  color: #6ab9ff !important;
}

.u-color-quaternary {
  color: #ff8aa9 !important;
}

.u-color-success {
  color: #1ac1a9 !important;
}

.u-color-alert {
  color: #ff325c !important;
}

.u-color-validation-success {
  color: #5ccd2b !important;
}

.u-color-validation-error {
  color: #ff0f00 !important;
}

.u-bg-color-black {
  background-color: #000 !important;
}

.u-bg-color-off-black {
  background-color: #151529 !important;
}

.u-bg-color-dark-grey {
  background-color: #515151 !important;
}

.u-bg-color-medium-grey {
  background-color: dimgray !important;
}

.u-bg-color-light-grey {
  background-color: #dbdbdb !important;
}

.u-bg-color-lighter-grey {
  background-color: #e8e8e8 !important;
}

.u-bg-color-off-white {
  background-color: #f3f3f1 !important;
}

.u-bg-color-white {
  background-color: #fff !important;
}

.u-bg-color-primary {
  background-color: #373997 !important;
}

.u-bg-color-secondary {
  background-color: #27274c !important;
}

.u-bg-color-tertiary {
  background-color: #6ab9ff !important;
}

.u-bg-color-quaternary {
  background-color: #ff8aa9 !important;
}

.u-bg-color-success {
  background-color: #1ac1a9 !important;
}

.u-bg-color-alert {
  background-color: #ff325c !important;
}

.u-bg-color-validation-success {
  background-color: #5ccd2b !important;
}

.u-bg-color-validation-error {
  background-color: #ff0f00 !important;
}

.u-min-h-100 {
  min-height: 100%;
}

body.debug:after {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px;
  background: gold;
  line-height: 1;
  font-size: 12px;
  font-family: monospace;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 999999999;
  content: "small";
}

@media print, screen and (min-width: 36em) {
  body.debug:after {
    content: "smedium";
  }
}
@media print, screen and (min-width: 48em) {
  body.debug:after {
    content: "medium";
  }
}
@media print, screen and (min-width: 62em) {
  body.debug:after {
    content: "large";
  }
}
@media screen and (min-width: 75em) {
  body.debug:after {
    content: "xlarge";
  }
}
@media screen and (min-width: 90em) {
  body.debug:after {
    content: "xxlarge";
  }
}
@media screen and (min-width: 96.25em) {
  body.debug:after {
    content: "xxxlarge";
  }
}
.scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.scroll::-webkit-scrollbar {
  width: 0.6em;
  height: 0;
}
.scroll::-webkit-scrollbar-track {
  background: white;
}
.scroll::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 0.3em;
}
.scroll:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroll:hover::-webkit-scrollbar-thumb {
  background: #777;
}

@media (min-width: 992px) {
  .hide-on-mobile {
    display: block !important;
  }
  .hide-on-desktop {
    display: none;
  }
}
main {
  padding: 1em var(--page-gutters) var(--edge-spacing);
}
main.grid-container {
  max-width: calc(var(--grid-width) + var(--page-gutters) * 2);
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--grid-width);
}

.grid-container.fluid {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 36em) {
  .grid-x > .smedium-shrink,
.grid-x > .smedium-full,
.grid-x > .smedium-1,
.grid-x > .smedium-2,
.grid-x > .smedium-3,
.grid-x > .smedium-4,
.grid-x > .smedium-5,
.grid-x > .smedium-6,
.grid-x > .smedium-7,
.grid-x > .smedium-8,
.grid-x > .smedium-9,
.grid-x > .smedium-10,
.grid-x > .smedium-11,
.grid-x > .smedium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink,
.grid-x > .medium-full,
.grid-x > .medium-1,
.grid-x > .medium-2,
.grid-x > .medium-3,
.grid-x > .medium-4,
.grid-x > .medium-5,
.grid-x > .medium-6,
.grid-x > .medium-7,
.grid-x > .medium-8,
.grid-x > .medium-9,
.grid-x > .medium-10,
.grid-x > .medium-11,
.grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 62em) {
  .grid-x > .large-shrink,
.grid-x > .large-full,
.grid-x > .large-1,
.grid-x > .large-2,
.grid-x > .large-3,
.grid-x > .large-4,
.grid-x > .large-5,
.grid-x > .large-6,
.grid-x > .large-7,
.grid-x > .large-8,
.grid-x > .large-9,
.grid-x > .large-10,
.grid-x > .large-11,
.grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink,
.grid-x > .xlarge-full,
.grid-x > .xlarge-1,
.grid-x > .xlarge-2,
.grid-x > .xlarge-3,
.grid-x > .xlarge-4,
.grid-x > .xlarge-5,
.grid-x > .xlarge-6,
.grid-x > .xlarge-7,
.grid-x > .xlarge-8,
.grid-x > .xlarge-9,
.grid-x > .xlarge-10,
.grid-x > .xlarge-11,
.grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink,
.grid-x > .xxlarge-full,
.grid-x > .xxlarge-1,
.grid-x > .xxlarge-2,
.grid-x > .xxlarge-3,
.grid-x > .xxlarge-4,
.grid-x > .xxlarge-5,
.grid-x > .xxlarge-6,
.grid-x > .xxlarge-7,
.grid-x > .xxlarge-8,
.grid-x > .xxlarge-9,
.grid-x > .xxlarge-10,
.grid-x > .xxlarge-11,
.grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 96.25em) {
  .grid-x > .xxxlarge-shrink,
.grid-x > .xxxlarge-full,
.grid-x > .xxxlarge-1,
.grid-x > .xxxlarge-2,
.grid-x > .xxxlarge-3,
.grid-x > .xxxlarge-4,
.grid-x > .xxxlarge-5,
.grid-x > .xxxlarge-6,
.grid-x > .xxxlarge-7,
.grid-x > .xxxlarge-8,
.grid-x > .xxxlarge-9,
.grid-x > .xxxlarge-10,
.grid-x > .xxxlarge-11,
.grid-x > .xxxlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 36em) {
  .grid-x > .smedium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .smedium-shrink,
.grid-x > .smedium-1,
.grid-x > .smedium-2,
.grid-x > .smedium-3,
.grid-x > .smedium-4,
.grid-x > .smedium-5,
.grid-x > .smedium-6,
.grid-x > .smedium-7,
.grid-x > .smedium-8,
.grid-x > .smedium-9,
.grid-x > .smedium-10,
.grid-x > .smedium-11,
.grid-x > .smedium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x > .smedium-shrink {
    width: auto;
  }

  .grid-x > .smedium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .smedium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .smedium-3 {
    width: 25%;
  }

  .grid-x > .smedium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .smedium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .smedium-6 {
    width: 50%;
  }

  .grid-x > .smedium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .smedium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .smedium-9 {
    width: 75%;
  }

  .grid-x > .smedium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .smedium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .smedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-shrink,
.grid-x > .medium-1,
.grid-x > .medium-2,
.grid-x > .medium-3,
.grid-x > .medium-4,
.grid-x > .medium-5,
.grid-x > .medium-6,
.grid-x > .medium-7,
.grid-x > .medium-8,
.grid-x > .medium-9,
.grid-x > .medium-10,
.grid-x > .medium-11,
.grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink,
.grid-x > .large-1,
.grid-x > .large-2,
.grid-x > .large-3,
.grid-x > .large-4,
.grid-x > .large-5,
.grid-x > .large-6,
.grid-x > .large-7,
.grid-x > .large-8,
.grid-x > .large-9,
.grid-x > .large-10,
.grid-x > .large-11,
.grid-x > .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xlarge-shrink,
.grid-x > .xlarge-1,
.grid-x > .xlarge-2,
.grid-x > .xlarge-3,
.grid-x > .xlarge-4,
.grid-x > .xlarge-5,
.grid-x > .xlarge-6,
.grid-x > .xlarge-7,
.grid-x > .xlarge-8,
.grid-x > .xlarge-9,
.grid-x > .xlarge-10,
.grid-x > .xlarge-11,
.grid-x > .xlarge-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x > .xlarge-shrink {
    width: auto;
  }

  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }

  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }

  .grid-x > .xlarge-3 {
    width: 25%;
  }

  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }

  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }

  .grid-x > .xlarge-6 {
    width: 50%;
  }

  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }

  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }

  .grid-x > .xlarge-9 {
    width: 75%;
  }

  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }

  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }

  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xxlarge-shrink,
.grid-x > .xxlarge-1,
.grid-x > .xxlarge-2,
.grid-x > .xxlarge-3,
.grid-x > .xxlarge-4,
.grid-x > .xxlarge-5,
.grid-x > .xxlarge-6,
.grid-x > .xxlarge-7,
.grid-x > .xxlarge-8,
.grid-x > .xxlarge-9,
.grid-x > .xxlarge-10,
.grid-x > .xxlarge-11,
.grid-x > .xxlarge-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x > .xxlarge-shrink {
    width: auto;
  }

  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }

  .grid-x > .xxlarge-3 {
    width: 25%;
  }

  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }

  .grid-x > .xxlarge-6 {
    width: 50%;
  }

  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }

  .grid-x > .xxlarge-9 {
    width: 75%;
  }

  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }

  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 96.25em) {
  .grid-x > .xxxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xxxlarge-shrink,
.grid-x > .xxxlarge-1,
.grid-x > .xxxlarge-2,
.grid-x > .xxxlarge-3,
.grid-x > .xxxlarge-4,
.grid-x > .xxxlarge-5,
.grid-x > .xxxlarge-6,
.grid-x > .xxxlarge-7,
.grid-x > .xxxlarge-8,
.grid-x > .xxxlarge-9,
.grid-x > .xxxlarge-10,
.grid-x > .xxxlarge-11,
.grid-x > .xxxlarge-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x > .xxxlarge-shrink {
    width: auto;
  }

  .grid-x > .xxxlarge-1 {
    width: 8.3333333333%;
  }

  .grid-x > .xxxlarge-2 {
    width: 16.6666666667%;
  }

  .grid-x > .xxxlarge-3 {
    width: 25%;
  }

  .grid-x > .xxxlarge-4 {
    width: 33.3333333333%;
  }

  .grid-x > .xxxlarge-5 {
    width: 41.6666666667%;
  }

  .grid-x > .xxxlarge-6 {
    width: 50%;
  }

  .grid-x > .xxxlarge-7 {
    width: 58.3333333333%;
  }

  .grid-x > .xxxlarge-8 {
    width: 66.6666666667%;
  }

  .grid-x > .xxxlarge-9 {
    width: 75%;
  }

  .grid-x > .xxxlarge-10 {
    width: 83.3333333333%;
  }

  .grid-x > .xxxlarge-11 {
    width: 91.6666666667%;
  }

  .grid-x > .xxxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}

@media print, screen and (min-width: 48em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 36em) {
  .smedium-up-1 > .cell {
    width: 100%;
  }

  .smedium-up-2 > .cell {
    width: 50%;
  }

  .smedium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .smedium-up-4 > .cell {
    width: 25%;
  }

  .smedium-up-5 > .cell {
    width: 20%;
  }

  .smedium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .smedium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .smedium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 62em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }

  .xlarge-up-2 > .cell {
    width: 50%;
  }

  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }

  .xlarge-up-4 > .cell {
    width: 25%;
  }

  .xlarge-up-5 > .cell {
    width: 20%;
  }

  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }

  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }

  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }

  .xxlarge-up-2 > .cell {
    width: 50%;
  }

  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }

  .xxlarge-up-4 > .cell {
    width: 25%;
  }

  .xxlarge-up-5 > .cell {
    width: 20%;
  }

  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }

  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }

  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 96.25em) {
  .xxxlarge-up-1 > .cell {
    width: 100%;
  }

  .xxxlarge-up-2 > .cell {
    width: 50%;
  }

  .xxxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }

  .xxxlarge-up-4 > .cell {
    width: 25%;
  }

  .xxxlarge-up-5 > .cell {
    width: 20%;
  }

  .xxxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }

  .xxxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }

  .xxxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 36em) {
  .smedium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .smedium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 62em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 96.25em) {
  .xxxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.375rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.375rem);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.375rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.375rem);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.375rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.375rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.375rem);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.375rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.375rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.375rem);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.375rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.375rem);
}

@media print, screen and (min-width: 36em) {
  .smedium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .smedium-offset-0 {
    margin-left: calc(0% + 0.375rem);
  }

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

  .grid-margin-x > .smedium-offset-1 {
    margin-left: calc(8.3333333333% + 0.375rem);
  }

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

  .grid-margin-x > .smedium-offset-2 {
    margin-left: calc(16.6666666667% + 0.375rem);
  }

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

  .grid-margin-x > .smedium-offset-3 {
    margin-left: calc(25% + 0.375rem);
  }

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

  .grid-margin-x > .smedium-offset-4 {
    margin-left: calc(33.3333333333% + 0.375rem);
  }

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

  .grid-margin-x > .smedium-offset-5 {
    margin-left: calc(41.6666666667% + 0.375rem);
  }

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

  .grid-margin-x > .smedium-offset-6 {
    margin-left: calc(50% + 0.375rem);
  }

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

  .grid-margin-x > .smedium-offset-7 {
    margin-left: calc(58.3333333333% + 0.375rem);
  }

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

  .grid-margin-x > .smedium-offset-8 {
    margin-left: calc(66.6666666667% + 0.375rem);
  }

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

  .grid-margin-x > .smedium-offset-9 {
    margin-left: calc(75% + 0.375rem);
  }

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

  .grid-margin-x > .smedium-offset-10 {
    margin-left: calc(83.3333333333% + 0.375rem);
  }

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

  .grid-margin-x > .smedium-offset-11 {
    margin-left: calc(91.6666666667% + 0.375rem);
  }
}
@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }

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

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }

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

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }

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

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }

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

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem);
  }
}
@media print, screen and (min-width: 62em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }

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

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }

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

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }

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

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }

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

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }

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

  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }

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

  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }

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

  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }

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

  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }

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

  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }

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

  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }

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

  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }

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

  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem);
  }
}
@media screen and (min-width: 96.25em) {
  .xxxlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xxxlarge-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }

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

  .grid-margin-x > .xxxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .xxxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .xxxlarge-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }

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

  .grid-margin-x > .xxxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .xxxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .xxxlarge-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }

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

  .grid-margin-x > .xxxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .xxxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .xxxlarge-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }

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

  .grid-margin-x > .xxxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .xxxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 36em) {
  .grid-y > .smedium-shrink,
.grid-y > .smedium-full,
.grid-y > .smedium-1,
.grid-y > .smedium-2,
.grid-y > .smedium-3,
.grid-y > .smedium-4,
.grid-y > .smedium-5,
.grid-y > .smedium-6,
.grid-y > .smedium-7,
.grid-y > .smedium-8,
.grid-y > .smedium-9,
.grid-y > .smedium-10,
.grid-y > .smedium-11,
.grid-y > .smedium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-shrink,
.grid-y > .medium-full,
.grid-y > .medium-1,
.grid-y > .medium-2,
.grid-y > .medium-3,
.grid-y > .medium-4,
.grid-y > .medium-5,
.grid-y > .medium-6,
.grid-y > .medium-7,
.grid-y > .medium-8,
.grid-y > .medium-9,
.grid-y > .medium-10,
.grid-y > .medium-11,
.grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 62em) {
  .grid-y > .large-shrink,
.grid-y > .large-full,
.grid-y > .large-1,
.grid-y > .large-2,
.grid-y > .large-3,
.grid-y > .large-4,
.grid-y > .large-5,
.grid-y > .large-6,
.grid-y > .large-7,
.grid-y > .large-8,
.grid-y > .large-9,
.grid-y > .large-10,
.grid-y > .large-11,
.grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink,
.grid-y > .xlarge-full,
.grid-y > .xlarge-1,
.grid-y > .xlarge-2,
.grid-y > .xlarge-3,
.grid-y > .xlarge-4,
.grid-y > .xlarge-5,
.grid-y > .xlarge-6,
.grid-y > .xlarge-7,
.grid-y > .xlarge-8,
.grid-y > .xlarge-9,
.grid-y > .xlarge-10,
.grid-y > .xlarge-11,
.grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink,
.grid-y > .xxlarge-full,
.grid-y > .xxlarge-1,
.grid-y > .xxlarge-2,
.grid-y > .xxlarge-3,
.grid-y > .xxlarge-4,
.grid-y > .xxlarge-5,
.grid-y > .xxlarge-6,
.grid-y > .xxlarge-7,
.grid-y > .xxlarge-8,
.grid-y > .xxlarge-9,
.grid-y > .xxlarge-10,
.grid-y > .xxlarge-11,
.grid-y > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 96.25em) {
  .grid-y > .xxxlarge-shrink,
.grid-y > .xxxlarge-full,
.grid-y > .xxxlarge-1,
.grid-y > .xxxlarge-2,
.grid-y > .xxxlarge-3,
.grid-y > .xxxlarge-4,
.grid-y > .xxxlarge-5,
.grid-y > .xxxlarge-6,
.grid-y > .xxxlarge-7,
.grid-y > .xxxlarge-8,
.grid-y > .xxxlarge-9,
.grid-y > .xxxlarge-10,
.grid-y > .xxxlarge-11,
.grid-y > .xxxlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.3333333333%;
}

.grid-y > .small-2 {
  height: 16.6666666667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.3333333333%;
}

.grid-y > .small-5 {
  height: 41.6666666667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.3333333333%;
}

.grid-y > .small-8 {
  height: 66.6666666667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.3333333333%;
}

.grid-y > .small-11 {
  height: 91.6666666667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 36em) {
  .grid-y > .smedium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .smedium-shrink,
.grid-y > .smedium-1,
.grid-y > .smedium-2,
.grid-y > .smedium-3,
.grid-y > .smedium-4,
.grid-y > .smedium-5,
.grid-y > .smedium-6,
.grid-y > .smedium-7,
.grid-y > .smedium-8,
.grid-y > .smedium-9,
.grid-y > .smedium-10,
.grid-y > .smedium-11,
.grid-y > .smedium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-y > .smedium-shrink {
    height: auto;
  }

  .grid-y > .smedium-1 {
    height: 8.3333333333%;
  }

  .grid-y > .smedium-2 {
    height: 16.6666666667%;
  }

  .grid-y > .smedium-3 {
    height: 25%;
  }

  .grid-y > .smedium-4 {
    height: 33.3333333333%;
  }

  .grid-y > .smedium-5 {
    height: 41.6666666667%;
  }

  .grid-y > .smedium-6 {
    height: 50%;
  }

  .grid-y > .smedium-7 {
    height: 58.3333333333%;
  }

  .grid-y > .smedium-8 {
    height: 66.6666666667%;
  }

  .grid-y > .smedium-9 {
    height: 75%;
  }

  .grid-y > .smedium-10 {
    height: 83.3333333333%;
  }

  .grid-y > .smedium-11 {
    height: 91.6666666667%;
  }

  .grid-y > .smedium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-shrink,
.grid-y > .medium-1,
.grid-y > .medium-2,
.grid-y > .medium-3,
.grid-y > .medium-4,
.grid-y > .medium-5,
.grid-y > .medium-6,
.grid-y > .medium-7,
.grid-y > .medium-8,
.grid-y > .medium-9,
.grid-y > .medium-10,
.grid-y > .medium-11,
.grid-y > .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }

  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }

  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }

  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }

  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 62em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-shrink,
.grid-y > .large-1,
.grid-y > .large-2,
.grid-y > .large-3,
.grid-y > .large-4,
.grid-y > .large-5,
.grid-y > .large-6,
.grid-y > .large-7,
.grid-y > .large-8,
.grid-y > .large-9,
.grid-y > .large-10,
.grid-y > .large-11,
.grid-y > .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.3333333333%;
  }

  .grid-y > .large-2 {
    height: 16.6666666667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.3333333333%;
  }

  .grid-y > .large-5 {
    height: 41.6666666667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.3333333333%;
  }

  .grid-y > .large-8 {
    height: 66.6666666667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.3333333333%;
  }

  .grid-y > .large-11 {
    height: 91.6666666667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .xlarge-shrink,
.grid-y > .xlarge-1,
.grid-y > .xlarge-2,
.grid-y > .xlarge-3,
.grid-y > .xlarge-4,
.grid-y > .xlarge-5,
.grid-y > .xlarge-6,
.grid-y > .xlarge-7,
.grid-y > .xlarge-8,
.grid-y > .xlarge-9,
.grid-y > .xlarge-10,
.grid-y > .xlarge-11,
.grid-y > .xlarge-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-y > .xlarge-shrink {
    height: auto;
  }

  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }

  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }

  .grid-y > .xlarge-3 {
    height: 25%;
  }

  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }

  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }

  .grid-y > .xlarge-6 {
    height: 50%;
  }

  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }

  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }

  .grid-y > .xlarge-9 {
    height: 75%;
  }

  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }

  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }

  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .xxlarge-shrink,
.grid-y > .xxlarge-1,
.grid-y > .xxlarge-2,
.grid-y > .xxlarge-3,
.grid-y > .xxlarge-4,
.grid-y > .xxlarge-5,
.grid-y > .xxlarge-6,
.grid-y > .xxlarge-7,
.grid-y > .xxlarge-8,
.grid-y > .xxlarge-9,
.grid-y > .xxlarge-10,
.grid-y > .xxlarge-11,
.grid-y > .xxlarge-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }

  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }

  .grid-y > .xxlarge-3 {
    height: 25%;
  }

  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }

  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }

  .grid-y > .xxlarge-6 {
    height: 50%;
  }

  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }

  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }

  .grid-y > .xxlarge-9 {
    height: 75%;
  }

  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }

  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }

  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 96.25em) {
  .grid-y > .xxxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .xxxlarge-shrink,
.grid-y > .xxxlarge-1,
.grid-y > .xxxlarge-2,
.grid-y > .xxxlarge-3,
.grid-y > .xxxlarge-4,
.grid-y > .xxxlarge-5,
.grid-y > .xxxlarge-6,
.grid-y > .xxxlarge-7,
.grid-y > .xxxlarge-8,
.grid-y > .xxxlarge-9,
.grid-y > .xxxlarge-10,
.grid-y > .xxxlarge-11,
.grid-y > .xxxlarge-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-y > .xxxlarge-shrink {
    height: auto;
  }

  .grid-y > .xxxlarge-1 {
    height: 8.3333333333%;
  }

  .grid-y > .xxxlarge-2 {
    height: 16.6666666667%;
  }

  .grid-y > .xxxlarge-3 {
    height: 25%;
  }

  .grid-y > .xxxlarge-4 {
    height: 33.3333333333%;
  }

  .grid-y > .xxxlarge-5 {
    height: 41.6666666667%;
  }

  .grid-y > .xxxlarge-6 {
    height: 50%;
  }

  .grid-y > .xxxlarge-7 {
    height: 58.3333333333%;
  }

  .grid-y > .xxxlarge-8 {
    height: 66.6666666667%;
  }

  .grid-y > .xxxlarge-9 {
    height: 75%;
  }

  .grid-y > .xxxlarge-10 {
    height: 83.3333333333%;
  }

  .grid-y > .xxxlarge-11 {
    height: 91.6666666667%;
  }

  .grid-y > .xxxlarge-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 36em) {
  .smedium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .smedium-grid-frame {
    width: 100%;
  }

  .smedium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .smedium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .smedium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .smedium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 62em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xlarge-grid-frame {
    width: 100%;
  }

  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xxlarge-grid-frame {
    width: 100%;
  }

  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 96.25em) {
  .xxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xxxlarge-grid-frame {
    width: 100%;
  }

  .xxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xxxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .xxxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .xxxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 36em) {
  .grid-y.smedium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 62em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 96.25em) {
  .grid-y.xxxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 36em) {
  .cell .grid-y.smedium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 62em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 96.25em) {
  .cell .grid-y.xxxlarge-grid-frame {
    height: 100%;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

@media print, screen and (min-width: 36em) {
  .smedium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .smedium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .smedium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .smedium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .smedium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .smedium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .smedium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .smedium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 62em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 96.25em) {
  .xxxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xxxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .xxxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .xxxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .xxxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .xxxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .xxxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .xxxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
body {
  font-size: 16px;
}
body.admin-bar {
  padding-top: 32px !important;
}
body main {
  font-size: 62.5%;
  overflow: hidden;
  padding-top: var(--edge-spacing);
  padding-bottom: 2.4em;
}
@media (min-width: 992px) and (max-width: 1399px) {
  body {
    font-size: 14px;
  }
}

button[type=submit] {
  color: #ffffff;
  background-color: #373997;
  margin: 0.4em auto 0;
}
button[type=submit].disabled {
  color: #ffffff;
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
}

.author .mb-img-mobile-border,
.ordered-article .mb-img-mobile-border {
  margin-bottom: 0;
}
.author .header-category,
.ordered-article .header-category {
  margin-bottom: 2.4em;
  margin-top: 0.5em;
}
.author .header-category h1,
.ordered-article .header-category h1 {
  padding-bottom: 0;
}
.author .bio,
.ordered-article .bio {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2.4em;
}
.author .categories figure,
.ordered-article .categories figure {
  display: block;
}
.author .categories figure a,
.ordered-article .categories figure a {
  display: block;
}
.author .categories .feature .feature,
.ordered-article .categories .feature .feature {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 0;
  padding-bottom: 0;
}
.author .categories .feature .feature:last-child .mb-img-mobile-border,
.ordered-article .categories .feature .feature:last-child .mb-img-mobile-border {
  border-bottom: 0;
}
.author .categories .large-9 > .feature:nth-last-child(2) figure,
.ordered-article .categories .large-9 > .feature:nth-last-child(2) figure {
  border-bottom: 0;
}
.author .categories .feature + .newsletter-wrapper,
.ordered-article .categories .feature + .newsletter-wrapper {
  background-color: #fff;
  padding-top: 2.4em;
  margin-top: -2.5em;
  border-bottom: 0;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
.author .categories .large-9 .global-paragraph,
.author .categories .large-9 .byline,
.ordered-article .categories .large-9 .global-paragraph,
.ordered-article .categories .large-9 .byline {
  display: none;
}
.author .categories .large-3 .border-bottom,
.ordered-article .categories .large-3 .border-bottom {
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
.author .categories .large-3 h3,
.ordered-article .categories .large-3 h3 {
  margin: 0;
  padding: 0.45em 0 0;
}
.author .categories h3,
.ordered-article .categories h3 {
  margin-bottom: 0.45em;
  padding-bottom: 0.45em;
}

.ordered-article .feature {
  flex-direction: column-reverse;
  border: none;
  padding: 0;
}

.inline-filters-box .mobile-filters-header {
  display: none;
}
.inline-filters-box .line-filter {
  display: none;
}
.inline-filters-box.open {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 1.6em;
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  z-index: 99;
  flex-direction: column;
}
.inline-filters-box.open .mobile-filters-header {
  display: block;
  padding: 2.4em 0;
}
.inline-filters-box.open .line-filter {
  display: block;
  flex: initial;
}
.inline-filters-box.open .line-search {
  display: none;
}
.inline-filters-box.open p {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 1.3em;
}
.inline-filters-box .modal-exit {
  position: absolute;
  right: 0.5em;
  top: 0.4em;
  font-size: 3em;
}

.login {
  min-height: 70vh;
}
.login .header-category {
  padding-bottom: 1.2em;
  margin-bottom: 1.6em;
}
.login .form-wrapper .form .form-group {
  margin-bottom: 1.6em;
}
.login .form-wrapper .form .form-group input {
  margin-bottom: 0;
}
.login .pmpro_lost_password-instructions {
  font-size: 2.2em;
  line-height: 1.28em;
  margin-bottom: 0.725em;
}

#company-az .ordered-article .large-6 .large-8 h3 {
  padding-bottom: 0;
  margin-bottom: 0.225em;
}
#company-az .ordered-article .large-6 .large-4 {
  display: flex;
  justify-content: center;
}

.page-template-projects-az-gd .header-category h1,
.page-template-projects-az.page h1,
.page-template-company-az.page h1 {
  margin-bottom: 0;
}

.page-template-projects-az.page .header-category,
.page-template-company-az.page .header-category {
  padding-bottom: 1.2em;
  margin-bottom: 1.6em;
}

#project-az .border-bottom.u-mb-3 {
  margin-bottom: 1.2em !important;
}
#project-az .large-4 figure a {
  position: relative;
  overflow: hidden;
}
#project-az .large-4 figure a:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
#project-az .large-4 figure a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
}

#project-az .lsit-abtl-company,
#company-az .lsit-abtl-company {
  padding-top: 0.1em;
  margin-bottom: 2.4em;
}
#project-az .lsit-abtl-company ul li a,
#company-az .lsit-abtl-company ul li a {
  border-color: #dbdbdb;
}
#project-az .lsit-abtl-company ul li a:hover,
#company-az .lsit-abtl-company ul li a:hover {
  background-color: #373997;
  border-color: #373997;
}
#project-az .lsit-abtl-company ul li a.c-tabs-nav__tab--disabled,
#company-az .lsit-abtl-company ul li a.c-tabs-nav__tab--disabled {
  opacity: 1;
  color: #dbdbdb;
}

.align-center.u-my-5.u-medium-my-7 a {
  font-size: 0.875rem;
  font-weight: 400;
}

.about-us-page .header-category.header-category-alt {
  padding-bottom: 1.2em;
  margin: 0.4em 0 2em;
}
.about-us-page header h1 {
  margin-bottom: 0;
}
.about-us-page p {
  color: #151529;
}
.about-us-page .article-grid header {
  padding-bottom: 0.8em;
  margin-top: 2em;
}
.about-us-page .large-8 > p,
.about-us-page .article-grid > p {
  font-family: "Lora";
}
.about-us-page .subheader-alt {
  margin-bottom: 2em;
}

@media (min-width: 992px) {
  .author .header-category {
    margin-top: 2.2em;
    margin-bottom: 2.4em;
    padding-bottom: 1.85em;
  }
  .author .bio {
    flex-direction: row;
    padding-bottom: 1.8em;
  }
  .author .bio p {
    font-size: 2.2em;
    max-width: 41em;
    margin-bottom: 0;
  }
  .author .categories .feature .feature {
    flex-direction: row;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.6em;
  }
  .author .categories .feature .feature:last-child:not(.load-more-btn) {
    margin-bottom: 0;
  }
  .author .categories .feature .feature.load-more-btn {
    margin-top: 1.6em;
    padding: 0;
    border: none;
  }
  .author .categories .feature .feature.load-more-btn button {
    display: block;
    margin: 0 auto;
  }
  .author .categories .feature .feature .large-8 {
    max-width: 60em;
  }
  .author .categories .feature + .newsletter-wrapper {
    padding-bottom: 1.6em;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1.6em;
    border-bottom: 1px solid #ddd;
  }
  .author .categories h3 {
    padding-bottom: 0;
  }
  .author .categories .large-9 .large-8 {
    padding-left: 2.4em;
  }
  .author .categories .large-9 .global-paragraph,
.author .categories .large-9 .byline {
    display: block;
  }
  .author .categories .large-9 .byline {
    margin-top: 0.8em;
    margin-bottom: 0;
  }
  .author .categories .large-9 .global-paragraph {
    margin: 0;
  }
  .author .categories .large-3 h4 {
    margin-bottom: 0;
  }

  .line-filter {
    display: block;
  }

  .page-template-projects-az.page .header-category,
.page-template-company-az.page .header-category {
    padding-bottom: 1.6em;
    margin-bottom: 3.2em;
  }

  #project-az ul {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
  }

  .ordered-article .feature {
    flex-direction: row;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.6em;
  }
  .ordered-article .large-6,
.ordered-article .companies-container {
    margin: 0 auto;
    width: 920px;
    max-width: 100%;
  }
  .ordered-article .large-6 .large-8,
.ordered-article .companies-container .large-8 {
    padding-left: 2.4em;
  }

  .inline-filters-box .line-filter {
    display: block;
  }

  .login .header-category {
    padding-bottom: 1.6em;
    margin-bottom: 3.2em;
  }
  .login .form-wrapper .form .form-group {
    margin-bottom: 3.2em;
  }
  .login .pmpro_lost_password-instructions {
    margin-bottom: 1.1em;
  }

  #project-az .border-bottom.u-mb-3 {
    margin-bottom: 1.6em !important;
  }

  #company-az .ordered-article .large-6 .large-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #company-az .ordered-article .large-6 .large-4 {
    display: block;
  }

  .about-us-page .header-category.header-category-alt {
    padding-bottom: 1.6em;
    margin: 1.2em 0 3.2em;
  }
  .about-us-page .article-grid header {
    padding-bottom: 1.2em;
    margin-bottom: 3.2em;
  }
  .about-us-page .large-8 > .article-grid {
    padding-top: 0;
    padding-bottom: 1.2em;
    overflow: hidden;
    border-bottom: 0;
  }
}
body {
  font-family: atlas, "Helvetica Neue", helvetica, sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: atlas, "Helvetica Neue", helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #151529;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
}

p,
ul,
ol,
input,
textarea,
button,
table {
  font-family: atlas, "Helvetica Neue", helvetica, sans-serif;
  font-size: 1.6em;
}

ul ul,
ol ol,
ul ol,
ol ul,
ul p,
ul input,
ul button {
  font-size: 1em;
}

a {
  color: #373997;
}

h1 {
  font-size: var(--fs-xl);
  letter-spacing: var(--letter-space-xl);
  line-height: var(--ln-xl);
}
@media only screen and (min-width: 62em) {
  h1 {
    font-size: var(--fs-xl);
  }
}
h1 a {
  color: #151529;
}

h2 {
  font-size: var(--fs-m);
  line-height: 1.2em;
}
@media only screen and (min-width: 62em) {
  h2 {
    font-size: var(--fs-m);
    line-height: 1.166666em;
  }
}
h2 a {
  color: #151529;
}

h3 {
  font-size: var(--fs-xs);
  line-height: 1.333333em;
}
@media only screen and (min-width: 62em) {
  h3 {
    font-size: var(--fs-md);
  }
}
h3 a {
  color: #151529;
}

h4 {
  font-size: var(--fs-xxs);
  line-height: 1.428571em;
  margin-bottom: 0.4rem;
}
h4 a {
  color: #151529;
}
@media only screen and (min-width: 62em) {
  h4 {
    margin-bottom: 0.8rem;
  }
}

.more-news .grid-x .cell article figure,
.most-popular .grid-x .cell article figure {
  margin-bottom: 1.83em;
}
.more-news .grid-x .cell article h3,
.most-popular .grid-x .cell article h3 {
  font-size: 2.04em;
}

.article-grid {
  width: 100%;
}
.article-grid .grid-header {
  display: flex;
  justify-content: space-between;
}
.article-grid .grid-header h6,
.article-grid .grid-header h5,
.article-grid .grid-header h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.article-grid header {
  padding-bottom: var(--edge-spacing);
  margin-bottom: 0;
  margin-top: var(--text-spacing-heading);
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-grid header.text-center {
  justify-content: center;
}
.article-grid header h2 {
  font-size: 2em;
}
.article-grid header .view-more-link,
.article-grid header .view-more {
  text-align: right;
  display: block;
  font-size: 1.2em;
}
.article-grid .grid-x h2,
.article-grid .grid-x h3,
.article-grid .grid-x p,
.article-grid .grid-x img {
  margin: 0;
  padding: 0;
}
.article-grid .grid-x h2,
.article-grid .grid-x h3,
.article-grid .grid-x p {
  font-size: 1.6em;
}
.article-grid .grid-x article {
  padding: var(--edge-spacing) 0;
  border-bottom: solid 1px #ddd;
}
.article-grid .grid-x article h3 {
  margin-top: 0.25em;
}
.article-grid .grid-x article p {
  margin-bottom: 1em;
}
.article-grid .grid-x article .byline {
  margin-top: 0.8em;
}
.article-grid .grid-x article .byline a {
  color: #626262;
  font-weight: 400;
}
.article-grid .grid-x article:last-of-type {
  border-bottom: solid 1px #ddd;
}
.article-grid .grid-x article:last-of-type h3 {
  margin-bottom: 0;
}
.article-grid .grid-x article .digital-magazine-box-container__title {
  margin-bottom: var(--text-spacing);
}
.article-grid .grid-x article .category {
  font-weight: 500;
}
.article-grid .grid-x article .category a {
  font-weight: 500;
  color: #373997;
}
.article-grid .grid-x article .category + h3 {
  margin-bottom: 0;
  color: #151529;
}
.article-grid .grid-x article .category + h3:hover, .article-grid .grid-x article .category + h3 > a:hover {
  color: #373997;
}
.article-grid .grid-x article .category h3 {
  font-size: 1.8em;
  line-height: 1.33333;
  letter-spacing: -0.015em;
  margin-bottom: 0.667em;
}
.article-grid .grid-x article .category h3 a {
  color: #151529;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.article-grid .grid-x article .category h3 a:hover h3 a,
.article-grid .grid-x article .category h3 a:hover h2 a,
.article-grid .grid-x article .category h3 a:hover h1 a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #373997;
}
.article-grid .grid-x article .category h3 a:hover .category:hover + h3 a,
.article-grid .grid-x article .category h3 a:hover .category:hover + h2 a,
.article-grid .grid-x article .category h3 a:hover .category:hover + h1 a {
  text-decoration: none;
}
.article-grid .grid-x article figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.article-grid .grid-x article figure img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.article-grid .grid-x article figure > img,
.article-grid .grid-x article figure a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.article-grid .grid-x article figure > img:hover,
.article-grid .grid-x article figure a:hover {
  opacity: 0.8;
}
.article-grid .grid-x article .byline {
  color: #626262;
}
.article-grid .grid-x article .byline a {
  color: #626262;
}
.article-grid .grid-x article .category + h2 {
  font-size: 2em;
}
@media only screen and (min-width: 62em) {
  .article-grid .grid-x article .category + h2 {
    font-size: 2.4em;
  }
}
.article-grid .grid-x article.feature {
  margin-bottom: 0;
  padding-bottom: 1.2em;
  border-bottom: solid 1px #ddd;
}
.article-grid .grid-x article.feature h3 {
  font-size: 2.4em;
  line-height: 1.25;
  letter-spacing: -0.015em;
  margin-bottom: 0.17em;
}
.article-grid .grid-x article.feature p {
  margin-top: var(--text-spacing);
  color: #626262;
  font-weight: 400;
  margin-bottom: 0.6em;
}
.article-grid .grid-x article.feature .byline {
  margin-bottom: 1.6em;
  margin-top: 0;
}
.article-grid .grid-x article .button {
  margin-top: 0.75em;
}
.article-grid .recommended-reports .related figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.article-grid .with-images figure {
  margin-bottom: 0.4em;
  margin-top: 1.6em;
}
.article-grid .with-images figure img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.article-grid .with-images article {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0;
}
.article-grid .more-links h3 {
  border-bottom: solid 1px #ddd;
  padding-bottom: 0.5em;
  font-size: 1.2em;
}
.article-grid .more-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-grid .more-links ul li a {
  display: block;
  border-bottom: solid 1px #ddd;
  padding: 0.75em 0;
  color: #373997;
}
.article-grid .more-links ul li:last-of-type a {
  padding-bottom: 1.6em;
}
@media (min-width: 992px) {
  .article-grid.article-grid-row article {
    padding-bottom: 0;
  }
}
.article-grid.article-grid-row article figure {
  margin-bottom: 1.2em;
}
.article-grid.one-large-feature .grid-x .large-6 {
  border-right: 0;
}
@media (min-width: 992px) {
  .article-grid:not(.article-grid-x):last-of-type .grid-x article {
    border-bottom: none;
  }
}
.article-grid.digital-magazine-box:last-of-type {
  border-bottom: 0;
}
.article-grid .more-insights,
.article-grid .more-links {
  margin-top: 1.2em;
}
.article-grid .more-insights > h3,
.article-grid .more-links > h3 {
  padding-bottom: 1.3em;
}
@media (min-width: 992px) {
  .article-grid {
    padding: 1.83em 0;
    border-bottom: solid 1px #ddd;
  }
  .article-grid.themes header {
    margin-bottom: 2.4em;
  }
  .article-grid.themes .with-images figure {
    margin-bottom: 0;
  }
  .article-grid.top-features article {
    margin-bottom: 1.6em;
  }
  .article-grid header {
    margin-bottom: 1.6em;
    padding-bottom: 1.2em;
  }
  .article-grid header h2 {
    font-size: 2.4em;
  }
  .article-grid header .view-more-link,
.article-grid header .view-more {
    font-size: 1.4em;
  }
  .article-grid .grid-x {
    margin: 0 var(--edge-spacing-adjust);
  }
  .article-grid .grid-x .cell {
    border-right: solid 1px #ddd;
    padding: 0 var(--edge-spacing);
  }
  .article-grid .grid-x .cell:last-child {
    border-right: none;
  }
  .article-grid .grid-x article {
    padding-top: 0;
    padding-bottom: 1.6em;
  }
  .article-grid .grid-x article:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .article-grid .grid-x article .category h3 {
    font-size: 1.8em;
    margin-bottom: 0;
  }
  .article-grid .grid-x article.feature {
    border-bottom: none;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .article-grid .grid-x article.feature figure {
    margin-bottom: 0;
    margin-top: auto;
  }
  .article-grid .grid-x article.feature .cell {
    border: none;
  }
  .article-grid .grid-x article.feature h3 {
    font-size: 3.2em;
  }
  .article-grid .grid-x article.feature h3 + p {
    margin-top: 0.5em;
  }
  .article-grid .grid-x.sub-blocks article {
    border-bottom: 0;
  }
  .article-grid.features-and-links .grid-x article.feature .byline {
    margin-bottom: 0;
  }
  .article-grid.one-large-feature .grid-x .grid-x .cell {
    border: none;
  }
  .article-grid .with-images figure {
    margin-top: 0;
    margin-bottom: 1.6em;
  }
  .article-grid .with-images article {
    flex-direction: column;
    margin-bottom: 1.6em;
  }
  .article-grid .with-images article figure {
    margin-bottom: 1.6em;
  }
  .article-grid .with-images:last-of-type article {
    margin-bottom: 0;
  }
  .article-grid .more-links ul li a {
    padding: 0.5em 0;
  }
  .article-grid .more-links ul li:last-of-type a {
    border: none;
    padding-bottom: 0;
  }
  .article-grid .more-insights,
.article-grid .more-links {
    margin-top: 0;
  }
}

.article-grid .grid-border {
  border-bottom: 1px solid #ddd;
  padding: var(--line-spacing) 0;
}

.articles a:hover {
  text-decoration: underline;
  color: #373997;
}
.articles figure a:hover {
  opacity: 0.8;
}
.articles h2 a:hover,
.articles h3 a:hover,
.articles h4 a:hover {
  text-decoration: underline;
  color: #373997;
}

article.feature:hover .articles h1 {
  text-decoration: underline;
}
article.feature:hover .articles h1 a {
  color: #373997;
}

article.articles:hover h3 a,
article.articles:hover h2 a,
article.articles:hover h1 a {
  text-decoration: underline;
  color: #373997;
}
article.articles:hover .category:hover + h3 a,
article.articles:hover .category:hover + h2 a,
article.articles:hover .category:hover + h1 a {
  text-decoration: none;
}

.category {
  font-weight: 500;
}

.article-grid .grid-x article.large-6:hover h3 a,
.article-grid .grid-x article.large-6:hover h2 a,
.article-grid .grid-x article.large-6:hover h1 a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #373997;
}

@media (min-width: 992px) {
  .article-grid .grid-border {
    margin-bottom: var(--line-spacing);
  }
}
.link-wrap {
  position: relative;
}
.link-wrap-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 992px) {
  .article-grid .grid-border {
    margin-bottom: var(--line-spacing);
  }
}
img {
  transition: opacity 0.4s ease-in;
}
img.lazy-loaded {
  opacity: 1;
}

.reports-page .article-grid .video-and-text .feature .grid-x .button {
  margin: 1em 0 0 0;
}
@media (min-width: 768px) {
  .reports-page .article-grid .video-and-text .feature .grid-x .video {
    order: 2;
  }
  .reports-page .article-grid .video-and-text .feature .grid-x .text {
    order: 1;
  }
  .reports-page .article-grid .video-and-text .feature .grid-x .button {
    margin: 2em 0 0 0;
    color: white;
  }
  .reports-page .article-grid .video-and-text .feature .grid-x .button a {
    color: white;
  }
}
.reports-page header {
  margin-bottom: var(--edge-spacing);
}
.reports-page header h1 {
  margin-bottom: 0;
}

.article-grid.reports-grid {
  border: none;
}
.article-grid.reports-grid .grid-x .cell article {
  background: #f3f3f1;
  padding: var(--edge-spacing);
  margin-bottom: var(--edge-spacing);
  position: relative;
  min-height: 20em;
}
.article-grid.reports-grid .grid-x .cell article figure {
  position: absolute;
  right: 2em;
  bottom: 2em;
  width: 3em;
  height: 4em;
  padding-top: 0;
}
.article-grid.reports-grid .grid-x .cell article figure img {
  width: 2.4em;
  aspect-ratio: auto;
  object-fit: fill;
}
.article-grid.reports-grid .grid-x .cell article .category {
  font-size: 1.2em;
}
.article-grid.reports-grid .grid-x .cell article h3 {
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1.333333em;
  padding-bottom: 0.444444em;
}
.article-grid.reports-grid .grid-x .cell article .price {
  color: #626262;
  font-size: 1.2em;
  line-height: 1.333333em;
  font-weight: 500;
}
.article-grid.reports-grid .grid-x .cell article time {
  font-size: 1.2em;
  position: absolute;
  bottom: 2.1666em;
}
.article-grid.reports-grid .grid-x .cell article.double-height-report p {
  display: none;
}
@media (min-width: 768px) {
  .article-grid.reports-grid .grid-x .cell article {
    border: none;
    min-height: 28em;
  }
  .article-grid.reports-grid.reports-carousel .grid-x {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .article-grid.reports-grid .grid-x .cell article {
    margin-bottom: 0;
  }
  .article-grid.reports-grid .grid-x .cell article.half-screen-report {
    display: flex;
  }
  .article-grid.reports-grid .grid-x .cell article.half-screen-report figure {
    width: 25%;
    height: auto;
    position: relative;
    right: 0;
    bottom: 0;
  }
  .article-grid.reports-grid .grid-x .cell article.half-screen-report figure img {
    width: 100%;
    box-shadow: -1em 1em 0px 0px #000000;
    position: relative;
    left: 1em;
    width: 90%;
  }
  .article-grid.reports-grid .grid-x .cell article.half-screen-report .report-details {
    width: 70%;
    padding-left: var(--edge-spacing);
  }
  .article-grid.reports-grid .grid-x .cell article.half-screen-report .report-details h3 {
    font-size: 2.4em;
    line-height: 1.25em;
  }
  .article-grid.reports-grid .grid-x .cell article.half-screen-report.double-height-report {
    height: 100%;
  }
  .article-grid.reports-grid .grid-x .cell article.double-height-report .report-details h3 {
    font-size: 3.2em;
    line-height: 1.25em;
  }
  .article-grid.reports-grid .grid-x .cell article.double-height-report .report-details p {
    display: block;
  }
  .article-grid.reports-grid.featured-reports .grid-x.quarter-screen-reports {
    margin-top: var(--edge-spacing);
  }
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19f;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-resize .carousel-cell {
  min-height: 100%;
}

.c-carousel-4-col {
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 62em) {
  .c-carousel-4-col {
    border-top: 1px solid #dbdbdb;
  }
}
.c-carousel-4-col__wrapper {
  overflow: hidden;
}

@media print, screen and (min-width: 62em) {
  .c-carousel-4-col__container {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.c-carousel-4-col__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  max-width: 100%;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) and (max-width: 61.99875em) {
  .c-carousel-4-col__header {
    padding-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 62em) {
  .c-carousel-4-col__header {
    display: block;
    margin-bottom: auto;
    padding-top: 0.75rem;
    padding-bottom: 2rem;
    border-bottom: 0;
  }

  .c-carousel-4-col__header-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: inset -1px 0 0 0 #dbdbdb;
    box-shadow: inset -1px 0 0 0 #dbdbdb;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .c-carousel-4-col--no-borders .c-carousel-4-col__header-cell {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .c-carousel-4-col__header .c-more-link svg {
    display: none;
  }
}
.c-carousel-4-col__logo {
  display: none;
}

@media print, screen and (min-width: 62em) {
  .c-carousel-4-col__logo {
    display: block;
    width: 5rem;
    max-width: 100%;
    height: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.c-carousel-4-col__title {
  margin: 0 1.25rem 0 0;
}

@media print, screen and (min-width: 48em) and (max-width: 61.99875em) {
  .c-carousel-4-col__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 62em) {
  .c-carousel-4-col__title {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
.c-carousel-4-col .c-more-link {
  margin-left: auto;
}

@media print, screen and (min-width: 62em) {
  .c-carousel-4-col .c-more-link {
    margin-left: 0;
  }
}
.c-carousel-4-col__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.c-carousel-4-col__slider.flickity-enabled {
  display: block;
}

@media print, screen and (min-width: 62em) {
  .c-carousel-4-col__slider-cell {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .c-carousel-4-col__slider .flickity-slider {
    min-height: 13.75rem;
  }
}
.c-carousel-4-col__slider-controls {
  display: none;
}

@media print, screen and (min-width: 62em) {
  .c-carousel-4-col__slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0.75rem;
  }
}
.c-carousel-4-col__slider-prev,
.c-carousel-4-col__slider-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #373997;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  cursor: pointer;
}

.c-carousel-4-col__slider-prev:disabled,
.c-carousel-4-col__slider-next:disabled {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}

.c-carousel-4-col__slider-prev:hover,
.c-carousel-4-col__slider-next:hover {
  color: #27274c;
}

.c-carousel-4-col__slider-prev:focus,
.c-carousel-4-col__slider-next:focus {
  outline: 0;
}

.c-carousel-4-col__slider-prev svg,
.c-carousel-4-col__slider-next svg {
  display: block;
  width: 0.5rem;
  height: auto;
  margin: 0;
}

.c-carousel-4-col__slider-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-carousel-4-col__slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-carousel-4-col__slider-dot {
  display: block;
  width: 1.25rem;
  height: 0.375rem;
  margin-right: 0.375rem;
  background-color: #dbdbdb;
  border-radius: 0.375rem;
  cursor: pointer;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-carousel-4-col__slider-dot:last-child {
  margin-right: 0;
}

.c-carousel-4-col__slider-dot:hover {
  background-color: #27274c;
}

.c-carousel-4-col__slider-dot:focus {
  outline: none;
}

.c-carousel-4-col__slider-dot--active {
  background-color: #373997;
  pointer-events: none;
  cursor: default;
}

.c-carousel-4-col__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  max-width: 75vw;
  min-height: 100%;
}

@media print, screen and (min-width: 62em) {
  .c-carousel-4-col__slide {
    width: 33.3333333333%;
  }
}
.c-carousel-4-col__slide:first-child .c-carousel-4-col__post {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-carousel-4-col__post {
  width: 100%;
  padding: 0.75rem;
  -webkit-box-shadow: -1px 0 0 0 #dbdbdb;
  box-shadow: -1px 0 0 0 #dbdbdb;
}

.c-carousel-4-col__post .c-post-content {
  min-height: 100%;
}

.c-carousel-4-col__post .c-report {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.c-carousel-4-col--bg-color-secondary {
  padding-top: 0.75rem;
  color: #dbdbdb;
  background-color: #27274c;
  border-top-color: rgba(219, 219, 219, 0.25);
  border-bottom-color: rgba(219, 219, 219, 0.25);
}

.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__header {
  border-bottom-color: rgba(219, 219, 219, 0.25);
}

.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__post {
  -webkit-box-shadow: -1px 0 0 0 rgba(219, 219, 219, 0.25);
  box-shadow: -1px 0 0 0 rgba(219, 219, 219, 0.25);
}

.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__title,
.c-carousel-4-col--bg-color-secondary .c-post-content__title {
  color: #fff;
}

.c-carousel-4-col--bg-color-secondary .c-more-link {
  color: #6ab9ff;
}

.c-carousel-4-col--bg-color-secondary .c-more-link:hover {
  color: #44a7ff;
}

.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__slider-prev,
.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__slider-next {
  color: #6ab9ff;
}

.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__slider-prev:hover,
.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__slider-next:hover {
  color: #44a7ff;
}

.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__slider-dot:hover {
  background-color: #44a7ff;
}

.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__slider-dot--active {
  background-color: #6ab9ff;
}

@media print, screen and (min-width: 48em) {
  .c-carousel-4-col--bg-color-secondary {
    padding-top: 1.25rem;
  }
}
@media print, screen and (min-width: 62em) {
  .c-carousel-4-col--bg-color-secondary {
    padding-top: 0;
  }

  .c-carousel-4-col--bg-color-secondary .c-carousel-4-col__header-cell {
    -webkit-box-shadow: inset -1px 0 0 0 rgba(219, 219, 219, 0.25);
    box-shadow: inset -1px 0 0 0 rgba(219, 219, 219, 0.25);
  }
}
.c-carousel-4-col--inner-padding {
  padding-top: 2rem;
  padding-bottom: 1.25rem;
}

@media print, screen and (min-width: 48em) {
  .c-carousel-4-col--inner-padding {
    padding-top: 3.375rem;
    padding-bottom: 2.625rem;
  }
}
@media print, screen and (min-width: 62em) {
  .c-carousel-4-col--inner-padding {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.c-carousel-4-col--no-border {
  border-bottom: 0;
}

.c-carousel-4-col--no-border .c-carousel-4-col__header-cell,
.c-carousel-4-col--no-border .c-carousel-4-col__post {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media print, screen and (min-width: 62em) {
  .c-carousel-4-col--no-border {
    border-top: 0;
  }
}
@media print, screen and (min-width: 62em) {
  .c-carousel-4-col--no-border-top {
    border-top: 0;
  }
}
.c-carousel-4-col--no-border-bottom {
  border-bottom: 0;
}

.c-carousel-4-col--no-border-between .c-carousel-4-col__header-cell,
.c-carousel-4-col--no-border-between .c-carousel-4-col__post {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-carousel-4-col-live__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-carousel-4-col-live__header {
    padding-bottom: 1.25rem;
  }
}
.c-carousel-4-col-live__title {
  margin: 0 auto 0 0;
}

.c-carousel-4-col-live__container {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.c-carousel-4-col-live__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}

.c-carousel-4-col-live__slider.flickity-enabled {
  display: block;
}

.c-carousel-4-col-live__slider .flickity-viewport {
  overflow: visible;
}

@media print, screen and (min-width: 62em) {
  .c-carousel-4-col-live__slider .flickity-slider {
    min-height: 13.75rem;
  }
}
.c-carousel-4-col-live__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  max-width: 75vw;
  min-height: 100%;
  padding-top: 1.5rem;
}

@media print, screen and (min-width: 48em) {
  .c-carousel-4-col-live__slide {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 62em) {
  .c-carousel-4-col-live__slide {
    width: 25%;
  }
}
.c-carousel-4-col-live__post {
  width: 100%;
  padding: 0 0.75rem 1.5rem;
  -webkit-box-shadow: -1px 0 0 0 #dbdbdb, inset 0 -1px 0 0 #dbdbdb;
  box-shadow: -1px 0 0 0 #dbdbdb, inset 0 -1px 0 0 #dbdbdb;
}

.c-carousel-4-col-live .c-post-live {
  position: relative;
  margin-top: -0.1875rem;
}

.c-carousel-4-col-live .c-post-live::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.1875rem;
  left: -1rem;
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #ff325c;
  border-radius: 50%;
}

@media print, screen and (min-width: 48em) {
  .c-carousel-4-col-live .c-post-live {
    margin-top: -0.3125rem;
  }

  .c-carousel-4-col-live .c-post-live::before {
    top: 0.3125rem;
    left: -1.0625rem;
    width: 0.5625rem;
    height: 0.5625rem;
  }
}
.c-carousel-4-col-tweets {
  border-bottom: 1px solid #dbdbdb;
}

.c-carousel-4-col-tweets__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-carousel-4-col-tweets__header {
    padding-bottom: 1.25rem;
  }
}
.c-carousel-4-col-tweets__title {
  margin: 0 auto 0 0;
}

.c-carousel-4-col-tweets__container {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.c-carousel-4-col-tweets__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}

.c-carousel-4-col-tweets__slider.flickity-enabled {
  display: block;
}

@media print, screen and (min-width: 62em) {
  .c-carousel-4-col-tweets__slider .flickity-slider {
    min-height: 13.75rem;
  }
}
.c-carousel-4-col-tweets__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  max-width: 75vw;
  min-height: 100%;
  -webkit-box-shadow: -1px 0 0 0 #dbdbdb;
  box-shadow: -1px 0 0 0 #dbdbdb;
}

.c-carousel-4-col-tweets__slide:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media print, screen and (min-width: 62em) {
  .c-carousel-4-col-tweets__slide {
    width: 25%;
  }
}
.c-carousel-4-col-tweets__post {
  width: 100%;
  padding: 0.75rem;
}

.c-image-carousel {
  position: relative;
  overflow: hidden;
}

.c-image-carousel__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-image-carousel__slider.flickity-enabled {
  display: block;
}

.c-image-carousel__slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.75rem;
}

.c-image-carousel__slider-prev,
.c-image-carousel__slider-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #373997;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  cursor: pointer;
}

.c-image-carousel__slider-prev:disabled,
.c-image-carousel__slider-next:disabled {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}

.c-image-carousel__slider-prev:hover,
.c-image-carousel__slider-next:hover {
  color: #27274c;
}

.c-image-carousel__slider-prev:focus,
.c-image-carousel__slider-next:focus {
  outline: 0;
}

.c-image-carousel__slider-prev svg,
.c-image-carousel__slider-next svg {
  display: block;
  width: 0.5rem;
  height: auto;
  margin: 0;
}

.c-image-carousel__slider-prev {
  margin-right: 0.75rem;
}

.c-image-carousel__slider-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 0.75rem;
}

.c-image-carousel__slider-dots {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-image-carousel__slider-dot {
  display: block;
  width: 100%;
  min-width: 0.375rem;
  max-width: 1.25rem;
  height: 0.375rem;
  margin: 0 0.375rem 0 0;
  background-color: #dbdbdb;
  border-radius: 0.375rem;
  cursor: pointer;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-image-carousel__slider-dot:last-child {
  margin-right: 0;
}

.c-image-carousel__slider-dot:hover {
  background-color: #27274c;
}

.c-image-carousel__slider-dot:focus {
  outline: none;
}

.c-image-carousel__slider-dot--active {
  background-color: #373997;
  pointer-events: none;
  cursor: default;
}

@media print, screen and (min-width: 48em) {
  .c-image-carousel__slider-dot {
    width: 1.25rem;
  }
}
.c-image-carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
}

.c-image-carousel .c-post-figure {
  width: 100%;
  margin: 0;
}

.c-image-carousel-3-col {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
}

@media print, screen and (min-width: 48em) {
  .c-image-carousel-3-col {
    padding-bottom: 1.25rem;
  }
}
.c-image-carousel-3-col__title {
  font-size: 0.875rem;
  line-height: 1.428571429;
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-image-carousel-3-col__title {
    font-size: 1.125rem;
    line-height: 1.333333333;
    padding-bottom: 1.25rem;
  }
}
.c-image-carousel-3-col__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.c-image-carousel-3-col__slider.flickity-enabled {
  display: block;
}

.c-image-carousel-3-col__slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-image-carousel-3-col__slider-controls {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 1.5rem;
    margin-top: 2rem;
    padding: 0;
  }
}
.c-image-carousel-3-col__slider-prev,
.c-image-carousel-3-col__slider-next {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #373997;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  cursor: pointer;
}

.c-image-carousel-3-col__slider-prev:disabled,
.c-image-carousel-3-col__slider-next:disabled {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}

.c-image-carousel-3-col__slider-prev:hover,
.c-image-carousel-3-col__slider-next:hover {
  color: #27274c;
}

.c-image-carousel-3-col__slider-prev:focus,
.c-image-carousel-3-col__slider-next:focus {
  outline: 0;
}

.c-image-carousel-3-col__slider-prev svg,
.c-image-carousel-3-col__slider-next svg {
  display: block;
  width: 0.5rem;
  height: auto;
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .c-image-carousel-3-col__slider-prev,
.c-image-carousel-3-col__slider-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-image-carousel-3-col__slider-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-image-carousel-3-col__slider-dots {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-image-carousel-3-col__slider-dot {
  display: block;
  width: 100%;
  min-width: 0.375rem;
  max-width: 1.25rem;
  height: 0.375rem;
  margin-right: 0.375rem;
  background-color: #dbdbdb;
  border-radius: 0.375rem;
  cursor: pointer;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-image-carousel-3-col__slider-dot:last-child {
  margin-right: 0;
}

.c-image-carousel-3-col__slider-dot:hover {
  background-color: #27274c;
}

.c-image-carousel-3-col__slider-dot:focus {
  outline: none;
}

.c-image-carousel-3-col__slider-dot--active {
  background-color: #373997;
  pointer-events: none;
  cursor: default;
}

@media print, screen and (min-width: 48em) {
  .c-image-carousel-3-col__slider-dot {
    width: 1.25rem;
  }
}
.c-image-carousel-3-col__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media print, screen and (min-width: 36em) {
  .c-image-carousel-3-col__slide {
    width: 50%;
  }
}
@media print, screen and (min-width: 62em) {
  .c-image-carousel-3-col__slide {
    width: 33.3333333333%;
  }
}
.c-image-carousel-3-col .c-post-figure {
  width: 100%;
  margin: 0;
}

.c-graph-carousel-3-col {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
}

.c-graph-carousel-3-col__title {
  margin: 0 0 0.5rem;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .c-graph-carousel-3-col__title {
    margin-bottom: 0.75rem;
  }
}
.c-graph-carousel-3-col__standfirst {
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  line-height: 1.285714286;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .c-graph-carousel-3-col__standfirst {
    margin-bottom: 2rem;
    font-size: inherit;
    line-height: inherit;
  }
}
.c-graph-carousel-3-col__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  border-top: 1px solid #dbdbdb;
}

.c-graph-carousel-3-col__slider.flickity-enabled {
  display: block;
}

.c-graph-carousel-3-col__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 85%;
  margin: 0;
  -webkit-box-shadow: -1px 0 0 0 #dbdbdb;
  box-shadow: -1px 0 0 0 #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-graph-carousel-3-col__slide {
    width: 41.6666666667%;
  }
}
@media print, screen and (min-width: 62em) {
  .c-graph-carousel-3-col__slide {
    width: 33.3333333333%;
  }
}
.c-graph-carousel-3-col__graph {
  padding: 0.75rem;
}

.c-graph-carousel-3-col__graph-title {
  margin: 0 0 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-graph-carousel-3-col__graph-title {
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
.c-graph-carousel-3-col figure {
  width: 100%;
}

.reports-carousel {
  margin-top: var(--edge-spacing);
  background: #f3f3f1;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  border-bottom: 0;
  position: relative;
}
.reports-carousel header {
  position: relative;
  z-index: 1;
  margin-bottom: 2.4em;
}
.reports-carousel::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f3f3f1;
  position: absolute;
  order: -1;
  top: 0;
  left: -50%;
}
.reports-carousel::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f3f3f1;
  position: absolute;
  order: -1;
  top: 0;
  right: -50%;
}
.reports-carousel .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.reports-carousel .swiper .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  height: initial;
}
.reports-carousel .swiper .swiper-slide > a {
  display: flex;
  flex-direction: column;
}
.reports-carousel .swiper .swiper-slide .container {
  display: flex;
  margin-bottom: 2em;
}
@media only screen and (min-width: 62em) {
  .reports-carousel .swiper .swiper-slide .container {
    margin-bottom: 3.6em;
  }
}
.reports-carousel .swiper .swiper-slide h4 {
  font-size: 1.4em;
  line-height: 1.285714em;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 62em) {
  .reports-carousel .swiper .swiper-slide h4 {
    font-size: 1.8em;
    line-height: 1.333333em;
  }
}
.reports-carousel .swiper .swiper-slide .price {
  color: #151529;
  font-size: 1.4em;
  line-height: 1.428571em;
  font-weight: 400;
  margin-top: auto;
}
@media only screen and (min-width: 62em) {
  .reports-carousel .swiper .swiper-slide .price {
    font-size: 1.8em;
    line-height: 1.7777777em;
  }
}
.reports-carousel .swiper .swiper-slide:after {
  content: "";
  position: absolute;
  width: 0.1em;
  height: 100%;
  background: #dddddd;
  right: -1.6em;
}
.reports-carousel .swiper .swiper-slide:nth-of-type(4n + 3):before, .reports-carousel .swiper .swiper-slide:nth-of-type(4n + 4):before {
  content: "";
  position: absolute;
  width: calc(100% + 3.2em);
  height: 0.1em;
  background: #dddddd;
  top: -1.6em;
  left: -1.6em;
}
.reports-carousel .swiper .swiper-slide:nth-of-type(4n + 4):before {
  width: calc(100% + 3.2em);
  left: -1.6em;
}
.reports-carousel .swiper .swiper-slide figure {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-left: 0;
}
.reports-carousel .swiper .swiper-slide figure img {
  width: 2.4em;
}
.reports-carousel .controls {
  margin-top: 3.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.reports-carousel .controls .swiper-pagination {
  width: fit-content;
  position: relative;
  margin: 0 1.111111em;
  font-size: 1.8em;
  line-height: 1.777777em;
}
.reports-carousel .controls .swiper-pagination span {
  color: #626262;
}
.reports-carousel .controls .swiper-pagination span.current {
  font-weight: 500;
  color: #373997;
}
.reports-carousel .controls .swiper-button-prev,
.reports-carousel .controls .swiper-button-next {
  position: relative;
  top: 0;
  color: #373997;
  width: 0.8em;
  height: 1.6em;
  right: 0;
  left: 0;
}
.reports-carousel .controls .swiper-button-prev:after,
.reports-carousel .controls .swiper-button-next:after {
  font-size: 1.6em;
}
.reports-carousel .controls .swiper-button-prev.swiper-button-disabled,
.reports-carousel .controls .swiper-button-next.swiper-button-disabled {
  color: #dbdbdb;
}
.reports-carousel .controls .swiper-pagination.swiper-pagination-bullets {
  width: fit-content;
  position: relative;
  margin: 0 2.5em;
}
.reports-carousel .controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 2.4em;
  height: 0.8em;
  border-radius: 0.1em;
  margin-left: 0;
  margin-right: 0.8em;
  background: #dbdbdb;
  opacity: 1;
}
.reports-carousel .controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.reports-carousel .controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #373997;
}

@media only screen and (min-width: 62em) {
  .reports-carousel .grid-x {
    margin: 0;
  }
  .reports-carousel .swiper {
    margin-top: 0.8em;
  }
  .reports-carousel .controls {
    margin-top: 5em;
  }
  .reports-carousel .swiper .swiper-slide {
    padding-bottom: 1.2em;
    border-bottom: 0.1em solid #dddddd;
    height: initial;
  }
  .reports-carousel .swiper .swiper-slide:before {
    display: none;
  }
  .reports-carousel .swiper .swiper-slide:after {
    right: -2.3em;
    height: calc(100% - 1.2em);
  }
  .reports-carousel .swiper .swiper-slide figure {
    max-width: 3.2em;
    width: 100%;
    margin-left: 2.4em;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    order: 2;
  }
  .reports-carousel .swiper .swiper-slide figure img {
    width: 3.2em;
  }
}
.swiper.swiper-basic {
  padding-bottom: 0.8em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 62em) {
  .swiper.swiper-basic {
    padding-bottom: 1.2em;
    margin-bottom: 3.2em;
  }
}
.swiper.swiper-basic .swiper-slide {
  height: initial;
}
.swiper.swiper-basic .swiper-slide figure {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.swiper.swiper-basic .swiper-slide figure img {
  max-height: 450px;
  margin-bottom: 1em;
}
.swiper.swiper-basic .swiper-slide figure figcaption {
  font-size: 1.2em;
  line-height: 0.857142em;
  color: #626262;
  margin-top: auto;
}
.swiper.swiper-basic .controls .swiper-button-next,
.swiper.swiper-basic .controls .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: #373997;
}
.swiper.swiper-basic .controls .swiper-button-next::after,
.swiper.swiper-basic .controls .swiper-button-prev::after {
  color: #ffffff;
  font-size: 16px;
}
.swiper.swiper-basic .controls .swiper-button-prev {
  left: 0;
}
.swiper.swiper-basic .controls .swiper-button-next {
  right: 0;
}

.newsletter-wrapper {
  position: relative;
}
.newsletter-wrapper .grid-x h1 {
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.newsletter-wrapper .button {
  margin-top: 1.7em;
}
.newsletter-wrapper header.header-alt h2 {
  font-size: var(--fs-sub-heading);
}
.newsletter-wrapper .article-grid {
  border-bottom: 0;
}

.newsletter-signup-box {
  width: 100%;
  background: #27274c;
  padding: 1.6em;
}
@media only screen and (min-width: 62em) {
  .newsletter-signup-box {
    padding: 1.6em 3.2em;
  }
}
.newsletter-signup-box .newsletter-signup__email-container {
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 104em;
  margin: 0 auto;
}
.newsletter-signup-box .newsletter-signup__title {
  font-size: 2.4em;
  color: #ffffff;
  line-height: 1.75rem;
  margin: 0 0 0.5rem;
}
.newsletter-signup-box .newsletter-signup__subheading {
  margin-bottom: 0;
}
.newsletter-signup-box .newsletter-signup__text {
  font-family: "atlas", sans-serif;
  color: #ffffff;
}
.newsletter-signup-box .newsletter-icon-cta {
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
}
.newsletter-signup-box .newsletter-icon-cta p {
  color: #ffffff;
  margin-bottom: 0;
}
.newsletter-signup-box .newsletter-icon-cta .newsletter-icon {
  width: 8em;
}
.newsletter-signup-box .newsletter-icon-cta-brand {
  width: 9.5em;
  margin-bottom: 0.4em;
}
.newsletter-signup-box .newsletter-icon-cta .newsletter-icon-cta-text {
  padding-right: 1em;
}
@media (max-width: 768px) {
  .newsletter-signup-box .newsletter-icon-cta {
    margin-bottom: 1em;
  }
}
.newsletter-signup-box .newsletter-button {
  width: 100%;
  max-width: 35em;
  margin: 0.75em auto 0;
  padding: 0.57em 2em;
  text-align: center;
}
.newsletter-signup-box .button {
  width: 100%;
}

@media (min-width: 768px) {
  .grid-container .newsletter-signup-box {
    margin-top: 2.4em;
  }
  .grid-container .newsletter-signup-box a,
.grid-container .newsletter-signup-box .newsletter-button-homepage {
    width: unset;
    margin: 0 1em;
  }
  .grid-container .newsletter-signup-box .newsletter-icon-cta {
    flex-direction: row !important;
    align-items: center;
  }
  .grid-container .newsletter-signup-box .newsletter-icon-cta p {
    font-size: 1.5em;
  }
  .grid-container .newsletter-signup-box .newsletter-icon-cta .newsletter-icon {
    width: 10.6em;
    margin-right: 2.4em;
  }
  .grid-container .newsletter-signup-box .newsletter-icon-cta .newsletter-icon-cta-text {
    margin-top: 1em;
  }
  .grid-container .newsletter-signup-box .button {
    margin-top: 0;
    width: auto;
    padding-left: 5em;
    padding-right: 5em;
  }

  .newsletter-signup-box a.newsletter-button {
    width: auto;
  }

  .in-article-newsletter .newsletter-signup-box .newsletter-icon-cta {
    display: inline-block;
    width: calc(100% - 16em);
  }
  .in-article-newsletter .newsletter-signup-box .newsletter-icon-cta .newsletter-icon {
    display: inline-block;
    margin-right: 1.6em;
  }
  .in-article-newsletter .newsletter-signup-box .newsletter-icon-cta .newsletter-icon + div {
    display: inline-block;
    vertical-align: middle;
  }
  .in-article-newsletter .newsletter-signup-box .newsletter-icon-cta + .button {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .button {
    margin-top: 0;
  }
}
.newsletter-signup-box {
  margin-top: 1.6em;
}
.newsletter-signup-box .newsletter-button-homepage {
  width: unset;
}

.newsletter-wrapper {
  width: 100%;
}

main .newsletter-wrapper-page {
  padding-bottom: 0;
}

.category-page .newsletter-wrapper.u-border-bottom {
  padding-bottom: 0;
}
.category-page .newsletter-wrapper .newsletter-signup-box {
  margin-top: var(--article-spacing);
  margin-bottom: var(--article-spacing);
}
@media (min-width: 992px) {
  .category-page .newsletter-wrapper {
    margin-bottom: 0;
  }
}

.category-buyers-guide .category-page .newsletter-wrapper,
.post-type-archive-pressreleases .category-page .newsletter-wrapper,
.post-type-archive-videos .category-page .newsletter-wrapper,
.category-sponsored .category-page .newsletter-wrapper,
.post-type-archive-whitepapers .category-page .newsletter-wrapper,
.post-type-archive-products .category-page .newsletter-wrapper,
.category-awards-rankings .category-page .newsletter-wrapper {
  border-bottom: solid 1px #ddd;
  margin-bottom: var(--article-spacing);
}
.category-buyers-guide .category-page .newsletter-wrapper.u-border-bottom,
.post-type-archive-pressreleases .category-page .newsletter-wrapper.u-border-bottom,
.post-type-archive-videos .category-page .newsletter-wrapper.u-border-bottom,
.category-sponsored .category-page .newsletter-wrapper.u-border-bottom,
.post-type-archive-whitepapers .category-page .newsletter-wrapper.u-border-bottom,
.post-type-archive-products .category-page .newsletter-wrapper.u-border-bottom,
.category-awards-rankings .category-page .newsletter-wrapper.u-border-bottom {
  margin-top: 0;
}
.category-buyers-guide .category-page .newsletter-wrapper .newsletter-signup-box,
.post-type-archive-pressreleases .category-page .newsletter-wrapper .newsletter-signup-box,
.post-type-archive-videos .category-page .newsletter-wrapper .newsletter-signup-box,
.category-sponsored .category-page .newsletter-wrapper .newsletter-signup-box,
.post-type-archive-whitepapers .category-page .newsletter-wrapper .newsletter-signup-box,
.post-type-archive-products .category-page .newsletter-wrapper .newsletter-signup-box,
.category-awards-rankings .category-page .newsletter-wrapper .newsletter-signup-box {
  margin-top: 0;
}
@media (min-width: 992px) {
  .category-buyers-guide .category-page .newsletter-wrapper,
.post-type-archive-pressreleases .category-page .newsletter-wrapper,
.post-type-archive-videos .category-page .newsletter-wrapper,
.category-sponsored .category-page .newsletter-wrapper,
.post-type-archive-whitepapers .category-page .newsletter-wrapper,
.post-type-archive-products .category-page .newsletter-wrapper,
.category-awards-rankings .category-page .newsletter-wrapper {
    padding-top: 0em;
  }
}

.header-category--sponsored {
  display: flex;
  align-items: center;
}
.header-category--sponsored img {
  height: 2em;
}
@media (min-width: 992px) {
  .header-category--sponsored img {
    height: 3.4em;
  }
}
.header-category--sponsored p {
  margin-left: auto;
  margin-bottom: 0;
  font-size: 1.2em;
  font-family: "atlas", serif;
}
.header-category--sponsored p span {
  font-weight: bold;
}

@media only screen and (min-width: 62em) {
  .category-page {
    margin-bottom: 3em;
  }
}

.categories .articles article {
  border-bottom: solid 1px #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.categories .articles article:last-of-type {
  border: none;
}
.categories .articles article h3 {
  font-size: 1.8em;
}
@media (max-width: 992px) {
  .categories .feature figure {
    margin-bottom: var(--article-spacing);
  }
}
@media only screen and (min-width: 62em) {
  .categories .feature h3:last-child {
    border: none;
  }
}
.categories .feature h2 {
  font-size: 2em;
  line-height: 1.2em;
}
@media only screen and (min-width: 62em) {
  .categories .feature h2 {
    font-size: 2.4em;
    line-height: 1.166em;
  }
}
.categories .sidebar {
  margin-top: 2.4em;
}
@media (min-width: 992px) {
  .categories .sidebar {
    margin-top: 0;
  }
}
.categories .sidebar .sidebar_inner h4,
.categories .sidebar .fixed-me h4,
.categories .sidebar .fix_cat_sidebar h4 {
  padding-bottom: 0.857142em;
  margin-bottom: 0.285714em;
}
@media only screen and (min-width: 62em) {
  .categories .sidebar .sidebar_inner h4,
.categories .sidebar .fixed-me h4,
.categories .sidebar .fix_cat_sidebar h4 {
    padding-bottom: 0.85712em;
    margin-bottom: 0.85712em;
  }
}
.categories .sidebar .widget {
  margin-bottom: 2em;
}
@media only screen and (min-width: 62em) {
  .categories .sidebar .widget {
    margin-bottom: 3.2em;
  }
}
.categories .sidebar .widget h3.border-bottom {
  padding-bottom: 0.444444em;
}
@media only screen and (min-width: 62em) {
  .categories .sidebar .widget h3.border-bottom {
    padding-bottom: 0.66667em;
  }
}
.categories .load-more-btn {
  margin-top: 0;
}
.categories .load-more-btn .alm-load-more-btn {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.89em 2em;
}
@media only screen and (min-width: 62em) {
  .categories .load-more-btn .alm-load-more-btn {
    margin-top: 0.508em;
  }
}

.sponsored-category--desktop {
  display: none;
}
@media only screen and (min-width: 62em) {
  .sponsored-category--desktop {
    margin: 1em auto;
    width: 100%;
    max-width: 970px;
    display: block;
  }
}
.sponsored-category--mobile {
  display: block;
  margin: 0.5em auto;
  width: 100%;
  max-width: 300px;
}
@media only screen and (min-width: 62em) {
  .sponsored-category--mobile {
    display: none;
  }
}

.header-category {
  border-bottom: solid 1px #ddd;
  padding-bottom: 1.83em;
  margin-top: 1.6em;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 62em) {
  .header-category {
    margin-top: 0.6em;
    margin-bottom: 1.83em;
  }
}
.header-category.page-template-company-az .header-category {
  padding-bottom: 1.2em;
  margin-bottom: 1.6em;
}
.header-category.page-template-company-az .header-category h1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 62em) {
  .header-category.page-template-company-az .header-category {
    padding-bottom: 1.6em;
    margin-bottom: 3.2em;
  }
}
.header-category.header-category-alt h1 {
  margin-bottom: 0;
}

.category-awards--section h1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.57em;
  margin-bottom: 0.8em;
}
.category-awards--section p {
  font-weight: 400;
  color: #626262;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 62em) {
  .category-awards--section p {
    max-width: 800px;
    font-size: 2.2em;
    line-height: 1.27em;
  }
}
.category-awards--section--button {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.8em;
}
.category-awards--section--button .category-awards--section--btn {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 62em) {
  .category-awards--section--button .category-awards--section--btn {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 62em) {
  .categories .grid-x .category-awards-header {
    margin-bottom: 2.4em;
  }
}
.categories .grid-x .category-awards-article article {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 1.6em;
  margin-bottom: 2.4em;
}
@media only screen and (min-width: 62em) {
  .categories .grid-x .category-awards-article article {
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 62em) {
  .categories .grid-x .category-awards-grid {
    border-top: 1px solid #ddd;
    padding-top: 1.6em;
    margin-top: 1.6em;
  }
}

@media only screen and (min-width: 62em) {
  .desktop-gap {
    justify-content: space-between;
  }
}

.desktop-gap .full-border-desktop-version .feature {
  padding-bottom: var(--article-spacing);
  margin-bottom: var(--article-spacing);
}
.desktop-gap .full-border-desktop-version .feature p {
  margin-bottom: 0;
  font-size: var(--category-excerpt);
}

.subcategory-block .grid-x {
  margin: 0 var(--edge-spacing-s-adjust);
}

@media (max-width: 768px) {
  .article-grid.with-images .large-4 article {
    display: flex;
    flex-direction: column-reverse;
  }
  .article-grid.with-images .large-4 article figure {
    margin-top: var(--article-spacing);
    margin-bottom: 0;
  }
}

.categories .cell.large-9.full-border-desktop-version.feature.grid-x .large-6 h3:last-of-type {
  border-bottom: none;
}
.categories .cell.large-9.full-border-desktop-version .category-feature {
  border-bottom: solid 1px #ddd;
  padding-bottom: var(--edge-spacing);
  margin-bottom: var(--edge-spacing);
}
.categories .cell.large-9.full-border-desktop-version .category-feature .text {
  padding-top: var(--edge-spacing);
}
.categories .cell.large-9.full-border-desktop-version .category-feature .text h2 {
  margin-bottom: 0.3em;
}
@media (min-width: 992px) {
  .categories .cell.large-9.full-border-desktop-version .category-feature .image {
    order: 2;
  }
  .categories .cell.large-9.full-border-desktop-version .category-feature .text {
    order: 1;
    padding-top: 0;
    padding-right: var(--edge-spacing);
  }
}

.article-page {
  padding: 0 var(--page-gutters);
}
.article-page .wp-block-image {
  margin-bottom: 4em;
}
.article-page > .article-grid {
  margin: 0 auto;
  margin-bottom: 2em;
  padding-top: 0;
}
.article-page > .article-grid header {
  margin-top: 0;
}
@media only screen and (min-width: 62em) {
  .article-page > .article-grid {
    margin: 0 auto;
    margin-bottom: 4em;
  }
}
@media only screen and (min-width: 62em) {
  .article-page .header-article--sponsored {
    margin-left: 2em;
    margin-right: 2em;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .article-page .header-article--sponsored {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 62em) {
  .article-page > .article-grid-row {
    max-width: 140em;
  }
}
.article-page .more-analysis header,
.article-page .more-news header {
  margin-bottom: 1.2em;
}
.article-page .more-analysis .cell figure,
.article-page .more-news .cell figure {
  max-width: 50em;
}
.article-page .more-analysis .cell article,
.article-page .more-news .cell article {
  padding-top: 0;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
  border-bottom: 0.1em solid #ddd;
}
.article-page .more-analysis .cell article .category,
.article-page .more-news .cell article .category {
  margin-top: -0.4em;
}
.article-page .more-analysis .cell article h3,
.article-page .more-news .cell article h3 {
  font-size: 1.8em;
}
.article-page .more-analysis .cell:first-child article h3,
.article-page .more-news .cell:first-child article h3 {
  font-size: 2.4em;
}
.article-page .more-analysis .cell:last-child article,
.article-page .more-news .cell:last-child article {
  margin-bottom: 0;
}
.article-page .more-analysis .cell:not(:first-child) figure,
.article-page .more-news .cell:not(:first-child) figure {
  display: none;
}
@media only screen and (min-width: 62em) {
  .article-page .more-analysis header,
.article-page .more-news header {
    margin-bottom: 1.6em;
  }
  .article-page .more-analysis .cell figure,
.article-page .more-news .cell figure {
    max-width: 100%;
  }
  .article-page .more-analysis .cell article,
.article-page .more-news .cell article {
    border-bottom: none;
    margin-bottom: 0;
  }
  .article-page .more-analysis .cell:first-child article h3,
.article-page .more-news .cell:first-child article h3 {
    font-size: 1.8em;
  }
  .article-page .more-analysis .cell:not(:first-child) figure,
.article-page .more-news .cell:not(:first-child) figure {
    display: block;
  }
}
@media (max-width: 62em) {
  .article-page .most-popular header {
    margin-bottom: 1.2em;
  }
  .article-page .most-popular .grid-x {
    margin: 0 auto;
  }
  .article-page .most-popular .grid-x .cell {
    width: 48%;
    margin-bottom: 1.2em;
    padding: 0;
    border: none;
  }
  .article-page .most-popular .grid-x .cell:nth-child(n+3) article {
    padding-top: 1.2em;
    border-top: 0.1em solid #ddd;
  }
  .article-page .most-popular .grid-x .cell:nth-of-type(odd) {
    margin-right: 1.2em;
    padding-right: 1.2em;
    position: relative;
  }
  .article-page .most-popular .grid-x .cell:nth-of-type(odd):after {
    content: "";
    width: 0.1em;
    height: calc(100% + 1.2em);
    background: #ddd;
    right: 0;
    position: absolute;
    top: 0;
    position: absolute;
  }
  .article-page .most-popular .grid-x .cell:nth-of-type(even) {
    padding-left: 0em;
  }
  .article-page .most-popular .grid-x .cell article {
    padding: 0;
    border: none;
  }
  .article-page .most-popular .grid-x .cell figure {
    display: none;
  }
  .article-page .most-popular .grid-x .cell h3 {
    font-size: 1.4em;
    line-height: 1.285714em;
  }
}
@media only screen and (min-width: 62em) {
  .article-page .most-popular .grid-x .cell article h3 {
    font-size: 1.8em;
    line-height: 1.333333em;
  }
}
.article-page.author-article .article-header {
  margin-top: 0;
  padding-top: 2em;
  padding-bottom: 1.6em;
  margin-bottom: 1.3em;
  position: relative;
  background: #f3f3f1;
}
@media only screen and (min-width: 62em) {
  .article-page.author-article .article-header {
    padding-top: 3.2em;
    padding-bottom: 3.2em;
    margin-bottom: 2em;
  }
}
.article-page.author-article .article-header:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f3f3f1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50%;
}
.article-page.author-article .article-header::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f3f3f1;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -50%;
}
.article-page.author-article .article-header .breadcrumbs-container {
  position: relative;
}
.article-page.author-article .article-header .article-header__content {
  position: relative;
  margin-bottom: 0;
}
.article-page.author-article .article-header .author-container {
  display: flex;
  align-items: center;
  margin-bottom: 1.6em;
}
.article-page.author-article .article-header .author-container .author-avatar {
  width: 4.8em;
  height: 4.8em;
  border-radius: 50%;
  margin-right: 0.8em;
}
.article-page.author-article .article-header .author-container .author-avatar img {
  border-radius: 50%;
  padding: 0;
}
@media only screen and (min-width: 62em) {
  .article-page.author-article .article-header .author-container .author-avatar {
    width: 5.6em;
    height: 5.6em;
    border: 4px solid #dbdbdb;
  }
}
.article-page.author-article .article-header .author-container .author-name {
  margin-bottom: 0.25em;
}
.article-page.author-article .article-header .author-container .author-info {
  display: flex;
  align-items: center;
}
.article-page.author-article .article-header .author-container .author-info a {
  position: relative;
}
.article-page.author-article .article-header .author-container .author-info a:not(:first-child) {
  margin-left: 1.7em;
}
.article-page.author-article .article-header .author-container .author-info a:not(:first-child):before {
  content: "";
  width: 1px;
  height: 12px;
  background: #515151;
  left: -10px;
  top: 0;
  bottom: 0;
  position: absolute;
}
.article-page.author-article .article-content .main-content .share {
  padding-top: 0;
  border-top: none;
}

.header-article {
  border-bottom: solid 1px #ddd;
  padding-bottom: var(--edge-spacing);
  margin-top: 2em;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 62em) {
  .header-article {
    margin-top: 4em;
    margin-bottom: 3.2em;
  }
}
.header-article--sponsored {
  display: flex;
  align-items: center;
}
.header-article--sponsored figure {
  margin-right: 2em;
}
.header-article--sponsored figure img {
  height: 2em;
}
@media (min-width: 992px) {
  .header-article--sponsored figure img {
    height: 3.4em;
  }
}
.header-article--sponsored p {
  margin-left: auto;
  margin-bottom: 0;
  font-size: 1.2em;
  font-family: "atlas", serif;
}
@media only screen and (min-width: 62em) {
  .header-article--sponsored p {
    font-size: 1.8em;
    line-height: 1.333em;
  }
}
.header-article--sponsored p span {
  font-weight: bold;
}

.article-header {
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 2em;
}
@media only screen and (min-width: 62em) {
  .article-header {
    margin-top: 4em;
  }
}
.article-header .breadcrumbs-container {
  display: flex;
  align-items: center;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 62em) {
  .article-header .breadcrumbs-container {
    margin-bottom: 1.8em;
  }
}
.article-header .breadcrumbs-container .date {
  position: relative;
  display: flex;
  align-items: center;
}
.article-header .breadcrumbs-container .date:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  margin: 0 0.8em;
  background: #dbdbdb;
}
.article-header .breadcrumbs-container .date span {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
  color: #626262;
}
.article-header__content {
  margin-bottom: 1.6em;
}
.article-header__content .article-header__title {
  font-size: 3.2em;
  line-height: 1.25em;
  margin-bottom: 0.5625em;
  padding-bottom: 0;
}
.article-header__content .article-header__excerpt {
  font-size: 1.8em;
  line-height: 1.333333em;
  margin-bottom: 0.666666em;
  color: #151529;
}
.article-header__content .article-header__author {
  font-size: 1.2em;
  line-height: 1.166666em;
  color: #626262;
}
.article-header__content .article-header__author a {
  color: #626262;
}
.article-header__content .article-header__byline {
  display: flex;
  align-items: center;
}
.article-header__content .article-header__byline img {
  max-width: 4.8em;
  max-height: 4.8em;
  margin-right: 0.8em;
  border-radius: 50%;
}
@media only screen and (min-width: 62em) {
  .article-header__content .article-header__byline img {
    margin-right: 1.2em;
  }
}
.article-header__content .article-header__byline .article-header__author {
  font-size: 1.6em;
  line-height: 1.25em;
  font-weight: 500;
  color: #151529;
}
@media only screen and (min-width: 62em) {
  .article-header__content .article-header__byline .article-header__author {
    font-size: 1.8em;
    line-height: 1.333333em;
  }
}
.article-header__content ul,
.article-header__content ol {
  font: 1.6em/1.5em Lora, Georgia, serif;
  padding-left: 2rem;
  margin-left: 0;
  margin-top: 1em;
  margin-bottom: 0;
  padding-top: 0.75em;
  border-top: 1px solid #ddd;
}
.article-header__content ul li,
.article-header__content ol li {
  margin-bottom: 0.75em;
}
.article-header__content ul li:last-of-type,
.article-header__content ol li:last-of-type {
  margin-bottom: 0;
}
.article-header__content ul li ul,
.article-header__content ul li ol,
.article-header__content ol li ul,
.article-header__content ol li ol {
  font-size: 1em;
}
@media only screen and (min-width: 62em) {
  .article-header__content {
    width: 66.6666666667%;
  }
  .article-header__content ul {
    font-size: 1.8em;
    line-height: 1.555555em;
  }
}

.projects-article .article-header .project-details {
  width: 100%;
  margin-bottom: 2em;
  margin-top: 0.8em;
}
.projects-article .article-header .project-details .info-wrapper {
  display: flex;
  flex-direction: column;
}
.projects-article .article-header .project-details .info-wrapper .info-boxes {
  padding-top: 0.8em;
  border-top: 0.1em solid #ddd;
  display: flex;
  flex-direction: column;
}
.projects-article .article-header .project-details .info-wrapper .info-boxes .info-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 0.1em solid #ddd;
}
.projects-article .article-header .project-details .info-wrapper .info-boxes .info-box:nth-child(n+5) {
  display: none;
}
.projects-article .article-header .project-details .info-wrapper .info-boxes .info-box h5 {
  font-size: 1.6em;
  line-height: 1.25em;
  margin-bottom: 0;
}
.projects-article .article-header .project-details .info-wrapper .info-boxes .info-box p {
  font-size: 1.6em;
  line-height: 1.5em;
  margin-bottom: 0;
}
@media (min-width: 47.9375em) {
  .projects-article .article-header .project-details .info-wrapper .info-boxes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 2em 0;
    border-bottom: 0.1em solid #ddd;
  }
  .projects-article .article-header .project-details .info-wrapper .info-boxes .info-box {
    padding-bottom: 0;
    border-bottom: none;
    border-left: 0.1em solid #ddd;
    margin-right: 2em;
    padding-left: 2em;
    margin-bottom: 0;
  }
  .projects-article .article-header .project-details .info-wrapper .info-boxes .info-box:first-of-type {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .projects-article .article-header .project-details .info-wrapper .info-boxes .info-box:first-of-type:after {
    display: none;
  }
  .projects-article .article-header .project-details .info-wrapper .info-boxes .info-box:nth-child(5n+1) {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    position: relative;
  }
  .projects-article .article-header .project-details .info-wrapper .info-boxes .info-box:nth-child(5n+1):after {
    content: "";
    width: 500%;
    height: 0.1em;
    position: absolute;
    top: -2em;
    background-color: #ddd;
  }
  .projects-article .article-header .project-details .info-wrapper .info-boxes .info-box:nth-child(n+5) {
    display: flex;
  }
  .projects-article .article-header .project-details .info-wrapper .info-boxes .info-box:nth-child(n+6) {
    display: none;
    margin-top: 4em;
  }
}
.projects-article .article-header .project-details .info-wrapper .collapse-toggler {
  margin-top: 0.4em;
}
.projects-article .article-header .project-details .info-wrapper .collapse-toggler a {
  display: flex;
  align-items: center;
}
.projects-article .article-header .project-details .info-wrapper .collapse-toggler a span {
  font-size: 1.4em;
  line-height: 1.214285em;
  margin-right: 0.571428em;
}
.projects-article .article-header .project-details .info-wrapper .collapse-toggler a img {
  width: 1.6em;
  transition: 0.3s;
}
@media (min-width: 47.9375em) {
  .projects-article .article-header .project-details .info-wrapper .collapse-toggler {
    margin-top: 2.28567em;
  }
}
.projects-article .article-header .project-details.collapsed .info-wrapper .info-boxes .info-box:nth-child(n+5) {
  display: flex;
}
@media (min-width: 47.9375em) {
  .projects-article .article-header .project-details.collapsed .info-wrapper .info-boxes .info-box:nth-child(n+6) {
    display: flex;
  }
}
.projects-article .article-header .project-details.collapsed .info-wrapper .collapse-toggler img {
  transform: rotate(-180deg);
}

.article-content {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 2.8em;
}
@media only screen and (min-width: 62em) {
  .article-content {
    margin-bottom: 4em;
  }
}
.article-content .drop-cap::first-letter {
  float: left;
  font-family: atlas, "Helvetica Neue", helvetica, sans-serif;
  font-size: 3em;
  font-weight: 400;
  margin: 0.2em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
.article-content ul {
  font: 1.6em/1.5em Lora, Georgia, serif;
  margin-left: 2rem;
  color: #151529;
}
@media only screen and (min-width: 62em) {
  .article-content ul {
    font-size: 1.8em;
    line-height: 1.555555em;
  }
}
.article-content .main-content > h2, .article-content .main-content > h3, .article-content .main-content > h4 {
  margin-bottom: 12px;
}
@media only screen and (min-width: 62em) {
  .article-content .main-content > h2, .article-content .main-content > h3, .article-content .main-content > h4 {
    margin-bottom: 20px;
  }
}
.article-content .main-content h2 {
  font-size: 1.8em;
  line-height: 1.333333em;
  margin-bottom: 0.666666em;
}
@media only screen and (min-width: 62em) {
  .article-content .main-content h2 {
    font-size: 2.4em;
    line-height: 1.25em;
    margin-bottom: 0.833333em;
  }
}
.article-content .main-content a {
  text-decoration: underline;
}
.article-content .main-content .rightpullquote,
.article-content .main-content .leftpullquote {
  font-size: 1.8em;
  margin: 0 0 2em 0;
  color: #373997;
  font-weight: bold;
}
@media (min-width: 768px) {
  .article-content .main-content .rightpullquote,
.article-content .main-content .leftpullquote {
    font-size: 2.4em;
    width: 50%;
    margin: 0 2em 2em 0;
    float: left;
  }
}
.article-content .main-content .rightpullquote p,
.article-content .main-content .leftpullquote p {
  font-size: 1em;
}
@media (min-width: 768px) {
  .article-content .main-content .rightpullquote {
    margin: 0 0em 1em 2em;
    float: right;
  }
}
.article-content .main-content iframe, .article-content .main-content .ad {
  margin: 0 0 2em 0;
}
.article-content .main-content .cont {
  width: 100%;
}
.article-content .main-content .cont ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-gap: 0 2.3em;
  font-size: 1.4em;
  line-height: 1.714285em;
}
@media only screen and (min-width: 62em) {
  .article-content .main-content .cont ul {
    grid-template-columns: repeat(3, 1fr);
    font-size: 1.8em;
    line-height: 1.555555em;
  }
}
.article-content .main-content .article-image {
  margin-bottom: 2em;
}
.article-content .main-content .article-image figure img {
  margin-bottom: 0.8em;
  width: 100%;
}
.article-content .main-content .article-image figure figcaption {
  font-size: 1.2em;
  line-height: 1.166666em;
  padding-bottom: 0.666666em;
  border-bottom: 0.1em solid #ddd;
}
.article-content .main-content .author-container-mobile {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.2em 0;
  border-top: 0.1em solid #ddd;
}
@media only screen and (min-width: 62em) {
  .article-content .main-content .author-container-mobile {
    display: none;
  }
}
.article-content .main-content .author-container-mobile .author-avatar {
  max-width: 4.8em;
  margin-right: 0.8em;
}
.article-content .main-content .author-container-mobile .author-avatar img {
  width: 100%;
  border-radius: 50%;
  padding: 0;
}
.article-content .main-content .author-container-mobile .author-meta .author-name {
  font-size: 1.6em;
  line-height: 1.25em;
  margin-bottom: 0.25em;
  padding: 0;
}
.article-content .main-content .author-container-mobile .author-meta .author-tag {
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 0.8em;
  color: #373997;
}
.article-content .main-content .share {
  display: flex;
  flex-direction: column;
  padding: 1.2em 0;
  margin-bottom: 1.2em;
  width: 100%;
  border-top: 0.1em solid #ddd;
  border-bottom: 0.1em solid #ddd;
}
.article-content .main-content .share div {
  display: flex;
  align-items: center;
  margin: 0;
}
.article-content .main-content .share div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2em;
  height: 3.2em;
  border: 0.1em solid #cccccc;
  border-radius: 0.1em;
  margin-right: 1.2em;
}
.article-content .main-content .share div a.icon-email img {
  width: 1.2em;
}
.article-content .main-content .share div a.icon-linkedin img {
  width: 1.1em;
}
.article-content .main-content .share div a.icon-twitter img {
  width: 1.3em;
}
.article-content .main-content .share div a.icon-facebook img {
  width: 0.8em;
}
.article-content .main-content .share .sponsored-whitepaper p {
  font-family: Lora, Georgia, serif;
}
.article-content .main-content .share.share-bottom {
  padding-top: 0;
  border-top: 0;
}
.article-content .main-content .share.share-bottom span {
  font-size: 1.2em;
  line-height: 1.166666em;
  margin-bottom: 1.333333em;
}
.article-content .main-content > p {
  font-family: "Lora";
  font-size: 1.6em;
  line-height: 1.5em;
  color: #151529;
  margin-bottom: 1.25em;
}
.article-content .main-content > ul {
  font-family: "Lora";
  color: #151529;
}
.article-content .main-content .wp-block-quote {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4em;
  position: relative;
  padding-top: 5em;
  quotes: "“" "”";
}
.article-content .main-content .wp-block-quote:before {
  content: open-quote;
  position: absolute;
  top: 0;
  width: fit-content;
  font-size: 8em;
  line-height: 0.26923em;
  font-weight: 500;
  color: #373997;
  margin: 0;
  margin-top: 0.3em;
}
.article-content .main-content .wp-block-quote p {
  font: 500 2em/1.6 atlas, "Helvetica Neue", helvetica, sans-serif;
  color: #151529;
}
.article-content .main-content .wp-block-quote cite {
  font-size: 1.2em;
  line-height: 1.166666em;
  margin-top: 2em;
}
@media (min-width: 768px) {
  .article-content .main-content .wp-block-quote {
    width: 40%;
    float: left;
    margin-right: 4em;
  }
  .article-content .main-content .wp-block-quote:before {
    font-size: 10em;
    line-height: 0.26923em;
  }
  .article-content .main-content .wp-block-quote p {
    font-size: 2.4em;
  }
  .article-content .main-content .wp-block-quote cite {
    margin-top: 2.666666em;
  }
}
.article-content .main-content .in-article-author {
  display: flex;
  align-items: center;
  margin-top: 0.75em;
  margin-bottom: 2em;
}
.article-content .main-content .in-article-author h3 {
  font-size: 1.6em;
  line-height: 0.875em;
  font-weight: 400;
}
.article-content .main-content .in-article-author a {
  font-weight: 500;
}
@media only screen and (min-width: 62em) {
  .article-content .main-content .in-article-author {
    margin-top: 0.666666em;
    margin-bottom: 3.2em;
  }
  .article-content .main-content .in-article-author h3 {
    font-size: 1.8em;
    line-height: 0.777777em;
  }
}
.article-content .main-content .sponsored-banner {
  display: flex;
}
.article-content .main-content .sponsored-banner img {
  margin: 0 auto;
}
.article-content .main-content .sponsored-article {
  display: flex;
  flex-direction: column;
  padding: 1.2em 0;
  margin-bottom: 2em;
  border-top: 0.1em solid #ddd;
  border-bottom: 0.1em solid #ddd;
}
.article-content .main-content .sponsored-article h3 {
  font-size: 1.8em;
  line-height: 1.333333em;
  margin-bottom: 0.666666em;
}
.article-content .main-content .sponsored-article .sponsored-article-container {
  display: flex;
  flex-direction: column;
}
.article-content .main-content .sponsored-article .sponsored-article-container .image-container {
  max-width: 34.4em;
  margin-bottom: 1.2em;
}
.article-content .main-content .sponsored-article .sponsored-article-container .image-container img {
  width: 100%;
  aspect-ratio: 16/9;
}
.article-content .main-content .sponsored-article .sponsored-article-container .content {
  display: flex;
  flex-direction: column;
}
.article-content .main-content .sponsored-article .sponsored-article-container .content p {
  display: none;
}
.article-content .main-content .sponsored-article .sponsored-article-container .content a {
  font-size: 1.2em;
  line-height: 0.857142em;
  color: #373997;
}
@media only screen and (min-width: 62em) {
  .article-content .main-content .sponsored-article {
    padding: 2em 0;
    margin-bottom: 2.4em;
  }
  .article-content .main-content .sponsored-article .sponsored-article-container {
    flex-direction: row;
  }
  .article-content .main-content .sponsored-article .sponsored-article-container .image-container {
    max-width: 19.2em;
    max-height: 19.6em;
    margin-bottom: 0;
    margin-right: 4em;
  }
  .article-content .main-content .sponsored-article .sponsored-article-container .image-container img {
    aspect-ratio: auto;
    max-height: 19.6em;
  }
  .article-content .main-content .sponsored-article .sponsored-article-container .content {
    max-width: 56.6em;
  }
  .article-content .main-content .sponsored-article .sponsored-article-container .content p {
    display: block;
    font-size: 1.6em;
    line-height: 1.5em;
    position: relative;
  }
  .article-content .main-content .sponsored-article .sponsored-article-container .content p:last-of-type:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 70%);
    opacity: 1;
    transition: opacity 0.3s;
  }
  .article-content .main-content .sponsored-article:hover .sponsored-article-container .content p:last-of-type::after {
    opacity: 0;
  }
}
.article-content .main-content .sponsored {
  margin-bottom: 2em;
}
.article-content .main-content .sponsored.sponsored-with-bottom-border {
  padding-bottom: 1.2em;
  border-bottom: 1px solid #dbdbdb !important;
}
.article-content .main-content .sponsored.sponsored-with-bottom-border.chartdiv {
  padding-bottom: 0.6em;
}
.article-content .main-content .sponsored.sponsored-with-top-border {
  padding-top: 1.2em;
  border-top: 1px solid #dbdbdb !important;
}
.article-content .main-content .sponsored.sponsored-with-top-border.chartdiv {
  padding-bottom: 0.6em;
}
.article-content .main-content .sponsored.chartdiv {
  padding-bottom: 0.6em;
}
@media only screen and (min-width: 62em) {
  .article-content .main-content .sponsored {
    margin-bottom: 3.2em;
  }
  .article-content .main-content .sponsored.sponsored-with-bottom-border {
    padding-bottom: 2.4em;
  }
  .article-content .main-content .sponsored.sponsored-with-top-border {
    padding-top: 2.4em;
  }
}
.article-content .main-content .sponsored .button {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  line-height: 1.125em;
  margin: 0;
}
.article-content .main-content .sponsored-whitepaper {
  display: flex;
  flex-direction: column;
  background: #f3f3f1;
  padding: 1.2em;
  margin-bottom: 2em;
}
.article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content ul {
  display: none;
}
@media only screen and (min-width: 62em) {
  .article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content ul {
    display: block;
  }
}
.article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content li {
  font-family: "atlas", sans-serif;
  color: #626262;
  font-size: 0.89em;
}
.article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content li:marker {
  color: #626262;
}
.article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content h4 {
  font-size: 1.2em;
  line-height: 2em;
  margin-bottom: 0.3333em;
  padding-bottom: 0;
}
.article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content h3 {
  font-size: 1.8em;
  line-height: 1.333333em;
}
.article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content p {
  display: none;
  font: var(--para-size) Lora, Georgia, serif;
}
.article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content p.hidden {
  display: none;
}
.article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content a {
  display: block;
  text-decoration: none;
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 1.333em;
}
.article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content a:last-of-type {
  margin-bottom: 0;
}
.article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content .byline {
  font-size: 1.2em;
  margin: 0;
  margin-top: 0.666666em;
}
.article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .image-container {
  position: relative;
  max-width: 16%;
  height: fit-content;
}
.article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .image-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -0.3em;
  bottom: -0.3em;
  background: #27274c;
}
.article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .image-container img {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .article-content .main-content .sponsored-whitepaper.download-report .sponsored-whitepaper-container .report-cover {
    border-right: solid 3em transparent;
  }
}
.article-content .main-content .sponsored-whitepaper.download-report .sponsored-whitepaper-container .content {
  padding: 0 0 0 2em;
  margin: 0;
}
.article-content .main-content .sponsored-whitepaper .button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-content .main-content .sponsored-whitepaper .button-container .author {
  font-size: 1.2em;
  line-height: 1.166666em;
}
.article-content .main-content .sponsored-whitepaper.hidden .hidden-form {
  display: none;
}
.article-content .main-content .sponsored-whitepaper.hidden .hidden-form .form-group .input-container button {
  display: flex;
}
.article-content .main-content .sponsored-whitepaper.hidden .hidden-form .form-group .input-container button.hidden {
  display: none;
}
.article-content .main-content .sponsored-whitepaper.hidden .form-wrapper .form-group .input-container button {
  display: flex;
  background-color: #373997;
  cursor: pointer;
  margin-top: 0;
}
.article-content .main-content .sponsored-whitepaper.hidden .form-wrapper .form-group .input-container button.hidden {
  display: none;
}
.article-content .main-content .sponsored-whitepaper .form-wrapper {
  margin-left: auto;
}
.article-content .main-content .sponsored-whitepaper .form-wrapper button[type=submit] {
  width: 100%;
  margin: 2em 0;
}
.article-content .main-content .sponsored-whitepaper .form-wrapper .form-group input,
.article-content .main-content .sponsored-whitepaper .form-wrapper .form-group .custom-select,
.article-content .main-content .sponsored-whitepaper .form-wrapper .form-group select {
  padding: 0.579844em 0.666666em;
  background-color: #ffffff;
  margin-bottom: 0;
}
.article-content .main-content .sponsored-whitepaper .form-wrapper .form-group .input-container {
  position: relative;
}
.article-content .main-content .sponsored-whitepaper .form-wrapper .form-group .input-container button {
  background-color: #dbdbdb;
  margin-top: 0.5em;
  border-color: transparent;
  cursor: not-allowed;
}
@media only screen and (min-width: 62em) {
  .article-content .main-content .sponsored-whitepaper .form-wrapper .form-group input,
.article-content .main-content .sponsored-whitepaper .form-wrapper .form-group .custom-select,
.article-content .main-content .sponsored-whitepaper .form-wrapper .form-group select {
    padding: 0.401em 0.666666em;
  }
  .article-content .main-content .sponsored-whitepaper .form-wrapper .form-group .input-container {
    position: relative;
  }
  .article-content .main-content .sponsored-whitepaper .form-wrapper .form-group .input-container button {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.625em 3.25em;
    line-height: 1.125em;
    margin-top: 0;
  }
}
@media only screen and (min-width: 62em) {
  .article-content .main-content .sponsored-whitepaper {
    padding: 3.2em 3.2em 0em 3.2em;
    margin-bottom: 2.4em;
  }
  .article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container {
    margin-bottom: 4em;
  }
  .article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content h4 {
    font-size: 1.2em;
    line-height: 1.714285em;
    margin-bottom: 0.571428em;
    padding-bottom: 0;
    font-family: "atlas", sans-serif;
  }
  .article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content h3 {
    font-size: 2.4em;
    line-height: 1.25em;
    margin-bottom: 0.583333em;
    font-family: "atlas", sans-serif;
  }
  .article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content p, .article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content #vms_description {
    display: block;
    font-size: 1.6em;
    line-height: 1.5em;
    color: #626262;
    font-family: "atlas", sans-serif;
  }
  .article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content #vms_description {
    margin-bottom: 1em;
  }
  .article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content #vms_description.hidden {
    display: none;
  }
  .article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content #vms_description p, .article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .content #vms_description ul {
    font-size: 1em;
  }
  .article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .image-container {
    order: -1;
    max-width: 13em;
  }
  .article-content .main-content .sponsored-whitepaper .sponsored-whitepaper-container .image-container:before {
    left: -0.8em;
    bottom: -0.8em;
  }
  .article-content .main-content .sponsored-whitepaper.download-report .sponsored-whitepaper-container .report-cover {
    display: inline-block;
  }
  .article-content .main-content .sponsored-whitepaper.download-report .sponsored-whitepaper-container .content {
    margin: 0;
    width: 75%;
  }
  .article-content .main-content .sponsored-whitepaper.download-report .sponsored-whitepaper-container .content .button {
    display: inline-block;
    font-family: atlas, "Helvetica Neue", helvetica, sans-serif;
  }
  .article-content .main-content .sponsored-whitepaper.download-report .sponsored-whitepaper-container .content p.byline {
    margin: 0;
    font-size: 1.4em;
    float: right;
  }
  .article-content .main-content .sponsored-whitepaper .button-container {
    margin-left: auto;
  }
}
.article-content .main-content .sponsored-with-form .form-wrapper {
  margin-left: auto;
}
.article-content .main-content .sponsored-with-form .form-wrapper button[type=submit] {
  width: 100%;
  margin-bottom: 2em;
}
.article-content .main-content .sponsored-with-form .form-wrapper .form-group {
  margin-bottom: 1.5em;
}
.article-content .main-content .sponsored-with-form .form-wrapper .form-group input,
.article-content .main-content .sponsored-with-form .form-wrapper .form-group .custom-select,
.article-content .main-content .sponsored-with-form .form-wrapper .form-group select {
  padding: 0.579844em 0.666666em;
  background-color: #ffffff;
}
.article-content .main-content .sponsored-with-form .form-wrapper .form-group .input-container {
  position: relative;
}
.article-content .main-content .sponsored-with-form .form-wrapper .form-group .input-container button {
  margin-top: 0.5em;
}
@media only screen and (min-width: 62em) {
  .article-content .main-content .sponsored-with-form .form-wrapper .form-group input,
.article-content .main-content .sponsored-with-form .form-wrapper .form-group .custom-select,
.article-content .main-content .sponsored-with-form .form-wrapper .form-group select {
    padding: 0.438em 0.666666em;
  }
  .article-content .main-content .sponsored-with-form .form-wrapper .form-group input {
    padding: 0.4em 0.666666em;
  }
  .article-content .main-content .sponsored-with-form .form-wrapper .form-group .input-container {
    position: relative;
  }
  .article-content .main-content .sponsored-with-form .form-wrapper .form-group .input-container button {
    width: fit-content;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.625em 3.25em;
    line-height: 1.125em;
    margin-top: 0 !important;
    border-radius: 0;
    box-shadow: none;
  }
}
.article-content .main-content .sponsored-with-form.hidden .hidden-form {
  display: none;
}
.article-content .main-content .buyers-guide {
  display: flex;
  flex-direction: column;
  background: #f3f3f1;
  padding: 1.6em;
  margin-bottom: 2em;
}
.article-content .main-content .buyers-guide .buyers-guide-container {
  display: flex;
  justify-content: space-between;
}
.article-content .main-content .buyers-guide .buyers-guide-container .author {
  font-size: 1.2em;
  line-height: 1.166666em;
  display: block;
  margin-bottom: 2em;
}
.article-content .main-content .buyers-guide .buyers-guide-container .content {
  margin-right: 2em;
}
.article-content .main-content .buyers-guide .buyers-guide-container .content h4 {
  font-size: 1.2em;
  line-height: 2em;
  margin-bottom: 0.3333em;
  padding-bottom: 0;
}
.article-content .main-content .buyers-guide .buyers-guide-container .content h3 {
  font-size: 1.8em;
  line-height: 1.333333em;
  margin-bottom: 0.666666em;
}
.article-content .main-content .buyers-guide .buyers-guide-container .content p {
  display: none;
}
.article-content .main-content .buyers-guide .buyers-guide-container .content a {
  display: block;
  text-decoration: none;
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 1.333em;
}
.article-content .main-content .buyers-guide .buyers-guide-container .content a:last-of-type {
  margin-bottom: 0;
}
.article-content .main-content .buyers-guide .buyers-guide-container .content .byline {
  font-size: 1.2em;
  margin: 0;
  margin-top: 0.666666em;
}
.article-content .main-content .buyers-guide .buyers-guide-container .image-container {
  position: relative;
  max-width: 16%;
  height: fit-content;
}
.article-content .main-content .buyers-guide .buyers-guide-container .image-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -0.3em;
  bottom: -0.3em;
  background: #151529;
}
.article-content .main-content .buyers-guide .buyers-guide-container .image-container img {
  width: 100%;
  position: relative;
}
.article-content .main-content .buyers-guide form {
  margin-left: auto;
}
.article-content .main-content .buyers-guide .input-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.article-content .main-content .buyers-guide .input-container input {
  width: 100%;
  font-size: 1.6em;
  line-height: 1.5em;
  background: #ffffff;
  color: #626262;
  border: 0.063em solid #dbdbdb;
  padding: 0.5em 0.75em;
  margin-bottom: 0.5em;
}
.article-content .main-content .buyers-guide .input-container input::placeholder {
  color: #626262;
}
.article-content .main-content .buyers-guide .input-container button {
  width: 100%;
  font-size: 1.6em;
  line-height: 1.25em;
  padding: 0.625em 2.5em;
  margin: 0;
}
@media only screen and (min-width: 62em) {
  .article-content .main-content .buyers-guide {
    padding: 3.2em;
    margin-bottom: 2.4em;
  }
  .article-content .main-content .buyers-guide .buyers-guide-container .content {
    margin-right: 0;
    margin-left: 3.2em;
  }
  .article-content .main-content .buyers-guide .buyers-guide-container .content h4 {
    font-size: 1.4em;
    line-height: 1.714285em;
    margin-bottom: 0.571428em;
    padding-bottom: 0;
  }
  .article-content .main-content .buyers-guide .buyers-guide-container .content h3 {
    font-size: 2.4em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
  }
  .article-content .main-content .buyers-guide .buyers-guide-container .content p {
    display: block;
    font-size: 1.6em;
    line-height: 1.5em;
    color: #626262;
  }
  .article-content .main-content .buyers-guide .buyers-guide-container .image-container {
    order: -1;
    max-width: 13em;
  }
  .article-content .main-content .buyers-guide .buyers-guide-container .image-container:before {
    left: -0.8em;
    bottom: -0.8em;
  }
  .article-content .main-content .buyers-guide .input-container {
    flex-direction: row;
    align-items: center;
    margin-left: auto;
  }
  .article-content .main-content .buyers-guide .input-container input {
    width: 75%;
    margin-bottom: 0;
  }
  .article-content .main-content .buyers-guide .input-container button {
    width: 25%;
    margin-top: 0;
  }
}
.article-content .main-content .related-companies {
  padding-left: 0;
  padding-right: 0;
}
.article-content .main-content .related-companies header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1.2em;
}
.article-content .main-content .related-companies .related-companies-card article {
  display: flex;
  padding-bottom: 1.2em;
  padding-top: 0;
  margin-bottom: 1.2em;
}
.article-content .main-content .related-companies .related-companies-card article figure {
  flex: 0 0 25%;
  display: block;
  margin-right: 1.5em;
  margin-bottom: 0;
  padding-top: 0;
}
.article-content .main-content .related-companies .related-companies-card article figure a {
  padding-top: 56.25%;
  position: relative;
  min-height: auto;
}
.article-content .main-content .related-companies .related-companies-card article figure a img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.article-content .main-content .related-companies .related-companies-card article div {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.article-content .main-content .related-companies .related-companies-card article div .company {
  font-size: 1.2em;
  line-height: 1.333333em;
}
.article-content .main-content .related-companies .related-companies-card article div .company a {
  color: #464646;
}
.article-content .main-content .related-companies .related-companies-card article div h3 {
  font-size: 1.6em;
  line-height: 1.25em;
}
.article-content .main-content .related-companies .related-companies-card article div .profile-link {
  margin-top: 1.333333em;
  color: #373997;
  font-size: 1.2em;
  line-height: 1.333333em;
  font-weight: 500;
}
@media only screen and (min-width: 62em) {
  .article-content .main-content .related-companies .related-companies-card article {
    display: block;
  }
}
.article-content .main-content .tags {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  padding-bottom: 1.2em;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2.2em;
  margin-top: 2em;
  border-bottom: 0.1em solid #ddd;
}
.article-content .main-content .tags p {
  font-size: 1.2em;
  line-height: 1.333333em;
  font-weight: 500;
  color: #000;
  margin-right: 1.666666em;
  margin-bottom: 0;
}
.article-content .main-content .tags-container span {
  padding: 0.4em 0.8em;
  background: #f3f3f3;
  border-radius: 0.1em;
  font-size: 1em;
  line-height: 1.6em;
  color: #151529;
}
.article-content .main-content .full-width-container {
  width: 100%;
  margin-top: 3.2em;
  margin-bottom: 3.2em;
}
.article-content .main-content .full-width-container img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
}
.article-content .sidebar-content {
  display: none;
}
@media only screen and (min-width: 62em) {
  .article-content .sidebar-content {
    width: 240px;
    max-width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .article-content .sidebar-content .author-name {
    font-size: 1.3em;
    line-height: 1.230769em;
    font-weight: 500;
    margin-bottom: 0.615384em;
  }
  .article-content .sidebar-content .prospecting-img {
    display: block;
  }
  .article-content .sidebar-content > .sidebar-content {
    border-top: none;
    margin-bottom: 0em;
    padding-top: 0;
  }
  .article-content .sidebar-content > div {
    padding-top: 0.8em;
    border-top: 0.4em solid #373997;
    margin-bottom: 3.2em;
  }
  .article-content .sidebar-content > div div {
    border-top: none;
  }
  .article-content .sidebar-content > div:last-child {
    margin-bottom: 0;
  }
  .article-content .sidebar-content > div .grid-x {
    margin: 0;
  }
  .article-content .sidebar-content > div header {
    border-color: #dbdbdb;
  }
  .article-content .sidebar-content > div h3 {
    line-height: 1.333333em;
  }
  .article-content .sidebar-content > div h4 {
    line-height: 1.42857em;
    padding-bottom: 0;
  }
  .article-content .sidebar-content > div .cell {
    border-right: none;
    padding: 0;
    padding-bottom: 1.2em;
    border-bottom: 0.1em solid #ddd;
    margin: 0;
    margin-bottom: 1.2em;
  }
  .article-content .sidebar-content > div .cell .category {
    margin-bottom: 0.333333em;
    font-size: 1.2em;
    line-height: 1.333333em;
  }
  .article-content .sidebar-content > div .cell .category a {
    font-size: inherit;
  }
  .article-content .sidebar-content > div .cell:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .article-content .sidebar-content > div:last-child .cell:last-child {
    border-bottom: 0.1em solid #ddd;
    padding-bottom: 1.2em;
  }
  .article-content .sidebar-content .view-all-link {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.428571em;
    text-decoration: underline;
  }
  .article-content .sidebar-content .author-container {
    display: flex;
    flex-direction: column;
    padding-top: 2em;
  }
  .article-content .sidebar-content .author-container .author-avatar {
    max-width: 10em;
    margin-bottom: 1.4em;
  }
  .article-content .sidebar-content .author-container .author-avatar img {
    width: 100%;
    border-radius: 50%;
    padding: 0;
  }
  .article-content .sidebar-content .author-container .author-meta .author-name {
    font-size: 1.6em;
    line-height: 1.25em;
    margin-bottom: 0.25em;
    padding: 0;
  }
  .article-content .sidebar-content .author-container .author-meta .author-info {
    display: flex;
    flex-direction: column;
  }
  .article-content .sidebar-content .author-container .author-meta .author-info .author-tag {
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: 0.8em;
    color: #373997;
  }
  .article-content .sidebar-content .author-container .author-meta .author-info .author-description {
    font-weight: 400;
    line-height: 1.42857em;
  }
}
.article-content .sidebar-content .widget {
  margin-bottom: 2.4em;
}

.next-articles {
  margin-bottom: 1.6em;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.next-articles header {
  padding-bottom: 1.6em;
  margin-bottom: 1.4em;
}
.next-articles header h2 {
  font-size: 1.4em;
  line-height: 1.214em;
}
.next-articles header a {
  display: none;
}
.next-articles article {
  width: 50%;
}
.next-articles article:nth-child(odd) {
  padding-right: 1.6em;
  border-right: 0.1em solid #ddd;
}
.next-articles article:nth-child(even) {
  padding-left: 1.6em;
}
.next-articles article:nth-last-child(-n+2) {
  border-bottom: 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
.breadcrumbs li {
  font-size: 0.75em;
  line-height: 1.333333em;
  font-weight: 500;
}
.breadcrumbs li a {
  color: #373997;
}
.breadcrumbs li a.sponsored {
  color: #151529;
  font-weight: bold;
}

@media only screen and (min-width: 62em) {
  .article-header__content {
    margin-bottom: 2.4em;
  }
  .article-header__content .article-header__title {
    font-size: 4.8em;
    line-height: 1.083333em;
    margin-bottom: 0.375em;
  }
  .article-header__content .article-header__excerpt {
    font-size: 2.2em;
    line-height: 1.272727em;
    margin-bottom: 0.727272em;
  }

  .article-content .main-content .share {
    padding: 1.6em 0;
    margin-bottom: 2.4em;
  }
  .article-content .main-content .tags {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
  }
  .article-content .main-content .article-image {
    margin-bottom: 3.2em;
  }
  .article-content .main-content .article-image figure img {
    width: 100%;
  }
  .article-content .main-content .article-image figure figcaption {
    padding-bottom: 1em;
  }
  .article-content .main-content > p {
    font-size: 1.8em;
    line-height: 1.555555em;
    margin-bottom: 1.777em;
  }
}
.ad-slot {
  margin-bottom: var(--edge-spacing);
}

.author-bio {
  margin-top: var(--edge-spacing);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 2em 0;
  width: 100%;
  margin-bottom: var(--edge-spacing);
}
.author-bio img {
  max-width: 120px;
  margin-bottom: 1.2em;
}
.author-bio p {
  font-size: 1.4em;
  color: #151529;
}
.author-bio p:last-of-type {
  margin-bottom: 0;
}

.talk-to-us {
  margin-top: 0;
}
.talk-to-us p {
  font: 1.8em Lora, Georgia, serif;
}
.talk-to-us p a {
  font: 1em Lora, Georgia, serif;
  text-decoration: underline;
}

.in-article-newsletter .newsletter-signup-box {
  margin-top: 0;
  margin-bottom: 2.5em;
}
.in-article-newsletter h2 {
  display: none;
}
.in-article-newsletter h3.newsletter-signup__title {
  font-size: 2.4em;
  margin-bottom: 1em;
}
@media (min-width: 1399px) {
  .in-article-newsletter h3.newsletter-signup__title {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .in-article-newsletter .newsletter-signup-box {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  .in-article-newsletter .newsletter-icon-cta {
    display: block;
  }
  .in-article-newsletter .newsletter-icon-cta img.newsletter-icon {
    float: left;
    width: 20%;
  }
  .in-article-newsletter .newsletter-icon-cta div {
    float: right;
    width: 75%;
  }
  .in-article-newsletter .newsletter-icon-cta div h2 {
    display: block;
    color: white;
    font-size: 1.2em;
  }
  .in-article-newsletter .newsletter-button {
    margin-left: 22.6%;
  }
}

.article-content .sidebar-content .author-container.lgp-author {
  border-top: none;
}

.article-grid.sidebar-content header {
  margin-top: 0;
  margin-bottom: 1.2em;
}
.article-grid.sidebar-content > div {
  margin-bottom: 3.2em;
  text-decoration: none;
}
.article-grid.sidebar-content > div.lgp-author {
  margin-bottom: 2em;
}
.article-grid.sidebar-content:not(.article-grid-x):last-of-type .grid-x article {
  border-bottom: solid 1px #ddd;
}
.article-grid.sidebar-content div h4 {
  margin-bottom: 0;
}
.article-grid.sidebar-content .widget div h4 {
  margin-bottom: 0.85712em;
  padding-bottom: 0.85712em;
}

.c-footer {
  padding-top: 2rem;
  padding-bottom: 0.75rem;
  font-family: "atlas", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #151529;
  border-top: 1px solid rgba(219, 219, 219, 0.25);
}

@media print, screen and (min-width: 48em) {
  .c-footer {
    padding-bottom: 1.5rem;
  }
}
.c-footer__logo {
  display: block;
  width: 15rem;
  max-width: 100%;
  margin: 0 auto 0.75rem;
}

.c-footer__logo-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .c-footer__logo {
    max-width: 75%;
    width: 21.25rem;
  }
}
.c-footer__tag-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0 0 2rem;
  font-size: 0.75rem;
  line-height: 1.333333333;
  color: #dbdbdb;
}

.c-footer__tag-line-img {
  display: block;
  width: auto;
  height: 0.625rem;
  margin: 0 0 0 0.3125rem;
}

@media print, screen and (min-width: 48em) {
  .c-footer__tag-line {
    font-size: 0.875rem;
    line-height: 1.571428571;
  }

  .c-footer__tag-line-img {
    height: 0.6875rem;
  }
}
.c-footer__nav {
  margin: 0 0 2rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.571428571;
}

.c-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.c-footer__nav-item:last-child {
  margin-bottom: 0;
}

.c-footer__nav-link {
  display: block;
  color: inherit;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-footer__nav-link:hover,
.c-footer__nav-link:focus {
  color: inherit;
  text-decoration: underline;
}

.c-footer__nav-link:focus {
  outline: 0;
}

@media print, screen and (min-width: 48em) {
  .c-footer__nav {
    margin-bottom: 3.375rem;
  }

  .c-footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-footer__nav-item {
    margin-bottom: 0;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.c-footer__copyright {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.333333333;
  color: #dbdbdb;
}

/* New footer design */
.footer-container {
  font-size: 10px;
  padding: 3.2em var(--page-gutters);
  color: #fff;
  background-color: #27274C;
  margin-bottom: -1px;
}
.footer-container .footer-wrapper {
  max-width: 140em;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.footer-container .footer-wrapper .footer-tag-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.166666em;
  font-size: 1.4em;
  line-height: 1.214285em;
  color: #fff;
}
.footer-container .footer-wrapper .footer-tag-line .c-footer__tag-line-img {
  display: block;
  width: auto;
  height: 1em;
  margin: 0 0 0 0.3125rem;
}
.footer-container .footer-wrapper .footer-logo-text {
  display: flex;
  align-items: center;
  font-size: 2.4em;
  line-height: 1.208333em;
  font-weight: 300;
  color: #FFF;
  margin-bottom: 0.5em;
}
.footer-container .footer-wrapper .footer-logo-text span {
  font-weight: 500;
  margin-right: 0.083333em;
}
.footer-container .footer-wrapper .footer-excerpt {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.footer-container .footer-wrapper .footer-nav {
  width: 100%;
  padding-top: 2.4em;
  margin-bottom: 2.4em;
  border-top: 1px solid #dbdbdb;
}
.footer-container .footer-wrapper .footer-nav .footer-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  margin: 0;
}
.footer-container .footer-wrapper .footer-nav .footer-nav-list li {
  font-size: 1.4em;
  line-height: 1.214285em;
  font-weight: 500;
  margin-bottom: 0.857142em;
}
.footer-container .footer-wrapper .footer-nav .footer-nav-list li:last-of-type {
  margin-bottom: 0;
}
.footer-container .footer-wrapper .footer-nav .footer-nav-list li a {
  color: #FFF;
}
.footer-container .footer-wrapper .copyright-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 2.4em;
  margin-bottom: 1.6em;
  border-top: 1px solid #dbdbdb;
}
.footer-container .footer-wrapper .copyright-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  margin: 0;
}
.footer-container .footer-wrapper .copyright-col ul li {
  font-size: 1.4em;
  line-height: 1.214285em;
  font-weight: 500;
  margin-bottom: 0.857142em;
}
.footer-container .footer-wrapper .copyright-col ul li:last-of-type {
  margin-bottom: 2.285714em;
}
.footer-container .footer-wrapper .copyright-col ul li a {
  color: #FFF;
}
.footer-container .footer-wrapper .share {
  display: flex;
  margin-bottom: 1.6em;
}
.footer-container .footer-wrapper .share div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.footer-container .footer-wrapper .share div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2em;
  height: 3.2em;
  border: 0.1em solid #FFF;
  border-radius: 0.1em;
  margin-right: 1.2em;
}
.footer-container .footer-wrapper .share div a img {
  height: auto;
  margin: 0;
}
.footer-container .footer-wrapper .share div a.icon-email img {
  width: 1.2em;
}
.footer-container .footer-wrapper .share div a.icon-linkedin img {
  width: 1.1em;
}
.footer-container .footer-wrapper .share div a.icon-twitter img {
  width: 1.3em;
}
.footer-container .footer-wrapper .share div a.icon-facebook img {
  width: 0.8em;
}
.footer-container .footer-wrapper .footer-copyright {
  font-size: 1.4em;
  line-height: 1.214285em;
  color: #FFF;
  margin-bottom: 0;
}
@media only screen and (min-width: 62em) {
  .footer-container .footer-wrapper {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .footer-container .footer-wrapper .main-footer-col {
    margin-right: 4em;
  }
  .footer-container .footer-wrapper .main-footer-col img {
    height: 2.2em;
    margin-bottom: 1.2em;
    width: auto;
  }
  .footer-container .footer-wrapper .footer-cols {
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .footer-container .footer-wrapper .footer-cols .footer-nav {
    width: 50%;
    padding-top: 0;
    padding-left: 2.4em;
    border-left: 1px solid rgba(221, 221, 221, 0.5);
    border-top: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer-container .footer-wrapper .footer-cols .copyright-col {
    width: 50%;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2.4em;
    border-left: 1px solid rgba(221, 221, 221, 0.5);
    border-top: 0;
  }
  .footer-container .footer-wrapper .footer-tag-line {
    margin-top: auto;
  }
}

fieldset {
  padding: 0;
}

input,
button,
textarea,
input[type=checkbox] {
  -webkit-border-radius: 0;
}

input,
select,
.custom-select,
textarea,
button {
  font-size: 1.6em;
}

input[type=search],
input[type=button],
input[type=checkbox] {
  -webkit-appearance: none;
}

.c-input {
  position: relative;
  width: 100%;
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.285714286;
}

.c-input__label {
  position: absolute;
  top: 1rem;
  left: 0;
  color: #515151;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  pointer-events: none;
}

.c-input__input {
  width: 100%;
  padding: 1.125rem 0 0.625rem;
  font-size: 0.875rem;
  line-height: 1.285714286;
  color: #27274c;
  border-bottom: 0.125rem solid #27274c;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-input__input::-webkit-input-placeholder {
  color: #515151;
  opacity: 1;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-input__input::-moz-placeholder {
  color: #515151;
  opacity: 1;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-input__input:-ms-input-placeholder {
  color: #515151;
  opacity: 1;
  -ms-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-input__input::-ms-input-placeholder {
  color: #515151;
  opacity: 1;
  -ms-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-input__input::placeholder {
  color: #515151;
  opacity: 1;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-input__input:hover::-webkit-input-placeholder,
.c-input__input:focus::-webkit-input-placeholder {
  color: #27274c;
}

.c-input__input:hover::-moz-placeholder,
.c-input__input:focus::-moz-placeholder {
  color: #27274c;
}

.c-input__input:hover:-ms-input-placeholder,
.c-input__input:focus:-ms-input-placeholder {
  color: #27274c;
}

.c-input__input:hover::-ms-input-placeholder,
.c-input__input:focus::-ms-input-placeholder {
  color: #27274c;
}

.c-input__input:hover::placeholder,
.c-input__input:focus::placeholder {
  color: #27274c;
}

.c-input__input:focus {
  border-bottom-color: #373997;
}

.c-input__error-text {
  margin: 0;
  padding-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.333333333;
  color: #ff0f00;
}

.c-input:hover .c-input__label {
  color: #27274c;
}

.c-input--offset-label .c-input__label {
  -webkit-transform: translate3d(0, -1rem, 0) scale(0.714285714);
  transform: translate3d(0, -1rem, 0) scale(0.714285714);
}

.c-input--offset-label:hover .c-input__label {
  color: #515151;
}

.c-input--has-placeholder .c-input__label {
  -webkit-transform: translate3d(0, -1rem, 0) scale(0.714285714);
  transform: translate3d(0, -1rem, 0) scale(0.714285714);
}

.c-input--has-error .c-input__input {
  border-bottom-color: #ff0f00;
}

.c-select {
  position: relative;
  width: 100%;
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.285714286;
}

.c-select__label {
  position: absolute;
  top: 1rem;
  left: 0;
  color: #515151;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  pointer-events: none;
}

.c-select__select {
  width: 100%;
  padding: 1rem 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.285714286;
  color: #27274c;
  border-bottom: 0.125rem solid #27274c;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  cursor: pointer;
}

.c-select__select::-ms-expand {
  display: none;
}

.c-select__select::-webkit-input-placeholder {
  color: #515151;
  opacity: 1;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-select__select::-moz-placeholder {
  color: #515151;
  opacity: 1;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-select__select:-ms-input-placeholder {
  color: #515151;
  opacity: 1;
  -ms-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-select__select::-ms-input-placeholder {
  color: #515151;
  opacity: 1;
  -ms-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-select__select::placeholder {
  color: #515151;
  opacity: 1;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-select__select:hover::-webkit-input-placeholder,
.c-select__select:focus::-webkit-input-placeholder {
  color: #27274c;
}

.c-select__select:hover::-moz-placeholder,
.c-select__select:focus::-moz-placeholder {
  color: #27274c;
}

.c-select__select:hover:-ms-input-placeholder,
.c-select__select:focus:-ms-input-placeholder {
  color: #27274c;
}

.c-select__select:hover::-ms-input-placeholder,
.c-select__select:focus::-ms-input-placeholder {
  color: #27274c;
}

.c-select__select:hover::placeholder,
.c-select__select:focus::placeholder {
  color: #27274c;
}

.c-select__select:focus {
  border-color: #373997;
}

.c-select__arrow {
  position: absolute;
  display: block;
  top: 1.5625rem;
  right: 0;
  width: 0.875rem;
  height: auto;
  margin: 0;
  color: #27274c;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  pointer-events: none;
}

.c-select:hover .c-select__label {
  color: #27274c;
}

.c-select:hover .c-select__arrow {
  color: #373997;
}

.c-select--has-label.c-select--offset-label .c-select__label {
  -webkit-transform: translate3d(0, -1rem, 0) scale(0.714285714);
  transform: translate3d(0, -1rem, 0) scale(0.714285714);
}

.c-select--has-label.c-select--offset-label:hover .c-select__label {
  color: #515151;
}

.c-select--has-placeholder .c-select__label {
  -webkit-transform: translate3d(0, -1rem, 0) scale(0.714285714);
  transform: translate3d(0, -1rem, 0) scale(0.714285714);
}

.c-select-custom {
  position: relative;
  width: 100%;
}

.c-select-custom .c-select {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  cursor: pointer;
}

.c-select-custom .c-select__label {
  top: 0.8125rem;
  font-weight: 500;
  color: #151529;
}

.c-select-custom .c-select__select {
  padding: 0.8125rem 0;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  border-bottom: 1px solid #dbdbdb;
  pointer-events: none;
}

.c-select-custom .c-select__arrow {
  top: 50%;
}

.c-select-custom .c-select--has-label .c-select__select {
  padding: 1.25rem 0 0.375rem;
}

.c-select-custom .c-select--has-label.c-select--offset-label .c-select__label {
  font-weight: normal;
  color: dimgray;
  -webkit-transform: translate3d(0, -0.5rem, 0) scale(0.833333333);
  transform: translate3d(0, -0.5rem, 0) scale(0.833333333);
}

.c-select-custom .c-select--has-placeholder .c-select__label {
  -webkit-transform: translate3d(0, -0.5rem, 0) scale(0.833333333);
  transform: translate3d(0, -0.5rem, 0) scale(0.833333333);
}

@media print, screen and (min-width: 48em) {
  .c-select-custom .c-select {
    font-size: 0.875rem;
    line-height: 1.285714286;
  }

  .c-select-custom .c-select__label {
    top: 1.125rem;
  }

  .c-select-custom .c-select__select {
    padding: 1.125rem 0;
    font-size: 0.875rem;
    line-height: 1.285714286;
  }

  .c-select-custom .c-select--has-label .c-select__select {
    padding: 1.5rem 0 0.75rem;
  }

  .c-select-custom .c-select--has-label.c-select--offset-label .c-select__label {
    -webkit-transform: translate3d(0, -0.5rem, 0) scale(0.714285714);
    transform: translate3d(0, -0.5rem, 0) scale(0.714285714);
  }

  .c-select-custom .c-select--has-placeholder .c-select__label {
    -webkit-transform: translate3d(0, -0.5rem, 0) scale(0.714285714);
    transform: translate3d(0, -0.5rem, 0) scale(0.714285714);
  }
}
.c-select-custom .c-select-custom__dropdown {
  display: none;
  position: relative;
  width: 100%;
  padding: 0.75rem;
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  z-index: 50;
  pointer-events: none;
}

.c-select-custom .c-select-custom__dropdown-list {
  list-style: none;
  max-height: 10.25rem;
  margin: 0 0 0 -0.75rem;
  padding: 0;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.333333333;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #373997 #e8e8e8;
  scrollbar-width: thin;
}

.c-select-custom .c-select-custom__dropdown-list::-webkit-scrollbar {
  width: 0.25rem;
}

.c-select-custom .c-select-custom__dropdown-list::-webkit-scrollbar-track {
  width: 0.25rem;
  background-color: #e8e8e8;
}

.c-select-custom .c-select-custom__dropdown-list::-webkit-scrollbar-thumb {
  width: 0.25rem;
  background-color: #373997;
}

.c-select-custom .c-select-custom__dropdown-item {
  margin-bottom: 0.25rem;
  padding-left: 0.75rem;
}

.c-select-custom .c-select-custom__dropdown-item:last-child {
  margin-bottom: 0;
}

.c-select-custom .c-select-custom__dropdown-option {
  position: relative;
  display: block;
  padding: 0.3125rem 0 0.1875rem;
  color: #515151;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-select-custom .c-select-custom__dropdown-option::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  display: block;
  width: 0.125rem;
  height: 75%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(55, 57, 151, 0);
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.c-select-custom .c-select-custom__dropdown-option:hover,
.c-select-custom .c-select-custom__dropdown-option:focus {
  color: #27274c;
}

.c-select-custom .c-select-custom__dropdown-option:focus {
  outline: 0;
}

.c-select-custom .c-select-custom__dropdown-option--selected {
  color: #27274c;
}

.c-select-custom .c-select-custom__dropdown-option--selected::before {
  background-color: #373997;
}

.c-select-custom .c-select-custom__dropdown-option-all {
  display: block;
  font-family: "atlas", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.333333333;
  color: #151529;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-select-custom .c-select-custom__dropdown-option-all:hover,
.c-select-custom .c-select-custom__dropdown-option-all:focus {
  color: #373997;
}

.c-select-custom .c-select-custom__dropdown-option-all:focus {
  outline: 0;
}

.c-select-custom .c-select-custom__dropdown hr {
  margin: 0.75rem 0;
}

@media print, screen and (min-width: 48em) {
  .c-select-custom .c-select-custom__dropdown {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: inset 1px 0 0 0 #dbdbdb, inset -1px 0 0 0 #dbdbdb;
    box-shadow: inset 1px 0 0 0 #dbdbdb, inset -1px 0 0 0 #dbdbdb;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  }

  .c-select-custom .c-select-custom__dropdown-list {
    max-height: 11rem;
  }
}
@media screen and (min-width: 75em) {
  .c-select-custom .c-select-custom__dropdown {
    padding: 1.25rem;
  }

  .c-select-custom .c-select-custom__dropdown-list {
    margin-left: -1.25rem;
    font-size: 0.875rem;
    line-height: 1.285714286;
  }

  .c-select-custom .c-select-custom__dropdown-item {
    padding-left: 1.25rem;
  }

  .c-select-custom .c-select-custom__dropdown-option-all {
    font-size: 0.875rem;
    line-height: 1.285714286;
  }

  .c-select-custom .c-select-custom__dropdown hr {
    margin: 1.25rem 0;
  }
}
.c-select-custom.c-select-custom--active .c-select-custom__dropdown {
  pointer-events: auto;
}

@media print, screen and (min-width: 48em) {
  .c-select-custom.c-select-custom--active .c-select-custom__dropdown {
    visibility: visible;
    opacity: 1;
  }
}
.c-select-custom.c-select-custom--active .c-select__select {
  border-bottom-color: #373997;
}

.c-select-custom.c-select-custom--active .c-select__arrow {
  -webkit-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}

.c-textarea {
  position: relative;
  width: 100%;
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.285714286;
}

.c-textarea__label {
  position: absolute;
  top: 0.75rem;
  left: 0.875rem;
  color: #515151;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  pointer-events: none;
}

.c-textarea__textarea {
  width: 100%;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.285714286;
  color: #27274c;
  border: 0.125rem solid #27274c;
  resize: vertical;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-textarea__textarea::-webkit-input-placeholder {
  color: #515151;
  opacity: 1;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-textarea__textarea::-moz-placeholder {
  color: #515151;
  opacity: 1;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-textarea__textarea:-ms-input-placeholder {
  color: #515151;
  opacity: 1;
  -ms-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-textarea__textarea::-ms-input-placeholder {
  color: #515151;
  opacity: 1;
  -ms-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-textarea__textarea::placeholder {
  color: #515151;
  opacity: 1;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-textarea__textarea:hover::-webkit-input-placeholder,
.c-textarea__textarea:focus::-webkit-input-placeholder {
  color: #27274c;
}

.c-textarea__textarea:hover::-moz-placeholder,
.c-textarea__textarea:focus::-moz-placeholder {
  color: #27274c;
}

.c-textarea__textarea:hover:-ms-input-placeholder,
.c-textarea__textarea:focus:-ms-input-placeholder {
  color: #27274c;
}

.c-textarea__textarea:hover::-ms-input-placeholder,
.c-textarea__textarea:focus::-ms-input-placeholder {
  color: #27274c;
}

.c-textarea__textarea:hover::placeholder,
.c-textarea__textarea:focus::placeholder {
  color: #27274c;
}

.c-textarea__textarea:focus {
  border-color: #373997;
}

.c-textarea--has-label .c-textarea__textarea {
  padding-top: 1.75rem;
}

.c-textarea:hover .c-textarea__label {
  color: #27274c;
}

.c-textarea--offset-label .c-textarea__label {
  -webkit-transform: scale(0.714285714);
  transform: scale(0.714285714);
}

.c-textarea--offset-label:hover .c-textarea__label {
  color: #515151;
}

.c-textarea--has-placeholder .c-textarea__label {
  -webkit-transform: scale(0.714285714);
  transform: scale(0.714285714);
}

.c-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.sg-content input[type=checkbox] + label,
.sg-content input[type=radio] + label {
  position: relative;
  padding-left: 2em;
  display: block;
  cursor: pointer;
}

.c-checkbox__checkbox,
.sg-content input[type=checkbox] + label:before,
.sg-content input[type=radio] + label:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.75rem;
  color: rgba(219, 219, 219, 0);
  border-radius: 1px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.sg-content input[type=checkbox] + label:before,
.sg-content input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  border: solid 1px #373997;
  cursor: pointer;
}

.sg-content input[type=radio] + label:before {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  background: white;
}

.sg-content input[type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #373997;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 12px;
}

.sg-content input[type=checkbox] + label:after {
  content: "";
  background: url("../img/icon_tick.png") no-repeat;
  background-size: 100%;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: 0.2em;
  top: 0.3em;
}

.c-checkbox__input:checked + .c-checkbox__checkbox,
.sg-content input[type=checkbox]:checked + label:before {
  color: #fff;
  background-color: #373997;
  border-color: #373997;
}

.c-checkbox__checkbox svg {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
}

.c-checkbox__label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: relative;
  display: block;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1.4;
}

@media print, screen and (min-width: 48em) {
  .c-checkbox__label {
    top: -2px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.c-checkbox:hover .c-checkbox__checkbox {
  color: #dbdbdb;
}

.c-checkbox--large .c-checkbox__checkbox {
  width: 1.5rem;
  height: 1.5rem;
}

.c-checkbox--large .c-checkbox__checkbox svg {
  width: 0.875rem;
  height: 0.875rem;
}

.c-checkbox--large .c-checkbox__label {
  top: 0.125rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.666666667;
  color: #151529;
}

@media print, screen and (min-width: 48em) {
  .c-checkbox--large .c-checkbox__label {
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
.c-checkbox--primary .c-checkbox__input:checked + .c-checkbox__checkbox {
  color: #151529;
  background-color: #373997;
  border-color: #373997;
}

.c-checkbox--secondary .c-checkbox__input:checked + .c-checkbox__checkbox {
  color: #151529;
  background-color: #27274c;
  border-color: #27274c;
}

.c-checkbox--tertiary .c-checkbox__input:checked + .c-checkbox__checkbox {
  color: #151529;
  background-color: #6ab9ff;
  border-color: #6ab9ff;
}

.c-checkbox--quaternary .c-checkbox__input:checked + .c-checkbox__checkbox {
  color: #151529;
  background-color: #ff8aa9;
  border-color: #ff8aa9;
}

.c-checkbox--success .c-checkbox__input:checked + .c-checkbox__checkbox {
  color: #151529;
  background-color: #1ac1a9;
  border-color: #1ac1a9;
}

.c-checkbox--alert .c-checkbox__input:checked + .c-checkbox__checkbox {
  color: #151529;
  background-color: #ff325c;
  border-color: #ff325c;
}

.c-table {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.333333333;
  border-collapse: collapse;
}

.c-table td,
.c-table th {
  padding: 0.75rem 0.5rem;
}

.c-table th {
  font-weight: 500;
  text-align: left;
  color: #fff;
  background-color: #27274c;
}

.c-table tbody tr:nth-child(even) td {
  background-color: #f3f3f1;
}

.c-search {
  position: relative;
}

.c-search .c-input {
  margin: 0;
}

.c-search .c-input__input {
  padding-top: 0.75rem;
  padding-right: 2.5rem;
  border-bottom-color: #373997;
}

.c-search .c-input__input:focus {
  border-bottom-color: #27274c;
}

.c-search__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 2.625rem;
  padding-left: 0.75rem;
  padding-right: 0.25rem;
  cursor: pointer;
}

.c-search__button svg {
  display: block;
  width: 1rem;
  height: auto;
  margin: 0;
  color: #373997;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}

.checkbox-wrap {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3em;
  height: 3em;
  border: 1px solid #373997;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -1px;
  left: -1px;
  height: 3em;
  width: 3em;
  border: 1px solid #373997;
  background-color: #ffffff;
}
.checkmark span {
  font-size: 3em;
  padding-bottom: 0.1em;
  color: #373997;
}

.tag-box-big-add .checkmark {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: auto;
  right: -1px;
}
.tag-box-big-add .checkbox-wrap input:checked ~ .checkmark {
  left: auto;
  right: -1px;
}

.checkbox-wrap:hover input ~ .checkmark {
  background-color: #373997;
}

.checkbox-wrap:hover input ~ .checkmark span {
  color: #fff;
}

.checkbox-wrap input:checked ~ .checkmark {
  top: -1px;
  left: -1px;
  background-color: #373997;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.checkbox-wrap input:checked ~ .checkmark span {
  color: #373997;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-wrap .checkmark:after {
  left: 10px;
  top: 6px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-select {
  position: relative;
}
.custom-select select {
  margin-bottom: 0;
}
.custom-select a {
  display: block;
}

.custom-select select {
  display: none;
}

.inline-filters .select-selected:after {
  position: absolute;
  content: url("../img/icons/DDown.png");
  top: 50%;
  right: 0.3em;
  height: auto;
  width: auto;
  border: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (min-width: 992px) {
  .inline-filters .select-selected:after {
    font-size: 1.4em;
  }
}
.inline-filters .select-selected.select-arrow-active:after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.select-items div,
.select-selected {
  cursor: pointer;
  position: relative;
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  width: calc(100% + 2px);
  left: -1px;
  right: 0;
  z-index: 11;
  border: 0.1em solid #ddd;
  max-height: 33em;
  overflow-y: scroll;
}
.select-items::-webkit-scrollbar {
  background-color: transparent;
  width: 0.5em;
}
.select-items::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -o-border-radius: 0.3em;
}
.select-items div {
  font-size: 1em;
  padding: 0.8em 1em;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#newsletterForm .form-group input {
  margin-bottom: 0;
}

.form-group-buttons {
  text-align: left;
}
.form-group-buttons .button {
  margin: 0;
}
.form-group-buttons .button + .button {
  margin-left: 0.8em;
}

.top-label {
  display: block;
  font-size: 1.2em;
  margin-bottom: 0.4em;
}

.hint-msg {
  display: block;
  margin: 1em 0;
}

.hide-if-no-js {
  height: 0;
}

.btm-input {
  margin-bottom: 1.6em;
}

.form-group input:focus ~ .floating-label,
.form-group input:valid ~ .floating-label {
  top: -2em;
  left: 0;
  font-size: 1.2em;
  opacity: 1;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  font-size: 1.6em;
  left: 1.2em;
  top: 0.5em;
  color: #000;
  transition: 0.2s ease all;
}

label[for=enq-gdpr] {
  position: relative;
}
label[for=enq-gdpr] input#enq-gdpr {
  position: absolute;
  top: 50%;
  height: 1.25em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media (min-width: 992px) {
  .form-group-cols {
    display: flex;
    justify-content: space-between;
  }
  .form-group-cols > * {
    flex: 1;
    max-width: calc(50% - 0.6em);
  }

  .form-group-buttons {
    text-align: center;
  }

  .hint-msg {
    margin: 2em 0;
  }

  .btm-input {
    margin-bottom: 2em;
  }
}
.successMsg {
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 62em) {
  .successMsg {
    margin-bottom: 3.2em;
  }
}
.successMsg .whitepaper__title--msg {
  font-size: 1.8em;
  line-height: 1.333333em;
  font-weight: 500;
  margin-bottom: 0.2em;
  color: #151529;
}
@media only screen and (min-width: 62em) {
  .successMsg .whitepaper__title--msg {
    font-size: 2.4em;
    line-height: 1.25em;
  }
}
.successMsg .whitepaper__title--msg--2 {
  font-size: 1.6em;
  line-height: 1.5em;
  color: #626262;
}

.form-group,
.sg-question-options {
  position: relative;
}
.form-group select,
.form-group .custom-select,
.sg-question-options select,
.sg-question-options .custom-select {
  border: 1px solid #ddd;
  position: relative;
  padding: 0.5em;
  cursor: pointer;
  margin-bottom: 1em;
  background: url("../img/icon_arrow_purple_down.png") no-repeat;
  background-position: right 0.5em center;
  background-size: 1.2em;
  max-width: 100%;
}
.form-group select option, .form-group select + ul li,
.form-group .custom-select option,
.form-group .custom-select + ul li,
.sg-question-options select option,
.sg-question-options select + ul li,
.sg-question-options .custom-select option,
.sg-question-options .custom-select + ul li {
  padding: 0.5em;
  display: block;
  border-bottom: solid 1px #ddd;
  cursor: pointer;
}
.form-group select option:hover, .form-group select + ul li:hover,
.form-group .custom-select option:hover,
.form-group .custom-select + ul li:hover,
.sg-question-options select option:hover,
.sg-question-options select + ul li:hover,
.sg-question-options .custom-select option:hover,
.sg-question-options .custom-select + ul li:hover {
  background: #ddd;
}
.form-group select select,
.form-group .custom-select select,
.sg-question-options select select,
.sg-question-options .custom-select select {
  font-size: 1em;
}
.form-group select:focus,
.form-group .custom-select:focus,
.sg-question-options select:focus,
.sg-question-options .custom-select:focus {
  background: #ddd;
}

.align-center.u-my-5.u-medium-my-7 a {
  font-size: 0.875rem;
  font-weight: 400;
}

#loginForm .align-center.u-my-5.u-medium-my-7 a {
  font-size: 1.5em;
}

@media only screen and (min-width: 62em) {
  .search-page-main .site-header .search-button {
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
  }
}
@media only screen and (min-width: 62em) {
  .search-page-main .site-header form.search-form.laptop-search {
    width: 30em;
    height: auto;
    margin-left: -4em;
  }
}

.site-header {
  font-size: 62.5%;
  border-top: solid 0.4em #373997;
  border-bottom: solid 1px #ddd;
  padding: 0.8em 0;
  background: white;
  position: relative;
  background: white;
  z-index: 99999;
  min-height: 6.3em;
}
.site-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .site-logo {
  width: 19em;
  padding-right: 2em;
  margin-left: var(--page-gutters);
  top: 0.25em;
  position: relative;
}
.site-header .site-logo img {
  max-height: 3.5em;
}
@media (min-width: 992px) {
  .site-header .site-logo {
    max-height: 4.2em;
  }
  .site-header .site-logo img {
    max-height: 4.2em;
  }
}
.site-header .menu-button,
.site-header .login-button,
.site-header .search-button {
  width: 6em;
  height: 3.4em;
  background: url("../img/icon_user.png") no-repeat center;
  background-size: 2.5em;
  text-indent: -5000px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1.25em;
}
.site-header .login-button {
  border-right: solid 1px #ddd;
  right: 6em;
  border-right: solid 1px #ddd;
}
.site-header .menu-button {
  background-image: url("../img/icon_menu.png");
}
.site-header .search-button {
  background-image: url("../img/icon_search.png");
  display: none;
}
.site-header .laptop-search {
  display: none;
}
.site-header form.search-form {
  position: relative;
  margin: var(--edge-spacing-l) var(--edge-spacing-l) var(--edge-spacing-l) var(--page-gutters);
}
.site-header form.search-form .search-box {
  border: solid 1px #ddd;
  width: 100%;
  height: 2.125em;
  padding: 0.6em;
  min-height: 34px;
}
.site-header form.search-form .search-submit {
  position: absolute;
  right: 0em;
  top: 0.1em;
  width: 1.8em;
  height: 1.8em;
  background: url(../../assets/img/icon_search.png) no-repeat center;
  background-size: 1.5em;
  text-indent: -5000px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 0;
}
.site-header .nav-block {
  padding: var(--edge-spacing-l);
}
.site-header .nav-block h2 {
  font-weight: normal;
  font-size: 14px;
  padding-bottom: var(--text-spacing);
  border-bottom: 1px solid #ddd;
  margin-bottom: 9px;
}
.site-header .burger-menu {
  margin-top: -1px;
  width: 100%;
  background: white;
  border: solid 1px #ddd;
  position: fixed;
  z-index: 9999;
  left: -100%;
  right: 100%;
  bottom: 0;
  transition: right 0.3s ease-in-out, left 0.3s ease-in-out;
}
.site-header .burger-menu section {
  padding: var(--edge-spacing-l) var(--edge-spacing-l) var(--edge-spacing-l) var(--page-gutters);
}
.site-header .burger-menu section ul {
  font-weight: 500;
  font-size: 1.4em;
}
.site-header .burger-menu section ul li {
  position: relative;
  padding: 0.5em 0;
}
.site-header .burger-menu section ul li:last-of-type {
  padding-bottom: 0;
}
.site-header .burger-menu section ul li.active a {
  color: #373997;
}
.site-header .burger-menu section ul li a {
  color: #151529;
}
.site-header .burger-menu section ul li a:hover, .site-header .burger-menu section ul li a.active {
  color: #373997;
}
.site-header .burger-menu section ul li input {
  position: absolute;
  right: 0;
  top: 0.7em;
  width: 17px;
  height: 17px;
  background: #373997;
  cursor: pointer;
}
.site-header .burger-menu section ul li input:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/icon_arrow.png") no-repeat center;
  background-size: 80%;
}
.site-header .burger-menu section ul li input:checked:before {
  transform: rotate(180deg);
}
.site-header .burger-menu section ul li input:checked + a {
  color: #373997;
}
.site-header .burger-menu section ul li input:checked ~ ul {
  height: auto;
  margin-left: 1em;
  margin-top: 0.3em;
}
.site-header .burger-menu section ul li input:checked ~ ul li.active a,
.site-header .burger-menu section ul li input:checked ~ ul li.current a {
  color: #373997;
}
.site-header .burger-menu section ul li ul {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  font-weight: normal;
  font-size: 1em;
}
.site-header .burger-menu section ul li ul li a {
  font-weight: normal;
}
.site-header .nav-bar {
  display: none;
}
.site-header .sub-nav-bar {
  margin-top: 0.8rem;
  margin-bottom: -0.8rem;
  background: #f3f3f1;
  min-height: 4em;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  transition: top 0.2s ease-in-out;
}
.site-header .sub-nav-bar.sticky-nav {
  position: fixed;
  left: 0;
  right: 0;
  margin-top: 0;
  z-index: 9999;
}
@media (min-width: 992px) {
  .site-header .sub-nav-bar.sticky-nav {
    top: 4em;
  }
}
.site-header .sub-nav-bar .sub-nav-inner {
  padding: 0 var(--page-gutters);
}
.site-header .sub-nav-bar .sub-nav-inner,
.site-header .sub-nav-bar .breadcrumb {
  transition: margin-left 0.3s ease-in-out;
}
@media (max-width: 540px) {
  .site-header .sub-nav-bar .sub-nav-inner {
    overflow: scroll;
    position: relative;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
    overflow: -moz-scrollbars-none;
  }
  .site-header .sub-nav-bar .sub-nav-inner::-webkit-scrollbar, .site-header .sub-nav-bar .sub-nav-inner::-webkit-scrollbar-track, .site-header .sub-nav-bar .sub-nav-inner::-webkit-scrollbar-thumb {
    display: none;
  }
  .site-header .sub-nav-bar .sub-nav-inner .subcategories {
    overflow: visible;
  }
  .site-header .sub-nav-bar .arrow-left,
.site-header .sub-nav-bar .arrow-right {
    display: none;
  }
}
.site-header .sub-nav-bar .subcategories {
  position: relative;
}
.site-header .sub-nav-bar li {
  display: inline-block;
}
.site-header .sub-nav-bar .breadcrumb ul li a,
.site-header .sub-nav-bar .subcategories ul li a {
  display: inline-block;
  padding-top: 0.7em;
  padding-bottom: 0.5em;
  border-bottom: solid 0.2em transparent;
  transition: all 0.3s ease-in-out;
}
.site-header .sub-nav-bar .breadcrumb ul li a:hover,
.site-header .sub-nav-bar .subcategories ul li a:hover {
  border-bottom: solid 0.2em #373997;
}
.site-header .sub-nav-bar .breadcrumb {
  position: absolute;
  left: var(--page-gutters);
}
.site-header .sub-nav-bar .breadcrumb ul {
  font-size: 1.2em;
  font-weight: 500;
  position: relative;
  padding-top: 0.2em;
}
@media (min-width: 540px) {
  .site-header .sub-nav-bar .breadcrumb ul {
    font-size: 1.4em;
    padding-top: 0;
  }
}
.site-header .sub-nav-bar .breadcrumb ul:after {
  content: "";
  width: 1px;
  top: 0.7em;
  bottom: 0.7em;
  display: block;
  background: #dbdbdb;
  position: absolute;
  right: -12px;
}
.site-header .sub-nav-bar .breadcrumb ul li {
  color: #373997;
}
.site-header .sub-nav-bar .breadcrumb ul li a {
  color: #373997;
}
.site-header .sub-nav-bar .breadcrumb ul li:after {
  content: "";
  background: url("../img/icon_arrow_purple.png") no-repeat center;
  background-size: 100%;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0 0 0 0.4em;
}
.site-header .sub-nav-bar .breadcrumb ul li:last-child:after {
  content: none;
  display: none;
}
.site-header .sub-nav-bar .subcategories {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.site-header .sub-nav-bar .subcategories.loaded {
  opacity: 1;
}
.site-header .sub-nav-bar .subcategories ul {
  position: relative;
  font-size: 1.2em;
  font-weight: 400;
  padding-top: 0.2em;
}
@media (min-width: 540px) {
  .site-header .sub-nav-bar .subcategories ul {
    overflow-x: scroll;
    position: relative;
    white-space: nowrap;
    font-size: 1.4em;
    padding-top: 0;
    transition: margin 0.3s ease-in-out;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
    overflow: -moz-scrollbars-none;
  }
  .site-header .sub-nav-bar .subcategories ul::-webkit-scrollbar, .site-header .sub-nav-bar .subcategories ul::-webkit-scrollbar-track, .site-header .sub-nav-bar .subcategories ul::-webkit-scrollbar-thumb {
    display: none;
  }
}
.site-header .sub-nav-bar .subcategories ul li {
  margin-right: 0.86em;
}
@media (min-width: 540px) {
  .site-header .sub-nav-bar .subcategories ul li {
    margin-right: 1.71em;
  }
}
.site-header .sub-nav-bar .subcategories ul li a {
  color: #151529;
}
.site-header .sub-nav-bar .subcategories ul li.active a, .site-header .sub-nav-bar .subcategories ul li.current a {
  border-bottom: solid 3px #373997;
}
@media (min-width: 992px) {
  .site-header .sub-nav-bar {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .site-header {
    border-bottom: none;
    padding-top: 0.5em;
    padding-bottom: 0;
  }
  .site-header .site-logo,
.site-header .menu-button,
.site-header .search-button {
    position: relative;
    display: inline-block;
  }
  .site-header .menu-button,
.site-header .login-button,
.site-header .search-button {
    top: 1.4em;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .site-header .menu-button,
.site-header .login-button,
.site-header .search-button {
        top: -0.4em;
      }
    }
  }
  .site-header .menu-button {
    position: relative;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
  }
  .site-header .search-button {
    border-right: solid 1px #ddd;
  }
  .site-header .search-button.hidden {
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
    transition: opacity 0.3s ease-in-out;
  }
  .site-header .login-button {
    right: var(--page-gutters);
    top: 2.1em;
    border-left: solid 1px #ddd;
  }
  .site-header form.search-form.laptop-search {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: -1.6em;
    transition: width 0.4s ease-in-out;
  }
  .site-header form.search-form.laptop-search.laptop-search-open {
    width: 30em;
    height: auto;
    margin-left: -5em;
  }
  .site-header form.search-form.laptop-search.laptop-search-open .search-box {
    border: solid 1px #373997;
  }
  .site-header .burger-menu {
    margin-top: 0;
    width: 35.5em;
  }
  .site-header .burger-menu .search-form {
    display: none;
  }
  .site-header .nav-bar {
    display: block;
    margin-top: 1.4em;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 0 var(--page-gutters);
    background: white;
    left: 0;
    right: 0;
  }
  .site-header .nav-bar.sticky-nav {
    border-top: solid 0.4em #373997;
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 99999;
  }
  .site-header .nav-bar.sticky-nav .initials {
    display: block;
  }
  .site-header .nav-bar ul {
    font-size: 1.4em;
    font-weight: 500;
    margin: 0 -0.6em;
  }
  .site-header .nav-bar ul li {
    display: inline-block;
  }
  .site-header .nav-bar ul li a {
    display: inline-block;
    color: #151529;
    padding: 0.5em 0;
    margin: 0 0.6em;
    border-top: solid 0.2em transparent;
    border-bottom: solid 0.2em transparent;
    transition: all 0.3s ease-in-out;
  }
  .site-header .nav-bar ul li a:hover {
    border-bottom: solid 0.2em #373997;
  }
  .site-header .nav-bar ul li.active a, .site-header .nav-bar ul li.current a {
    border-bottom: solid 0.2em #373997;
  }
  .site-header .nav-bar ul li .mega {
    font-size: 10px;
    position: absolute;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    left: 3em;
    background: white;
    width: 81.5em;
    border: solid 1px #ddd;
    z-index: -9999;
    opacity: 0;
    transition-delay: 0.3s;
    transition-duration: 0.5s;
  }
  .site-header .nav-bar ul li .mega section {
    padding: var(--edge-spacing);
  }
  .site-header .nav-bar ul li .mega section ul {
    font-weight: normal;
    margin: 0;
    font-size: 1.4em;
  }
  .site-header .nav-bar ul li .mega section ul li {
    display: block;
  }
  .site-header .nav-bar ul li .mega section ul li a {
    padding: 0.5em 0;
    margin: 0;
    color: #151529;
    border-bottom: solid 0.2em transparent;
  }
  .site-header .nav-bar ul li .mega section ul li a:hover {
    color: #373997;
    border-bottom: solid 0.2em transparent;
  }
  .site-header .nav-bar ul li .mega section.nav-block {
    width: 33%;
    float: left;
  }
  .site-header .nav-bar ul li .mega section.nav-block.subcats ul {
    font-weight: 500;
  }
  .site-header .nav-bar ul li .mega section.most-read {
    width: 67%;
    float: right;
    position: relative;
    padding-left: var(--edge-spacing);
  }
  .site-header .nav-bar ul li .mega section.most-read:before {
    content: "";
    position: absolute;
    top: var(--edge-spacing);
    bottom: var(--edge-spacing);
    left: 0;
    display: block;
    width: 1px;
    background: #ddd;
  }
  .site-header .nav-bar ul li:hover .mega {
    z-index: 99999;
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .site-header .nav-bar .initials {
    display: none;
    position: absolute;
    right: var(--page-gutters);
    top: 50%;
    margin-top: -1.5em;
  }
  .site-header .sub-nav-bar {
    display: block;
    margin-top: 0rem;
  }
}

.menu-bg {
  z-index: -9999;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: opacity 0.3s ease-out;
  transition-delay: 0s;
}

@media (min-width: 992px) {
  .show-menu-bg main {
    z-index: -9;
  }
  .show-menu-bg main .article-grid {
    z-index: -9999;
  }
  .show-menu-bg main .article-grid .grid-x .cell,
.show-menu-bg main .article-grid .grid-x .cell article {
    border: solid 1px white;
    transition: border 0.3s ease-in-out;
    transition-delay: 0.3s;
  }
  .show-menu-bg .menu-bg {
    z-index: 99;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in;
    transition-delay: 0s;
  }
  .show-menu-bg .site-header {
    z-index: 99999;
  }
}

.burger-menu-open {
  overflow: hidden;
}
.burger-menu-open .site-header .menu-button {
  background: url("../img/icon_cross.png") no-repeat center;
  background-size: 2.5em;
}
.burger-menu-open .site-header .burger-menu {
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .burger-menu-open .site-header .burger-menu {
    right: auto;
    width: 31.5em;
  }
}
@media (min-width: 992px) {
  .burger-menu-open .site-header .burger-menu {
    width: 35.6em;
  }
}

.mega-open main {
  z-index: -9;
}

.arrow-left,
.arrow-right {
  display: none;
  position: absolute;
  z-index: 99;
  left: 0;
  width: 4.2em;
  height: 4.2em;
  background: #dbdbdb;
  text-indent: -50000px;
  overflow: hidden;
  cursor: pointer;
}
.arrow-left:after,
.arrow-right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/icon_arrow.png") no-repeat center;
  background-size: 60%;
  transform: rotate(-90deg);
}

@media (min-width: 540px) {
  .show-side-arrows .site-header .sub-nav-bar .subcategories ul {
    padding-left: 4em;
  }
}
.show-side-arrows .arrow-left,
.show-side-arrows .arrow-right {
  display: block;
}
.show-side-arrows .arrow-left:after {
  transform: rotate(90deg);
}
.show-side-arrows .arrow-right {
  left: auto;
  right: 0;
}
@media (min-width: 992px) {
  .show-side-arrows .arrow-left,
.show-side-arrows .arrow-right {
    width: 4.2em;
    height: 4.2em;
  }
}

.initials {
  display: none;
}
.initials a {
  display: block;
  width: 2em;
  height: 2em;
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
  background: #373997;
  color: white;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .sticky-header .site-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
  }
  .sticky-header .site-header .site-logo {
    display: none;
  }
  .sticky-header .site-header .initials {
    display: block;
    margin: 0.5em 0 1em var(--page-gutters);
  }
}
.c-nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

.c-nav-backdrop {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background-color: rgba(21, 21, 41, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 95;
}

.c-nav--hamburger-active + .c-nav-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media print, screen and (max-width: 47.99875em) {
  .c-nav--mobile-channel-active + .c-nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .c-nav--user-active + .c-nav-backdrop,
.c-nav--channel-active + .c-nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.c-nav-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 12px;
  border-top: 0.125rem solid #373997;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
  z-index: 15;
}

@media print, screen and (min-width: 48em) {
  .c-nav-bar {
    padding-left: 20px;
    border-top-width: 0.25rem;
  }
}
.c-nav-bar__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.c-nav-bar__logo-img {
  display: block;
  width: auto;
  height: 1.625rem;
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .c-nav-bar__logo {
    width: 11.5rem;
  }

  .c-nav-bar__logo-img {
    height: 2rem;
  }
}
.c-nav-bar__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0;
  padding: 0;
  color: #373997;
  border-left: 1px solid #dbdbdb;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-nav-bar__button:hover {
  cursor: pointer;
  background-color: #f3f3f1;
}

.c-nav-bar__button:focus {
  outline: 0;
}

.c-nav-bar__button svg {
  display: block;
  width: 1rem;
  height: auto;
  margin: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.c-nav-bar__button .svg-icon-close {
  opacity: 0;
}

.c-nav-bar__button--hamburger {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.c-nav-bar__button--hamburger svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-nav--hamburger-active .c-nav-bar__button--hamburger {
  background-color: #f3f3f1;
}

.c-nav--hamburger-active .c-nav-bar__button--hamburger .svg-icon-hamburger {
  opacity: 0;
}

.c-nav--hamburger-active .c-nav-bar__button--hamburger .svg-icon-close {
  opacity: 1;
}

.c-nav-bar__button--user {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.c-nav--user-active .c-nav-bar__button--user {
  background-color: #f3f3f1;
}

.c-nav-bar__button--search {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
}

.c-nav-bar__button--search svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-nav--search-active .c-nav-bar__button--search {
  background-color: #f3f3f1;
}

.c-nav--search-active .c-nav-bar__button--search .svg-icon-search {
  opacity: 0;
}

.c-nav--search-active .c-nav-bar__button--search .svg-icon-close {
  opacity: 1;
}

@media print, screen and (min-width: 48em) {
  .c-nav-bar__button {
    width: 4.75rem;
    height: 4.75rem;
  }

  .c-nav-bar__button svg {
    width: 1.25rem;
  }

  .c-nav-bar__button--hamburger {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-right: 1px solid #dbdbdb;
  }

  .c-nav-bar__button--user {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .c-nav-bar__button--user svg {
    width: 1.75rem;
  }

  .c-nav-bar__button--search {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .c-nav-bar__button--search svg {
    width: 1.375rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-nav-bar__rest {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
  }

  .c-nav--channel-active .c-nav-bar__rest {
    position: static;
  }
}
@media screen and (min-width: 75em) {
  .c-nav--channel-active .c-nav-bar__rest {
    position: relative;
  }
}
.c-nav-bar__channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-nav-search-content {
  position: absolute;
  top: 3.1875rem;
  left: 0;
  width: 100%;
  background-color: #f3f3f1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 15;
}

@media print, screen and (min-width: 48em) {
  .c-nav-search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-nav--search-active .c-nav-search-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-nav-search-content__form {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .c-nav-search-content__form {
    position: relative;
    max-width: 21rem;
  }
}
.c-nav-search-content__input {
  display: block;
  width: 100%;
  height: 2.875rem;
  margin: 0;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 12px;
  padding-right: 4.25rem;
  color: #151529;
  background: none;
  border-bottom: 0.125rem solid #373997;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-nav-search-content__input:focus {
  outline: 0;
  border-bottom-width: 0.125rem;
}

.c-nav-search-content__input:focus + .c-nav-search-content__button svg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-nav-search-content__input::-webkit-input-placeholder {
  color: #515151;
  opacity: 1;
}

.c-nav-search-content__input::-moz-placeholder {
  color: #515151;
  opacity: 1;
}

.c-nav-search-content__input:-ms-input-placeholder {
  color: #515151;
  opacity: 1;
}

.c-nav-search-content__input::-ms-input-placeholder {
  color: #515151;
  opacity: 1;
}

.c-nav-search-content__input::placeholder {
  color: #515151;
  opacity: 1;
}

.c-nav-search-content__input::-webkit-search-decoration,
.c-nav-search-content__input::-webkit-search-cancel-button,
.c-nav-search-content__input::-webkit-search-results-button,
.c-nav-search-content__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

@media print, screen and (min-width: 48em) {
  .c-nav-search-content__input {
    height: 3.125rem;
    padding: 0.8125rem 2.5rem 0.8125rem 0;
  }
}
.c-nav-search-content__button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  color: #373997;
}

.c-nav-search-content__button:hover {
  cursor: pointer;
}

.c-nav-search-content__button:focus {
  outline: 0;
}

.c-nav-search-content__button svg {
  display: block;
  width: 1rem;
  height: auto;
  margin: 0;
  -webkit-transform: translateX(-0.25rem);
  transform: translateX(-0.25rem);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

@media print, screen and (min-width: 48em) {
  .c-nav-search-content__button {
    width: auto;
    height: 3rem;
  }

  .c-nav-search-content__button svg {
    width: 1.375rem;
  }
}
.c-nav-hamburger-content {
  position: fixed;
  top: 3.3125rem;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: calc(100vh - 3.3125rem);
  background-color: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  overflow-y: auto;
  z-index: 10;
}

@media print, screen and (min-width: 48em) {
  .c-nav-hamburger-content {
    top: 5.0625rem;
    width: 17.5rem;
    min-height: calc(100vh - 5.0625rem);
    border-right: 1px solid #dbdbdb;
  }
}
.c-nav--hamburger-active .c-nav-hamburger-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.c-nav-hamburger-content__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.c-nav-hamburger-content__tabs-button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.5rem;
  font-family: "atlas", sans-serif;
  font-size: 0.875rem;
  line-height: 1.285714286;
  color: #151529;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: inset 0 -1px 0 0 #dbdbdb, -1px 0 0 0 #dbdbdb;
  box-shadow: inset 0 -1px 0 0 #dbdbdb, -1px 0 0 0 #dbdbdb;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-nav-hamburger-content__tabs-button:hover {
  cursor: pointer;
  color: #373997;
}

.c-nav-hamburger-content__tabs-button:focus {
  outline: 0;
}

.c-nav-hamburger-content__tabs-button svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  fill: #373997;
}

.c-nav-hamburger-content__tabs-button--active {
  cursor: default;
  -webkit-box-shadow: inset 0 -0.125rem 0 0 #373997, -1px 0 0 0 #dbdbdb;
  box-shadow: inset 0 -0.125rem 0 0 #373997, -1px 0 0 0 #dbdbdb;
  pointer-events: none;
}

@media print, screen and (min-width: 48em) {
  .c-nav-hamburger-content__tabs {
    display: none;
  }
}
.c-nav-hamburger-content__tab {
  display: none;
}

.c-nav-hamburger-content__tab--active {
  display: block;
}

@media print, screen and (min-width: 48em) {
  .c-nav-hamburger-content__tab {
    display: none !important;
  }

  .c-nav-hamburger-content__tab#cNavHamburgerContentMenu {
    display: block !important;
  }
}
.c-nav-hamburger-section {
  margin: 0;
  border-bottom: 1px solid #dbdbdb;
}

.c-nav-hamburger-section:last-child {
  border-bottom: 0;
}

.c-nav-hamburger-section__title {
  margin: 0;
  padding: 0.75rem 12px;
  font-weight: normal;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-nav-hamburger-section__title {
    font-size: 0.875rem;
    line-height: 1.428571429;
    padding: 0.75rem 20px;
  }
}
.c-nav-hamburger-menu {
  list-style: none;
  margin: 0;
  padding: 0.75rem 12px;
  font-family: "atlas", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.285714286;
  color: #151529;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

@media print, screen and (min-width: 48em) {
  .c-nav-hamburger-menu {
    padding: 0.75rem 20px;
  }
}
.c-nav-hamburger-menu__item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.c-nav-hamburger-menu__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}

.c-nav-hamburger-menu__link:hover {
  text-decoration: underline;
}

.c-nav-hamburger-menu__link svg {
  position: relative;
  display: block;
  top: 1px;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0 0 0.5rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.c-nav-hamburger-menu__link .svg-icon-external-link {
  width: 0.625rem;
  height: 0.625rem;
}

.c-nav-hamburger-menu__link--active svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

@media print, screen and (min-width: 48em) {
  .c-nav-hamburger-menu__link svg {
    width: 0.875rem;
    height: 0.875rem;
  }

  .c-nav-hamburger-menu__link .svg-icon-external-link {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.c-nav-hamburger-menu__children {
  display: none;
}

.c-nav-hamburger-menu__children .c-nav-hamburger-menu {
  padding-bottom: 0;
  font-weight: normal;
}

.c-nav-user-content {
  position: absolute;
  display: none;
  top: 5.0625rem;
  right: 0;
  width: 12.5rem;
  background-color: #fff;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 10;
}

@media print, screen and (min-width: 48em) {
  .c-nav-user-content {
    display: block;
  }
}
.c-nav--user-active .c-nav-user-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.c-nav-channel-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 2.75rem;
  padding-left: 12px;
  padding-right: 2.5rem;
  font-family: "atlas", sans-serif;
  color: #151529;
  border-bottom: 1px solid #dbdbdb;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-nav-bar__channel .c-nav-channel-button {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .c-nav-channel-button {
    display: none;
  }

  .c-nav-bar__channel .c-nav-channel-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 1.25rem;
    padding-right: 2.625rem;
    border-bottom: 0;
    border-right: 1px solid #dbdbdb;
  }

  .c-nav-bar__channel--active .c-nav-channel-button {
    background-color: #f3f3f1;
  }

  .c-nav-bar__channel--active .c-nav-channel-button svg {
    -webkit-transform: translateY(0.1875rem) scaleY(-1);
    transform: translateY(0.1875rem) scaleY(-1);
  }
}
.c-nav-channel-button:hover {
  background-color: #f3f3f1;
}

.c-nav-channel-button:focus {
  outline: 0;
}

.c-nav-channel-button__label {
  display: block;
  font-size: 0.5rem;
  line-height: 1.25;
  letter-spacing: 0.0125em;
}

@media print, screen and (min-width: 48em) {
  .c-nav-channel-button__label {
    font-size: 0.75rem;
    line-height: 1.333333333;
  }
}
.c-nav-channel-button__title {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.333333333;
}

@media print, screen and (min-width: 48em) {
  .c-nav-channel-button__title {
    font-size: 1.125rem;
  }
}
.c-nav-channel-button svg {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0.875rem;
  height: 0.875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

@media print, screen and (min-width: 48em) {
  .c-nav-channel-button svg {
    right: 1.25rem;
    -webkit-transform: translateY(0.125rem);
    transform: translateY(0.125rem);
  }
}
.c-nav-channel-button--active {
  background-color: #f3f3f1;
}

.c-nav-channel-content {
  display: none;
  overflow: hidden;
  background-color: #fff;
}

.c-nav-channel-content .grid-x {
  min-height: 100%;
}

@media print, screen and (min-width: 48em) {
  .c-nav-channel-content {
    display: none !important;
  }

  .c-nav-bar__channel .c-nav-channel-content {
    position: absolute;
    display: block !important;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 1px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  }

  .c-nav-bar__channel .c-nav-channel-content .c-nav-channel-content__wrapper {
    overflow: hidden;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .c-nav-bar__channel--active .c-nav-channel-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (min-width: 75em) {
  .c-nav-bar__channel .c-nav-channel-content {
    margin-top: 1px;
    -webkit-box-shadow: -1px 0 0 0 #dbdbdb, 1px 0 0 0 #dbdbdb;
    box-shadow: -1px 0 0 0 #dbdbdb, 1px 0 0 0 #dbdbdb;
  }
}
.c-nav-channel-content__section {
  padding: 1.25rem 12px;
  border-bottom: 1px solid #dbdbdb;
}

.c-nav-channel-content__section-title {
  margin: 0 0 1.25rem;
}

.c-nav-channel-content__section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.333333333;
  letter-spacing: 0.0075em;
  color: #151529;
}

.c-nav-channel-content__section ul li {
  margin-bottom: 0.75rem;
}

.c-nav-channel-content__section ul li:last-child {
  margin-bottom: 0;
}

.c-nav-channel-content__section ul a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}

.c-nav-channel-content__section ul a:hover {
  color: #27274c;
  text-decoration: underline;
}

.c-nav-channel-content__section ul a:focus {
  outline: 0;
}

.c-nav-channel-content__section ul a svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0 0 0.5rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.c-nav-channel-content__section ul a.c-nav-channel-content__section-menu-link--active svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.c-nav-channel-content__section ul.c-nav-channel-content__section-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.c-nav-channel-content__section ul.c-nav-channel-content__section-menu li {
  width: 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.c-nav-channel-content__section ul.c-nav-channel-content__section-menu li:nth-last-child(2) {
  margin-bottom: 0;
}

.c-nav-channel-content__section ul.c-nav-channel-content__section-menu ul {
  display: none;
  margin: 0;
  padding-top: 0.75rem;
  padding-left: 0.75rem;
}

.c-nav-channel-content__section ul.c-nav-channel-content__section-menu ul li {
  width: 100%;
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .c-nav-channel-content__section {
    min-height: 100%;
    padding: 0.75rem;
    border-bottom: 0;
    -webkit-box-shadow: -1px -1px 0 #dbdbdb;
    box-shadow: -1px -1px 0 #dbdbdb;
  }

  .c-nav-channel-content__section-title {
    font-size: 0.875rem;
    line-height: 1.428571429;
  }

  .c-nav-channel-content__section ul {
    font-size: 0.875rem;
    line-height: 1.285714286;
  }

  .c-nav-channel-content__section ul a svg {
    position: relative;
    top: 1px;
  }

  .c-nav-channel-content__section ul.c-nav-channel-content__section-posts li {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #dbdbdb;
  }

  .c-nav-channel-content__section ul.c-nav-channel-content__section-posts li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.headroom.c-nav--hamburger-active,
.headroom.c-nav--search-active {
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
  -moz-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  -o-transform: translateY(0%) !important;
}

@media print, screen and (max-width: 47.99875em) {
  .headroom.c-nav--mobile-channel-active {
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
}
@media print, screen and (min-width: 48em) {
  .headroom.c-nav--user-active,
.headroom.c-nav--channel-active {
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
}
.c-nav-featured {
  width: 100%;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "atlas", sans-serif;
}

@media print, screen and (min-width: 48em) {
  .c-nav-featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-nav-featured__menu {
  list-style: none;
  margin: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-nav-featured__menu-item {
  width: 100%;
  border-right: 1px solid #dbdbdb;
  border-bottom: 2px solid transparent;
}

.c-nav-featured__menu-item:last-child {
  border-right: 0;
}

.c-nav-featured__menu-item-link {
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem;
  color: #151529;
}

.c-nav-featured__menu-item:hover,
.c-nav-featured__menu-item--active {
  border-bottom: 2px solid #373997;
}

.c-nav-featured__menu-item-content {
  border: 1px solid #dbdbdb;
  background-color: #fff;
  position: absolute;
  height: 0;
  top: -100%;
  right: -9.5rem;
  width: 50vw;
  max-width: 42rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: hidden;
}

.c-nav-featured__menu-item-content--active {
  height: auto;
  top: 100%;
  opacity: 1;
}

.c-tabs__tab {
  position: relative;
  display: none;
  padding-top: 1.25rem;
}

.c-tabs__tab--active {
  display: block;
}

.c-tabs__tab > .grid-padding-x {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}

@media print, screen and (min-width: 48em) {
  .c-tabs__tab > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-tabs__tab {
    padding-top: 2.5rem;
  }
}
.c-tabs-nav {
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: "atlas", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.333333333;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-tabs-nav {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
.c-tabs-nav__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0 0 -1px;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #c8c8c8 #dbdbdb;
  scrollbar-width: thin;
  scrollbar-width: none;
}

.c-tabs-nav__list::-webkit-scrollbar {
  display: none;
  height: 1px;
}

.c-tabs-nav__list::-webkit-scrollbar-track {
  height: 1px;
  background-color: #dbdbdb;
}

.c-tabs-nav__list::-webkit-scrollbar-thumb {
  height: 1px;
  background-color: dimgray;
}

.c-tabs-nav__list-item {
  padding-right: 1.25rem;
}

.c-tabs-nav--space-evenly .c-tabs-nav__list-item {
  margin-left: auto;
  margin-right: auto;
}

.c-tabs-nav__list-item:last-child {
  padding-right: 0;
}

@media print, screen and (min-width: 48em) {
  .c-tabs-nav__list-item {
    padding-right: 3.375rem;
  }
}
.c-tabs-nav__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  color: #27274c;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-tabs-nav__tab:hover {
  color: #373997;
}

.c-tabs-nav__tab--active {
  color: #27274c;
  -webkit-box-shadow: inset 0 -0.25rem 0 0 #373997;
  box-shadow: inset 0 -0.25rem 0 0 #373997;
  pointer-events: none;
}

.c-tabs-nav__tab--disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media print, screen and (min-width: 48em) {
  .c-tabs-nav__tab {
    padding-bottom: 1.25rem;
  }
}
.c-tabs-nav--a-z .c-tabs-nav__list-item {
  padding-right: 0.25rem;
}

.c-tabs-nav--a-z .c-tabs-nav__list-item:last-child {
  padding-right: 0;
}

@media print, screen and (min-width: 48em) {
  .c-tabs-nav--a-z .c-tabs-nav__list-item {
    padding-right: 0.75rem;
  }
}
.c-tabs-nav--a-z .c-tabs-nav__tab {
  min-height: 2.5rem;
  padding-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-tabs-nav--a-z .c-tabs-nav__tab {
    min-height: 3.5rem;
  }
}
.c-tabs-nav--calendar .c-tabs-nav__tab {
  min-width: 0;
}

@media screen and (min-width: 75em) {
  .c-tabs-nav--xlarge-offset-2 .c-tabs-nav__list {
    padding-left: 16.6666666667%;
    margin-left: 5px;
  }
}
.c-tabs-nav-vertical {
  font-family: "atlas", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.428571429;
}

.c-tabs-nav-vertical__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-tabs-nav-vertical__list-item {
  margin-bottom: 2rem;
}

.c-tabs-nav-vertical__list-item:last-child {
  margin-bottom: 0;
}

.c-tabs-nav-vertical__tab {
  display: block;
  padding-left: 0.75rem;
  color: #27274c;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-tabs-nav-vertical__tab:hover {
  color: #373997;
}

.c-tabs-nav-vertical__tab--active {
  color: #27274c;
  pointer-events: none;
  -webkit-box-shadow: inset 0.125rem 0 0 0 #373997;
  box-shadow: inset 0.125rem 0 0 0 #373997;
}

.c-tabs-nav-vertical__tab--disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media print, screen and (min-width: 48em) {
  .c-filters-bar .cell {
    border-right: 1px solid #dbdbdb;
  }

  .c-filters-bar .cell .c-select__select {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .c-filters-bar .cell .c-select__label {
    left: 0.75rem;
  }

  .c-filters-bar .cell .c-select__arrow {
    right: 0.75rem;
  }

  .c-filters-bar .cell .c-select-custom__dropdown {
    -webkit-box-shadow: 1px 0 0 0 #dbdbdb, -1px 0 0 0 #dbdbdb;
    box-shadow: 1px 0 0 0 #dbdbdb, -1px 0 0 0 #dbdbdb;
  }

  .c-filters-bar .cell:first-child .c-select__select {
    padding-left: 0;
  }

  .c-filters-bar .cell:first-child .c-select__label {
    left: 0;
  }

  .c-filters-bar .cell:first-child .c-select-custom__dropdown {
    -webkit-box-shadow: 1px 0 0 0 #dbdbdb, inset 1px 0 0 0 #dbdbdb;
    box-shadow: 1px 0 0 0 #dbdbdb, inset 1px 0 0 0 #dbdbdb;
  }

  .c-filters-bar .cell:last-child {
    border-right: 0;
  }

  .c-filters-bar .cell:last-child .c-select__select {
    padding-right: 0;
  }

  .c-filters-bar .cell:last-child .c-select-custom__dropdown {
    -webkit-box-shadow: -1px 0 0 0 #dbdbdb, inset -1px 0 0 #dbdbdb;
    box-shadow: -1px 0 0 0 #dbdbdb, inset -1px 0 0 #dbdbdb;
  }
}
@media screen and (min-width: 75em) {
  .c-filters-bar .cell .c-select__select {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .c-filters-bar .cell .c-select__label {
    left: 1.25rem;
  }

  .c-filters-bar .cell .c-select__arrow {
    right: 1.25rem;
  }
}
.c-search-and-filters > .grid-x .cell {
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.c-search-and-filters > .grid-x .cell:first-child .c-search-and-filters__button {
  padding-left: 0;
}

.c-search-and-filters > .grid-x .cell:last-child {
  border-right: 0;
}

.c-search-and-filters > .grid-x .cell:last-child .c-search-and-filters__button {
  padding-right: 0;
}

.c-search-and-filters__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.75rem;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.666666667;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  cursor: pointer;
}

.c-search-and-filters__button:hover,
.c-search-and-filters__button:focus {
  color: #373997;
}

.c-search-and-filters__button:focus {
  outline: 0;
}

.c-search-and-filters__button-icon {
  position: relative;
  display: block;
  width: 1rem;
  height: 100%;
}

.c-search-and-filters__button svg {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin: 0;
  color: #373997;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-search-and-filters__button .svg-icon-close {
  opacity: 0;
}

.c-search-and-filters__button--active .svg-icon-plus {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1.15);
  transform: translate(-50%, -50%) rotate(45deg) scale(1.15);
}

.c-search-and-filters__button--active .svg-icon-close {
  opacity: 1;
}

.c-search-and-filters__button--active .svg-icon-search {
  opacity: 0;
}

.c-search-and-filters__search {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .c-search-and-filters__search {
    max-width: 33.3333333333%;
  }
}
.c-search-and-filters__filters {
  display: block;
}

@media print, screen and (min-width: 992px) {
  .c-search-and-filters > .grid-x {
    display: none;
  }

  .c-search-and-filters__search {
    display: block !important;
  }

  .c-search-and-filters__filters {
    display: block !important;
  }
}
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.c-modal--active {
  visibility: visible;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  pointer-events: auto;
  z-index: 9999;
}

.c-modal__content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.c-modal__close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 12px;
  right: 12px;
  color: #373997;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 10;
  cursor: pointer;
}

.c-modal__close-label {
  display: none;
}

.c-modal__close svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .c-modal__close {
    top: 20px;
    right: 20px;
  }
}
.c-modal__close:hover {
  color: #27274c;
}

.c-modal__close:focus {
  outline: 0;
}

.c-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  font-family: "atlas", sans-serif;
  font-size: 0.875rem;
  line-height: 1.714285714;
}

.c-login__figure {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .c-login__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    display: block;
    width: 50%;
    background-color: #373997;
  }

  .c-login__figure-image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.c-login__content {
  position: relative;
  width: 100%;
  padding: 0 12px;
}

@media print, screen and (min-width: 48em) {
  .c-login__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 20px;
  }
}
.c-login__login-content,
.c-login__recover-password-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 28.75rem;
  min-height: 100%;
  margin: 0 auto;
  padding: 2.5rem 0;
  will-change: opacity, display;
}

.c-login__login-content.active,
.c-login__recover-password-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-login__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}

.c-login__title {
  margin: 0 0 2rem;
  text-align: center;
}

.c-login__title + .c-login__text {
  margin-top: -1.25rem;
}

@media print, screen and (min-width: 48em) {
  .c-login__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.c-login__text {
  margin: 0 0 2rem;
  text-align: center;
}

.c-login__question {
  margin: 0.75rem 0 0.25rem;
  color: #27274c;
}

.c-login__question-text {
  display: block;
  font-weight: 500;
}

.c-login__recover-password-button {
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  text-align: center;
}

.c-login__back-to-login-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  line-height: 1.428571429;
  top: 12px;
  left: 12px;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-login__back-to-login-button svg {
  position: relative;
  display: block;
  top: 1px;
  width: 0.375rem;
  height: 1.25rem;
  margin: 0 0.5rem 0 0;
}

@media print, screen and (min-width: 48em) {
  .c-login__back-to-login-button {
    top: 20px;
    left: 20px;
  }
}
.c-login .c-input {
  margin-bottom: 0.75rem;
}

.c-login .c-input:last-of-type {
  margin-bottom: 1.5rem;
}

.c-login .c-checkbox {
  margin-bottom: 1.5rem;
}

.c-login .button {
  margin-bottom: 0.75rem;
}

.c-register__title {
  margin: 0 0 2rem;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .c-register__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.c-register__standfirst {
  margin: 0 0 1.5rem;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  color: #27274c;
}

.c-register__form {
  margin: 0;
}

.c-register__checkboxes-text {
  margin: 0 0 1.25rem;
  font-family: "atlas", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #27274c;
}

.c-register .c-input {
  margin-bottom: 1.25rem;
}

.c-register .c-checkbox {
  margin-bottom: 0.75rem;
}

.c-register .c-checkbox:last-child {
  margin-bottom: 0;
}

.c-register hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-register .button {
  margin-top: 1.5rem;
}

.c-register--with-standfirst .c-register__title {
  margin: 0 0 0.5rem;
  text-align: left;
}

@media print, screen and (min-width: 48em) {
  .c-register--with-standfirst .c-register__title {
    font-size: 3rem;
    line-height: 1.25;
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-register--with-standfirst .c-register__standfirst {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}
.c-more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
  color: #27274c;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-more-link__text {
  display: block;
}

.c-more-link:hover {
  color: #373997;
  text-decoration: underline;
}

.c-more-link svg {
  position: relative;
  display: block;
  top: 1px;
  width: 0.25rem;
  height: 0.5rem;
  margin: 0 0 0 0.5rem;
}

@media print, screen and (min-width: 48em) {
  .c-more-link {
    font-size: 0.875rem;
    line-height: 1.285714286;
  }

  .c-more-link svg {
    width: 0.375rem;
    height: 0.75rem;
  }
}
.c-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "atlas", sans-serif;
}

.c-links-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

.c-links-list__item:last-child {
  margin-bottom: 0;
}

.c-links-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #27274c;
  text-decoration: underline;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-links-list__link svg {
  position: relative;
  display: block;
  top: 0.083333333em;
  width: 0.833333333em;
  height: 0.833333333em;
  margin: 0 0 0 0.5rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.c-links-list__link:hover {
  color: #373997;
  text-decoration: none;
}

.c-post-typography > *:first-child {
  margin-top: 0;
}

.c-post-typography > *:last-child {
  margin-bottom: 0;
}

.c-post-typography h2:not([class^=c-]),
.c-post-typography h3:not([class^=c-]),
.c-post-typography h4:not([class^=c-]),
.c-post-typography h5:not([class^=c-]),
.c-post-typography h6:not([class^=c-]) {
  margin-top: 1.5rem;
  margin-bottom: 0.5em;
}

.c-post-typography h2:not([class^=c-]):first-child,
.c-post-typography h3:not([class^=c-]):first-child,
.c-post-typography h4:not([class^=c-]):first-child,
.c-post-typography h5:not([class^=c-]):first-child,
.c-post-typography h6:not([class^=c-]):first-child {
  margin-top: 0;
}

.c-post-typography h2:not([class^=c-]):last-child,
.c-post-typography h3:not([class^=c-]):last-child,
.c-post-typography h4:not([class^=c-]):last-child,
.c-post-typography h5:not([class^=c-]):last-child,
.c-post-typography h6:not([class^=c-]):last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-typography h2:not([class^=c-]),
.c-post-typography h3:not([class^=c-]),
.c-post-typography h4:not([class^=c-]),
.c-post-typography h5:not([class^=c-]),
.c-post-typography h6:not([class^=c-]) {
    margin-top: 2.5rem;
  }
}
.c-post-typography .c-post-figure:not([class^=c-]):not([class*=u-float-left]),
.c-post-typography blockquote:not([class^=c-]):not([class*=u-float-left]),
.c-post-typography img:not([class^=c-]):not([class*=u-float-left]),
.c-post-typography hr:not([class^=c-]):not([class*=u-float-left]) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-post-typography .c-post-figure:not([class^=c-]):not([class*=u-float-left]):first-child,
.c-post-typography blockquote:not([class^=c-]):not([class*=u-float-left]):first-child,
.c-post-typography img:not([class^=c-]):not([class*=u-float-left]):first-child,
.c-post-typography hr:not([class^=c-]):not([class*=u-float-left]):first-child {
  margin-top: 0;
}

.c-post-typography .c-post-figure:not([class^=c-]):not([class*=u-float-left]):last-child,
.c-post-typography blockquote:not([class^=c-]):not([class*=u-float-left]):last-child,
.c-post-typography img:not([class^=c-]):not([class*=u-float-left]):last-child,
.c-post-typography hr:not([class^=c-]):not([class*=u-float-left]):last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-typography .c-post-figure:not([class^=c-]):not([class*=u-float-left]),
.c-post-typography blockquote:not([class^=c-]):not([class*=u-float-left]),
.c-post-typography img:not([class^=c-]):not([class*=u-float-left]),
.c-post-typography hr:not([class^=c-]):not([class*=u-float-left]) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.c-post-typography ul:not([class^=c-]),
.c-post-typography ol:not([class^=c-]) {
  margin-top: 0.5rem;
}

.c-post-typography ul:not([class^=c-]) li,
.c-post-typography ol:not([class^=c-]) li {
  margin-bottom: 0.5rem;
}

.c-post-typography ul:not([class^=c-]) li:last-child,
.c-post-typography ol:not([class^=c-]) li:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-typography ul:not([class^=c-]),
.c-post-typography ol:not([class^=c-]) {
    margin-top: 0.75rem;
  }

  .c-post-typography ul:not([class^=c-]) li,
.c-post-typography ol:not([class^=c-]) li {
    margin-bottom: 0.75rem;
  }
}
.c-post-typography .c-in-post-post,
.c-post-typography .c-in-post-report,
.c-post-typography .c-in-post-whitepaper,
.c-post-typography .c-in-post-figure,
.c-post-typography .c-in-post-companies,
.c-post-typography .c-in-post-related-post,
.c-post-typography .c-in-post-links-list,
.c-post-typography .c-in-post-pull-quote,
.c-post-typography .c-in-post-list-large,
.c-post-typography .c-posts-grid,
.c-post-typography .c-posts-list,
.c-post-typography .c-post-figure,
.c-post-typography .c-table,
.c-post-typography .c-image-carousel {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-post-typography .c-in-post-post:first-child,
.c-post-typography .c-in-post-report:first-child,
.c-post-typography .c-in-post-whitepaper:first-child,
.c-post-typography .c-in-post-figure:first-child,
.c-post-typography .c-in-post-companies:first-child,
.c-post-typography .c-in-post-related-post:first-child,
.c-post-typography .c-in-post-links-list:first-child,
.c-post-typography .c-in-post-pull-quote:first-child,
.c-post-typography .c-in-post-list-large:first-child,
.c-post-typography .c-posts-grid:first-child,
.c-post-typography .c-posts-list:first-child,
.c-post-typography .c-post-figure:first-child,
.c-post-typography .c-table:first-child,
.c-post-typography .c-image-carousel:first-child {
  margin-top: 0;
}

.c-post-typography .c-in-post-post:last-child,
.c-post-typography .c-in-post-report:last-child,
.c-post-typography .c-in-post-whitepaper:last-child,
.c-post-typography .c-in-post-figure:last-child,
.c-post-typography .c-in-post-companies:last-child,
.c-post-typography .c-in-post-related-post:last-child,
.c-post-typography .c-in-post-links-list:last-child,
.c-post-typography .c-in-post-pull-quote:last-child,
.c-post-typography .c-in-post-list-large:last-child,
.c-post-typography .c-posts-grid:last-child,
.c-post-typography .c-posts-list:last-child,
.c-post-typography .c-post-figure:last-child,
.c-post-typography .c-table:last-child,
.c-post-typography .c-image-carousel:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-typography .c-in-post-post,
.c-post-typography .c-in-post-report,
.c-post-typography .c-in-post-whitepaper,
.c-post-typography .c-in-post-figure,
.c-post-typography .c-in-post-companies,
.c-post-typography .c-in-post-related-post,
.c-post-typography .c-in-post-links-list,
.c-post-typography .c-in-post-pull-quote,
.c-post-typography .c-in-post-list-large,
.c-post-typography .c-posts-grid,
.c-post-typography .c-posts-list,
.c-post-typography .c-post-figure,
.c-post-typography .c-table,
.c-post-typography .c-image-carousel {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.c-post-typography .button:not([class^=c-]) {
  margin-top: 0.5em;
  margin-bottom: 1.5rem;
}

.c-post-typography .button:not([class^=c-]):first-child {
  margin-top: 0;
}

.c-post-typography .button:not([class^=c-]):last-child {
  margin-bottom: 0;
}

.c-post-typography .button:not([class^=c-]) + hr {
  margin-top: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-typography .button:not([class^=c-]) {
    margin-bottom: 2.5rem;
  }
}
.c-post-typography .u-float-left {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 48em) {
  .c-post-typography .u-float-left {
    float: left;
    margin: 0.5rem 1.25rem 0.75rem 0;
  }
}
@media screen and (min-width: 75em) {
  .c-post-typography .c-in-post-pull-quote {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.c-post-figure {
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  width: 100%;
  margin: 0 0 0.75rem;
  overflow: hidden;
}

@media print, screen and (min-width: 48em) {
  .c-post-figure {
    margin-bottom: 0;
  }
}
.c-post-figure__image-container {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
}

.c-post-figure__image-container::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.c-post-figure--1-1 .c-post-figure__image-container::before {
  padding-top: 100%;
}

.c-post-figure--235-1 .c-post-figure__image-container::before {
  padding-top: 42.5531914894%;
}

.c-post-figure--4-3 .c-post-figure__image-container::before {
  padding-top: 75%;
}

@media print, screen and (min-width: 48em) {
  .medium-c-post-figure--1-1 .c-post-figure__image-container::before {
    padding-top: 100%;
  }

  .medium-c-post-figure--235-1 .c-post-figure__image-container::before {
    padding-top: 42.5531914894%;
  }

  .medium-c-post-figure--16-9 .c-post-figure__image-container::before {
    padding-top: 56.25%;
  }

  .medium-c-post-figure--4-3 .c-post-figure__image-container::before {
    padding-top: 75%;
  }
}
.c-post-figure__image-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33.3333333333%;
  height: 33.3333333333%;
  max-width: 3.75rem;
  max-height: 3.75rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' viewBox='0 0 100 100' fill='rgba(0,0,0,0.25)'%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.9166666666666666s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(30 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8333333333333334s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(60 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.75s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(90 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(120 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5833333333333334s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(150 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(180 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4166666666666667s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(210 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(240 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.25s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(270 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.16666666666666666s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(300 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.08333333333333333s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(330 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'/%3e%3c/rect%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-post-figure__image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  z-index: 5;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.c-post-figure__image.lazyloaded {
  opacity: 1;
}

.c-post-figure__video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.c-post-figure__video.lazyloaded {
  opacity: 1;
}

.c-post-figure__link:hover .c-post-figure__image {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
}

.c-post-figure__caption {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  max-width: 35rem;
  padding: 0.75rem;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.333333333;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.c-post-figure__caption small {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.625rem;
  line-height: 1.2;
}

.c-post-figure--round {
  border-radius: 50%;
}

.c-post-figure--vertical .c-post-figure__image-container::before {
  padding-top: 177.777777778%;
}

.c-post-figure--vertical.c-post-figure--235-1 .c-post-figure__image-container::before {
  padding-top: 235%;
}

.c-post-figure--vertical.c-post-figure--4-3 .c-post-figure__image-container::before {
  padding-top: 133.333333333%;
}

.c-post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-post-content > * {
  max-width: 100%;
}

.c-post-content__title {
  margin-bottom: 0.75rem;
}

.c-post-content__title + .c-post-content__excerpt {
  margin-top: -0.25rem;
}

.c-post-content__title:last-child {
  margin-bottom: 0;
}

.c-post-content__title a {
  color: inherit;
}

.c-post-content__title a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 48em) {
  .c-post-content__title {
    font-size: 1.125rem;
    line-height: 1.333333333;
  }
}
.c-post-content__excerpt {
  margin-bottom: 1.25rem;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
}

.c-post-content__excerpt:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-content__excerpt {
    margin-bottom: 2rem;
  }
}
.c-post-content__meta-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.25rem;
}

.c-post-content__meta-before:last-child {
  margin-bottom: 0;
}

.c-post-content__meta-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: auto;
}

.c-post-content__category {
  margin-right: 0.75rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-post-content__category:last-child {
  margin-right: 0;
}

.c-post-content__category:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 48em) {
  .c-post-content__category {
    font-size: 0.75rem;
    line-height: 1.333333333;
  }
}
.c-post-content__time-ago,
.c-post-content__publish-date,
.c-post-content__author {
  margin-right: 0.75rem;
  font-family: "atlas", sans-serif;
  font-size: 0.5rem;
  line-height: 1.25;
  letter-spacing: 0.0075em;
}

.c-post-content__time-ago:last-child,
.c-post-content__publish-date:last-child,
.c-post-content__author:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-content__time-ago,
.c-post-content__publish-date,
.c-post-content__author {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
.c-post-content__company {
  margin-right: 0.75rem;
  font-family: "atlas", sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-post-content__company:last-child {
  margin-right: 0;
}

.c-post-content__company:hover {
  text-decoration: underline;
}

.c-post-content__link {
  display: inline-block;
  margin-top: auto;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-post-content__link:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 48em) {
  .c-post-content__link {
    font-size: 0.75rem;
    line-height: 1.333333333;
  }
}
.c-post-content--size-xl .c-post-content__title {
  font-size: 1.125rem;
  line-height: 1.333333333;
}

@media print, screen and (min-width: 48em) {
  .c-post-content--size-xl .c-post-content__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 48em) {
  .c-post-content--size-xl .c-post-content__excerpt {
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
.c-post-content--size-xl-alt .c-post-content__title {
  font-size: 1.125rem;
  line-height: 1.333333333;
}

@media print, screen and (min-width: 48em) {
  .c-post-content--size-xl-alt .c-post-content__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 48em) {
  .c-post-content--size-l .c-post-content__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 48em) {
  .c-post-content--size-l-alt .c-post-content__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 48em) {
  .c-post-content--size-l-alt .c-post-content__excerpt {
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
@media print, screen and (min-width: 48em) {
  .c-post-content--size-m .c-post-content__excerpt {
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
.c-post-content--size-s .c-post-content__title {
  font-size: 0.875rem;
  line-height: 1.428571429;
}

.c-post-content--company .c-post-content__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin-top: auto;
}

.c-post-content--company .c-post-content__logo img {
  display: block;
  width: auto;
  max-width: 5.875rem;
  height: auto;
  max-height: 3.25rem;
  margin: 0;
}

.c-post-content--comment {
  position: relative;
  padding-right: 2rem;
}

.c-post-content--comment svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.25rem;
  height: auto;
  margin: 0;
  color: #dbdbdb;
}

@media print, screen and (min-width: 62em) {
  .c-post-content--comment {
    padding-top: 2rem;
  }

  .c-post-content--comment svg {
    width: 1.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-post-content--sub-category {
    padding-top: 0.75rem;
    padding-bottom: 1.75rem;
  }

  .c-post-content--sub-category .grid-x {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .c-post-content--sub-category .cell {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .c-post-content--sub-category .c-post-content__excerpt {
    margin-bottom: 0;
  }

  .c-post-content--sub-category .c-post-content__excerpt + .c-post-content__meta-after--has-author {
    margin-top: 2rem;
  }

  .c-post-content--sub-category .c-post-content__publish-date {
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
.c-post-live__meta-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.25rem;
}

.c-post-live__meta-before:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-live__meta-before {
    margin-bottom: 0.5rem;
  }
}
.c-post-live__time-ago {
  margin-right: 0.75rem;
  font-family: "atlas", sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.2;
  color: #ff325c;
}

.c-post-live__time-ago:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-live__time-ago {
    font-size: 0.875rem;
    line-height: 1.285714286;
  }
}
.c-post-live__title {
  margin: 0;
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: italic;
}

.c-post-live__title a {
  color: inherit;
}

.c-post-live__title a:hover {
  color: #27274c;
  text-decoration: underline;
}

.c-post-live__date {
  display: block;
  margin-top: 0.75rem;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
}

@media print, screen and (min-width: 48em) {
  .c-post-live__date {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.333333333;
  }
}
.c-post-1-col .c-post-figure {
  margin-bottom: 0.75rem;
}

.c-post-1-col-alt .c-post-figure {
  margin-bottom: 0.75rem;
}

@media print, screen and (max-width: 35.99875em) {
  .c-post-1-col-alt--on-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-post-1-col-alt--on-small .c-post-figure {
    width: 4.375rem;
    margin-right: 0.75rem;
    margin-bottom: 0;
  }

  .c-post-1-col-alt--on-small .c-post-figure .c-post-figure__image-container::before {
    padding-top: 100%;
  }

  .c-post-1-col-alt--on-small .c-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .c-post-1-col-alt--on-smedium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-post-1-col-alt--on-smedium .c-post-figure {
    width: 4.375rem;
    margin-right: 0.75rem;
    margin-bottom: 0;
  }

  .c-post-1-col-alt--on-smedium .c-post-figure .c-post-figure__image-container::before {
    padding-top: 100%;
  }

  .c-post-1-col-alt--on-smedium .c-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
@media print, screen and (max-width: 61.99875em) {
  .c-post-1-col-alt--on-medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-post-1-col-alt--on-medium .c-post-figure {
    width: 4.375rem;
    margin-right: 0.75rem;
    margin-bottom: 0;
  }

  .c-post-1-col-alt--on-medium .c-post-figure .c-post-figure__image-container::before {
    padding-top: 100%;
  }

  .c-post-1-col-alt--on-medium .c-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .c-post-1-col-alt--on-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-post-1-col-alt--on-large .c-post-figure {
    width: 4.375rem;
    margin-right: 0.75rem;
    margin-bottom: 0;
  }

  .c-post-1-col-alt--on-large .c-post-figure .c-post-figure__image-container::before {
    padding-top: 100%;
  }

  .c-post-1-col-alt--on-large .c-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .c-post-1-col-alt--on-xlarge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-post-1-col-alt--on-xlarge .c-post-figure {
    width: 4.375rem;
    margin-right: 0.75rem;
    margin-bottom: 0;
  }

  .c-post-1-col-alt--on-xlarge .c-post-figure .c-post-figure__image-container::before {
    padding-top: 100%;
  }

  .c-post-1-col-alt--on-xlarge .c-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
@media print, screen and (max-width: 96.24875em) {
  .c-post-1-col-alt--on-xxlarge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-post-1-col-alt--on-xxlarge .c-post-figure {
    width: 4.375rem;
    margin-right: 0.75rem;
    margin-bottom: 0;
  }

  .c-post-1-col-alt--on-xxlarge .c-post-figure .c-post-figure__image-container::before {
    padding-top: 100%;
  }

  .c-post-1-col-alt--on-xxlarge .c-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
.c-post-1-col-alt--on-xxxlarge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-post-1-col-alt--on-xxxlarge .c-post-figure {
  width: 4.375rem;
  margin-right: 0.75rem;
  margin-bottom: 0;
}

.c-post-1-col-alt--on-xxxlarge .c-post-figure .c-post-figure__image-container::before {
  padding-top: 100%;
}

.c-post-1-col-alt--on-xxxlarge .c-post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.c-post-2-col__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.c-post-2-col .grid-x {
  min-width: 100%;
}

.c-post-2-col .cell {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.c-post-2-col .c-post-content {
  min-height: 100%;
}

.c-post-3-col .c-post-content {
  min-height: 100%;
}

.c-posts-grid .c-post-3-col .grid-x {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.c-posts-grid .c-post-3-col .cell {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media print, screen and (max-width: 47.99875em) {
  .c-post-3-col--mobile-inline .cell:first-child {
    width: 4.375rem;
  }

  .c-post-3-col--mobile-inline .cell:first-child .c-post-figure {
    margin-bottom: 0;
  }

  .c-post-3-col--mobile-inline .cell:first-child .c-post-figure__image-container::before {
    padding-top: 100%;
  }

  .c-post-3-col--mobile-inline .cell:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
.c-post-4-col__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.c-post-4-col .grid-x {
  min-width: 100%;
}

.c-post-4-col .cell {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.c-post-4-col .c-post-content {
  min-height: 100%;
}

.c-post-single {
  padding-top: 1.25rem;
}

.c-post-single .grid-container:not(.full) > .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.c-post-single .grid-padding-x > .cell {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.c-post-single__title {
  margin-bottom: 0.5rem;
}

.c-post-single__title:last-child {
  margin-bottom: 0;
}

.c-post-single__standfirst {
  margin-bottom: 1.25rem;
  font-family: "atlas", sans-serif;
  color: #151529;
}

.c-post-single .c-in-post-related-post {
  margin-bottom: 2.5rem;
}

@media print, screen and (min-width: 48em) {
  .c-post-single {
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .c-post-single__title {
    margin-bottom: 1.25rem;
  }

  .c-post-single__standfirst {
    margin-bottom: 2rem;
  }

  .c-post-single__border-bottom {
    display: block;
    border-bottom: 1px solid #dbdbdb;
  }

  .c-post-single .c-in-post-related-post:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 62em) {
  .c-post-single__header {
    margin-bottom: 2.5rem;
  }
}
.c-post-single__header-meta-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.25rem;
}

.c-post-single__header-meta-before:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-single__header-meta-before {
    margin-bottom: 0.5rem;
  }
}
.c-post-single__header-meta-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.75rem;
}

.c-post-single__header-meta-after:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-single__header-meta-after {
    margin-bottom: 1.25rem;
  }
}
.c-post-single__header-category {
  margin-right: 0.75rem;
  font-family: "atlas", sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-post-single__header-category:last-child {
  margin-right: 0;
}

.c-post-single__header-category:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 48em) {
  .c-post-single__header-category {
    font-size: 0.875rem;
    line-height: 1.285714286;
  }
}
.c-post-single__header-time-ago,
.c-post-single__header-publish-date,
.c-post-single__header-author {
  margin-right: 0.75rem;
  font-family: "atlas", sans-serif;
  font-size: 0.5rem;
  line-height: 1.25;
  letter-spacing: 0.0075em;
}

.c-post-single__header-time-ago:last-child,
.c-post-single__header-publish-date:last-child,
.c-post-single__header-author:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-single__header-time-ago,
.c-post-single__header-publish-date,
.c-post-single__header-author {
    font-size: 0.875rem;
    line-height: 1.285714286;
  }
}
.c-post-single__header-author:hover {
  text-decoration: underline;
}

.c-post-single__header-author::after {
  content: "|";
  margin-left: 0.75rem;
}

.c-post-single__header-author:last-child::after {
  content: none;
}

.c-post-single__header .c-post-figure {
  margin: 0;
}

.c-post-single__header--no-image {
  border-bottom: 1px solid #dbdbdb;
}

.c-post-single__content {
  padding-top: 2rem;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 62em) {
  .c-post-single__content {
    padding-top: 0;
  }
}
@media screen and (min-width: 75em) {
  .c-post-single__content-column {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-post-single__footer {
  margin-bottom: 2.5rem;
  font-family: "atlas", sans-serif;
}

.c-post-single__footer-author {
  font-size: 0.875rem;
  line-height: 1.428571429;
  display: inline-block;
  margin: 0 0 0.75rem;
  font-weight: 500;
  letter-spacing: 0.0075em;
}

.c-post-single__footer-author:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 48em) {
  .c-post-single__footer-author {
    font-size: 1.125rem;
    line-height: 1.222222222;
  }
}
.c-post-single__footer-publish-date {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 0.5rem;
  line-height: 1.25;
  letter-spacing: 0.0075em;
}

@media print, screen and (min-width: 48em) {
  .c-post-single__footer-publish-date {
    margin-bottom: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.285714286;
  }
}
.c-post-single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-post-single__tags .label {
  margin: 0 0.75rem 0.75rem 0;
}

.c-post-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-post-share {
    min-height: 3.375rem;
  }
}
@media print, screen and (min-width: 62em) {
  .c-post-share {
    display: block;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-post-share__social-title {
  display: none;
}

.c-post-share__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-post-share__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1.25rem;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-post-share__social-link svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

@media print, screen and (min-width: 48em) and (max-width: 61.99875em) {
  .c-post-share__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-post-share__social-title {
    margin: 0 1.5rem 0 0;
    font-size: 0.875rem;
    line-height: 1.285714286;
    letter-spacing: 0.0075em;
  }
}
@media print, screen and (min-width: 48em) {
  .c-post-share__social-title {
    display: block;
    font-weight: normal;
  }

  .c-post-share__social-link {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media print, screen and (min-width: 62em) {
  .c-post-share__social {
    border-bottom: 1px solid #dbdbdb;
  }

  .c-post-share__social-title {
    margin: 0;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #dbdbdb;
  }

  .c-post-share__social-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 3.375rem;
  }

  .c-post-share__social-link {
    margin-right: 0;
  }
}
.c-post-share__listen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-post-share__listen-text {
  position: relative;
  top: 1px;
  margin-right: 0.5rem;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.333333333;
  letter-spacing: 0.0075em;
  color: #151529;
}

.c-post-share__listen-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
}

.c-post-share__listen-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-share__listen-text {
    margin-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.285714286;
  }

  .c-post-share__listen-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media print, screen and (min-width: 62em) {
  .c-post-share__listen {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 3.375rem;
  }
}
.c-post-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #dbdbdb;
  background-color: #27274c;
}

.c-post-submit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  padding: 0.75rem;
  color: inherit;
}

.c-post-submit__link > * {
  max-width: 100%;
}

.c-post-submit__link:hover,
.c-post-submit__link:focus {
  color: inherit;
}

.c-post-submit__link:hover .c-post-submit__title,
.c-post-submit__link:hover .c-more-link,
.c-post-submit__link:focus .c-post-submit__title,
.c-post-submit__link:focus .c-more-link {
  text-decoration: underline;
}

.c-post-submit__link:focus {
  outline: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-submit__link {
    padding: 1.25rem;
  }
}
.c-post-submit__title {
  color: #fff;
  margin-bottom: 0.75rem;
  text-decoration: none !important;
}

.c-post-submit__title + .c-post-submit__excerpt {
  margin-top: -0.25rem;
}

.c-post-submit__title:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-submit__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.c-post-submit__excerpt {
  margin-bottom: 1.25rem;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
}

.c-post-submit__excerpt:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-post-submit__excerpt {
    margin-bottom: 2rem;
  }
}
.c-post-submit__meta-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: auto;
}

.c-post-submit .c-more-link {
  font-size: 0.75rem;
  color: #6ab9ff;
}

.c-post-submit .c-more-link:hover {
  color: #44a7ff;
}

.c-post-submit .c-more-link svg {
  width: 0.3125rem;
}

@media print, screen and (min-width: 48em) {
  .c-post-submit .c-more-link {
    font-size: 0.875rem;
    line-height: 1.285714286;
  }

  .c-post-submit .c-more-link svg {
    width: 0.375rem;
  }
}
.c-post-search__publish-date {
  display: block;
  font-family: "atlas", sans-serif;
  font-size: 0.875rem;
  line-height: 1.285714286;
}

@media print, screen and (min-width: 62em) {
  .c-post-search .c-post-content__excerpt {
    margin-bottom: 0;
  }
}
.c-post-quote {
  position: relative;
  margin: 0 0 0 1.75rem;
  padding: 0.75rem 0 0;
  border: 0;
}

.c-post-quote::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -1.75rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../img/icons/open-quote.svg");
  background-size: contain;
  background-position: center;
}

.c-post-quote,
.c-post-quote p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.c-post-quote:last-child,
.c-post-quote p:last-child {
  margin-bottom: 0;
}

.c-post-quote__footer {
  font-family: "atlas", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #27274c;
}

@media print, screen and (min-width: 48em) {
  .c-post-quote__footer {
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
.c-report-poster__link {
  position: relative;
  display: block;
  overflow: hidden;
}

.c-report-poster__link:hover .c-report-poster__image {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
}

.c-report-poster__link:hover .c-report-poster__content {
  background-color: rgba(26, 30, 54, 0.75);
}

.c-report-poster__figure {
  position: relative;
  margin: 0;
}

.c-report-poster__figure::before {
  content: "";
  display: block;
  padding-top: 125%;
}

.c-report-poster__image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: center;
  object-fit: center;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.c-report-poster__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  color: #fff;
  background-color: rgba(26, 30, 54, 0.65);
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

@media print, screen and (min-width: 48em) {
  .c-report-poster__content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.c-report-poster__title {
  margin: auto 0 0 0;
  color: inherit;
}

@media print, screen and (min-width: 48em) {
  .c-report-poster__title {
    font-size: 1.125rem;
    line-height: 1.333333333;
  }
}
.c-report-poster__price {
  display: block;
  margin-bottom: 2rem;
  font-family: "atlas", sans-serif;
  font-size: 0.875rem;
  line-height: 1.285714286;
  letter-spacing: 0.0075em;
  color: #6ab9ff;
}

@media print, screen and (min-width: 48em) {
  .c-report-poster__price {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.c-in-post-post__title {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.428571429;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-post__title {
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
    line-height: 1.333333333;
  }
}
.c-in-post-post__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-post__article {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.c-in-post-post .c-post-figure {
  width: 4.375rem;
  margin-right: 0.5rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-post .c-post-figure {
    width: 6.75rem;
    margin-right: 1.25rem;
  }
}
.c-in-post-post .c-post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.c-in-post-report__title {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.428571429;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-report__title {
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
    line-height: 1.333333333;
  }
}
.c-in-post-report__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-report__wrapper {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.c-in-post-report .c-post-figure {
  width: 4.375rem;
  margin-right: 0.5rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-report .c-post-figure {
    width: 4.75rem;
    margin-right: 1.25rem;
  }
}
.c-in-post-report__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 100%;
}

.c-in-post-report__content-title {
  margin-bottom: 0.75rem;
}

.c-in-post-report__content-title:last-child {
  margin-bottom: 0;
}

.c-in-post-report__content-title a {
  color: inherit;
}

.c-in-post-report__content-title a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-report__content-title {
    font-size: 1.125rem;
    line-height: 1.333333333;
  }
}
.c-in-post-report__content-link {
  margin-top: auto;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.333333333;
  letter-spacing: 0.03em;
  text-decoration: underline;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-in-post-report__content-link:last-child {
  margin-right: 0;
}

.c-in-post-report__content-link:hover {
  text-decoration: none;
}

.c-in-post-report__tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0.5rem 0 0;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.c-in-post-report__tagline img {
  width: auto;
  height: 0.8em;
  margin: 0;
  vertical-align: baseline;
}

.c-in-post-report__tagline a {
  text-decoration: underline;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-in-post-report__tagline a:hover {
  text-decoration: none;
}

@media print, screen and (max-width: 47.99875em) {
  .c-in-post-report__tagline > * {
    margin-right: 0.75rem;
  }

  .c-in-post-report__tagline > *:last-child {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .c-in-post-report__tagline {
    display: block;
    font-size: 0.75rem;
    line-height: 1.333333333;
  }
}
.c-in-post-whitepaper__title {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.428571429;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-whitepaper__title {
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
    line-height: 1.333333333;
  }
}
.c-in-post-whitepaper__article {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-whitepaper__article {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.c-in-post-whitepaper .c-post-content__meta-after {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.c-in-post-figure {
  padding-top: 0.75rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-figure {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
}
.c-in-post-figure .c-post-content {
  margin-bottom: 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-figure .c-post-content {
    margin-bottom: 1.25rem;
  }
}
.c-in-post-figure__figure {
  margin: 0;
}

.c-in-post-figure__figure > * {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.c-in-post-companies__title {
  font-size: 0.875rem;
  line-height: 1.428571429;
  margin: 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-companies__title {
    font-size: 1.125rem;
    line-height: 1.333333333;
    padding-bottom: 1.25rem;
  }
}
.c-in-post-companies__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 4.25rem;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-companies__company {
    min-height: 5.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.c-in-post-companies__logo {
  display: block;
  margin-left: 1.25rem;
}

.c-in-post-companies__logo img {
  display: block;
  width: auto;
  max-width: 5.875rem;
  height: auto;
  max-height: 3.25rem;
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-companies__logo {
    margin-left: 2rem;
  }
}
.c-in-post-companies .c-post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.c-in-post-related-post {
  padding-top: 1.25rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-related-post {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
}
.c-in-post-related-post__title {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.428571429;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-related-post__title {
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
    line-height: 1.333333333;
  }
}
@media print, screen and (min-width: 48em) {
  .c-in-post-related-post__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 48em) {
  .c-in-post-related-post .c-post-figure {
    width: 10.75rem;
    margin-right: 1.25rem;
  }
}
.c-in-post-related-post .c-post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.c-in-post-links-list__title {
  font-size: 0.875rem;
  line-height: 1.428571429;
  margin: 0;
  padding-bottom: 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-links-list__title {
    font-size: 1.125rem;
    line-height: 1.333333333;
    padding-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-in-post-pull-quote {
    float: left;
    width: 22rem;
    margin-left: -10%;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 61.99875em) {
  .c-in-post-pull-quote blockquote p,
.c-in-post-pull-quote blockquote cite {
    margin-left: -2.25rem;
  }
}
@media print, screen and (min-width: 62em) {
  .c-in-post-pull-quote {
    width: 25rem;
    margin-left: -35%;
    margin-right: 3.375rem;
  }
}
@media screen and (min-width: 75em) {
  .c-in-post-pull-quote {
    margin-left: -37.5%;
  }
}
.c-in-post-list-large {
  font-family: "atlas", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.333333333;
  color: #27274c;
}

.c-in-post-list-large__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-in-post-list-large__item {
  margin-bottom: 1em;
}

.c-in-post-list-large__item:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-in-post-list-large {
    font-size: 1.125rem;
  }

  .c-in-post-list-large__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.c-posts-top-5__title {
  margin: 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dbdbdb;
  letter-spacing: 0.0075em;
}

@media print, screen and (min-width: 48em) {
  .c-posts-top-5__title {
    font-size: 1.125rem;
    line-height: 1.333333333;
    padding-bottom: 1.25rem;
    font-weight: normal;
  }
}
.c-posts-top-5__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 4rem;
  margin: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid #dbdbdb;
}

.c-posts-top-5__post:last-child {
  min-height: 3.25rem;
  padding-bottom: 0;
  border-bottom: 0;
}

.c-posts-top-5__post-index {
  display: block;
  margin-left: 2rem;
  font-family: "atlas", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 0.75;
  color: #dbdbdb;
  opacity: 0.5;
}

.c-posts-top-5__post .c-post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media print, screen and (min-width: 48em) {
  .c-posts-top-5__post {
    min-height: 6.75rem;
  }
  .c-posts-top-5__post.company_intel {
    min-height: 0;
  }

  .c-posts-top-5__post:last-child {
    min-height: 6rem;
  }
}
.c-posts-next {
  position: relative;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.c-posts-next__title {
  margin: 0 0 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-posts-next__title {
    margin-bottom: 1.25rem;
  }
}
.c-posts-next__container {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  border-top: 1px solid #dbdbdb;
}

.c-posts-next__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 0.75rem;
}

.c-posts-next .c-post-content {
  width: 100%;
}

.c-posts-next .cell {
  -webkit-box-shadow: 1px 0 0 0 #dbdbdb, 0 1px 0 0 #dbdbdb;
  box-shadow: 1px 0 0 0 #dbdbdb, 0 1px 0 0 #dbdbdb;
}

.c-posts-grid {
  position: relative;
}

.c-posts-grid__wrapper {
  overflow: hidden;
}

.c-posts-grid__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-posts-grid__header {
    padding-bottom: 1.25rem;
  }
}
.c-posts-grid__title {
  margin: 0 auto 0 0;
}

.c-posts-grid__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}

.c-posts-grid__tags:last-child {
  margin-right: 0;
}

.c-posts-grid__tags .label {
  margin: 0 0.75rem 0 0;
}

.c-posts-grid__tags .label:last-child {
  margin-right: 0;
}

.c-posts-grid__grid-container {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.c-posts-grid__grid-container .grid-x {
  min-height: 100%;
}

.c-posts-grid__cell {
  -webkit-box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb, inset -1px 0 0 0 #dbdbdb;
  box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb, inset -1px 0 0 0 #dbdbdb;
  background-color: #fff;
}

.c-posts-grid__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 0.75rem;
}

.c-posts-grid__post > * {
  width: 100%;
}

.c-posts-grid__post .c-post-1-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-posts-grid__post .c-post-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 35rem;
}

.c-posts-grid__post .c-post-content--sub-category {
  display: block;
  max-width: 100%;
}

.c-posts-grid__post .c-post-content--sub-category .c-post-content__inner {
  max-width: 35rem;
}

.c-posts-grid .c-posts-top-5 {
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
  -webkit-box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb;
  box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb;
}

.c-posts-grid .c-posts-top-5:only-child {
  min-height: 100%;
}

.c-posts-grid .c-posts-top-5__title,
.c-posts-grid .c-posts-top-5__post {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media print, screen and (min-width: 62em) {
  .c-posts-grid .c-posts-top-5 {
    padding-top: 0.75rem;
  }
}
.c-posts-grid--bg-color-secondary {
  color: #dbdbdb;
  background-color: #27274c;
  border: 0;
}

.c-posts-grid--bg-color-secondary .c-posts-grid__cell {
  background-color: #27274c;
  -webkit-box-shadow: -1px 0 0 0 rgba(219, 219, 219, 0.25), 0 -1px 0 0 rgba(219, 219, 219, 0.25);
  box-shadow: -1px 0 0 0 rgba(219, 219, 219, 0.25), 0 -1px 0 0 rgba(219, 219, 219, 0.25);
}

.c-posts-grid--bg-color-secondary .c-posts-grid__title,
.c-posts-grid--bg-color-secondary .c-post-content__title {
  color: #fff;
}

.c-posts-grid--bg-color-secondary .c-post-content__category,
.c-posts-grid--bg-color-secondary .c-post-content__link,
.c-posts-grid--bg-color-secondary .c-more-link {
  color: #6ab9ff;
}

.c-posts-grid--bg-color-secondary .c-post-content__category:hover,
.c-posts-grid--bg-color-secondary .c-post-content__link:hover,
.c-posts-grid--bg-color-secondary .c-more-link:hover {
  color: #44a7ff;
}

.c-posts-grid--bg-color-secondary .c-post-content--comment svg {
  color: rgba(255, 255, 255, 0.2);
}

@media print, screen and (min-width: 48em) {
  .c-posts-grid--bg-color-secondary .c-post-content--comment {
    padding-bottom: 2.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-posts-grid--social-profiles .c-posts-grid__post {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .c-posts-grid--social-profiles .c-posts-grid__cell {
    width: 20%;
  }
}
.c-posts-grid--min-h-188 .c-posts-grid__post {
  min-height: 188px;
}

.c-posts-grid--min-h-224 .c-posts-grid__post {
  min-height: 224px;
}

.c-posts-list {
  overflow: hidden;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-posts-list {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.c-posts-list > .grid-padding-x {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}

@media print, screen and (min-width: 48em) {
  .c-posts-list > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.c-posts-list__cell {
  position: relative;
  background-color: #fff;
}

.c-posts-list__cell::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 9999px;
  width: 150vw;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #dbdbdb;
}

.c-posts-list__cell:first-child .c-posts-list__post {
  padding-top: 0;
}

.c-posts-list__cell:last-child .c-posts-list__post {
  padding-bottom: 0;
}

.c-posts-list__cell:last-child::after {
  display: none;
}

.c-posts-list__post {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-posts-list__post {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.c-posts-grid-pagination {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.c-posts-grid-pagination .cell {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.c-posts-a-z {
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-posts-a-z {
    margin-bottom: 3.375rem;
    padding-bottom: 3.375rem;
  }
}
.c-posts-a-z .cell:last-child {
  padding-top: 0.1875rem;
}

@media print, screen and (min-width: 48em) {
  .c-posts-a-z .cell:last-child {
    padding-top: 0.5rem;
  }
}
.c-posts-a-z__post {
  margin-bottom: 1.25rem;
}

.c-posts-a-z__post:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-posts-a-z__post {
    max-width: 54.5454545455%;
  }
}
.c-newsletter-signup .grid-x {
  justify-content: center;
}

@media screen and (min-width: 75em) {
  .c-newsletter-signup .grid-x {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }
}
.c-newsletter-signup .cell {
  padding-left: 2rem;
  padding-right: 2rem;
}

.c-newsletter-signup__email-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-newsletter-signup__email {
  position: relative;
}

.c-newsletter-signup .c-input {
  margin: 0;
}

.c-newsletter-signup__email-input {
  width: 100%;
  margin: 0;
  font-size: 1.125rem;
  border-color: #373997;
}

.c-newsletter-signup__email-input:hover,
.c-newsletter-signup__email-input:focus {
  border-color: #27274c;
}

.c-newsletter-signup__email-input:hover + .c-newsletter-signup__email-button svg,
.c-newsletter-signup__email-input:focus + .c-newsletter-signup__email-button svg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-newsletter-signup__email-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 100%;
  cursor: pointer;
}

.c-newsletter-signup__email-button svg {
  position: relative;
  display: block;
  top: 0.25rem;
  width: 0.5rem;
  height: auto;
  margin: 0;
  color: #373997;
  -webkit-transform: translateX(-0.25rem);
  transform: translateX(-0.25rem);
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-newsletter-signup__email-button:hover svg {
  color: #27274c;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-newsletter-signup__email-button:focus {
  outline: 0;
}

.c-newsletter-signup__extra-container {
  position: relative;
  display: none;
  padding-top: 2rem;
}

.c-newsletter-signup__extra-container .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-newsletter-signup__extra-container .cell:last-child .button {
  margin-top: auto;
}

@media print, screen and (min-width: 48em) {
  .c-newsletter-signup__extra-container {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
    border-top: 1px solid #dbdbdb;
  }

  .c-newsletter-signup__extra-container .cell:last-child {
    padding-top: 0.25rem;
  }
}
.c-newsletter-signup__close-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 2rem;
  right: 0;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1;
  color: #373997;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  cursor: pointer;
}

.c-newsletter-signup__close-button svg {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 0.5rem;
  color: inherit;
}

.c-newsletter-signup__close-button:hover {
  color: #27274c;
}

.c-newsletter-signup__close-button:focus {
  outline: 0;
}

@media print, screen and (min-width: 48em) {
  .c-newsletter-signup__close-button {
    top: -1px;
    padding-left: 0.75rem;
    font-size: 0.75rem;
    background-color: #f3f3f1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .c-newsletter-signup__close-button svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media screen and (min-width: 96.25em) {
  .c-newsletter-signup__close-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 3.375rem;
    right: -5rem;
    padding-left: 0;
    background: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .c-newsletter-signup__close-button svg {
    margin: 0 0 0.5rem;
  }
}
.c-newsletter-signup__extra-text {
  margin-bottom: 1.25rem;
  padding-right: 6.25rem;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 48em) {
  .c-newsletter-signup__extra-text {
    font-size: 0.875rem;
    line-height: 1.571428571;
  }
}
.c-newsletter-signup .c-checkbox {
  margin-bottom: 1.25rem;
}

.c-newsletter-signup .c-checkbox:last-child {
  margin-bottom: 0;
}

.c-newsletter-signup .button {
  display: block;
  width: 100%;
  margin-top: auto;
}

@media print, screen and (min-width: 48em) {
  .c-newsletter-signup hr {
    display: none;
  }
}
.c-newsletter-signup-alt {
  padding: 2rem 0;
  color: #dbdbdb;
  background-color: #151529;
  border-top: 1px solid rgba(219, 219, 219, 0.25);
  -webkit-box-shadow: 0 1px 0 0 rgba(219, 219, 219, 0.25);
  box-shadow: 0 1px 0 0 rgba(219, 219, 219, 0.25);
  overflow: hidden;
}

@media print, screen and (min-width: 48em) {
  .c-newsletter-signup-alt {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }
}
.c-newsletter-signup-alt .grid-x {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -2rem;
  margin-right: -2rem;
}

@media print, screen and (min-width: 62em) {
  .c-newsletter-signup-alt .grid-x {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }
}
@media screen and (min-width: 75em) {
  .c-newsletter-signup-alt .grid-x {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }
}
.c-newsletter-signup-alt .cell {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media print, screen and (min-width: 62em) {
  .c-newsletter-signup-alt .cell {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media screen and (min-width: 75em) {
  .c-newsletter-signup-alt .cell {
    position: relative;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .c-newsletter-signup-alt .cell:last-child::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -1px;
    width: 1px;
    height: 200%;
    background-color: rgba(219, 219, 219, 0.25);
  }
}
.c-newsletter-signup-alt__title {
  font-size: 2rem;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  color: #fff;
}

@media print, screen and (min-width: 48em) {
  .c-newsletter-signup-alt__title {
    font-size: 3rem;
    line-height: 1.25;
    margin-bottom: 1.25rem;
  }
}
.c-newsletter-signup-alt__text {
  font-family: "atlas", sans-serif;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 48em) {
  .c-newsletter-signup-alt__text {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.571428571;
  }
}
.c-newsletter-signup-alt .c-more-link {
  margin-bottom: 2rem;
  color: #6ab9ff;
}

.c-newsletter-signup-alt .c-more-link:hover {
  color: #44a7ff;
}

.c-newsletter-signup-alt .c-more-link svg {
  top: 0;
}

@media print, screen and (min-width: 48em) {
  .c-newsletter-signup-alt .c-more-link {
    margin-bottom: 5rem;
  }

  .c-newsletter-signup-alt .c-more-link svg {
    display: none;
  }
}
.c-newsletter-signup-alt__email-container {
  margin-bottom: 3.375rem;
}

@media print, screen and (min-width: 48em) {
  .c-newsletter-signup-alt__email-container {
    margin-bottom: 0;
  }
}
.c-newsletter-signup-alt__email {
  position: relative;
}

.c-newsletter-signup-alt .c-input {
  margin: 0;
}

.c-newsletter-signup-alt__email-input {
  width: 100%;
  margin: 0;
  font-size: 1.125rem;
  color: #fff;
  border-bottom-color: #6ab9ff;
}

.c-newsletter-signup-alt__email-input::-webkit-input-placeholder {
  color: #dbdbdb;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-newsletter-signup-alt__email-input::-moz-placeholder {
  color: #dbdbdb;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-newsletter-signup-alt__email-input:-ms-input-placeholder {
  color: #dbdbdb;
  -ms-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-newsletter-signup-alt__email-input::-ms-input-placeholder {
  color: #dbdbdb;
  -ms-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-newsletter-signup-alt__email-input::placeholder {
  color: #dbdbdb;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.c-newsletter-signup-alt__email-input:hover,
.c-newsletter-signup-alt__email-input:focus {
  border-bottom-color: #44a7ff;
}

.c-newsletter-signup-alt__email-input:hover::-webkit-input-placeholder,
.c-newsletter-signup-alt__email-input:focus::-webkit-input-placeholder {
  color: #fff;
}

.c-newsletter-signup-alt__email-input:hover::-moz-placeholder,
.c-newsletter-signup-alt__email-input:focus::-moz-placeholder {
  color: #fff;
}

.c-newsletter-signup-alt__email-input:hover:-ms-input-placeholder,
.c-newsletter-signup-alt__email-input:focus:-ms-input-placeholder {
  color: #fff;
}

.c-newsletter-signup-alt__email-input:hover::-ms-input-placeholder,
.c-newsletter-signup-alt__email-input:focus::-ms-input-placeholder {
  color: #fff;
}

.c-newsletter-signup-alt__email-input:hover::placeholder,
.c-newsletter-signup-alt__email-input:focus::placeholder {
  color: #fff;
}

.c-newsletter-signup-alt__email-input:hover + .c-newsletter-signup-alt__email-button svg,
.c-newsletter-signup-alt__email-input:focus + .c-newsletter-signup-alt__email-button svg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-newsletter-signup-alt__email-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 100%;
  cursor: pointer;
}

.c-newsletter-signup-alt__email-button svg {
  position: relative;
  display: block;
  top: 0.25rem;
  width: 0.5rem;
  height: auto;
  margin: 0;
  color: #6ab9ff;
  -webkit-transform: translateX(-0.25rem);
  transform: translateX(-0.25rem);
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-newsletter-signup-alt__email-button:hover svg {
  color: #44a7ff;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-newsletter-signup-alt__email-button:focus {
  outline: 0;
}

.c-newsletter-signup-alt__latest {
  position: relative;
  display: block;
  margin: 0;
}

.c-newsletter-signup-alt__latest-title {
  margin: 0 0 0.75rem;
  font-weight: normal;
  color: #fff;
}

.c-newsletter-signup-alt__latest-post .c-post-content__title {
  color: #fff;
}

@media print, screen and (min-width: 48em) {
  .c-newsletter-signup-alt__latest-title {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
}
.c-newsletter-signup-alt__close-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1;
  color: #6ab9ff;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  cursor: pointer;
}

.c-newsletter-signup-alt__close-button svg {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 0.5rem;
  color: inherit;
}

.c-newsletter-signup-alt__close-button:hover {
  color: #44a7ff;
}

.c-newsletter-signup-alt__close-button:focus {
  outline: 0;
}

@media print, screen and (min-width: 48em) {
  .c-newsletter-signup-alt__close-button {
    top: -2.5rem;
    font-size: 0.75rem;
  }

  .c-newsletter-signup-alt__close-button svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media screen and (min-width: 96.25em) {
  .c-newsletter-signup-alt__close-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 1.25rem;
    right: -5rem;
    padding-left: 0;
    background: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .c-newsletter-signup-alt__close-button svg {
    margin: 0 0 0.5rem;
  }
}
.c-newsletter-signup-alt__extra-container {
  position: relative;
  display: none;
}

@media print, screen and (min-width: 48em) {
  .c-newsletter-signup-alt__extra-container {
    padding-top: 1.25rem;
  }
}
.c-newsletter-signup-alt .c-checkbox {
  margin-bottom: 1.25rem;
  color: inherit;
}

.c-newsletter-signup-alt .c-checkbox:last-of-type {
  margin-bottom: 2rem;
}

.c-newsletter-signup-alt .c-checkbox:last-child {
  margin-bottom: 0;
}

.c-newsletter-signup-alt .c-checkbox__label {
  color: inherit;
}

.c-newsletter-signup-alt .c-checkbox__label a {
  color: #6ab9ff;
}

.c-newsletter-signup-alt .c-checkbox__label a:hover {
  color: #44a7ff;
  text-decoration: underline;
}

.c-newsletter-signup-alt .c-checkbox--large {
  margin-right: 5rem;
}

@media print, screen and (min-width: 48em) {
  .c-newsletter-signup-alt .c-checkbox--large {
    margin-right: 0;
  }
}
.c-newsletter-signup-alt .button {
  display: block;
  width: 100%;
  margin-top: auto;
}

.c-newsletter-signup-alt hr {
  border-color: rgba(219, 219, 219, 0.25);
}

.c-newsletter-signup-grid {
  padding: 0.75rem;
  -webkit-box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb;
  box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb;
}

.c-newsletter-signup-grid__title {
  font-size: 2rem;
  line-height: 1.25;
  margin: 0 0 0.5rem;
}

@media print, screen and (min-width: 48em) {
  .c-newsletter-signup-grid__title {
    margin-bottom: 0.75rem;
  }
}
.c-newsletter-signup-grid__text {
  font-family: "atlas", sans-serif;
  margin-bottom: 2rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

.c-newsletter-signup-grid__email-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-newsletter-signup-grid__email {
  position: relative;
}

.c-newsletter-signup-grid .c-input {
  margin: 0;
}

.c-newsletter-signup-grid__email-input {
  width: 100%;
  margin: 0;
  border-color: #373997;
}

.c-newsletter-signup-grid__email-input:hover,
.c-newsletter-signup-grid__email-input:focus {
  border-color: #27274c;
}

.c-newsletter-signup-grid__email-input:hover + .c-newsletter-signup-grid__email-button svg,
.c-newsletter-signup-grid__email-input:focus + .c-newsletter-signup-grid__email-button svg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-newsletter-signup-grid__email-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 100%;
  cursor: pointer;
}

.c-newsletter-signup-grid__email-button svg {
  position: relative;
  display: block;
  top: 0.1875rem;
  width: 0.5rem;
  height: auto;
  margin: 0;
  color: #373997;
  -webkit-transform: translateX(-0.25rem);
  transform: translateX(-0.25rem);
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-newsletter-signup-grid__email-button:hover svg {
  color: #27274c;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-newsletter-signup-grid__email-button:focus {
  outline: 0;
}

.c-newsletter-signup-grid__extra-container {
  position: relative;
  display: none;
  padding-top: 2rem;
}

.c-newsletter-signup-grid__extra-container .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-newsletter-signup-grid__extra-container .cell:last-child .button {
  margin-top: auto;
}

.c-newsletter-signup-grid__close-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 2rem;
  right: 0;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1;
  color: #373997;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  cursor: pointer;
}

.c-newsletter-signup-grid__close-button svg {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 0.5rem;
  color: inherit;
}

.c-newsletter-signup-grid__close-button:hover {
  color: #27274c;
}

.c-newsletter-signup-grid__close-button:focus {
  outline: 0;
}

.c-newsletter-signup-grid__extra-text {
  margin-bottom: 1.25rem;
  padding-right: 6.25rem;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
}

.c-newsletter-signup-grid .c-checkbox {
  margin-bottom: 1.25rem;
}

.c-newsletter-signup-grid .c-checkbox:last-child {
  margin-bottom: 0;
}

.c-newsletter-signup-grid .c-checkbox__label {
  top: 0;
  font-size: 0.625rem;
  line-height: 1.4;
}

.c-newsletter-signup-grid .c-checkbox--large .c-checkbox__label {
  top: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.666666667;
}

.c-newsletter-signup-grid .button {
  display: block;
  width: 100%;
  margin-top: auto;
}

.c-search-full {
  padding: 0.75rem 0;
  background-color: #f3f3f1;
}

@media print, screen and (min-width: 48em) {
  .c-search-full {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }
}
.c-search-full .grid-x {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -2rem;
  margin-right: -2rem;
}

@media screen and (min-width: 75em) {
  .c-search-full .grid-x {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }
}
.c-search-full .cell {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 75em) {
  .c-search-full .cell {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.c-search-full__title {
  margin: 0 0 0.5rem;
}

@media print, screen and (min-width: 48em) {
  .c-search-full__title {
    margin-bottom: 0.75rem;
  }
}
.c-search-full__text {
  font-family: "atlas", sans-serif;
  margin-bottom: 2rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 48em) {
  .c-search-full__text {
    font-size: 0.875rem;
    line-height: 1.571428571;
    margin-bottom: 0;
  }
}
.c-search-full__search {
  position: relative;
}

.c-search-full__search-input {
  width: 100%;
  margin: 0;
  padding-right: 3.5rem;
}

.c-search-full__search-input:focus + .c-search-full__search-button svg {
  -webkit-transform: translateX(-0.25rem);
  transform: translateX(-0.25rem);
}

.c-search-full__search-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 2.5rem;
  cursor: pointer;
}

.c-search-full__search-button svg {
  display: block;
  width: 1.125rem;
  height: auto;
  margin: 0;
  color: #373997;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-search-full__search-button:hover svg {
  color: #27274c;
}

.c-search-full__search-button:focus {
  outline: 0;
}

@media print, screen and (min-width: 48em) {
  .c-search-full__search-button {
    height: 3rem;
  }

  .c-search-full__search-button svg {
    width: 1.375rem;
  }
}
.c-search-results-title {
  margin: 0.75rem 0;
}

@media print, screen and (min-width: 48em) {
  .c-search-results-title {
    margin: 1.5rem 0;
  }
}
.c-search-results-title__label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.333333333;
  color: dimgray;
}

@media print, screen and (min-width: 48em) {
  .c-search-results-title__label {
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
.c-search-results-title__query {
  display: block;
}

.c-event {
  border: 1px solid #151529;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
  color: #27274c;
}

@media print, screen and (min-width: 48em) {
  .c-event {
    font-size: 0.75rem;
    line-height: 1.333333333;
  }
}
.c-event__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0.75rem;
  -webkit-box-shadow: -1px 0 0 0 #151529, 0 1px 0 0 #151529;
  box-shadow: -1px 0 0 0 #151529, 0 1px 0 0 #151529;
}

.c-event__cell--button {
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .c-event__cell {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .c-event__cell--title {
    padding: 1.25rem;
  }

  .c-event__cell--date {
    width: 12.5rem;
    padding: 1.25rem;
  }

  .c-event__cell--button {
    padding: 0;
  }
}
.c-event__title {
  margin: 0;
}

.c-event__subtitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 3.125rem;
  margin: 0 0.5rem 0 0;
  font-weight: normal;
  color: #515151;
}

@media print, screen and (min-width: 48em) {
  .c-event__subtitle {
    font-size: 0.625rem;
    line-height: 1.2;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
}
.c-event__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.c-event__date-text {
  margin: 0;
  white-space: nowrap;
}

.c-event__date svg {
  display: block;
  width: auto;
  height: 1.25rem;
  margin: 0 0.75rem 0 0;
}

@media print, screen and (min-width: 48em) {
  .c-event__date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .c-event__date-text {
    font-size: 1.125rem;
    line-height: 1.333333333;
  }

  .c-event__date svg {
    height: 2.5rem;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}
.c-event__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #373997;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-event__button:hover,
.c-event__button:focus {
  color: #fff;
  background-color: #27274c;
}

.c-event__button:focus {
  outline: 0;
}

@media print, screen and (min-width: 48em) {
  .c-event__button {
    height: 3.25rem;
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
.c-event p {
  margin: 0;
}

.c-event a:not([class^=c-]) {
  color: inherit;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-event a:not([class^=c-]):hover,
.c-event a:not([class^=c-]):focus {
  color: #373997;
  text-decoration: underline;
}

.c-event a:not([class^=c-]):focus {
  outline: 0;
}

.c-events-section > .grid-padding-x {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}

@media print, screen and (min-width: 48em) {
  .c-events-section > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.c-events-section__title {
  margin: 0 0 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-events-section__title {
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
  }
}
.c-events-section__cell {
  margin-bottom: 0.75rem;
}

.c-events-section__cell:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-events-section__cell {
    margin-bottom: 2rem;
  }
}
.c-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dbdbdb;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #c8c8c8 #dbdbdb;
  scrollbar-width: thin;
  scrollbar-width: none;
}

.c-calendar-nav::-webkit-scrollbar {
  display: none;
  height: 1px;
}

.c-calendar-nav::-webkit-scrollbar-track {
  height: 1px;
  background-color: #dbdbdb;
}

.c-calendar-nav::-webkit-scrollbar-thumb {
  height: 1px;
  background-color: dimgray;
}

.c-calendar-nav__section {
  margin-bottom: -1px;
  padding-top: 0.5rem;
  padding-left: 12px;
  padding-right: 12px;
  border-right: 1px solid #dbdbdb;
}

.c-calendar-nav__section:last-child {
  border-right: 0;
}

@media print, screen and (min-width: 48em) {
  .c-calendar-nav__section {
    padding-top: 0.75rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-calendar-nav__year {
  margin: 0 0 0.5rem;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.111111111;
  color: dimgray;
}

@media print, screen and (min-width: 48em) {
  .c-calendar-nav__year {
    margin-bottom: 0.75rem;
  }
}
.c-event-submit-header {
  margin-top: 1.25rem;
  margin-bottom: 2rem;
  font-family: "atlas", sans-serif;
}

@media print, screen and (min-width: 48em) {
  .c-event-submit-header {
    margin-top: 2.5rem;
    margin-bottom: 3.375rem;
  }
}
.c-event-submit-header__title {
  margin: 0 0 0.75rem;
}

.c-event-submit-header p {
  max-width: 47rem;
  font-size: 0.875rem;
  line-height: 1.428571429;
}

.c-event-submit-header p:last-child {
  margin-bottom: 0;
}

.c-event-submit {
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 48em) {
  .c-event-submit {
    margin-bottom: 5rem;
  }
}
.c-event-submit__section {
  display: none;
  padding-top: 1.25rem;
}

.c-event-submit__section--active {
  display: block;
}

@media print, screen and (min-width: 48em) {
  .c-event-submit__section {
    padding-top: 1.5rem;
  }
}
.c-event-submit__section-title {
  margin: 0 0 0.75rem;
}

.c-event-submit__section-title + p {
  margin-top: -0.5rem;
}

@media print, screen and (min-width: 48em) {
  .c-event-submit__section-title + p {
    margin-top: 0;
  }
}
.c-event-submit__section > .grid-padding-x {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}

@media print, screen and (min-width: 48em) {
  .c-event-submit__section > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.c-event-submit__section p {
  margin-bottom: 1.5rem;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.333333333;
}

.c-event-submit__section .c-input {
  margin-bottom: 1.25rem;
}

.c-event-submit__section .c-checkbox {
  margin-bottom: 0.75rem;
}

.c-event-submit__section .button {
  margin-top: 0.25rem;
}

@media print, screen and (min-width: 48em) {
  .c-event-submit__section .button {
    margin-top: 0.75rem;
  }
}
.c-event-submit__nav {
  margin: 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.333333333;
}

@media print, screen and (min-width: 48em) {
  .c-event-submit__nav {
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
.c-event-submit__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-event-submit__nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  border-right: 1px solid #dbdbdb;
}

.c-event-submit__nav-item:first-child .c-event-submit__nav-link {
  padding-left: 0;
}

.c-event-submit__nav-item:last-child {
  border-right: 0;
}

.c-event-submit__nav-item:last-child .c-event-submit__nav-link {
  padding-right: 0;
}

.c-event-submit__nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: -1px;
  padding: 1.25rem 0.75rem;
  font-weight: 500;
  color: #27274c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-event-submit__nav-link:hover,
.c-event-submit__nav-link:focus {
  color: #373997;
}

.c-event-submit__nav-link:focus {
  outline: 0;
}

.c-event-submit__nav-link-step {
  display: block;
}

.c-event-submit__nav-link-title {
  display: none;
}

.c-event-submit__nav-link-check {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-event-submit__nav-link-check svg {
  display: block;
  width: 0.875rem;
  height: auto;
  margin: 0;
  color: #373997;
}

.c-event-submit__nav-link--active {
  -webkit-box-shadow: inset 0 -0.25rem 0 0 #373997;
  box-shadow: inset 0 -0.25rem 0 0 #373997;
  pointer-events: none;
}

.c-event-submit__nav-link--done {
  pointer-events: auto;
}

.c-event-submit__nav-link--done .c-event-submit__nav-link-check {
  opacity: 1;
}

@media print, screen and (min-width: 48em) {
  .c-event-submit__nav-link {
    padding: 0.75rem 1.25rem;
  }

  .c-event-submit__nav-link-step {
    margin-bottom: 0.25rem;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1.333333333;
  }

  .c-event-submit__nav-link-title {
    display: block;
  }

  .c-event-submit__nav-link-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    height: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-left: 1px solid #dbdbdb;
    -webkit-transform: none;
    transform: none;
  }

  .c-event-submit__nav-link-check svg {
    width: 1.125rem;
  }
}
.c-influencer-dashboard-header {
  text-align: center;
}

.c-influencer-dashboard-header__tag-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  line-height: 1.333333333;
}

.c-influencer-dashboard-header__tag-line-img {
  display: block;
  width: auto;
  height: 0.625rem;
  margin: 0 0 0 0.3125rem;
}

@media print, screen and (min-width: 48em) {
  .c-influencer-dashboard-header__tag-line {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
.c-influencer-dashboard-header__title {
  margin: 0 0 0.25rem;
}

@media print, screen and (min-width: 48em) {
  .c-influencer-dashboard-header__title {
    margin-bottom: 0.75rem;
  }
}
.c-influencer-dashboard-header__standfirst {
  max-width: 46.25rem;
  margin: 0 auto 1.25rem;
  font-size: 0.875rem;
  line-height: 1.428571429;
}

@media print, screen and (min-width: 48em) {
  .c-influencer-dashboard-header__standfirst {
    margin-bottom: 2.5rem;
    font-size: inherit;
    line-height: inherit;
  }
}
.c-influencer-dashboard-header .c-search {
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.c-social-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "atlas", sans-serif;
  text-align: center;
}

.c-social-profile .c-post-figure {
  width: 5rem;
  margin: 0 auto 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-social-profile .c-post-figure {
    width: 6rem;
  }
}
.c-social-profile__title {
  font-size: 1.125rem;
  line-height: 1.333333333;
  margin: 0 0 0.25rem;
}

.c-social-profile__subtitle {
  display: block;
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  line-height: 1.333333333;
  color: #27274c;
}

@media print, screen and (min-width: 48em) {
  .c-social-profile__subtitle {
    font-size: 0.875rem;
    line-height: 1.285714286;
  }
}
.c-social-profile__link {
  display: block;
  margin: 0;
  font-size: 0.625rem;
  line-height: 1.2;
  color: inherit;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-social-profile__link:hover,
.c-social-profile__link:focus {
  text-decoration: underline;
  color: #373997;
}

.c-social-profile__link:focus {
  outline: 0;
}

@media print, screen and (min-width: 48em) {
  .c-social-profile__link {
    font-size: 0.75rem;
    line-height: 1.333333333;
  }
}
.c-post-tweet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
}

.c-post-tweet .svg-icon-twitter {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.25rem;
  height: auto;
  margin: 0;
  color: #373997;
}

.c-post-tweet .c-post-figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  margin-right: 0.75rem;
}

.c-post-tweet__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-post-tweet__title {
  margin: 0 0 0.25rem;
  padding-right: 2rem;
}

@media print, screen and (min-width: 48em) {
  .c-post-tweet__title {
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
.c-post-tweet__link {
  display: block;
  margin: 0 0 0.75rem;
  color: inherit;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-post-tweet__link:hover,
.c-post-tweet__link:focus {
  text-decoration: underline;
  color: #373997;
}

.c-post-tweet__link:focus {
  outline: 0;
}

.c-post-tweet__text {
  margin: 0 0 1.5rem;
}

.c-post-tweet__meta-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}

.c-post-tweet__likes,
.c-post-tweet__retweets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.25rem;
}

.c-post-tweet__likes:last-child,
.c-post-tweet__retweets:last-child {
  margin-right: 0;
}

.c-post-tweet__likes svg,
.c-post-tweet__retweets svg {
  display: block;
  width: auto;
  height: 1rem;
  margin-right: 0.5rem;
  color: #373997;
}

.c-covid-dashboard-header {
  text-align: center;
}

.c-covid-dashboard-header__category {
  margin-bottom: 0.25rem;
  font-family: "atlas", sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-covid-dashboard-header__category:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 48em) {
  .c-covid-dashboard-header__category {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.333333333;
  }
}
.c-covid-dashboard-header__title {
  margin: 0 0 0.5rem;
}

.c-covid-dashboard-header__title span {
  font-size: 1.125rem;
  line-height: 1.333333333;
  display: block;
}

@media print, screen and (min-width: 48em) {
  .c-covid-dashboard-header__title {
    margin-bottom: 1.25rem;
  }

  .c-covid-dashboard-header__title span {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.c-covid-dashboard-header__standfirst {
  max-width: 46.25rem;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 1.428571429;
}

@media print, screen and (min-width: 48em) {
  .c-covid-dashboard-header__standfirst {
    font-size: inherit;
    line-height: inherit;
  }
}
.c-covid-stats {
  overflow: hidden;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.c-covid-stats .grid-x {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.c-covid-stats .cell {
  padding: 0.75rem;
  -webkit-box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb;
  box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb;
}

@media screen and (min-width: 75em) {
  .c-covid-stats .grid-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .c-covid-stats .cell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.c-covid-stat {
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
}

@media print, screen and (min-width: 48em) {
  .c-covid-stat {
    font-size: 0.875rem;
    line-height: 1.285714286;
  }
}
.c-covid-stat__title {
  margin: 0 0 0.25rem;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.c-covid-stat__number {
  font-size: 1.5rem;
  line-height: 1.25;
  display: block;
  margin: 0 0 0.75rem;
  font-weight: 500;
  color: #27274c;
}

@media print, screen and (min-width: 48em) {
  .c-covid-stat__number {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.c-covid-stat__meta-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-covid-stat__number-change {
  display: block;
  margin-right: 0.25rem;
  font-weight: 500;
}

@media print, screen and (min-width: 48em) {
  .c-covid-stat__number-change {
    margin-right: 0.5rem;
  }
}
.c-covid-stat__number-label {
  display: block;
}

.c-covid-header-live__title {
  margin: 0 0 0.75rem;
  font-weight: normal;
}

.c-advertise-2-col {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.333333333;
  color: #fff;
  background-color: #151529;
}

@media print, screen and (min-width: 48em) {
  .c-advertise-2-col {
    padding-top: 3.375rem;
    padding-bottom: 0;
    font-size: inherit;
    line-height: inherit;
  }
}
.c-advertise-2-col__title {
  margin: 0 0 0.5rem;
  text-align: center;
  color: inherit;
}

@media print, screen and (min-width: 48em) {
  .c-advertise-2-col__title {
    margin-bottom: 1.25rem;
  }
}
.c-advertise-2-col__standfirst {
  margin: 0 0 1.5rem;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .c-advertise-2-col__standfirst {
    margin-bottom: 3.375rem;
  }
}
.c-advertise-2-col .cell:first-child {
  border-top: 1px solid rgba(219, 219, 219, 0.25);
}

@media print, screen and (min-width: 48em) {
  .c-advertise-2-col .cell {
    border-top: 1px solid rgba(219, 219, 219, 0.25);
    padding-bottom: 3.375rem;
  }

  .c-advertise-2-col .cell:first-child {
    padding-right: 1.25rem;
    border-right: 1px solid rgba(219, 219, 219, 0.25);
  }

  .c-advertise-2-col .cell:last-child {
    padding-left: 1.25rem;
  }
}
.c-advertise-2-col__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  padding-top: 2.5rem;
  color: #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-advertise-2-col__post {
    max-width: 23rem;
    margin: 0 auto;
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
.c-advertise-2-col__post .c-post-figure {
  max-width: 12.5rem;
  margin: 0 auto 2rem;
}

@media print, screen and (min-width: 48em) {
  .c-advertise-2-col__post .c-post-figure {
    max-width: 18.5rem;
  }
}
.c-advertise-2-col__post h2 {
  margin: 0 0 1.25rem;
  text-align: center;
  color: #fff;
}

@media print, screen and (max-width: 47.99875em) {
  .c-advertise-2-col__post h2 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.c-advertise-2-col__post p {
  width: 100%;
}

.c-advertise-2-col__post p:last-of-type {
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 48em) {
  .c-advertise-2-col__post p:last-of-type {
    margin-bottom: 2rem;
  }
}
.c-advertise-2-col__post .button {
  margin-top: auto;
}

.c-client-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  font-family: "atlas", sans-serif;
  color: #151529;
}

@media print, screen and (min-width: 48em) {
  .c-client-header {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
.c-client-header__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.c-client-header__title {
  margin: 0 0 0.25rem;
}

@media print, screen and (min-width: 48em) {
  .c-client-header__title {
    margin-bottom: 0.5rem;
  }
}
.c-client-header__standfirst {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.428571429;
}

@media print, screen and (min-width: 48em) {
  .c-client-header__standfirst {
    font-size: inherit;
    line-height: inherit;
  }
}
.c-client-header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 5rem;
  margin: 0 0 0 1.25rem;
}

.c-client-header__logo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .c-client-header__logo {
    max-width: 10rem;
  }
}
.c-contact-header__title {
  margin: 0 0 0.5rem;
}

@media print, screen and (min-width: 48em) {
  .c-contact-header__title {
    margin-bottom: 1.25rem;
  }
}
.c-contact-header__standfirst {
  margin: 0;
  font-family: "atlas", sans-serif;
  font-size: 0.875rem;
  line-height: 1.428571429;
}

@media print, screen and (min-width: 48em) {
  .c-contact-header__standfirst {
    max-width: 41rem;
    font-size: inherit;
    line-height: inherit;
  }
}
.c-contact-grid {
  font-family: "atlas", sans-serif;
  font-size: 0.875rem;
  line-height: 1.428571429;
  overflow: hidden;
}

@media print, screen and (min-width: 48em) {
  .c-contact-grid {
    font-size: inherit;
    line-height: inherit;
  }
}
.c-contact-grid > .grid-padding-x {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}

@media print, screen and (min-width: 48em) {
  .c-contact-grid > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 62em) {
  .c-contact-grid .grid-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media print, screen and (min-width: 62em) {
  .c-contact-grid .cell {
    -webkit-box-shadow: -1px 0 0 0 #dbdbdb;
    box-shadow: -1px 0 0 0 #dbdbdb;
  }
}
.c-contact-grid__section {
  margin: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-contact-grid__section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 62em) {
  .c-contact-grid__section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.c-contact-grid__section > *:last-child {
  margin-bottom: 0;
}

.c-contact-grid__section h2 {
  margin: 0 0 1.25rem;
}

@media print, screen and (min-width: 48em) {
  .c-contact-grid__section h2 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.c-contact-grid__section h3 {
  margin: 1.25rem 0 0.25rem;
}

.c-contact-grid__section h3:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 48em) {
  .c-contact-grid__section h3 {
    font-size: 0.875rem;
    line-height: 1.428571429;
  }
}
.c-contact-grid__section p {
  margin-top: 0.5rem;
}

.c-contact-grid__figure {
  margin: 0.75rem 0;
}

.c-contact-grid__figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.c-contact-grid__figure + p,
.c-contact-grid__figure + div {
  font-size: 0.875rem;
  line-height: 1.428571429;
}

.c-project-single-meta {
  font-family: "atlas", sans-serif;
  font-size: 0.875rem;
  line-height: 1.571428571;
  color: #151529;
  border-top: 1px solid #dbdbdb;
  overflow: hidden;
}

.c-project-single-meta .grid-x {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-project-single-meta .grid-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.c-project-single-meta .cell {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  -webkit-box-shadow: 0 -1px 0 0 #dbdbdb, -1px 0 0 0 #dbdbdb;
  box-shadow: 0 -1px 0 0 #dbdbdb, -1px 0 0 0 #dbdbdb;
}

@media print, screen and (min-width: 48em) {
  .c-project-single-meta .cell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.c-project-single-meta__title {
  margin: 0 0 0.25rem;
}

.c-project-single-meta__text {
  display: block;
  margin: 0;
}

.c-deals-data-credits {
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  line-height: 1.333333333;
}

.c-deals-data-credits p {
  margin: 0 0 0.5rem;
}

.c-deals-data-credits p:last-child {
  margin-bottom: 0;
}

.c-deals-data-credits img {
  display: block;
  max-width: 5.625rem;
  height: auto;
  margin: 0 0 0.5rem;
}

.c-deals-data-credits a {
  text-decoration: underline;
}

.c-deals-data-credits a:hover {
  text-decoration: none;
}

.c-title-and-tabs-2-col {
  border-bottom: 1px solid #dbdbdb;
}

.c-title-and-tabs-2-col .grid-x {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.c-title-and-tabs-2-col .grid-padding-x {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}

@media print, screen and (min-width: 48em) {
  .c-title-and-tabs-2-col .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.c-title-and-tabs-2-col__title {
  margin: 0;
  font-weight: normal;
}

.c-title-and-tabs-2-col .c-tabs-nav {
  margin-bottom: -1px;
}

.c-author-header {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: "atlas", sans-serif;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .c-author-header {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }
}
.c-author-header__title {
  margin: 0 0 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-author-header__title {
    font-size: 3rem;
    line-height: 1.25;
  }
}
.c-author-header__standfirst {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.333333333;
}

@media print, screen and (min-width: 48em) {
  .c-author-header__standfirst {
    font-size: inherit;
    line-height: inherit;
  }
}
.c-404 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: "atlas", sans-serif;
  font-size: 0.875rem;
  line-height: 1.428571429;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .c-404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-404 {
    font-size: inherit;
    line-height: inherit;
  }
}
.c-404__title {
  margin: 0 0 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-404__title {
    font-size: 3rem;
    line-height: 1.25;
  }
}
.c-404__standfirst {
  margin: 0 0 5rem;
  color: #151529;
}

@media print, screen and (min-width: 48em) {
  .c-404__standfirst {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.333333333;
  }
}
.c-404__search-text {
  margin: 0 0 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-404__search-text {
    margin-bottom: 2rem;
  }
}
.c-404 .c-search {
  max-width: 35rem;
  margin: 0 auto;
}

.c-404-shape {
  max-width: 13.75rem;
  margin: 0 auto 1.5rem;
  font-size: 3.125rem;
  line-height: 1;
  color: #373997;
}

.c-404-shape__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 7.875rem;
  margin-bottom: 0.75rem;
  border: 0.1875rem solid #151529;
}

.c-404-shape__bottom {
  display: block;
  max-width: 6.25rem;
  height: 0.625rem;
  margin: 0 auto;
  border: 0.1875rem solid #151529;
}

@media print, screen and (min-width: 48em) {
  .c-404-shape {
    max-width: 26.625rem;
    margin-bottom: 2.5rem;
    font-size: 5.625rem;
  }

  .c-404-shape__top {
    height: 14.875rem;
    margin-bottom: 1.5rem;
  }

  .c-404-shape__bottom {
    max-width: 11.625rem;
    height: 1rem;
  }
}
.c-post-sponsor {
  font-size: 0.75rem;
  font-family: "atlas", sans-serif;
}

.c-post-sponsor__ad {
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
}

.c-post-sponsor__sponsor {
  font-weight: 500;
}

.c-post-sponsor__button {
  max-width: 174px;
  margin-bottom: 1.25rem;
}

.c-ticker-stocks {
  height: 3.125rem;
  background-color: #27274c;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-stocks {
    font-size: 0.75rem;
    height: 3.875rem;
  }
}
.c-ticker-stocks__ticker {
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.c-ticker-stocks__ticker-item {
  padding: 0 2rem;
  width: 16rem;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.c-ticker-stocks--pause-on-hover:hover .c-ticker-stocks__ticker {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.c-ticker-stocks__total {
  color: #b7b7ce;
}

.c-ticker-stocks .svg-icon-caret-up {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
}

.c-ticker-stocks__change--positive {
  color: #1ac1a9;
}

.c-ticker-stocks__change--negative {
  color: #ff325c;
}

.c-ticker-stocks__change--negative .svg-icon-caret-up {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.c-ticker-news {
  background-color: #27274c;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  padding-left: 10rem;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-news {
    padding-left: 16rem;
    font-size: 0.75rem;
  }
}
.c-ticker-news__header {
  background-color: #27274c;
  font-size: 0.75rem;
  line-height: 1.375;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-right: 1px solid #4e4e73;
  padding: 0 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-news__header {
    font-size: 1.125rem;
    width: 16rem;
  }
}
.c-ticker-news__ticker {
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 4.75rem;
}

.c-ticker-news__ticker-item {
  padding: 0 0.75rem;
  min-width: 16rem;
  border-left: 1px solid #4e4e73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-news__ticker-item {
    padding: 0 1.25rem;
    width: 20rem;
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.c-ticker-news--pause-on-hover:hover .c-ticker-news__ticker {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.c-ticker-news__title,
.c-ticker-news__title > a {
  color: #fff;
}

.c-ticker-news__time {
  color: #6ab9ff;
  font-size: 0.625rem;
  margin-top: 0.25rem;
}

.c-ticker-deals {
  background-color: #27274c;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  padding-left: 10rem;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-deals {
    padding-left: 16rem;
    font-size: 0.75rem;
  }
}
.c-ticker-deals__header {
  background-color: #27274c;
  font-size: 0.75rem;
  line-height: 1.375;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.4375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-right: 1px solid #4e4e73;
  padding: 0 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-deals__header {
    height: 3.875rem;
    font-size: 1.125rem;
    width: 16rem;
  }
}
.c-ticker-deals__ticker {
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 3.4375rem;
}

.c-ticker-deals__ticker-item {
  padding: 0 0.75rem;
  border-left: 1px solid #4e4e73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 14rem;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-deals__ticker-item {
    padding: 0 1.25rem;
    min-width: 16rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ticker-deals__ticker {
    height: 3.875rem;
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.c-ticker-deals__deal {
  color: #c6c6db;
  margin-top: 0.15rem;
}

.c-ticker-deals__chip {
  background-color: #48e2cc;
  color: #27274c;
  padding: 0 0.25rem;
  display: inline-block;
}

.c-ticker-deals--pause-on-hover:hover .c-ticker-deals__ticker {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.c-ticker-deals__title,
.c-ticker-deals__title > a {
  color: #fff;
}

.c-ticker-stats {
  background-color: #27274c;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  padding-left: 10rem;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-stats {
    padding-left: 16rem;
    font-size: 0.75rem;
  }
}
.c-ticker-stats__header {
  background-color: #27274c;
  font-size: 0.75rem;
  line-height: 1.375;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.4375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-right: 1px solid #4e4e73;
  padding: 0 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-stats__header {
    height: 4.75rem;
    font-size: 1.125rem;
    width: 16rem;
  }
}
.c-ticker-stats__header-title,
.c-ticker-stats__header-subtitle {
  display: block;
  width: 5rem;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-stats__header-title,
.c-ticker-stats__header-subtitle {
    width: 6.75rem;
  }
}
.c-ticker-stats__header-title {
  font-weight: 500;
}

.c-ticker-stats__ticker {
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 3.4375rem;
}

.c-ticker-stats__ticker-item {
  padding: 0 0.75rem;
  border-left: 1px solid #4e4e73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 10rem;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-stats__ticker-item {
    padding: 0 1.25rem;
    min-width: 16rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ticker-stats__ticker {
    height: 4.75rem;
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.c-ticker-stats__stat {
  color: #c6c6db;
}

.c-ticker-stats__number {
  font-size: 1.125rem;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-stats__number {
    font-size: 1.5rem;
  }
}
.c-ticker-stats--pause-on-hover:hover .c-ticker-stats__ticker {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.c-ticker-key-themes {
  background-color: #27274c;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  padding-left: 6rem;
  overflow-x: auto;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-key-themes {
    padding-left: 16rem;
    font-size: 0.75rem;
    overflow-x: hidden;
  }
}
.c-ticker-key-themes__header {
  background-color: #27274c;
  font-size: 0.75rem;
  line-height: 1.375;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.4375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-right: 1px solid #4e4e73;
  padding: 0 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-key-themes__header {
    height: 3.375rem;
    font-size: 1.125rem;
    width: 16rem;
  }
}
.c-ticker-key-themes__ticker {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 3.4375rem;
}

.c-ticker-key-themes__ticker-item {
  padding: 0 0.75rem;
  border-right: 1px solid #4e4e73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 10rem;
}

@media print, screen and (min-width: 48em) {
  .c-ticker-key-themes__ticker-item {
    padding: 0 1.25rem;
    min-width: 16rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ticker-key-themes__ticker {
    height: 3.375rem;
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.c-ticker-key-themes__title,
.c-ticker-key-themes__title > a {
  color: #fff;
}

.c-ticker-key-themes__title:hover,
.c-ticker-key-themes__title > a:hover {
  text-decoration: underline;
}

.c-timeline {
  margin-top: 1.5rem;
}

@media print, screen and (min-width: 48em) {
  .c-timeline {
    margin-top: 2rem;
  }
}
.c-timeline__header {
  position: relative;
  padding-bottom: 1.5rem;
}

@media print, screen and (min-width: 48em) {
  .c-timeline__header {
    padding-bottom: 2.5rem;
    padding-right: 11.1111111111%;
  }
}
.c-timeline__header:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 100%;
  left: -100%;
  background-color: #dbdbdb;
}

.c-timeline__header__meta-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.333333333;
  font-family: "atlas", sans-serif;
}

.c-timeline__header__meta-before:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-timeline__header__meta-before {
    margin-bottom: 0.5rem;
  }
}
.c-timeline__header-title {
  margin: 0;
}

.c-timeline__header-category {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.285714286;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
  border-right: 1px solid #dbdbdb;
}

.c-timeline__header-logo {
  padding-left: 0.5rem;
  width: auto;
  height: 0.75rem;
}

.c-timeline-article {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.75rem;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.c-timeline-article:last-child {
  border-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-timeline-article {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.c-timeline-article > .grid-padding-x {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}

@media print, screen and (min-width: 48em) {
  .c-timeline-article > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.c-timeline-article__time-ago {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  font-family: "atlas", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.333333333;
  color: #ff325c;
}

.c-timeline-article__time-ago::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.1875rem;
  left: -1.125rem;
  width: 0.6875rem;
  height: 0.6875rem;
  background-color: #ff325c;
  border: 0.125rem solid #fff;
  border-radius: 50%;
}

@media print, screen and (min-width: 48em) {
  .c-timeline-article__time-ago {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.285714286;
  }

  .c-timeline-article__time-ago::before {
    top: 0.25rem;
    left: -1.1875rem;
    width: 0.8125rem;
    height: 0.8125rem;
  }
}
.c-timeline-article__publish-date {
  margin-right: 0.75rem;
  font-family: "atlas", sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.0075em;
}

.c-timeline-article__publish-date:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 48em) {
  .c-timeline-article__publish-date {
    font-size: 0.75rem;
    line-height: 1.333333333;
  }
}
.c-timeline-article .c-company-header__share {
  min-width: 11.25rem;
  padding-left: 0.75rem;
}

.c-timeline-article .c-company-header__share-container {
  display: block;
}

.c-timeline-article .c-company-header__share-open-button {
  font-size: 0.75rem;
  line-height: 1.333333333;
}

.c-timeline-article__meta-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.75rem;
  font-family: "atlas", sans-serif;
}

.c-timeline-article__meta-after:last-child {
  margin-bottom: 0;
}

.c-timeline-article h3 {
  margin: 0 0 0.5rem;
}

.c-timeline-article h3 a {
  color: inherit;
}

.c-timeline-article h3 a:hover {
  color: #373997;
}

@media print, screen and (min-width: 48em) {
  .c-timeline-article h3 {
    margin-bottom: 0.75rem;
  }
}
.c-timeline-article p {
  font-size: 0.875rem;
  line-height: 1.428571429;
}

.c-timeline-article p:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-timeline-article p {
    font-size: inherit;
    line-height: inherit;
  }
}
.c-cookies {
  position: relative;
  background-color: #151529;
  max-width: 40rem;
  color: #fff;
  font-family: "atlas", sans-serif;
  padding: 1rem 1.25rem;
}

@media print, screen and (min-width: 48em) {
  .c-cookies {
    padding: 2rem;
  }
}
.c-cookies__title {
  font-weight: 500;
  font-size: 0.875rem;
  width: 75%;
}

@media print, screen and (min-width: 48em) {
  .c-cookies__title {
    font-size: 1.125rem;
    width: auto;
  }
}
.c-cookies__body {
  font-size: 0.75rem;
  color: #dbdbdb;
  margin-top: 0.5rem;
}

@media print, screen and (min-width: 48em) {
  .c-cookies__body {
    font-size: 0.875rem;
  }
}
.c-cookies__buttons .button {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.75rem;
  margin-right: 3rem;
  margin-top: 0.5rem;
}

.c-cookies__buttons .button:hover {
  opacity: 0.75;
}

@media print, screen and (min-width: 48em) {
  .c-cookies__buttons .button {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}
.c-cookies__dismiss {
  color: #6ab9ff;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.c-cookies__dismiss .svg-icon-close {
  width: 1.5rem;
  height: 1.5rem;
}

.c-cookies__dismiss:hover,
.c-cookies__dismiss:focus {
  color: #6ab9ff;
  opacity: 0.75;
}

.c-contractor-list {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  font-family: "atlas", sans-serif;
  overflow: hidden;
}

@media print, screen and (min-width: 48em) {
  .c-contractor-list {
    margin-top: 3.375rem;
    margin-bottom: 2.5rem;
  }
}
.c-contractor-list > .grid-padding-x {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}

@media print, screen and (min-width: 48em) {
  .c-contractor-list > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.c-contractor-list__heading {
  margin: 0 0 0.75rem;
  font-weight: normal;
}

@media print, screen and (min-width: 48em) {
  .c-contractor-list__heading {
    margin-bottom: 1.5rem;
  }
}
.c-contractor-list__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-contractor-list__list.grid-padding-x {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}

@media print, screen and (min-width: 48em) {
  .c-contractor-list__list.grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.c-contractor-list__list-item {
  position: relative;
}

.c-contractor-list__list-item::after {
  content: "";
  position: absolute;
  display: block;
  width: 625rem;
  width: 200vw;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #dbdbdb;
}

.c-contractor-list__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0.75rem 0;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-contractor-list__list-item a span {
  display: block;
}

.c-contractor-list__list-item a span:first-child {
  margin-right: 0.75rem;
}

.c-contractor-list__list-item a:hover {
  color: #373997;
}

@media print, screen and (min-width: 48em) {
  .c-contractor-list__list-item a {
    padding: 1.5rem 0;
  }

  .c-contractor-list__list-item a span:first-child {
    margin-right: 1.25rem;
  }
}
.c-whitepaper-header {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "atlas", sans-serif;
}

@media print, screen and (min-width: 48em) {
  .c-whitepaper-header {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-whitepaper-header > .grid-padding-x {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}

@media print, screen and (min-width: 48em) {
  .c-whitepaper-header > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.c-whitepaper-header__meta-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.25rem;
}

.c-whitepaper-header__meta-before:last-child {
  margin-bottom: 0;
}

.c-whitepaper-header__category {
  font-family: "atlas", sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.c-whitepaper-header__category:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 48em) {
  .c-whitepaper-header__category {
    font-size: 0.875rem;
    line-height: 1.285714286;
  }
}
.c-whitepaper-header__title {
  margin: 0 0 0.5rem;
}

@media print, screen and (min-width: 48em) {
  .c-whitepaper-header__title {
    margin-bottom: 0.75rem;
  }
}
.c-whitepaper-header p {
  font-size: 0.75rem;
  line-height: 1.333333333;
}

.c-whitepaper-header p:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .c-whitepaper-header p {
    font-size: inherit;
    line-height: inherit;
  }
}
.c-whitepaper-form__disclaimer {
  font-family: "atlas", sans-serif;
  font-size: 0.75rem;
  padding: 1rem 0 2rem 0;
}

.c-company-header-register-awards {
  position: relative;
  margin-top: 1.25rem;
  font-family: "atlas", sans-serif;
  color: #151529;
}

@media print, screen and (min-width: 48em) {
  .c-company-header-register-awards {
    margin-top: 3.375rem;
  }
}
.c-company-header-register-awards__title {
  color: #27274c;
}

.article-grid .grid-x article .digital-magazine-box-container--part {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .article-grid .grid-x article .digital-magazine-box-container--part {
    margin-bottom: 0;
  }
}
.article-grid .grid-x article .digital-magazine-box-container--part .category {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: var(--text-spacing);
}
.article-grid .grid-x article .digital-magazine-box-container--part .category a {
  color: #373997;
}
.article-grid .grid-x article .digital-magazine-box-container--part h3 {
  font-size: 1.8em;
  line-height: 1.33333;
  letter-spacing: -0.015em;
  margin-bottom: var(--text-spacing);
}
.article-grid .grid-x article .digital-magazine-box-container--part h3 a {
  color: #151529;
}
.article-grid .grid-x article .digital-magazine-box-container--part button {
  align-self: flex-start;
  margin-top: 1em;
  margin-bottom: 0;
}
.article-grid .grid-x article .digital-magazine-box-container--part button a {
  color: #ffffff;
}
@media (min-width: 768px) {
  .article-grid .grid-x article .digital-magazine-box-container--part button {
    margin-top: auto;
  }
}
.article-grid .grid-x article .digital-magazine-box-container__title {
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .article-grid .grid-x article .digital-magazine-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .article-grid .grid-x article .digital-magazine-box .view-more-link--mobile {
    display: inline-block;
  }
}

.events {
  padding: 0 2rem;
}
.events header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.events .grid-x article .category {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 500;
  color: #373997;
  margin-bottom: 0.4em;
}
.events .grid-x article h3 {
  line-height: 2.4em;
}
.events .grid-x article h3 a {
  color: #151529;
}

.event-page .article-grid > .grid-x {
  margin: 0 var(--edge-spacing-s-adjust);
}
@media (min-width: 992px) {
  .event-page .article-grid > .grid-x {
    margin: 0 var(--edge-spacing-adjust);
  }
}
.event-page .event-section {
  margin-bottom: 2em;
}
.event-page .event-section .load-more-btn {
  margin-bottom: 0;
}
.event-page .event-section.article-grid header {
  margin-bottom: 2.4em;
}
.event-page .event-section.article-grid .events-page .events-page-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  .event-page .event-section.article-grid .events-page .events-page-card figure {
    height: 16em;
  }
}
.event-page .event-section.article-grid .events-page .events-page-card--byline {
  font-size: 1.6em;
  line-height: 1.5em;
  padding-top: 0.75em;
  border-top: 1px solid #dbdbdb;
}
.event-page .event-section.article-grid .grid-x article:last-of-type {
  border-bottom: none;
}
.event-page .events-page {
  position: relative;
  margin-bottom: 1.6em;
}
@media only screen and (min-width: 62em) {
  .event-page .events-page {
    margin-bottom: 4em;
  }
  .event-page .events-page:nth-of-type(4n + 4) {
    border-right: none;
  }
  .event-page .events-page:nth-of-type(4n + 5):before {
    content: "";
    position: absolute;
    width: 400%;
    height: 0.1em;
    background: #dddddd;
    top: -2em;
    left: 0em;
  }
}
div .event-page .events-page--category-text {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.6em;
  color: #151529;
}
.event-page .events-page-card {
  background-color: #f3f3f1;
  padding: 1.2em 1em 1.8em !important;
}
.event-page .events-page-card figure {
  margin-bottom: 1.4em;
  width: 100%;
}
.event-page .events-page-card figure img {
  margin-bottom: 0;
}
.event-page .events-page-card--byline {
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.4em;
  color: #151529;
}
.event-page .events-page--meta-items {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 1.6em;
  margin-bottom: 1em;
}
.event-page .events-page--meta-items .events-page--date span {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.1em;
}
.event-page .events-page--meta-items .events-page--tickets {
  margin-left: auto;
}
.event-page .events-page--meta-items .events-page--tickets span {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2em;
  color: #151529;
}
.event-page .events-page h3, .event-page .events-page--heading {
  padding-bottom: 0.8em;
}
.event-page .events-page p, .event-page .events-page--paragraph {
  font-size: 1.2em;
  color: #151529;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 62em) {
  .event-page .events-page p, .event-page .events-page--paragraph {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 62em) {
  .event-page .events-page--paragraph {
    font-size: 1.6em;
  }
}
.event-page .load-more-btn {
  margin-top: 1em;
  margin-bottom: 1em;
}
.event-page .load-more-btn button {
  margin: 0;
}
.event-page .swiper-event-main {
  border-bottom: none;
}

.swiper-event-main .event-page--controls,
.swiper-event-multiple-main .event-page--controls {
  margin-top: 3.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.swiper-event-main .event-page--controls .swiper-pagination,
.swiper-event-multiple-main .event-page--controls .swiper-pagination {
  width: fit-content;
  position: relative;
  margin: 0 1.111111em;
  font-size: 1.8em;
  line-height: 1.777777em;
}
.swiper-event-main .event-page--controls .swiper-pagination span,
.swiper-event-multiple-main .event-page--controls .swiper-pagination span {
  color: #626262;
}
.swiper-event-main .event-page--controls .swiper-pagination span.current,
.swiper-event-multiple-main .event-page--controls .swiper-pagination span.current {
  font-weight: 500;
  color: #27274c;
}
.swiper-event-main .event-page--controls .swiper-button-prev,
.swiper-event-main .event-page--controls .swiper-button-next,
.swiper-event-multiple-main .event-page--controls .swiper-button-prev,
.swiper-event-multiple-main .event-page--controls .swiper-button-next {
  position: relative;
  top: 0;
  color: #252524;
  font-weight: 800;
  width: 0.8em;
  height: 1.6em;
  right: 0;
  left: 0;
}
.swiper-event-main .event-page--controls .swiper-button-prev:after,
.swiper-event-main .event-page--controls .swiper-button-next:after,
.swiper-event-multiple-main .event-page--controls .swiper-button-prev:after,
.swiper-event-multiple-main .event-page--controls .swiper-button-next:after {
  font-size: 1em;
}
.swiper-event-main .event-page--controls .swiper-button-prev.swiper-button-disabled,
.swiper-event-main .event-page--controls .swiper-button-next.swiper-button-disabled,
.swiper-event-multiple-main .event-page--controls .swiper-button-prev.swiper-button-disabled,
.swiper-event-multiple-main .event-page--controls .swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper-event-main .event-page--controls .swiper-pagination.swiper-pagination-bullets,
.swiper-event-multiple-main .event-page--controls .swiper-pagination.swiper-pagination-bullets {
  width: fit-content;
  position: relative;
  margin: 0 1.8em;
  display: flex;
}
.swiper-event-main .event-page--controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-event-multiple-main .event-page--controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.67em;
  font-size: 0.67em;
  height: 1.67em;
  border-radius: 0.1em;
  margin-left: 0;
  margin-right: 0.8em;
  background: transparent;
  opacity: 1;
  color: #27274c;
}
.swiper-event-main .event-page--controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child,
.swiper-event-multiple-main .event-page--controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-event-main .event-page--controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-event-multiple-main .event-page--controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #27274c;
  color: #ffffff;
}
.swiper-event-main .swiper-wrapper,
.swiper-event-main .swiper-wrapper-event,
.swiper-event-multiple-main .swiper-wrapper,
.swiper-event-multiple-main .swiper-wrapper-event {
  flex-wrap: nowrap;
}
.swiper-event-main .swiper-wrapper-event,
.swiper-event-multiple-main .swiper-wrapper-event {
  flex-direction: row !important;
}
.swiper-event-main .swiper-wrapper-event .events-page.swiper-slide,
.swiper-event-multiple-main .swiper-wrapper-event .events-page.swiper-slide {
  position: relative;
  padding: 0;
  border: none;
}
.swiper-event-main .swiper-wrapper-event .events-page.swiper-slide::after,
.swiper-event-multiple-main .swiper-wrapper-event .events-page.swiper-slide::after {
  content: "";
  position: absolute;
  width: 0.1em;
  height: 100%;
  background: #ddd;
  right: -2.75em;
  top: 0;
}

@media (max-width: 1024px) {
  .swiper-event-main .swiper-wrapper,
.swiper-event-main .swiper-wrapper-event,
.swiper-event-multiple-main .swiper-wrapper,
.swiper-event-multiple-main .swiper-wrapper-event {
    flex-wrap: wrap;
  }
  .swiper-event-main .swiper-wrapper-event,
.swiper-event-multiple-main .swiper-wrapper-event {
    flex-direction: column !important;
  }
  .swiper-event-main .event-page--controls,
.swiper-event-multiple-main .event-page--controls {
    display: none;
  }
}
@media (min-width: 1024px) {
  .swiper-event-multiple-main {
    border-bottom: none;
  }
  .swiper-event-multiple-main .swiper-wrapper-event {
    margin: 0 !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.222em;
    overflow: hidden;
  }
  .swiper-event-multiple-main .swiper-wrapper-event .events-page.swiper-slide {
    position: relative;
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
  .swiper-event-multiple-main .swiper-wrapper-event .events-page.swiper-slide::after {
    content: "";
    position: absolute;
    width: 0.1em;
    height: calc(100% + 60px);
    background: #ddd;
    right: -24px;
    top: 0;
  }
  .swiper-event-multiple-main .swiper-wrapper-event .events-page.swiper-slide::before {
    content: "";
    position: absolute;
    width: calc(100% + 48px);
    height: 0.1em;
    background: #ddd;
    left: 0;
    bottom: -24px;
  }
  .swiper-event-multiple-main .swiper-wrapper-event .events-page.swiper-slide:last-of-type {
    margin-right: 0 !important;
  }

  .event-page .load-more-btn {
    display: none;
  }
}
.whitepaper-page {
  margin-bottom: 3.2em;
}
.whitepaper-page .form-wrapper .form input,
.whitepaper-page .form-wrapper .form select {
  margin-bottom: 1.25em;
  color: #151529;
}
.whitepaper-page .form-wrapper .form input::placeholder,
.whitepaper-page .form-wrapper .form select::placeholder {
  color: #151529;
}
.whitepaper-page .form-wrapper .form .custom-select:hover {
  border-color: #dbdbdb;
}
.whitepaper-page .form-wrapper .form .select-items {
  max-height: 26em;
}
.whitepaper-page .g-recaptcha {
  margin-bottom: 0.75em;
}
.whitepaper-page #newsletterForm.form button[type=submit] {
  width: 100%;
  margin-bottom: 0.75em;
}

.whitepaper-header {
  max-width: 79em;
  margin: 0 auto;
  margin-top: 1.6em;
  margin-bottom: 2.4em;
  padding-bottom: 1.2em;
  border-bottom: 0.1em solid #dbdbdb;
}
.whitepaper-header .breadcrumbs-container {
  display: flex;
  align-items: center;
  margin-bottom: 1.2em;
}
.whitepaper-header .breadcrumbs-container .date {
  position: relative;
  display: flex;
  align-items: center;
}
.whitepaper-header .breadcrumbs-container .date:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  margin: 0 0.8em;
  background: #dbdbdb;
}
.whitepaper-header .breadcrumbs-container .date span {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
  color: #626262;
}
.whitepaper-header__content {
  display: flex;
  flex-direction: column;
}
.whitepaper-header__content .whitepaper-header__title {
  font-size: 3.2em;
  line-height: 1.25em;
  margin-bottom: 0.375em;
  padding-bottom: 0;
}
.whitepaper-header__content .whitepaper-header__excerpt {
  font: 2.2em/1.33333em atlas, "Helvetica Neue", helvetica, sans-serif;
  color: #151529;
}
.whitepaper-header__content .whitepaper-header__excerpt p {
  font-size: 1em;
}
.whitepaper-header__content .whitepaper-header__excerpt p:last-child {
  margin-bottom: 0;
}
.whitepaper-header__content .whitepaper-header__excerpt ul {
  font-size: 1em;
  margin-top: 1em;
}
.whitepaper-header__content .whitepaper-header__excerpt:last-child {
  margin-bottom: 0;
}
.whitepaper-header__content .whitepaper-header__excerpt--snippet {
  font: 2.2em/1.33333em atlas, "Helvetica Neue", helvetica, sans-serif;
  color: #151529;
  margin: 0;
}
.whitepaper-header__content .whitepaper-header__author {
  font-size: 1em;
  line-height: 1.6em;
  color: #373997;
  margin-bottom: 1.2em;
}
.whitepaper-header__content .whitepaper-header__author a {
  color: #373997;
}
.whitepaper-header__content .read-more {
  color: #373997;
  margin-top: 1.5em;
  display: block;
  font-size: 1.4em;
}
.whitepaper-header__content .read-more:after {
  content: "";
  background: url("/assets/img/icon_arrow_purple.png") no-repeat;
  background-size: cover;
  transform: rotate(90deg);
  width: 1em;
  height: 1em;
  display: inline-block;
  margin: 0em 0 0 0.6em;
  position: relative;
  top: 0.3em;
}
.whitepaper-header__content .read-more.read-less:after {
  transform: rotate(-90deg);
}
.whitepaper-header__content .read-more.hidden {
  display: none;
}
@media only screen and (min-width: 62em) {
  .whitepaper-header {
    padding-bottom: 2em;
    margin-bottom: 3.2em;
  }
  .whitepaper-header__content .whitepaper-header__title {
    font-size: 4.8em;
    line-height: 1.083333em;
    margin-bottom: 0.25em;
  }
  .whitepaper-header__content .whitepaper-header__author {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-bottom: 0.75em;
  }
}

.whitepaper-content {
  max-width: 79em;
  margin: 0 auto;
}
.whitepaper-content .main-content {
  max-width: 73em;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
}
.whitepaper-content .main-content .successMsg {
  position: absolute;
  left: 0;
}
@media (min-width: 992px) {
  .whitepaper-content .main-content .successMsg {
    left: 24%;
    font-size: 1.6em;
  }
}
.whitepaper-content .main-content .img-container {
  display: none;
}
.whitepaper-content .main-content .form-wrapper {
  width: 100%;
  max-width: 55em;
  margin: 0 auto;
}
@media only screen and (min-width: 62em) {
  .whitepaper-content .main-content {
    flex-direction: row;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
  }
  .whitepaper-content .main-content .img-container {
    display: block;
    position: relative;
    max-width: 13em;
    width: 100%;
    height: fit-content;
    margin-right: 5em;
  }
  .whitepaper-content .main-content .img-container figure {
    position: relative;
    width: 100%;
    background: url(/assets/img/whitepaper_cover.jpg) no-repeat;
    background-size: cover;
    height: 19em;
  }
}

.form-wrapper {
  width: 100%;
}
.form-wrapper .form {
  display: flex;
  flex-direction: column;
  font-size: 10px;
}
.form-wrapper .form .details {
  font-size: 1.8em;
  line-height: 1.333333em;
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
  color: #151529;
}
.form-wrapper .form .form-group {
  display: flex;
  flex-direction: column;
  position: relative;
}
.form-wrapper .form .form-group label:not(.check-box, .top-label) {
  order: -1;
  font-size: 1.2em;
  line-height: 1.333333em;
  top: -1.45em;
  color: #000;
  display: none;
  position: absolute;
}
.form-wrapper .form .form-group label.placeholder-label {
  display: none;
}
.form-wrapper .form .form-group input:focus + label.placeholder-label {
  display: block;
}
.form-wrapper .form .form-group .message {
  font-size: 1.2em;
  line-height: 1.333333em;
  bottom: -1.45em;
  color: #eb0000;
  display: none;
  position: absolute;
}
.form-wrapper .form .form-group.error .message {
  display: block;
}
.form-wrapper .form .form-group.error input,
.form-wrapper .form .form-group.error select,
.form-wrapper .form .form-group.error .custom-select {
  border-color: #eb0000;
}
.form-wrapper .form .form-group.error label {
  color: #eb0000;
}
.form-wrapper .form .form-group small {
  display: block;
  margin-top: 0.4em;
  font-size: 1.2em;
  color: #eb0000;
}
.form-wrapper .form input,
.form-wrapper .form select {
  width: 100%;
  font-size: 1.6em;
  line-height: 1.5em;
  padding: 0.444444em 0.666666em;
  border: 0.1em solid #dbdbdb;
  color: #151529;
  margin-bottom: var(--text-spacing);
}
.form-wrapper .form input::placeholder,
.form-wrapper .form select::placeholder {
  color: #151529;
}
.form-wrapper .form input::-webkit-outer-spin-button, .form-wrapper .form input::-webkit-inner-spin-button,
.form-wrapper .form select::-webkit-outer-spin-button,
.form-wrapper .form select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-wrapper .form input[type=number],
.form-wrapper .form select[type=number] {
  -moz-appearance: textfield;
  height: auto;
  background-image: none;
}
.form-wrapper .form input.input-light,
.form-wrapper .form select.input-light {
  border-color: #ffffff;
  color: #ffffff;
}
.form-wrapper .form input.input-light::placeholder,
.form-wrapper .form select.input-light::placeholder {
  color: #ffffff;
}
.form-wrapper .form input:focus::-webkit-input-placeholder,
.form-wrapper .form select:focus::-webkit-input-placeholder {
  opacity: 0;
  color: transparent;
}
.form-wrapper .form input:focus::-moz-placeholder,
.form-wrapper .form select:focus::-moz-placeholder {
  opacity: 0;
  color: transparent;
}
.form-wrapper .form input:focus:-ms-input-placeholder,
.form-wrapper .form select:focus:-ms-input-placeholder {
  opacity: 0;
  color: transparent;
}
.form-wrapper .form input:focus:-moz-placeholder,
.form-wrapper .form select:focus:-moz-placeholder {
  opacity: 0;
  color: transparent;
}
.form-wrapper .form input:focus + label,
.form-wrapper .form select:focus + label {
  display: block;
}
.form-wrapper .form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-bottom: 0;
}
.form-wrapper .form select::-ms-expand {
  display: none;
}
.form-wrapper .form textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  resize: none;
  padding: 0.375em 0.75em;
  color: #151529;
}
.form-wrapper .form input[type=checkbox] {
  display: inline-block;
  width: 0;
  height: 0;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  cursor: pointer;
}
.form-wrapper .form input[type=checkbox]#checkGdpr {
  border: 0 !important;
}
.form-wrapper .form input[type=checkbox] + p {
  margin-bottom: 0.65em;
  max-width: 40em;
}
.form-wrapper .form input[type=checkbox]::after {
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  position: absolute;
  z-index: 10;
}
.form-wrapper .form input[type=checkbox]:checked::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #12418d;
  border: 1px solid #000;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
}
.form-wrapper .form input[type=checkbox]:checked::before {
  content: "";
  width: 5px;
  height: 10px;
  border: solid #faf6f4;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  z-index: 13;
  left: 8px;
  top: 2px;
}
.form-wrapper .form .consent-text {
  font-size: 1.2em;
  line-height: 1.333333em;
  margin-left: 0;
  margin-top: 0.3em;
}
.form-wrapper .form input + .consent-text {
  margin-left: 2.666666em;
}
.form-wrapper .form .g-recaptcha {
  margin-bottom: 2.2em;
}
@media only screen and (min-width: 62em) {
  .form-wrapper .form .details {
    font-size: 2.4em;
    line-height: 1.166666em;
  }
}

.placeholder-text-white::placeholder {
  color: #ffffff;
}

#newsletterForm button.disabled {
  background-color: #dbdbdb;
}
#newsletterForm button.disabled:hover, #newsletterForm button.disabled:focus {
  background-color: #dbdbdb;
  opacity: 1;
  margin-top: 0.5em;
}
#newsletterForm .select-items {
  padding-right: 0;
  width: calc(100% + 0.2em);
  overflow-x: hidden;
  overflow-y: scroll;
  left: -0.1em;
}
#newsletterForm.form .button {
  width: auto;
  margin-top: 0.5em;
}

.enquiry-form-show_2 p {
  font-size: 1.2em;
}

@media only screen and (min-width: 992px) {
  .whitepaper-page .form-wrapper .form input,
.whitepaper-page .form-wrapper .form select {
    margin-bottom: 1.5em;
  }

  .form-wrapper .form .details {
    text-align: left;
  }
}
.newsletter-wrapper .article-grid .grid-x {
  margin: 0;
}
.newsletter-wrapper .article-grid .grid-x.tag-box-big {
  margin: 0 -1.1em;
}
@media (min-width: 992px) {
  .newsletter-wrapper .article-grid .grid-x.tag-box-big {
    margin: 0 -2.2em;
  }
}
.newsletter-wrapper .article-grid .grid-x header.header-alt h2 {
  font-size: var(--fs-sub-heading);
}

.page-template-nsmg-newsletter-settings .newsletter-wrapper {
  padding-bottom: 20em;
}

.tag-box-item {
  display: inline-block;
  font-size: 1.4em;
  line-height: 2em;
  padding: 0.2em 0.9em;
  border: 1px solid #373997;
  border-radius: 0.5em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  -o-border-radius: 0.2em;
  margin: 0 0.3em 0.7em 0;
}
.tag-box .tag-box-item:last-of-type {
  margin-bottom: 0;
}
.tag-box-big {
  margin: 0 -1.2em;
}
.tag-box-big > .small-6 {
  width: calc(50% - 2.4em);
  margin: 0 1.2em;
  margin-top: 1.2em;
  position: relative;
}
.tag-box-big figure {
  display: block;
  width: 100%;
  background-color: #f3f3f1;
  position: relative;
  text-align: center;
  padding: 3em 0 2em;
}
.tag-box-big figure img {
  height: 4em;
  object-fit: contain;
}
.tag-box-big .category a {
  display: block;
  font-size: 1.2em;
  color: #151529;
  margin-top: 0.7em;
  font-weight: 500;
}
.tag-box-big .small-6 > h3 {
  font-size: var(--fs-md);
}
.tag-box-big .small-6 > h3 + p {
  font-size: 1.4em;
  margin-top: 0.3em;
}
.tag-box-big-add {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  height: 3em;
  width: 3em;
}
@media (min-width: 992px) {
  .tag-box-big.grid-x {
    margin: 0 -4.8em;
  }
  .tag-box-big > .small-6 {
    width: calc(25% - 4.8em);
    margin: 0 2.4em;
  }
  .tag-box-big > .small-6:nth-child(1n+5) {
    margin-top: 3.2em;
  }
  .tag-box-big > .small-6 h3 {
    margin-top: 0.75em;
  }
  .tag-box-big .category a {
    margin-top: 1em;
  }
  .tag-box-big figure {
    aspect-ratio: 16/7;
  }
  .tag-box-big figure img {
    height: 7.5em;
  }
  .tag-box-wrapper .header-alt {
    margin-top: 3.2em;
  }
}

.g-recaptcha {
  margin-top: 0.5em;
}

.newsletter-signup__email-container--article {
  display: flex;
}

.form-wrapper #newsletterForm .form-group {
  margin-bottom: 2.7em;
}
.form-wrapper #newsletterForm .form-group:first-child {
  display: block;
}
.form-wrapper #newsletterForm .form-group input:focus ~ .floating-label,
.form-wrapper #newsletterForm .form-group input:valid ~ .floating-label {
  top: -1.4em;
}

@media (max-width: 540px) {
  main .modal-full.open {
    top: calc(100vh - 25em);
  }
}
.modal-full.open.expanded .form-wrapper #newsletterForm .form-group {
  display: block;
}

.view-more-newsletters {
  margin-top: 4em;
  margin-bottom: 6em;
}

.article-grid header.network-header {
  margin-top: 6em;
}
.article-grid header.network-header h2 {
  font-size: 2em;
}
@media (min-width: 992px) {
  .article-grid header.network-header h2 {
    font-size: 3.2em;
  }
}

.modal {
  position: fixed;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}
.modal .grid-container {
  max-width: 60em;
  overflow-y: scroll;
  position: absolute;
  padding-bottom: 2em;
}
.modal.open {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.modal-selected {
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
  bottom: 0;
  background-color: #27274c;
  padding: 3.2em 1.6em 0.5em;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}
.modal-selected-box {
  max-width: 88em;
  margin: 0 auto;
}
.modal-selected input,
.modal-selected p {
  color: #ffffff;
}

.modal-full {
  top: 0;
  min-height: 100%;
  z-index: 2;
  background-color: #ffffff;
  padding: 3.2em 0;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}
.modal-full .form-wrapper p {
  margin-bottom: 1.25em;
}
.modal-full .form-wrapper h6 {
  margin-bottom: 0.4em;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0.6em;
  color: #ffffff;
  font-size: 3.5em;
  cursor: pointer;
}
.modal-close-arrow {
  position: absolute;
  right: 2em;
  top: 2em;
  cursor: pointer;
  z-index: 20;
}
.modal-close-arrow::after {
  content: "∟";
  position: absolute;
  left: 110%;
  top: -0.15em;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-overlay.closed {
  display: none;
}

#successs-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}
#successs-modal.open {
  display: flex;
}
#successs-modal .successs-modal-body {
  background-color: #ffffff;
  text-align: center;
  padding: 2.4em;
}
#successs-modal img {
  height: 1.83em;
  width: auto;
}
#successs-modal button {
  margin-top: 0.2em;
  margin-bottom: 0;
}
#successs-modal h2 {
  font-size: 2.4em;
  margin-top: 0.5em;
}
#successs-modal p {
  font-size: 1.6em;
  color: #464646;
  margin-top: 0.55em;
}

.list-3-2 {
  border-bottom: solid 1px #ddd;
}
.list-3-2-blocks {
  border-right: 1px solid #ddd;
  padding-right: 2.4em;
  height: 100%;
}
.list-3-2 .large-4 {
  width: 50%;
  padding: 2em 0;
  border-bottom: solid 1px #ddd;
  margin-bottom: -1px;
}
.list-3-2 .large-4:nth-child(2n) {
  padding-left: 2.4em;
  padding-right: 0;
}
.list-3-2 .large-4:nth-child(2n) .list-3-2-blocks {
  border-right: 0;
}
.list-3-2 .avatar {
  flex-direction: column;
}
.list-3-2 .avatar figure {
  max-width: 12.5em;
  max-height: 12.5em;
  margin-right: auto;
  margin-left: auto;
}
.list-3-2 .avatar h3 + p {
  margin-top: 0.5em;
  color: #626262;
}

@media (min-width: 48em) {
  .modal.open {
    overflow: hidden;
  }
  .modal .grid-container {
    position: relative;
    overflow: hidden;
  }
}
/* lgp table */
.lgp-table {
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 400;
  border: 1px solid #151529;
  border-collapse: collapse;
}
.lgp-table th,
.lgp-table td {
  text-align: left;
  padding: 12px 0 12px 8px;
  border-collapse: collapse;
}
.lgp-table-head {
  color: #ffffff;
  background-color: #151529;
}
.lgp-table-head th {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 16px;
  border: 1px solid #151529;
}
.lgp-table-row td {
  display: table-cell;
  font-size: 1.5em;
  line-height: 16px;
  color: #151529;
  border-color: #151529;
}

.tag-box-item,
.tag-box #tag-box-button {
  display: inline-block;
  position: relative;
  font-size: 1.4em;
  line-height: 2em;
  padding: 0.05em 0.9em 0.1em;
  border: 1px solid #373997;
  border-radius: 0.5em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  -o-border-radius: 0.2em;
  margin: 0 0.6em 0.7em 0;
  width: auto;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.tag-box .dot-divider {
  font-size: 42px;
  position: relative;
  top: 9px;
}
.tag-box-item.hiden {
  position: fixed;
  left: -999em;
  visibility: hidden;
  opacity: 0;
}
.tag-box .tag-box-item:last-of-type {
  margin-bottom: 0;
}
.tag-box-big {
  margin: 0 -1.2em;
}
.tag-box-big > .small-6 {
  width: calc(50% - 2.4em);
  margin: 0 1.2em;
  margin-top: 1.2em;
  position: relative;
}
.tag-box-big figure {
  display: block;
  width: 100%;
  background-color: #f3f3f1;
  position: relative;
  text-align: center;
  padding: 3em 0 2em;
}
.tag-box-big figure img {
  height: 4.1em;
  object-fit: contain;
}
.tag-box-big .category a {
  display: block;
  font-size: 1.2em;
  color: #151529;
  margin: 0.7em 0;
  font-weight: 500;
}
.tag-box-big .small-6 > h3 {
  font-size: var(--fs-md);
}
.tag-box-big .small-6 > h3 + p {
  font-size: 1.4em;
  margin-top: 0.2em;
}
.tag-box-big-add {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  height: 100%;
  width: 100%;
}
.tag-box-big-add label {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 992px) {
  .tag-box-big.grid-x {
    margin: 0 -4.8em;
  }
  .tag-box-big > .small-6 {
    width: calc(25% - 4.8em);
    margin: 0 2.4em;
  }
  .tag-box-big > .small-6:nth-child(1n+5) {
    margin-top: 3.2em;
  }
  .tag-box-big > .small-6 h3 {
    margin-top: 0.45em;
  }
  .tag-box-big .category a {
    margin-top: 1em;
  }
  .tag-box-big figure {
    aspect-ratio: 16/7;
  }
  .tag-box-big figure img {
    height: 7.5em;
  }
  .tag-box-wrapper .header-alt {
    margin-top: 3.2em;
  }
  .tag-box h6 {
    font-size: 1em;
    text-transform: uppercase;
    color: #373997;
    margin-bottom: 1.6em;
  }
}
.tag-box .capital-sign h4 {
  font-size: 2em;
  margin: 0 0 0.67em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.67em;
}
@media (min-width: 992px) {
  .tag-box .capital-sign h4 {
    font-size: 2.4em;
  }
}
.tag-box .capital-sign #tag-box-button {
  margin-left: 1.2em;
  position: relative;
}
.tag-box .capital-sign #tag-box-button:before {
  content: "•";
  position: absolute;
  left: -1.2em;
  top: 50%;
  height: 0.1em;
  align-items: center;
  display: flex;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.avatar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.avatar figure {
  width: 100%;
  height: 100%;
  max-width: 4.8em;
  max-height: 4.8em;
  margin-bottom: 1.6em;
  margin-right: 2em;
}
.avatar figure img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.avatar h3 {
  margin-bottom: 0.43em;
}
.avatar h6 {
  font-size: 1em;
  text-transform: uppercase;
  color: #373997;
  margin-bottom: 1.6em;
}

.capital-sign h4 {
  font-size: var(--fs-md);
  margin: 0 0 0.67em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.67em;
}

.inline-filters .c-select-custom-dropdown {
  height: 100%;
}
.inline-filters .custom-select {
  border: 1px solid #ddd;
  height: 3.6em;
  padding: 0;
  margin-top: 1em;
}
@media (min-width: 992px) {
  .inline-filters .custom-select {
    height: 100%;
    padding: 0 0 0 1.5em;
    border-left: 0;
    margin-top: 0;
  }
}
.inline-filters .select-selected {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.15em;
  color: #000;
  padding-left: 1em;
}
.inline-filters .select-selected:after {
  right: 0.8em;
}
.inline-filters .c-filters-bar .cell {
  border-right: 0;
}
.inline-filters .c-nav-search-content__form {
  margin-right: 0;
  max-width: none;
  padding-right: 0;
  position: relative;
  display: flex;
}
.inline-filters .c-nav-search-content__form input {
  padding: 0 0 0 1.5em;
  border: 0;
  height: 2.3em;
  border: 1px solid #ddd;
  margin-right: 0.75em;
  font-size: 1.6em;
}
.inline-filters .c-select {
  margin-bottom: 0;
}
.inline-filters .c-select__arrow {
  width: 1.3em;
  top: 50%;
  right: 1.5em;
  transform: translateY -50%;
  -webkit-transform: translateY -50%;
  -moz-transform: translateY -50%;
  -ms-transform: translateY -50%;
  -o-transform: translateY -50%;
}
.inline-filters .c-search__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 1.5em;
  right: 2.8em;
}
.inline-filters .c-search__button svg {
  width: 1.2em;
}

.btn-mobile-filters {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  background-color: #373997;
  cursor: pointer;
}
.btn-mobile-filters:after {
  content: url("./../images/icons/filter-mobile.png");
  width: 3em;
  height: 2.3em;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.button.apply-filters {
  display: block;
  margin: 0 auto;
  padding-left: 3.5em;
  position: relative;
}
.button.apply-filters:after {
  content: url("./../images/icons/filter-mobile.png");
  position: absolute;
  left: 1em;
  height: 100%;
  top: 0.4em;
}

@media (min-width: 992px) {
  .avatar {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .avatar figure {
    margin-right: 0;
    max-width: 15em;
    max-height: 15em;
  }
  .avatar h6 {
    font-size: 1.3em;
    margin-bottom: 0;
    font-weight: 400;
  }

  #successs-modal .successs-modal-body {
    padding: 4.8em;
  }
  #successs-modal h2 {
    font-size: 4.8em;
  }
  #successs-modal p {
    font-size: 2.2em;
  }

  .capital-sign h4 {
    margin: 1.78em 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.67em;
  }

  .inline-filters .c-nav-search-content__form {
    padding: 0;
    height: 100%;
  }
  .inline-filters .c-nav-search-content__form input {
    margin: 0;
    height: 4em;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .inline-filters .c-nav-search-content__form input {
    height: 3.5em;
  }
}
@media (min-width: 992px) {
  .inline-filters .c-search__button {
    right: 0;
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  .btn-mobile-filters {
    display: none;
  }
}
@media (min-width: 992px) {
  .list-3-2 .cell.large-4 {
    width: 33.33%;
    padding: 3.2em 0;
    border-right: 0;
  }
  .list-3-2 .cell.large-4 .list-3-2-blocks {
    padding: 0 2.4em;
    border-right: 1px solid #ddd;
  }
  .list-3-2 .cell.large-4:nth-child(3n) .list-3-2-blocks {
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .article-grid header + .list-3-2 {
    margin-top: -3.2em;
  }
}
.scrollTopBtn {
  position: fixed;
  right: 8px;
  bottom: 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 992px) {
  .scrollTopBtn {
    right: 32px;
    bottom: 32px;
  }
}
.scrollTopBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: solid 1px #373997;
  background: white;
  transition: all 0.3s ease-in-out;
}
.scrollTopBtn a img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  transform: rotate(-90deg);
}
.scrollTopBtn a img.white {
  display: none;
  transform: rotate(180deg);
}
.scrollTopBtn.show {
  opacity: 1;
}
.scrollTopBtn.show a:hover {
  background: #373997;
  box-shadow: 0 0.2em 0.4em 0 rgba(0, 0, 0, 0.1);
}
.scrollTopBtn.show a:hover img.white {
  display: block;
}
.scrollTopBtn.show a:active {
  background: #27274c;
}

div.chartdiv {
  position: relative;
}
div.chartdiv:after {
  background: url("../../images/globaldata-logo.webp");
  background-repeat: no-repeat;
  background-position: 80%;
  position: absolute;
  content: " ";
  right: 40%;
  min-width: 158px;
  top: 40%;
  height: 3em;
  opacity: 0.3;
}

.modal {
  position: fixed;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}
.modal .grid-container {
  max-width: 60em;
  padding: 0 1.6em 2em;
}
.modal.open {
  visibility: visible;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.size-testing-square {
  background: blue;
  color: white;
  font-size: 0.8em;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
}

.scroll-testing-square {
  background: green;
  color: white;
  font-size: 0.8em;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  padding: 0 1rem;
}

.modal-selected {
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
  bottom: -200vh;
  background-color: #27274c;
  padding: 3.2em 1.6em 0.5em;
  visibility: hidden;
  z-index: -100;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.modal-selected.open {
  bottom: 0;
}
.modal-selected-box {
  max-width: 88em;
  margin: 0 auto;
}
.modal-selected input,
.modal-selected p {
  color: #ffffff;
}

.modal-full {
  top: 999em;
  min-height: 100vh;
  z-index: 99;
  background-color: #27274c;
  padding: 4.5em 0 3.2em;
  overflow: hidden;
  visibility: hidden;
  z-index: -100;
  transition: all 3s ease-in-out;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
}
.modal-full.open {
  visibility: visible;
  top: calc(100vh - 15.5em);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.modal-full.open p,
.modal-full.open h6 {
  color: #ffffff;
}
.modal-full.open h6 {
  display: none;
}
.modal-full.open input {
  border-color: #ffffff;
  background-color: #ffffff;
}
.modal-full.open input::placeholder {
  color: #626262;
}
.modal-full.open.expanded {
  top: 0;
  bottom: 0;
  min-height: 100vh;
  height: 100vh;
  overflow-y: scroll;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index: 99999;
}
.modal-full.open.expanded #newsletterForm {
  padding-top: 1.6em;
}
.modal-full.open.expanded #newsletterForm .custom-select {
  margin-bottom: 0;
}
.modal-full.open.expanded .modal-close-arrow {
  top: 2.8em;
}
.modal-full.open.expanded p,
.modal-full.open.expanded h6 {
  display: block;
  color: #151529;
}
.modal-full.open.expanded input {
  border-color: #dbdbdb;
}
.modal-full.open.expanded input:hover {
  border-color: #27274c;
}
.modal-full.open.expanded input::placeholder {
  color: #626262;
}
.modal-full.open.expanded input:focus,
.modal-full.open.expanded input:hover,
.modal-full.open.expanded .custom-select:focus,
.modal-full.open.expanded .custom-select:focus-visible {
  outline: none;
  border-color: #373997;
}
.modal-full.open.expanded .custom-select:focus-visible > .select-items.select-hide {
  display: block;
}
.modal-full.open.expanded .custom-select:hover {
  border-color: #dbdbdb;
}
.modal-full .form-wrapper p {
  margin-bottom: 1.25em;
}
.modal-full .form-wrapper h6 {
  margin-bottom: 0.4em;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0.6em;
  color: #ffffff;
  font-size: 3.5em;
  cursor: pointer;
}
.modal-close-arrow {
  position: absolute;
  right: 2em;
  top: 1em;
  cursor: pointer;
  z-index: 20;
  height: 2em;
  width: 2em;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
}
.modal-close-arrow::after {
  content: "×";
  font-size: 1.8em;
  position: absolute;
  left: 110%;
  left: 0;
  top: 0;
  text-indent: 0;
}
.modal-close-arrow.close-expanded::after {
  content: "∟";
  font-size: 1em;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.modal-close-arrow.close-expanded::before {
  content: "close";
  position: absolute;
  z-index: 1;
  right: 0.2em;
  top: 0;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-overlay.closed {
  display: none;
}

@media (min-width: 48em) {
  .modal.open {
    overflow: hidden;
  }
  .modal .grid-container {
    position: relative;
    overflow: hidden;
  }
}
.events {
  padding: 0 2rem;
}
.events header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.events .grid-x article .category {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 500;
  color: #373997;
  margin-bottom: 0.4em;
}
.events .grid-x article h3 {
  line-height: 2.4em;
}
.events .grid-x article h3 a {
  color: #151529;
}

.event-page .article-grid > .grid-x {
  margin: 0 var(--edge-spacing-s-adjust);
}
@media (min-width: 992px) {
  .event-page .article-grid > .grid-x {
    margin: 0 var(--edge-spacing-adjust);
  }
}
.event-page .event-section {
  margin-bottom: 2em;
}
.event-page .event-section .load-more-btn {
  margin-bottom: 0;
}
.event-page .event-section.article-grid header {
  margin-bottom: 2.4em;
}
.event-page .event-section.article-grid .events-page .events-page-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  .event-page .event-section.article-grid .events-page .events-page-card figure {
    height: 16em;
  }
}
.event-page .event-section.article-grid .events-page .events-page-card--byline {
  font-size: 1.6em;
  line-height: 1.5em;
  padding-top: 0.75em;
  border-top: 1px solid #dbdbdb;
}
.event-page .event-section.article-grid .grid-x article:last-of-type {
  border-bottom: none;
}
.event-page .events-page {
  position: relative;
  margin-bottom: 1.6em;
}
@media only screen and (min-width: 62em) {
  .event-page .events-page {
    margin-bottom: 4em;
  }
  .event-page .events-page:nth-of-type(4n + 4) {
    border-right: none;
  }
  .event-page .events-page:nth-of-type(4n + 5):before {
    content: "";
    position: absolute;
    width: 400%;
    height: 0.1em;
    background: #dddddd;
    top: -2em;
    left: 0em;
  }
}
div .event-page .events-page--category-text {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.6em;
  color: #151529;
}
.event-page .events-page-card {
  background-color: #f3f3f1;
  padding: 1.2em 1em 1.8em !important;
}
.event-page .events-page-card figure {
  margin-bottom: 1.4em;
  width: 100%;
}
.event-page .events-page-card figure img {
  margin-bottom: 0;
}
.event-page .events-page-card--byline {
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.4em;
  color: #151529;
}
.event-page .events-page--meta-items {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 1.6em;
  margin-bottom: 1em;
}
.event-page .events-page--meta-items .events-page--date span {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.1em;
}
.event-page .events-page--meta-items .events-page--tickets {
  margin-left: auto;
}
.event-page .events-page--meta-items .events-page--tickets span {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2em;
  color: #151529;
}
.event-page .events-page h3, .event-page .events-page--heading {
  padding-bottom: 0.8em;
}
.event-page .events-page p, .event-page .events-page--paragraph {
  font-size: 1.2em;
  color: #151529;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 62em) {
  .event-page .events-page p, .event-page .events-page--paragraph {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 62em) {
  .event-page .events-page--paragraph {
    font-size: 1.6em;
  }
}
.event-page .load-more-btn {
  margin-top: 1em;
  margin-bottom: 1em;
}
.event-page .load-more-btn button {
  margin: 0;
}
.event-page .swiper-event-main {
  border-bottom: none;
}

.swiper-event-main .event-page--controls,
.swiper-event-multiple-main .event-page--controls {
  margin-top: 3.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.swiper-event-main .event-page--controls .swiper-pagination,
.swiper-event-multiple-main .event-page--controls .swiper-pagination {
  width: fit-content;
  position: relative;
  margin: 0 1.111111em;
  font-size: 1.8em;
  line-height: 1.777777em;
}
.swiper-event-main .event-page--controls .swiper-pagination span,
.swiper-event-multiple-main .event-page--controls .swiper-pagination span {
  color: #626262;
}
.swiper-event-main .event-page--controls .swiper-pagination span.current,
.swiper-event-multiple-main .event-page--controls .swiper-pagination span.current {
  font-weight: 500;
  color: #27274c;
}
.swiper-event-main .event-page--controls .swiper-button-prev,
.swiper-event-main .event-page--controls .swiper-button-next,
.swiper-event-multiple-main .event-page--controls .swiper-button-prev,
.swiper-event-multiple-main .event-page--controls .swiper-button-next {
  position: relative;
  top: 0;
  color: #252524;
  font-weight: 800;
  width: 0.8em;
  height: 1.6em;
  right: 0;
  left: 0;
}
.swiper-event-main .event-page--controls .swiper-button-prev:after,
.swiper-event-main .event-page--controls .swiper-button-next:after,
.swiper-event-multiple-main .event-page--controls .swiper-button-prev:after,
.swiper-event-multiple-main .event-page--controls .swiper-button-next:after {
  font-size: 1em;
}
.swiper-event-main .event-page--controls .swiper-button-prev.swiper-button-disabled,
.swiper-event-main .event-page--controls .swiper-button-next.swiper-button-disabled,
.swiper-event-multiple-main .event-page--controls .swiper-button-prev.swiper-button-disabled,
.swiper-event-multiple-main .event-page--controls .swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper-event-main .event-page--controls .swiper-pagination.swiper-pagination-bullets,
.swiper-event-multiple-main .event-page--controls .swiper-pagination.swiper-pagination-bullets {
  width: fit-content;
  position: relative;
  margin: 0 1.8em;
  display: flex;
}
.swiper-event-main .event-page--controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-event-multiple-main .event-page--controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.67em;
  font-size: 0.67em;
  height: 1.67em;
  border-radius: 0.1em;
  margin-left: 0;
  margin-right: 0.8em;
  background: transparent;
  opacity: 1;
  color: #27274c;
}
.swiper-event-main .event-page--controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child,
.swiper-event-multiple-main .event-page--controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-event-main .event-page--controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-event-multiple-main .event-page--controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #27274c;
  color: #ffffff;
}
.swiper-event-main .swiper-wrapper,
.swiper-event-main .swiper-wrapper-event,
.swiper-event-multiple-main .swiper-wrapper,
.swiper-event-multiple-main .swiper-wrapper-event {
  flex-wrap: nowrap;
}
.swiper-event-main .swiper-wrapper-event,
.swiper-event-multiple-main .swiper-wrapper-event {
  flex-direction: row !important;
}
.swiper-event-main .swiper-wrapper-event .events-page.swiper-slide,
.swiper-event-multiple-main .swiper-wrapper-event .events-page.swiper-slide {
  position: relative;
  padding: 0;
  border: none;
}
.swiper-event-main .swiper-wrapper-event .events-page.swiper-slide::after,
.swiper-event-multiple-main .swiper-wrapper-event .events-page.swiper-slide::after {
  content: "";
  position: absolute;
  width: 0.1em;
  height: 100%;
  background: #ddd;
  right: -2.75em;
  top: 0;
}

@media (max-width: 1024px) {
  .swiper-event-main .swiper-wrapper,
.swiper-event-main .swiper-wrapper-event,
.swiper-event-multiple-main .swiper-wrapper,
.swiper-event-multiple-main .swiper-wrapper-event {
    flex-wrap: wrap;
  }
  .swiper-event-main .swiper-wrapper-event,
.swiper-event-multiple-main .swiper-wrapper-event {
    flex-direction: column !important;
  }
  .swiper-event-main .event-page--controls,
.swiper-event-multiple-main .event-page--controls {
    display: none;
  }
}
@media (min-width: 1024px) {
  .swiper-event-multiple-main {
    border-bottom: none;
  }
  .swiper-event-multiple-main .swiper-wrapper-event {
    margin: 0 !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.222em;
    overflow: hidden;
  }
  .swiper-event-multiple-main .swiper-wrapper-event .events-page.swiper-slide {
    position: relative;
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
  .swiper-event-multiple-main .swiper-wrapper-event .events-page.swiper-slide::after {
    content: "";
    position: absolute;
    width: 0.1em;
    height: calc(100% + 60px);
    background: #ddd;
    right: -24px;
    top: 0;
  }
  .swiper-event-multiple-main .swiper-wrapper-event .events-page.swiper-slide::before {
    content: "";
    position: absolute;
    width: calc(100% + 48px);
    height: 0.1em;
    background: #ddd;
    left: 0;
    bottom: -24px;
  }
  .swiper-event-multiple-main .swiper-wrapper-event .events-page.swiper-slide:last-of-type {
    margin-right: 0 !important;
  }

  .event-page .load-more-btn {
    display: none;
  }
}
.article-grid-x .article-list > article.feature {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 1px solid #ddd;
}
.article-grid-x .article-list > article.feature .article-list-item h3 {
  font-size: var(--fs-const-md);
}
.article-grid-x .article-list > article.feature .article-list-item p {
  font-size: var(--fs-const-sm);
}
.article-grid-x .article-list figure {
  width: 100%;
  margin-top: 1.2em;
}
.article-grid-x .article-list figure img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.article-grid-x .article-list + .grid-x .button.primary {
  margin: 0.8em 0 2.5em;
}

.search-pages div h1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
@media only screen and (min-width: 62em) {
  .search-pages div h1 {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.search-pages .feature .articles figure a {
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.search-pages .feature .articles figure a img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.search-pages .feature .articles figure {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.search-pages .feature .articles figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.search-pages .feature .articles figure > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.search-pages .res_info_wraper {
  padding-top: 0.86em;
}
.search-pages #load-more-archives {
  margin-bottom: 0.6em;
}

.seacrh_info_wraper {
  display: flex;
  align-items: baseline;
  font-size: 1.4em;
  padding-bottom: 0.85em;
  gap: 1.2em;
}
.seacrh_info_wraper .seacrh_info {
  color: #151529;
}
.seacrh_info_wraper .seacrh_info,
.seacrh_info_wraper .search-filter__dropdown {
  font-family: "atlas", sans-serif;
}
.seacrh_info_wraper .seacrh_info .search-filter__dropdown--icon,
.seacrh_info_wraper .search-filter__dropdown .search-filter__dropdown--icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.seacrh_info_wraper .seacrh_info .search-filter__dropdown--icon::after,
.seacrh_info_wraper .search-filter__dropdown .search-filter__dropdown--icon::after {
  content: url("../../assets/images/Up.svg");
  position: absolute;
  right: 0;
  top: 0.2em;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.seacrh_info_wraper .search-filter__dropdown {
  font-weight: 500;
  margin-left: auto;
  display: flex;
  position: relative;
}
.seacrh_info_wraper .search-filter__dropdown .search-filter__dropdown-link {
  font-weight: 500;
  display: inline-block;
  width: auto;
}

@media (min-width: 992px) {
  .article-grid-x .article-list > article.feature {
    flex-direction: row;
    padding-bottom: 1.6em;
    margin-bottom: 1.6em;
  }
  .article-grid-x .article-list > article.feature .article-list-item h3 {
    margin-bottom: 0.4em;
  }
  .article-grid-x .article-list:last-child {
    background-color: #373997;
  }
  .article-grid-x .article-list figure {
    max-width: 31.5em;
    margin-top: 0;
    margin-right: 4.8em;
  }
  .article-grid-x .article-list .button.primary {
    margin: 0;
  }
}
.search-filter-section--mobile {
  display: flex;
  margin-top: 0.25rem;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 62em) {
  .search-filter-section--mobile {
    display: none;
  }
}
.search-filter-section--mobile .search-box-mobile {
  padding-left: 0.8em;
}
.search-filter-section--mobile .search-form-mobile {
  display: flex;
  border: solid 1px #373997;
  position: relative;
  width: 100%;
  height: 3.4em;
}
.search-filter-section--mobile .search-form-mobile .search-submit-mobile {
  margin-left: auto;
}
.search-filter-section--mobile .search-submit-mobile {
  display: inline-block;
  right: 0.2em;
  width: 2em;
  height: 2em;
  top: 0;
  position: absolute;
  background: url(../../assets/img/icon_search.png) no-repeat center;
  background-size: 1.35em;
  text-indent: -5000px;
  overflow: hidden;
  cursor: pointer;
}
.search-filter-section--mobile .search-filters-btn {
  background-color: #373997;
  margin-left: auto;
  padding: 0.4em;
  display: inline-block;
  margin-left: 1.2em;
}
@media only screen and (min-width: 62em) {
  .search-filter-section--mobile .search-filters-btn {
    display: none;
  }
}

.search-page-container .open-filters {
  opacity: 1;
  visibility: visible;
}
.search-page-container .search-filter-btns {
  position: -webkit-sticky;
  position: sticky;
  background-color: #ffffff;
  top: 0;
  padding: 1.2em;
  margin-bottom: 2.4em;
  border-bottom: 1px solid #ddd;
  z-index: 999;
}
.search-page-container .search-filter-btns .search-filter-btn--apply::before {
  content: url("../../assets/images/filter.svg");
  width: 30px;
  position: relative;
  top: 3px;
  z-index: 99999;
}
@media only screen and (min-width: 62em) {
  .search-page-container .search-filter-btns {
    display: none;
    border-bottom: none;
  }
}
.search-page-container .c-search-form {
  margin-top: 1.5rem;
}
.search-page-container .c-search-form p {
  font-family: "atlas", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0;
}
.search-page-container .c-search-form .c-search-filter__dropdown--sub {
  font-size: 1rem;
  padding: 0 rem-calc(16);
  background-color: #ffffff;
}
.search-page-container .c-search-form .c-search-filter__dropdown--sub li a:hover {
  background-color: #ffffff;
}
.search-page-container .c-search-form .c-search-filter__dropdown--sub li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.search-page-container .c-search-form .c-search-filter__dropdown--sub li a {
  padding: rem-calc(14) 0;
}
.search-page-container .c-search-form .c-search-filter__dropdown--sub li a.is-selected {
  font-weight: 600;
}

.button {
  margin-top: 0.75em;
  margin-bottom: 2.5em;
}

.search-filter-btn {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  align-items: center;
  background-color: #373997;
  text-align: center;
  width: 60%;
  padding: 0.62rem 2rem;
  margin: auto;
  color: #ffffff;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 500;
}
.search-filter-container {
  padding: 0 1rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 100000;
  transform: all 0.3s;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.search-filter-container p {
  font-family: "atlas", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
}
.search-filter-container:target {
  opacity: 1;
  visibility: visible;
}
.search-filter-container .custom_filters_clear {
  font-size: 0.87em;
}
.search-filter-container .icon-close::before {
  content: url("../../assets/images/close-red.svg");
  position: relative;
  margin-right: 0.5em;
  display: inline-block;
  top: 4px !important;
}
.search-filter-container .search-filter-results--mobile {
  display: flex;
  margin-top: 1rem;
}
@media only screen and (min-width: 62em) {
  .search-filter-container .search-filter-results--mobile {
    display: none;
  }
}
.search-filter-container .search-filter-btn--reset {
  display: none;
  font-family: "atlas", sans-serif;
  cursor: pointer;
  color: red;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 0.75em;
  border: none;
  background-color: transparent;
  align-items: center;
}
.search-filter-container .search-filter-btn--reset.active {
  display: flex;
}
.search-filter-container .search-filter-btn--reset .icon-close {
  margin-right: 0.4em;
}
.search-filter-container .search-filter-section--dropdown {
  display: inline-block;
  border: none;
  font-weight: 500;
  font-size: 1.8em;
  font-family: "atlas", sans-serif;
  cursor: pointer;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0.67em;
  padding-bottom: 0.75rem;
  padding-left: 0;
}
.search-filter-container .search-filter-section--dropdown .icon-chevron-down {
  float: right;
}
.search-filter-container .search-filter-section--dropdown .icon-chevron-down::before {
  content: url("../../assets/images/Up.svg");
  position: relative;
  top: 0;
}
.search-filter-container .search-filter-section input[type=checkbox] {
  display: none;
}
.search-filter-container .search-filter-section .search-wrapper:not(:last-of-type) {
  margin-bottom: 4.8em;
}
.search-filter-container .search-filter-section .search-wrapper .scrollable {
  display: none;
  overflow: hidden;
  overflow-y: auto;
}
.search-filter-container .search-filter-section .search-wrapper .scrollable::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.search-filter-container .search-filter-section .search-wrapper .scrollable::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border: 4px solid #dbdbdb;
  border-radius: 8px;
  background-clip: padding-box;
}
.search-filter-container .search-filter-section .search-wrapper.show .panel {
  display: block;
}
.search-filter-container .search-filter-section .search-wrapper.active .scrollable {
  display: block;
}
.search-filter-container .search-filter-section .search-wrapper.active .container {
  display: flex;
  align-items: center;
}
.search-filter-container .search-filter-section .search-wrapper.active .icon-chevron-down::before {
  content: url("../../assets/images/Down.svg");
  position: relative;
  top: 0;
}
.search-filter-container .search-filter-section .search-wrapper:not(.active) .search-filter-btn--reset {
  display: none;
}
.search-filter-container .search-filter-section .search-wrapper .no-filter-selected {
  font-size: 1rem;
  margin-bottom: 1.2em;
}
.search-filter-container .search-filter-btn--close:link, .search-filter-container .search-filter-btn--close:visited {
  position: absolute;
  font-size: 1.4em;
  padding-right: 1rem;
  right: 0;
}
.search-filter-container .search-filter-btn--close::before {
  content: url("../../assets/images/close.svg");
  position: relative;
}
.search-filter-container .container {
  display: none;
  position: relative;
  padding-left: 2em;
  line-height: 1.3em;
  margin-bottom: 1.29em;
  cursor: pointer;
  font-family: "atlas", sans-serif;
  font-size: 1.4em;
  user-select: none;
  color: #000;
}
.search-filter-container .container.active {
  display: block;
}
.search-filter-container .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.search-filter-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid black;
  border-radius: 0;
}
.search-filter-container .container input:checked ~ .checkmark {
  background-color: #373997;
}
.search-filter-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.search-filter-container .container input:checked ~ .checkmark:after {
  display: block;
}
.search-filter-container .container .checkmark:after {
  top: 0em;
  width: 5px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-filter__dropdown select {
  cursor: pointer;
  padding-right: 1.8em;
  font-size: inherit;
  line-height: 1;
  border: 0;
  background: url(../../images/Down.svg) no-repeat right;
  -webkit-appearance: none;
}

.category.mb-small + h3 {
  margin-bottom: 0.2em;
}

.global-paragraph + .byline.mb-medium {
  margin-top: -0.6em;
}

.global-paragraph + .byline {
  margin-top: 0.8em;
}

.articles .global-paragraph {
  margin-top: 0.3em;
  margin-bottom: 1em;
  color: #626262;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 20px;
}

ul.wpsolr_facet_checkbox::-webkit-scrollbar {
  width: 0.4em;
}

ul.wpsolr_facet_checkbox::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  outline: none;
}

.results-by-facets .global-paragraph {
  font-size: 1.4em;
}
.results-by-facets .category {
  font-size: 1.2em;
}
.results-by-facets .articles h3 {
  margin-bottom: 0.22em;
}
.results-by-facets .category.mb-small + h3 {
  padding: 0;
}

@media (min-width: 992px) {
  .search-page {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  .search-page .l-segment__item {
    flex: 0 0 100%;
  }
  .search-page-container .c-search-form {
    margin: auto;
    margin-top: 0;
  }

  .search-pages > .article-grid {
    padding-top: 0.8em;
  }
  .search-pages .large-9 > .feature {
    padding-bottom: 1.6em;
    margin-bottom: 1.6em;
  }
  .search-pages .large-9 > .feature .large-8.articles {
    max-width: 60em;
  }
  .search-pages .res_info_wraper {
    padding-top: 0;
  }

  .search-filter-section .no-filter-selected {
    font-size: 1.8em;
  }
  .search-filter-btn {
    display: none;
  }
  .search-filter-container {
    position: relative;
    height: 100%;
    opacity: 1;
    visibility: visible;
    padding: 0;
    z-index: 860;
    margin-top: 0.5em;
  }
  .search-filter-container .search-wrapper:first-of-type .search-filter-section--dropdown {
    margin-top: 0;
  }

  .seacrh_info_wraper {
    margin-bottom: 2.28em;
  }
  .seacrh_info_wraper .seacrh_info,
.seacrh_info_wraper .search-filter__dropdown {
    font-size: 1rem;
  }

  .c-search-form .search-right-side {
    margin-top: 1.5rem;
  }
  .c-search-form .search-right-side .l-segment__item {
    padding-left: 0;
    padding-right: 0;
  }

  .global-paragraph + .byline.mb-medium {
    margin-top: 1.2em;
  }

  .search-filter-container .container {
    margin-bottom: 1.14em;
  }

  .results-by-facets .articles h3 {
    margin-bottom: 0.45em;
  }

  .grid-gap-padding.wdm_results {
    width: 76% !important;
  }
}
.ad {
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 0 auto;
  text-align: center;
}

.ad-desktop {
  display: none;
}

.ad-mobile {
  display: block;
}

@media (min-width: 992px) {
  .ad-desktop {
    display: block;
  }

  .ad-mobile {
    display: none;
  }
}
.store-ctas {
  margin-top: 2em;
  margin-bottom: 3em;
}
.store-ctas button {
  width: 90%;
  cursor: pointer;
}
@media (max-width: 992px) {
  .store-ctas button {
    margin-top: 1em;
    width: 100%;
  }
}

.enquiry__form {
  font-size: 16px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  top: 100vh;
  z-index: -999;
  visibility: hidden;
  transition: top 0.4s ease-in-out;
}
.enquiry__form .scrollable {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--edge-spacing) var(--edge-spacing) 5em var(--edge-spacing);
  overflow: scroll;
}
.enquiry__form.open {
  top: 5em;
  z-index: 99999;
  visibility: visible;
}
@media (min-width: 992px) {
  .enquiry__form {
    width: 800px;
    left: 50%;
    margin-left: -400px;
  }
}

.enquiry-form-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0.7;
  z-index: 9;
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.enquiry-form-bg.hidden {
  opacity: 0;
  z--index: -999;
  display: none;
}

.store-contact-details {
  width: 100%;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background: #f7f7f7;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}
.store-contact-details.open {
  visibility: visible;
  height: auto;
  opacity: 1;
  margin-bottom: 2em;
  padding: 2em;
}
.store-contact-details .cell div {
  margin-bottom: 3em;
  padding-right: 2em;
}
.store-contact-details .cell div h3 {
  font-size: 1.4em;
  margin: 0 0 0.5em 0;
}
.store-contact-details .cell div .tel {
  display: block;
  margin-bottom: 1em;
}

.partner__logo {
  margin-top: 2em;
}

body.no-scroll {
  overflow: hidden;
}

.contractors-a-z {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

#partners-enquiry {
  cursor: pointer;
}

.prs--body {
  width: 100%;
}

.prs-text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.c-tabs-content {
  font-size: 10px;
}

.r_office__tab .contact__details {
  width: 900px;
  max-width: 100%;
}

.company-whitepapers {
  margin-top: 3em;
}

/* Paywall start */
.paywall-standalone-page {
  margin-top: 1.6em;
  padding-bottom: 6.4em;
}
.paywall-standalone-page > section {
  flex-flow: nowrap;
}
@media only screen and (min-width: 62em) {
  .paywall-standalone-page {
    margin-top: 3.2em;
    padding-bottom: 8em;
  }
}
.paywall-standalone-page .main-content {
  display: flex;
  flex-direction: column;
  font-family: "Lora";
}
@media only screen and (min-width: 62em) {
  .paywall-standalone-page .main-content {
    margin-right: 4.8em;
  }
}
.paywall-standalone-page .main-content header {
  padding-bottom: 1.2em;
  margin-bottom: 1.6em;
  border-bottom: 1px solid #dbdbdd;
}
.paywall-standalone-page .main-content header h1 {
  font-family: atlas, "Helvetica Neue", helvetica, sans-serif;
}
@media only screen and (min-width: 62em) {
  .paywall-standalone-page .main-content header {
    padding-bottom: 1.6em;
    margin-bottom: 2.4em;
  }
}
.paywall-standalone-page .main-content .content {
  display: flex;
  flex-direction: column;
  color: #151529;
}
.paywall-standalone-page .main-content .content ul, .paywall-standalone-page .main-content .content p, .paywall-standalone-page .main-content .content a {
  margin-bottom: 1em;
  line-height: 1.5em;
}
@media only screen and (min-width: 62em) {
  .paywall-standalone-page .main-content .content ul, .paywall-standalone-page .main-content .content p, .paywall-standalone-page .main-content .content a {
    font-size: 1.8em;
    line-height: 1.555em;
    margin-bottom: 1.333em;
  }
}
.paywall-standalone-page .main-content .content a {
  font-size: 1.6em;
  text-decoration: underline;
}
.paywall-standalone-page .main-content .content .button {
  font-family: atlas, "Helvetica Neue", helvetica, sans-serif;
  width: fit-content;
  background: #373997;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 1em;
  text-decoration: none;
}
@media only screen and (min-width: 62em) {
  .paywall-standalone-page .main-content .content .button {
    font-size: 1.6em;
    margin-bottom: 1.5em;
  }
}
.paywall-standalone-page .main-content .content .button:hover {
  background: #27274C;
}
.paywall-standalone-page .main-content .content .contacts p {
  margin-bottom: 0;
}
.paywall-standalone-page .image-container {
  display: none;
}
@media only screen and (min-width: 62em) {
  .paywall-standalone-page .image-container {
    display: block;
  }
  .paywall-standalone-page .image-container img {
    display: block;
    width: auto;
    margin: auto;
  }
}

/* Paywall Article */
.paywall-article .main-content {
  display: flex;
  flex-direction: column;
}
.paywall-article .main-content > p:nth-of-type(2) {
  position: relative;
}
.paywall-article .main-content > p:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  opacity: 1;
}
.paywall-article .main-content .paywall-block {
  display: flex;
  flex-direction: column;
  background: #F3F3F1;
  padding: 1.2em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 62em) {
  .paywall-article .main-content .paywall-block {
    padding: 2.4em;
    margin-bottom: 3.2em;
  }
}
.paywall-article .main-content .paywall-block .paywall-block-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6em;
  padding-bottom: 1.6em;
  border-bottom: 1px solid #DBDBDB;
}
@media only screen and (min-width: 62em) {
  .paywall-article .main-content .paywall-block .paywall-block-heading {
    margin-bottom: 2.4em;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.paywall-article .main-content .paywall-block .paywall-block-heading .content {
  max-width: 53em;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.paywall-article .main-content .paywall-block .paywall-block-heading .content h3 {
  font-size: 1.8em;
  line-height: 1.333em;
  font-weight: 500;
  margin-bottom: 0.888em;
}
@media only screen and (min-width: 62em) {
  .paywall-article .main-content .paywall-block .paywall-block-heading .content h3 {
    font-size: 2.4em;
    line-height: 1.25em;
    margin-bottom: 1em;
  }
}
.paywall-article .main-content .paywall-block .paywall-block-heading .content h4 {
  font-size: 1.6em;
  line-height: 1.25em;
}
@media only screen and (min-width: 62em) {
  .paywall-article .main-content .paywall-block .paywall-block-heading .content h4 {
    font-size: 1.8em;
    line-height: 1.333em;
  }
}
.paywall-article .main-content .paywall-block .paywall-block-heading .content .button {
  width: fit-content;
  background: #373997;
  color: #FFF;
  margin-bottom: 1em;
}
@media only screen and (min-width: 62em) {
  .paywall-article .main-content .paywall-block .paywall-block-heading .content .button {
    margin-bottom: 1.5em;
  }
}
.paywall-article .main-content .paywall-block .paywall-block-heading .content .button:hover {
  background: #27274C;
}
.paywall-article .main-content .paywall-block .paywall-block-heading .content span {
  font-size: 1.4em;
}
.paywall-article .main-content .paywall-block .paywall-block-heading figure {
  display: none;
  max-width: 19.3em;
}
@media (min-width: 767px) {
  .paywall-article .main-content .paywall-block .paywall-block-heading figure {
    display: block;
  }
}
.paywall-article .main-content .paywall-block .paywall-block-heading figure img {
  width: auto;
  margin: 0 auto;
}
.paywall-article .main-content .paywall-block .paywall-block-content {
  display: flex;
  flex-direction: column;
}
.paywall-article .main-content .paywall-block .paywall-block-content h4 {
  font-size: 1.6em;
  line-height: 1.25em;
}
@media only screen and (min-width: 62em) {
  .paywall-article .main-content .paywall-block .paywall-block-content h4 {
    font-size: 1.8em;
    line-height: 1.333em;
  }
}
.paywall-article .main-content .paywall-block .paywall-block-content ul {
  font-size: 1.6em;
  line-height: 1.5em;
  margin-bottom: 1em;
  margin-left: 1em;
}
.paywall-article .main-content .paywall-block .paywall-block-content ul li {
  margin-bottom: 0.5em;
  color: #626262;
}
.paywall-article .main-content .paywall-block .paywall-block-content h5 {
  font-size: 1.4em;
  line-height: 1.285714em;
  margin-bottom: 0.857142em;
}
@media only screen and (min-width: 62em) {
  .paywall-article .main-content .paywall-block .paywall-block-content h5 {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
  }
}
.paywall-article .main-content .paywall-block .paywall-block-content p {
  font-size: 1.6em;
  line-height: 1.5em;
  color: #626262;
}
.paywall-article .main-content .paywall-block .paywall-block-content > a {
  font-size: 1.4em;
  line-height: 1.285714em;
  text-decoration: underline;
}

.popup-modal {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 999999;
}
.popup-modal-content {
  border-top: solid 4px #373997;
  border-radius: 0;
  background: white;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.popup-modal-content .form_container {
  background: white;
  width: 600px;
  max-width: 100%;
  margin: auto;
}
.popup-modal-content .form_container input[type=text],
.popup-modal-content .form_container input[type=email] {
  border-radius: 0;
}
.popup-modal-content .form_container input[type=submit] {
  background: #373997;
  color: white;
  border-radius: 0;
  font-size: 1.2em;
  text-transform: capitalize;
}

/* Paywall end */
.page h1 {
  margin-bottom: 1em;
}
.page .c-post-typography {
  max-width: 100%;
}
.page .c-contact-grid__section {
  padding: 2em 0;
}
@media (min-width: 992px) {
  .page .c-contact-grid__section {
    width: 50%;
    float: left;
  }
  .page .c-contact-grid__section:nth-child(2n+1) {
    clear: left;
  }
}
.page .c-tabs-nav {
  margin-bottom: 0;
}
.page .lead {
  font-size: 1.8em;
}
.page .c-post-content__excerpt {
  font-size: 1.6em;
}

.page-template-template-advertise iframe {
  height: 1500px !important;
}
@media (min-width: 992px) {
  .page-template-template-advertise iframe {
    height: 1000px !important;
  }
}

/* accounts.scss start */
.account-page {
  padding-top: 1.6em;
}
.account-page .account-section {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 6.4em;
}
.account-page .account-section header {
  margin-top: 0;
  margin-bottom: 2.4em;
}
.account-page .account-section .account-content-wrapper {
  width: 100%;
}
.account-page .account-section #pmpro_account {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 62em) {
  .account-page .account-section #pmpro_account {
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.account-page .account-section #pmpro_account .pmpro_box#pmpro_account-profile {
  width: 100%;
  padding-bottom: 1.2em;
  margin-bottom: 2.4em;
  border-bottom: 1px solid #DBDBDB;
}
@media only screen and (min-width: 62em) {
  .account-page .account-section #pmpro_account .pmpro_box#pmpro_account-profile {
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}
.account-page .account-section #pmpro_account .pmpro_box ul {
  margin: 0;
  margin-bottom: 2em;
  list-style: none;
  font-size: 1.2em;
  line-height: 1.25em;
}
.account-page .account-section #pmpro_account .pmpro_box ul li {
  margin-bottom: 1em;
  color: #626262;
}
.account-page .account-section #pmpro_account .pmpro_box ul li strong {
  margin-right: 1em;
  color: #151529;
}
@media only screen and (min-width: 62em) {
  .account-page .account-section #pmpro_account .pmpro_box ul {
    font-size: 1.4em;
    margin-bottom: 1.714285em;
  }
  .account-page .account-section #pmpro_account .pmpro_box ul li {
    margin-bottom: 0.857142;
  }
}
.account-page .account-section #pmpro_account .pmpro_box .pmpro_actionlinks .button {
  margin-bottom: 0.75em;
  margin-top: 0;
  margin-right: 0.75em;
}
.account-page .account-section #pmpro_account .pmpro_box.cell {
  border: none;
}
.account-page .account-section #pmpro_account .pmpro_box#pmpro_account-subscription {
  width: 100%;
}
@media only screen and (min-width: 62em) {
  .account-page .account-section #pmpro_account .pmpro_box#pmpro_account-subscription {
    width: 50%;
  }
}
.account-page .account-section #pmpro_account .pmpro_box#pmpro_account-subscription .button {
  margin-top: 0.75em;
}
@media only screen and (min-width: 62em) {
  .account-page .account-section #pmpro_account .pmpro_box#pmpro_account-subscription .button {
    margin-top: 2.4em;
  }
}
.account-page .account-section #pmpro_account .pmpro_box table {
  border-collapse: collapse;
  border: none;
  margin-bottom: 0;
  width: 100%;
}
.account-page .account-section #pmpro_account .pmpro_box table thead th {
  text-align: left;
  padding-bottom: 1.2em;
  font-size: 1.6em;
  line-height: 0.75em;
  font-weight: 500;
  color: #151529;
}
@media only screen and (min-width: 62em) {
  .account-page .account-section #pmpro_account .pmpro_box table thead th {
    font-size: 1.8em;
    line-height: 1.333333em;
    padding-bottom: 0.666666em;
  }
}
.account-page .account-section #pmpro_account .pmpro_box table tr {
  border-bottom: 1px solid #DBDBDB;
}
.account-page .account-section #pmpro_account .pmpro_box table td {
  text-align: left;
  padding-bottom: 1em;
  padding-top: 1em;
  font-size: 1.2em;
  line-height: 1.214285em;
}
@media only screen and (min-width: 62em) {
  .account-page .account-section #pmpro_account .pmpro_box table td {
    font-size: 1.4em;
    line-height: 1.214285em;
    padding-bottom: 0.857142em;
    padding-top: 0.857142em;
  }
}

/* accounts.scss end */
.storefront-page .tabs-content {
  min-height: 40vh;
}
.storefront-page .modal-full.open.expanded p {
  color: #626262;
}
.storefront-page .modal-full.open.expanded .modal-close-arrow {
  right: 2em;
  top: 1em;
  color: #373997;
}
.storefront-page .storefront-heading {
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 62em) {
  .storefront-page .storefront-heading {
    padding-bottom: 2.4em;
  }
}
.storefront-page .storefront-heading-content {
  width: 100%;
}
@media only screen and (min-width: 62em) {
  .storefront-page .storefront-heading-content {
    justify-content: space-between;
    padding-right: 7em;
    padding-top: 0.6em;
  }
}
.storefront-page .storefront-heading h2 {
  font-size: var(--fs-xl);
  letter-spacing: var(--letter-space-xl);
  line-height: var(--ln-xl);
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 62em) {
  .storefront-page .storefront-heading h2 {
    font-size: var(--fs-xl);
    margin-bottom: 0.75em;
  }
}
.storefront-page .storefront-heading h5 {
  font-size: 1.8em;
  line-height: 1.333333em;
  font-weight: 400;
}
.storefront-page .storefront-heading .buttons-wrap {
  display: flex;
  flex-wrap: nowrap;
}
.storefront-page .storefront-heading .buttons-wrap button {
  margin-bottom: 0.75em;
  margin-top: 0;
  text-align: left;
  padding: 0.9em 2em;
}
@media only screen and (min-width: 62em) {
  .storefront-page .storefront-heading .buttons-wrap button {
    margin-bottom: 0;
  }
}
.storefront-page .storefront-heading .buttons-wrap .button-with-img {
  background: white;
  color: #373997;
  margin-left: 1em;
}
.storefront-page .storefront-heading .buttons-wrap .button-with-img img {
  width: 16px;
  margin-left: 12px;
}
.storefront-page .storefront-heading .buttons-wrap .button-with-img.active img {
  transform: rotate(180deg);
}
.storefront-page .storefront-heading .company-logo {
  order: -1;
  margin-bottom: 1.2em;
}
.storefront-page .storefront-heading .company-logo figure {
  max-width: 16.8em;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .storefront-page .storefront-heading .company-logo {
    order: initial;
    margin-left: auto;
    margin-bottom: 0;
  }
}
.storefront-page .contact-details {
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 2.4em;
  display: none;
  overflow: hidden;
}
.storefront-page .contact-details .cell {
  width: 49%;
  margin-right: 1em;
}
.storefront-page .contact-details .cell:nth-child(even) {
  margin-right: 0;
}
@media only screen and (min-width: 62em) {
  .storefront-page .contact-details .cell {
    width: 25%;
    margin-right: 0;
  }
}
.storefront-page .contact-details .cell .title {
  font-size: 1.8em;
  line-height: 1.333333em;
  font-weight: 500;
  color: #151529;
}
.storefront-page .contact-details .cell .description {
  display: flex;
  flex-direction: column;
  font-size: 1.4em;
  line-height: 1.428571em;
  color: #626262;
  margin-bottom: 1.142857em;
}
.storefront-page .contact-details.active {
  display: block;
  animation: fadein 300ms ease-in-out forwards;
  transform-origin: top center;
}
.storefront-page .contact-details.active-close {
  display: block;
  padding: 0;
  transition: padding 0.5s;
  animation: fadeout 600ms ease-in-out forwards;
}

.tabs-navigation {
  padding-top: 2.4em;
  position: relative;
}
.tabs-navigation .tabs-nav {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 11px;
  margin-bottom: 18px;
  margin-left: 0;
  font-size: 1.4em;
  line-height: 1.214285em;
  text-align: center;
  padding-bottom: 12px;
  overflow-x: scroll;
  white-space: nowrap;
  transition: margin 0.3s ease-in-out;
  padding-right: 2.571428em;
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */
  overflow: -moz-scrollbars-none;
}
.tabs-navigation .tabs-nav::-webkit-scrollbar, .tabs-navigation .tabs-nav::-webkit-scrollbar-track, .tabs-navigation .tabs-nav::-webkit-scrollbar-thumb {
  display: none;
}
@media only screen and (min-width: 62em) {
  .tabs-navigation .tabs-nav {
    margin-bottom: 40px;
  }
}
.tabs-navigation .tabs-nav .tabs-nav-arrow {
  width: 2.571428em;
  height: 2.571428em;
  display: none;
  position: absolute;
  right: -11px;
  bottom: 0;
  background: url(../img/icon_arrow_purple.png) no-repeat center;
  background-size: 60%;
  background-color: #dbdbdb;
}
.tabs-navigation .tabs-nav .tabs-nav-arrow.active {
  display: block;
}
.tabs-navigation .tabs-nav__item {
  display: inline-block;
  margin-right: 24px;
}
.tabs-navigation .tabs-nav__item.open-tab .tabs-nav__link {
  border-bottom: 1px solid #373997;
  position: relative;
  color: #373997;
  font-weight: 500;
}
.tabs-navigation .tabs-nav__item .tabs-nav__link {
  color: #151529;
  padding: 0 12px;
  padding-bottom: 11px;
}
.tabs-navigation .tabs-nav__item:last-child {
  margin-right: 0;
}

.tabs-content__panel {
  transition: opacity 0.5s ease-in-out;
}
.tabs-content__panel .wrapper > .cell {
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
}
.tabs-content__panel .wrapper > .cell h3 {
  margin-bottom: 0.222222em;
}
@media only screen and (min-width: 62em) {
  .tabs-content__panel .wrapper > .cell h3 {
    margin-bottom: 0.444444em;
  }
}
@media (min-width: 540px) {
  .tabs-content__panel .wrapper > .cell .cell.padding-left-big-gap {
    padding-left: 2.4em;
  }
}
.tabs-content__panel.article-content .main-content {
  margin: 0 auto;
}
.tabs-content__panel.article-content .main-content h2 {
  margin-bottom: 1.333333em;
}
.tabs-content__panel.article-content .main-content > figure {
  margin-bottom: 2em;
}
@media only screen and (min-width: 62em) {
  .tabs-content__panel.article-content .main-content > figure {
    margin-bottom: 3.2em;
  }
}
.tabs-content__panel.article-content .main-content .swiper-slide {
  margin-bottom: 3em;
}
.tabs-content__panel.centered .wrapper {
  margin: 0 auto;
}
.tabs-content__panel.videos .articles figure {
  position: relative;
}
.tabs-content__panel.videos .articles figure::after {
  content: url("../images/icons/video-thumb-icon.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.tabs-content__panel.videos .articles figure iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.tabs-content__panel .load-more-btn {
  margin-top: 0;
  margin-bottom: 0;
}
.tabs-content__panel .load-more-btn button {
  margin-bottom: 0;
  margin-top: 0.5em;
}
.tabs-content__panel .contact-details {
  display: flex;
  padding-top: 0;
  border-top: none;
}
.tabs-content__panel .video {
  aspect-ratio: 16/9;
  display: block;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 2.4em;
}
.tabs-content__panel .video iframe {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 62em) {
  .tabs-content__panel .video {
    margin-bottom: 3.2em;
  }
}
.tabs-content__panel .swiper {
  margin-bottom: 2em;
}
@media only screen and (min-width: 62em) {
  .tabs-content__panel .swiper {
    margin-bottom: 3.2em;
  }
}

.tabs-content__panel {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    height: 500px;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
.company-categories {
  width: 920px;
  max-width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.company-categories .c-contractor-list__list {
  width: 100%;
  font-size: inherit;
}
.company-categories .c-contractor-list__list h2 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
  margin-top: 1.2em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #dbdbdb;
}
.company-categories li.c-contractor-list__list-item {
  margin-bottom: 2.4em;
}
@media only screen and (min-width: 62em) {
  .company-categories li.c-contractor-list__list-item {
    margin-bottom: 3.2em;
  }
}
.company-categories .c-contractor-list__list-item a span:first-child {
  font-weight: 500;
  color: #151529;
  font-size: 18px;
}
.company-categories .c-contractor-list__list-item a span:last-child {
  color: #626262;
  font-size: 14px;
}
.company-categories .c-contractor-list__list-item::after {
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tabs-nav .open-tab {
  font-weight: 500;
  color: #373997;
}
.tabs-nav .open-tab a {
  border-bottom: 1px solid #373997;
  padding: 0 12px;
  padding-bottom: 11px;
  position: relative;
  color: #373997;
}

.tabs-content .open-tab {
  display: block;
  opacity: 1;
}

.storefront-page .tabs-nav {
  text-align: left;
}

@media only screen and (min-width: 992px) {
  .company-categories .c-contractor-list__list-item a {
    padding: 1.6em 0;
  }
  .company-categories .c-contractor-list__list h2 {
    font-size: 2.4em;
    line-height: 1.166666em;
    margin-bottom: 0.666em;
    padding-bottom: 0.5em;
    margin-top: 1.333333em;
  }
  .company-categories .c-contractor-list__list h2:first-child {
    margin-top: 0;
  }
}
.storefronts-template-default .modal-full {
  transition: all 0.3s ease-in-out;
}

.contractors-page {
  font-family: atlas, "Helvetica Neue", helvetica, sans-serif;
  padding-top: 1.6em;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 62em) {
  .contractors-page {
    padding-top: 3.2em;
  }
}
.contractors-page .header-category {
  width: 100%;
  padding-bottom: 1.2em;
  margin-bottom: 1.6em;
}
@media only screen and (min-width: 62em) {
  .contractors-page .header-category {
    padding-bottom: 1.6em;
    margin-bottom: 3.2em;
  }
}
.contractors-page .c-az-navigation {
  width: 100%;
  margin-top: 0;
}
.contractors-page .c-az-navigation .navigation__tab {
  border-bottom: none;
  white-space: nowrap;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */
  overflow: -moz-scrollbars-none;
  margin-bottom: 1.2em;
}
.contractors-page .c-az-navigation .navigation__tab::-webkit-scrollbar, .contractors-page .c-az-navigation .navigation__tab::-webkit-scrollbar-track, .contractors-page .c-az-navigation .navigation__tab::-webkit-scrollbar-thumb {
  display: none;
}
@media only screen and (min-width: 62em) {
  .contractors-page .c-az-navigation .navigation__tab {
    margin-bottom: 3.6em;
  }
}
.contractors-page .c-az-navigation .navigation__tab .tablinks {
  display: inline-block;
  width: 37px;
  height: 37px;
  padding: 0;
  border: 1px solid #dbdbdb;
  font-family: atlas, "Helvetica Neue", helvetica, sans-serif;
  font-size: 1.6em;
  line-height: 37px;
  letter-spacing: normal;
  font-weight: 400;
  margin-right: 0.5em;
  margin-left: 0;
  color: #151529;
  text-align: center;
}
@media only screen and (min-width: 62em) {
  .contractors-page .c-az-navigation .navigation__tab .tablinks {
    margin-right: 0.75em;
  }
}
.contractors-page .c-az-navigation .navigation__tab .tablinks.c-tabs-nav__tab--disabled {
  color: #dbdbdb;
}
.contractors-page .c-az-navigation .navigation__tab .tablinks:last-child {
  margin-right: 0;
}
.contractors-page .c-az-navigation .tabcontent {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2.4em;
}
@media only screen and (min-width: 62em) {
  .contractors-page .c-az-navigation .tabcontent {
    margin-bottom: 1.6em;
  }
}
.contractors-page .c-az-navigation .tabcontent h2 {
  font-family: atlas, "Helvetica Neue", helvetica, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (min-width: 62em) {
  .contractors-page .c-az-navigation .tabcontent h2 {
    font-size: 2.4em;
    line-height: 1.166666em;
    padding-bottom: 0.5em;
  }
}
.contractors-page .c-az-navigation .tabcontent .c-article-content {
  padding-top: 1.2em !important;
  padding-bottom: 1.2em !important;
  margin-bottom: 2.4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
}
@media only screen and (min-width: 62em) {
  .contractors-page .c-az-navigation .tabcontent .c-article-content {
    flex-direction: row;
    padding-top: 3.2em !important;
    padding-bottom: 1.6em !important;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 62em) {
  .contractors-page .c-az-navigation .tabcontent .c-article-content .col-left {
    flex: 0 0 314px;
    margin-bottom: 0;
    margin-right: 2.4em;
  }
}
.contractors-page .c-az-navigation .tabcontent .c-article-content .col-left .c-story__image--az {
  max-width: 200px;
  max-height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (min-width: 62em) {
  .contractors-page .c-az-navigation .tabcontent .c-article-content .col-left .c-story__image--az {
    max-width: 314px;
    max-height: 113px;
  }
}
.contractors-page .c-az-navigation .tabcontent .c-article-content .col-left .c-story__image--az a {
  max-height: 113px;
}
.contractors-page .c-az-navigation .tabcontent .c-article-content .col-left .c-story__image--az img {
  max-width: 200px;
  height: auto;
  max-height: 113px;
  margin: 0 auto;
}
.contractors-page .c-az-navigation .tabcontent .c-article-content .col-right {
  width: 100%;
  order: -1;
  border-bottom: none;
  padding-bottom: 1.8em;
}
@media only screen and (min-width: 62em) {
  .contractors-page .c-az-navigation .tabcontent .c-article-content .col-right {
    order: 1;
    padding-bottom: 0;
  }
}
.contractors-page .c-az-navigation .tabcontent .c-article-content .col-right h4 {
  font-family: atlas, "Helvetica Neue", helvetica, sans-serif;
  font-size: 1.8em;
  line-height: 1.333333em;
  margin-bottom: 0.222em;
}
@media only screen and (min-width: 62em) {
  .contractors-page .c-az-navigation .tabcontent .c-article-content .col-right h4 {
    margin-bottom: 0.444em;
  }
}
.contractors-page .c-az-navigation .tabcontent .c-article-content .col-right h4 a {
  font-family: atlas, "Helvetica Neue", helvetica, sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 0;
  color: #151529;
}
.contractors-page .c-az-navigation .tabcontent .c-article-content .col-right p {
  font-family: atlas, "Helvetica Neue", helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 1.428571em;
  margin-bottom: 1.285714em;
  margin-top: 0;
  color: #626262;
}
@media only screen and (min-width: 62em) {
  .contractors-page .c-az-navigation .tabcontent .c-article-content .col-right p {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .contractors-page .c-az-navigation .navigation__tab {
    display: flex;
    justify-content: space-between;
  }
}
.c-contractor-list__list .c-contractor-list__list-item {
  margin-bottom: 2.4em;
}
@media only screen and (min-width: 62em) {
  .c-contractor-list__list .c-contractor-list__list-item {
    margin-bottom: 3.2em;
  }
}

.advertise-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.6em;
}
@media only screen and (min-width: 62em) {
  .advertise-page {
    padding-top: 3.2em;
  }
}
.advertise-page header {
  margin-top: 0;
  margin-bottom: 1.6em;
}
@media only screen and (min-width: 62em) {
  .advertise-page header {
    margin-bottom: 2.4em;
  }
}
.advertise-page .advertise-content h3 {
  font-size: 2.2em;
  line-height: 1.27em;
  font-weight: 400;
  margin-bottom: 1.09em;
}
.advertise-page .advertise-content .form-wrapper .form .form-group {
  margin-bottom: 1.6em;
}
@media only screen and (min-width: 62em) {
  .advertise-page .advertise-content .form-wrapper .form .form-group {
    margin-bottom: 1.8em;
  }
}
.advertise-page .advertise-content .form-wrapper .form .form-group .custom-select {
  margin-bottom: 0;
}
.advertise-page .advertise-content .form-wrapper .form .form-group textarea {
  color: #626262;
  margin-bottom: 0;
}
.advertise-page .advertise-content .form-wrapper .form .form-group textarea::placeholder {
  color: #626262;
}
.advertise-page .advertise-content .form-wrapper .form button {
  margin-left: 0;
}
.advertise-page .advertise-content .form-wrapper .form > .consent-text {
  margin-top: 1.333em;
}
@media only screen and (min-width: 62em) {
  .advertise-page .advertise-content .form-wrapper .form > .consent-text {
    margin-top: 2em;
  }
}

.video-js .vjs-big-play-button {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  left: auto;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  content: url("../../img/video-thumbnail.png");
}

.c-story--catalogue .c-story__image__img {
  aspect-ratio: auto;
  object-fit: fill;
}

@media (min-width: 992px) {
  .magazine-details .text {
    padding-left: var(--edge-spacing);
  }
  .magazine-details .text p {
    margin: 2em 0;
  }
}

.latest-issues article {
  width: 900px;
  max-width: 100%;
  margin: 0 auto 2em auto;
  padding-bottom: 1em;
  border-bottom: solid 1px #ddd;
}
@media (min-width: 992px) {
  .latest-issues article .large-8 {
    padding-left: 2em;
  }
}

/* polls.scss start */
.sg-body .sg-skipnav-container, .sg-body .sg-screenreader-only {
  display: none;
}
.sg-body .sg-error-message {
  font-size: 1.6em;
}
.sg-body .sg-error-message a {
  display: block;
  margin: 1em 0;
}
.sg-body .sg-errors {
  color: #b90000;
}
.sg-body .sg-errors li {
  color: #b90000;
}
.sg-body form {
  width: 100%;
}
.sg-body form main.article-page {
  padding: 0;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper {
  padding-bottom: 1.2em;
  border-bottom: solid 1px #ddd;
  margin-bottom: 3em;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-header,
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content {
  padding: 0 1.2em;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-header {
  padding-top: 4em;
  position: relative;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-header:before {
  content: "Poll";
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  padding: 1em;
  height: 3.3333333em;
  width: 100%;
  background: #f3f3f1;
  border-top: solid 1px #ddd;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-header:after {
  content: "";
  background: url("https://www.mining-technology.com/wp-content/uploads/sites/19/2023/01/globaldata_logo-1.png") no-repeat;
  background-size: 100%;
  width: 100px;
  height: 20px;
  position: absolute;
  right: 1em;
  top: 1em;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-header h1 {
  display: none;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content .sg-question-title {
  font-size: 2.4em;
  font-weight: 600;
  color: black;
  margin-bottom: 0.5em;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content .sg-question-title strong {
  font-weight: 600;
  display: inline;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content .sg-question-title strong.sg-required-icon {
  display: none;
  font-size: 0.5em;
  margin-top: 0.5em;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content .sg-question-title label,
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content .sg-question-title .sg-question-number,
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content .sg-question-title label .sg-question-number {
  font-weight: 600;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content .sg-question-set {
  height: auto !important;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content ul {
  list-style: none;
  margin: 0;
  font-size: 1.6em;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content ul li {
  padding: 0.4em 0;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content ul li label,
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content ul li label:before {
  cursor: pointer;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content select {
  min-width: 470px;
  max-width: 100%;
  margin-bottom: 1em;
}
@media (max-width: 500px) {
  .sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content .sg-question-options {
    overflow-x: scroll;
    width: 100%;
    max-width: 100%;
  }
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
@media (max-width: 500px) {
  .sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table {
    font-size: 9px;
  }
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table tr td, .sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table tr th {
  padding: 0.6em 0.3em;
  position: relative;
  border: none;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table tr.sg-even-row th, .sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table tr.sg-even-row td {
  background: #f3f3f1;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table thead td, .sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table thead th {
  border-bottom: solid 1px #626262;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table tbody tr th {
  text-align: left;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table tbody tr td label:before, .sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table tbody tr td label:after {
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin: -10px 0 0 -10px;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table tbody tr td label:after {
  margin: -6px 0 0 -6px;
}
@media (max-width: 500px) {
  .sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table tbody tr td {
    text-align: left;
  }
  .sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table tbody tr td label {
    padding: 2.5em 0 0 0;
  }
  .sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table tbody tr td label:before, .sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table tbody tr td label:after {
    left: 0;
    top: 0;
    margin: 0;
  }
  .sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content table.sg-table tbody tr td label:after {
    margin: 4px 0 0 4px;
  }
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content .sg-mobile-back,
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-content .sg-mobile-next {
  display: none;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-footer {
  text-align: center;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-footer .sg-button-bar {
  display: flex;
  text-align: center;
  flex-direction: row-reverse;
  width: 130px;
  margin: 0 auto;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-footer .sg-button-bar .sg-button {
  margin: 1em 0.5em;
  display: inline-block !important;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-footer .sg-button-bar .sg-button:disabled {
  cursor: not-allowed;
  background: #dbdbdb;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-footer .sg-button-bar .sg-button.sg-back-button {
  border: solid 2px #373997;
  background: white;
  color: #373997;
}
.sg-body form main.article-page .article-content .main-content .sg-wrapper .sg-footer .sg-button-bar.has-back-button {
  width: 290px;
}
.sg-body.no-progressbar .sg-progress-bar {
  display: none;
}

/* polls.scss end */
/* charts.scss begin */
table td {
  padding: 0.92em;
}
table thead td {
  border-bottom: solid 1px #27274c;
  font-weight: bold;
  line-height: 1.23;
}
table tbody td {
  border-bottom: solid 1px #dbdbdb;
}
table.bar-chart-table {
  font-size: 1.3em;
}
table.bar-chart-table td {
  width: 33.33%;
}
table.bar-chart-table td:nth-of-type(3n) {
  background: #f3f3f1;
}
table.bar-chart-table thead td.premium-intel {
  font-weight: normal;
  padding-right: 3em;
  position: relative;
}
table.bar-chart-table thead td.premium-intel:after {
  content: "";
  background: url("../img/gd_logo_icon.png");
  background-size: 100%;
  width: 20px;
  height: 25px;
  position: absolute;
  right: 0.92em;
  top: 0.92em;
  display: block;
}
table.bar-chart-table tbody td.bar-chart {
  position: relative;
  padding: 0;
  border-right: solid 8px white;
}
table.bar-chart-table tbody td.bar-chart:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  bottom: 8px;
  right: 0px;
  background: #f3f3f1;
}
table.bar-chart-table tbody td.bar-chart span {
  background: #27274c;
  position: absolute;
  left: 0px;
  top: 8px;
  bottom: 8px;
  display: block;
}
table.bar-chart-table tbody td.bar-chart b {
  position: absolute;
  color: #151529;
  font-weight: normal;
  margin-left: 10px;
  margin-top: -10px;
}
table.bar-chart-table tbody td.premium-intel {
  text-align: center;
}

.data-source {
  font-size: 1em;
  border-bottom: solid 1px #ddd;
  padding: 2.4em 0;
  margin-bottom: 2.4em;
}
.data-source p {
  font-size: 1.3em;
  margin: 0;
}

/* charts.scss end */
/* Contact us page start */
.page .contact-us .c-post-typography {
  max-width: 610px;
  width: 100%;
}
.page .contact-us .c-post-typography h1 {
  font-size: 2.4em !important;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 0.5em;
  margin-bottom: 0.666666em;
}
@media only screen and (min-width: 62em) {
  .page .contact-us .c-post-typography h1 {
    font-size: 3.2em !important;
    padding-bottom: 0.5em;
    margin-bottom: 0.75em;
  }
}
.page .contact-us .c-post-typography div > p:first-of-type {
  font-family: Lora, Georgia, serif;
  font-size: 1.6em;
}
@media only screen and (min-width: 62em) {
  .page .contact-us .c-post-typography div > p:first-of-type {
    font-size: 1.8em;
  }
}
.page .contact-us .c-post-typography .entry-header {
  font-family: Lora, Georgia, serif;
  font-size: 1.6em;
}
@media only screen and (min-width: 62em) {
  .page .contact-us .c-post-typography .entry-header {
    font-size: 1.8em;
  }
}
.page .contact-us .c-post-typography p {
  color: #151529;
  font-size: 1.8em;
}
.page .contact-us .c-post-typography h2 {
  font-size: 1.8em;
  margin-bottom: 0;
}
@media only screen and (min-width: 62em) {
  .page .contact-us .c-post-typography h2 {
    font-size: 2.4em;
  }
}
.page .contact-us .c-post-typography h3 {
  margin-top: 1em;
}
.page .contact-us .c-post-typography a {
  font-size: 1em;
  text-decoration: underline;
}
.page .contact-us .c-post-typography .page-contact section {
  margin-bottom: 24px;
}
.page .contact-us .c-post-typography .contact-author-details {
  font-family: Lora, Georgia, serif;
  font-size: 1.6em;
}
@media only screen and (min-width: 62em) {
  .page .contact-us .c-post-typography .contact-author-details {
    font-size: 1.8em;
  }
}

/* Contact us page end */

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