@charset "UTF-8";
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-Thin.woff2) format("woff2"),
    url(../fonts/Faktum-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-ThinItalic.woff2) format("woff2"),
    url(../fonts/Faktum-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-ExtraLight.woff2) format("woff2"),
    url(../fonts/Faktum-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-ExtraLightItalic.woff2) format("woff2"),
    url(../fonts/Faktum-ExtraLightItalic.woff) format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-Light.woff2) format("woff2"),
    url(../fonts/Faktum-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-LightItalic.woff2) format("woff2"),
    url(../fonts/Faktum-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-Regular.woff2) format("woff2"),
    url(../fonts/Faktum-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-RegularItalic.woff2) format("woff2"),
    url(../fonts/Faktum-RegularItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-Medium.woff2) format("woff2"),
    url(../fonts/Faktum-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-MediumItalic.woff2) format("woff2"),
    url(../fonts/Faktum-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-SemiBold.woff2) format("woff2"),
    url(../fonts/Faktum-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-SemiBoldItalic.woff2) format("woff2"),
    url(../fonts/Faktum-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-Bold.woff2) format("woff2"),
    url(../fonts/Faktum-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-BoldItalic.woff2) format("woff2"),
    url(../fonts/Faktum-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-ExtraBold.woff2) format("woff2"),
    url(../fonts/Faktum-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Faktum;
  src: url(../fonts/Faktum-ExtraBoldItalic.woff2) format("woff2"),
    url(../fonts/Faktum-ExtraBoldItalic.woff) format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: fallback;
}
@media print, screen and (min-width: 35em) {
  .reveal,
  .reveal.large,
  .reveal.small,
  .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}
.slide-out-right.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}
.fade-in.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.fade-out.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.hinge-in-from-top.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-right.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-left.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-out-from-top.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-right.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-left.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.scale-in-up.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}
.scale-in-down.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}
.scale-out-up.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}
.scale-out-down.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}
.spin-in.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}
.spin-out.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}
.spin-in-ccw.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}
.spin-out-ccw.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}
.slow {
  transition-duration: 750ms !important;
}
.fast {
  transition-duration: 250ms !important;
}
.linear {
  transition-timing-function: linear !important;
}
.ease {
  transition-timing-function: ease !important;
}
.ease-in {
  transition-timing-function: ease-in !important;
}
.ease-out {
  transition-timing-function: ease-out !important;
}
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}
.bounce-in {
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
}
.bounce-out {
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}
.bounce-in-out {
  transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
}
.short-delay {
  transition-delay: 0.3s !important;
}
.long-delay {
  transition-delay: 0.7s !important;
}
.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    transform: translateX(7%);
  }
  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    transform: translateX(7%);
  }
  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}
@-webkit-keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    transform: rotate(-7deg);
  }
  0%,
  100%,
  30%,
  70% {
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    transform: rotate(-7deg);
  }
  0%,
  100%,
  30%,
  70% {
    transform: rotate(0);
  }
}
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}
.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}
.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}
.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}
.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}
.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.long-delay {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 0;
  -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;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  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"] {
  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;
}
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] :focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] :focus,
[data-whatintent="mouse"] *,
[data-whatintent="mouse"] :focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] :focus {
  outline: 0;
}
[draggable="false"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.foundation-mq {
  font-family: "small=0em&medium=35em&large=64em&xlarge=86em";
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
::after,
::before {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #191530;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px;
}
select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 4px;
  background: 0 0;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput="mouse"] button {
  outline: 0;
}
pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.grid-container {
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 35em) {
  .grid-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .grid-container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.grid-container.fluid {
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 35em) {
  .grid-container.fluid {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-x {
  display: flex;
  flex-flow: row wrap;
}
.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}
.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}
.grid-x > .small-1,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.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-full,
.grid-x > .small-shrink {
  flex-basis: auto;
}
@media print, screen and (min-width: 35em) {
  .grid-x > .medium-1,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12,
  .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-full,
  .grid-x > .medium-shrink {
    flex-basis: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-x > .large-1,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12,
  .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-full,
  .grid-x > .large-shrink {
    flex-basis: auto;
  }
}
@media screen and (min-width: 86em) {
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-12,
  .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-full,
  .grid-x > .xlarge-shrink {
    flex-basis: auto;
  }
}
.grid-x > .small-1,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.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 {
  flex: 0 0 auto;
}
.grid-x > .small-1 {
  width: 8.33333%;
}
.grid-x > .small-2 {
  width: 16.66667%;
}
.grid-x > .small-3 {
  width: 25%;
}
.grid-x > .small-4 {
  width: 33.33333%;
}
.grid-x > .small-5 {
  width: 41.66667%;
}
.grid-x > .small-6 {
  width: 50%;
}
.grid-x > .small-7 {
  width: 58.33333%;
}
.grid-x > .small-8 {
  width: 66.66667%;
}
.grid-x > .small-9 {
  width: 75%;
}
.grid-x > .small-10 {
  width: 83.33333%;
}
.grid-x > .small-11 {
  width: 91.66667%;
}
.grid-x > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 35em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-1,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12,
  .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-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-1,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12,
  .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-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 86em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-12,
  .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-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}
.grid-margin-x {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 2rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 2rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 2rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 2rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 2rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 2rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 2rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 2rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 2rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 2rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 2rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 2rem);
}
@media print, screen and (min-width: 35em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 2rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 2rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 2rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 2rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 2rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 2rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 2rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 2rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 2.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 2.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 2.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 2.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 2.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 2.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 2.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 2.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 2.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 2.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 2.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 2.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 2.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 2.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 2.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 2.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 2.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 2.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 2.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 2.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 2.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 2.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 2.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 2.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 86em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.33333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.66667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.66667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.66667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.66667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 2.5rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}
.small-up-2 > .cell {
  width: 50%;
}
.small-up-3 > .cell {
  width: 33.33333%;
}
.small-up-4 > .cell {
  width: 25%;
}
.small-up-5 > .cell {
  width: 20%;
}
.small-up-6 > .cell {
  width: 16.66667%;
}
.small-up-7 > .cell {
  width: 14.28571%;
}
.small-up-8 > .cell {
  width: 12.5%;
}
@media print, screen and (min-width: 35em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 86em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 2rem);
}
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 2rem);
}
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 2rem);
}
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 2rem);
}
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 2rem);
}
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 2rem);
}
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 2rem);
}
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 2rem);
}
@media print, screen and (min-width: 35em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 2rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 2rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 2rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 2.5rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 2.5rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 2.5rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 2.5rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 2.5rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 2.5rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
@media screen and (min-width: 86em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.33333%;
}
.small-margin-collapse > .small-2 {
  width: 16.66667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.33333%;
}
.small-margin-collapse > .small-5 {
  width: 41.66667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.33333%;
}
.small-margin-collapse > .small-8 {
  width: 66.66667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.33333%;
}
.small-margin-collapse > .small-11 {
  width: 91.66667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 35em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 86em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
.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: 35em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 35em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 35em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 86em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 35em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 86em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 86em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 86em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 86em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 86em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 86em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 86em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-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% + 2rem / 2);
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 2rem / 2);
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 2rem / 2);
}
.small-offset-3 {
  margin-left: 25%;
}
.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 2rem / 2);
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 2rem / 2);
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 2rem / 2);
}
.small-offset-6 {
  margin-left: 50%;
}
.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 2rem / 2);
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 2rem / 2);
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 2rem / 2);
}
.small-offset-9 {
  margin-left: 75%;
}
.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 2rem / 2);
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 2rem / 2);
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 2rem / 2);
}
@media print, screen and (min-width: 35em) {
  .medium-offset-0 {
    margin-left: 0;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 2rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 2rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 2rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 2rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 2rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 2rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 2rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 2rem / 2);
  }
}
@media screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 2.5rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 2.5rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 2.5rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 2.5rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 2.5rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 2.5rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 2.5rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 2.5rem / 2);
  }
}
@media screen and (min-width: 86em) {
  .xlarge-offset-0 {
    margin-left: 0;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 2.5rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 2.5rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 2.5rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 2.5rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 2.5rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 2.5rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 2.5rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 2.5rem / 2);
  }
}
.grid-y {
  display: flex;
  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-1,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12,
.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-full,
.grid-y > .small-shrink {
  flex-basis: auto;
}
@media print, screen and (min-width: 35em) {
  .grid-y > .medium-1,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12,
  .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-full,
  .grid-y > .medium-shrink {
    flex-basis: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .large-1,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12,
  .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-full,
  .grid-y > .large-shrink {
    flex-basis: auto;
  }
}
@media screen and (min-width: 86em) {
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-12,
  .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-full,
  .grid-y > .xlarge-shrink {
    flex-basis: auto;
  }
}
.grid-y > .small-1,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12,
.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 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.33333%;
}
.grid-y > .small-2 {
  height: 16.66667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.33333%;
}
.grid-y > .small-5 {
  height: 41.66667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.33333%;
}
.grid-y > .small-8 {
  height: 66.66667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.33333%;
}
.grid-y > .small-11 {
  height: 91.66667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 35em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-1,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12,
  .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-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-1,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12,
  .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-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 86em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-12,
  .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-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
@media screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.grid-margin-y {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
@media screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 2rem);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 2rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 2rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 2rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 2rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 2rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 2rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 2rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 2rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 2rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 2rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 2rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 2rem);
}
@media print, screen and (min-width: 35em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 2rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 2rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 2rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 2rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 2rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 2rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 2rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 2rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 86em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.5rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  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: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 35em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    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 screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    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: 86em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    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;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 35em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 86em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 35em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 86em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
@media screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 2rem);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 2rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 2rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 2rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 2rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 2rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 2rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 2rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 2rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 2rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 2rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 2rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 2rem);
}
@media print, screen and (min-width: 35em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 2rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 2rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 2rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 2rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 2rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 2rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 2rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 2rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 86em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.5rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 2rem);
}
@media print, screen and (min-width: 35em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}
@media screen and (min-width: 86em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}
@media print, screen and (min-width: 35em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
@media screen and (min-width: 86em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
.align-left {
  justify-content: flex-start;
}
.align-right {
  justify-content: flex-end;
}
.align-center {
  justify-content: center;
}
.align-justify {
  justify-content: space-between;
}
.align-spaced {
  justify-content: space-around;
}
.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  justify-content: center;
}
.align-top {
  align-items: flex-start;
}
.align-self-top {
  align-self: flex-start;
}
.align-bottom {
  align-items: flex-end;
}
.align-self-bottom {
  align-self: flex-end;
}
.align-middle {
  align-items: center;
}
.align-self-middle {
  align-self: center;
}
.align-stretch {
  align-items: stretch;
}
.align-self-stretch {
  align-self: stretch;
}
.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.small-order-1 {
  order: 1;
}
.small-order-2 {
  order: 2;
}
.small-order-3 {
  order: 3;
}
.small-order-4 {
  order: 4;
}
.small-order-5 {
  order: 5;
}
.small-order-6 {
  order: 6;
}
@media print, screen and (min-width: 35em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 86em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}
.flex-child-auto {
  flex: 1 1 auto;
}
.flex-child-grow {
  flex: 1 0 auto;
}
.flex-child-shrink {
  flex: 0 1 auto;
}
.flex-dir-row {
  flex-direction: row;
}
.flex-dir-row-reverse {
  flex-direction: row-reverse;
}
.flex-dir-column {
  flex-direction: column;
}
.flex-dir-column-reverse {
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 35em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 86em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
b,
strong {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 87.5%;
  line-height: inherit;
}
.form-container h3.form-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.ss360-layer__heading,
.ss360-suggests__header,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #191530;
  text-rendering: optimizeLegibility;
}
.form-container h3.form-title small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
.ss360-layer__heading small,
.ss360-suggests__header small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: inherit;
}
.h1,
h1 {
  font-size: 2rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1rem;
}
.h2,
h2 {
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-top: 0;
  margin-bottom: 1rem;
}
.h3,
.ss360-layer__heading,
h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}
.form-container h3.form-title,
.h4,
.ss360-suggests__header,
h4 {
  font-size: 1.125rem;
  line-height: 1.44444;
  margin-top: 0;
  margin-bottom: 1rem;
}
.h5,
h5 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
}
.h6,
h6 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 35em) {
  .h1,
  h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .h2,
  h2 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .h3,
  .ss360-layer__heading,
  h3 {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
  .form-container h3.form-title,
  .h4,
  .ss360-suggests__header,
  h4 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .h5,
  h5 {
    font-size: 1.125rem;
    line-height: 1.44444;
  }
  .h6,
  h6 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 64em) {
  .h1,
  h1 {
    font-size: 3rem;
    line-height: 1.125;
  }
  .h2,
  h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .h3,
  .ss360-layer__heading,
  h3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .form-container h3.form-title,
  .h4,
  .ss360-suggests__header,
  h4 {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
  .h5,
  h5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .h6,
  h6 {
    font-size: 1.125rem;
    line-height: 1.44444;
  }
}
a {
  line-height: inherit;
  color: #191530;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #de1b76;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.5rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ced9eb;
  border-left: 0;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.5;
}
li {
  font-size: inherit;
}
ul {
  margin-left: 1.5rem;
  list-style-type: disc;
}
ol {
  margin-left: 1.5rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.5rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.25rem;
  font-weight: 400;
}
blockquote {
  margin: 0 0 1rem;
  padding: 1rem 2.25rem 0 1.5rem;
  border-left: none;
}
blockquote,
blockquote p {
  line-height: 1.5;
  color: #191530;
}
abbr,
abbr[title] {
  border-bottom: 1px dotted #191530;
  cursor: help;
  text-decoration: none;
}
figure {
  margin: 0;
}
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #dfe7f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #191530;
  border-radius: 4px;
}
.subheader {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #191530;
}
.lead {
  font-size: 1.25rem;
  line-height: 1.4;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}
ol.no-bullet,
ul.no-bullet {
  margin-left: 0;
  list-style: none;
}
.cite-block,
cite {
  display: block;
  color: inherit;
  font-size: 1rem;
}
.cite-block:before,
cite:before {
  content: none;
}
.code-inline,
code {
  border: 2px solid #ced9eb;
  background-color: #dfe7f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #191530;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
.code-block {
  border: 2px solid #ced9eb;
  background-color: #dfe7f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #191530;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 35em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 86em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-print-color-adjust: economy;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote,
  pre {
    border: 1px solid #7989a6;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3rem;
  margin: 0 0 1rem;
  padding: 0.75rem 1rem 0.8125rem 1rem;
  border: 1px solid #dfe7f5;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #191530;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #de1b76;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #dfe7f5;
  cursor: not-allowed;
}
[type="button"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
}
input[type="search"] {
  box-sizing: border-box;
}
::-moz-placeholder {
  color: #7989a6;
}
:-ms-input-placeholder {
  color: #7989a6;
}
::placeholder {
  color: #7989a6;
}
[type="checkbox"],
[type="file"],
[type="radio"] {
  margin: 0 0 1rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
  cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
  margin-right: 0.5rem;
}
[type="file"] {
  width: 100%;
}
label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #191530;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.875rem;
  font-style: italic;
  color: #191530;
}
.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-radius: 2px 0 0 2px;
}
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 2px 2px 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #ced9eb;
  background: #dfe7f5;
  color: #191530;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}
.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.fieldset {
  margin: 0.5rem 0;
  padding: 1rem;
  border: 1px solid #ced9eb;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.25rem;
}
select {
  height: 3rem;
  margin: 0 0 1rem;
  padding: 0.75rem 1rem 0.8125rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dfe7f5;
  border-radius: 2px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #191530;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2825, 21, 48%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:focus {
  outline: 0;
  border: 1px solid #de1b76;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #dfe7f5;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}
.is-invalid-input:not(:focus) {
  border-color: #d14647;
  background-color: #faeded;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #d14647;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #d14647;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #d14647;
}
.is-invalid-label {
  color: #d14647;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #d14647;
}
.form-error.is-visible {
  display: block;
}
.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}
.accordion-item:first-child > :first-child {
  border-radius: 4px 4px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 4px 4px;
}
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #dfe7f5;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #de1b76;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #dfe7f5;
  border-radius: 0 0 4px 4px;
}
.accordion-title:focus,
.accordion-title:hover {
  background-color: #dfe7f5;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}
.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #dfe7f5;
  border-bottom: 0;
  background-color: #fff;
  color: #191530;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #dfe7f5;
}
.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu
  .is-accordion-submenu-parent:not(.has-submenu-toggle)
  > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #abb8cf transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.is-accordion-submenu-parent {
  position: relative;
}
.has-submenu-toggle > a {
  margin-right: 40px;
}
.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #abb8cf transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}
.submenu-toggle[aria-expanded="true"]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}
.submenu-toggle-text {
  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;
}
.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.25em;
  border-radius: 50%;
  font-size: 0.625rem;
  text-align: center;
  background: #de1b76;
  color: #fff;
}
.badge.primary {
  background: #de1b76;
  color: #fff;
}
.badge.secondary {
  background: #191530;
  color: #fff;
}
.badge.success {
  background: #008580;
  color: #fff;
}
.badge.warning {
  background: #d29238;
  color: #191530;
}
.badge.alert {
  background: #d14647;
  color: #fff;
}
.breadcrumbs {
  margin: 0 0 1.5rem 0;
  list-style: none;
}
.breadcrumbs::after,
.breadcrumbs::before {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.75rem;
  color: #191530;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.5rem;
  opacity: 1;
  content: "/";
  color: #7989a6;
}
.breadcrumbs a {
  color: #191530;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #abb8cf;
  cursor: not-allowed;
}
.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::after,
.button-group::before {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::after,
.button-group::before {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 2px;
  margin-bottom: 2px;
  font-size: 1rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.875rem;
}
.button-group.small .button {
  font-size: 1rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button.disabled:focus,
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled],
.button-group.primary .button[disabled]:focus,
.button-group.primary .button[disabled]:hover {
  background-color: #de1b76;
  color: #fff;
}
.button-group.primary .button:focus,
.button-group.primary .button:hover {
  background-color: #b2165e;
  color: #fff;
}
.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled],
.button-group.secondary .button[disabled]:focus,
.button-group.secondary .button[disabled]:hover {
  background-color: #191530;
  color: #fff;
}
.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
  background-color: #141126;
  color: #fff;
}
.button-group.success .button,
.button-group.success .button.disabled,
.button-group.success .button.disabled:focus,
.button-group.success .button.disabled:hover,
.button-group.success .button[disabled],
.button-group.success .button[disabled]:focus,
.button-group.success .button[disabled]:hover {
  background-color: #008580;
  color: #fff;
}
.button-group.success .button:focus,
.button-group.success .button:hover {
  background-color: #006a66;
  color: #fff;
}
.button-group.warning .button,
.button-group.warning .button.disabled,
.button-group.warning .button.disabled:focus,
.button-group.warning .button.disabled:hover,
.button-group.warning .button[disabled],
.button-group.warning .button[disabled]:focus,
.button-group.warning .button[disabled]:hover {
  background-color: #d29238;
  color: #191530;
}
.button-group.warning .button:focus,
.button-group.warning .button:hover {
  background-color: #ae7627;
  color: #191530;
}
.button-group.alert .button,
.button-group.alert .button.disabled,
.button-group.alert .button.disabled:focus,
.button-group.alert .button.disabled:hover,
.button-group.alert .button[disabled],
.button-group.alert .button[disabled]:focus,
.button-group.alert .button[disabled]:hover {
  background-color: #d14647;
  color: #fff;
}
.button-group.alert .button:focus,
.button-group.alert .button:hover {
  background-color: #b32c2d;
  color: #fff;
}
.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button:focus,
.button-group.hollow .button:hover,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:focus,
.button-group.hollow .button[disabled]:hover {
  background-color: transparent;
}
.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:focus,
.button-group.hollow .button[disabled]:hover {
  border: 2px solid #de1b76;
  color: #de1b76;
}
.button-group.hollow .button:focus,
.button-group.hollow .button:hover {
  border-color: #6f0e3b;
  color: #6f0e3b;
}
.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary[disabled]:focus,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow.primary .button[disabled]:hover {
  border: 2px solid #de1b76;
  color: #de1b76;
}
.button-group.hollow .button.primary:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow.primary .button:hover {
  border-color: #6f0e3b;
  color: #6f0e3b;
}
.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary[disabled]:focus,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow.secondary .button[disabled]:hover {
  border: 2px solid #191530;
  color: #191530;
}
.button-group.hollow .button.secondary:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow.secondary .button:hover {
  border-color: #0d0b18;
  color: #0d0b18;
}
.button-group.hollow .button.success,
.button-group.hollow .button.success.disabled,
.button-group.hollow .button.success.disabled:focus,
.button-group.hollow .button.success.disabled:hover,
.button-group.hollow .button.success[disabled],
.button-group.hollow .button.success[disabled]:focus,
.button-group.hollow .button.success[disabled]:hover,
.button-group.hollow.success .button,
.button-group.hollow.success .button.disabled,
.button-group.hollow.success .button.disabled:focus,
.button-group.hollow.success .button.disabled:hover,
.button-group.hollow.success .button[disabled],
.button-group.hollow.success .button[disabled]:focus,
.button-group.hollow.success .button[disabled]:hover {
  border: 2px solid #008580;
  color: #008580;
}
.button-group.hollow .button.success:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow.success .button:hover {
  border-color: #004340;
  color: #004340;
}
.button-group.hollow .button.warning,
.button-group.hollow .button.warning.disabled,
.button-group.hollow .button.warning.disabled:focus,
.button-group.hollow .button.warning.disabled:hover,
.button-group.hollow .button.warning[disabled],
.button-group.hollow .button.warning[disabled]:focus,
.button-group.hollow .button.warning[disabled]:hover,
.button-group.hollow.warning .button,
.button-group.hollow.warning .button.disabled,
.button-group.hollow.warning .button.disabled:focus,
.button-group.hollow.warning .button.disabled:hover,
.button-group.hollow.warning .button[disabled],
.button-group.hollow.warning .button[disabled]:focus,
.button-group.hollow.warning .button[disabled]:hover {
  border: 2px solid #d29238;
  color: #d29238;
}
.button-group.hollow .button.warning:focus,
.button-group.hollow .button.warning:hover,
.button-group.hollow.warning .button:focus,
.button-group.hollow.warning .button:hover {
  border-color: #6c4a19;
  color: #6c4a19;
}
.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert[disabled]:focus,
.button-group.hollow .button.alert[disabled]:hover,
.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow.alert .button[disabled]:hover {
  border: 2px solid #d14647;
  color: #d14647;
}
.button-group.hollow .button.alert:focus,
.button-group.hollow .button.alert:hover,
.button-group.hollow.alert .button:focus,
.button-group.hollow.alert .button:hover {
  border-color: #701c1c;
  color: #701c1c;
}
.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button:focus,
.button-group.clear .button:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover {
  color: #de1b76;
}
.button-group.clear .button:focus,
.button-group.clear .button:hover {
  color: #6f0e3b;
}
.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary[disabled]:focus,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear.primary .button[disabled]:hover {
  color: #de1b76;
}
.button-group.clear .button.primary:focus,
.button-group.clear .button.primary:hover,
.button-group.clear.primary .button:focus,
.button-group.clear.primary .button:hover {
  color: #6f0e3b;
}
.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary[disabled]:focus,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear.secondary .button[disabled]:hover {
  color: #191530;
}
.button-group.clear .button.secondary:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear.secondary .button:hover {
  color: #0d0b18;
}
.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success[disabled]:focus,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button[disabled]:focus,
.button-group.clear.success .button[disabled]:hover {
  color: #008580;
}
.button-group.clear .button.success:focus,
.button-group.clear .button.success:hover,
.button-group.clear.success .button:focus,
.button-group.clear.success .button:hover {
  color: #004340;
}
.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning[disabled]:focus,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear.warning .button[disabled]:hover {
  color: #d29238;
}
.button-group.clear .button.warning:focus,
.button-group.clear .button.warning:hover,
.button-group.clear.warning .button:focus,
.button-group.clear.warning .button:hover {
  color: #6c4a19;
}
.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert[disabled]:focus,
.button-group.clear .button.alert[disabled]:hover,
.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear.alert .button[disabled]:hover {
  color: #d14647;
}
.button-group.clear .button.alert:focus,
.button-group.clear .button.alert:hover,
.button-group.clear.alert .button:focus,
.button-group.clear.alert .button:hover {
  color: #701c1c;
}
.button-group.no-gaps .button {
  margin-right: -0.125rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
  flex-wrap: wrap;
}
.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 35em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 34.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(25, 21, 48, 0.25);
  border-radius: 4px;
  background-color: #fff;
  color: #191530;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #fbdcea;
  color: #191530;
}
.callout.secondary {
  background-color: #d5d1eb;
  color: #191530;
}
.callout.success {
  background-color: #c6fffd;
  color: #191530;
}
.callout.warning {
  background-color: #f8efe1;
  color: #191530;
}
.callout.alert {
  background-color: #f8e3e3;
  color: #191530;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}
.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.5rem;
  border: 2px solid #dfe7f5;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #191530;
}
.card > :last-child {
  margin-bottom: 0;
}
.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1.5rem;
  background: #dfe7f5;
}
.card-divider > :last-child {
  margin-bottom: 0;
}
.card-section {
  flex: 1 0 auto;
  padding: 1.5rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}
.card-image {
  min-height: 1px;
}
.close-button {
  position: absolute;
  z-index: 10;
  color: #7989a6;
  cursor: pointer;
}
[data-whatinput="mouse"] .close-button {
  outline: 0;
}
.close-button:focus,
.close-button:hover {
  color: #de1b76;
}
.close-button.small {
  right: 1rem;
  top: 0.5rem;
  font-size: 1.5em;
  line-height: 1;
}
.close-button,
.close-button.medium {
  right: 1.5rem;
  top: 1rem;
  font-size: 2em;
  line-height: 1;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput="mouse"] .menu li {
  outline: 0;
}
.menu .button,
.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu a,
.menu button,
.menu input,
.menu select {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu,
.menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a svg,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a svg,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 35em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 86em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a {
  display: flex;
}
.menu.icon-left li a,
.menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a img,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a,
.menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a img,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a,
.menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a img,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a,
.menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: 0 0;
  color: #fff;
}
.menu .active > a {
  background: 0 0;
  color: #fff;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a svg,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}
.no-js [data-responsive-menu] ul {
  display: none;
}
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
}
.menu-icon:hover::after {
  background: #ced9eb;
  box-shadow: 0 7px 0 #ced9eb, 0 14px 0 #ced9eb;
}
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #191530;
  box-shadow: 0 7px 0 #191530, 0 14px 0 #191530;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #7989a6;
  box-shadow: 0 7px 0 #7989a6, 0 14px 0 #7989a6;
}
.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}
.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #de1b76;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #191530;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #191530 transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #de1b76 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #ced9eb;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}
.dropdown-pane.tiny {
  width: 100px;
}
.dropdown-pane.small {
  width: 200px;
}
.dropdown-pane.large {
  width: 400px;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #191530 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fff;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: 0 0;
  color: #de1b76;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #191530 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #191530;
}
@media print, screen and (min-width: 35em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #191530 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #191530 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #191530;
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #191530 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #191530 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #191530;
  }
}
@media screen and (min-width: 86em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #191530 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #191530 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #191530;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}
.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}
.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #ced9eb;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #191530 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #191530;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}
.flex-video,
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen,
.responsive-embed.widescreen {
  padding-bottom: 56.25%;
}
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #de1b76;
  color: #fff;
}
.label.primary {
  background: #de1b76;
  color: #fff;
}
.label.secondary {
  background: #191530;
  color: #fff;
}
.label.success {
  background: #008580;
  color: #fff;
}
.label.warning {
  background: #d29238;
  color: #191530;
}
.label.alert {
  background: #d14647;
  color: #fff;
}
.media-object {
  display: flex;
  margin-bottom: 1.5rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 34.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}
.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1.5rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1.5rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 34.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1.5rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: auto;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}
.is-off-canvas-open {
  overflow: hidden;
}
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}
.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #dfe7f5;
}
[data-whatinput="mouse"] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(25, 21, 48, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #dfe7f5;
}
[data-whatinput="mouse"] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(25, 21, 48, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}
.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}
.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(25, 21, 48, 0.25);
}
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}
.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}
.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(25, 21, 48, 0.25);
}
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}
.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}
.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(25, 21, 48, 0.25);
}
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}
.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}
.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(25, 21, 48, 0.25);
}
.off-canvas-content {
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}
@media print, screen and (min-width: 35em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 86em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 35em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: 0 0;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-bottom,
  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: 0 0;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-bottom,
  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 86em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: 0 0;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-bottom,
  .off-canvas.in-canvas-for-xlarge.position-left,
  .off-canvas.in-canvas-for-xlarge.position-right,
  .off-canvas.in-canvas-for-xlarge.position-top {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}
.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}
.orbit-figure {
  margin: 0;
}
.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(25, 21, 48, 0.5);
  color: #fff;
}
.orbit-next,
.orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}
[data-whatinput="mouse"] .orbit-next,
[data-whatinput="mouse"] .orbit-previous {
  outline: 0;
}
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
  background-color: rgba(25, 21, 48, 0.5);
}
.orbit-previous {
  left: 0;
}
.orbit-next {
  left: auto;
  right: 0;
}
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput="mouse"] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #ced9eb;
}
.orbit-bullets button:hover {
  background-color: #7989a6;
}
.orbit-bullets button.is-active {
  background-color: #7989a6;
}
.progress {
  height: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  background-color: #ced9eb;
}
.progress.primary .progress-meter {
  background-color: #de1b76;
}
.progress.secondary .progress-meter {
  background-color: #191530;
}
.progress.success .progress-meter {
  background-color: #008580;
}
.progress.warning .progress-meter {
  background-color: #d29238;
}
.progress.alert .progress-meter {
  background-color: #d14647;
}
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #de1b76;
  border-radius: 4px;
}
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
}
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #dfe7f5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: none;
}
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #ced9eb;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 4px;
  background-color: #de1b76;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput="mouse"] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #bd1764;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}
.sticky-container {
  position: relative;
}
.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 700;
  display: none;
  background-color: rgba(25, 21, 48, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.reveal {
  z-index: 701;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 3rem 2.5rem;
  border: none;
  border-radius: none;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput="mouse"] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 35em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 35em) {
  .reveal {
    width: 600px;
    max-width: 80rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 35em) {
  .reveal.tiny {
    width: 30%;
    max-width: 80rem;
  }
}
@media print, screen and (min-width: 35em) {
  .reveal.small {
    width: 50%;
    max-width: 80rem;
  }
}
@media print, screen and (min-width: 35em) {
  .reveal.large {
    width: 90%;
    max-width: 80rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 34.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
.switch {
  position: relative;
  margin-bottom: 1.5rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 2rem;
}
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 4px;
  background: #ced9eb;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #de1b76;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput="mouse"] input:focus ~ .switch-paddle {
  outline: 0;
}
.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}
.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}
.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}
.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}
.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5rem;
  border-radius: 4px;
}
tbody,
tfoot,
thead {
  border: 1px solid #ced9eb;
  background-color: #fff;
}
caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
}
thead {
  background: #fff;
  color: #191530;
}
tfoot {
  background: #f7faff;
  color: #191530;
}
tfoot tr,
thead tr {
  background: 0 0;
}
tfoot td,
tfoot th,
thead td,
thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}
tbody td,
tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
}
tbody tr:nth-child(odd) {
  background-color: #f7faff;
}
table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #ced9eb;
  background-color: #fff;
}
@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack td,
  table.stack th,
  table.stack tr {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}
table.hover thead tr:hover {
  background-color: #dfe7f5;
}
table.hover tfoot tr:hover {
  background-color: #ced9eb;
}
table.hover tbody tr:hover {
  background-color: #dfe7f5;
}
table.hover:not(.unstriped) tr:nth-of-type(odd):hover {
  background-color: #ced9eb;
}
.table-scroll {
  overflow-x: auto;
}
.tabs {
  margin: 0;
  border: 1px solid #dfe7f5;
  background: #fff;
  list-style-type: none;
}
.tabs::after,
.tabs::before {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}
.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: 0 0;
}
.tabs.primary {
  background: #de1b76;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
  background: #d31a70;
}
.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #de1b76;
}
[data-whatinput="mouse"] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fff;
  color: #bf1765;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background: #dfe7f5;
  color: #de1b76;
}
.tabs-content {
  border: 1px solid #dfe7f5;
  border-top: 0;
  background: #fff;
  color: #191530;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #dfe7f5;
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1.5rem;
  border: solid 4px #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(25, 21, 48, 0.2);
  line-height: 0;
}
a.thumbnail {
  transition: box-shadow 0.2s ease-out;
}
a.thumbnail:focus,
a.thumbnail:hover {
  box-shadow: 0 0 6px 1px rgba(222, 27, 118, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}
.title-bar {
  padding: 0.5rem;
  background: #191530;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}
.title-bar-right {
  text-align: right;
}
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #7989a6;
  font-weight: 700;
  cursor: help;
}
.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 4px;
  background-color: #191530;
  font-size: 87.5%;
  color: #fff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #191530;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #191530 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #191530;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #191530 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}
.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #dfe7f5;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 35em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 85.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xlarge {
  flex-wrap: wrap;
}
.top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
@media print, screen and (max-width: 34.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 35em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 35em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 34.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 35em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 34.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 85.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 86em) {
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 86em) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: 85.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 86em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 85.99875em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
.contact-card .card-body .org,
.show-for-sr,
.show-on-focus,
.ss360-layer__content--tabs .ss360-layer__heading {
  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;
}
.hide-for-portrait,
.show-for-landscape {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    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;
  }
}
.show-for-dark-mode {
  display: none;
}
.hide-for-dark-mode {
  display: block;
}
@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}
.is-stuck .show-for-sticky {
  display: block;
}
.is-stuck .hide-for-sticky {
  display: none;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.clearfix::after,
.clearfix::before {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}
cite {
  font-style: normal;
}
@media print, screen and (min-width: 35em) {
  .h1,
  h1 {
    letter-spacing: -0.01em;
  }
  .form-container h3.form-title,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  .ss360-layer__heading,
  .ss360-suggests__header,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: normal;
  }
}
@media screen and (min-width: 64em) {
  .h1,
  h1 {
    letter-spacing: -0.02em;
  }
  .h2,
  h2 {
    letter-spacing: -0.01em;
  }
  .form-container h3.form-title,
  .h3,
  .h4,
  .h5,
  .h6,
  .ss360-layer__heading,
  .ss360-suggests__header,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: normal;
  }
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: inherit;
}
a:active,
a:focus,
a:hover {
  color: #de1b76;
}
ol.no-list,
ul.no-list {
  list-style: none;
  margin-left: 0;
}
tbody tr:nth-child(even) {
  border-bottom: 1px solid #ced9eb;
}
table thead td {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44444;
}
@media print, screen and (min-width: 35em) {
  table thead td {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 64em) {
  table thead td {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  transition: none;
}
[type="color"]:hover,
[type="date"]:hover,
[type="datetime-local"]:hover,
[type="datetime"]:hover,
[type="email"]:hover,
[type="month"]:hover,
[type="number"]:hover,
[type="password"]:hover,
[type="search"]:hover,
[type="tel"]:hover,
[type="text"]:hover,
[type="time"]:hover,
[type="url"]:hover,
[type="week"]:hover,
select:hover,
textarea:hover {
  border-color: #de1b76;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
select:focus,
textarea:focus {
  border-color: #de1b76;
  box-shadow: 0 0 0 1px #de1b76;
}
select {
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  line-height: 1.625rem;
}
textarea {
  height: auto;
  resize: vertical;
  min-height: 5.875rem;
}
textarea[rows] {
  min-height: none;
}
.fake-label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}
.hs-button {
  display: inline-block;
  vertical-align: middle;
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  line-height: 1;
  margin: 0 0 1rem 0;
  padding: 0.9375rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.125rem;
  text-align: center;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  transition: none;
}
.hs-button,
.hs-button.disabled,
.hs-button.disabled:focus,
.hs-button.disabled:hover,
.hs-button[disabled],
.hs-button[disabled]:focus,
.hs-button[disabled]:hover {
  background: #de1b76;
  color: #fff;
  box-shadow: none;
}
.hs-button:focus,
.hs-button:hover {
  background: #ef60a3;
  color: #fff;
}
.hs-button:active {
  background: #c31668;
  color: #fff;
}
.hs-submit {
  margin-top: 2rem;
}
.hs-submit .actions:last-child .hs-button {
  margin-bottom: 0;
}
.hs-form .hs-richtext {
  margin-bottom: 1rem;
}
.hs-form .hs-richtext.hs-main-font-element {
  margin-bottom: 0;
  text-align: center;
}
.hs-form .hs-form-required {
  opacity: 0.5;
}
.hs-form label:focus .hs-form-required,
.hs-form label:hover .hs-form-required {
  opacity: 1;
  color: #de1b76;
}
.hs-form label > span:empty,
.hs-form label > span:empty + .hs-form-required {
  display: none;
}
.hs-form .hs-input.error {
  color: #d14647;
  border-color: #d14647;
  box-shadow: 0 0 0 1px #d14647;
}
.hs-form .hs-error-msgs {
  margin-top: -0.5rem;
}
.hs-form .hs-error-msgs .hs-error-msg {
  font-size: 1rem;
  color: #d14647;
  font-weight: 500;
}
#hs-pwd-widget-password {
  height: 3rem !important;
  margin-top: 0 !important;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.close-button .icon {
  width: 1.25em;
  height: 1.25em;
}
.button {
  display: inline-block;
  vertical-align: middle;
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  line-height: 1;
  margin: 0 0 1rem 0;
  padding: 0.9375rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.125rem;
  text-align: center;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  transition: none;
}
.button.large {
  font-size: 1.25rem;
  padding: 0.9375rem 1.5rem;
}
.button.small {
  font-size: 1rem;
  padding: 0.6875rem 1rem;
}
.button.tiny {
  font-size: 0.875rem;
  padding: 0.625rem 0.75rem;
}
.button.expanded {
  margin-left: 0;
  margin-right: 0;
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 35em) {
  .button.medium-expanded {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .button.large-expanded {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
  }
}
.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button.primary,
.button.primary.disabled,
.button.primary.disabled:focus,
.button.primary.disabled:hover,
.button.primary[disabled],
.button.primary[disabled]:focus,
.button.primary[disabled]:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
  background: #de1b76;
  color: #fff;
  box-shadow: none;
}
.button.primary:focus,
.button.primary:hover,
.button:focus,
.button:hover {
  background: #c31668;
  color: #fff;
}
.button.primary:active,
.button:active {
  background: #c31668;
  color: #fff;
}
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover,
.button.primary.hollow,
.button.primary.hollow.disabled,
.button.primary.hollow.disabled:focus,
.button.primary.hollow.disabled:hover,
.button.primary.hollow[disabled],
.button.primary.hollow[disabled]:focus,
.button.primary.hollow[disabled]:hover {
  border: 1px solid #ef60a3;
  background: 0 0;
  color: #de1b76;
}
.button.hollow:focus,
.button.hollow:hover,
.button.primary.hollow:focus,
.button.primary.hollow:hover {
  border-color: transparent;
  background: #c31668;
  color: #fff;
}
.button.hollow:active,
.button.primary.hollow:active {
  background: #c31668;
  color: #fff;
}
.button.secondary,
.button.secondary.disabled,
.button.secondary.disabled:focus,
.button.secondary.disabled:hover,
.button.secondary[disabled],
.button.secondary[disabled]:focus,
.button.secondary[disabled]:hover {
  background: #191530;
  color: #fff;
}
.button.secondary:focus,
.button.secondary:hover {
  background: #000;
  color: #fff;
}
.button.secondary:active {
  background: #000;
  color: #fff;
}
.button.secondary.hollow,
.button.secondary.hollow.disabled,
.button.secondary.hollow.disabled:focus,
.button.secondary.hollow.disabled:hover,
.button.secondary.hollow[disabled],
.button.secondary.hollow[disabled]:focus,
.button.secondary.hollow[disabled]:hover {
  border: 1px solid #abb8cf;
  background: 0 0;
  color: #191530;
}
.button.secondary.hollow:focus,
.button.secondary.hollow:hover {
  border-color: #c31668;
  background: #c31668;
  color: #fff;
}
.button.secondary.hollow:active {
  background: #c31668;
  color: #fff;
}
.button.light,
.button.light.disabled,
.button.light.disabled:focus,
.button.light.disabled:hover,
.button.light[disabled],
.button.light[disabled]:focus,
.button.light[disabled]:hover {
  background: #fff;
  color: #de1b76;
}
.button.light:focus,
.button.light:hover {
  background: #fff;
  color: #c31668;
}
.button.light:active {
  background: #dfe7f5;
  color: #c31668;
}
.button.light.hollow,
.button.light.hollow.disabled,
.button.light.hollow.disabled:focus,
.button.light.hollow.disabled:hover,
.button.light.hollow[disabled],
.button.light.hollow[disabled]:focus,
.button.light.hollow[disabled]:hover {
  border: 1px solid #fff;
  background: 0 0;
  color: #fff;
}
.button.light.hollow:focus,
.button.light.hollow:hover {
  border-color: transparent;
  background: #fff;
  color: #c31668;
}
.button.light.hollow:active {
  background: #dfe7f5;
  color: #c31668;
}
a.button,
a.button:hover {
  text-decoration: none;
}
.ratio-container {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 61.8034%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #7989a6;
}
.ratio-container > img {
  position: absolute;
  margin: auto;
  left: -1rem;
  right: -1rem;
  top: 0;
  bottom: 0;
  width: 112.5%;
  max-width: 125%;
}
.ratio-container[style~="background-image:"] > img {
  opacity: 0;
}
.ratio-container.square {
  padding-top: 100%;
}
.avatar {
  display: block;
  overflow: hidden;
  position: relative;
  height: 6rem;
  width: 6rem;
  margin-bottom: 1rem;
  background-color: #ced9eb;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-clip: padding-box;
  color: #fff;
}
.avatar > img {
  position: absolute;
  margin: auto;
  left: -0.125rem;
  right: -0.125rem;
  top: 0;
  bottom: 0;
  width: calc(100% + 4px);
}
.avatar[style~="background-image:"] > img {
  display: none;
}
.avatar:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/dot-clip.svg#body) no-repeat 0 0;
  background-size: contain;
  top: -0.0625rem;
  bottom: -0.0625rem;
  left: -0.0625rem;
  right: -0.0625rem;
}
.page-header .avatar:after {
  background-image: url(../images/dot-clip.svg#blue);
}
.entry-hosts .avatar:after,
.webinar-poster .avatar:after {
  background-image: url(../images/dot-clip.svg#card);
}
.avatar.expanded {
  height: 0;
  padding-top: 100%;
  width: 100%;
  max-width: none;
}
.avatar.creep {
  overflow: visible;
  background-color: transparent;
  border: 0;
}
.avatar.creep > img {
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  width: 100%;
}
.avatar.creep:after,
.page-header .avatar.creep:after {
  content: none;
  display: none;
}
.well {
  background: #dfe7f5;
  padding: 2rem 1.5rem;
}
@media print, screen and (min-width: 35em) {
  .well {
    padding: 2.5rem 2rem;
  }
}
.well.listing-well {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media print, screen and (min-width: 35em) {
  .well.listing-well {
    padding: 2.5rem 2rem;
  }
}
.well.listing-well .button:last-child {
  margin-bottom: 0;
}
.well.language-selector {
  background: #3ccbda;
  border-radius: 0.25rem;
}
.testimonial {
  flex: 0 0 auto;
  padding: 0;
}
.testimonial .testimonial-quote {
  margin: 0 0 1.5rem 0;
  padding: 0;
}
@media screen and (min-width: 64em) {
  .testimonial .testimonial-quote {
    margin-bottom: 2rem;
  }
}
.testimonial .testimonial-quote q:before {
  content: "\201C";
  display: block;
  font-size: 2em;
  line-height: 1;
  margin-bottom: -0.35em;
  margin-left: -0.035em;
}
.testimonial .testimonial-quote q:after {
  content: none;
}
.testimonial .testimonial-cite {
  font-style: normal;
}
.testimonial-cite .cite-logo,
.testimonial-cite .cite-name,
.testimonial-cite .cite-source,
.testimonial-cite .cite-title {
  display: block;
  margin: 0;
}
.testimonial-cite .cite-name {
  font-weight: 700;
}
.testimonial-cite .cite-logo {
  margin-top: 1.5rem;
}
.poster-block .testimonial .testimonial-quote {
  margin-bottom: 1rem;
}
.poster-block .testimonial .testimonial-quote q:before {
  color: #de1b76;
  font-size: 3em;
  margin-bottom: -0.2em;
}
.host {
  margin-bottom: 1.5rem;
}
.host:last-child {
  margin-bottom: 0;
}
.host .host-name {
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: 700;
  color: #191530;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .host .host-name {
    font-size: 1.25rem;
    line-height: 0.71429;
  }
}
@media screen and (min-width: 64em) {
  .host .host-name {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
.host .host-organisation,
.host .host-position {
  font-size: 1rem;
  color: #191530;
  margin: 0;
}
.tick-list {
  list-style: none;
  margin-left: 0;
}
.tick-list li {
  line-height: 2.5rem;
  padding-left: 2rem;
  background: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMjQiIGhlaWdodD0iMTAyNCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+Cjx0aXRsZT48L3RpdGxlPgo8ZyBpZD0iaWNvbW9vbi1pZ25vcmUiPgo8L2c+CjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02ODguODU1IDM1OS45MWMxMS4wMjEtMTAuNzgxIDI4LjYxOC0xMC41MDggMzkuMzA0IDAuNjEgOS43OTYgMTAuMTkxIDEwLjM4NSAyNS45NTggMS45MjYgMzYuODE5bC0yLjUzMSAyLjgzMy0yNjkuNzgxIDI2My45MThjLTkuODgzIDkuNjY4LTI1LjEwNiAxMC40NzQtMzUuODc5IDIuNDE3bC0yLjgyLTIuNDE3LTEyMi42MjgtMTE5Ljk2M2MtMTEuMDIxLTEwLjc4MS0xMS4yOTEtMjguNTM0LTAuNjA1LTM5LjY1MiA5Ljc5Ni0xMC4xOTEgMjUuMzk5LTExLjI3IDM2LjQyLTMuMDc1bDIuODg0IDIuNDY1IDEwMy4yNDUgMTAxLjAwMSAyNTAuNDY0LTI0NC45NTZ6Ij48L3BhdGg+Cjwvc3ZnPgo=)
    no-repeat -0.25rem 0.25rem;
  background-size: 2rem 2rem;
}
.page-header .tick-list.page-subheading li,
.pricing-card .tick-list.card-body li,
.testimonial-cite .tick-list.cite-source li,
.tick-list.entry-content li,
.tick-list.ss360-query-correction li,
.tick-list.text-large li,
.webinar-sessioninfo p.tick-list li {
  line-height: 3.5rem;
  background-position: 0 1rem;
  padding-left: 2.5rem;
}
.poster-block .tick-list li {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIxLjUyNyAxMS4yNDdhLjg2My44NjMgMCAwMTEuMjI4LjAyLjg4Mi44ODIgMCAwMS4wNiAxLjE1bC0uMDc5LjA4OC04LjQzIDguMjQ4YS44NjMuODYzIDAgMDEtMS4xMjIuMDc1bC0uMDg4LS4wNzUtMy44MzItMy43NDlhLjg4Mi44ODIgMCAwMS0uMDE5LTEuMjQuODYzLjg2MyAwIDAxMS4xMzgtLjA5NWwuMDkuMDc3IDMuMjI3IDMuMTU2IDcuODI3LTcuNjU1eiIgZmlsbD0iI2RlMWI3NiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    no-repeat -0.25rem 0.25rem;
}
.page-header .poster-block .tick-list.page-subheading li,
.poster-block .page-header .tick-list.page-subheading li,
.poster-block .pricing-card .tick-list.card-body li,
.poster-block .testimonial-cite .tick-list.cite-source li,
.poster-block .tick-list.entry-content li,
.poster-block .tick-list.ss360-query-correction li,
.poster-block .tick-list.text-large li,
.poster-block .webinar-sessioninfo p.tick-list li,
.pricing-card .poster-block .tick-list.card-body li,
.testimonial-cite .poster-block .tick-list.cite-source li,
.webinar-sessioninfo .poster-block p.tick-list li {
  background-size: 3rem 3rem;
  background-position: -0.625rem 0.1875rem;
}
.article-grid {
  margin-bottom: -2.5rem;
}
@media print, screen and (min-width: 35em) {
  .article-grid {
    margin-bottom: -3.5rem;
  }
}
@media screen and (min-width: 64em) {
  .article-grid {
    margin-bottom: -5rem;
  }
}
.article-grid + .article-grid {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 35em) {
  .article-grid + .article-grid {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 64em) {
  .article-grid + .article-grid {
    margin-top: 5rem;
  }
}
.article-grid.owl-carousel,
.article-grid > .cell {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .article-grid.owl-carousel,
  .article-grid > .cell {
    margin-bottom: 4rem;
  }
}
.article-grid.owl-carousel {
  margin-top: 1.5rem;
}
.article-card {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}
.article-card .article-card-thumbnail {
  flex: 0 0 auto;
}
.article-card .article-card-thumbnail a {
  background: 0 0;
}
.article-card .article-card-face {
  flex: 1 1 auto;
  padding: 1rem 0 0.5rem 0;
}
.article-card .article-card-footer {
  flex: 0 0 auto;
}
.article-card .article-card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-size: 1rem;
  height: 3.25rem;
}
.article-card .article-card-title {
  margin-bottom: 0;
}
.article-card .article-card-title a {
  display: block;
  color: inherit;
  background: 0 0;
  font-weight: inherit;
}
.article-card .article-card-title.article-card-title {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 64em) {
  .article-card .article-card-title.article-card-title {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
.article-card
  .article-card-thumbnail:hover
  + .article-card-face
  .article-card-title
  a,
.article-card .article-card-title a:hover {
  color: #de1b76;
}
.article-card-info .card-category {
  font-weight: 700;
}
.article-card-info .card-category a {
  background: 0 0;
  color: inherit;
}
.article-card-info .card-category a:hover {
  color: #de1b76;
}
.article-card-info .card-case-logo {
  max-width: 33.33333%;
}
.article-card.featured .article-card-title.article-card-title {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 35em) {
  .article-card.featured .article-card-title.article-card-title {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media screen and (min-width: 64em) {
  .article-card.featured .article-card-title.article-card-title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 35em) {
  .article-card.featured .article-card-info {
    height: 3.9375rem;
  }
  .article-card.featured .article-card-info .card-category {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 64em) {
  .article-card.featured .article-card-face {
    padding: 1rem 0 1rem 0;
  }
  .article-card.featured .article-card-info {
    height: 4.5625rem;
  }
  .article-card.featured .article-card-info .card-category {
    font-size: 1.25rem;
  }
}
.webinar-grid.owl-carousel,
.webinar-grid > .cell {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 35em) {
  .webinar-grid.owl-carousel,
  .webinar-grid > .cell {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .webinar-grid.owl-carousel,
  .webinar-grid > .cell {
    margin-bottom: 3rem;
  }
}
.form-container h3.form-title + .webinar-grid,
.h4 + .webinar-grid,
.ss360-suggests__header + .webinar-grid {
  margin-top: 2.5rem;
}
.webinar-card {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
  padding: 1.5rem 1.5rem;
  background: #f7faff;
  border-radius: 4px;
}
.webinar-card .webinar-card-face {
  flex: 1 1 auto;
  padding: 0 0 1.5rem 0;
}
@media screen and (min-width: 64em) {
  .webinar-card .webinar-card-face {
    padding-bottom: 2.5rem;
  }
}
.webinar-card .webinar-card-footer {
  flex: 0 0 auto;
}
.webinar-card .webinar-card-title {
  margin-bottom: 0;
}
.webinar-card .webinar-card-title a {
  display: block;
  background: 0 0;
  font-weight: inherit;
}
.page-section.secondary .webinar-card {
  background: #fff;
}
.resource-card {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}
.resource-card .resource-card-thumbnail {
  flex: 0 0 auto;
}
.resource-card .resource-card-thumbnail a {
  background: 0 0;
}
.resource-card .resource-card-face {
  flex: 1 1 auto;
  padding: 1rem 0 0.5rem 0;
}
.resource-card .resource-card-footer {
  flex: 0 0 auto;
}
.resource-card .resource-card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-size: 1rem;
  height: 3.25rem;
}
.resource-card .resource-card-title {
  margin-bottom: 0;
}
.resource-card .resource-card-title a {
  display: block;
  color: inherit;
  background: 0 0;
  font-weight: inherit;
}
.resource-card .resource-card-title.resource-card-title {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 64em) {
  .resource-card .resource-card-title.resource-card-title {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
.resource-card
  .resource-card-thumbnail:hover
  + .resource-card-face
  .resource-card-title
  a,
.resource-card .resource-card-title a:hover {
  color: #de1b76;
}
.resource-card.type-video .resource-card-thumbnail .ratio-container:after {
  content: "";
  position: absolute;
  width: 3.25rem;
  height: 3.25rem;
  background: rgba(25, 21, 48, 0.5) no-repeat 50% 50%;
  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9Ijc2OCIgaGVpZ2h0PSI3NjgiIHZpZXdCb3g9IjAgMCA3NjggNzY4Ij4KPHRpdGxlPjwvdGl0bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMzMi42NzIgNTg5Ljg1NmM4NC41MTItODIuMzY4IDIxMS4zMjgtMjA1Ljg1NiAyMTEuMzI4LTIwNS44NTZzLTEyNi44MTYtMTIzLjQ4OC0yMTEuMzI4LTIwNS44NTZjLTExLjYxNi0xMS4xNjgtMjcuMjk2LTE4LjE0NC00NC42NzItMTguMTQ0LTM1LjMyOCAwLTY0IDI4LjY3Mi02NCA2NHYzMjBjMCAzNS4zMjggMjguNjcyIDY0IDY0IDY0IDE3LjM3NiAwIDMzLjA1Ni02Ljk3NiA0NC42NzItMTguMTQ0eiI+PC9wYXRoPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: 60% 50%;
  background-size: 2rem 2rem;
  color: #fff;
  z-index: 10;
  border-radius: 99rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.resource-card-info .card-category {
  font-weight: 700;
}
.resource-card-info .card-category a {
  background: 0 0;
  color: inherit;
}
.resource-card-info .card-category a:hover {
  color: #de1b76;
}
.resource-card.thumb-1 .resource-card-thumbnail .ratio-container {
  background-color: #7989a6;
}
.resource-card.thumb-2 .resource-card-thumbnail .ratio-container {
  background-color: #8d9bb3;
}
.resource-card.thumb-3 .resource-card-thumbnail .ratio-container {
  background-color: #a1acc1;
}
.resource-card.thumb-4 .resource-card-thumbnail .ratio-container {
  background-color: #b5bece;
}
.theme-secondary-teal
  .resource-card.thumb-1
  .resource-card-thumbnail
  .ratio-container {
  background-color: #3ccbda;
}
.theme-secondary-teal
  .resource-card.thumb-2
  .resource-card-thumbnail
  .ratio-container {
  background-color: #59d3e0;
}
.theme-secondary-teal
  .resource-card.thumb-3
  .resource-card-thumbnail
  .ratio-container {
  background-color: #77dbe5;
}
.theme-secondary-teal
  .resource-card.thumb-4
  .resource-card-thumbnail
  .ratio-container {
  background-color: #94e2eb;
}
.theme-secondary-blue
  .resource-card.thumb-1
  .resource-card-thumbnail
  .ratio-container {
  background-color: #003c71;
}
.theme-secondary-blue
  .resource-card.thumb-2
  .resource-card-thumbnail
  .ratio-container {
  background-color: #265986;
}
.theme-secondary-blue
  .resource-card.thumb-3
  .resource-card-thumbnail
  .ratio-container {
  background-color: #4d779c;
}
.theme-secondary-blue
  .resource-card.thumb-4
  .resource-card-thumbnail
  .ratio-container {
  background-color: #7394b1;
}
.theme-secondary-magenta
  .resource-card.thumb-1
  .resource-card-thumbnail
  .ratio-container {
  background-color: #de1b76;
}
.theme-secondary-magenta
  .resource-card.thumb-2
  .resource-card-thumbnail
  .ratio-container {
  background-color: #e33d8b;
}
.theme-secondary-magenta
  .resource-card.thumb-3
  .resource-card-thumbnail
  .ratio-container {
  background-color: #e85f9f;
}
.theme-secondary-magenta
  .resource-card.thumb-4
  .resource-card-thumbnail
  .ratio-container {
  background-color: #ed82b4;
}
.theme-secondary-pink
  .resource-card.thumb-1
  .resource-card-thumbnail
  .ratio-container {
  background-color: #ef60a3;
}
.theme-secondary-pink
  .resource-card.thumb-2
  .resource-card-thumbnail
  .ratio-container {
  background-color: #f178b1;
}
.theme-secondary-pink
  .resource-card.thumb-3
  .resource-card-thumbnail
  .ratio-container {
  background-color: #f490bf;
}
.theme-secondary-pink
  .resource-card.thumb-4
  .resource-card-thumbnail
  .ratio-container {
  background-color: #f6a8cc;
}
.marketing-summary {
  margin-bottom: -1rem;
}
.marketing-summary > .cell {
  margin-bottom: 1rem;
}
.marketing-summary.owl-carousel {
  margin-bottom: 0;
}
.summary-stack {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}
.summary-stack .stack-heading {
  flex: 0 0 auto;
  position: relative;
}
.summary-stack .stack-heading img {
  margin-bottom: 1.5rem;
}
.summary-stack .stack-body {
  flex: 1 1 auto;
  margin-bottom: 1rem;
}
.summary-stack .stack-footer {
  flex: 0 0 auto;
  margin-top: 0.5rem;
}
@media screen and (min-width: 64em) {
  .summary-stack .stack-footer {
    margin-top: 1rem;
  }
}
.summary-stack .stat {
  margin: 1rem 0 0 0;
  display: block;
}
.form-container .theme-secondary-teal .summary-stack.themed h3.form-title,
.theme-secondary-teal .summary-stack.themed .form-container h3.form-title,
.theme-secondary-teal .summary-stack.themed .h1,
.theme-secondary-teal .summary-stack.themed .h2,
.theme-secondary-teal .summary-stack.themed .h3,
.theme-secondary-teal .summary-stack.themed .h4,
.theme-secondary-teal .summary-stack.themed .h5,
.theme-secondary-teal .summary-stack.themed .h6,
.theme-secondary-teal .summary-stack.themed .ss360-layer__heading,
.theme-secondary-teal .summary-stack.themed .ss360-suggests__header,
.theme-secondary-teal .summary-stack.themed h1,
.theme-secondary-teal .summary-stack.themed h2,
.theme-secondary-teal .summary-stack.themed h3,
.theme-secondary-teal .summary-stack.themed h4,
.theme-secondary-teal .summary-stack.themed h5,
.theme-secondary-teal .summary-stack.themed h6 {
  color: #3ccbda;
}
.form-container .theme-secondary-blue .summary-stack.themed h3.form-title,
.theme-secondary-blue .summary-stack.themed .form-container h3.form-title,
.theme-secondary-blue .summary-stack.themed .h1,
.theme-secondary-blue .summary-stack.themed .h2,
.theme-secondary-blue .summary-stack.themed .h3,
.theme-secondary-blue .summary-stack.themed .h4,
.theme-secondary-blue .summary-stack.themed .h5,
.theme-secondary-blue .summary-stack.themed .h6,
.theme-secondary-blue .summary-stack.themed .ss360-layer__heading,
.theme-secondary-blue .summary-stack.themed .ss360-suggests__header,
.theme-secondary-blue .summary-stack.themed h1,
.theme-secondary-blue .summary-stack.themed h2,
.theme-secondary-blue .summary-stack.themed h3,
.theme-secondary-blue .summary-stack.themed h4,
.theme-secondary-blue .summary-stack.themed h5,
.theme-secondary-blue .summary-stack.themed h6 {
  color: #003c71;
}
.form-container .theme-secondary-magenta .summary-stack.themed h3.form-title,
.theme-secondary-magenta .summary-stack.themed .form-container h3.form-title,
.theme-secondary-magenta .summary-stack.themed .h1,
.theme-secondary-magenta .summary-stack.themed .h2,
.theme-secondary-magenta .summary-stack.themed .h3,
.theme-secondary-magenta .summary-stack.themed .h4,
.theme-secondary-magenta .summary-stack.themed .h5,
.theme-secondary-magenta .summary-stack.themed .h6,
.theme-secondary-magenta .summary-stack.themed .ss360-layer__heading,
.theme-secondary-magenta .summary-stack.themed .ss360-suggests__header,
.theme-secondary-magenta .summary-stack.themed h1,
.theme-secondary-magenta .summary-stack.themed h2,
.theme-secondary-magenta .summary-stack.themed h3,
.theme-secondary-magenta .summary-stack.themed h4,
.theme-secondary-magenta .summary-stack.themed h5,
.theme-secondary-magenta .summary-stack.themed h6 {
  color: #de1b76;
}
.form-container .theme-secondary-pink .summary-stack.themed h3.form-title,
.theme-secondary-pink .summary-stack.themed .form-container h3.form-title,
.theme-secondary-pink .summary-stack.themed .h1,
.theme-secondary-pink .summary-stack.themed .h2,
.theme-secondary-pink .summary-stack.themed .h3,
.theme-secondary-pink .summary-stack.themed .h4,
.theme-secondary-pink .summary-stack.themed .h5,
.theme-secondary-pink .summary-stack.themed .h6,
.theme-secondary-pink .summary-stack.themed .ss360-layer__heading,
.theme-secondary-pink .summary-stack.themed .ss360-suggests__header,
.theme-secondary-pink .summary-stack.themed h1,
.theme-secondary-pink .summary-stack.themed h2,
.theme-secondary-pink .summary-stack.themed h3,
.theme-secondary-pink .summary-stack.themed h4,
.theme-secondary-pink .summary-stack.themed h5,
.theme-secondary-pink .summary-stack.themed h6 {
  color: #ef60a3;
}
.form-container .theme-primary-teal .summary-stack.themed-primary h3.form-title,
.theme-primary-teal .summary-stack.themed-primary .form-container h3.form-title,
.theme-primary-teal .summary-stack.themed-primary .h1,
.theme-primary-teal .summary-stack.themed-primary .h2,
.theme-primary-teal .summary-stack.themed-primary .h3,
.theme-primary-teal .summary-stack.themed-primary .h4,
.theme-primary-teal .summary-stack.themed-primary .h5,
.theme-primary-teal .summary-stack.themed-primary .h6,
.theme-primary-teal .summary-stack.themed-primary .ss360-layer__heading,
.theme-primary-teal .summary-stack.themed-primary .ss360-suggests__header,
.theme-primary-teal .summary-stack.themed-primary h1,
.theme-primary-teal .summary-stack.themed-primary h2,
.theme-primary-teal .summary-stack.themed-primary h3,
.theme-primary-teal .summary-stack.themed-primary h4,
.theme-primary-teal .summary-stack.themed-primary h5,
.theme-primary-teal .summary-stack.themed-primary h6 {
  color: #3ccbda;
}
.form-container .theme-primary-blue .summary-stack.themed-primary h3.form-title,
.theme-primary-blue .summary-stack.themed-primary .form-container h3.form-title,
.theme-primary-blue .summary-stack.themed-primary .h1,
.theme-primary-blue .summary-stack.themed-primary .h2,
.theme-primary-blue .summary-stack.themed-primary .h3,
.theme-primary-blue .summary-stack.themed-primary .h4,
.theme-primary-blue .summary-stack.themed-primary .h5,
.theme-primary-blue .summary-stack.themed-primary .h6,
.theme-primary-blue .summary-stack.themed-primary .ss360-layer__heading,
.theme-primary-blue .summary-stack.themed-primary .ss360-suggests__header,
.theme-primary-blue .summary-stack.themed-primary h1,
.theme-primary-blue .summary-stack.themed-primary h2,
.theme-primary-blue .summary-stack.themed-primary h3,
.theme-primary-blue .summary-stack.themed-primary h4,
.theme-primary-blue .summary-stack.themed-primary h5,
.theme-primary-blue .summary-stack.themed-primary h6 {
  color: #003c71;
}
.form-container
  .theme-primary-purple
  .summary-stack.themed-primary
  h3.form-title,
.theme-primary-purple
  .summary-stack.themed-primary
  .form-container
  h3.form-title,
.theme-primary-purple .summary-stack.themed-primary .h1,
.theme-primary-purple .summary-stack.themed-primary .h2,
.theme-primary-purple .summary-stack.themed-primary .h3,
.theme-primary-purple .summary-stack.themed-primary .h4,
.theme-primary-purple .summary-stack.themed-primary .h5,
.theme-primary-purple .summary-stack.themed-primary .h6,
.theme-primary-purple .summary-stack.themed-primary .ss360-layer__heading,
.theme-primary-purple .summary-stack.themed-primary .ss360-suggests__header,
.theme-primary-purple .summary-stack.themed-primary h1,
.theme-primary-purple .summary-stack.themed-primary h2,
.theme-primary-purple .summary-stack.themed-primary h3,
.theme-primary-purple .summary-stack.themed-primary h4,
.theme-primary-purple .summary-stack.themed-primary h5,
.theme-primary-purple .summary-stack.themed-primary h6 {
  color: #512179;
}
.summary-card {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
  border-radius: 0.25rem;
  background: #f7faff;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}
.page-section.secondary .summary-card {
  background: #dfe7f5;
}
.summary-card .card-heading {
  flex: 0 0 auto;
}
.summary-card .card-heading img {
  margin-bottom: 1.5rem;
}
.summary-card .card-body {
  flex: 1 1 auto;
  margin-bottom: 1rem;
}
.summary-card .card-footer {
  flex: 0 0 auto;
}
.link-stack {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}
.link-stack .stack-heading {
  flex: 0 0 auto;
}
.link-stack .stack-heading img {
  margin-bottom: 1.5rem;
}
.link-stack .stack-body {
  flex: 1 1 auto;
}
a.link-stack:hover {
  color: #191530;
}
.form-container a.link-stack:hover h3.form-title,
a.link-stack:hover .form-container h3.form-title,
a.link-stack:hover .h1,
a.link-stack:hover .h2,
a.link-stack:hover .h3,
a.link-stack:hover .h4,
a.link-stack:hover .h5,
a.link-stack:hover .h6,
a.link-stack:hover .ss360-layer__heading,
a.link-stack:hover .ss360-suggests__header,
a.link-stack:hover h1,
a.link-stack:hover h2,
a.link-stack:hover h3,
a.link-stack:hover h4,
a.link-stack:hover h5,
a.link-stack:hover h6 {
  color: #de1b76;
}
.marketing-pricing {
  margin-top: 2rem;
}
.pricing-card {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
  background: #dfe7f5;
  border-radius: 0.25rem;
  border: 2px solid #dfe7f5;
  padding: 2rem 1.875rem 2rem 1.875rem;
}
@media screen and (min-width: 64em) {
  .pricing-card {
    padding: 2.5rem 2.375rem 2.5rem 2.375rem;
  }
}
.pricing-card .card-heading {
  flex: 0 0 auto;
}
.pricing-card .card-body {
  flex: 1 1 auto;
  margin-bottom: 1rem;
}
.pricing-card .card-footer {
  flex: 0 0 auto;
}
.pricing-card .card-subheading {
  font-weight: 700;
  color: #963cbd;
}
@media screen and (min-width: 64em) {
  .pricing-card .card-subheading {
    font-size: 1.125rem;
    line-height: 26/18;
  }
}
.theme-primary-navy .pricing-card .card-subheading {
  color: #363d59;
}
.theme-primary-teal .pricing-card .card-subheading {
  color: #78d5e1;
}
.theme-primary-blue .pricing-card .card-subheading {
  color: #135e93;
}
.theme-primary-purple .pricing-card .card-subheading {
  color: #782f9c;
}
.pricing-card .tick-list {
  margin-top: 2rem;
}
.pricing-card.primary {
  background: #f7faff;
  transition: box-shadow 2s ease-in-out;
  position: relative;
  z-index: 3;
}
.pricing-card.primary:hover {
  box-shadow: 0 3px 28px rgba(25, 21, 48, 0.15);
}
.pricing-card.primary .tick-list {
  color: #963cbd;
  font-weight: 600;
}
.theme-primary-navy .pricing-card.primary .tick-list {
  color: #363d59;
}
.theme-primary-teal .pricing-card.primary .tick-list {
  color: #78d5e1;
}
.theme-primary-blue .pricing-card.primary .tick-list {
  color: #135e93;
}
.theme-primary-purple .pricing-card.primary .tick-list {
  color: #782f9c;
}
.marketing-pricing .cell {
  margin-bottom: 2rem;
}
.logo-list {
  display: block;
  text-align: left;
  list-style: none;
  margin: 0;
}
.logo-list li {
  margin: 1rem 2rem 1rem 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 64em) {
  .logo-list li {
    margin: 1.25rem 2.5rem 1.25rem 0;
  }
}
.logo-list img {
  display: inline;
}
.theme-gwiusa-custom .logo-list li {
  opacity: 0.33;
  transition: opacity 50ms ease-out;
}
.theme-gwiusa-custom .logo-list li:hover {
  opacity: 0.75;
  transition: opacity 150ms ease-in;
}
.testimonial-bubble {
  margin-top: 3.5rem;
}
@media print, screen and (min-width: 35em) {
  .testimonial-bubble {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .testimonial-bubble {
    margin-top: 7.5rem;
  }
}
.form-container {
  background: #dfe7f5;
  padding: 3.5rem 0;
}
@media print, screen and (min-width: 35em) {
  .form-container {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 64em) {
  .form-container {
    padding: 7.5rem 0;
  }
}
.form-container h3.form-title {
  text-align: left;
  margin-bottom: 2rem;
}
.form-container h3.form-title:empty {
  display: none;
}
.marketing-walloftext {
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .marketing-walloftext {
    margin-bottom: 3rem;
  }
}
.marketing-walloftext .h1,
.marketing-walloftext .h2,
.marketing-walloftext .h3,
.marketing-walloftext .ss360-layer__heading,
.marketing-walloftext h1,
.marketing-walloftext h2,
.marketing-walloftext h3 {
  margin-bottom: 1.5rem;
}
.marketing-walloftext div {
  margin-bottom: 1rem;
}
.marketing-walloftext div:last-child {
  margin-bottom: 0;
}
.marketing-walloftext-compact {
  margin-top: -0.5rem;
}
@media screen and (min-width: 64em) {
  .marketing-walloftext-compact {
    margin-top: -1rem;
  }
}
.marketing-walloftext-image {
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .marketing-walloftext-image {
    margin-bottom: 3rem;
  }
}
.marketing-walloftext-image:last-child,
.marketing-walloftext:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 34.99875em) {
  .instagram-feed {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .instagram-feed > .small-4.cell {
    width: 33.33333%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 35em) {
  .instagram-feed {
    margin-bottom: -2rem;
  }
  .instagram-feed .cell {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .instagram-feed {
    margin-bottom: -2.5rem;
  }
  .instagram-feed .cell {
    margin-bottom: 2.5rem;
  }
}
.orbit.cotw-carousel {
  border-radius: 0.25rem;
  padding: 0.25rem;
  background: #f7faff;
}
.orbit.cotw-carousel .orbit-next,
.orbit.cotw-carousel .orbit-previous {
  color: #7989a6;
}
.orbit.cotw-carousel .orbit-next:active,
.orbit.cotw-carousel .orbit-next:focus,
.orbit.cotw-carousel .orbit-next:hover,
.orbit.cotw-carousel .orbit-previous:active,
.orbit.cotw-carousel .orbit-previous:focus,
.orbit.cotw-carousel .orbit-previous:hover {
  color: #de1b76;
  background-color: rgba(255, 255, 255, 0.75);
}
.orbit.cotw-carousel .orbit-previous {
  left: 0.5rem;
}
.orbit.cotw-carousel .orbit-next {
  right: 0.5rem;
}
.pagination {
  margin: 3.5rem 0 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
  font-size: 1rem;
  font-weight: 600;
}
@media print, screen and (min-width: 35em) {
  .pagination {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 64em) {
  .pagination {
    margin-top: 6rem;
  }
}
.pagination li {
  margin: 0 0.25rem;
  display: none;
}
@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination li:nth-last-child(2) {
  display: none !important;
}
.pagination .pagination-next,
.pagination .pagination-previous {
  display: inline-block;
  flex-grow: 1;
}
.pagination .pagination-next a,
.pagination .pagination-next span,
.pagination .pagination-previous a,
.pagination .pagination-previous span {
  display: inline-block;
  vertical-align: middle;
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0.25rem 0;
  text-align: center;
  outline: 0;
  color: #abb8cf;
}
.pagination .pagination-next a,
.pagination .pagination-previous a {
  color: #191530;
}
.pagination .pagination-next .icon,
.pagination .pagination-previous .icon {
  position: relative;
  top: -0.0625rem;
}
.pagination .pagination-next {
  text-align: right;
}
.pagination .pagination-previous .icon {
  transform: rotate(180deg);
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.25rem 0.5rem;
  color: #191530;
  background: 0 0;
}
.pagination a:focus,
.pagination a:hover,
.pagination button:focus,
.pagination button:hover {
  color: #de1b76;
}
.pagination .current {
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  cursor: default;
  color: #de1b76;
}
.pagination .disabled {
  padding: 0.25rem 0.5rem;
  color: #7989a6;
  cursor: not-allowed;
}
.pagination .ellipsis:after {
  content: "\2026";
  padding: 0.25rem 0.5rem;
  color: #191530;
}
.contact-card {
  height: 100%;
  background: #dfe7f5;
  border-radius: 0.25rem;
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 64em) {
  .contact-card {
    padding: 2.5rem 2rem 2rem 2rem;
  }
}
@media print, screen and (min-width: 35em) {
  .contact-card .card-header .title {
    min-height: 2.66666em;
  }
}
.contact-card .card-body p {
  margin: 0;
}
@media print, screen and (min-width: 35em) {
  .contact-card .card-body p {
    min-height: 4.2rem;
  }
}
@media print, screen and (min-width: 35em) {
  .contact-card .card-body p {
    min-height: 4rem;
  }
}
.contact-card .card-body .fn {
  display: block;
  font-weight: 700;
}
.contact-card .card-body .email {
  display: block;
  font-weight: 700;
  color: #de1b76;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-card .card-body .email:hover {
  color: #c31668;
}
.article-cta {
  display: flex;
  flex-direction: row nowrap;
  margin: 2rem 0;
}
.article-cta:before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 100%;
}
.article-cta:after {
  content: "";
  display: table;
  clear: both;
}
.article-cta .cta-body {
  display: flex;
  flex: 0 1 auto;
  width: 100%;
  flex-direction: column;
  background: #003c71;
  padding: 1.5rem;
}
.article-cta .cta-body .cta-title.cta-title {
  flex: 0 1 auto;
  color: #fff;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.article-cta .cta-body .cta-title.cta-title span {
  color: #78d5e1;
}
.article-cta .cta-body .hs-cta-wrapper {
  flex: 0 1 auto;
  margin: auto 0 0 0;
}
.article-cta .cta-body .button.button {
  margin: auto 0 0 0;
}
.article-cta .cta-body .cta-button {
  display: inline-block;
  vertical-align: middle;
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  margin: auto 0 0 0;
  padding: 0.9375rem 1rem;
  border: 1px solid transparent;
  border-radius: 2px;
  text-align: center;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  transition: none;
  white-space: nowrap;
  color: #003c71;
  background: #3ccbda;
  align-self: flex-start;
}
.article-cta .cta-body .cta-button:focus,
.article-cta .cta-body .cta-button:hover {
  color: #fff;
  background: #c31668;
  border-color: transparent;
}
.article-cta .cta-body .cta-button:active {
  color: #fff;
  background: #c31668;
}
.article-cta .cta-image {
  display: none;
  width: 50%;
  flex: 0 1 auto;
  background: #3ccbda;
  position: relative;
  overflow: hidden;
}
.article-cta .cta-image > img {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
a.article-cta:hover .cta-body .cta-button {
  color: #fff;
  background: #c31668;
  border-color: transparent;
}
@media print, screen and (min-width: 35em) {
  .article-cta {
    flex-direction: row nowrap;
  }
  .article-cta:before {
    padding-top: 50%;
  }
  .article-cta .cta-body {
    width: 50%;
  }
  .article-cta .cta-image {
    display: flex;
  }
}
.article-cta .h2.h2 {
  font-size: 2.25rem;
  line-height: 1;
}
.article-cta .h3.h3,
.article-cta .ss360-layer__heading {
  font-size: 2rem;
  line-height: 1;
}
.article-cta .form-container h3.form-title,
.article-cta .h4.h4,
.article-cta .ss360-suggests__header,
.form-container .article-cta h3.form-title {
  font-size: 1.75rem;
  line-height: 1;
}
.article-cta .h5.h5 {
  font-size: 1.5rem;
  line-height: 1;
}
.article-cta.theme-navy .cta-body {
  background: #191530;
}
.article-cta.theme-navy .cta-body .cta-title.cta-title {
  color: #de1b76;
}
.article-cta.theme-navy .cta-body .cta-title.cta-title span {
  color: #fff;
}
.article-cta.theme-navy .cta-body .cta-button {
  color: #fff;
  background: #de1b76;
  border-color: transparent;
}
.article-cta.theme-navy .cta-image {
  background: #de1b76;
}
.article-cta.theme-magenta .cta-body {
  background: #de1b76;
}
.article-cta.theme-magenta .cta-body .cta-title.cta-title {
  color: #191530;
}
.article-cta.theme-magenta .cta-body .cta-title.cta-title span {
  color: #fff;
}
.article-cta.theme-magenta .cta-body .cta-button {
  color: #fff;
  background: #191530;
  border-color: transparent;
}
.article-cta.theme-magenta .cta-image {
  background: #191530;
}
.article-cta.theme-teal .cta-body {
  background: #3ccbda;
}
.article-cta.theme-teal .cta-body .cta-title.cta-title {
  color: #003c71;
}
.article-cta.theme-teal .cta-body .cta-title.cta-title span {
  color: #fff;
}
.article-cta.theme-teal .cta-body .cta-button {
  color: #78d5e1;
  background: #003c71;
  border-color: transparent;
}
.article-cta.theme-teal .cta-image {
  background: #003c71;
}
.article-cta.theme-purple .cta-body {
  background: #512179;
}
.article-cta.theme-purple .cta-body .cta-title.cta-title {
  color: #ef60a3;
}
.article-cta.theme-purple .cta-body .cta-title.cta-title span {
  color: #fff;
}
.article-cta.theme-purple .cta-body .cta-button {
  color: #3b1459;
  background: #ef60a3;
  border-color: transparent;
}
.article-cta.theme-purple .cta-image {
  background: #ef60a3;
}
.article-cta.theme-pink .cta-body {
  background: #ef60a3;
}
.article-cta.theme-pink .cta-body .cta-title.cta-title {
  color: #512179;
}
.article-cta.theme-pink .cta-body .cta-title.cta-title span {
  color: #fff;
}
.article-cta.theme-pink .cta-body .cta-button {
  color: #f690c4;
  background: #512179;
  border-color: transparent;
}
.article-cta.theme-pink .cta-image {
  background: #512179;
}
.article-cta.theme-navy .cta-body .cta-button:focus,
.article-cta.theme-navy .cta-body .cta-button:hover,
a.article-cta.theme-navy:hover .cta-body .cta-button {
  color: #fff;
  background: #c31668;
  border-color: transparent;
}
.article-cta.theme-magenta .cta-body .cta-button:focus,
.article-cta.theme-magenta .cta-body .cta-button:hover,
a.article-cta.theme-magenta:hover .cta-body .cta-button {
  color: #fff;
  background: #000;
  border-color: transparent;
}
.article-cta.theme-teal .cta-body .cta-button:focus,
.article-cta.theme-teal .cta-body .cta-button:hover,
a.article-cta.theme-teal:hover .cta-body .cta-button {
  color: #fff;
  background: #c31668;
  border-color: transparent;
}
.article-cta.theme-purple .cta-body .cta-button:focus,
.article-cta.theme-purple .cta-body .cta-button:hover,
a.article-cta.theme-purple:hover .cta-body .cta-button {
  color: #3b1459;
  background: #de1b76;
  border-color: transparent;
}
.article-cta.theme-pink .cta-body .cta-button:focus,
.article-cta.theme-pink .cta-body .cta-button:hover,
a.article-cta.theme-pink:hover .cta-body .cta-button {
  color: #f690c4;
  background: #3b1459;
  border-color: transparent;
}
@media print, screen and (max-width: 63.99875em) {
  .aside-cta-container.is-anchored.is-at-bottom {
    top: 0 !important;
    position: static !important;
  }
}
.aside-cta {
  display: block;
  background: #dfe7f5;
  padding: 1rem 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.aside-cta .cta-heading,
.aside-cta .form-container h3.form-title,
.aside-cta .h2.h2,
.aside-cta .h3.h3,
.aside-cta .h4.h4,
.aside-cta .h5.h5,
.aside-cta .ss360-layer__heading,
.aside-cta .ss360-suggests__header,
.form-container .aside-cta h3.form-title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
}
.aside-cta .cta-heading b,
.aside-cta .cta-heading span,
.aside-cta .cta-heading strong,
.aside-cta .form-container h3.form-title b,
.aside-cta .form-container h3.form-title span,
.aside-cta .form-container h3.form-title strong,
.aside-cta .h2.h2 b,
.aside-cta .h2.h2 span,
.aside-cta .h2.h2 strong,
.aside-cta .h3.h3 b,
.aside-cta .h3.h3 span,
.aside-cta .h3.h3 strong,
.aside-cta .h4.h4 b,
.aside-cta .h4.h4 span,
.aside-cta .h4.h4 strong,
.aside-cta .h5.h5 b,
.aside-cta .h5.h5 span,
.aside-cta .h5.h5 strong,
.aside-cta .ss360-layer__heading b,
.aside-cta .ss360-layer__heading span,
.aside-cta .ss360-layer__heading strong,
.aside-cta .ss360-suggests__header b,
.aside-cta .ss360-suggests__header span,
.aside-cta .ss360-suggests__header strong,
.form-container .aside-cta h3.form-title b,
.form-container .aside-cta h3.form-title span,
.form-container .aside-cta h3.form-title strong {
  font-weight: inherit;
  color: #3ccbda;
}
.aside-cta .h2.h2 {
  font-size: 1.5rem;
  line-height: 1.33333;
}
.aside-cta .h3.h3,
.aside-cta .ss360-layer__heading {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 64em) {
  .aside-cta .h3.h3,
  .aside-cta .ss360-layer__heading {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
.aside-cta .form-container h3.form-title,
.aside-cta .h4.h4,
.aside-cta .ss360-suggests__header,
.form-container .aside-cta h3.form-title {
  font-size: 1.25rem;
  line-height: 1.4;
}
.aside-cta .h5.h5 {
  font-size: 1.125rem;
  line-height: 1.44444;
}
.aside-cta:hover .cta-heading.cta-heading,
.aside-cta:hover .form-container h3.form-title,
.aside-cta:hover .h2.h2,
.aside-cta:hover .h3.h3,
.aside-cta:hover .h4.h4,
.aside-cta:hover .h5.h5,
.aside-cta:hover .ss360-layer__heading,
.aside-cta:hover .ss360-suggests__header,
.form-container .aside-cta:hover h3.form-title {
  color: #de1b76;
}
.aside-cta:hover .cta-heading.cta-heading b,
.aside-cta:hover .cta-heading.cta-heading span,
.aside-cta:hover .cta-heading.cta-heading strong,
.aside-cta:hover .form-container h3.form-title b,
.aside-cta:hover .form-container h3.form-title span,
.aside-cta:hover .form-container h3.form-title strong,
.aside-cta:hover .h2.h2 b,
.aside-cta:hover .h2.h2 span,
.aside-cta:hover .h2.h2 strong,
.aside-cta:hover .h3.h3 b,
.aside-cta:hover .h3.h3 span,
.aside-cta:hover .h3.h3 strong,
.aside-cta:hover .h4.h4 b,
.aside-cta:hover .h4.h4 span,
.aside-cta:hover .h4.h4 strong,
.aside-cta:hover .h5.h5 b,
.aside-cta:hover .h5.h5 span,
.aside-cta:hover .h5.h5 strong,
.aside-cta:hover .ss360-layer__heading b,
.aside-cta:hover .ss360-layer__heading span,
.aside-cta:hover .ss360-layer__heading strong,
.aside-cta:hover .ss360-suggests__header b,
.aside-cta:hover .ss360-suggests__header span,
.aside-cta:hover .ss360-suggests__header strong,
.form-container .aside-cta:hover h3.form-title b,
.form-container .aside-cta:hover h3.form-title span,
.form-container .aside-cta:hover h3.form-title strong {
  color: #ef60a3;
}
.aside-cta .cta-link {
  text-decoration: underline;
}
.aside-cta .cta-subtext {
  display: block;
  color: #7989a6;
}
.aside-cta .cta-button {
  display: inline-block;
  vertical-align: middle;
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0.9375rem 1rem;
  border: 1px solid #191530;
  border-radius: 2px;
  text-align: left;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  transition: none;
  color: #fff;
  background: #191530;
}
.aside-cta:hover .cta-button {
  background: #c31668;
  color: #fff;
  border-color: #c31668;
}
.aside-cta .cta-button + .cta-link,
.aside-cta .cta-button + .cta-subtext,
.aside-cta .cta-link + .cta-button,
.aside-cta .cta-link + .cta-link,
.aside-cta .cta-link + .cta-subtext,
.aside-cta .cta-subtext + .cta-button,
.aside-cta .cta-subtext + .cta-link,
.aside-cta .cta-subtext + .cta-subtext {
  margin-top: 0.5rem;
}
.aside-cta.themed {
  background: #003c71;
  color: #fff;
}
.aside-cta.themed .cta-heading,
.aside-cta.themed .form-container h3.form-title,
.aside-cta.themed .h2.h2,
.aside-cta.themed .h3.h3,
.aside-cta.themed .h4.h4,
.aside-cta.themed .h5.h5,
.aside-cta.themed .ss360-layer__heading,
.aside-cta.themed .ss360-suggests__header,
.form-container .aside-cta.themed h3.form-title {
  color: inherit;
}
.aside-cta.themed .cta-heading b,
.aside-cta.themed .cta-heading span,
.aside-cta.themed .cta-heading strong,
.aside-cta.themed .form-container h3.form-title b,
.aside-cta.themed .form-container h3.form-title span,
.aside-cta.themed .form-container h3.form-title strong,
.aside-cta.themed .h2.h2 b,
.aside-cta.themed .h2.h2 span,
.aside-cta.themed .h2.h2 strong,
.aside-cta.themed .h3.h3 b,
.aside-cta.themed .h3.h3 span,
.aside-cta.themed .h3.h3 strong,
.aside-cta.themed .h4.h4 b,
.aside-cta.themed .h4.h4 span,
.aside-cta.themed .h4.h4 strong,
.aside-cta.themed .h5.h5 b,
.aside-cta.themed .h5.h5 span,
.aside-cta.themed .h5.h5 strong,
.aside-cta.themed .ss360-layer__heading b,
.aside-cta.themed .ss360-layer__heading span,
.aside-cta.themed .ss360-layer__heading strong,
.aside-cta.themed .ss360-suggests__header b,
.aside-cta.themed .ss360-suggests__header span,
.aside-cta.themed .ss360-suggests__header strong,
.form-container .aside-cta.themed h3.form-title b,
.form-container .aside-cta.themed h3.form-title span,
.form-container .aside-cta.themed h3.form-title strong {
  font-weight: inherit;
  color: #78d5e1;
}
.aside-cta.themed .cta-subtext {
  color: inherit;
}
.aside-cta.themed:focus,
.aside-cta.themed:hover {
  color: #de1b76;
}
.aside-cta.themed:focus .cta-heading,
.aside-cta.themed:focus .form-container h3.form-title,
.aside-cta.themed:focus .h2.h2,
.aside-cta.themed:focus .h4.h4,
.aside-cta.themed:focus .h5.h5,
.aside-cta.themed:focus .ss360-suggests__header,
.aside-cta.themed:hover .cta-heading,
.aside-cta.themed:hover .form-container h3.form-title,
.aside-cta.themed:hover .h2.h2,
.aside-cta.themed:hover .h4.h4,
.aside-cta.themed:hover .h5.h5,
.aside-cta.themed:hover .ss360-suggests__header,
.form-container .aside-cta.themed:focus h3.form-title,
.form-container .aside-cta.themed:hover h3.form-title {
  color: #fff;
}
.aside-cta.themed .cta-button {
  color: #003c71;
  background: #3ccbda;
  border-color: transparent;
}
.aside-cta.themed .cta-button:hover,
.aside-cta.themed:hover .cta-button {
  color: #fff;
  background: #de1b76;
  border-color: #de1b76;
}
.aside-cta.themed .cta-button:active,
.aside-cta.themed:active .cta-button {
  color: #fff;
  background: #c31668;
  border-color: #c31668;
}
.site-nav-container {
  width: 100%;
  z-index: 500;
  margin-bottom: -4rem;
}
.site-nav-container .sticky {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(25, 21, 48, 0.1);
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 4rem;
  max-width: 86rem;
  padding: 0.5rem 2rem 0.5rem 2rem;
  margin: 0 auto;
}
.site-nav .nav-logo {
  width: 3.75rem;
  margin-right: 1.5rem;
}
.site-nav .nav-logo-link {
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-top: 80%;
  background: url(../images/gwi-logo.svg) no-repeat top left;
  background-size: contain;
}
.site-nav .nav-pages,
.site-nav .nav-platform {
  display: none;
}
.site-nav .nav-controls {
  margin-left: auto;
}
.site-nav .nav-burger {
  display: block;
  width: 3rem;
  height: 3rem;
  position: relative;
  margin-right: -0.75rem;
}
.site-nav .nav-burger .icon {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobile-nav-container {
  display: none;
  position: fixed;
  z-index: 10;
  background: #de1b76;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mobile-nav-container .close-button {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 1.25rem;
  top: 0.5rem;
  color: #fff;
}
.mobile-nav-container .close-button .icon {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 2rem 2rem 2rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav .nav-platform {
  margin-top: 2rem;
}
.site-nav-container.is-nav-open .site-nav .nav-burger {
  visibility: hidden;
}
.site-nav-container.is-nav-open .mobile-nav-container {
  display: block;
}
.mobile-nav .horizontal.menu > li,
.resources-nav .horizontal.menu > li,
.site-nav .horizontal.menu > li {
  margin-right: 0.5rem;
}
.mobile-nav .horizontal.menu > li:last-child,
.resources-nav .horizontal.menu > li:last-child,
.site-nav .horizontal.menu > li:last-child {
  margin-right: 0;
}
.mobile-nav .dropdown.menu > li > a,
.mobile-nav .menu a,
.resources-nav .dropdown.menu > li > a,
.resources-nav .menu a,
.site-nav .dropdown.menu > li > a,
.site-nav .menu a {
  color: #191530;
  font-weight: 500;
  background-image: linear-gradient(
    to bottom,
    rgba(222, 27, 118, 0.9),
    rgba(222, 27, 118, 0.9)
  );
  background-repeat: no-repeat;
  background-position: 0 2.625rem;
  background-size: 0 2px;
}
.mobile-nav .dropdown.menu > li > a:hover,
.mobile-nav .menu a:hover,
.resources-nav .dropdown.menu > li > a:hover,
.resources-nav .menu a:hover,
.site-nav .dropdown.menu > li > a:hover,
.site-nav .menu a:hover {
  color: #de1b76;
  background-size: 100% 2px;
  transition: 150ms ease-in background-size;
}

.site-nav .menu a:hover {
  color: #de1b76;
	background-size: 0;
  transition: 150ms ease-in background-size;
}

.mobile-nav .dropdown.menu > li.is-active > a,
.mobile-nav .menu .is-active > a,
.resources-nav .dropdown.menu > li.is-active > a,
.resources-nav .menu .is-active > a,
.site-nav .dropdown.menu > li.is-active > a,
.site-nav .menu .is-active > a {
  background-size: 100% 2px;
  color: #de1b76;
}

.mobile-nav .submenu > li > a,
.resources-nav .submenu > li > a,
.site-nav .submenu > li > a {
  background: 0 0;
}
.mobile-nav .menu .button.nav-signup,
.resources-nav .menu .button.nav-signup,
.site-nav .menu .button.nav-signup {
  font-size: 16px;
  font-weight: 600;
  padding: 0.9375rem 1rem;
  margin: 0;
  border: 1px solid transparent;
  color: #fff;
  background: #de1b76;
}
.resources-nav .menu.horizontal,
.site-nav .menu.horizontal {
  align-items: center;
}
.resources-nav .menu a,
.resources-nav .menu.dropdown > li > a,
.site-nav .menu a,
.site-nav .menu.dropdown > li > a {
  padding: 1rem 0.5rem;
}
.resources-nav .menu .button.nav-signup:active,
.resources-nav .menu .button.nav-signup:focus,
.resources-nav .menu .button.nav-signup:hover,
.site-nav .menu .button.nav-signup:active,
.site-nav .menu .button.nav-signup:focus,
.site-nav .menu .button.nav-signup:hover {
  border-color: transparent;
  background: #c31668;
  color: #fff;
}
.resources-nav .menu.dropdown > li.is-dropdown-submenu-parent > a,
.site-nav .menu.dropdown > li.is-dropdown-submenu-parent > a {
  margin-right: 1.5rem;
}
.resources-nav .menu.dropdown > li.is-dropdown-submenu-parent > a:after,
.site-nav .menu.dropdown > li.is-dropdown-submenu-parent > a:after {
  left: calc(100% + 0.25rem);
  right: auto;
  border-color: currentColor transparent transparent;
  opacity: 0.5;
}
.resources-nav .menu.dropdown .submenu a,
.site-nav .menu.dropdown .submenu a {
  display: inline-block;
}
.resources-nav .menu.dropdown .is-dropdown-submenu,
.site-nav .menu.dropdown .is-dropdown-submenu {
  padding: 0.5rem 1rem;
  border: none;
  box-shadow: 0 0 0 1px rgba(25, 21, 48, 0.1);
}
.resources-nav .menu.dropdown > li.opens-right > .is-dropdown-submenu,
.site-nav .menu.dropdown > li.opens-right > .is-dropdown-submenu {
  left: -1rem;
}
.mobile-nav .menu a {
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 1rem 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  margin-left: -0.5rem;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.9)
  );
  background-position: 0 2.875rem;
}
.mobile-nav .menu a:hover {
  color: #fff;
}
.mobile-nav .menu .is-active > a {
  color: #fff;
}
.mobile-nav .menu .button.nav-signup {
  margin-top: 1rem;
  background: 0 0;
  border-color: #fff;
  color: #fff;
}
.mobile-nav .menu .button.nav-signup:focus,
.mobile-nav .menu .button.nav-signup:hover {
  border-color: transparent;
  background: #fff;
  color: #c31668;
}
.mobile-nav .menu .button.nav-signup:active {
  background: #dfe7f5;
  color: #c31668;
}
.mobile-nav .menu.accordion-menu .is-accordion-submenu {
  padding-left: 1rem;
}
.mobile-nav
  .menu.accordion-menu
  .is-accordion-submenu-parent:not(.has-submenu-toggle)
  > a:after {
  top: 50%;
  right: auto;
  left: calc(100% + 0.33em);
  border-color: currentColor transparent transparent;
  opacity: 0.75;
}
@media print, screen and (min-width: 35em) {
  .site-nav {
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  }
  .site-nav .nav-platform {
    display: block;
    margin-left: auto;
  }
  .site-nav .nav-controls {
    margin-left: 0.75rem;
  }
  .mobile-nav-container .close-button {
    right: 1.75rem;
  }
  .mobile-nav {
    padding: 4rem 2.5rem 2rem 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .site-nav-container {
    margin-bottom: -5rem;
  }
  .site-nav-container.is-nav-open .mobile-nav-container {
    display: none;
  }
  .site-nav {
    height: 5rem;
    padding: 0.5rem 3rem 0.5rem 3rem;
  }
  .site-nav .nav-pages {
    display: block;
  }
  .site-nav .nav-controls {
    display: none;
  }
}
.page-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 9rem 0 5rem 0;
  min-height: 25rem;
  background-color: #7989a6;
  color: #fff;
}
@media print, screen and (min-width: 35em) {
  .page-header {
    padding: 11rem 0 7rem 0;
    min-height: 30rem;
  }
}
@media screen and (min-width: 64em) {
  .page-header {
    padding: 13.5rem 0 8.5rem 0;
    min-height: 35rem;
  }
}
.page-header .page-category {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (min-width: 64em) {
  .page-header .page-category {
    font-size: 1.5rem;
    line-height: 1.33333;
    margin-bottom: 1rem;
  }
}
.page-header .page-category a {
  font-weight: inherit;
  background: 0 0;
}
.page-header .page-title,
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .page-header .page-title,
  .page-header h1,
  .page-header h2,
  .page-header h3,
  .page-header h4,
  .page-header h5,
  .page-header h6 {
    margin-bottom: 1.5rem;
  }
}
.page-header .grid-container {
  width: 100%;
}
.page-header .header-cta {
  margin-top: 1.5rem;
}
@media screen and (min-width: 64em) {
  .page-header .header-cta {
    margin-top: 2rem;
  }
}
.page-header .header-error-code {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #003c71;
}
@media print, screen and (min-width: 35em) {
  .page-header .header-error-code {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .page-header .header-error-code {
    font-size: 3rem;
  }
}
.page-header.resources .resources-branding {
  margin-bottom: 2rem;
  margin-top: -3rem;
}
.page-header.resources .resources-branding img + img {
  margin-left: 2em;
}
.theme-primary-navy .page-header {
  background-color: #191530;
}
.theme-primary-teal .page-header {
  background-color: #3ccbda;
  color: #003c71;
}
.theme-primary-blue .page-header {
  background-color: #003c71;
}
.theme-primary-purple .page-header {
  background-color: #512179;
}
.theme-secondary-teal .page-header .page-category,
.theme-secondary-teal .page-header .page-title,
.theme-secondary-teal .page-header h1,
.theme-secondary-teal .page-header h2,
.theme-secondary-teal .page-header h3,
.theme-secondary-teal .page-header h4,
.theme-secondary-teal .page-header h5,
.theme-secondary-teal .page-header h6 {
  color: #78d5e1;
}
.theme-secondary-blue .page-header .page-category,
.theme-secondary-blue .page-header .page-title,
.theme-secondary-blue .page-header h1,
.theme-secondary-blue .page-header h2,
.theme-secondary-blue .page-header h3,
.theme-secondary-blue .page-header h4,
.theme-secondary-blue .page-header h5,
.theme-secondary-blue .page-header h6 {
  color: #003c71;
}
.theme-secondary-magenta .page-header .page-category,
.theme-secondary-magenta .page-header .page-title,
.theme-secondary-magenta .page-header h1,
.theme-secondary-magenta .page-header h2,
.theme-secondary-magenta .page-header h3,
.theme-secondary-magenta .page-header h4,
.theme-secondary-magenta .page-header h5,
.theme-secondary-magenta .page-header h6 {
  color: #de1b76;
}
.theme-secondary-pink .page-header .page-category,
.theme-secondary-pink .page-header .page-title,
.theme-secondary-pink .page-header h1,
.theme-secondary-pink .page-header h2,
.theme-secondary-pink .page-header h3,
.theme-secondary-pink .page-header h4,
.theme-secondary-pink .page-header h5,
.theme-secondary-pink .page-header h6 {
  color: #f690c4;
}
@media print, screen and (min-width: 35em) {
  .page-header.gwi-tv,
  .page-header.gwi-usa,
  .page-header.gwi-work,
  .page-header.home {
    background-image: url(../images/header-dot.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    background-position-x: calc(50% + 25vw);
  }
}
@media screen and (min-width: 64em) {
  .page-header.gwi-tv,
  .page-header.gwi-usa,
  .page-header.gwi-work,
  .page-header.home {
    background-size: contain;
    background-position-x: calc(100% - 3rem);
  }
}
@media screen and (min-width: 86em) {
  .page-header.gwi-tv,
  .page-header.gwi-usa,
  .page-header.gwi-work,
  .page-header.home {
    background-position-x: calc(100% - 50vw + 40rem);
  }
}
@media print, screen and (min-width: 35em) {
  .page-header.gwi-usa {
    background-image: url(../images/posters/gwi-usa.png);
  }
}
@media print, screen and (min-width: 35em) {
  .page-header.gwi-work {
    background-image: url(../images/posters/gwi-work.png);
  }
}
.page-header.system-error,
.page-header.system-password {
  min-height: 100vh;
}
.page-header-overlap {
  margin-top: -3rem;
  position: relative;
  z-index: 40;
}
@media print, screen and (min-width: 35em) {
  .page-header-overlap {
    margin-top: -4.5rem;
  }
}
@media screen and (min-width: 64em) {
  .page-header-overlap {
    margin-top: -6rem;
  }
}
.page-section .page-header-overlap {
  margin-top: -6rem;
}
@media print, screen and (min-width: 35em) {
  .page-section .page-header-overlap {
    margin-top: -9rem;
  }
}
@media screen and (min-width: 64em) {
  .page-section .page-header-overlap {
    margin-top: -12rem;
  }
}
@media print, screen and (max-width: 34.99875em) {
  .page-header-overlap.small-clip-image {
    margin-left: -2rem;
    margin-right: -2rem;
    overflow: hidden;
  }
  .page-header-overlap.small-clip-image img {
    margin-left: -50%;
    margin-right: -50%;
    max-width: 200%;
  }
}
.page-poster-illustration img {
  width: 100%;
}
.page-section {
  padding: 3.5rem 0;
  background-size: cover;
}
@media print, screen and (min-width: 35em) {
  .page-section {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 64em) {
  .page-section {
    padding: 7.5rem 0;
  }
}
.adjacent-section > .page-section {
  padding-top: 0;
}
.page-section .section-heading {
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .page-section .section-heading {
    margin-bottom: 2rem;
  }
}
.page-section .section-footer {
  margin-top: 1rem;
}
@media screen and (min-width: 64em) {
  .page-section .section-footer {
    margin-top: 2rem;
  }
}
.page-section .subsection + .subsection {
  margin-top: 3.5rem;
}
@media print, screen and (min-width: 35em) {
  .page-section .subsection + .subsection {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .page-section .subsection + .subsection {
    margin-top: 7.5rem;
  }
}
.page-section.themed {
  background: #7989a6;
  color: rgba(255, 255, 255, 0.9);
  background-position: 50% 50%;
}
.page-section.themed h1,
.page-section.themed h2,
.page-section.themed h3,
.page-section.themed h4,
.page-section.themed h5,
.page-section.themed h6 {
  color: #fff;
}
.page-section.secondary {
  background-color: #f7faff;
}
.page-section.dark {
  background-color: #191530;
  color: #fff;
}
.form-container .page-section.dark h3.form-title,
.page-section.dark .form-container h3.form-title,
.page-section.dark .h1,
.page-section.dark .h2,
.page-section.dark .h3,
.page-section.dark .h4,
.page-section.dark .h5,
.page-section.dark .h6,
.page-section.dark .ss360-layer__heading,
.page-section.dark .ss360-suggests__header,
.page-section.dark h1,
.page-section.dark h2,
.page-section.dark h3,
.page-section.dark h4,
.page-section.dark h5,
.page-section.dark h6 {
  color: #fff;
}
.theme-primary-navy .page-section.themed {
  background-color: #191530;
  color: #fff;
}
.form-container .theme-primary-navy .page-section.themed h3.form-title,
.theme-primary-navy .page-section.themed .form-container h3.form-title,
.theme-primary-navy .page-section.themed .h1,
.theme-primary-navy .page-section.themed .h2,
.theme-primary-navy .page-section.themed .h3,
.theme-primary-navy .page-section.themed .h4,
.theme-primary-navy .page-section.themed .h5,
.theme-primary-navy .page-section.themed .h6,
.theme-primary-navy .page-section.themed .ss360-layer__heading,
.theme-primary-navy .page-section.themed .ss360-suggests__header,
.theme-primary-navy .page-section.themed h1,
.theme-primary-navy .page-section.themed h2,
.theme-primary-navy .page-section.themed h3,
.theme-primary-navy .page-section.themed h4,
.theme-primary-navy .page-section.themed h5,
.theme-primary-navy .page-section.themed h6 {
  color: #fff;
}
.theme-primary-teal .page-section.themed,
.theme-secondary-teal .page-section.themed-inverse {
  background-color: #3ccbda;
  color: #003c71;
}
.form-container .theme-primary-teal .page-section.themed h3.form-title,
.form-container
  .theme-secondary-teal
  .page-section.themed-inverse
  h3.form-title,
.theme-primary-teal .page-section.themed .form-container h3.form-title,
.theme-primary-teal .page-section.themed .h1,
.theme-primary-teal .page-section.themed .h2,
.theme-primary-teal .page-section.themed .h3,
.theme-primary-teal .page-section.themed .h4,
.theme-primary-teal .page-section.themed .h5,
.theme-primary-teal .page-section.themed .h6,
.theme-primary-teal .page-section.themed .ss360-layer__heading,
.theme-primary-teal .page-section.themed .ss360-suggests__header,
.theme-primary-teal .page-section.themed h1,
.theme-primary-teal .page-section.themed h2,
.theme-primary-teal .page-section.themed h3,
.theme-primary-teal .page-section.themed h4,
.theme-primary-teal .page-section.themed h5,
.theme-primary-teal .page-section.themed h6,
.theme-secondary-teal
  .page-section.themed-inverse
  .form-container
  h3.form-title,
.theme-secondary-teal .page-section.themed-inverse .h1,
.theme-secondary-teal .page-section.themed-inverse .h2,
.theme-secondary-teal .page-section.themed-inverse .h3,
.theme-secondary-teal .page-section.themed-inverse .h4,
.theme-secondary-teal .page-section.themed-inverse .h5,
.theme-secondary-teal .page-section.themed-inverse .h6,
.theme-secondary-teal .page-section.themed-inverse .ss360-layer__heading,
.theme-secondary-teal .page-section.themed-inverse .ss360-suggests__header,
.theme-secondary-teal .page-section.themed-inverse h1,
.theme-secondary-teal .page-section.themed-inverse h2,
.theme-secondary-teal .page-section.themed-inverse h3,
.theme-secondary-teal .page-section.themed-inverse h4,
.theme-secondary-teal .page-section.themed-inverse h5,
.theme-secondary-teal .page-section.themed-inverse h6 {
  color: #3ccbda;
}
.theme-primary-blue .page-section.themed,
.theme-secondary-blue .page-section.themed-inverse {
  background-color: #003c71;
  color: #fff;
}
.form-container .theme-primary-blue .page-section.themed h3.form-title,
.form-container
  .theme-secondary-blue
  .page-section.themed-inverse
  h3.form-title,
.theme-primary-blue .page-section.themed .form-container h3.form-title,
.theme-primary-blue .page-section.themed .h1,
.theme-primary-blue .page-section.themed .h2,
.theme-primary-blue .page-section.themed .h3,
.theme-primary-blue .page-section.themed .h4,
.theme-primary-blue .page-section.themed .h5,
.theme-primary-blue .page-section.themed .h6,
.theme-primary-blue .page-section.themed .ss360-layer__heading,
.theme-primary-blue .page-section.themed .ss360-suggests__header,
.theme-primary-blue .page-section.themed h1,
.theme-primary-blue .page-section.themed h2,
.theme-primary-blue .page-section.themed h3,
.theme-primary-blue .page-section.themed h4,
.theme-primary-blue .page-section.themed h5,
.theme-primary-blue .page-section.themed h6,
.theme-secondary-blue
  .page-section.themed-inverse
  .form-container
  h3.form-title,
.theme-secondary-blue .page-section.themed-inverse .h1,
.theme-secondary-blue .page-section.themed-inverse .h2,
.theme-secondary-blue .page-section.themed-inverse .h3,
.theme-secondary-blue .page-section.themed-inverse .h4,
.theme-secondary-blue .page-section.themed-inverse .h5,
.theme-secondary-blue .page-section.themed-inverse .h6,
.theme-secondary-blue .page-section.themed-inverse .ss360-layer__heading,
.theme-secondary-blue .page-section.themed-inverse .ss360-suggests__header,
.theme-secondary-blue .page-section.themed-inverse h1,
.theme-secondary-blue .page-section.themed-inverse h2,
.theme-secondary-blue .page-section.themed-inverse h3,
.theme-secondary-blue .page-section.themed-inverse h4,
.theme-secondary-blue .page-section.themed-inverse h5,
.theme-secondary-blue .page-section.themed-inverse h6 {
  color: #fff;
}
.theme-primary-purple .page-section.themed {
  background-color: #512179;
  color: #fff;
}
.form-container .theme-primary-purple .page-section.themed h3.form-title,
.theme-primary-purple .page-section.themed .form-container h3.form-title,
.theme-primary-purple .page-section.themed .h1,
.theme-primary-purple .page-section.themed .h2,
.theme-primary-purple .page-section.themed .h3,
.theme-primary-purple .page-section.themed .h4,
.theme-primary-purple .page-section.themed .h5,
.theme-primary-purple .page-section.themed .h6,
.theme-primary-purple .page-section.themed .ss360-layer__heading,
.theme-primary-purple .page-section.themed .ss360-suggests__header,
.theme-primary-purple .page-section.themed h1,
.theme-primary-purple .page-section.themed h2,
.theme-primary-purple .page-section.themed h3,
.theme-primary-purple .page-section.themed h4,
.theme-primary-purple .page-section.themed h5,
.theme-primary-purple .page-section.themed h6 {
  color: #fff;
}
.form-container .theme-primary-teal .page-section.themed-inverse h3.form-title,
.form-container .theme-secondary-teal .page-section.themed h3.form-title,
.theme-primary-teal .page-section.themed-inverse .form-container h3.form-title,
.theme-primary-teal .page-section.themed-inverse .h1,
.theme-primary-teal .page-section.themed-inverse .h2,
.theme-primary-teal .page-section.themed-inverse .h3,
.theme-primary-teal .page-section.themed-inverse .h4,
.theme-primary-teal .page-section.themed-inverse .h5,
.theme-primary-teal .page-section.themed-inverse .h6,
.theme-primary-teal .page-section.themed-inverse .ss360-layer__heading,
.theme-primary-teal .page-section.themed-inverse .ss360-suggests__header,
.theme-primary-teal .page-section.themed-inverse h1,
.theme-primary-teal .page-section.themed-inverse h2,
.theme-primary-teal .page-section.themed-inverse h3,
.theme-primary-teal .page-section.themed-inverse h4,
.theme-primary-teal .page-section.themed-inverse h5,
.theme-primary-teal .page-section.themed-inverse h6,
.theme-secondary-teal .page-section.themed .form-container h3.form-title,
.theme-secondary-teal .page-section.themed .h1,
.theme-secondary-teal .page-section.themed .h2,
.theme-secondary-teal .page-section.themed .h3,
.theme-secondary-teal .page-section.themed .h4,
.theme-secondary-teal .page-section.themed .h5,
.theme-secondary-teal .page-section.themed .h6,
.theme-secondary-teal .page-section.themed .ss360-layer__heading,
.theme-secondary-teal .page-section.themed .ss360-suggests__header,
.theme-secondary-teal .page-section.themed h1,
.theme-secondary-teal .page-section.themed h2,
.theme-secondary-teal .page-section.themed h3,
.theme-secondary-teal .page-section.themed h4,
.theme-secondary-teal .page-section.themed h5,
.theme-secondary-teal .page-section.themed h6 {
  color: #78d5e1;
}
.form-container .theme-primary-blue .page-section.themed-inverse h3.form-title,
.form-container .theme-secondary-blue .page-section.themed h3.form-title,
.theme-primary-blue .page-section.themed-inverse .form-container h3.form-title,
.theme-primary-blue .page-section.themed-inverse .h1,
.theme-primary-blue .page-section.themed-inverse .h2,
.theme-primary-blue .page-section.themed-inverse .h3,
.theme-primary-blue .page-section.themed-inverse .h4,
.theme-primary-blue .page-section.themed-inverse .h5,
.theme-primary-blue .page-section.themed-inverse .h6,
.theme-primary-blue .page-section.themed-inverse .ss360-layer__heading,
.theme-primary-blue .page-section.themed-inverse .ss360-suggests__header,
.theme-primary-blue .page-section.themed-inverse h1,
.theme-primary-blue .page-section.themed-inverse h2,
.theme-primary-blue .page-section.themed-inverse h3,
.theme-primary-blue .page-section.themed-inverse h4,
.theme-primary-blue .page-section.themed-inverse h5,
.theme-primary-blue .page-section.themed-inverse h6,
.theme-secondary-blue .page-section.themed .form-container h3.form-title,
.theme-secondary-blue .page-section.themed .h1,
.theme-secondary-blue .page-section.themed .h2,
.theme-secondary-blue .page-section.themed .h3,
.theme-secondary-blue .page-section.themed .h4,
.theme-secondary-blue .page-section.themed .h5,
.theme-secondary-blue .page-section.themed .h6,
.theme-secondary-blue .page-section.themed .ss360-layer__heading,
.theme-secondary-blue .page-section.themed .ss360-suggests__header,
.theme-secondary-blue .page-section.themed h1,
.theme-secondary-blue .page-section.themed h2,
.theme-secondary-blue .page-section.themed h3,
.theme-secondary-blue .page-section.themed h4,
.theme-secondary-blue .page-section.themed h5,
.theme-secondary-blue .page-section.themed h6 {
  color: #003c71;
}
.form-container .theme-secondary-magenta .page-section.themed h3.form-title,
.theme-secondary-magenta .page-section.themed .form-container h3.form-title,
.theme-secondary-magenta .page-section.themed .h1,
.theme-secondary-magenta .page-section.themed .h2,
.theme-secondary-magenta .page-section.themed .h3,
.theme-secondary-magenta .page-section.themed .h4,
.theme-secondary-magenta .page-section.themed .h5,
.theme-secondary-magenta .page-section.themed .h6,
.theme-secondary-magenta .page-section.themed .ss360-layer__heading,
.theme-secondary-magenta .page-section.themed .ss360-suggests__header,
.theme-secondary-magenta .page-section.themed h1,
.theme-secondary-magenta .page-section.themed h2,
.theme-secondary-magenta .page-section.themed h3,
.theme-secondary-magenta .page-section.themed h4,
.theme-secondary-magenta .page-section.themed h5,
.theme-secondary-magenta .page-section.themed h6 {
  color: #de1b76;
}
.form-container .theme-secondary-pink .page-section.themed h3.form-title,
.theme-secondary-pink .page-section.themed .form-container h3.form-title,
.theme-secondary-pink .page-section.themed .h1,
.theme-secondary-pink .page-section.themed .h2,
.theme-secondary-pink .page-section.themed .h3,
.theme-secondary-pink .page-section.themed .h4,
.theme-secondary-pink .page-section.themed .h5,
.theme-secondary-pink .page-section.themed .h6,
.theme-secondary-pink .page-section.themed .ss360-layer__heading,
.theme-secondary-pink .page-section.themed .ss360-suggests__header,
.theme-secondary-pink .page-section.themed h1,
.theme-secondary-pink .page-section.themed h2,
.theme-secondary-pink .page-section.themed h3,
.theme-secondary-pink .page-section.themed h4,
.theme-secondary-pink .page-section.themed h5,
.theme-secondary-pink .page-section.themed h6 {
  color: #f690c4;
}
.section-form {
  margin-top: 0.5rem;
}
@media screen and (min-width: 64em) {
  .section-form {
    margin-top: 0;
  }
}
.section-form input[type="email"],
.section-form input[type="text"] {
  margin-bottom: 1.5rem;
}
.section-form .button {
  margin-bottom: 0;
}
.site-footer {
  color: #fff;
  background: #191530;
  overflow: hidden;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #de1b76;
}
.site-footer .footer-scrolltop {
  font-weight: 400;
}
.site-footer .footer-scrolltop .icon {
  transform: rotate(-90deg);
}
.site-footer .footer-logo {
  width: 3.75rem;
  display: inline-block;
  vertical-align: middle;
}
.site-footer .footer-logo-link {
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-top: 80%;
  background: url(../images/gwi-logo.svg) no-repeat top left;
  background-size: contain;
}
.footer-navigation {
  font-weight: 400;
  padding: 3.5rem 0 3.5rem 0;
}
.footer-navigation .footer-heading {
  color: #fff;
  margin: 2rem 0;
}
.footer-navigation .menu-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.75rem 0;
  color: #de1b76;
  margin: 2.375rem 0 0;
}
.footer-navigation .menu a {
  background: 0 0;
  font-size: 0.875rem;
  padding: 0.75rem 0;
  font-weight: 500;
}
.footer-navigation .footer-link-grid {
  position: relative;
}
.footer-navigation .footer-social .follow-facebook,
.footer-navigation .footer-social .follow-instagram,
.footer-navigation .footer-social .follow-linkedin,
.footer-navigation .footer-social .follow-twitter,
.footer-navigation .footer-social .follow-youtube {
  display: block;
  margin: 1rem 1rem 0.25rem 0;
}
.footer-navigation .footer-social .follow-facebook .icon,
.footer-navigation .footer-social .follow-instagram .icon,
.footer-navigation .footer-social .follow-linkedin .icon,
.footer-navigation .footer-social .follow-twitter .icon,
.footer-navigation .footer-social .follow-youtube .icon {
  width: 2.5rem;
  height: 2.5rem;
}
.footer-contentinfo {
  background: #fff;
  padding: 1.5rem 0 1.5rem 0;
  color: #191530;
  font-weight: 500;
}
.footer-contentinfo .footer-logo-stack {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0;
  margin: 1rem 0;
}
.footer-contentinfo .footer-logo-stack li {
  margin: 0 0.5rem 0 0;
  padding: 0;
  opacity: 0.9;
}
.footer-contentinfo .footer-logo-stack li:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 35em) {
  .footer-navigation {
    padding: 5rem 0 5rem 0;
  }
  .footer-contentinfo {
    padding: 2rem 0 2rem 0;
  }
}
@media screen and (min-width: 64em) {
  .footer-navigation {
    padding: 5.5rem 0 7.5rem 0;
  }
  .footer-navigation .footer-link-grid .large-fifth {
    width: calc(20% - 2.5rem);
  }
  .footer-navigation .menu-title {
    font-size: 1rem;
    padding: 1rem 0;
    margin: 3rem 0 0;
  }
  .footer-navigation .menu a {
    font-size: 1rem;
    padding: 1rem 0;
  }
  .footer-navigation .footer-social {
    left: 0;
    right: auto;
    position: initial;
  }
}
.secondary-nav {
  margin: 1.5rem 0 -0.5rem 0;
  position: relative;
}
@media print, screen and (min-width: 35em) {
  .secondary-nav {
    margin-top: 2rem;
  }
}
.secondary-nav .search-toggle .icon {
  width: 3rem;
  height: 3rem;
  padding: 0.25rem;
}
.secondary-nav-menu {
  display: block;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  list-style: none;
  padding: 0.5rem 0;
  margin: 0 -2rem;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 35em) {
  .secondary-nav-menu {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .secondary-nav-menu {
    margin-left: -3rem;
    margin-right: -3rem;
    overflow-x: hidden;
  }
}
.secondary-nav-menu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.secondary-nav-menu li:first-child {
  margin-left: 2rem;
}
.secondary-nav-menu li:last-child {
  margin-right: 2rem;
}
@media print, screen and (min-width: 35em) {
  .secondary-nav-menu li:first-child {
    margin-left: 2.5rem;
  }
  .secondary-nav-menu li:last-child {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .secondary-nav-menu li:first-child {
    margin-left: calc(8.33333% + 2.6875rem);
  }
  .secondary-nav-menu li:last-child {
    margin-right: calc(8.33333% + 2.6875rem);
  }
}
.secondary-nav-menu .search-box {
  width: 3rem;
  height: 3rem;
}
.secondary-nav-menu .search-box-expander {
  width: 100%;
  height: 3rem;
  max-width: 3rem;
  border: 1px solid #fff;
  border-radius: 99rem;
  background: #fff;
  position: absolute;
  top: 0.5rem;
  transition: max-width 250ms ease-in-out;
}
.secondary-nav-menu .search-toggle {
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: -1px;
  top: -1px;
  background: 0 0;
  color: #191530;
  border-radius: 99rem;
}
.secondary-nav-menu .search-toggle:focus,
.secondary-nav-menu .search-toggle:hover {
  background: #fff;
  color: #de1b76;
}
.secondary-nav-menu .menu-item a {
  display: block;
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0.9375rem 1rem;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  background: 0 0;
  text-align: center;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  opacity: 1;
  transition: none;
}
.secondary-nav-menu .menu-item a:focus,
.secondary-nav-menu .menu-item a:hover {
  color: #191530;
  background: #fff;
  border-color: #fff;
}
.secondary-nav-menu .menu-item.is-active a {
  color: #191530;
  background: #fff;
  border-color: #fff;
}
.secondary-nav-search {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.5rem 0 0.5rem 0;
  z-index: -1;
  transition: visibility 0s linear;
}
@media screen and (min-width: 64em) {
  .secondary-nav-search {
    padding-left: calc(8.33333% + 0.20833rem);
    padding-right: calc(8.33333% + 0.20833rem);
  }
}
.secondary-nav-search .search-input {
  margin: 0;
  padding: 0.9375rem 1.5rem;
  height: 3rem;
  line-height: 1;
  border-radius: 99rem;
  border: 1px solid #ced9eb;
  background: #fff;
}
.secondary-nav-search .search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.secondary-nav-search .search-input:focus {
  border-color: #de1b76;
  box-shadow: 0 0 0 1px #de1b76;
}
.secondary-nav-search .search-toggle {
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
  background: 0 0;
  border-radius: 99rem;
}
.secondary-nav-search .search-toggle:not(.button) {
  color: #7989a6;
}
@media screen and (min-width: 64em) {
  .secondary-nav-search .search-toggle {
    right: calc(8.33333% + 0.20833rem);
  }
}
.secondary-nav.is-search-expanded .search-box-expander {
  background: #fff;
  border-color: #fff;
  max-width: calc(100% - 4rem);
}
@media print, screen and (min-width: 35em) {
  .secondary-nav.is-search-expanded .search-box-expander {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (min-width: 64em) {
  .secondary-nav.is-search-expanded .search-box-expander {
    max-width: calc(83.33333% - 5.375rem);
  }
}
.secondary-nav.is-search-expanded .secondary-nav-menu {
  overflow-x: hidden;
}
.secondary-nav.is-search-expanded .menu-item a {
  transition: opacity 150ms ease-in;
  opacity: 0;
}
.secondary-nav.is-search-expanded .secondary-nav-search {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  transition: opacity 15ms linear 245ms;
}
.resources-nav-container {
  width: 100%;
  z-index: 500;
}
.resources-nav-container .sticky {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(25, 21, 48, 0.1);
}
.resources-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 4rem;
  max-width: 86rem;
  padding: 0.5rem 2rem 0.5rem 2rem;
  margin: 0 auto;
}
.resources-nav .nav-pages,
.resources-nav .nav-platform {
  display: none;
}
.resources-nav .nav-controls {
  margin-left: auto;
}
.resources-nav .nav-burger {
  display: block;
  width: 3rem;
  height: 3rem;
  position: relative;
  margin-right: -0.75rem;
}
.resources-nav .nav-burger .icon {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.resources-nav-container.is-nav-open .resources-nav .nav-burger {
  visibility: hidden;
}
.resources-nav-container.is-nav-open .mobile-nav-container {
  display: block;
}
@media print, screen and (min-width: 35em) {
  .resources-nav {
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  }
  .resources-nav .nav-platform {
    display: block;
    margin-left: auto;
  }
  .resources-nav .nav-controls {
    margin-left: 0.75rem;
  }
}
@media screen and (min-width: 64em) {
  .resources-nav-container.is-nav-open .mobile-nav-container {
    display: none;
  }
  .resources-nav {
    height: 5rem;
    padding: 0.5rem 3rem 0.5rem 3rem;
  }
  .resources-nav .nav-pages {
    display: block;
  }
  .resources-nav .nav-controls {
    display: none;
  }
}
@-webkit-keyframes ss360-fid {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ss360-fid {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ss360-fo {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ss360-fo {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes ss360-upscale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  25% {
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ss360-upscale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  25% {
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes sk-bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes sk-bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@-webkit-keyframes sk-rotateplane {
  0% {
    transform: perspective(120px);
  }
  50% {
    transform: perspective(120px) rotateY(180deg);
  }
  to {
    transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px);
  }
  50% {
    transform: perspective(120px) rotateY(180deg);
  }
  to {
    transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@-webkit-keyframes ss360-recording {
  0% {
    background-color: rgba(25, 21, 48, 0);
  }
  50% {
    background-color: #ef60a3;
  }
  to {
    background-color: rgba(25, 21, 48, 0);
  }
}
@keyframes ss360-recording {
  0% {
    background-color: rgba(25, 21, 48, 0);
  }
  50% {
    background-color: #ef60a3;
  }
  to {
    background-color: rgba(25, 21, 48, 0);
  }
}
.ss360-animated {
  -webkit-animation: 0.3s ease 0s 1 normal forwards running;
  animation: 0.3s ease 0s 1 normal forwards running;
}
.ss360-animated--fast {
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}
.ss360-fid {
  -webkit-animation-name: ss360-fid;
  animation-name: ss360-fid;
}
.ss360-us {
  -webkit-animation-name: ss360-upscale;
  animation-name: ss360-upscale;
}
.ss360-fo {
  -webkit-animation-name: ss360-fo;
  animation-name: ss360-fo;
}
.ss360-darken {
  background-color: rgba(25, 21, 48, 0.45);
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADo0lEQVRYhb1XP2gbZxR/7ztFR4OCWp2wfMa1RUF24BwLdF4aYxAatIjMovVQ0KAMhoJd2XO2DmrwEDzEg0d1Kh6yxSC0eckd2M4NFrVQPeQ4Lh6ubi/osPQ6VBKyIuVOspLfdu973/f73fv+/hA8QpKkgN/vlwFARsTFIWnvAEBpNBoVTdP+8TIuuiXIsiwSUZ6Ikoj4wKtgAHjVbDZ/Pzk5qY4lQJKkAM/zvwDAkxFIPwIRVRzHeTasItygYDweX/D5fL8h4uO7kAMAIGKU47jvI5HIW8Mwrj5q7w/Isiy2Wq3SiOV2BRFdM8Z+VBRF743fqoAkSQHG2AtEnJkkOQAAIvJEJAuC8No0TacTZ71JPM8//8QKn4SIRZ7nn/fGuhVIJBJ5uOOC84gZURRB13UFoL0G2lvt1Rcg7wIRnyiKojMAACLKf0nyXk5OkqSAz+f71a3D8vLyV5FI5J5hGDfDcoLBIFcqlR7Ozs7eOz4+djsJF0OhUInxPJ/0orhQKHy7t7e3kMlkgsPIDw4OFqLR6P3V1dWvg8HgwDOmFzzPJ7np6ek8Ikbdki8uLuxMJiOk0+mwZVmOpmkfett3d3e/W1paelCv1+1cLle1LKvpNiYRASeK4k+IGHZLNgzjRlGUv9Pp9DfJZDJERE1VVf8FACgWi/Nra2uhUcjbaGAikXjjMRkAbpe6XC6/BwBIpVLhMcgBAGBkAf0iAADGJQfoOwm9wrKsZq1WszvftVrNHod8bAHFYnG+U/Z6vW6nUqlwsVicH0sAEZ2P0mFra0vsnfNcLlcdVwQRnTMA0F0z28hms8L6+vqMaZqNzpxbltXM5XJVTdOuxxChc6IoCl4eHtlsVtjZ2Ynatn2zubn55+XlZfdKbTQadHh4eBWLxfypVCoci8X8R0dHlgcBfzDGWMWL1JWVlYBt2zcbGxvV09PTD4Nytre3/yqXy+91XXcGtfeDMVZBAIBEIvESAGS3DnNzc/7eP78jFFVVn3Z2wb6XHhMk73IyAABVVRUiqkxw8E+CiCqqqipdAQAAjuM8g/+NxefGuzYXAPQ8yUzTdKamphRETCMi/zmYiei61Wr9fHZ21t36t+5swzCuIpHIMSIuebkhRyQ/b7VahX6nNNAZtX3gy0m9kIno3HGcp4Pc0cBXi2majiAIrzmO8yPiozuSVxzHKQyzZq7mNB6PLzDG8oiYHJFbAYD9zmofBlcBHbQt2w/gwZ4j4n6/BRuG/wA9X65CnAC2oQAAAABJRU5ErkJggg==)
      12 12,
    auto;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999998;
}
.ss360-darken--noclose {
  cursor: auto;
}
.ss360-loader {
  display: none;
  height: 5rem;
  width: 5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 999999;
}
.ss360-loader__bounce {
  -webkit-animation: sk-bounce 2s ease-in-out infinite;
  animation: sk-bounce 2s ease-in-out infinite;
  border-radius: 99rem;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.ss360-loader__bounce--delayed {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.ss360-loader--square {
  -webkit-animation: sk-rotateplane 1.2s ease-in-out infinite;
  animation: sk-rotateplane 1.2s ease-in-out infinite;
  height: 3.75rem;
  width: 3.75rem;
}
.ss360-layer {
  background: #fff;
  color: #191530;
  text-align: left;
  box-shadow: 0 1px 1px rgba(25, 21, 48, 0.25);
  border-radius: 0.25rem;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.ss360-layer--overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 64em) {
  .ss360-layer--overlay {
    width: calc(100% - 6rem);
    max-width: 80rem;
    height: calc(100% - 4rem);
  }
}
.ss360-fullscreen-layer {
  background-color: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  top: -100%;
  overflow: auto;
  padding-top: 1rem;
  position: fixed;
  z-index: 999998;
}
.ss360-fullscreen-layer .ss360-custom-search {
  margin-top: 0;
}
@media print, screen and (min-width: 35em) {
  .ss360-fullscreen-layer .ss360-custom-search {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.ss360-fullscreen-layer__heading {
  margin-bottom: 1rem;
  padding: 0 4.5rem;
  text-align: center;
}
.ss360-fullscreen-layer__results {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 80rem;
}
.ss360-layer__content {
  outline: 0;
  position: relative;
  max-height: none !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 3.5rem;
  margin-top: 2rem;
}
@media print, screen and (min-width: 35em) {
  .ss360-layer__content {
    padding-left: calc(8.33333% + 2.33333rem);
    padding-right: calc(8.33333% + 2.33333rem);
    padding-top: 1rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .ss360-layer__content {
    padding-left: calc(8.33333% + 0.20833rem);
    padding-right: calc(8.33333% + 0.20833rem);
    margin-top: 1rem;
  }
}
.ss360-layer__content--tabs .ss360-group:not(.ss360-group--active),
.ss360-layer__content--tabs .ss360-group__heading {
  display: none;
}
.ss360-layer .ss360-layer__content--right {
  background: red !important;
  flex: 4;
}
.ss360-layer__heading {
  padding-top: 0 !important;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .ss360-layer__heading {
    margin-bottom: 3.5rem;
  }
}
.ss360-layer__heading > a:focus,
.ss360-layer__heading > a:hover {
  color: #191530;
}
.ss360-layer__heading-anchor {
  color: inherit;
  cursor: default;
  outline: 0;
  pointer-events: none;
  text-decoration: none;
  background: 0 0;
}
.ss360-layer__heading--padded {
  background: red;
}
.ss360-close-button,
.ss360-close-button:focus,
.ss360-close-button:hover {
  border: 0;
  cursor: pointer;
  height: 3rem;
  position: absolute;
  right: 0.8125rem;
  top: 1rem;
  width: 3rem;
  z-index: 99999;
  border-radius: 0;
  vertical-align: top;
}
@media print, screen and (min-width: 35em) {
  .ss360-close-button,
  .ss360-close-button:focus,
  .ss360-close-button:hover {
    right: 1.3125rem;
  }
}
@media screen and (min-width: 64em) {
  .ss360-close-button,
  .ss360-close-button:focus,
  .ss360-close-button:hover {
    right: 0.5rem;
  }
}
.ss360-close-button__icon {
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  font-style: normal;
  color: #7989a6;
  position: absolute;
  top: 0;
  right: 1rem;
}
.ss360-close-button__icon:before {
  content: "×";
}
.ss360-close-button__icon-svg {
  display: none;
}
.ss360-close-button:focus .ss360-close-button__icon,
.ss360-close-button:hover .ss360-close-button__icon,
.ss360-close-button__icon--active {
  opacity: 0;
  color: #7989a6;
}
.ss360-close-button:focus .ss360-close-button__icon--active,
.ss360-close-button:hover .ss360-close-button__icon--active {
  opacity: 1;
  color: #de1b76;
}
.ss360-custom-search {
  margin: 3.5rem 2rem 0 2rem;
  position: relative;
  flex: 0 auto;
}
@media print, screen and (min-width: 35em) {
  .ss360-custom-search {
    margin: 1.5rem calc(8.33333% + 2.33333rem) 0 calc(8.33333% + 2.33333rem);
  }
}
@media screen and (min-width: 64em) {
  .ss360-custom-search {
    margin: 1.5rem calc(8.33333% + 0.20833rem) 0 calc(8.33333% + 0.20833rem);
  }
}
.ss360-custom-search__searchbox {
  margin: 0;
  padding: 0.9375rem 1rem;
  height: 3rem;
  line-height: 1;
  border-radius: 2px;
  border: 1px solid #ced9eb;
  background: #fff;
}
.ss360-custom-search__searchbox::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.ss360-custom-search__searchbox:focus {
  border: 1px solid #de1b76;
  box-shadow: 0 0 0 1px #de1b76;
}
.ss360-custom-search__searchbutton {
  width: 3rem;
  height: 3rem;
  padding: 0.25rem;
  position: absolute;
  right: 0;
  top: 0;
  background: 0 0;
  color: #7989a6;
  border-radius: 99rem;
}
.ss360-custom-search__searchbutton:focus,
.ss360-custom-search__searchbutton:hover {
  color: #de1b76;
}
.ss360-custom-search__searchbutton > svg {
  fill: currentColor;
  position: relative;
  transform: scale(0.91667) translate(0, 0.0625rem);
}
.ss360-nav {
  flex: 0 auto;
}
.ss360-nav__menu {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
}
.ss360-nav__entry {
  display: block;
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0.9375rem 1rem;
  border: 1px solid #191530;
  border-radius: 2px;
  color: #191530;
  background: #fff;
  text-align: center;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  opacity: 1;
}
.ss360-nav__entry:focus,
.ss360-nav__entry:hover {
  color: #fff;
  background: #191530;
  border-color: #191530;
}
.ss360-nav__entry:focus .ss360-nav__result-count,
.ss360-nav__entry:hover .ss360-nav__result-count {
  color: inherit;
}
.ss360-nav__menu-item--active .ss360-nav__entry {
  color: #fff;
  background: #191530;
  border-color: #191530;
  font-weight: 700;
}
.ss360-nav__result-count {
  font-weight: 400;
  margin-left: 0.25em;
  color: #7989a6;
}
.ss360-nav__result-count:before {
  content: "(";
}
.ss360-nav__result-count:after {
  content: ")";
}
.ss360-nav__menu-item--active .ss360-nav__result-count {
  color: inherit;
}
.ss360-nav--top {
  padding-bottom: 0;
}
.ss360-nav--top .ss360-nav__menu {
  display: block;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  list-style: none;
  padding: 0.5rem 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.ss360-nav--top .ss360-nav__menu-item {
  display: inline-block;
  vertical-align: middle;
}
.ss360-nav--left {
  flex: 1;
  padding-right: 1rem;
}
.ss360-nav--left .ss360-nav__entry {
  width: 100%;
}
@media screen and (max-width: 42.5em) {
  .ss360-nav--left {
    clear: both;
    margin-bottom: 16px;
    padding-right: 0;
  }
  .ss360-nav--left .ss360-nav__menu-item {
    display: inline-block;
    margin-top: 8px;
  }
  .ss360-nav--left .ss360-nav__entry {
    margin-bottom: 0;
    margin-right: 8px;
  }
  .ss360-layer__content--right,
  .ss360-nav--left {
    flex: none;
    width: 100%;
  }
}
.ss360-nav--tabs.ss360-nav--top .ss360-nav__menu-item {
  margin-right: 1rem;
}
.ss360-nav--tabs.ss360-nav--top .ss360-nav__menu-item:first-child {
  margin-left: 2rem;
}
.ss360-nav--tabs.ss360-nav--top .ss360-nav__menu-item:last-child {
  margin-right: 2rem;
}
@media print, screen and (min-width: 35em) {
  .ss360-nav--tabs.ss360-nav--top .ss360-nav__menu-item:first-child {
    margin-left: calc(8.33333% + 2.33333rem);
  }
  .ss360-nav--tabs.ss360-nav--top .ss360-nav__menu-item:last-child {
    margin-right: calc(8.33333% + 2.33333rem);
  }
}
@media screen and (min-width: 64em) {
  .ss360-nav--tabs.ss360-nav--top .ss360-nav__menu-item:first-child {
    margin-left: calc(8.33333% + 0.20833rem);
  }
  .ss360-nav--tabs.ss360-nav--top .ss360-nav__menu-item:last-child {
    margin-right: calc(8.33333% + 0.20833rem);
  }
}
.ss360-nav--tabs.ss360-nav--top .ss360-nav__menu-item .ss360-nav__post,
.ss360-nav--tabs.ss360-nav--top .ss360-nav__menu-item .ss360-nav__pre {
  display: none;
}
.ss360-nav--tabs.ss360-nav-left .ss360-nav__menu {
  margin-top: 0;
}
.ss360-nav--tabs.ss360-nav-left .ss360-nav__menu-item {
  background: red !important;
  border-right-style: solid;
  border-right-width: 2px;
  margin-right: 0;
  text-align: right;
}
.ss360-nav--tabs.ss360-nav-left .ss360-nav__entry {
  background: red !important;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  margin-right: 0;
}
.ss360-nav--tabs.ss360-nav-left .ss360-nav__entry--first {
  margin-top: 0;
}
.ss360-nav--tabs.ss360-nav-left .ss360-nav__entry:not(.ss360-nav__entry--last) {
  margin-bottom: 0.5rem;
}
.ss360-nav--tabs.ss360-nav-left .ss360-nav__menu-item--active {
  border-right: 0;
}
.ss360-nav--tabs.ss360-nav-left
  .ss360-nav__menu-item--active
  .ss360-nav__entry {
  border-bottom-width: 2px;
  border-color: inherit;
  border-right-width: 0;
  margin-bottom: 0;
}
.ss360-nav--tabs.ss360-nav-left
  .ss360-nav__menu-item--active
  + .ss360-nav__menu-item {
  padding-top: 0.5rem;
}
.ss360-nav--tabs.ss360-nav-left .ss360-nav__post,
.ss360-nav--tabs.ss360-nav-left .ss360-nav__pre {
  border-right-style: solid;
  border-right-width: 2px;
}
.ss360-nav--tabs.ss360-nav-left .ss360-nav__pre {
  height: 3em;
}
.ss360-nav__select-wrapper {
  margin: 0.5rem 2rem 0.5rem 2rem;
  position: relative;
}
@media print, screen and (min-width: 35em) {
  .ss360-nav__select-wrapper {
    margin-left: calc(8.33333% + 2.33333rem);
    margin-right: calc(8.33333% + 2.33333rem);
  }
}
@media screen and (min-width: 64em) {
  .ss360-nav__select-wrapper {
    margin-left: calc(8.33333% + 0.20833rem);
    margin-right: calc(8.33333% + 0.20833rem);
  }
}
.ss360-nav__select {
  border: 0;
  filter: "alpha(Opacity=0)";
  height: 3rem;
  opacity: 0;
  padding: 0.875rem 1.5rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.ss360-nav__select-label {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0.9375rem 1rem;
  height: 3rem;
  line-height: 1;
  border-radius: 0.125rem;
  border: 1px solid #191530;
  background: #191530;
}
.ss360-nav__select-label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.375rem inset;
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: rgba(255, 255, 255, 0.7) transparent transparent transparent;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -0.1875rem;
  transform-origin: 50% 50%;
}
.ss360-nav__select-label--open:after {
  transform: rotate(180deg);
}
.ss360-nav__select-label--focus {
  outline: 0;
}
.ss360-query-correction {
  margin-bottom: 1.5rem;
}
.ss360-group__heading {
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .ss360-group__heading {
    margin-bottom: 3rem;
  }
}
.ss360-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ss360-suggests {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 35em) {
  .ss360-suggests {
    margin-bottom: 2.5rem;
  }
}
.ss360-suggests--hidden {
  display: none;
}
.ss360-suggests__link {
  display: block;
  color: #191530;
}
.ss360-suggests__link:focus,
.ss360-suggests__link:hover {
  color: #de1b76;
  outline: 0;
}
.ss360-suggests__url {
  color: #7989a6;
  display: block;
  font-size: 0.875rem;
  text-decoration: none;
  word-break: break-word;
  margin: 0.5rem 0 0 0;
}
.ss360-suggests__header.ss360-suggests__header {
  margin-top: 1rem;
  margin-bottom: 0;
}
.ss360-suggests__content,
.ss360-suggests__wrap {
  display: flex;
}
.ss360-suggests__wrap {
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}
.ss360-suggests__content {
  display: flex;
  flex: 1 1 auto;
  padding: 0.5rem 0 0.5rem 0;
  flex-direction: column;
}
.ss360-suggest__image-container {
  flex: 0 0 auto;
}
@media print, screen and (min-width: 35em) {
  .ss360-suggests__wrap {
    flex-direction: row;
  }
  .ss360-suggest__image-container {
    width: 33.33333%;
    padding-right: 1rem;
  }
  .ss360-suggests__content {
    padding-left: 1rem;
  }
  .ss360-suggests__header.ss360-suggests__header {
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .ss360-suggest__image-container {
    width: 25%;
    padding-right: 1.25rem;
  }
  .ss360-suggests__content {
    padding-left: 1.25rem;
  }
}
.ss360-suggests__link-wrap {
  margin: 0;
}
.ss360-suggests__snippet {
  font-size: 1rem;
  margin: 0.5rem 0;
  padding-right: 1rem;
  word-break: break-word;
}
.ss360-suggests__image-wrap {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #7989a6;
}
.ss360-suggests__image-wrap > .ss360-suggests__image {
  position: absolute;
  margin: auto;
  left: -0.5rem;
  right: -0.5rem;
  top: 0;
  bottom: 0;
  width: 112.5%;
  max-width: 112.5%;
}
.ss360-suggests__image-wrap[style~="background-image:"] > img {
  opacity: 0;
}
.ss360-suggests__image-wrap--empty {
  background-color: #7989a6;
  background-image: url(../images/thumbnail-placeholder.png);
}
.ss360-grid {
  margin: 0 -1rem;
  display: flex;
  flex-flow: row wrap;
}
.ss360-grid .ss360-suggests {
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 35em) {
  .ss360-grid .ss360-suggests {
    width: calc(50% - 2rem);
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 64em) {
  .ss360-grid {
    margin: 0 -1.25rem;
  }
  .ss360-grid .ss360-suggests {
    width: calc(25% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-bottom: 5rem;
  }
}
.ss360-grid .ss360-suggests__wrap {
  flex-direction: column;
}
.ss360-grid .ss360-suggest__image-container {
  width: 100%;
  padding: 0;
}
.ss360-grid
  .ss360-suggest__image-container:hover
  + .ss360-suggests__content
  .ss360-suggests__link {
  color: #de1b76;
}
.ss360-grid .ss360-suggests__content {
  padding-left: 0;
  display: flex;
  flex-flow: column nowrap;
}
.ss360-grid .ss360-suggests__header.ss360-suggests__header {
  order: 2;
}
.ss360-grid .ss360-suggests__url {
  display: none;
}
.ss360-data-points {
  border: 0;
  font-size: 0.875rem;
  margin: 0;
  width: auto;
}
.ss360-data-points__body {
  border: 0;
  background: 0 0;
}
tbody tr.ss360-data-point {
  border: 0;
  background: 0 0;
}
.ss360-data-point__cell {
  border: 0;
  padding: 0 1rem 0 0;
}
.ss360-data-point__cell--key {
  color: #7989a6;
}
.ss360-data-point__cell--value {
  word-break: break-all;
  color: #191530;
  font-weight: 500;
}
.ss360-data-points__body:not(:empty) {
  border-top: 1rem solid transparent;
}
.ss360-data-points--row .ss360-data-points__body {
  display: flex;
  flex-wrap: wrap;
}
.ss360-data-points--row .ss360-data-point {
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}
.ss360-data-points--row .ss360-data-point--last {
  margin-right: 0;
}
.ss360-data-points--column {
  display: block;
  max-width: 25rem;
  width: 100%;
}
.ss360-data-points--column .ss360-data-point__cell {
  padding-bottom: 0.25rem;
  vertical-align: top;
}
.ss360-grid .ss360-data-points {
  order: 1;
  height: 3.5rem;
}
.ss360-grid .ss360-data-point:not(.ss360-dp__category),
.ss360-grid .ss360-data-point__cell--key {
  display: none;
}
.ss360-grid .ss360-data-point__cell--value {
  font-size: 1rem;
  font-weight: 700;
  color: #191530;
}
.ss360-more-results {
  display: block;
  vertical-align: middle;
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  line-height: 1;
  margin: 0 auto;
  padding: 0.9375rem 1rem;
  border: 1px solid #191530;
  color: #191530;
  text-align: center;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  transition: none;
  min-width: 10rem;
  width: auto;
  border-radius: 2px;
  background: 0 0;
}
.ss360-more-results:focus,
.ss360-more-results:hover {
  background: #ef60a3;
  border-color: #ef60a3;
  color: #fff;
}
.ss360-more-results:active {
  background: #c31668;
  border-color: #c31668;
}
a[href="https://sitesearch360.com"]
{
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a[href="https://sitesearch360.com"] img
{
  position: absolute;
  margin-top: -99rem;
}
.unibox-n-button {
  background: 0 0;
  border-radius: 2px;
}
.unibox-n-button:after,
.unibox-n-button:before,
.unibox-n-button:focus:after,
.unibox-n-button:focus:before,
.unibox-n-button:hover:after,
.unibox-n-button:hover:before {
  content: none;
}
.unibox-n-button .unibox__delete-history-icon path {
  fill: #7989a6 !important;
}
.unibox-n-button:hover .unibox__delete-history-icon path {
  fill: #de1b76 !important;
}
.unibox-n-section {
  font-size: 1rem;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #191530;
  display: flex;
  flex-flow: row wrap;
}
.unibox-n-input {
  background: red;
  border: 0;
  border-radius: 0;
}
.unibox-sr-only {
  position: absolute;
  border: 0;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
.unibox-stretch {
  height: 100%;
}
.unibox {
  color: #191530;
  position: absolute;
  z-index: 1500;
  display: none;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 2px rgba(25, 21, 48, 0.25),
    0 4px 8px rgba(25, 21, 48, 0.125);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  padding: 0.5rem 0.5rem;
  margin: 0.125rem 0;
  border-radius: 4px;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) or
  (-webkit-backdrop-filter: none) {
  .unibox {
    background: rgba(255, 255, 255, 0.75);
  }
}
.unibox > div {
  display: none;
}
.unibox--empty {
  visibility: hidden;
}
.unibox__content-container {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(100% - 3.75rem);
  padding: 0 0.5rem 0 1rem;
  display: flex;
  flex-direction: column;
}
.unibox__content-container:first-child {
  margin-left: 7.5rem;
}
.unibox__search-content {
  display: block;
  margin-bottom: 0.25rem;
  text-align: left;
  order: 2;
}
.unibox__extra {
  order: 1;
}
.unibox__extra .category {
  font-size: 0.75rem;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #191530;
}
.unibox__extra .category ~ .category {
  display: none;
}
.page-header .unibox__search-content--link {
  color: inherit;
  overflow: hidden;
  text-decoration: none;
  font-weight: 600;
}
.page-header .unibox__suggest-heading.unibox__suggest-heading {
  color: #191530;
  margin: 0.5rem;
  padding: 0;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.33333;
  flex: 0 0 auto;
  width: 100%;
}
.unibox__selectable {
  flex: 0 0 auto;
  clear: both;
  display: flex;
  font-size: 1em;
  position: relative;
  text-align: left;
  padding: 1rem 0.5rem;
  border-radius: 2px;
  width: 100%;
}
@media print, screen and (min-width: 35em) {
  .unibox__selectable {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .unibox__selectable {
    width: 33.33333%;
  }
}
.unibox__selectable.unibox__selectable--history {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}
.unibox__selectable--history .unibox__content-container {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.unibox__selectable--history .unibox__search-content {
  flex: 1 0 auto;
  margin: 0;
  font-weight: 500;
  order: 1;
}
.unibox__selectable--history .unibox__extra {
  flex: 0 0 auto;
  order: 2;
}
.unibox_vis {
  outline: 2px solid tomato;
  width: 0.625rem;
}
.unibox__img-container {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  min-width: 7.5rem;
}
.unibox__img {
  left: 0;
  max-width: 7.5rem;
  max-height: 5.625rem;
  position: relative;
  top: 0;
  transform: none;
}
.unibox__highlight {
  background: rgba(19, 94, 147, 0.25);
  border-radius: 2px;
}
.unibox__result-content {
  outline: 2px solid tomato;
}
.unibox__ca {
  clear: both;
}
.unibox__invisible {
  display: none;
  height: 0;
  position: relative;
  text-align: left;
  visibility: hidden;
}
.unibox__selectable--show-all {
  align-items: center;
  background: 0 0;
  border: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  width: 100%;
}
.unibox__show-all-icon {
  margin-left: 0.5rem;
  margin-top: 0.25rem;
}
.unibox__cluster--no-img .unibox__content-container {
  max-width: 100%;
}
.unibox__selectable {
  cursor: pointer;
}
.unibox__cluster > .unibox__selectable:nth-child(n + 13) {
  display: none;
}
.unibox__selectable--active,
.unibox__selectable:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #de1b76;
}
.unibox--fullwidth .unibox__extra {
  left: 5.375rem;
  top: 2.5625rem;
}
.unibox-special {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000;
  outline: 2px solid #adff2f;
}
.unibox-special,
.unibox-special__input-wrap {
  margin: 0;
  padding: 0;
}
.unibox-special__input-wrap {
  background: #fefefe;
  border: 1px solid #dedede;
  box-sizing: border-box;
  width: 100%;
}
.unibox-special__searchbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dedede;
  border-radius: 0;
  font-size: 1.2em;
  height: 48px;
  margin: 16px 63px;
  padding: 0 12px;
  width: calc(100% - 126px);
}
.unibox-special__icon {
  background: 0 0;
  border: 0;
  cursor: pointer;
  height: 50px;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px;
}
.unibox-special__icon--close {
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+)
    no-repeat 50%;
  background-size: 24px;
  border-right: 1px solid #dedede;
  left: 0;
}
.unibox-special__icon--searchbutton {
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjUgMTRoLS43OWwtLjI4LS4yN0E2LjQ3MSA2LjQ3MSAwIDAwMTYgOS41IDYuNSA2LjUgMCAxMDkuNSAxNmMxLjYxIDAgMy4wOS0uNTkgNC4yMy0xLjU3bC4yNy4yOHYuNzlsNSA0Ljk5TDIwLjQ5IDE5bC00Ljk5LTV6bS02IDBDNy4wMSAxNCA1IDExLjk5IDUgOS41UzcuMDEgNSA5LjUgNSAxNCA3LjAxIDE0IDkuNSAxMS45OSAxNCA5LjUgMTR6Ii8+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==)
    no-repeat 50%;
  background-size: 24px;
  border-left: 1px solid #dedede;
  right: 0;
}
.unibox-special .unibox--special {
  display: block;
  height: 100%;
  margin-top: 4px;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  width: 100%;
}
.unibox-special .unibox__selectable {
  min-height: 50px;
}
.unibox-special__background {
  pointer-events: none;
  transform: translateZ(0);
  transition-delay: 0s;
  transition-timing-function: ease-out;
  will-change: transform;
}
.unibox-special__background--left {
  transform: translate3d(-100%, 0, 0);
}
.unibox-special__background--right {
  transform: translateZ(0);
}
.unibox-tc-c {
  color: #4a4f62;
}
.unibox-tc-c--hover:focus,
.unibox-tc-c--hover:hover {
  color: #4a4f62;
}
.unibox-tc-b {
  border-color: #4a4f62;
}
.unibox-tc-b--hover:focus,
.unibox-tc-b--hover:hover {
  border-color: #4a4f62;
}
.unibox-tc-b--focus:focus {
  border-color: #4a4f62;
}
.unibox-tc-bg {
  background-color: #4a4f62;
  color: #fefefe;
}
.unibox-tc-bg--hover:focus,
.unibox-tc-bg--hover:hover {
  background-color: #4a4f62;
  color: #fefefe;
}
.unibox-tc-bg--focus:focus {
  background-color: #4a4f62;
  color: #fefefe;
}
.entry-content img {
  margin: 1.5rem 0;
  max-width: 100%;
  height: auto !important;
}
.entry-content .button {
  margin: 1rem 0 2rem 0;
}
@media screen and (min-width: 64em) {
  .entry-content .button {
    margin: 2rem 0 3rem 0;
  }
}
.entry-meta {
  color: #191530;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.entry-meta .entry-meta-author {
  font-weight: 700;
}
.entry-meta .entry-meta-author.entry-meta-author a {
  text-decoration: none;
  color: #191530;
}
.entry-meta .entry-meta-pubdate {
  margin-bottom: 1rem;
}
.entry-meta .entry-meta-readtime {
  margin-bottom: 2rem;
}
.entry-share {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-share li {
  display: inline-block;
  padding: 0;
  margin: 0 0.5rem 1rem 0;
}
.entry-share a {
  color: #ced9eb;
}
.entry-share a:hover {
  color: #de1b76;
}
.entry-share .icon {
  width: 2.5rem;
  height: 2.5rem;
}
.entry-poster-image {
  margin-bottom: 2rem;
}
.entry-poster-image img {
  width: 100%;
}
@media print, screen and (min-width: 35em) {
  .entry-poster-image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .entry-poster-image {
    margin-bottom: 5rem;
  }
}
.entry-image-container {
  background: #dfe7f5;
  margin: 1.5rem -2rem;
  padding: 1rem 2rem;
}
@media print, screen and (min-width: 35em) {
  .entry-image-container {
    margin: 1.5rem -2.5rem;
    padding: 1.5rem 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .entry-image-container {
    margin: 1.5rem calc(-12.5% - 0.3125rem);
    padding: 2rem calc(10% + 1.5rem);
  }
}
.entry-image-container img {
  width: 100%;
}
.entry-footer {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 2.5rem 0;
  border: 1px solid #ced9eb;
  border-left-width: 0;
  border-right-width: 0;
}
@media screen and (min-width: 64em) {
  .entry-footer {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.entry-footer .author-title.author-title {
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44444;
}
@media print, screen and (min-width: 35em) {
  .entry-footer .author-title.author-title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 64em) {
  .entry-footer .author-title.author-title {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
.entry-footer .author-title.author-title a {
  text-decoration: none;
  color: #191530;
}
.entry-footer .entry-footer-share {
  margin: 2rem 0 -1rem 0;
}
.entry-stats {
  background: #dfe7f5;
  border-radius: 0.25rem;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem 1rem 1.5rem;
}
@media print, screen and (min-width: 35em) {
  .entry-stats {
    padding: 2.5rem 1rem 2rem;
  }
}
@media screen and (min-width: 64em) {
  .entry-stats {
    padding: 2.5rem 1.25rem 2rem;
  }
}
.theme-secondary-teal .entry-stats {
  background: #3ccbda;
}
.theme-secondary-blue .entry-stats {
  background: #003c71;
}
.theme-secondary-magenta .entry-stats {
  background: #de1b76;
}
.theme-secondary-pink .entry-stats {
  background: #ef60a3;
}
.theme-primary-navy .entry-stats {
  color: #363d59;
}
.theme-primary-teal .entry-stats {
  color: #78d5e1;
}
.theme-primary-blue .entry-stats {
  color: #135e93;
}
.theme-primary-purple .entry-stats {
  color: #782f9c;
}
.entry-stats .entry-stat-logo {
  padding: 1rem 0 2rem 0;
}
@media print, screen and (min-width: 35em) {
  .entry-stats .entry-stat-logo {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 64em) {
  .entry-stats .entry-stat-logo {
    padding: 1.25rem 0;
  }
}
.entry-stats .entry-stat-stack {
  margin: 1rem 0;
}
.entry-stats .entry-stat-stack .stat {
  display: block;
  margin-bottom: 0;
  color: inherit;
  font-weight: 700;
}
.entry-stats .entry-stat-stack .description {
  font-weight: 700;
  margin: 0;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 35em) {
  .entry-stats .entry-stat-stack .description {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media screen and (min-width: 64em) {
  .entry-stats .entry-stat-stack .description {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.entry-stats .entry-stack-source {
  font-size: 87.5%;
  color: inherit;
}
.entry-stats .entry-stack-source.entry-stack-source a {
  font-weight: 600;
  color: inherit;
}
.entry-hosts {
  background: #f7faff;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem 1rem 1.5rem;
}
@media print, screen and (min-width: 35em) {
  .entry-hosts {
    padding: 2.5rem 1rem 2rem;
  }
}
@media screen and (min-width: 64em) {
  .entry-hosts {
    padding: 2.5rem 1.25rem 2rem;
  }
}
.poster-block {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 166rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 35em) {
  .poster-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .poster-block {
    display: flex;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media print, screen and (min-width: 35em) {
  .poster-block .poster-block-content,
  .poster-block .poster-block-image,
  .poster-block .poster-block-list {
    flex: 0 0 auto;
    margin: 0 1rem;
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 64em) {
  .poster-block .poster-block-image {
    margin: 0 1.25rem 0 calc(8.33333% + 1.25rem);
    width: calc(50% - 2.5rem);
  }
  .poster-block .poster-block-list {
    margin: 0 calc(8.33333% + 1.25rem) 0 calc(8.33333% + 1.25rem);
    width: calc(41.66667% - 2.5rem);
  }
  .poster-block .poster-block-content {
    margin: 0 calc(8.33333% + 1.25rem) 0 1.25rem;
    width: calc(33.33333% - 2.5rem);
  }
  .poster-block.right .poster-block-image {
    margin: 0 calc(8.33333% + 1.25rem) 0 1.25rem;
  }
  .poster-block.right .poster-block-content {
    margin: 0 1.25rem 0 calc(8.33333% + 1.25rem);
  }
}
@media screen and (min-width: 86em) {
  .poster-block .poster-block-image {
    width: 38.75rem;
    margin: 0 1.25rem 0 6.875rem;
  }
  .poster-block .poster-block-list {
    width: 31.875rem;
    margin: 0 8.125rem 0 6.875rem;
  }
  .poster-block .poster-block-content {
    width: 25rem;
    margin: 0 6.875rem 0 1.25rem;
  }
  .poster-block.right .poster-block-image {
    margin: 0 6.875rem 0 1.25rem;
  }
  .poster-block.right .poster-block-list {
    margin: 0 6.875rem 0 8.125rem;
  }
  .poster-block.right .poster-block-content {
    margin: 0 1.25rem 0 6.875rem;
  }
}
.poster-block .poster-block-image,
.poster-block .poster-block-image-small {
  text-align: center;
}
.poster-block .poster-block-image,
.poster-block .poster-block-list {
  display: none;
}
@media print, screen and (min-width: 35em) {
  .poster-block .poster-block-image,
  .poster-block .poster-block-list {
    display: block;
  }
}
.poster-block.right .poster-block-image,
.poster-block.right .poster-block-list {
  order: 2;
}
.poster-block .poster-block-image-small {
  margin-bottom: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 35em) {
  .poster-block .poster-block-image-small {
    display: none;
  }
}
.poster-block .poster-block-list-small {
  margin-top: 1rem;
}
@media print, screen and (min-width: 35em) {
  .poster-block .poster-block-list-small {
    display: none;
  }
}
.poster-block .poster-block-cta,
.poster-block .poster-block-testimonials {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 35em) {
  .poster-block .poster-block-cta,
  .poster-block .poster-block-testimonials {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 35em) {
  .poster-block.expand-image {
    align-items: center;
    justify-content: flex-start;
  }
  .poster-block.expand-image.right {
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 35em) {
  .poster-block.expand-image .poster-block-image {
    width: calc(50% + 0.5rem);
    margin: 0 1rem 0 -1.5rem;
  }
  .poster-block.expand-image .poster-block-image img {
    width: 100%;
  }
  .poster-block.expand-image.right .poster-block-image {
    margin: 0 -1.5rem 0 1rem;
  }
}
@media screen and (min-width: 64em) {
  .poster-block.expand-image .poster-block-image {
    width: calc(58.33333% + 0.5rem);
    margin: 0 1.25rem 0 -1.75rem;
  }
  .poster-block.expand-image.right .poster-block-image {
    margin: 0 -1.75rem 0 1.25rem;
  }
}
@media screen and (min-width: 86em) {
  .poster-block.expand-image .poster-block-image {
    width: calc(50% + 7.375rem);
  }
}
.poster-block.expand-image .poster-block-image-small {
  margin-left: -2rem;
  margin-right: -2rem;
}
.poster-block .new-label {
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  color: #de1b76;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .poster-block .new-label {
    margin-bottom: 0.25rem;
  }
}
.webinar-poster + .webinar-poster {
  margin-top: 4rem;
}
@media print, screen and (min-width: 35em) {
  .webinar-poster + .webinar-poster {
    margin-top: 6rem;
  }
}
.webinar-poster .webinar-type {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.webinar-poster .title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  .webinar-poster .title {
    margin-bottom: 2.5rem;
  }
}
.webinar-poster .title a {
  font-weight: inherit;
  background: 0 0;
}
.webinar-poster .hosts-title {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .webinar-poster .host {
    margin-bottom: 2.5rem;
  }
}
.webinar-poster .host:last-child {
  margin-bottom: 0;
}
.webinar-sessioninfo p {
  margin-bottom: 0;
}
.webinar-sessioninfo .button {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.active {
  overflow: visible;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel.carousel-articles {
	display: flex;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel.grid-margin-x {
  margin-left: 0;
  margin-right: 0;
}
.owl-carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 1rem 0;
}
.owl-carousel.carousel-cards .owl-dots,
.owl-carousel.carousel-cards-scrolling .owl-dots,
.owl-carousel.carousel-timeline .owl-dots {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 64em) {
  .owl-carousel.carousel-cards .owl-dots,
  .owl-carousel.carousel-cards-scrolling .owl-dots,
  .owl-carousel.carousel-timeline .owl-dots {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.owl-carousel button.owl-dot {
  width: 1.5rem;
  height: 3rem;
  color: #abb8cf;
  text-align: left;
  margin-right: 0.5rem;
}
.owl-carousel button.owl-dot:hover {
  color: #7989a6;
}
.owl-carousel button.owl-dot.active {
  color: #c31668;
}
.owl-carousel button.owl-dot span {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.3125rem;
  background: currentColor;
  line-height: 3rem;
}
.owl-carousel .owl-nav {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 64em) {
  .owl-carousel .owl-nav {
    top: calc(50% - 2.5rem);
    transform: translateY(-50%);
    left: -5rem;
    right: -5rem;
  }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 99rem;
  position: relative;
  z-index: 100;
}
.owl-carousel .owl-nav button.owl-next .icon,
.owl-carousel .owl-nav button.owl-prev .icon {
  width: 3rem;
  height: 3rem;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #de1b76;
}
.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev .icon {
  transform: rotate(180deg);
}
.owl-carousel .owl-nav button.owl-next {
  margin-left: auto;
}
.owl-carousel.dark button.owl-dot {
  color: #7989a6;
}
.owl-carousel.dark button.owl-dot:hover {
  color: #abb8cf;
}
.owl-carousel.dark button.owl-dot.active {
  color: #fff;
}
.owl-carousel.dark .owl-nav button.owl-next,
.owl-carousel.dark .owl-nav button.owl-prev {
  color: #7989a6;
}
.owl-carousel.dark .owl-nav button.owl-next:hover,
.owl-carousel.dark .owl-nav button.owl-prev:hover {
  color: #fff;
}
.owl-carousel.carousel-cards,
.owl-carousel.carousel-cards-scrolling,
.owl-carousel.carousel-timeline {
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem);
}
@media screen and (min-width: 64em) {
  .owl-carousel.carousel-cards,
  .owl-carousel.carousel-cards-scrolling,
  .owl-carousel.carousel-timeline {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
.owl-carousel.carousel-cards .owl-stage-outer,
.owl-carousel.carousel-cards-scrolling .owl-stage-outer,
.owl-carousel.carousel-timeline .owl-stage-outer {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.owl-carousel.carousel-cards .owl-stage,
.owl-carousel.carousel-cards-scrolling .owl-stage,
.owl-carousel.carousel-timeline .owl-stage {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.owl-carousel.carousel-cards .owl-nav,
.owl-carousel.carousel-cards-scrolling .owl-nav,
.owl-carousel.carousel-timeline .owl-nav {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 64em) {
  .owl-carousel.carousel-cards .owl-nav,
  .owl-carousel.carousel-cards-scrolling .owl-nav,
  .owl-carousel.carousel-timeline .owl-nav {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
body div#hs-eu-cookie-confirmation {
  position: static;
  left: auto;
  top: 0;
  height: auto;
  background-color: #faeccf;
  border-bottom: none;
  box-shadow: none;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif !important;
  color: #fff !important;
  text-shadow: none !important;
  text-align: left;
  z-index: 5000 !important;
}
@media print {
  body div#hs-eu-cookie-confirmation {
    display: none !important;
  }
}
body div#hs-eu-cookie-confirmation.can-use-gradients {
  background-color: #faeccf;
  background-image: none;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 35em) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 64em) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding-top: 1.5rem;
    display: flex;
    align-items: center;
  }
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #b35512 !important;
  text-align: left !important;
}
body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  p#hs-eu-cookie-disclaimer {
  margin: 0 0 1rem 0 !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif !important;
  color: #b35512 !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  background: 0 0 !important;
  font-weight: 600 !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
  text-decoration: underline !important;
  background: 0 0 !important;
  border: none !important;
  color: #de1b76 !important;
}
body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  div#hs-en-cookie-confirmation-buttons-area {
  text-align: center !important;
  white-space: nowrap;
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 64em) {
  body
    div#hs-eu-cookie-confirmation
    div#hs-eu-cookie-confirmation-inner
    div#hs-en-cookie-confirmation-buttons-area {
    margin: 0 0 0 1.5rem;
  }
}
body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-confirmation-button {
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  margin-right: 1rem !important;
  padding: 0.6875rem 1.5rem !important;
  background-color: transparent !important;
  border: 1px solid #b35512 !important;
  border-radius: 2px;
  box-shadow: none;
  line-height: 1 !important;
  color: #b35512 !important;
  text-shadow: none !important;
  text-decoration: none !important;
  display: inline-block;
}
body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-confirmation-button:focus,
body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-confirmation-button:hover {
  background-image: none;
  background-color: #ca6014 !important;
  color: #fff !important;
  border-color: transparent !important;
}
body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-confirmation-button:active {
  background-image: none;
  box-shadow: none;
  background: #9c4a10 !important;
  color: #fff !important;
}
@media screen and (max-width: 480px) {
  body div#hs-eu-cookie-confirmation {
    font-size: 1rem !important;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 1rem 32px 1.5rem !important;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
    font-size: 1rem !important;
  }
  body
    div#hs-eu-cookie-confirmation
    div#hs-eu-cookie-confirmation-inner
    a#hs-eu-confirmation-button {
    font-size: 1rem !important;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-size: 1rem !important;
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
  }
}
.coverage-map-wrap {
  position: relative;
  margin-bottom: 1.5rem;
}
.coverage-map-overlay {
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@media print, screen and (min-width: 35em) {
  .coverage-map-overlay {
    display: none;
  }
}
#coverage-map-svg:hover {
  cursor: crosshair;
}
#coverage-map-svg path {
  fill-rule: evenodd;
}
#coverage-map-svg .country {
  fill: #ced9eb;
  fill-opacity: 1;
  stroke: #fff;
  stroke-opacity: 1;
  stroke-width: 0.5;
  transition: fill 150ms ease-in-out;
}
#coverage-map-svg [data-group="americas"],
#coverage-map-svg.is-hovered [data-group="americas"].is-on {
  fill: #de1b76;
}
#coverage-map-svg [data-group="emea"],
#coverage-map-svg.is-hovered [data-group="emea"].is-on {
  fill: #512179;
}
#coverage-map-svg [data-group="apac"],
#coverage-map-svg.is-hovered [data-group="apac"].is-on {
  fill: #963cbd;
}
#coverage-map-svg.is-hovered [data-group] {
  fill: #7989a6;
}
.map-note {
  display: none;
  font-size: 0.75rem;
  color: #7989a6;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
  position: relative;
  top: -0.5rem;
}
@media print, screen and (min-width: 35em) {
  .map-note {
    display: block;
    padding-left: calc(15.27778% - 0.375rem);
  }
}
@media screen and (min-width: 64em) {
  .map-note {
    text-align: center;
    padding-left: 0;
  }
}
#coverage-map-svg.is-hovered + .map-note {
  opacity: 1;
}
.map-info {
  display: none;
  position: absolute;
  z-index: 100;
  background: #fff;
  border: 1px solid #ced9eb;
  border-radius: 0.125rem;
}
.map-info .name {
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  background: #7989a6;
  border-radius: 0.125rem 0.125rem 0 0;
  padding: 0 0.5rem;
  margin: -1px -1px 0 -1px;
}
.map-info .name.americas {
  background-color: #de1b76;
}
.map-info .name.emea {
  background-color: #512179;
}
.map-info .name.apac {
  background-color: #963cbd;
}
.map-info ul {
  display: flex;
  list-style: none;
  margin: 0.25rem 0.4375rem;
  flex-direction: column;
}
.map-info li {
  display: flex;
  flex: 1 1 auto;
  align-items: baseline;
  white-space: nowrap;
}
.map-info li > span {
  flex: 1 0 auto;
  font-weight: 400;
  color: #7989a6;
  font-size: 0.75rem;
  padding-right: 0.67rem;
  position: relative;
  top: -0.0625rem;
}
.map-info li > em {
  flex: 0 1 auto;
  font-weight: 400;
  font-style: normal;
  color: #191530;
  font-size: 1rem;
}
.coverage-country-accordion .list-title,
.coverage-country-list .list-title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .coverage-country-accordion .list-title,
  .coverage-country-list .list-title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.coverage-country-accordion .list-title.group-americas,
.coverage-country-list .list-title.group-americas {
  color: #de1b76;
}
.coverage-country-accordion .list-title.group-emea,
.coverage-country-list .list-title.group-emea {
  color: #512179;
}
.coverage-country-accordion .list-title.group-apac,
.coverage-country-list .list-title.group-apac {
  color: #963cbd;
}
.coverage-country-list .country-list {
  list-style: none;
  margin: 0 0 1.5rem 0;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .coverage-country-list .country-list {
    font-size: 1.125rem;
  }
}
.coverage-country-list .country-list li {
  display: inline;
  margin: 0 0.5em;
}
.coverage-country-list .country-list li:before {
  content: "•\00A0";
  position: relative;
  left: -0.5em;
}
.country-ref {
  color: #191530;
  cursor: pointer;
}
.country-ref.is-on {
  color: #de1b76;
}
.coverage-country-accordion {
  margin-top: 0.5rem;
}
.coverage-country-accordion .list-title {
  line-height: 1;
  padding: 0.5rem 0;
  position: relative;
}
.coverage-country-accordion .list-title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ced9eb transparent transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.coverage-country-accordion
  .country-accordion-item.is-active
  .list-title:after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.coverage-country-accordion .country-accordion-content {
  display: none;
}
.country-list-mobile {
  list-style: none;
  margin: 0 -0.5rem;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.country-list-mobile .country-list-drawer {
  flex: 0 1 auto;
  width: 50%;
}
.country-list-mobile .minid-trigger {
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #191530;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.country-list-mobile .minid-content {
  width: 200%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 150ms linear;
}
.country-list-mobile .country-list-drawer:nth-child(2n) .minid-content {
  margin-left: -100%;
}
.country-list-mobile .minid-content ul {
  list-style: none;
  margin: 0.3125rem 0.4375rem 0.25rem 0.4375rem;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 1px solid #ced9eb;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.125rem;
}
.country-list-mobile .minid-content ul:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px inset;
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #ced9eb transparent;
  left: 1rem;
  top: -6px;
}
.country-list-mobile .minid-content li {
  display: flex;
  flex: 1 1 auto;
  align-items: baseline;
}
.country-list-mobile .minid-content li > span {
  flex: 1 0 auto;
  font-weight: 400;
  font-size: 0.875rem;
  color: #7989a6;
  padding-right: 0.5rem;
  position: relative;
  top: -0.0625rem;
}
.country-list-mobile .minid-content li > em {
  flex: 0 0 auto;
  font-weight: 400;
  font-style: normal;
  color: #191530;
  font-size: 1rem;
}
.country-list-mobile
  .country-list-drawer:nth-child(2n)
  .minid-content
  ul:before {
  left: calc(50% + 1.5rem);
}
.country-list-mobile .country-list-drawer.is-active .minid-trigger {
  color: #de1b76;
}
.country-list-mobile .country-list-drawer.is-active .minid-content {
  max-height: 7.5rem;
}
.drawers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.drawer-group {
  flex: 0 1 auto;
  width: 100%;
}
.drawer-card {
  display: flex;
  position: relative;
  padding: 1.375rem;
  margin: 1rem;
  background: #dfe7f5;
  border: 0.125rem solid transparent;
  border-radius: 0.25rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  color: #7989a6;
  transition: box-shadow 150ms ease-in;
  z-index: 2;
}
.drawer-card:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #7989a6 transparent transparent transparent;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -0.1875rem;
  transform-origin: 50% 50%;
}
.drawer-card:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  bottom: -2.125rem;
  left: 50%;
  margin-left: -0.375rem;
  border: 0.75rem inset;
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #f7faff transparent;
  border-bottom-width: 0;
  transition: border 150ms ease-in;
  z-index: 1;
}
.drawer-card .drawer-card-icon {
  flex: 0 0 auto;
  height: 7.5rem;
  width: 7.5rem;
  margin: 0;
  position: relative;
}
.drawer-card .drawer-card-icon img {
  position: relative;
}
.drawer-card .drawer-card-title {
  flex: 0 1 auto;
  color: #191530;
  font-size: 1.125rem;
  line-height: 1.44444;
  margin: 0;
  padding: 0 1.5rem 0 0;
  overflow: hidden;
}
@media print, screen and (min-width: 35em) {
  .drawer-card .drawer-card-title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 64em) {
  .drawer-card .drawer-card-title {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
.drawer-group.is-active .drawer-card {
  border-color: #de1b76;
}
.drawer-group.is-active .drawer-card:before {
  transform: rotate(180deg);
}
.drawer-group.is-active .drawer-card:after {
  border-bottom-width: 0.75rem;
}
.drawer-group.is-active .drawer-card .drawer-card-title {
  color: #de1b76;
}
.drawer-content {
  display: none;
  overflow: hidden;
}
.drawer-inner {
  padding: 1.5rem;
  margin: 1rem;
  background: #f7faff;
  border-radius: 0.25rem;
  position: relative;
}
.drawer-inner p:last-child {
  margin-bottom: 0;
}
.drawer-inner h4,
.drawer-inner h5,
.drawer-inner h6,
.drawer-inner ul.datapoint-list {
  color: #de1b76;
}
.drawers.secondary .drawer-card,
.drawers.themed .drawer-card {
  background: #fff;
}
.drawers.secondary .drawer-card:after,
.drawers.themed .drawer-card:after {
  border-bottom-color: #fff;
}
.drawers.secondary .drawer-inner,
.drawers.themed .drawer-inner {
  background: #fff;
}
@media print, screen and (min-width: 35em) {
  .drawer-group {
    width: 50%;
  }
  .drawer-card {
    height: 15.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .drawer-card:before {
    top: auto;
    margin-top: 0;
    bottom: 1.5rem;
  }
  .drawer-card .drawer-card-icon {
    margin: 0 0 1rem 0;
  }
  .drawer-card .drawer-card-title {
    padding: 0;
    width: 100%;
  }
  .drawer-content {
    width: 200%;
  }
  .drawer-group:nth-child(2n) .drawer-content {
    margin-left: -100%;
  }
}
@media screen and (min-width: 64em) {
  .drawer {
    margin: 0 -1.25rem;
  }
  .drawer-card {
    margin: 1.25rem;
    height: 20rem;
  }
  .drawer-card:after {
    bottom: -2.625rem;
  }
  .drawer-inner {
    margin: 1.25rem;
  }
  .drawers.adjacent-3 .drawer-group {
    width: 33.33333%;
  }
  .drawers.adjacent-3 .drawer-content {
    width: 300%;
  }
  .drawers.adjacent-3 .drawer-group:nth-child(3n-2) .drawer-content {
    margin-left: 0;
  }
  .drawers.adjacent-3 .drawer-group:nth-child(3n-1) .drawer-content {
    margin-left: -100%;
  }
  .drawers.adjacent-3 .drawer-group:nth-child(3n) .drawer-content {
    margin-left: -200%;
  }
  .drawers.adjacent-4 .drawer-group {
    width: 25%;
  }
  .drawers.adjacent-4 .drawer-content {
    width: 400%;
  }
  .drawers.adjacent-4 .drawer-group:nth-child(4n-3) .drawer-content {
    margin-left: 0;
  }
  .drawers.adjacent-4 .drawer-group:nth-child(4n-2) .drawer-content {
    margin-left: -100%;
  }
  .drawers.adjacent-4 .drawer-group:nth-child(4n-1) .drawer-content {
    margin-left: -200%;
  }
  .drawers.adjacent-4 .drawer-group:nth-child(4n) .drawer-content {
    margin-left: -300%;
  }
  .drawers.adjacent-5 .drawer-group {
    width: 20%;
  }
  .drawers.adjacent-5 .drawer-content {
    width: 500%;
  }
  .drawers.adjacent-5 .drawer-group:nth-child(5n-4) .drawer-content {
    margin-left: 0;
  }
  .drawers.adjacent-5 .drawer-group:nth-child(5n-3) .drawer-content {
    margin-left: -100%;
  }
  .drawers.adjacent-5 .drawer-group:nth-child(5n-2) .drawer-content {
    margin-left: -200%;
  }
  .drawers.adjacent-5 .drawer-group:nth-child(5n-1) .drawer-content {
    margin-left: -300%;
  }
  .drawers.adjacent-5 .drawer-group:nth-child(5n) .drawer-content {
    margin-left: -400%;
  }
  .drawers.adjacent-6 .drawer-group {
    width: 16.66667%;
  }
  .drawers.adjacent-6 .drawer-content {
    width: 600%;
  }
  .drawers.adjacent-6 .drawer-group:nth-child(6n-5) .drawer-content {
    margin-left: 0;
  }
  .drawers.adjacent-6 .drawer-group:nth-child(6n-4) .drawer-content {
    margin-left: -100%;
  }
  .drawers.adjacent-6 .drawer-group:nth-child(6n-3) .drawer-content {
    margin-left: -200%;
  }
  .drawers.adjacent-6 .drawer-group:nth-child(6n-2) .drawer-content {
    margin-left: -300%;
  }
  .drawers.adjacent-6 .drawer-group:nth-child(6n-1) .drawer-content {
    margin-left: -400%;
  }
  .drawers.adjacent-6 .drawer-group:nth-child(6n) .drawer-content {
    margin-left: -500%;
  }
}
@media screen and (min-width: 86em) {
  .drawer-card {
    height: 18rem;
  }
}
.drawer-inner .drawer-content-header {
  margin: 0 2rem 1.5rem 0;
}
.drawer-inner h4,
.drawer-inner h5,
.drawer-inner h6 {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.drawer-inner ul.datapoint-list {
  line-height: 1.5;
  padding: 0;
  margin: 0;
  list-style: none;
}
.drawer-inner ul.datapoint-list > li {
  margin-bottom: 1.5rem;
  font-weight: 700;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.drawer-inner ul.datapoint-list > li.allow-break {
  -moz-column-break-inside: auto;
  break-inside: auto;
}
.drawer-inner ul.datapoint-list ul {
  line-height: 1.5;
  list-style: none;
  margin: 0;
  color: #191530;
}
.drawer-inner ul.datapoint-list ul li {
  font-weight: 400;
}
.drawer-inner ul.datapoint-list.alternative {
  color: #191530;
}
.drawer-inner ul.datapoint-list.alternative ul {
  color: #191530;
}
.drawer-inner .subheader {
  line-height: inherit;
}
ul.pflogo-list {
  display: flex;
  margin: 0 0 0.5rem 0;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 35em) {
  ul.pflogo-list {
    margin-left: calc(-12.5% + 1.5rem);
  }
}
ul.pflogo-list li {
  display: block;
  flex: 1 1 auto;
  width: 25%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 22.5em) {
  ul.pflogo-list li {
    width: 33.33333%;
  }
}
ul.pflogo-list figure {
  text-align: center;
  margin: 0 0.15rem;
}
ul.pflogo-list figure img {
  border-radius: 99rem;
  margin-bottom: 0.5rem;
}
ul.pflogo-list figure figcaption {
  font-size: 0.875rem;
  color: #7989a6;
  font-weight: 500;
  line-height: 1.2;
  height: 2.4em;
}
.contact-tabs {
  display: block;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0.5rem -2rem 2.5rem -2rem;
  position: relative;
  padding: 0.5rem 0;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 35em) {
  .contact-tabs {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .contact-tabs {
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
}
.contact-tabs .tabs-title {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.contact-tabs .tabs-title:first-child {
  margin-left: 2rem;
}
.contact-tabs .tabs-title:last-child {
  margin-right: 2rem;
}
@media print, screen and (min-width: 35em) {
  .contact-tabs .tabs-title:first-child {
    margin-left: 2.5rem;
  }
  .contact-tabs .tabs-title:last-child {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .contact-tabs .tabs-title:first-child {
    margin-left: 0;
  }
  .contact-tabs .tabs-title:last-child {
    margin-right: 0;
  }
}
.contact-tabs .tabs-title a {
  display: block;
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0.9375rem 1rem;
  border: 1px solid #abb8cf;
  border-radius: 2px;
  color: #191530;
  background: 0 0;
  text-align: center;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  opacity: 1;
  transition: none;
}
.contact-tabs .tabs-title a:focus,
.contact-tabs .tabs-title a:hover {
  color: #fff;
  background: #c31668;
  border-color: transparent;
}
.contact-tabs .tabs-title.is-active a {
  color: #fff;
  background: #de1b76;
  border-color: transparent;
}
.contact-tabs-content .tabs-panel {
  padding: 0;
}
.contact-tabs-content .tabs-panel .cell {
  margin-bottom: 1.5rem;
}
.subscription-preferences .page-header {
  display: block;
  background: 0 0;
  padding: 0;
  color: #7989a6;
  min-height: 0;
  margin-bottom: 2.5rem;
}
.subscription-preferences .page-header br {
  display: none;
}
.subscription-preferences .page-header h1,
.subscription-preferences .page-header h2,
.subscription-preferences .page-header h3 {
  color: #191530;
  position: static;
  margin-bottom: 0.5rem;
}
.subscription-preferences .page-header h1:empty,
.subscription-preferences .page-header h2:empty,
.subscription-preferences .page-header h3:empty {
  display: none;
}
.subscription-preferences .page-header p {
  margin-bottom: 0;
}
.subscription-preferences .header {
  font-weight: 700;
  color: #191530;
  font-size: 1.125rem;
  line-height: 1.44444;
  margin: 1em 0 0.5em 0;
}
@media print, screen and (min-width: 35em) {
  .subscription-preferences .header {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 64em) {
  .subscription-preferences .header {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
.subscription-preferences .item {
  margin-bottom: 0.75rem;
}
.subscription-preferences .item .item-inner {
  padding-left: 1.5rem;
  position: relative;
  cursor: pointer;
}
.subscription-preferences .item .checkbox-row input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0.3125rem;
}
.subscription-preferences .item p {
  color: #7989a6;
}
.subscription-preferences .item.disabled {
  opacity: 0.6;
}
.subscription-preferences .item.disabled .item-inner {
  cursor: not-allowed;
}
.subscription-preferences label[for="globalunsub"] {
  color: #d14647;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 600;
}
.subscription-preferences .hs-button {
  margin-top: 1.5rem;
}
.subscription-preferences #content.success {
  color: #008580;
  font-size: 1.125rem;
  line-height: 1.44444;
}
@media print, screen and (min-width: 35em) {
  .subscription-preferences #content.success {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 64em) {
  .subscription-preferences #content.success {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
.subscription-preferences #content h3[style="font-weight: normal"] {
  font-size: 1rem !important;
  line-height: 2 !important;
  font-weight: 400 !important;
  margin-bottom: 0;
}
.subscription-preferences #content .email-edit.hs-input {
  width: 100% !important;
  font-size: 1rem !important;
  padding: 0.625rem 1rem !important;
  margin-bottom: 0.375rem;
}
.subscription-preferences #content div[style="padding-bottom: 10px"] {
  padding-bottom: 0 !important;
  margin-bottom: -0.5rem;
}
.leadinModal.leadinModal.leadinModal-theme-default {
  border-radius: 0;
}
.leadinModal.leadinModal .leadin-button {
  display: inline-block;
  vertical-align: middle;
  font-family: Faktum, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  line-height: 1;
  padding: 1.0625rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.125rem;
  text-align: center;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  transition: none;
  width: auto;
}
.leadinModal.leadinModal.leadinModal-v3 .leadin-button {
  display: inline-block;
  font-weight: 600;
  padding: 1.0625rem 1rem;
}
.leadinModal.leadinModal .leadin-button-secondary {
  border: 1px solid #abb8cf !important;
  color: #191530 !important;
  background: #fff !important;
}
.leadinModal.leadinModal .leadin-button-secondary:active,
.leadinModal.leadinModal .leadin-button-secondary:hover {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}
.leadinModal.leadinModal .back-button {
  padding: 1.0625rem 1rem !important;
}
.leadinModal.leadinModal .leadinModal-close {
  border-radius: 0;
}
.leadinModal.leadinModal .leadinModal-close:before {
  border-radius: 0;
  color: #7989a6;
}
.leadinModal.leadinModal .leadinModal-close:active:before,
.leadinModal.leadinModal .leadinModal-close:hover:before {
  color: #de1b76;
}
.leadinModal.leadinModal .leadinModal-overlay {
  background: #191530;
  filter: alpha(opacity=45);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  background-color: rgba(25, 21, 48, 0.45);
}
.leadinModal.leadinModal.leadinModal-v3 .leadinModal-overlay {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background-color: rgba(0, 0, 0, 0.7);
}
.leadinModal.leadinModal .leadin-close-button,
.leadinModal.leadinModal .leadin-footer-link {
  color: #191530;
}
.leadinModal.leadinModal .leadin-close-button:hover,
.leadinModal.leadinModal .leadin-footer-link:hover {
  color: #de1b76;
}
.leadinModal.leadinModal .leadin-footer-link-microcopy {
  color: #7989a6;
}
.leadinModal.leadinModal .leadinModal-content {
  box-shadow: 0 0 5px rgba(25, 21, 48, 0.25);
}
.leadinModal.leadinModal .leadinModal-content h1,
.leadinModal.leadinModal .leadinModal-content h2,
.leadinModal.leadinModal .leadinModal-content h3,
.leadinModal.leadinModal .leadinModal-content h4,
.leadinModal.leadinModal .leadinModal-content h5,
.leadinModal.leadinModal .leadinModal-content h6 {
  color: #191530;
  font-weight: 700;
}
.leadinModal.leadinModal .leadinModal-content .label,
.leadinModal.leadinModal .leadinModal-content .secondary-dismiss,
.leadinModal.leadinModal .leadinModal-content input[type="checkbox"],
.leadinModal.leadinModal .leadinModal-content input[type="email"],
.leadinModal.leadinModal .leadinModal-content input[type="number"],
.leadinModal.leadinModal .leadinModal-content input[type="tel"],
.leadinModal.leadinModal .leadinModal-content input[type="text"],
.leadinModal.leadinModal .leadinModal-content li,
.leadinModal.leadinModal .leadinModal-content p,
.leadinModal.leadinModal .leadinModal-content select,
.leadinModal.leadinModal .leadinModal-content textarea,
.leadinModal.leadinModal .leadinModal-content ul {
  color: #191530;
}
.leadinModal.leadinModal .leadinModal-content input[type="checkbox"],
.leadinModal.leadinModal .leadinModal-content input[type="email"],
.leadinModal.leadinModal .leadinModal-content input[type="number"],
.leadinModal.leadinModal .leadinModal-content input[type="tel"],
.leadinModal.leadinModal .leadinModal-content input[type="text"],
.leadinModal.leadinModal .leadinModal-content select,
.leadinModal.leadinModal .leadinModal-content textarea {
  border-radius: 0.125rem;
  border-color: #ced9eb;
}
.leadinModal.leadinModal .leadinModal-content input[type="checkbox"]:focus,
.leadinModal.leadinModal .leadinModal-content input[type="email"]:focus,
.leadinModal.leadinModal .leadinModal-content input[type="number"]:focus,
.leadinModal.leadinModal .leadinModal-content input[type="tel"]:focus,
.leadinModal.leadinModal .leadinModal-content input[type="text"]:focus,
.leadinModal.leadinModal .leadinModal-content select:focus,
.leadinModal.leadinModal .leadinModal-content textarea:focus {
  border-color: #de1b76;
}
.leadinModal.leadinModal .leadinModal-content input[type="checkbox"] {
  top: 1px;
}
.leadinModal.leadinModal .leadinModal-content input:-moz-placeholder,
.leadinModal.leadinModal .leadinModal-content input::-webkit-input-placeholder {
  color: #7989a6;
}
.leadinModal.leadinModal .leadinModal-content label {
  color: #191530;
  font-weight: 400;
}
.leadinModal.leadinModal .leadin-button-wrapper {
  text-align: left;
}
.leadinModal.leadinModal .leadin-button-wrapper > button {
  margin-right: 1rem;
}
.leadinModal.leadinModal.leadinModal-v3 .thank-you-message,
.leadinModal.leadinModal.leadinModal-v3 .thank-you-message * {
  text-align: left;
}
.leadinModal.leadinModal.leadinModal-v3 .thank-you-message a {
  color: #191530;
}
.leadinModal.leadinModal.leadinModal-v3 .thank-you-message a:hover {
  color: #de1b76;
}
.leadinModal.leadinModal.leadinModal-theme-top {
  top: 4rem;
  z-index: 4 !important;
}
@media screen and (min-width: 64em) {
  .leadinModal.leadinModal.leadinModal-theme-top {
    top: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .single-post .large-fifth,
  .site-footer .footer-navigation .large-fifth {
    width: calc(20% - 2.5rem);
  }
}
.readability a:not([class]),
a.readability {
  text-decoration: underline;
  color: #de1b76;
}
.readability a:not([class]):active,
.readability a:not([class]):focus,
.readability a:not([class]):hover,
a.readability:active,
a.readability:focus,
a.readability:hover {
  color: #c31668;
}
.readability a.button {
  font-weight: 600;
}
.readability p:empty {
  display: none;
}
.readability ol p,
.readability ul p,
ol.readability p,
ul.readability p {
  margin-bottom: 1em;
}
.h2.readability,
.readability .h2,
.readability h2,
h2.readability {
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media print, screen and (min-width: 35em) {
  .h2.readability,
  .readability .h2,
  .readability h2,
  h2.readability {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media screen and (min-width: 64em) {
  .h2.readability,
  .readability .h2,
  .readability h2,
  h2.readability {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
.h2.readability:not(:first-child),
.readability .h2:not(:first-child),
.readability h2:not(:first-child),
h2.readability:not(:first-child) {
  margin-top: 3rem;
}
.h3.readability,
.readability .h3,
.readability .ss360-layer__heading,
.readability h3,
.readability.ss360-layer__heading,
h3.readability {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
@media print, screen and (min-width: 35em) {
  .h3.readability,
  .readability .h3,
  .readability .ss360-layer__heading,
  .readability h3,
  .readability.ss360-layer__heading,
  h3.readability {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 64em) {
  .h3.readability,
  .readability .h3,
  .readability .ss360-layer__heading,
  .readability h3,
  .readability.ss360-layer__heading,
  h3.readability {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
.h3.readability:not(:first-child),
.readability .h3:not(:first-child),
.readability .ss360-layer__heading:not(:first-child),
.readability h3:not(:first-child),
.readability.ss360-layer__heading:not(:first-child),
h3.readability:not(:first-child) {
  margin-top: 1.5rem;
}
.form-container .readability h3.form-title,
.form-container h3.readability.form-title,
.h4.readability,
.readability .form-container h3.form-title,
.readability .h4,
.readability .ss360-suggests__header,
.readability h4,
.readability.ss360-suggests__header,
h4.readability {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 35em) {
  .form-container .readability h3.form-title,
  .form-container h3.readability.form-title,
  .h4.readability,
  .readability .form-container h3.form-title,
  .readability .h4,
  .readability .ss360-suggests__header,
  .readability h4,
  .readability.ss360-suggests__header,
  h4.readability {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 64em) {
  .form-container .readability h3.form-title,
  .form-container h3.readability.form-title,
  .h4.readability,
  .readability .form-container h3.form-title,
  .readability .h4,
  .readability .ss360-suggests__header,
  .readability h4,
  .readability.ss360-suggests__header,
  h4.readability {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.form-container .readability h3.form-title:not(:first-child),
.form-container h3.readability.form-title:not(:first-child),
.h4.readability:not(:first-child),
.readability .form-container h3.form-title:not(:first-child),
.readability .h4:not(:first-child),
.readability .ss360-suggests__header:not(:first-child),
.readability h4:not(:first-child),
.readability.ss360-suggests__header:not(:first-child),
h4.readability:not(:first-child) {
  margin-top: 1.5rem;
}
.h5.readability,
.readability .h5,
.readability h5,
h5.readability {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 600;
}
@media print, screen and (min-width: 35em) {
  .h5.readability,
  .readability .h5,
  .readability h5,
  h5.readability {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 64em) {
  .h5.readability,
  .readability .h5,
  .readability h5,
  h5.readability {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.h5.readability:not(:first-child),
.readability .h5:not(:first-child),
.readability h5:not(:first-child),
h5.readability:not(:first-child) {
  margin-top: 1rem;
}
.h6.readability,
.readability .h6,
.readability h6,
h6.readability {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 400;
}
@media print, screen and (min-width: 35em) {
  .h6.readability,
  .readability .h6,
  .readability h6,
  h6.readability {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 64em) {
  .h6.readability,
  .readability .h6,
  .readability h6,
  h6.readability {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.h6.readability:not(:first-child),
.readability .h6:not(:first-child),
.readability h6:not(:first-child),
h6.readability:not(:first-child) {
  margin-top: 1rem;
}
.readability blockquote,
blockquote.readability {
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333;
  margin: 1.5rem 0 1.5rem 0;
  padding: 0;
}
@media print, screen and (min-width: 35em) {
  .readability blockquote,
  blockquote.readability {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 64em) {
  .readability blockquote,
  blockquote.readability {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 2.5rem 0 2.5rem 0;
  }
}
.readability blockquote p,
blockquote.readability p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.theme-primary-navy .readability blockquote p,
.theme-primary-navy blockquote.readability p {
  color: #191530;
}
.theme-primary-teal .readability blockquote p,
.theme-primary-teal blockquote.readability p {
  color: #3ccbda;
}
.theme-primary-blue .readability blockquote p,
.theme-primary-blue blockquote.readability p {
  color: #003c71;
}
.theme-primary-purple .readability blockquote p,
.theme-primary-purple blockquote.readability p {
  color: #512179;
}
.readability blockquote.quote,
blockquote.readability.quote {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 1.5rem 0;
}
@media print, screen and (min-width: 35em) {
  .readability blockquote.quote,
  blockquote.readability.quote {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 64em) {
  .readability blockquote.quote,
  blockquote.readability.quote {
    font-size: 1.5rem;
    line-height: 1.33333;
    margin: 0 0 2rem 0;
  }
}
.readability blockquote.quote p:before,
blockquote.readability.quote p:before {
  content: "\201C";
  display: block;
  font-size: 2em;
  line-height: 1;
  margin-bottom: -0.35em;
  margin-left: -0.035em;
}
.readability blockquote.quote p:after,
blockquote.readability.quote p:after {
  content: none;
}
.readability dl:last-child,
dl.readability:last-child {
  margin-bottom: 0;
}
.readability dl dt,
dl.readability dt {
  display: inline;
  -moz-column-break-before: always;
  break-before: always;
  font-weight: 700;
}
.readability dl dt:after,
dl.readability dt:after {
  content: " ";
}
.readability dl dd,
dl.readability dd {
  display: inline;
}
.readability dl dd:after,
dl.readability dd:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
ol.legal-list {
  margin-left: 2.5em;
  counter-reset: item;
}
ol.legal-list > li {
  display: block;
  counter-increment: item;
  position: relative;
  margin-top: 2.5rem;
}
ol.legal-list > li:before {
  content: counters(item, ".") ". ";
  position: absolute;
  margin-right: 100%;
  left: -2.5em;
  top: 0.375rem;
}
ol.legal-list > li > ol {
  counter-reset: subitem;
  margin-left: 0;
}
ol.legal-list > li > ol > li {
  display: block;
  counter-increment: subitem;
}
ol.legal-list > li > ol > li:before {
  content: counters(item, ".") "." counters(subitem, ".") ". ";
  position: absolute;
  margin-right: 100%;
  left: -2.5em;
}
.text-medium {
  font-weight: 500;
}
.text-demi {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.poster-block .new-label,
.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.text-gray {
  color: #7989a6;
}
.text-white.text-white.text-white {
  color: #fff;
}
.heading-white.heading-white.heading-white {
  color: #fff;
}
.footer-navigation .menu a,
.text-ellipsis,
.text-nobreak {
  white-space: nowrap;
}
.footer-navigation .menu a,
.text-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-italic {
  font-style: italic;
}
.text-hyphenate {
  -webkit-locale: en_GB;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 10 4 4;
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;
}
.entry-content,
.page-header .page-subheading,
.pricing-card .card-body,
.ss360-query-correction,
.testimonial-cite .cite-source,
.text-large,
.webinar-sessioninfo p {
  font-size: 1rem;
}
@media screen and (min-width: 64em) {
  .entry-content,
  .page-header .page-subheading,
  .pricing-card .card-body,
  .ss360-query-correction,
  .testimonial-cite .cite-source,
  .text-large,
  .webinar-sessioninfo p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 64em) {
  .page-header p.page-subheading,
  .pricing-card p.card-body,
  .testimonial-cite p.cite-source,
  .webinar-sessioninfo p,
  p.entry-content,
  p.ss360-query-correction,
  p.text-large {
    margin-bottom: 1.5rem;
  }
}
.page-header p.page-subheading:last-child,
.pricing-card p.card-body:last-child,
.testimonial-cite p.cite-source:last-child,
.webinar-sessioninfo p:last-child,
p.entry-content:last-child,
p.ss360-query-correction:last-child,
p.text-large:last-child {
  margin-bottom: 0;
}
.text-larger.text-larger {
  font-size: 1.5rem;
  line-height: 1.33333;
}
@media print, screen and (min-width: 35em) {
  .text-larger.text-larger {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media screen and (min-width: 64em) {
  .text-larger.text-larger {
    font-size: 2rem;
    line-height: 1.25;
  }
}
p.text-larger.text-larger {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  p.text-larger.text-larger {
    margin-bottom: 2rem;
  }
}
@media print, screen and (max-width: 34.99875em) {
  .small-h1 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .small-h2 {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
  .small-h3 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .small-h4 {
    font-size: 1.125rem;
    line-height: 1.44444;
  }
  .small-h5 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .small-h6 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 35em) and (max-width: 63.99875em) {
  .medium-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .medium-h2 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .medium-h3 {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
  .medium-h4 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .medium-h5 {
    font-size: 1.125rem;
    line-height: 1.44444;
  }
  .medium-h6 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 64em) {
  .large-h1 {
    font-size: 3rem;
    line-height: 1.125;
  }
  .large-h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .large-h3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .large-h4 {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
  .large-h5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .large-h6 {
    font-size: 1.125rem;
    line-height: 1.44444;
  }
}
.paragraph.paragraph.paragraph {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: inherit;
  font-weight: 400;
  padding: 0;
  margin: 0 0 1rem 0;
  color: inherit;
}
.text-columns {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-perspective: 1;
}
.text-columns.small-2 {
  -moz-column-count: 2;
  column-count: 2;
}
.text-columns.small-3 {
  -moz-column-count: 3;
  column-count: 3;
}
.text-columns.small-4 {
  -moz-column-count: 4;
  column-count: 4;
}
@media print, screen and (min-width: 35em) {
  .text-columns.medium-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .text-columns.medium-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .text-columns.medium-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .text-columns.medium-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media screen and (min-width: 64em) {
  .text-columns {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .text-columns.large-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .text-columns.large-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .text-columns.large-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .text-columns.large-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
}
.no-margin.no-margin.no-margin {
  margin: 0;
}
.footer-link-grid.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 1.7rem;
}
.footer-link-grid.footer-bottom .large-text-left {
  display: flex;
  align-items: center;
}
.footer-link-grid.footer-bottom .large-text-left svg {
  margin-left: -0.6rem;
}
.footer-bottom .footer-social .menu {
  justify-content: flex-end;
}
.footer-navigation .footer-social .follow-facebook,
.footer-navigation .footer-social .follow-instagram,
.footer-navigation .footer-social .follow-linkedin,
.footer-navigation .footer-social .follow-twitter,
.footer-navigation .footer-social .follow-youtube {
  margin: 0.25rem 1rem 0.25rem 0;
}
.footer-navigation .menu-title {
  padding: 3rem 0 1.3rem 0;
  margin-top: 0;
}
.footer-navigation {
  padding: 0 0 2rem 0;
}
.listing-well-container {
  display: flex;
  background: #dfe7f5;
}
.img-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 50%;
}

.img-container img {
  height: auto;
  max-width: 90%;
}
@media screen and (max-width: 600px) {
  .footer-bottom .footer-social .menu {
    justify-content: flex-start;
    margin-top: 0;
  }
}

@media screen and (min-width: 560px) {
  .footer-navigation .vertical.menu {
    max-height: 100000px !important;
  }
}

@media screen and (max-width: 559px) {
  .footer-navigation .vertical.menu {
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
    padding-left: 15px;
  }

  .footer-navigation .footer-link-grid:not(.footer-bottom) {
    margin-top: 2.5rem;
  }

  .footer-navigation .footer-link-grid.footer-bottom {
    margin-top: 0;
  }

  .footer-navigation .menu-title {
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.75rem 0;
  }

  .footer-navigation .menu-title:before {
    display: block;
    margin-right: 7px;
    margin-top: -4px;
    transition: transform 0.5s ease-in-out, margin-top 0.5s ease-in-out;
    content: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.95194 0.420909C7.85425 0.166364 7.62352 0 7.36837 0L0.631633 0C0.37648 0 0.145746 0.166364 0.0480638 0.420909C-0.0496188 0.675454 0.00427508 0.969091 0.185325 1.16364L3.55369 4.8C3.67664 4.93364 3.83832 5 4 5C4.16168 5 4.32336 4.93364 4.44631 4.8L7.81468 1.16364C7.99573 0.969091 8.04962 0.675454 7.95194 0.420909Z' fill='white'/%3E%3C/svg%3E%0A");
  }

  .footer-navigation .menu-title.open:before {
    transform: rotate(-180deg);
    margin-top: 4px;
  }
}

.footer-navigation .footer-social .follow-facebook,
.footer-navigation .footer-social .follow-instagram,
.footer-navigation .footer-social .follow-linkedin,
.footer-navigation .footer-social .follow-twitter,
.footer-navigation .footer-social .follow-tiktok,
.footer-navigation .footer-social .follow-youtube {
  display: block;
  margin: 0.25rem 0.7rem 0.25rem 0;
}
.footer-navigation .footer-social .follow-facebook:hover,
.footer-navigation .footer-social .follow-instagram:hover,
.footer-navigation .footer-social .follow-linkedin:hover,
.footer-navigation .footer-social .follow-twitter:hover,
.footer-navigation .footer-social .follow-tiktok:hover,
.footer-navigation .footer-social .follow-youtube:hover {
  background-image: radial-gradient(circle, white 50%, transparent 50.1%);
}
.footer-navigation .footer-social .follow-facebook .icon,
.footer-navigation .footer-social .follow-instagram .icon,
.footer-navigation .footer-social .follow-tiktok .icon,
.footer-navigation .footer-social .follow-linkedin .icon,
.footer-navigation .footer-social .follow-twitter .icon,
.footer-navigation .footer-social .follow-youtube .icon {
  width: 2.5rem;
  height: 2.5rem;
}

@media print, screen and (min-width: 35em) {
  .footer-navigation {
    padding: 2rem 0 2.5rem 0;
  }
}
@media screen and (min-width: 64em) {
  .footer-navigation {
    padding: 6.25rem 0 3.125rem 0;
  }
  .footer-navigation .menu a {
    padding: 0.625rem 0;
  }
  .footer-navigation .menu-title {
    padding-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .footer-contentinfo .copyright {
    text-align: end !important;
  }
  .well.listing-well {
    width: 50%;
  }
  .page-section.readability
    > .grid-container
    > .grid-margin-x
    > .small-12.large-9.cell
    > .grid-margin-x
    > .small-12.large-4.large-order-2.cell.hide-for-small-only.sticky-container {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .well.listing-well,
  .img-container {
    width: 100%;
  }
  .listing-well-container {
    flex-direction: column;
  }
  .img-container img {
    max-width: 70%;
  }
}

@media screen and (max-width: 500px) {
  .footer-contentinfo .footer-logo-stack {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-contentinfo .footer-logo-stack li:not(:last-of-type) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 400px) {
  .footer-navigation .footer-social .follow-facebook .icon,
  .footer-navigation .footer-social .follow-instagram .icon,
  .footer-navigation .footer-social .follow-tiktok .icon,
  .footer-navigation .footer-social .follow-linkedin .icon,
  .footer-navigation .footer-social .follow-twitter .icon,
  .footer-navigation .footer-social .follow-youtube .icon {
    height: 2rem;
    width: 2rem;
  }
}
.aside-cta-container {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border: none !important;
}
.aside-cta-container.isvisible {
  opacity: 1;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3
  .leadinModal-content
  #leadinModal-content-wrapper-143715 {
  background-color: #dfe7f5 !important;
}

.leadinModal .leadinModal-content #leadinModal-content-wrapper-143715 h4 {
  font-size: 20px !important;
}
@media screen and (max-width: 559px) {
  #top.page-header {
    padding-top: 15rem;
  }
}
.no-prompt ~ #top {
  padding-top: 80px !important;
}
@media screen and (max-width: 710px) {
  .no-prompt ~ #top {
    padding-top: 115px !important;
  }
}

/* #hsForm_c3f396f0-280b-4b95-8b86-cdcdb8d0eaf6 .legal-consent-container {
	display: none;
}
*/

/*span.leadinModal-hide-outline.leadinModal-description-143715 p:nth-child(2) {
    font-size: 10px;
}
*/
