.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  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 {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-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-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 {
  -ms-touch-action: pan-y;
  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: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@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 {
  -ms-transform: scale(1.3, 1.3);
  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%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
img {
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
@media print {
  .effect {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
.effect--default {
  opacity: 0;
  -webkit-transform: translate(0, 2em);
  -ms-transform: translate(0, 2em);
  transform: translate(0, 2em);
  -webkit-transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0s,
    -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0s, -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0s, transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0s, transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0s,
    -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.effect--default.effect--ready,
.no-cssanimations .effect--default {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.effect--fade {
  opacity: 0;
}
.effect--fade.effect--ready,
.no-cssanimations .effect--fade {
  opacity: 1;
}
.effect--slidein {
  -webkit-transform: translate(0, 2em);
  -ms-transform: translate(0, 2em);
  transform: translate(0, 2em);
}
.effect--slidein.effect--ready,
.no-cssanimations .effect--slidein {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.effect--slidedown {
  -webkit-transform: translate(0, -2em);
  -ms-transform: translate(0, -2em);
  transform: translate(0, -2em);
}
.effect--slidedown.effect--ready,
.no-cssanimations .effect--slidedown {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.effect--slideright {
  -webkit-transform: translate(-2em, 0);
  -ms-transform: translate(-2em, 0);
  transform: translate(-2em, 0);
}
.effect--slideright.effect--ready,
.no-cssanimations .effect--slideright {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.effect--slideleft {
  -webkit-transform: translate(2em, 0);
  -ms-transform: translate(2em, 0);
  transform: translate(2em, 0);
}
.effect--slideleft.effect--ready,
.no-cssanimations .effect--slideleft {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.effect--delay-1 {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.effect--delay-2 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.effect--delay-3 {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.effect--delay-4 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.effect--delay-5 {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.effect--delay-6 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.effect--delay-7 {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.effect--delay-0 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.effect.col-1-2:nth-child(2n + 1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.effect.col-1-2:nth-child(2n + 2) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.effect.col-1-3:nth-child(3n + 1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.effect.col-1-3:nth-child(3n + 2) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.effect.col-1-3:nth-child(3n + 3) {
  -webkit-transition-delay: calc(150ms * 2);
  transition-delay: calc(150ms * 2);
}
.effect.col-1-4:nth-child(4n + 1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.effect.col-1-4:nth-child(4n + 2) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.effect.col-1-4:nth-child(4n + 3) {
  -webkit-transition-delay: calc(150ms * 2);
  transition-delay: calc(150ms * 2);
}
.effect.col-1-4:nth-child(4n + 4) {
  -webkit-transition-delay: calc(150ms * 3);
  transition-delay: calc(150ms * 3);
}
.effect.col-1-5:nth-child(5n + 1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.effect.col-1-5:nth-child(5n + 2) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.effect.col-1-5:nth-child(5n + 3) {
  -webkit-transition-delay: calc(150ms * 2);
  transition-delay: calc(150ms * 2);
}
.effect.col-1-5:nth-child(5n + 4) {
  -webkit-transition-delay: calc(150ms * 3);
  transition-delay: calc(150ms * 3);
}
.effect.col-1-5:nth-child(5n + 5) {
  -webkit-transition-delay: calc(150ms * 4);
  transition-delay: calc(150ms * 4);
}
.effect.col-1-6:nth-child(6n + 1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.effect.col-1-6:nth-child(6n + 2) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.effect.col-1-6:nth-child(6n + 3) {
  -webkit-transition-delay: calc(150ms * 2);
  transition-delay: calc(150ms * 2);
}
.effect.col-1-6:nth-child(6n + 4) {
  -webkit-transition-delay: calc(150ms * 3);
  transition-delay: calc(150ms * 3);
}
.effect.col-1-6:nth-child(6n + 5) {
  -webkit-transition-delay: calc(150ms * 4);
  transition-delay: calc(150ms * 4);
}
.effect.col-1-6:nth-child(6n + 6) {
  -webkit-transition-delay: calc(150ms * 5);
  transition-delay: calc(150ms * 5);
}
@media only screen and (min-width: 550px) {
  .effect.col-sm-1-2:nth-child(2n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-sm-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-sm-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-sm-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-sm-1-3:nth-child(3n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-sm-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-sm-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-sm-1-4:nth-child(4n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-sm-1-4:nth-child(4n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-sm-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-sm-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-sm-1-5:nth-child(5n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-sm-1-5:nth-child(5n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-sm-1-5:nth-child(5n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
  .effect.col-sm-1-6:nth-child(6n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-sm-1-6:nth-child(6n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-sm-1-6:nth-child(6n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-sm-1-6:nth-child(6n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-sm-1-6:nth-child(6n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
  .effect.col-sm-1-6:nth-child(6n + 6) {
    -webkit-transition-delay: calc(150ms * 5);
    transition-delay: calc(150ms * 5);
  }
}
@media only screen and (min-width: 700px) {
  .effect.col-md-1-2:nth-child(2n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-md-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-md-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-md-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-md-1-3:nth-child(3n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-md-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-md-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-md-1-4:nth-child(4n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-md-1-4:nth-child(4n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-md-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-md-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-md-1-5:nth-child(5n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-md-1-5:nth-child(5n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-md-1-5:nth-child(5n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
  .effect.col-md-1-6:nth-child(6n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-md-1-6:nth-child(6n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-md-1-6:nth-child(6n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-md-1-6:nth-child(6n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-md-1-6:nth-child(6n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
  .effect.col-md-1-6:nth-child(6n + 6) {
    -webkit-transition-delay: calc(150ms * 5);
    transition-delay: calc(150ms * 5);
  }
}
@media only screen and (min-width: 1000px) {
  .effect.col-lg-1-2:nth-child(2n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-lg-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-lg-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-lg-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-lg-1-3:nth-child(3n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-lg-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-lg-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-lg-1-4:nth-child(4n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-lg-1-4:nth-child(4n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-lg-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-lg-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-lg-1-5:nth-child(5n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-lg-1-5:nth-child(5n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-lg-1-5:nth-child(5n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
  .effect.col-lg-1-6:nth-child(6n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-lg-1-6:nth-child(6n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-lg-1-6:nth-child(6n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-lg-1-6:nth-child(6n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-lg-1-6:nth-child(6n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
  .effect.col-lg-1-6:nth-child(6n + 6) {
    -webkit-transition-delay: calc(150ms * 5);
    transition-delay: calc(150ms * 5);
  }
}
@media only screen and (min-width: 1200px) {
  .effect.col-xl-1-2:nth-child(2n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-xl-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-xl-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-xl-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-xl-1-3:nth-child(3n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-xl-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-xl-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-xl-1-4:nth-child(4n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-xl-1-4:nth-child(4n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-xl-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-xl-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-xl-1-5:nth-child(5n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-xl-1-5:nth-child(5n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-xl-1-5:nth-child(5n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
  .effect.col-xl-1-6:nth-child(6n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-xl-1-6:nth-child(6n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-xl-1-6:nth-child(6n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-xl-1-6:nth-child(6n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-xl-1-6:nth-child(6n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
  .effect.col-xl-1-6:nth-child(6n + 6) {
    -webkit-transition-delay: calc(150ms * 5);
    transition-delay: calc(150ms * 5);
  }
}
@media only screen and (min-width: 1400px) {
  .effect.col-ws-1-2:nth-child(2n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-ws-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-ws-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-ws-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-ws-1-3:nth-child(3n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-ws-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-ws-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-ws-1-4:nth-child(4n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-ws-1-4:nth-child(4n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-ws-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-ws-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-ws-1-5:nth-child(5n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-ws-1-5:nth-child(5n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-ws-1-5:nth-child(5n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
  .effect.col-ws-1-6:nth-child(6n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-ws-1-6:nth-child(6n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-ws-1-6:nth-child(6n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-ws-1-6:nth-child(6n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-ws-1-6:nth-child(6n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
  .effect.col-ws-1-6:nth-child(6n + 6) {
    -webkit-transition-delay: calc(150ms * 5);
    transition-delay: calc(150ms * 5);
  }
}
@media only screen and (min-width: 1600px) {
  .effect.col-xw-1-2:nth-child(2n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-xw-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-xw-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-xw-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-xw-1-3:nth-child(3n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-xw-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-xw-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-xw-1-4:nth-child(4n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-xw-1-4:nth-child(4n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-xw-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-xw-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-xw-1-5:nth-child(5n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-xw-1-5:nth-child(5n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-xw-1-5:nth-child(5n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
  .effect.col-xw-1-6:nth-child(6n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .effect.col-xw-1-6:nth-child(6n + 2) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .effect.col-xw-1-6:nth-child(6n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }
  .effect.col-xw-1-6:nth-child(6n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }
  .effect.col-xw-1-6:nth-child(6n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
  .effect.col-xw-1-6:nth-child(6n + 6) {
    -webkit-transition-delay: calc(150ms * 5);
    transition-delay: calc(150ms * 5);
  }
}
.text-reveal {
  opacity: 0;
}
.text-reveal span {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 1400px) {
  .text-reveal span {
    padding-top: 0.8rem;
  }
}
.text-reveal span span {
  overflow: visible;
  -webkit-transform: translate(0, 120%);
  -ms-transform: translate(0, 120%);
  transform: translate(0, 120%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.text-reveal span:nth-child(2) span {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.text-reveal span:nth-child(3) span {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.text-reveal span:nth-child(4) span {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.text-reveal span:nth-child(5) span {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.text-reveal span:nth-child(6) span {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.text-reveal span:nth-child(7) span {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.text-reveal span:nth-child(8) span {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.text-reveal span:nth-child(9) span {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.text-reveal span:nth-child(10) span {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.text-reveal span:nth-child(11) span {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.text-reveal span:nth-child(12) span {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.text-reveal span:nth-child(13) span {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.text-reveal span:nth-child(14) span {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.text-reveal span:nth-child(15) span {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.text-reveal span:nth-child(16) span {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.text-reveal span:nth-child(17) span {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.text-reveal span:nth-child(18) span {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.text-reveal span:nth-child(19) span {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.text-reveal span:nth-child(20) span {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.text-reveal span:nth-child(21) span {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.text-reveal span:nth-child(22) span {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.text-reveal span:nth-child(23) span {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.text-reveal span:nth-child(24) span {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.text-reveal span:nth-child(25) span {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.text-reveal span:nth-child(26) span {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.text-reveal span:nth-child(27) span {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
.text-reveal span:nth-child(28) span {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.text-reveal span:nth-child(29) span {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
.text-reveal span:nth-child(30) span {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.text-reveal span:nth-child(31) span {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
.text-reveal span:nth-child(32) span {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.text-reveal span:nth-child(33) span {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
.text-reveal span:nth-child(34) span {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.text-reveal span:nth-child(35) span {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.text-reveal span:nth-child(36) span {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.text-reveal span:nth-child(37) span {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}
.text-reveal span:nth-child(38) span {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.text-reveal span:nth-child(39) span {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}
.text-reveal span:nth-child(40) span {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.text-reveal span:nth-child(41) span {
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s;
}
.text-reveal span:nth-child(42) span {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
.text-reveal span:nth-child(43) span {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s;
}
.text-reveal span:nth-child(44) span {
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s;
}
.text-reveal span:nth-child(45) span {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}
.text-reveal span:nth-child(46) span {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s;
}
.text-reveal span:nth-child(47) span {
  -webkit-transition-delay: 4.7s;
  transition-delay: 4.7s;
}
.text-reveal span:nth-child(48) span {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}
.text-reveal span:nth-child(49) span {
  -webkit-transition-delay: 4.9s;
  transition-delay: 4.9s;
}
.text-reveal span:nth-child(50) span {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
.text-reveal span:nth-child(51) span {
  -webkit-transition-delay: 5.1s;
  transition-delay: 5.1s;
}
.text-reveal span:nth-child(52) span {
  -webkit-transition-delay: 5.2s;
  transition-delay: 5.2s;
}
.text-reveal span:nth-child(53) span {
  -webkit-transition-delay: 5.3s;
  transition-delay: 5.3s;
}
.text-reveal span:nth-child(54) span {
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s;
}
.text-reveal span:nth-child(55) span {
  -webkit-transition-delay: 5.5s;
  transition-delay: 5.5s;
}
.text-reveal span:nth-child(56) span {
  -webkit-transition-delay: 5.6s;
  transition-delay: 5.6s;
}
.text-reveal span:nth-child(57) span {
  -webkit-transition-delay: 5.7s;
  transition-delay: 5.7s;
}
.text-reveal span:nth-child(58) span {
  -webkit-transition-delay: 5.8s;
  transition-delay: 5.8s;
}
.text-reveal span:nth-child(59) span {
  -webkit-transition-delay: 5.9s;
  transition-delay: 5.9s;
}
.text-reveal span:nth-child(60) span {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}
.text-reveal span:nth-child(61) span {
  -webkit-transition-delay: 6.1s;
  transition-delay: 6.1s;
}
.text-reveal span:nth-child(62) span {
  -webkit-transition-delay: 6.2s;
  transition-delay: 6.2s;
}
.text-reveal span:nth-child(63) span {
  -webkit-transition-delay: 6.3s;
  transition-delay: 6.3s;
}
.text-reveal span:nth-child(64) span {
  -webkit-transition-delay: 6.4s;
  transition-delay: 6.4s;
}
.text-reveal span:nth-child(65) span {
  -webkit-transition-delay: 6.5s;
  transition-delay: 6.5s;
}
.text-reveal span:nth-child(66) span {
  -webkit-transition-delay: 6.6s;
  transition-delay: 6.6s;
}
.text-reveal span:nth-child(67) span {
  -webkit-transition-delay: 6.7s;
  transition-delay: 6.7s;
}
.text-reveal span:nth-child(68) span {
  -webkit-transition-delay: 6.8s;
  transition-delay: 6.8s;
}
.text-reveal span:nth-child(69) span {
  -webkit-transition-delay: 6.9s;
  transition-delay: 6.9s;
}
.text-reveal span:nth-child(70) span {
  -webkit-transition-delay: 7s;
  transition-delay: 7s;
}
.text-reveal span:nth-child(71) span {
  -webkit-transition-delay: 7.1s;
  transition-delay: 7.1s;
}
.text-reveal span:nth-child(72) span {
  -webkit-transition-delay: 7.2s;
  transition-delay: 7.2s;
}
.text-reveal span:nth-child(73) span {
  -webkit-transition-delay: 7.3s;
  transition-delay: 7.3s;
}
.text-reveal span:nth-child(74) span {
  -webkit-transition-delay: 7.4s;
  transition-delay: 7.4s;
}
.text-reveal span:nth-child(75) span {
  -webkit-transition-delay: 7.5s;
  transition-delay: 7.5s;
}
.text-reveal span:nth-child(76) span {
  -webkit-transition-delay: 7.6s;
  transition-delay: 7.6s;
}
.text-reveal span:nth-child(77) span {
  -webkit-transition-delay: 7.7s;
  transition-delay: 7.7s;
}
.text-reveal span:nth-child(78) span {
  -webkit-transition-delay: 7.8s;
  transition-delay: 7.8s;
}
.text-reveal span:nth-child(79) span {
  -webkit-transition-delay: 7.9s;
  transition-delay: 7.9s;
}
.text-reveal span:nth-child(80) span {
  -webkit-transition-delay: 8s;
  transition-delay: 8s;
}
.text-reveal span:nth-child(81) span {
  -webkit-transition-delay: 8.1s;
  transition-delay: 8.1s;
}
.text-reveal span:nth-child(82) span {
  -webkit-transition-delay: 8.2s;
  transition-delay: 8.2s;
}
.text-reveal span:nth-child(83) span {
  -webkit-transition-delay: 8.3s;
  transition-delay: 8.3s;
}
.text-reveal span:nth-child(84) span {
  -webkit-transition-delay: 8.4s;
  transition-delay: 8.4s;
}
.text-reveal span:nth-child(85) span {
  -webkit-transition-delay: 8.5s;
  transition-delay: 8.5s;
}
.text-reveal span:nth-child(86) span {
  -webkit-transition-delay: 8.6s;
  transition-delay: 8.6s;
}
.text-reveal span:nth-child(87) span {
  -webkit-transition-delay: 8.7s;
  transition-delay: 8.7s;
}
.text-reveal span:nth-child(88) span {
  -webkit-transition-delay: 8.8s;
  transition-delay: 8.8s;
}
.text-reveal span:nth-child(89) span {
  -webkit-transition-delay: 8.9s;
  transition-delay: 8.9s;
}
.text-reveal span:nth-child(90) span {
  -webkit-transition-delay: 9s;
  transition-delay: 9s;
}
.text-reveal span:nth-child(91) span {
  -webkit-transition-delay: 9.1s;
  transition-delay: 9.1s;
}
.text-reveal span:nth-child(92) span {
  -webkit-transition-delay: 9.2s;
  transition-delay: 9.2s;
}
.text-reveal span:nth-child(93) span {
  -webkit-transition-delay: 9.3s;
  transition-delay: 9.3s;
}
.text-reveal span:nth-child(94) span {
  -webkit-transition-delay: 9.4s;
  transition-delay: 9.4s;
}
.text-reveal span:nth-child(95) span {
  -webkit-transition-delay: 9.5s;
  transition-delay: 9.5s;
}
.text-reveal span:nth-child(96) span {
  -webkit-transition-delay: 9.6s;
  transition-delay: 9.6s;
}
.text-reveal span:nth-child(97) span {
  -webkit-transition-delay: 9.7s;
  transition-delay: 9.7s;
}
.text-reveal span:nth-child(98) span {
  -webkit-transition-delay: 9.8s;
  transition-delay: 9.8s;
}
.text-reveal span:nth-child(99) span {
  -webkit-transition-delay: 9.9s;
  transition-delay: 9.9s;
}
.text-reveal span:nth-child(100) span {
  -webkit-transition-delay: 10s;
  transition-delay: 10s;
}
.text-reveal span:nth-child(101) span {
  -webkit-transition-delay: 10.1s;
  transition-delay: 10.1s;
}
.text-reveal span:nth-child(102) span {
  -webkit-transition-delay: 10.2s;
  transition-delay: 10.2s;
}
.text-reveal span:nth-child(103) span {
  -webkit-transition-delay: 10.3s;
  transition-delay: 10.3s;
}
.text-reveal span:nth-child(104) span {
  -webkit-transition-delay: 10.4s;
  transition-delay: 10.4s;
}
.text-reveal span:nth-child(105) span {
  -webkit-transition-delay: 10.5s;
  transition-delay: 10.5s;
}
.text-reveal span:nth-child(106) span {
  -webkit-transition-delay: 10.6s;
  transition-delay: 10.6s;
}
.text-reveal span:nth-child(107) span {
  -webkit-transition-delay: 10.7s;
  transition-delay: 10.7s;
}
.text-reveal span:nth-child(108) span {
  -webkit-transition-delay: 10.8s;
  transition-delay: 10.8s;
}
.text-reveal span:nth-child(109) span {
  -webkit-transition-delay: 10.9s;
  transition-delay: 10.9s;
}
.text-reveal span:nth-child(110) span {
  -webkit-transition-delay: 11s;
  transition-delay: 11s;
}
.text-reveal span:nth-child(111) span {
  -webkit-transition-delay: 11.1s;
  transition-delay: 11.1s;
}
.text-reveal span:nth-child(112) span {
  -webkit-transition-delay: 11.2s;
  transition-delay: 11.2s;
}
.text-reveal span:nth-child(113) span {
  -webkit-transition-delay: 11.3s;
  transition-delay: 11.3s;
}
.text-reveal span:nth-child(114) span {
  -webkit-transition-delay: 11.4s;
  transition-delay: 11.4s;
}
.text-reveal span:nth-child(115) span {
  -webkit-transition-delay: 11.5s;
  transition-delay: 11.5s;
}
.text-reveal span:nth-child(116) span {
  -webkit-transition-delay: 11.6s;
  transition-delay: 11.6s;
}
.text-reveal span:nth-child(117) span {
  -webkit-transition-delay: 11.7s;
  transition-delay: 11.7s;
}
.text-reveal span:nth-child(118) span {
  -webkit-transition-delay: 11.8s;
  transition-delay: 11.8s;
}
.text-reveal span:nth-child(119) span {
  -webkit-transition-delay: 11.9s;
  transition-delay: 11.9s;
}
.text-reveal span:nth-child(120) span {
  -webkit-transition-delay: 12s;
  transition-delay: 12s;
}
.text-reveal span:nth-child(121) span {
  -webkit-transition-delay: 12.1s;
  transition-delay: 12.1s;
}
.text-reveal span:nth-child(122) span {
  -webkit-transition-delay: 12.2s;
  transition-delay: 12.2s;
}
.text-reveal span:nth-child(123) span {
  -webkit-transition-delay: 12.3s;
  transition-delay: 12.3s;
}
.text-reveal span:nth-child(124) span {
  -webkit-transition-delay: 12.4s;
  transition-delay: 12.4s;
}
.text-reveal span:nth-child(125) span {
  -webkit-transition-delay: 12.5s;
  transition-delay: 12.5s;
}
.text-reveal span:nth-child(126) span {
  -webkit-transition-delay: 12.6s;
  transition-delay: 12.6s;
}
.text-reveal span:nth-child(127) span {
  -webkit-transition-delay: 12.7s;
  transition-delay: 12.7s;
}
.text-reveal span:nth-child(128) span {
  -webkit-transition-delay: 12.8s;
  transition-delay: 12.8s;
}
.text-reveal span:nth-child(129) span {
  -webkit-transition-delay: 12.9s;
  transition-delay: 12.9s;
}
.text-reveal span:nth-child(130) span {
  -webkit-transition-delay: 13s;
  transition-delay: 13s;
}
.text-reveal span:nth-child(131) span {
  -webkit-transition-delay: 13.1s;
  transition-delay: 13.1s;
}
.text-reveal span:nth-child(132) span {
  -webkit-transition-delay: 13.2s;
  transition-delay: 13.2s;
}
.text-reveal span:nth-child(133) span {
  -webkit-transition-delay: 13.3s;
  transition-delay: 13.3s;
}
.text-reveal span:nth-child(134) span {
  -webkit-transition-delay: 13.4s;
  transition-delay: 13.4s;
}
.text-reveal span:nth-child(135) span {
  -webkit-transition-delay: 13.5s;
  transition-delay: 13.5s;
}
.text-reveal span:nth-child(136) span {
  -webkit-transition-delay: 13.6s;
  transition-delay: 13.6s;
}
.text-reveal span:nth-child(137) span {
  -webkit-transition-delay: 13.7s;
  transition-delay: 13.7s;
}
.text-reveal span:nth-child(138) span {
  -webkit-transition-delay: 13.8s;
  transition-delay: 13.8s;
}
.text-reveal span:nth-child(139) span {
  -webkit-transition-delay: 13.9s;
  transition-delay: 13.9s;
}
.text-reveal span:nth-child(140) span {
  -webkit-transition-delay: 14s;
  transition-delay: 14s;
}
.text-reveal span:nth-child(141) span {
  -webkit-transition-delay: 14.1s;
  transition-delay: 14.1s;
}
.text-reveal span:nth-child(142) span {
  -webkit-transition-delay: 14.2s;
  transition-delay: 14.2s;
}
.text-reveal span:nth-child(143) span {
  -webkit-transition-delay: 14.3s;
  transition-delay: 14.3s;
}
.text-reveal span:nth-child(144) span {
  -webkit-transition-delay: 14.4s;
  transition-delay: 14.4s;
}
.text-reveal span:nth-child(145) span {
  -webkit-transition-delay: 14.5s;
  transition-delay: 14.5s;
}
.text-reveal span:nth-child(146) span {
  -webkit-transition-delay: 14.6s;
  transition-delay: 14.6s;
}
.text-reveal span:nth-child(147) span {
  -webkit-transition-delay: 14.7s;
  transition-delay: 14.7s;
}
.text-reveal span:nth-child(148) span {
  -webkit-transition-delay: 14.8s;
  transition-delay: 14.8s;
}
.text-reveal span:nth-child(149) span {
  -webkit-transition-delay: 14.9s;
  transition-delay: 14.9s;
}
.text-reveal span:nth-child(150) span {
  -webkit-transition-delay: 15s;
  transition-delay: 15s;
}
.text-reveal span:nth-child(151) span {
  -webkit-transition-delay: 15.1s;
  transition-delay: 15.1s;
}
.text-reveal span:nth-child(152) span {
  -webkit-transition-delay: 15.2s;
  transition-delay: 15.2s;
}
.text-reveal span:nth-child(153) span {
  -webkit-transition-delay: 15.3s;
  transition-delay: 15.3s;
}
.text-reveal span:nth-child(154) span {
  -webkit-transition-delay: 15.4s;
  transition-delay: 15.4s;
}
.text-reveal span:nth-child(155) span {
  -webkit-transition-delay: 15.5s;
  transition-delay: 15.5s;
}
.text-reveal span:nth-child(156) span {
  -webkit-transition-delay: 15.6s;
  transition-delay: 15.6s;
}
.text-reveal span:nth-child(157) span {
  -webkit-transition-delay: 15.7s;
  transition-delay: 15.7s;
}
.text-reveal span:nth-child(158) span {
  -webkit-transition-delay: 15.8s;
  transition-delay: 15.8s;
}
.text-reveal span:nth-child(159) span {
  -webkit-transition-delay: 15.9s;
  transition-delay: 15.9s;
}
.text-reveal span:nth-child(160) span {
  -webkit-transition-delay: 16s;
  transition-delay: 16s;
}
.text-reveal span:nth-child(161) span {
  -webkit-transition-delay: 16.1s;
  transition-delay: 16.1s;
}
.text-reveal span:nth-child(162) span {
  -webkit-transition-delay: 16.2s;
  transition-delay: 16.2s;
}
.text-reveal span:nth-child(163) span {
  -webkit-transition-delay: 16.3s;
  transition-delay: 16.3s;
}
.text-reveal span:nth-child(164) span {
  -webkit-transition-delay: 16.4s;
  transition-delay: 16.4s;
}
.text-reveal span:nth-child(165) span {
  -webkit-transition-delay: 16.5s;
  transition-delay: 16.5s;
}
.text-reveal span:nth-child(166) span {
  -webkit-transition-delay: 16.6s;
  transition-delay: 16.6s;
}
.text-reveal span:nth-child(167) span {
  -webkit-transition-delay: 16.7s;
  transition-delay: 16.7s;
}
.text-reveal span:nth-child(168) span {
  -webkit-transition-delay: 16.8s;
  transition-delay: 16.8s;
}
.text-reveal span:nth-child(169) span {
  -webkit-transition-delay: 16.9s;
  transition-delay: 16.9s;
}
.text-reveal span:nth-child(170) span {
  -webkit-transition-delay: 17s;
  transition-delay: 17s;
}
.text-reveal span:nth-child(171) span {
  -webkit-transition-delay: 17.1s;
  transition-delay: 17.1s;
}
.text-reveal span:nth-child(172) span {
  -webkit-transition-delay: 17.2s;
  transition-delay: 17.2s;
}
.text-reveal span:nth-child(173) span {
  -webkit-transition-delay: 17.3s;
  transition-delay: 17.3s;
}
.text-reveal span:nth-child(174) span {
  -webkit-transition-delay: 17.4s;
  transition-delay: 17.4s;
}
.text-reveal span:nth-child(175) span {
  -webkit-transition-delay: 17.5s;
  transition-delay: 17.5s;
}
.text-reveal span:nth-child(176) span {
  -webkit-transition-delay: 17.6s;
  transition-delay: 17.6s;
}
.text-reveal span:nth-child(177) span {
  -webkit-transition-delay: 17.7s;
  transition-delay: 17.7s;
}
.text-reveal span:nth-child(178) span {
  -webkit-transition-delay: 17.8s;
  transition-delay: 17.8s;
}
.text-reveal span:nth-child(179) span {
  -webkit-transition-delay: 17.9s;
  transition-delay: 17.9s;
}
.text-reveal span:nth-child(180) span {
  -webkit-transition-delay: 18s;
  transition-delay: 18s;
}
.text-reveal span:nth-child(181) span {
  -webkit-transition-delay: 18.1s;
  transition-delay: 18.1s;
}
.text-reveal span:nth-child(182) span {
  -webkit-transition-delay: 18.2s;
  transition-delay: 18.2s;
}
.text-reveal span:nth-child(183) span {
  -webkit-transition-delay: 18.3s;
  transition-delay: 18.3s;
}
.text-reveal span:nth-child(184) span {
  -webkit-transition-delay: 18.4s;
  transition-delay: 18.4s;
}
.text-reveal span:nth-child(185) span {
  -webkit-transition-delay: 18.5s;
  transition-delay: 18.5s;
}
.text-reveal span:nth-child(186) span {
  -webkit-transition-delay: 18.6s;
  transition-delay: 18.6s;
}
.text-reveal span:nth-child(187) span {
  -webkit-transition-delay: 18.7s;
  transition-delay: 18.7s;
}
.text-reveal span:nth-child(188) span {
  -webkit-transition-delay: 18.8s;
  transition-delay: 18.8s;
}
.text-reveal span:nth-child(189) span {
  -webkit-transition-delay: 18.9s;
  transition-delay: 18.9s;
}
.text-reveal span:nth-child(190) span {
  -webkit-transition-delay: 19s;
  transition-delay: 19s;
}
.text-reveal span:nth-child(191) span {
  -webkit-transition-delay: 19.1s;
  transition-delay: 19.1s;
}
.text-reveal span:nth-child(192) span {
  -webkit-transition-delay: 19.2s;
  transition-delay: 19.2s;
}
.text-reveal span:nth-child(193) span {
  -webkit-transition-delay: 19.3s;
  transition-delay: 19.3s;
}
.text-reveal span:nth-child(194) span {
  -webkit-transition-delay: 19.4s;
  transition-delay: 19.4s;
}
.text-reveal span:nth-child(195) span {
  -webkit-transition-delay: 19.5s;
  transition-delay: 19.5s;
}
.text-reveal span:nth-child(196) span {
  -webkit-transition-delay: 19.6s;
  transition-delay: 19.6s;
}
.text-reveal span:nth-child(197) span {
  -webkit-transition-delay: 19.7s;
  transition-delay: 19.7s;
}
.text-reveal span:nth-child(198) span {
  -webkit-transition-delay: 19.8s;
  transition-delay: 19.8s;
}
.text-reveal span:nth-child(199) span {
  -webkit-transition-delay: 19.9s;
  transition-delay: 19.9s;
}
.text-reveal span:nth-child(200) span {
  -webkit-transition-delay: 20s;
  transition-delay: 20s;
}
.text-reveal--normal span {
  padding-top: 0;
}
.text-reveal--chars span span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.text-reveal--chars span span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.text-reveal--chars span span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.text-reveal--chars span span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.text-reveal--chars span span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.text-reveal--chars span span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.text-reveal--chars span span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.text-reveal--chars span span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.text-reveal--chars span span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.text-reveal--chars span span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.text-reveal--chars span span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.text-reveal--chars span span:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.text-reveal--chars span span:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.text-reveal--chars span span:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.text-reveal--chars span span:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.text-reveal--chars span span:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.text-reveal--chars span span:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.text-reveal--chars span span:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.text-reveal--chars span span:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.text-reveal--chars span span:nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.text-reveal--chars span span:nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.text-reveal--chars span span:nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.text-reveal--chars span span:nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.text-reveal--chars span span:nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.text-reveal--chars span span:nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.text-reveal--chars span span:nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.text-reveal--chars span span:nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.text-reveal--chars span span:nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}
.text-reveal--chars span span:nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.text-reveal--chars span span:nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}
.text-reveal--chars span span:nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.text-reveal--chars span span:nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}
.text-reveal--chars span span:nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.text-reveal--chars span span:nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.text-reveal--chars span span:nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.text-reveal--chars span span:nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}
.text-reveal--chars span span:nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.text-reveal--chars span span:nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}
.text-reveal--chars span span:nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.text-reveal--chars span span:nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}
.text-reveal--chars span span:nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.text-reveal--chars span span:nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}
.text-reveal--chars span span:nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.text-reveal--chars span span:nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.text-reveal--chars span span:nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.text-reveal--chars span span:nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}
.text-reveal--chars span span:nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.text-reveal--chars span span:nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}
.text-reveal--chars span span:nth-child(50) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.text-reveal--chars span span:nth-child(51) {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}
.text-reveal--chars span span:nth-child(52) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.text-reveal--chars span span:nth-child(53) {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}
.text-reveal--chars span span:nth-child(54) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
.text-reveal--chars span span:nth-child(55) {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}
.text-reveal--chars span span:nth-child(56) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.text-reveal--chars span span:nth-child(57) {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}
.text-reveal--chars span span:nth-child(58) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
.text-reveal--chars span span:nth-child(59) {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}
.text-reveal--chars span span:nth-child(60) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.text-reveal--chars span span:nth-child(61) {
  -webkit-transition-delay: 3.05s;
  transition-delay: 3.05s;
}
.text-reveal--chars span span:nth-child(62) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
.text-reveal--chars span span:nth-child(63) {
  -webkit-transition-delay: 3.15s;
  transition-delay: 3.15s;
}
.text-reveal--chars span span:nth-child(64) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.text-reveal--chars span span:nth-child(65) {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}
.text-reveal--chars span span:nth-child(66) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
.text-reveal--chars span span:nth-child(67) {
  -webkit-transition-delay: 3.35s;
  transition-delay: 3.35s;
}
.text-reveal--chars span span:nth-child(68) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.text-reveal--chars span span:nth-child(69) {
  -webkit-transition-delay: 3.45s;
  transition-delay: 3.45s;
}
.text-reveal--chars span span:nth-child(70) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.text-reveal--chars span span:nth-child(71) {
  -webkit-transition-delay: 3.55s;
  transition-delay: 3.55s;
}
.text-reveal--chars span span:nth-child(72) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.text-reveal--chars span span:nth-child(73) {
  -webkit-transition-delay: 3.65s;
  transition-delay: 3.65s;
}
.text-reveal--chars span span:nth-child(74) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}
.text-reveal--chars span span:nth-child(75) {
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s;
}
.text-reveal--chars span span:nth-child(76) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.text-reveal--chars span span:nth-child(77) {
  -webkit-transition-delay: 3.85s;
  transition-delay: 3.85s;
}
.text-reveal--chars span span:nth-child(78) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}
.text-reveal--chars span span:nth-child(79) {
  -webkit-transition-delay: 3.95s;
  transition-delay: 3.95s;
}
.text-reveal--chars span span:nth-child(80) {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.text-reveal--chars span span:nth-child(81) {
  -webkit-transition-delay: 4.05s;
  transition-delay: 4.05s;
}
.text-reveal--chars span span:nth-child(82) {
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s;
}
.text-reveal--chars span span:nth-child(83) {
  -webkit-transition-delay: 4.15s;
  transition-delay: 4.15s;
}
.text-reveal--chars span span:nth-child(84) {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
.text-reveal--chars span span:nth-child(85) {
  -webkit-transition-delay: 4.25s;
  transition-delay: 4.25s;
}
.text-reveal--chars span span:nth-child(86) {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s;
}
.text-reveal--chars span span:nth-child(87) {
  -webkit-transition-delay: 4.35s;
  transition-delay: 4.35s;
}
.text-reveal--chars span span:nth-child(88) {
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s;
}
.text-reveal--chars span span:nth-child(89) {
  -webkit-transition-delay: 4.45s;
  transition-delay: 4.45s;
}
.text-reveal--chars span span:nth-child(90) {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}
.text-reveal--chars span span:nth-child(91) {
  -webkit-transition-delay: 4.55s;
  transition-delay: 4.55s;
}
.text-reveal--chars span span:nth-child(92) {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s;
}
.text-reveal--chars span span:nth-child(93) {
  -webkit-transition-delay: 4.65s;
  transition-delay: 4.65s;
}
.text-reveal--chars span span:nth-child(94) {
  -webkit-transition-delay: 4.7s;
  transition-delay: 4.7s;
}
.text-reveal--chars span span:nth-child(95) {
  -webkit-transition-delay: 4.75s;
  transition-delay: 4.75s;
}
.text-reveal--chars span span:nth-child(96) {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}
.text-reveal--chars span span:nth-child(97) {
  -webkit-transition-delay: 4.85s;
  transition-delay: 4.85s;
}
.text-reveal--chars span span:nth-child(98) {
  -webkit-transition-delay: 4.9s;
  transition-delay: 4.9s;
}
.text-reveal--chars span span:nth-child(99) {
  -webkit-transition-delay: 4.95s;
  transition-delay: 4.95s;
}
.text-reveal--chars span span:nth-child(100) {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
.text-reveal--chars span span:nth-child(101) {
  -webkit-transition-delay: 5.05s;
  transition-delay: 5.05s;
}
.text-reveal--chars span span:nth-child(102) {
  -webkit-transition-delay: 5.1s;
  transition-delay: 5.1s;
}
.text-reveal--chars span span:nth-child(103) {
  -webkit-transition-delay: 5.15s;
  transition-delay: 5.15s;
}
.text-reveal--chars span span:nth-child(104) {
  -webkit-transition-delay: 5.2s;
  transition-delay: 5.2s;
}
.text-reveal--chars span span:nth-child(105) {
  -webkit-transition-delay: 5.25s;
  transition-delay: 5.25s;
}
.text-reveal--chars span span:nth-child(106) {
  -webkit-transition-delay: 5.3s;
  transition-delay: 5.3s;
}
.text-reveal--chars span span:nth-child(107) {
  -webkit-transition-delay: 5.35s;
  transition-delay: 5.35s;
}
.text-reveal--chars span span:nth-child(108) {
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s;
}
.text-reveal--chars span span:nth-child(109) {
  -webkit-transition-delay: 5.45s;
  transition-delay: 5.45s;
}
.text-reveal--chars span span:nth-child(110) {
  -webkit-transition-delay: 5.5s;
  transition-delay: 5.5s;
}
.text-reveal--chars span span:nth-child(111) {
  -webkit-transition-delay: 5.55s;
  transition-delay: 5.55s;
}
.text-reveal--chars span span:nth-child(112) {
  -webkit-transition-delay: 5.6s;
  transition-delay: 5.6s;
}
.text-reveal--chars span span:nth-child(113) {
  -webkit-transition-delay: 5.65s;
  transition-delay: 5.65s;
}
.text-reveal--chars span span:nth-child(114) {
  -webkit-transition-delay: 5.7s;
  transition-delay: 5.7s;
}
.text-reveal--chars span span:nth-child(115) {
  -webkit-transition-delay: 5.75s;
  transition-delay: 5.75s;
}
.text-reveal--chars span span:nth-child(116) {
  -webkit-transition-delay: 5.8s;
  transition-delay: 5.8s;
}
.text-reveal--chars span span:nth-child(117) {
  -webkit-transition-delay: 5.85s;
  transition-delay: 5.85s;
}
.text-reveal--chars span span:nth-child(118) {
  -webkit-transition-delay: 5.9s;
  transition-delay: 5.9s;
}
.text-reveal--chars span span:nth-child(119) {
  -webkit-transition-delay: 5.95s;
  transition-delay: 5.95s;
}
.text-reveal--chars span span:nth-child(120) {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}
.text-reveal--chars span span:nth-child(121) {
  -webkit-transition-delay: 6.05s;
  transition-delay: 6.05s;
}
.text-reveal--chars span span:nth-child(122) {
  -webkit-transition-delay: 6.1s;
  transition-delay: 6.1s;
}
.text-reveal--chars span span:nth-child(123) {
  -webkit-transition-delay: 6.15s;
  transition-delay: 6.15s;
}
.text-reveal--chars span span:nth-child(124) {
  -webkit-transition-delay: 6.2s;
  transition-delay: 6.2s;
}
.text-reveal--chars span span:nth-child(125) {
  -webkit-transition-delay: 6.25s;
  transition-delay: 6.25s;
}
.text-reveal--chars span span:nth-child(126) {
  -webkit-transition-delay: 6.3s;
  transition-delay: 6.3s;
}
.text-reveal--chars span span:nth-child(127) {
  -webkit-transition-delay: 6.35s;
  transition-delay: 6.35s;
}
.text-reveal--chars span span:nth-child(128) {
  -webkit-transition-delay: 6.4s;
  transition-delay: 6.4s;
}
.text-reveal--chars span span:nth-child(129) {
  -webkit-transition-delay: 6.45s;
  transition-delay: 6.45s;
}
.text-reveal--chars span span:nth-child(130) {
  -webkit-transition-delay: 6.5s;
  transition-delay: 6.5s;
}
.text-reveal--chars span span:nth-child(131) {
  -webkit-transition-delay: 6.55s;
  transition-delay: 6.55s;
}
.text-reveal--chars span span:nth-child(132) {
  -webkit-transition-delay: 6.6s;
  transition-delay: 6.6s;
}
.text-reveal--chars span span:nth-child(133) {
  -webkit-transition-delay: 6.65s;
  transition-delay: 6.65s;
}
.text-reveal--chars span span:nth-child(134) {
  -webkit-transition-delay: 6.7s;
  transition-delay: 6.7s;
}
.text-reveal--chars span span:nth-child(135) {
  -webkit-transition-delay: 6.75s;
  transition-delay: 6.75s;
}
.text-reveal--chars span span:nth-child(136) {
  -webkit-transition-delay: 6.8s;
  transition-delay: 6.8s;
}
.text-reveal--chars span span:nth-child(137) {
  -webkit-transition-delay: 6.85s;
  transition-delay: 6.85s;
}
.text-reveal--chars span span:nth-child(138) {
  -webkit-transition-delay: 6.9s;
  transition-delay: 6.9s;
}
.text-reveal--chars span span:nth-child(139) {
  -webkit-transition-delay: 6.95s;
  transition-delay: 6.95s;
}
.text-reveal--chars span span:nth-child(140) {
  -webkit-transition-delay: 7s;
  transition-delay: 7s;
}
.text-reveal--chars span span:nth-child(141) {
  -webkit-transition-delay: 7.05s;
  transition-delay: 7.05s;
}
.text-reveal--chars span span:nth-child(142) {
  -webkit-transition-delay: 7.1s;
  transition-delay: 7.1s;
}
.text-reveal--chars span span:nth-child(143) {
  -webkit-transition-delay: 7.15s;
  transition-delay: 7.15s;
}
.text-reveal--chars span span:nth-child(144) {
  -webkit-transition-delay: 7.2s;
  transition-delay: 7.2s;
}
.text-reveal--chars span span:nth-child(145) {
  -webkit-transition-delay: 7.25s;
  transition-delay: 7.25s;
}
.text-reveal--chars span span:nth-child(146) {
  -webkit-transition-delay: 7.3s;
  transition-delay: 7.3s;
}
.text-reveal--chars span span:nth-child(147) {
  -webkit-transition-delay: 7.35s;
  transition-delay: 7.35s;
}
.text-reveal--chars span span:nth-child(148) {
  -webkit-transition-delay: 7.4s;
  transition-delay: 7.4s;
}
.text-reveal--chars span span:nth-child(149) {
  -webkit-transition-delay: 7.45s;
  transition-delay: 7.45s;
}
.text-reveal--chars span span:nth-child(150) {
  -webkit-transition-delay: 7.5s;
  transition-delay: 7.5s;
}
.text-reveal--chars span span:nth-child(151) {
  -webkit-transition-delay: 7.55s;
  transition-delay: 7.55s;
}
.text-reveal--chars span span:nth-child(152) {
  -webkit-transition-delay: 7.6s;
  transition-delay: 7.6s;
}
.text-reveal--chars span span:nth-child(153) {
  -webkit-transition-delay: 7.65s;
  transition-delay: 7.65s;
}
.text-reveal--chars span span:nth-child(154) {
  -webkit-transition-delay: 7.7s;
  transition-delay: 7.7s;
}
.text-reveal--chars span span:nth-child(155) {
  -webkit-transition-delay: 7.75s;
  transition-delay: 7.75s;
}
.text-reveal--chars span span:nth-child(156) {
  -webkit-transition-delay: 7.8s;
  transition-delay: 7.8s;
}
.text-reveal--chars span span:nth-child(157) {
  -webkit-transition-delay: 7.85s;
  transition-delay: 7.85s;
}
.text-reveal--chars span span:nth-child(158) {
  -webkit-transition-delay: 7.9s;
  transition-delay: 7.9s;
}
.text-reveal--chars span span:nth-child(159) {
  -webkit-transition-delay: 7.95s;
  transition-delay: 7.95s;
}
.text-reveal--chars span span:nth-child(160) {
  -webkit-transition-delay: 8s;
  transition-delay: 8s;
}
.text-reveal--chars span span:nth-child(161) {
  -webkit-transition-delay: 8.05s;
  transition-delay: 8.05s;
}
.text-reveal--chars span span:nth-child(162) {
  -webkit-transition-delay: 8.1s;
  transition-delay: 8.1s;
}
.text-reveal--chars span span:nth-child(163) {
  -webkit-transition-delay: 8.15s;
  transition-delay: 8.15s;
}
.text-reveal--chars span span:nth-child(164) {
  -webkit-transition-delay: 8.2s;
  transition-delay: 8.2s;
}
.text-reveal--chars span span:nth-child(165) {
  -webkit-transition-delay: 8.25s;
  transition-delay: 8.25s;
}
.text-reveal--chars span span:nth-child(166) {
  -webkit-transition-delay: 8.3s;
  transition-delay: 8.3s;
}
.text-reveal--chars span span:nth-child(167) {
  -webkit-transition-delay: 8.35s;
  transition-delay: 8.35s;
}
.text-reveal--chars span span:nth-child(168) {
  -webkit-transition-delay: 8.4s;
  transition-delay: 8.4s;
}
.text-reveal--chars span span:nth-child(169) {
  -webkit-transition-delay: 8.45s;
  transition-delay: 8.45s;
}
.text-reveal--chars span span:nth-child(170) {
  -webkit-transition-delay: 8.5s;
  transition-delay: 8.5s;
}
.text-reveal--chars span span:nth-child(171) {
  -webkit-transition-delay: 8.55s;
  transition-delay: 8.55s;
}
.text-reveal--chars span span:nth-child(172) {
  -webkit-transition-delay: 8.6s;
  transition-delay: 8.6s;
}
.text-reveal--chars span span:nth-child(173) {
  -webkit-transition-delay: 8.65s;
  transition-delay: 8.65s;
}
.text-reveal--chars span span:nth-child(174) {
  -webkit-transition-delay: 8.7s;
  transition-delay: 8.7s;
}
.text-reveal--chars span span:nth-child(175) {
  -webkit-transition-delay: 8.75s;
  transition-delay: 8.75s;
}
.text-reveal--chars span span:nth-child(176) {
  -webkit-transition-delay: 8.8s;
  transition-delay: 8.8s;
}
.text-reveal--chars span span:nth-child(177) {
  -webkit-transition-delay: 8.85s;
  transition-delay: 8.85s;
}
.text-reveal--chars span span:nth-child(178) {
  -webkit-transition-delay: 8.9s;
  transition-delay: 8.9s;
}
.text-reveal--chars span span:nth-child(179) {
  -webkit-transition-delay: 8.95s;
  transition-delay: 8.95s;
}
.text-reveal--chars span span:nth-child(180) {
  -webkit-transition-delay: 9s;
  transition-delay: 9s;
}
.text-reveal--chars span span:nth-child(181) {
  -webkit-transition-delay: 9.05s;
  transition-delay: 9.05s;
}
.text-reveal--chars span span:nth-child(182) {
  -webkit-transition-delay: 9.1s;
  transition-delay: 9.1s;
}
.text-reveal--chars span span:nth-child(183) {
  -webkit-transition-delay: 9.15s;
  transition-delay: 9.15s;
}
.text-reveal--chars span span:nth-child(184) {
  -webkit-transition-delay: 9.2s;
  transition-delay: 9.2s;
}
.text-reveal--chars span span:nth-child(185) {
  -webkit-transition-delay: 9.25s;
  transition-delay: 9.25s;
}
.text-reveal--chars span span:nth-child(186) {
  -webkit-transition-delay: 9.3s;
  transition-delay: 9.3s;
}
.text-reveal--chars span span:nth-child(187) {
  -webkit-transition-delay: 9.35s;
  transition-delay: 9.35s;
}
.text-reveal--chars span span:nth-child(188) {
  -webkit-transition-delay: 9.4s;
  transition-delay: 9.4s;
}
.text-reveal--chars span span:nth-child(189) {
  -webkit-transition-delay: 9.45s;
  transition-delay: 9.45s;
}
.text-reveal--chars span span:nth-child(190) {
  -webkit-transition-delay: 9.5s;
  transition-delay: 9.5s;
}
.text-reveal--chars span span:nth-child(191) {
  -webkit-transition-delay: 9.55s;
  transition-delay: 9.55s;
}
.text-reveal--chars span span:nth-child(192) {
  -webkit-transition-delay: 9.6s;
  transition-delay: 9.6s;
}
.text-reveal--chars span span:nth-child(193) {
  -webkit-transition-delay: 9.65s;
  transition-delay: 9.65s;
}
.text-reveal--chars span span:nth-child(194) {
  -webkit-transition-delay: 9.7s;
  transition-delay: 9.7s;
}
.text-reveal--chars span span:nth-child(195) {
  -webkit-transition-delay: 9.75s;
  transition-delay: 9.75s;
}
.text-reveal--chars span span:nth-child(196) {
  -webkit-transition-delay: 9.8s;
  transition-delay: 9.8s;
}
.text-reveal--chars span span:nth-child(197) {
  -webkit-transition-delay: 9.85s;
  transition-delay: 9.85s;
}
.text-reveal--chars span span:nth-child(198) {
  -webkit-transition-delay: 9.9s;
  transition-delay: 9.9s;
}
.text-reveal--chars span span:nth-child(199) {
  -webkit-transition-delay: 9.95s;
  transition-delay: 9.95s;
}
.text-reveal--chars span span:nth-child(200) {
  -webkit-transition-delay: 10s;
  transition-delay: 10s;
}
.text-reveal--ready {
  opacity: 1;
}
.text-reveal--ready span span {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@font-face {
  font-family: "Avenir Next";
  src: url(sass/webfonts/AvenirNextLTPro-Bold.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url(sass/webfonts/AvenirNextLTPro-Demi.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url(sass/webfonts/AvenirNextLTPro-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url(sass/webfonts/AvenirNextLTPro-Thin.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.25em;
  line-height: 1.2;
  font-weight: 600;
}
.heading-huge-xxlarge {
  font-size: 150px;
  line-height: 1;
}
@media only screen and (min-width: 550px) {
  .heading-huge-xxlarge {
    font-size: 156px;
  }
}
@media only screen and (min-width: 700px) {
  .heading-huge-xxlarge {
    font-size: 165px;
  }
}
@media only screen and (min-width: 1000px) {
  .heading-huge-xxlarge {
    font-size: 191px;
  }
}
@media only screen and (min-width: 1200px) {
  .heading-huge-xxlarge {
    font-size: 216px;
  }
}
@media only screen and (min-width: 1400px) {
  .heading-huge-xxlarge {
    font-size: 245px;
  }
}
@media only screen and (min-width: 1600px) {
  .heading-huge-xxlarge {
    font-size: 280px;
  }
}
@media only screen and (min-width: 1800px) {
  .heading-huge-xxlarge {
    font-size: 320px;
  }
}
.heading-huge-xlarge {
  font-size: 34px;
  line-height: 0.8;
}
@media only screen and (min-width: 550px) {
  .heading-huge-xlarge {
    font-size: 39px;
  }
}
@media only screen and (min-width: 700px) {
  .heading-huge-xlarge {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1000px) {
  .heading-huge-xlarge {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .heading-huge-xlarge {
    font-size: 82px;
  }
}
@media only screen and (min-width: 1400px) {
  .heading-huge-xlarge {
    font-size: 104px;
  }
}
@media only screen and (min-width: 1600px) {
  .heading-huge-xlarge {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1800px) {
  .heading-huge-xlarge {
    font-size: 160px;
  }
}
.heading-huge-large {
  font-size: 38px;
  line-height: 1.25;
}
@media only screen and (min-width: 550px) {
  .heading-huge-large {
    font-size: 40px;
  }
}
@media only screen and (min-width: 700px) {
  .heading-huge-large {
    font-size: 43px;
  }
}
@media only screen and (min-width: 1000px) {
  .heading-huge-large {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1200px) {
  .heading-huge-large {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .heading-huge-large {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .heading-huge-large {
    font-size: 82px;
  }
}
@media only screen and (min-width: 1800px) {
  .heading-huge-large {
    font-size: 96px;
  }
}
.heading-huge,
h1 {
  font-family: "Avenir Next", serif;
  font-size: 30px;
  line-height: 1;
}
@media only screen and (min-width: 550px) {
  .heading-huge,
  h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 700px) {
  .heading-huge,
  h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1000px) {
  .heading-huge,
  h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .heading-huge,
  h1 {
    font-size: 53px;
  }
}
@media only screen and (min-width: 1400px) {
  .heading-huge,
  h1 {
    font-size: 63px;
  }
}
@media only screen and (min-width: 1600px) {
  .heading-huge,
  h1 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 1800px) {
  .heading-huge,
  h1 {
    font-size: 89px;
  }
}
.grid--case-studies .col:nth-child(10n-4) .tile--case-study.tile .tile__heading,
.grid--case-studies .col:nth-child(10n-4) .tile--post.tile .tile__heading,
.grid--case-studies .col:nth-child(10n-8) .tile--case-study.tile .tile__heading,
.grid--case-studies .col:nth-child(10n-8) .tile--post.tile .tile__heading,
.grid--post .col:nth-child(5n-1) .tile--case-study.tile .tile__heading,
.grid--post .col:nth-child(5n-1) .tile--post.tile .tile__heading,
.heading-large,
.module--featured--posts .featured-posts__grid--1 .tile--case-study.tile .tile__heading,
.module--featured--posts .featured-posts__grid--1 .tile--post.tile .tile__heading,
.module--featured--posts .featured-posts__grid--2 .tile--case-study.tile:first-child .tile__heading,
.module--featured--posts .featured-posts__grid--2 .tile--post.tile:first-child .tile__heading,
.module--text-content-media .textcontent__heading,
.tile--case-study.tile--large .tile__heading,
.tile--post.tile--large .tile__heading,
h2 {
  font-family: "Avenir Next", serif;
  font-size: 24px;
  line-height: 1.1;
}
@media only screen and (min-width: 550px) {
  .grid--case-studies .col:nth-child(10n-4) .tile--case-study.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-4) .tile--post.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-8) .tile--case-study.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-8) .tile--post.tile .tile__heading,
  .grid--post .col:nth-child(5n-1) .tile--case-study.tile .tile__heading,
  .grid--post .col:nth-child(5n-1) .tile--post.tile .tile__heading,
  .heading-large,
  .module--featured--posts .featured-posts__grid--1 .tile--case-study.tile .tile__heading,
  .module--featured--posts .featured-posts__grid--1 .tile--post.tile .tile__heading,
  .module--featured--posts .featured-posts__grid--2 .tile--case-study.tile:first-child .tile__heading,
  .module--featured--posts .featured-posts__grid--2 .tile--post.tile:first-child .tile__heading,
  .module--text-content-media .textcontent__heading,
  .tile--case-study.tile--large .tile__heading,
  .tile--post.tile--large .tile__heading,
  h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 700px) {
  .grid--case-studies .col:nth-child(10n-4) .tile--case-study.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-4) .tile--post.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-8) .tile--case-study.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-8) .tile--post.tile .tile__heading,
  .grid--post .col:nth-child(5n-1) .tile--case-study.tile .tile__heading,
  .grid--post .col:nth-child(5n-1) .tile--post.tile .tile__heading,
  .heading-large,
  .module--featured--posts .featured-posts__grid--1 .tile--case-study.tile .tile__heading,
  .module--featured--posts .featured-posts__grid--1 .tile--post.tile .tile__heading,
  .module--featured--posts .featured-posts__grid--2 .tile--case-study.tile:first-child .tile__heading,
  .module--featured--posts .featured-posts__grid--2 .tile--post.tile:first-child .tile__heading,
  .module--text-content-media .textcontent__heading,
  .tile--case-study.tile--large .tile__heading,
  .tile--post.tile--large .tile__heading,
  h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1000px) {
  .grid--case-studies .col:nth-child(10n-4) .tile--case-study.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-4) .tile--post.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-8) .tile--case-study.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-8) .tile--post.tile .tile__heading,
  .grid--post .col:nth-child(5n-1) .tile--case-study.tile .tile__heading,
  .grid--post .col:nth-child(5n-1) .tile--post.tile .tile__heading,
  .heading-large,
  .module--featured--posts .featured-posts__grid--1 .tile--case-study.tile .tile__heading,
  .module--featured--posts .featured-posts__grid--1 .tile--post.tile .tile__heading,
  .module--featured--posts .featured-posts__grid--2 .tile--case-study.tile:first-child .tile__heading,
  .module--featured--posts .featured-posts__grid--2 .tile--post.tile:first-child .tile__heading,
  .module--text-content-media .textcontent__heading,
  .tile--case-study.tile--large .tile__heading,
  .tile--post.tile--large .tile__heading,
  h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid--case-studies .col:nth-child(10n-4) .tile--case-study.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-4) .tile--post.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-8) .tile--case-study.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-8) .tile--post.tile .tile__heading,
  .grid--post .col:nth-child(5n-1) .tile--case-study.tile .tile__heading,
  .grid--post .col:nth-child(5n-1) .tile--post.tile .tile__heading,
  .heading-large,
  .module--featured--posts .featured-posts__grid--1 .tile--case-study.tile .tile__heading,
  .module--featured--posts .featured-posts__grid--1 .tile--post.tile .tile__heading,
  .module--featured--posts .featured-posts__grid--2 .tile--case-study.tile:first-child .tile__heading,
  .module--featured--posts .featured-posts__grid--2 .tile--post.tile:first-child .tile__heading,
  .module--text-content-media .textcontent__heading,
  .tile--case-study.tile--large .tile__heading,
  .tile--post.tile--large .tile__heading,
  h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .grid--case-studies .col:nth-child(10n-4) .tile--case-study.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-4) .tile--post.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-8) .tile--case-study.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-8) .tile--post.tile .tile__heading,
  .grid--post .col:nth-child(5n-1) .tile--case-study.tile .tile__heading,
  .grid--post .col:nth-child(5n-1) .tile--post.tile .tile__heading,
  .heading-large,
  .module--featured--posts .featured-posts__grid--1 .tile--case-study.tile .tile__heading,
  .module--featured--posts .featured-posts__grid--1 .tile--post.tile .tile__heading,
  .module--featured--posts .featured-posts__grid--2 .tile--case-study.tile:first-child .tile__heading,
  .module--featured--posts .featured-posts__grid--2 .tile--post.tile:first-child .tile__heading,
  .module--text-content-media .textcontent__heading,
  .tile--case-study.tile--large .tile__heading,
  .tile--post.tile--large .tile__heading,
  h2 {
    font-size: 47px;
  }
}
@media only screen and (min-width: 1600px) {
  .grid--case-studies .col:nth-child(10n-4) .tile--case-study.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-4) .tile--post.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-8) .tile--case-study.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-8) .tile--post.tile .tile__heading,
  .grid--post .col:nth-child(5n-1) .tile--case-study.tile .tile__heading,
  .grid--post .col:nth-child(5n-1) .tile--post.tile .tile__heading,
  .heading-large,
  .module--featured--posts .featured-posts__grid--1 .tile--case-study.tile .tile__heading,
  .module--featured--posts .featured-posts__grid--1 .tile--post.tile .tile__heading,
  .module--featured--posts .featured-posts__grid--2 .tile--case-study.tile:first-child .tile__heading,
  .module--featured--posts .featured-posts__grid--2 .tile--post.tile:first-child .tile__heading,
  .module--text-content-media .textcontent__heading,
  .tile--case-study.tile--large .tile__heading,
  .tile--post.tile--large .tile__heading,
  h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1800px) {
  .grid--case-studies .col:nth-child(10n-4) .tile--case-study.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-4) .tile--post.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-8) .tile--case-study.tile .tile__heading,
  .grid--case-studies .col:nth-child(10n-8) .tile--post.tile .tile__heading,
  .grid--post .col:nth-child(5n-1) .tile--case-study.tile .tile__heading,
  .grid--post .col:nth-child(5n-1) .tile--post.tile .tile__heading,
  .heading-large,
  .module--featured--posts .featured-posts__grid--1 .tile--case-study.tile .tile__heading,
  .module--featured--posts .featured-posts__grid--1 .tile--post.tile .tile__heading,
  .module--featured--posts .featured-posts__grid--2 .tile--case-study.tile:first-child .tile__heading,
  .module--featured--posts .featured-posts__grid--2 .tile--post.tile:first-child .tile__heading,
  .module--text-content-media .textcontent__heading,
  .tile--case-study.tile--large .tile__heading,
  .tile--post.tile--large .tile__heading,
  h2 {
    font-size: 65px;
  }
}
.heading-med,
h3 {
  font-family: "Avenir Next", serif;
  font-size: 18px;
  line-height: 1.3;
}
@media only screen and (min-width: 550px) {
  .heading-med,
  h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 700px) {
  .heading-med,
  h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1000px) {
  .heading-med,
  h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .heading-med,
  h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .heading-med,
  h3 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1600px) {
  .heading-med,
  h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .heading-med,
  h3 {
    font-size: 34px;
  }
}
.heading-reg,
h4 {
  font-family: "Avenir Next", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (min-width: 550px) {
  .heading-reg,
  h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 700px) {
  .heading-reg,
  h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1000px) {
  .heading-reg,
  h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .heading-reg,
  h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .heading-reg,
  h4 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1600px) {
  .heading-reg,
  h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .heading-reg,
  h4 {
    font-size: 21px;
  }
}
.heading-sml,
h5 {
  font-family: "Avenir Next", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (min-width: 550px) {
  .heading-sml,
  h5 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 700px) {
  .heading-sml,
  h5 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1000px) {
  .heading-sml,
  h5 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .heading-sml,
  h5 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .heading-sml,
  h5 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .heading-sml,
  h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1800px) {
  .heading-sml,
  h5 {
    font-size: 17px;
  }
}
.heading-xsml,
h6 {
  font-family: "Avenir Next", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (min-width: 550px) {
  .heading-xsml,
  h6 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 700px) {
  .heading-xsml,
  h6 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1000px) {
  .heading-xsml,
  h6 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .heading-xsml,
  h6 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1400px) {
  .heading-xsml,
  h6 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1600px) {
  .heading-xsml,
  h6 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1800px) {
  .heading-xsml,
  h6 {
    font-size: 15px;
  }
}
.text-huge {
  font-size: 30px;
  line-height: 1;
}
@media only screen and (min-width: 550px) {
  .text-huge {
    font-size: 32px;
  }
}
@media only screen and (min-width: 700px) {
  .text-huge {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1000px) {
  .text-huge {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-huge {
    font-size: 53px;
  }
}
@media only screen and (min-width: 1400px) {
  .text-huge {
    font-size: 63px;
  }
}
@media only screen and (min-width: 1600px) {
  .text-huge {
    font-size: 75px;
  }
}
@media only screen and (min-width: 1800px) {
  .text-huge {
    font-size: 89px;
  }
}
.text-large {
  font-size: 24px;
  line-height: 1.1;
}
@media only screen and (min-width: 550px) {
  .text-large {
    font-size: 26px;
  }
}
@media only screen and (min-width: 700px) {
  .text-large {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1000px) {
  .text-large {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-large {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .text-large {
    font-size: 47px;
  }
}
@media only screen and (min-width: 1600px) {
  .text-large {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1800px) {
  .text-large {
    font-size: 65px;
  }
}
.nf-form-cont .nf-field-description,
.nf-form-cont input,
.nf-form-cont select,
.nf-form-cont textarea,
.text-med {
  font-size: 18px;
  line-height: 1.3;
}
@media only screen and (min-width: 550px) {
  .nf-form-cont .nf-field-description,
  .nf-form-cont input,
  .nf-form-cont select,
  .nf-form-cont textarea,
  .text-med {
    font-size: 19px;
  }
}
@media only screen and (min-width: 700px) {
  .nf-form-cont .nf-field-description,
  .nf-form-cont input,
  .nf-form-cont select,
  .nf-form-cont textarea,
  .text-med {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1000px) {
  .nf-form-cont .nf-field-description,
  .nf-form-cont input,
  .nf-form-cont select,
  .nf-form-cont textarea,
  .text-med {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .nf-form-cont .nf-field-description,
  .nf-form-cont input,
  .nf-form-cont select,
  .nf-form-cont textarea,
  .text-med {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .nf-form-cont .nf-field-description,
  .nf-form-cont input,
  .nf-form-cont select,
  .nf-form-cont textarea,
  .text-med {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1600px) {
  .nf-form-cont .nf-field-description,
  .nf-form-cont input,
  .nf-form-cont select,
  .nf-form-cont textarea,
  .text-med {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .nf-form-cont .nf-field-description,
  .nf-form-cont input,
  .nf-form-cont select,
  .nf-form-cont textarea,
  .text-med {
    font-size: 34px;
  }
}
.nf-form-cont label,
.text-reg,
body {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 550px) {
  .nf-form-cont label,
  .text-reg,
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 700px) {
  .nf-form-cont label,
  .text-reg,
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1000px) {
  .nf-form-cont label,
  .text-reg,
  body {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .nf-form-cont label,
  .text-reg,
  body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .nf-form-cont label,
  .text-reg,
  body {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1600px) {
  .nf-form-cont label,
  .text-reg,
  body {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .nf-form-cont label,
  .text-reg,
  body {
    font-size: 21px;
  }
}
.btn,
.contentarea .wp-caption .wp-caption-text,
.filters__fieldset--case-study-category .filters__fieldset__heading,
.filters__fieldset--category .filters__fieldset__heading,
.mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdown .dropdown__list,
.nf-form-cont .nf-error-msg,
.text-link,
.text-sml {
  font-size: 14px;
}
@media only screen and (min-width: 550px) {
  .btn,
  .contentarea .wp-caption .wp-caption-text,
  .filters__fieldset--case-study-category .filters__fieldset__heading,
  .filters__fieldset--category .filters__fieldset__heading,
  .mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdown .dropdown__list,
  .nf-form-cont .nf-error-msg,
  .text-link,
  .text-sml {
    font-size: 14px;
  }
}
@media only screen and (min-width: 700px) {
  .btn,
  .contentarea .wp-caption .wp-caption-text,
  .filters__fieldset--case-study-category .filters__fieldset__heading,
  .filters__fieldset--category .filters__fieldset__heading,
  .mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdown .dropdown__list,
  .nf-form-cont .nf-error-msg,
  .text-link,
  .text-sml {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1000px) {
  .btn,
  .contentarea .wp-caption .wp-caption-text,
  .filters__fieldset--case-study-category .filters__fieldset__heading,
  .filters__fieldset--category .filters__fieldset__heading,
  .mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdown .dropdown__list,
  .nf-form-cont .nf-error-msg,
  .text-link,
  .text-sml {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn,
  .contentarea .wp-caption .wp-caption-text,
  .filters__fieldset--case-study-category .filters__fieldset__heading,
  .filters__fieldset--category .filters__fieldset__heading,
  .mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdown .dropdown__list,
  .nf-form-cont .nf-error-msg,
  .text-link,
  .text-sml {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .btn,
  .contentarea .wp-caption .wp-caption-text,
  .filters__fieldset--case-study-category .filters__fieldset__heading,
  .filters__fieldset--category .filters__fieldset__heading,
  .mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdown .dropdown__list,
  .nf-form-cont .nf-error-msg,
  .text-link,
  .text-sml {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .btn,
  .contentarea .wp-caption .wp-caption-text,
  .filters__fieldset--case-study-category .filters__fieldset__heading,
  .filters__fieldset--category .filters__fieldset__heading,
  .mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdown .dropdown__list,
  .nf-form-cont .nf-error-msg,
  .text-link,
  .text-sml {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1800px) {
  .btn,
  .contentarea .wp-caption .wp-caption-text,
  .filters__fieldset--case-study-category .filters__fieldset__heading,
  .filters__fieldset--category .filters__fieldset__heading,
  .mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdown .dropdown__list,
  .nf-form-cont .nf-error-msg,
  .text-link,
  .text-sml {
    font-size: 17px;
  }
}
.nf-form-cont .nf-field-label label,
.nf-form-cont .nf-field-label span,
.nf-form-cont .nf-form-title h3,
.nf-form-cont .ninja-forms-field.btn.nf-fu-fileinput-button,
.siteheader .siteheader__wrap .sitenav .sitenav__item .sitenav__link,
.text-xsml {
  font-size: 12px;
}
@media only screen and (min-width: 550px) {
  .nf-form-cont .nf-field-label label,
  .nf-form-cont .nf-field-label span,
  .nf-form-cont .nf-form-title h3,
  .nf-form-cont .ninja-forms-field.btn.nf-fu-fileinput-button,
  .siteheader .siteheader__wrap .sitenav .sitenav__item .sitenav__link,
  .text-xsml {
    font-size: 12px;
  }
}
@media only screen and (min-width: 700px) {
  .nf-form-cont .nf-field-label label,
  .nf-form-cont .nf-field-label span,
  .nf-form-cont .nf-form-title h3,
  .nf-form-cont .ninja-forms-field.btn.nf-fu-fileinput-button,
  .siteheader .siteheader__wrap .sitenav .sitenav__item .sitenav__link,
  .text-xsml {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1000px) {
  .nf-form-cont .nf-field-label label,
  .nf-form-cont .nf-field-label span,
  .nf-form-cont .nf-form-title h3,
  .nf-form-cont .ninja-forms-field.btn.nf-fu-fileinput-button,
  .siteheader .siteheader__wrap .sitenav .sitenav__item .sitenav__link,
  .text-xsml {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .nf-form-cont .nf-field-label label,
  .nf-form-cont .nf-field-label span,
  .nf-form-cont .nf-form-title h3,
  .nf-form-cont .ninja-forms-field.btn.nf-fu-fileinput-button,
  .siteheader .siteheader__wrap .sitenav .sitenav__item .sitenav__link,
  .text-xsml {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1400px) {
  .nf-form-cont .nf-field-label label,
  .nf-form-cont .nf-field-label span,
  .nf-form-cont .nf-form-title h3,
  .nf-form-cont .ninja-forms-field.btn.nf-fu-fileinput-button,
  .siteheader .siteheader__wrap .sitenav .sitenav__item .sitenav__link,
  .text-xsml {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1600px) {
  .nf-form-cont .nf-field-label label,
  .nf-form-cont .nf-field-label span,
  .nf-form-cont .nf-form-title h3,
  .nf-form-cont .ninja-forms-field.btn.nf-fu-fileinput-button,
  .siteheader .siteheader__wrap .sitenav .sitenav__item .sitenav__link,
  .text-xsml {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1800px) {
  .nf-form-cont .nf-field-label label,
  .nf-form-cont .nf-field-label span,
  .nf-form-cont .nf-form-title h3,
  .nf-form-cont .ninja-forms-field.btn.nf-fu-fileinput-button,
  .siteheader .siteheader__wrap .sitenav .sitenav__item .sitenav__link,
  .text-xsml {
    font-size: 15px;
  }
}
p {
  margin: 0 0 1em;
}
.font-body {
  font-family: "Avenir Next", sans-serif;
}
.font-header {
  font-family: "Avenir Next", serif;
  font-weight: 400;
}
.font-bold,
.text-link,
b,
strong {
  font-weight: 600;
}
.font-semibold,
.nf-form-cont .nf-field-description,
.nf-form-cont input,
.nf-form-cont select,
.nf-form-cont textarea {
  font-weight: 500;
}
.filters__fieldset--case-study-category .filters__fieldset__fields,
.filters__fieldset--category .filters__fieldset__fields,
.font-reg,
.mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdown .dropdown__list,
.nf-form-cont label {
  font-weight: 400;
}
.font-light,
.nf-form-cont .nf-error-msg,
.nf-form-cont .nf-form-title h3 {
  font-weight: 200;
}
.case-lower {
  text-transform: lowercase;
}
.case-upper,
.cky-title {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.color-gold {
  color: #d7ab76;
}
.color-granite-grey {
  color: #d9d9d9;
}
.color-roman-red {
  color: #db5850;
}
.color-mustard-yellow {
  color: #e0c069;
}
.color-boston-blue {
  color: #459eb1;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}
.color-grey {
  color: #888;
}
.accent-gold .color-accent {
  color: #d7ab76;
}
.accent-granite-grey .color-accent {
  color: #d9d9d9;
}
.accent-roman-red .color-accent {
  color: #db5850;
}
.accent-mustard-yellow .color-accent {
  color: #e0c069;
}
.accent-boston-blue .color-accent {
  color: #459eb1;
}
.accent-white .color-accent {
  color: #fff;
}
.accent-black .color-accent {
  color: #000;
}
.accent-grey .color-accent {
  color: #888;
}
.o-33 {
  opacity: 0.33;
}
.contentarea .wp-caption .wp-caption-text,
.nf-form-cont .nf-field-description,
.o-50 {
  opacity: 0.5;
}
ol,
ul {
  margin: 0 0 1em;
  padding: 0;
}
ol.list-style-none,
ul.list-style-none {
  margin-left: 0;
  list-style: none;
}
.inlinenavlist {
  margin: 0 -0.75em;
}
.inlinenavlist li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.inlinenavlist li a {
  display: block;
  margin: 0 0.75em;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
.linkline {
  background-image: -webkit-linear-gradient(left, #000 0, #000 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(90deg, #000 0, #000 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 100%);
  background-size: 200% 1px;
  background-position: 100% bottom;
  background-repeat: no-repeat;
  -webkit-transition: background-position 450ms cubic-bezier(0.22, 1, 0.36, 1);
  transition: background-position 450ms cubic-bezier(0.22, 1, 0.36, 1);
}
a:hover .linkline {
  background-position: 0 bottom;
}
.color-white .linkline {
  background-image: -webkit-linear-gradient(
    left,
    #fff 0,
    #fff 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 100%
  );
  background-image: linear-gradient(
    90deg,
    #fff 0,
    #fff 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 100%
  );
}
.hiddenlinkline .linkline {
  background-image: -webkit-linear-gradient(left, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.color-white .hiddenlinkline .linkline,
.color-white.hiddenlinkline .linkline,
.hiddenlinkline .color-white .linkline {
  background-image: -webkit-linear-gradient(
    left,
    #fff 0,
    #fff 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(90deg, #fff 0, #fff 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.accent-gold .linkline {
  background-image: -webkit-linear-gradient(left, #d7ab76 0, #d7ab76 50%, #d7ab76 50%, #d7ab76 100%);
  background-image: linear-gradient(90deg, #d7ab76 0, #d7ab76 50%, #d7ab76 50%, #d7ab76 100%);
}
.accent-gold .hiddenlinkline .linkline,
.hiddenlinkline .accent-gold {
  background-image: -webkit-linear-gradient(
    left,
    #d7ab76 0,
    #d7ab76 50%,
    rgba(215, 171, 118, 0) 50%,
    rgba(215, 171, 118, 0) 100%
  );
  background-image: linear-gradient(
    90deg,
    #d7ab76 0,
    #d7ab76 50%,
    rgba(215, 171, 118, 0) 50%,
    rgba(215, 171, 118, 0) 100%
  );
}
.accent-granite-grey .linkline {
  background-image: -webkit-linear-gradient(left, #d9d9d9 0, #d9d9d9 50%, #d9d9d9 50%, #d9d9d9 100%);
  background-image: linear-gradient(90deg, #d9d9d9 0, #d9d9d9 50%, #d9d9d9 50%, #d9d9d9 100%);
}
.accent-granite-grey .hiddenlinkline .linkline,
.hiddenlinkline .accent-granite-grey {
  background-image: -webkit-linear-gradient(
    left,
    #d9d9d9 0,
    #d9d9d9 50%,
    rgba(217, 217, 217, 0) 50%,
    rgba(217, 217, 217, 0) 100%
  );
  background-image: linear-gradient(
    90deg,
    #d9d9d9 0,
    #d9d9d9 50%,
    rgba(217, 217, 217, 0) 50%,
    rgba(217, 217, 217, 0) 100%
  );
}
.accent-roman-red .linkline {
  background-image: -webkit-linear-gradient(left, #db5850 0, #db5850 50%, #db5850 50%, #db5850 100%);
  background-image: linear-gradient(90deg, #db5850 0, #db5850 50%, #db5850 50%, #db5850 100%);
}
.accent-roman-red .hiddenlinkline .linkline,
.hiddenlinkline .accent-roman-red {
  background-image: -webkit-linear-gradient(
    left,
    #db5850 0,
    #db5850 50%,
    rgba(219, 88, 80, 0) 50%,
    rgba(219, 88, 80, 0) 100%
  );
  background-image: linear-gradient(90deg, #db5850 0, #db5850 50%, rgba(219, 88, 80, 0) 50%, rgba(219, 88, 80, 0) 100%);
}
.accent-mustard-yellow .linkline {
  background-image: -webkit-linear-gradient(left, #e0c069 0, #e0c069 50%, #e0c069 50%, #e0c069 100%);
  background-image: linear-gradient(90deg, #e0c069 0, #e0c069 50%, #e0c069 50%, #e0c069 100%);
}
.accent-mustard-yellow .hiddenlinkline .linkline,
.hiddenlinkline .accent-mustard-yellow {
  background-image: -webkit-linear-gradient(
    left,
    #e0c069 0,
    #e0c069 50%,
    rgba(224, 192, 105, 0) 50%,
    rgba(224, 192, 105, 0) 100%
  );
  background-image: linear-gradient(
    90deg,
    #e0c069 0,
    #e0c069 50%,
    rgba(224, 192, 105, 0) 50%,
    rgba(224, 192, 105, 0) 100%
  );
}
.accent-boston-blue .linkline {
  background-image: -webkit-linear-gradient(left, #459eb1 0, #459eb1 50%, #459eb1 50%, #459eb1 100%);
  background-image: linear-gradient(90deg, #459eb1 0, #459eb1 50%, #459eb1 50%, #459eb1 100%);
}
.accent-boston-blue .hiddenlinkline .linkline,
.hiddenlinkline .accent-boston-blue {
  background-image: -webkit-linear-gradient(
    left,
    #459eb1 0,
    #459eb1 50%,
    rgba(69, 158, 177, 0) 50%,
    rgba(69, 158, 177, 0) 100%
  );
  background-image: linear-gradient(
    90deg,
    #459eb1 0,
    #459eb1 50%,
    rgba(69, 158, 177, 0) 50%,
    rgba(69, 158, 177, 0) 100%
  );
}
.accent-white .linkline {
  background-image: -webkit-linear-gradient(left, #fff 0, #fff 50%, #fff 50%, #fff 100%);
  background-image: linear-gradient(90deg, #fff 0, #fff 50%, #fff 50%, #fff 100%);
}
.accent-white .hiddenlinkline .linkline,
.hiddenlinkline .accent-white {
  background-image: -webkit-linear-gradient(
    left,
    #fff 0,
    #fff 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(90deg, #fff 0, #fff 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.accent-black .linkline {
  background-image: -webkit-linear-gradient(left, #000 0, #000 50%, #000 50%, #000 100%);
  background-image: linear-gradient(90deg, #000 0, #000 50%, #000 50%, #000 100%);
}
.accent-black .hiddenlinkline .linkline,
.hiddenlinkline .accent-black {
  background-image: -webkit-linear-gradient(left, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.accent-grey .linkline {
  background-image: -webkit-linear-gradient(left, #888 0, #888 50%, #888 50%, #888 100%);
  background-image: linear-gradient(90deg, #888 0, #888 50%, #888 50%, #888 100%);
}
.accent-grey .hiddenlinkline .linkline,
.hiddenlinkline .accent-grey {
  background-image: -webkit-linear-gradient(
    left,
    #888 0,
    #888 50%,
    rgba(136, 136, 136, 0) 50%,
    rgba(136, 136, 136, 0) 100%
  );
  background-image: linear-gradient(90deg, #888 0, #888 50%, rgba(136, 136, 136, 0) 50%, rgba(136, 136, 136, 0) 100%);
}
.btn .fa,
.btn .fab,
.btn .fal,
.btn .far,
.btn .fas,
a .fa,
a .fab,
a .fal,
a .far,
a .fas {
  padding: 0 0 0 0.66em;
}
.btn .fa--left,
.btn .fab--left,
.btn .fal--left,
.btn .far--left,
.btn .fas--left,
a .fa--left,
a .fab--left,
a .fal--left,
a .far--left,
a .fas--left {
  padding: 0 0.66em 0 0;
}
.btn .fa--nopad,
.btn .fab--nopad,
.btn .fal--nopad,
.btn .far--nopad,
.btn .fas--nopad,
a .fa--nopad,
a .fab--nopad,
a .fal--nopad,
a .far--nopad,
a .fas--nopad {
  padding: 0;
}
.btn {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
  padding: 1em 1em;
  border: none;
  font-weight: 600;
  border: 2px solid #000;
  background-size: 211% 100%;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #000 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%);
  background-position: right -2px bottom -2px;
  -webkit-transition: color 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s,
    background-position 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s, border-color 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: color 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s, background-position 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s,
    border-color 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
  color: #000;
  line-height: 1;
}
.btn .linkline {
  border: none;
  background-image: none;
}
.btn:hover {
  color: #000;
  background-position: left bottom;
}
.bg-gold .btn {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #000 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%);
  color: #d7ab76;
}
.bg-gold .btn:hover {
  color: #000;
  background-position: left bottom;
}
.bg-granite-grey .btn {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #000 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%);
  color: #d9d9d9;
}
.bg-granite-grey .btn:hover {
  color: #000;
  background-position: left bottom;
}
.bg-roman-red .btn {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #000 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%);
  color: #db5850;
}
.bg-roman-red .btn:hover {
  color: #000;
  background-position: left bottom;
}
.bg-mustard-yellow .btn {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #000 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%);
  color: #e0c069;
}
.bg-mustard-yellow .btn:hover {
  color: #000;
  background-position: left bottom;
}
.bg-boston-blue .btn {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #000 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%);
  color: #459eb1;
}
.bg-boston-blue .btn:hover {
  color: #000;
  background-position: left bottom;
}
.bg-white .btn {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #000 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%);
  color: #fff;
}
.bg-white .btn:hover {
  color: #000;
  background-position: left bottom;
}
.bg-black .btn {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #000 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%);
  color: #000;
}
.bg-black .btn:hover {
  color: #000;
  background-position: left bottom;
}
.bg-grey .btn {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #000 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%);
  color: #888;
}
.bg-grey .btn:hover {
  color: #000;
  background-position: left bottom;
}
.text-link:after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  margin-left: 0.5em;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.socialicons {
  position: relative;
  margin-top: 1em;
}
.socialicons .socialicons__list {
  position: relative;
  margin-bottom: 0;
  height: 3.25rem;
}
.socialicons .socialicons__list li {
  margin: 0 0.25em;
  display: inline-block;
}
.socialicons .socialicons__list .sociallink {
  display: block;
  height: 3.25rem;
  box-sizing: border-box;
  background-color: #e6e6e6;
  line-height: calc(3.25rem);
  margin: 0;
  border-radius: 2rem;
}
.color-white .socialicons .socialicons__list .sociallink {
  border-color: rgba(255, 255, 255, 0.3);
}
.bg-black .socialicons .socialicons__list .sociallink {
  background-color: #000;
}
.socialicons .socialicons__list .sociallink:after {
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}
.socialicons .socialicons__list .sociallink .sociallink__text {
  overflow: hidden;
  font-size: 12px;
  display: block;
  float: left;
  text-align: right;
  width: 0;
  -webkit-transition: all 150ms cubic-bezier(0.83, 0, 0.17, 1) 0s;
  transition: all 150ms cubic-bezier(0.83, 0, 0.17, 1) 0s;
  text-align: left;
}
.socialicons .socialicons__list .sociallink .sociallink__icon {
  width: 3.25rem;
  text-align: center;
  display: block;
  float: left;
  padding: 0;
  border: none;
}
.socialicons .socialicons__list .sociallink .sociallink__icon .fab,
.socialicons .socialicons__list .sociallink .sociallink__icon .fal,
.socialicons .socialicons__list .sociallink .sociallink__icon .far,
.socialicons .socialicons__list .sociallink .sociallink__icon .fas {
  display: inline-block;
  padding: 0;
}
@media only screen and (min-width: 700px) {
  .socialicons .socialicons__list .sociallink a:hover .sociallink .fab {
    display: inline-block;
    padding: 0;
  }
  .socialicons .socialicons__list .sociallink:hover .sociallink__text {
    width: 65px;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
@media only screen and (min-width: 550px) {
  .row {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
@media only screen and (min-width: 700px) {
  .row {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
}
@media only screen and (min-width: 1000px) {
  .row {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
}
@media only screen and (min-width: 1200px) {
  .row {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
}
@media only screen and (min-width: 1400px) {
  .row {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
}
@media only screen and (min-width: 1600px) {
  .row {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
}
.row--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 550px) {
  .row--wrap--sm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 700px) {
  .row--wrap--md {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1000px) {
  .row--wrap--lg {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .row--wrap--xl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1400px) {
  .row--wrap--ws {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1600px) {
  .row--wrap--xw {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1800px) {
  .row--wrap--xxw {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 2000px) {
  .row--wrap--xxxw {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.row--nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 550px) {
  .row--nowrap--sm {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 700px) {
  .row--nowrap--md {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1000px) {
  .row--nowrap--lg {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1200px) {
  .row--nowrap--xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1400px) {
  .row--nowrap--ws {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1600px) {
  .row--nowrap--xw {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1800px) {
  .row--nowrap--xxw {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 2000px) {
  .row--nowrap--xxxw {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.row--wrapreverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
@media only screen and (min-width: 550px) {
  .row--wrapreverse--sm {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (min-width: 700px) {
  .row--wrapreverse--md {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (min-width: 1000px) {
  .row--wrapreverse--lg {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .row--wrapreverse--xl {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (min-width: 1400px) {
  .row--wrapreverse--ws {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (min-width: 1600px) {
  .row--wrapreverse--xw {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (min-width: 1800px) {
  .row--wrapreverse--xxw {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (min-width: 2000px) {
  .row--wrapreverse--xxxw {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
.row--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 550px) {
  .row--column--sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 700px) {
  .row--column--md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1000px) {
  .row--column--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .row--column--xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1400px) {
  .row--column--ws {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1600px) {
  .row--column--xw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1800px) {
  .row--column--xxw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 2000px) {
  .row--column--xxxw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.row--columnreverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 550px) {
  .row--columnreverse--sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 700px) {
  .row--columnreverse--md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1000px) {
  .row--columnreverse--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .row--columnreverse--xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1400px) {
  .row--columnreverse--ws {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1600px) {
  .row--columnreverse--xw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1800px) {
  .row--columnreverse--xxw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 2000px) {
  .row--columnreverse--xxxw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.row--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (min-width: 550px) {
  .row--row--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 700px) {
  .row--row--md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1000px) {
  .row--row--lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .row--row--xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1400px) {
  .row--row--ws {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1600px) {
  .row--row--xw {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1800px) {
  .row--row--xxw {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 2000px) {
  .row--row--xxxw {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.row--rowreverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 550px) {
  .row--rowreverse--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 700px) {
  .row--rowreverse--md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1000px) {
  .row--rowreverse--lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .row--rowreverse--xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1400px) {
  .row--rowreverse--ws {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1600px) {
  .row--rowreverse--xw {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1800px) {
  .row--rowreverse--xxw {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 2000px) {
  .row--rowreverse--xxxw {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.row--mb {
  margin-bottom: calc(0.5em * -3);
}
@media only screen and (min-width: 550px) {
  .row--mb {
    margin-bottom: calc(0.5em * -3);
  }
}
@media only screen and (min-width: 700px) {
  .row--mb {
    margin-bottom: calc(0.75em * -3);
  }
}
@media only screen and (min-width: 1000px) {
  .row--mb {
    margin-bottom: calc(0.75em * -3);
  }
}
@media only screen and (min-width: 1200px) {
  .row--mb {
    margin-bottom: calc(0.75em * -3);
  }
}
@media only screen and (min-width: 1400px) {
  .row--mb {
    margin-bottom: calc(0.75em * -3);
  }
}
@media only screen and (min-width: 1600px) {
  .row--mb {
    margin-bottom: calc(0.75em * -3);
  }
}
.row--mb > .col {
  margin-bottom: calc(0.5em * 3);
}
@media only screen and (min-width: 550px) {
  .row--mb > .col {
    margin-bottom: calc(0.5em * 3);
  }
}
@media only screen and (min-width: 700px) {
  .row--mb > .col {
    margin-bottom: calc(0.75em * 3);
  }
}
@media only screen and (min-width: 1000px) {
  .row--mb > .col {
    margin-bottom: calc(0.75em * 3);
  }
}
@media only screen and (min-width: 1200px) {
  .row--mb > .col {
    margin-bottom: calc(0.75em * 3);
  }
}
@media only screen and (min-width: 1400px) {
  .row--mb > .col {
    margin-bottom: calc(0.75em * 3);
  }
}
@media only screen and (min-width: 1600px) {
  .row--mb > .col {
    margin-bottom: calc(0.75em * 3);
  }
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 550px) {
  .justify-center--sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 700px) {
  .justify-center--md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1000px) {
  .justify-center--lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-center--xl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1400px) {
  .justify-center--ws {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-center--xw {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1800px) {
  .justify-center--xxw {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 2000px) {
  .justify-center--xxxw {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 550px) {
  .justify-start--sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 700px) {
  .justify-start--md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1000px) {
  .justify-start--lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-start--xl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1400px) {
  .justify-start--ws {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-start--xw {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1800px) {
  .justify-start--xxw {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 2000px) {
  .justify-start--xxxw {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (min-width: 550px) {
  .justify-end--sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 700px) {
  .justify-end--md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1000px) {
  .justify-end--lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-end--xl {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1400px) {
  .justify-end--ws {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-end--xw {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1800px) {
  .justify-end--xxw {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 2000px) {
  .justify-end--xxxw {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.justify-spacebetween {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 550px) {
  .justify-spacebetween--sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 700px) {
  .justify-spacebetween--md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1000px) {
  .justify-spacebetween--lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-spacebetween--xl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1400px) {
  .justify-spacebetween--ws {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-spacebetween--xw {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1800px) {
  .justify-spacebetween--xxw {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 2000px) {
  .justify-spacebetween--xxxw {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.justify-spacearound {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media only screen and (min-width: 550px) {
  .justify-spacearound--sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 700px) {
  .justify-spacearound--md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1000px) {
  .justify-spacearound--lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-spacearound--xl {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1400px) {
  .justify-spacearound--ws {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-spacearound--xw {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1800px) {
  .justify-spacearound--xxw {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 2000px) {
  .justify-spacearound--xxxw {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.justify-spaceevenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
@media only screen and (min-width: 550px) {
  .justify-spaceevenly--sm {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 700px) {
  .justify-spaceevenly--md {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1000px) {
  .justify-spaceevenly--lg {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-spaceevenly--xl {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1400px) {
  .justify-spaceevenly--ws {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-spaceevenly--xw {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1800px) {
  .justify-spaceevenly--xxw {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 2000px) {
  .justify-spaceevenly--xxxw {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (min-width: 550px) {
  .align-end--sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 700px) {
  .align-end--md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1000px) {
  .align-end--lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .align-end--xl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1400px) {
  .align-end--ws {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1600px) {
  .align-end--xw {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1800px) {
  .align-end--xxw {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 2000px) {
  .align-end--xxxw {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 550px) {
  .align-center--sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 700px) {
  .align-center--md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1000px) {
  .align-center--lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .align-center--xl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1400px) {
  .align-center--ws {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1600px) {
  .align-center--xw {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1800px) {
  .align-center--xxw {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 2000px) {
  .align-center--xxxw {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 550px) {
  .align-start--sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 700px) {
  .align-start--md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1000px) {
  .align-start--lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .align-start--xl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1400px) {
  .align-start--ws {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1600px) {
  .align-start--xw {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1800px) {
  .align-start--xxw {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 2000px) {
  .align-start--xxxw {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.col {
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media only screen and (min-width: 550px) {
  .col {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media only screen and (min-width: 700px) {
  .col {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
@media only screen and (min-width: 1000px) {
  .col {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
@media only screen and (min-width: 1200px) {
  .col {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
@media only screen and (min-width: 1400px) {
  .col {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
@media only screen and (min-width: 1600px) {
  .col {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
.col--content {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .col--content {
    width: 83.33%;
  }
}
@media only screen and (min-width: 700px) {
  .col--content {
    width: 66.66666%;
  }
}
@media only screen and (min-width: 1000px) {
  .col--content {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .col--content {
    width: 50%;
  }
}
.col--content--wide {
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .col--content--wide {
    width: 83.33%;
  }
}
@media only screen and (min-width: 1000px) {
  .col--content--wide {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .col--content--wide {
    width: 66.66666%;
  }
}
.col--nopadleft {
  padding-left: 0;
}
@media only screen and (min-width: 550px) {
  .col--nopadleft--sm {
    padding-left: 0;
  }
}
@media only screen and (min-width: 700px) {
  .col--nopadleft--md {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .col--nopadleft--lg {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .col--nopadleft--xl {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .col--nopadleft--ws {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .col--nopadleft--xw {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .col--nopadleft--xxw {
    padding-left: 0;
  }
}
@media only screen and (min-width: 2000px) {
  .col--nopadleft--xxxw {
    padding-left: 0;
  }
}
.col--nopadright {
  padding-right: 0;
}
@media only screen and (min-width: 550px) {
  .col--nopadright--sm {
    padding-right: 0;
  }
}
@media only screen and (min-width: 700px) {
  .col--nopadright--md {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .col--nopadright--lg {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .col--nopadright--xl {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .col--nopadright--ws {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .col--nopadright--xw {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .col--nopadright--xxw {
    padding-right: 0;
  }
}
@media only screen and (min-width: 2000px) {
  .col--nopadright--xxxw {
    padding-right: 0;
  }
}
.col-auto {
  width: auto;
}
.col-1 {
  width: 100%;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.3%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-1-6 {
  width: 16.66666%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-1-6 {
  width: 16.656%;
}
.col-5-6 {
  width: 83.33%;
}
.col-5-7 {
  width: 71.4%;
}
.col-2-7 {
  width: 28.6%;
}
.col-1-8 {
  width: 12.5%;
}
.col-3-8 {
  width: 37.5%;
}
.col-5-8 {
  width: 62.5%;
}
.col-7-8 {
  width: 87.5%;
}
.col-1-9 {
  width: 11.1%;
}
.col-2-9 {
  width: 22.2%;
}
.col-7-9 {
  width: 77.8%;
}
.col-8-9 {
  width: 88.9%;
}
.col-1-10 {
  width: 10%;
}
.col-7-10 {
  width: 70%;
}
.col-9-10 {
  width: 90%;
}
.col-1-11 {
  width: 9.1%;
}
.col-10-11 {
  width: 90.9%;
}
.col-1-12 {
  width: 8.3333%;
}
.col-5-12 {
  width: 41.6666%;
}
.col-7-12 {
  width: 58.3333%;
}
.col-11-12 {
  width: 91.6666%;
}
.col-1-24 {
  width: 4.1666%;
}
.col-5-24 {
  width: 20.8333%;
}
.col-7-24 {
  width: 29.1666%;
}
.col-11-24 {
  width: 45.8333%;
}
.col-13-24 {
  width: 54.1666%;
}
.col-17-24 {
  width: 70.8333%;
}
.col-19-24 {
  width: 79.1666%;
}
.col-23-24 {
  width: 95.8333%;
}
.col-23-100 {
  width: 23%;
}
@media only screen and (min-width: 550px) {
  .col-sm-auto {
    width: auto;
  }
  .col-sm-1 {
    width: 100%;
  }
  .col-sm-1-2 {
    width: 50%;
  }
  .col-sm-1-3 {
    width: 33.3%;
  }
  .col-sm-2-3 {
    width: 66.66666%;
  }
  .col-sm-1-6 {
    width: 16.66666%;
  }
  .col-sm-1-4 {
    width: 25%;
  }
  .col-sm-3-4 {
    width: 75%;
  }
  .col-sm-1-5 {
    width: 20%;
  }
  .col-sm-2-5 {
    width: 40%;
  }
  .col-sm-3-5 {
    width: 60%;
  }
  .col-sm-4-5 {
    width: 80%;
  }
  .col-sm-1-6 {
    width: 16.656%;
  }
  .col-sm-5-6 {
    width: 83.33%;
  }
  .col-sm-5-7 {
    width: 71.4%;
  }
  .col-sm-2-7 {
    width: 28.6%;
  }
  .col-sm-1-8 {
    width: 12.5%;
  }
  .col-sm-3-8 {
    width: 37.5%;
  }
  .col-sm-5-8 {
    width: 62.5%;
  }
  .col-sm-7-8 {
    width: 87.5%;
  }
  .col-sm-1-9 {
    width: 11.1%;
  }
  .col-sm-2-9 {
    width: 22.2%;
  }
  .col-sm-7-9 {
    width: 77.8%;
  }
  .col-sm-8-9 {
    width: 88.9%;
  }
  .col-sm-1-10 {
    width: 10%;
  }
  .col-sm-7-10 {
    width: 70%;
  }
  .col-sm-9-10 {
    width: 90%;
  }
  .col-sm-1-11 {
    width: 9.1%;
  }
  .col-sm-10-11 {
    width: 90.9%;
  }
  .col-sm-1-12 {
    width: 8.3333%;
  }
  .col-sm-5-12 {
    width: 41.6666%;
  }
  .col-sm-7-12 {
    width: 58.3333%;
  }
  .col-sm-11-12 {
    width: 91.6666%;
  }
  .col-sm-1-24 {
    width: 4.1666%;
  }
  .col-sm-5-24 {
    width: 20.8333%;
  }
  .col-sm-7-24 {
    width: 29.1666%;
  }
  .col-sm-11-24 {
    width: 45.8333%;
  }
  .col-sm-13-24 {
    width: 54.1666%;
  }
  .col-sm-17-24 {
    width: 70.8333%;
  }
  .col-sm-19-24 {
    width: 79.1666%;
  }
  .col-sm-23-24 {
    width: 95.8333%;
  }
  .col-sm-23-100 {
    width: 23%;
  }
}
@media only screen and (min-width: 700px) {
  .col-md-auto {
    width: auto;
  }
  .col-md-1 {
    width: 100%;
  }
  .col-md-1-2 {
    width: 50%;
  }
  .col-md-1-3 {
    width: 33.3%;
  }
  .col-md-2-3 {
    width: 66.66666%;
  }
  .col-md-1-6 {
    width: 16.66666%;
  }
  .col-md-1-4 {
    width: 25%;
  }
  .col-md-3-4 {
    width: 75%;
  }
  .col-md-1-5 {
    width: 20%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .col-md-4-5 {
    width: 80%;
  }
  .col-md-1-6 {
    width: 16.656%;
  }
  .col-md-5-6 {
    width: 83.33%;
  }
  .col-md-5-7 {
    width: 71.4%;
  }
  .col-md-2-7 {
    width: 28.6%;
  }
  .col-md-1-8 {
    width: 12.5%;
  }
  .col-md-3-8 {
    width: 37.5%;
  }
  .col-md-5-8 {
    width: 62.5%;
  }
  .col-md-7-8 {
    width: 87.5%;
  }
  .col-md-1-9 {
    width: 11.1%;
  }
  .col-md-2-9 {
    width: 22.2%;
  }
  .col-md-7-9 {
    width: 77.8%;
  }
  .col-md-8-9 {
    width: 88.9%;
  }
  .col-md-1-10 {
    width: 10%;
  }
  .col-md-7-10 {
    width: 70%;
  }
  .col-md-9-10 {
    width: 90%;
  }
  .col-md-1-11 {
    width: 9.1%;
  }
  .col-md-10-11 {
    width: 90.9%;
  }
  .col-md-1-12 {
    width: 8.3333%;
  }
  .col-md-5-12 {
    width: 41.6666%;
  }
  .col-md-7-12 {
    width: 58.3333%;
  }
  .col-md-11-12 {
    width: 91.6666%;
  }
  .col-md-1-24 {
    width: 4.1666%;
  }
  .col-md-5-24 {
    width: 20.8333%;
  }
  .col-md-7-24 {
    width: 29.1666%;
  }
  .col-md-11-24 {
    width: 45.8333%;
  }
  .col-md-13-24 {
    width: 54.1666%;
  }
  .col-md-17-24 {
    width: 70.8333%;
  }
  .col-md-19-24 {
    width: 79.1666%;
  }
  .col-md-23-24 {
    width: 95.8333%;
  }
  .col-md-23-100 {
    width: 23%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-lg-auto {
    width: auto;
  }
  .col-lg-1 {
    width: 100%;
  }
  .col-lg-1-2 {
    width: 50%;
  }
  .col-lg-1-3 {
    width: 33.3%;
  }
  .col-lg-2-3 {
    width: 66.66666%;
  }
  .col-lg-1-6 {
    width: 16.66666%;
  }
  .col-lg-1-4 {
    width: 25%;
  }
  .col-lg-3-4 {
    width: 75%;
  }
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-1-6 {
    width: 16.656%;
  }
  .col-lg-5-6 {
    width: 83.33%;
  }
  .col-lg-5-7 {
    width: 71.4%;
  }
  .col-lg-2-7 {
    width: 28.6%;
  }
  .col-lg-1-8 {
    width: 12.5%;
  }
  .col-lg-3-8 {
    width: 37.5%;
  }
  .col-lg-5-8 {
    width: 62.5%;
  }
  .col-lg-7-8 {
    width: 87.5%;
  }
  .col-lg-1-9 {
    width: 11.1%;
  }
  .col-lg-2-9 {
    width: 22.2%;
  }
  .col-lg-7-9 {
    width: 77.8%;
  }
  .col-lg-8-9 {
    width: 88.9%;
  }
  .col-lg-1-10 {
    width: 10%;
  }
  .col-lg-7-10 {
    width: 70%;
  }
  .col-lg-9-10 {
    width: 90%;
  }
  .col-lg-1-11 {
    width: 9.1%;
  }
  .col-lg-10-11 {
    width: 90.9%;
  }
  .col-lg-1-12 {
    width: 8.3333%;
  }
  .col-lg-5-12 {
    width: 41.6666%;
  }
  .col-lg-7-12 {
    width: 58.3333%;
  }
  .col-lg-11-12 {
    width: 91.6666%;
  }
  .col-lg-1-24 {
    width: 4.1666%;
  }
  .col-lg-5-24 {
    width: 20.8333%;
  }
  .col-lg-7-24 {
    width: 29.1666%;
  }
  .col-lg-11-24 {
    width: 45.8333%;
  }
  .col-lg-13-24 {
    width: 54.1666%;
  }
  .col-lg-17-24 {
    width: 70.8333%;
  }
  .col-lg-19-24 {
    width: 79.1666%;
  }
  .col-lg-23-24 {
    width: 95.8333%;
  }
  .col-lg-23-100 {
    width: 23%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl-auto {
    width: auto;
  }
  .col-xl-1 {
    width: 100%;
  }
  .col-xl-1-2 {
    width: 50%;
  }
  .col-xl-1-3 {
    width: 33.3%;
  }
  .col-xl-2-3 {
    width: 66.66666%;
  }
  .col-xl-1-6 {
    width: 16.66666%;
  }
  .col-xl-1-4 {
    width: 25%;
  }
  .col-xl-3-4 {
    width: 75%;
  }
  .col-xl-1-5 {
    width: 20%;
  }
  .col-xl-2-5 {
    width: 40%;
  }
  .col-xl-3-5 {
    width: 60%;
  }
  .col-xl-4-5 {
    width: 80%;
  }
  .col-xl-1-6 {
    width: 16.656%;
  }
  .col-xl-5-6 {
    width: 83.33%;
  }
  .col-xl-5-7 {
    width: 71.4%;
  }
  .col-xl-2-7 {
    width: 28.6%;
  }
  .col-xl-1-8 {
    width: 12.5%;
  }
  .col-xl-3-8 {
    width: 37.5%;
  }
  .col-xl-5-8 {
    width: 62.5%;
  }
  .col-xl-7-8 {
    width: 87.5%;
  }
  .col-xl-1-9 {
    width: 11.1%;
  }
  .col-xl-2-9 {
    width: 22.2%;
  }
  .col-xl-7-9 {
    width: 77.8%;
  }
  .col-xl-8-9 {
    width: 88.9%;
  }
  .col-xl-1-10 {
    width: 10%;
  }
  .col-xl-7-10 {
    width: 70%;
  }
  .col-xl-9-10 {
    width: 90%;
  }
  .col-xl-1-11 {
    width: 9.1%;
  }
  .col-xl-10-11 {
    width: 90.9%;
  }
  .col-xl-1-12 {
    width: 8.3333%;
  }
  .col-xl-5-12 {
    width: 41.6666%;
  }
  .col-xl-7-12 {
    width: 58.3333%;
  }
  .col-xl-11-12 {
    width: 91.6666%;
  }
  .col-xl-1-24 {
    width: 4.1666%;
  }
  .col-xl-5-24 {
    width: 20.8333%;
  }
  .col-xl-7-24 {
    width: 29.1666%;
  }
  .col-xl-11-24 {
    width: 45.8333%;
  }
  .col-xl-13-24 {
    width: 54.1666%;
  }
  .col-xl-17-24 {
    width: 70.8333%;
  }
  .col-xl-19-24 {
    width: 79.1666%;
  }
  .col-xl-23-24 {
    width: 95.8333%;
  }
  .col-xl-23-100 {
    width: 23%;
  }
}
@media only screen and (min-width: 1400px) {
  .col-ws-auto {
    width: auto;
  }
  .col-ws-1 {
    width: 100%;
  }
  .col-ws-1-2 {
    width: 50%;
  }
  .col-ws-1-3 {
    width: 33.3%;
  }
  .col-ws-2-3 {
    width: 66.66666%;
  }
  .col-ws-1-6 {
    width: 16.66666%;
  }
  .col-ws-1-4 {
    width: 25%;
  }
  .col-ws-3-4 {
    width: 75%;
  }
  .col-ws-1-5 {
    width: 20%;
  }
  .col-ws-2-5 {
    width: 40%;
  }
  .col-ws-3-5 {
    width: 60%;
  }
  .col-ws-4-5 {
    width: 80%;
  }
  .col-ws-1-6 {
    width: 16.656%;
  }
  .col-ws-5-6 {
    width: 83.33%;
  }
  .col-ws-5-7 {
    width: 71.4%;
  }
  .col-ws-2-7 {
    width: 28.6%;
  }
  .col-ws-1-8 {
    width: 12.5%;
  }
  .col-ws-3-8 {
    width: 37.5%;
  }
  .col-ws-5-8 {
    width: 62.5%;
  }
  .col-ws-7-8 {
    width: 87.5%;
  }
  .col-ws-1-9 {
    width: 11.1%;
  }
  .col-ws-2-9 {
    width: 22.2%;
  }
  .col-ws-7-9 {
    width: 77.8%;
  }
  .col-ws-8-9 {
    width: 88.9%;
  }
  .col-ws-1-10 {
    width: 10%;
  }
  .col-ws-7-10 {
    width: 70%;
  }
  .col-ws-9-10 {
    width: 90%;
  }
  .col-ws-1-11 {
    width: 9.1%;
  }
  .col-ws-10-11 {
    width: 90.9%;
  }
  .col-ws-1-12 {
    width: 8.3333%;
  }
  .col-ws-5-12 {
    width: 41.6666%;
  }
  .col-ws-7-12 {
    width: 58.3333%;
  }
  .col-ws-11-12 {
    width: 91.6666%;
  }
  .col-ws-1-24 {
    width: 4.1666%;
  }
  .col-ws-5-24 {
    width: 20.8333%;
  }
  .col-ws-7-24 {
    width: 29.1666%;
  }
  .col-ws-11-24 {
    width: 45.8333%;
  }
  .col-ws-13-24 {
    width: 54.1666%;
  }
  .col-ws-17-24 {
    width: 70.8333%;
  }
  .col-ws-19-24 {
    width: 79.1666%;
  }
  .col-ws-23-24 {
    width: 95.8333%;
  }
  .col-ws-23-100 {
    width: 23%;
  }
}
@media only screen and (min-width: 1600px) {
  .col-xw-auto {
    width: auto;
  }
  .col-xw-1 {
    width: 100%;
  }
  .col-xw-1-2 {
    width: 50%;
  }
  .col-xw-1-3 {
    width: 33.3%;
  }
  .col-xw-2-3 {
    width: 66.66666%;
  }
  .col-xw-1-6 {
    width: 16.66666%;
  }
  .col-xw-1-4 {
    width: 25%;
  }
  .col-xw-3-4 {
    width: 75%;
  }
  .col-xw-1-5 {
    width: 20%;
  }
  .col-xw-2-5 {
    width: 40%;
  }
  .col-xw-3-5 {
    width: 60%;
  }
  .col-xw-4-5 {
    width: 80%;
  }
  .col-xw-1-6 {
    width: 16.656%;
  }
  .col-xw-5-6 {
    width: 83.33%;
  }
  .col-xw-5-7 {
    width: 71.4%;
  }
  .col-xw-2-7 {
    width: 28.6%;
  }
  .col-xw-1-8 {
    width: 12.5%;
  }
  .col-xw-3-8 {
    width: 37.5%;
  }
  .col-xw-5-8 {
    width: 62.5%;
  }
  .col-xw-7-8 {
    width: 87.5%;
  }
  .col-xw-1-9 {
    width: 11.1%;
  }
  .col-xw-2-9 {
    width: 22.2%;
  }
  .col-xw-7-9 {
    width: 77.8%;
  }
  .col-xw-8-9 {
    width: 88.9%;
  }
  .col-xw-1-10 {
    width: 10%;
  }
  .col-xw-7-10 {
    width: 70%;
  }
  .col-xw-9-10 {
    width: 90%;
  }
  .col-xw-1-11 {
    width: 9.1%;
  }
  .col-xw-10-11 {
    width: 90.9%;
  }
  .col-xw-1-12 {
    width: 8.3333%;
  }
  .col-xw-5-12 {
    width: 41.6666%;
  }
  .col-xw-7-12 {
    width: 58.3333%;
  }
  .col-xw-11-12 {
    width: 91.6666%;
  }
  .col-xw-1-24 {
    width: 4.1666%;
  }
  .col-xw-5-24 {
    width: 20.8333%;
  }
  .col-xw-7-24 {
    width: 29.1666%;
  }
  .col-xw-11-24 {
    width: 45.8333%;
  }
  .col-xw-13-24 {
    width: 54.1666%;
  }
  .col-xw-17-24 {
    width: 70.8333%;
  }
  .col-xw-19-24 {
    width: 79.1666%;
  }
  .col-xw-23-24 {
    width: 95.8333%;
  }
  .col-xw-23-100 {
    width: 23%;
  }
}
@media only screen and (min-width: 1800px) {
  .col-xxw-auto {
    width: auto;
  }
  .col-xxw-1 {
    width: 100%;
  }
  .col-xxw-1-2 {
    width: 50%;
  }
  .col-xxw-1-3 {
    width: 33.3%;
  }
  .col-xxw-2-3 {
    width: 66.66666%;
  }
  .col-xxw-1-6 {
    width: 16.66666%;
  }
  .col-xxw-1-4 {
    width: 25%;
  }
  .col-xxw-3-4 {
    width: 75%;
  }
  .col-xxw-1-5 {
    width: 20%;
  }
  .col-xxw-2-5 {
    width: 40%;
  }
  .col-xxw-3-5 {
    width: 60%;
  }
  .col-xxw-4-5 {
    width: 80%;
  }
  .col-xxw-1-6 {
    width: 16.656%;
  }
  .col-xxw-5-6 {
    width: 83.33%;
  }
  .col-xxw-5-7 {
    width: 71.4%;
  }
  .col-xxw-2-7 {
    width: 28.6%;
  }
  .col-xxw-1-8 {
    width: 12.5%;
  }
  .col-xxw-3-8 {
    width: 37.5%;
  }
  .col-xxw-5-8 {
    width: 62.5%;
  }
  .col-xxw-7-8 {
    width: 87.5%;
  }
  .col-xxw-1-9 {
    width: 11.1%;
  }
  .col-xxw-2-9 {
    width: 22.2%;
  }
  .col-xxw-7-9 {
    width: 77.8%;
  }
  .col-xxw-8-9 {
    width: 88.9%;
  }
  .col-xxw-1-10 {
    width: 10%;
  }
  .col-xxw-7-10 {
    width: 70%;
  }
  .col-xxw-9-10 {
    width: 90%;
  }
  .col-xxw-1-11 {
    width: 9.1%;
  }
  .col-xxw-10-11 {
    width: 90.9%;
  }
  .col-xxw-1-12 {
    width: 8.3333%;
  }
  .col-xxw-5-12 {
    width: 41.6666%;
  }
  .col-xxw-7-12 {
    width: 58.3333%;
  }
  .col-xxw-11-12 {
    width: 91.6666%;
  }
  .col-xxw-1-24 {
    width: 4.1666%;
  }
  .col-xxw-5-24 {
    width: 20.8333%;
  }
  .col-xxw-7-24 {
    width: 29.1666%;
  }
  .col-xxw-11-24 {
    width: 45.8333%;
  }
  .col-xxw-13-24 {
    width: 54.1666%;
  }
  .col-xxw-17-24 {
    width: 70.8333%;
  }
  .col-xxw-19-24 {
    width: 79.1666%;
  }
  .col-xxw-23-24 {
    width: 95.8333%;
  }
  .col-xxw-23-100 {
    width: 23%;
  }
}
@media only screen and (min-width: 2000px) {
  .col-xxxw-auto {
    width: auto;
  }
  .col-xxxw-1 {
    width: 100%;
  }
  .col-xxxw-1-2 {
    width: 50%;
  }
  .col-xxxw-1-3 {
    width: 33.3%;
  }
  .col-xxxw-2-3 {
    width: 66.66666%;
  }
  .col-xxxw-1-6 {
    width: 16.66666%;
  }
  .col-xxxw-1-4 {
    width: 25%;
  }
  .col-xxxw-3-4 {
    width: 75%;
  }
  .col-xxxw-1-5 {
    width: 20%;
  }
  .col-xxxw-2-5 {
    width: 40%;
  }
  .col-xxxw-3-5 {
    width: 60%;
  }
  .col-xxxw-4-5 {
    width: 80%;
  }
  .col-xxxw-1-6 {
    width: 16.656%;
  }
  .col-xxxw-5-6 {
    width: 83.33%;
  }
  .col-xxxw-5-7 {
    width: 71.4%;
  }
  .col-xxxw-2-7 {
    width: 28.6%;
  }
  .col-xxxw-1-8 {
    width: 12.5%;
  }
  .col-xxxw-3-8 {
    width: 37.5%;
  }
  .col-xxxw-5-8 {
    width: 62.5%;
  }
  .col-xxxw-7-8 {
    width: 87.5%;
  }
  .col-xxxw-1-9 {
    width: 11.1%;
  }
  .col-xxxw-2-9 {
    width: 22.2%;
  }
  .col-xxxw-7-9 {
    width: 77.8%;
  }
  .col-xxxw-8-9 {
    width: 88.9%;
  }
  .col-xxxw-1-10 {
    width: 10%;
  }
  .col-xxxw-7-10 {
    width: 70%;
  }
  .col-xxxw-9-10 {
    width: 90%;
  }
  .col-xxxw-1-11 {
    width: 9.1%;
  }
  .col-xxxw-10-11 {
    width: 90.9%;
  }
  .col-xxxw-1-12 {
    width: 8.3333%;
  }
  .col-xxxw-5-12 {
    width: 41.6666%;
  }
  .col-xxxw-7-12 {
    width: 58.3333%;
  }
  .col-xxxw-11-12 {
    width: 91.6666%;
  }
  .col-xxxw-1-24 {
    width: 4.1666%;
  }
  .col-xxxw-5-24 {
    width: 20.8333%;
  }
  .col-xxxw-7-24 {
    width: 29.1666%;
  }
  .col-xxxw-11-24 {
    width: 45.8333%;
  }
  .col-xxxw-13-24 {
    width: 54.1666%;
  }
  .col-xxxw-17-24 {
    width: 70.8333%;
  }
  .col-xxxw-19-24 {
    width: 79.1666%;
  }
  .col-xxxw-23-24 {
    width: 95.8333%;
  }
  .col-xxxw-23-100 {
    width: 23%;
  }
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
  padding: 1em;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0;
  outline: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #000 !important;
}
textarea {
  min-height: 7em;
  resize: vertical !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nf-form-cont {
  padding: 2.5em 2.5em 1em;
  background-color: #fff;
}
.nf-form-cont .nf-before-form-content {
  margin-bottom: 1em;
}
.nf-form-cont .nf-form-content {
  padding: 0 !important;
}
.nf-form-cont .ninja-forms-field:not(.btn) {
  padding: 0 2em 0.25em 0 !important;
  height: auto !important;
}
.nf-form-cont .ninja-forms-field.btn {
  margin-top: 1em;
  color: #fff !important;
  font-family: "Avenir Next", sans-serif;
}
.nf-form-cont .ninja-forms-field.btn:hover {
  color: #000 !important;
}
.nf-form-cont input,
.nf-form-cont select,
.nf-form-cont textarea {
  color: #000 !important;
  background-color: inherit !important;
}
.nf-form-cont input:focus,
.nf-form-cont select:focus,
.nf-form-cont textarea:focus {
  border-bottom: 1px solid #000 !important;
}
.nf-form-cont textarea {
  display: block;
}
.nf-form-cont select {
  position: relative;
  z-index: 2;
}
.nf-form-cont select::-ms-expand {
  display: none;
}
.nf-form-cont .nf-field-label label,
.nf-form-cont .nf-field-label span {
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.nf-form-cont .nf-field-label label .ninja-forms-req-symbol,
.nf-form-cont .nf-field-label span .ninja-forms-req-symbol {
  color: #000;
  margin-left: 0.25em;
}
.nf-form-cont .list-select-wrap .nf-field-element:after,
.nf-form-cont .listcountry-wrap .nf-field-element:after {
  content: "\f078" !important;
  position: absolute !important;
  line-height: 30px !important;
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 15px !important;
  color: #000;
  background: 0 0;
  left: auto;
  right: 1.5em !important;
  top: 50%;
  height: 30px !important;
  margin-top: -15px;
  z-index: 1;
}
.nf-form-cont .nf-error .nf-field-element:after,
.nf-form-cont .nf-pass .nf-field-element:after {
  top: 50% !important;
  background: 0 0 !important;
  height: 30px !important;
  line-height: 30px !important;
  margin-top: -15px;
}
.nf-form-cont .nf-error.textarea-wrap .nf-field-element:after,
.nf-form-cont .nf-pass.textarea-wrap .nf-field-element:after {
  top: 30px !important;
}
.nf-form-cont .nf-error-msg {
  margin-bottom: 1em;
  color: #fd0b0b;
}
.nf-form-cont .nf-error .ninja-forms-field {
  border-color: #58cb72 !important;
}
.nf-form-cont .nf-error .nf-field-element:after {
  color: #58cb72 !important;
}
.nf-form-cont .nf-error .ninja-forms-field {
  border-color: #fd0b0b !important;
}
.nf-form-cont .nf-error .nf-field-element:after {
  color: #fd0b0b !important;
}
.nf-form-cont input[type="checkbox"].ninja-forms-field,
.nf-form-cont input[type="radio"].ninja-forms-field {
  padding: 0 !important;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
.nf-form-cont input[type="checkbox"].ninja-forms-field:focus,
.nf-form-cont input[type="radio"].ninja-forms-field:focus {
  outline: 0;
}
.nf-form-cont input[type="checkbox"].ninja-forms-field:checked,
.nf-form-cont input[type="radio"].ninja-forms-field:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
}
.nf-form-cont input[type="checkbox"].ninja-forms-field:after,
.nf-form-cont input[type="checkbox"].ninja-forms-field:before,
.nf-form-cont input[type="radio"].ninja-forms-field:after,
.nf-form-cont input[type="radio"].ninja-forms-field:before {
  content: "";
  position: absolute;
}
.nf-form-cont input[type="checkbox"].ninja-forms-field:after,
.nf-form-cont input[type="radio"].ninja-forms-field:after {
  border: 1px solid #000;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}
.color-white .nf-form-cont input[type="checkbox"].ninja-forms-field:after,
.color-white .nf-form-cont input[type="radio"].ninja-forms-field:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.nf-form-cont input[type="checkbox"].ninja-forms-field:before,
.nf-form-cont input[type="radio"].ninja-forms-field:before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 18;
  font-size: 17px !important;
  line-height: 30px;
  text-align: center;
}
.nf-form-cont input[type="checkbox"].ninja-forms-field + label,
.nf-form-cont input[type="radio"].ninja-forms-field + label {
  opacity: 0.33;
}
.nf-form-cont input[type="checkbox"].ninja-forms-field:checked:after,
.nf-form-cont input[type="radio"].ninja-forms-field:checked:after {
  border-color: #000;
  background-color: #000;
}
.color-white .nf-form-cont input[type="checkbox"].ninja-forms-field:checked:after,
.color-white .nf-form-cont input[type="radio"].ninja-forms-field:checked:after {
  border-color: #fff;
  background-color: #fff;
}
.color-white .nf-form-cont input[type="checkbox"].ninja-forms-field:checked:before,
.color-white .nf-form-cont input[type="radio"].ninja-forms-field:checked:before {
  background-color: #000;
}
.nf-form-cont input[type="checkbox"].ninja-forms-field:checked + label,
.nf-form-cont input[type="radio"].ninja-forms-field:checked + label {
  opacity: 1;
}
.nf-form-cont input[type="checkbox"].ninja-forms-field:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: transparent;
  background: 0 0 !important;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.nf-form-cont input[type="checkbox"].ninja-forms-field:checked::before {
  color: #fff;
}
.color-white .nf-form-cont input[type="checkbox"].ninja-forms-field:checked::before {
  color: #000;
}
.nf-form-cont .checkbox-wrap .nf-field-label {
  padding-left: 0;
}
.nf-form-cont .checkbox-wrap .nf-field-label label {
  margin-left: 1em;
}
.nf-form-cont .checkbox-wrap input[type="checkbox"] {
  top: 0.1em;
  position: absolute;
}
.nf-form-cont input[type="radio"].ninja-forms-field:checked::after {
  background: #000;
}
.nf-form-cont .listcheckbox-wrap ul li,
.nf-form-cont .listradio-wrap ul li {
  margin-bottom: 0.75em !important;
}
.nf-form-cont .listcheckbox-wrap ul li input,
.nf-form-cont .listradio-wrap ul li input {
  margin-top: 0.1em;
}
.nf-form-cont .listcheckbox-wrap ul li label,
.nf-form-cont .listradio-wrap ul li label {
  margin-left: calc(21px + 1em);
  padding-top: 3.5px;
}
.nf-form-cont .checkbox-wrap .nf-field-label label {
  text-transform: initial;
  font-size: 14px;
  padding-top: 6px;
  margin-left: 1.3em;
}
@media only screen and (min-width: 550px) {
  .nf-form-cont .checkbox-wrap .nf-field-label label {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 700px) {
  .nf-form-cont .checkbox-wrap .nf-field-label label {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1000px) {
  .nf-form-cont .checkbox-wrap .nf-field-label label {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .nf-form-cont .checkbox-wrap .nf-field-label label {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .nf-form-cont .checkbox-wrap .nf-field-label label {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .nf-form-cont .checkbox-wrap .nf-field-label label {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1800px) {
  .nf-form-cont .checkbox-wrap .nf-field-label label {
    font-size: 17px !important;
  }
}
.nf-form-cont .nf-multi-cell .nf-row {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.nf-form-cont .nf-multi-cell .nf-cell {
  padding: 0 0.5em;
}
.nf-form-cont .nf-before-form-content {
  display: none;
}
.nf-form-cont .nf-form-title h3 {
  margin-bottom: 3em;
  padding-bottom: 0.5em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nf-form-cont .nf-field-description {
  margin-bottom: 0.25em;
}
html {
  height: -webkit-fill-available;
  hyphenate-character: "-";
}
body {
  font-family: "Avenir Next", sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #fff;
}
.bd {
  margin: 0 7.14%;
  position: relative;
  min-height: 1px;
}
@media only screen and (min-width: 1800px) {
  .bd {
    margin: 0 auto;
    max-width: calc(1800px / 100 * (100 - (7.14 * 2)));
  }
}
.bd:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.visuallyhidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.bg-gold {
  background-color: #d7ab76;
}
.bg-granite-grey {
  background-color: #d9d9d9;
}
.bg-roman-red {
  background-color: #db5850;
}
.bg-mustard-yellow {
  background-color: #e0c069;
}
.bg-boston-blue {
  background-color: #459eb1;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-grey {
  background-color: #888;
}
.pt {
  padding-top: 3.5rem;
}
@media only screen and (min-width: 550px) {
  .pt {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 700px) {
  .pt {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .pt {
    padding-top: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pt {
    padding-top: 7rem;
  }
}
.pb {
  padding-bottom: 3.5rem;
}
@media only screen and (min-width: 550px) {
  .pb {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 700px) {
  .pb {
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .pb {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pb {
    padding-bottom: 7rem;
  }
}
.pt--half {
  padding-top: calc(3.5rem / 2);
}
@media only screen and (min-width: 550px) {
  .pt--half {
    padding-top: calc(4rem / 2);
  }
}
@media only screen and (min-width: 700px) {
  .pt--half {
    padding-top: calc(5rem / 2);
  }
}
@media only screen and (min-width: 1000px) {
  .pt--half {
    padding-top: calc(6rem / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .pt--half {
    padding-top: calc(7rem / 2);
  }
}
.pb--half {
  padding-bottom: calc(3.5rem / 2);
}
@media only screen and (min-width: 550px) {
  .pb--half {
    padding-bottom: calc(4rem / 2);
  }
}
@media only screen and (min-width: 700px) {
  .pb--half {
    padding-bottom: calc(5rem / 2);
  }
}
@media only screen and (min-width: 1000px) {
  .pb--half {
    padding-bottom: calc(6rem / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .pb--half {
    padding-bottom: calc(7rem / 2);
  }
}
.pt--double {
  padding-top: calc(3.5rem * 2);
}
@media only screen and (min-width: 550px) {
  .pt--double {
    padding-top: calc(4rem * 2);
  }
}
@media only screen and (min-width: 700px) {
  .pt--double {
    padding-top: calc(5rem * 2);
  }
}
@media only screen and (min-width: 1000px) {
  .pt--double {
    padding-top: calc(6rem * 2);
  }
}
@media only screen and (min-width: 1200px) {
  .pt--double {
    padding-top: calc(7rem * 2);
  }
}
.pb--double {
  padding-bottom: calc(3.5rem * 2);
}
@media only screen and (min-width: 550px) {
  .pb--double {
    padding-bottom: calc(4rem * 2);
  }
}
@media only screen and (min-width: 700px) {
  .pb--double {
    padding-bottom: calc(5rem * 2);
  }
}
@media only screen and (min-width: 1000px) {
  .pb--double {
    padding-bottom: calc(6rem * 2);
  }
}
@media only screen and (min-width: 1200px) {
  .pb--double {
    padding-bottom: calc(7rem * 2);
  }
}
.pt--em {
  padding-top: 1em;
}
.pb--em {
  padding-bottom: 1em;
}
.p--none {
  padding: 0;
}
.pt--none {
  padding-top: 0;
}
.pb--none {
  padding-bottom: 0;
}
.mt {
  margin-top: 3.5rem;
}
@media only screen and (min-width: 550px) {
  .mt {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 700px) {
  .mt {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .mt {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mt {
    margin-top: 7rem;
  }
}
.mb,
.post-module--text-content-columns .module__bd .row:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 550px) {
  .mb,
  .post-module--text-content-columns .module__bd .row:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 700px) {
  .mb,
  .post-module--text-content-columns .module__bd .row:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .mb,
  .post-module--text-content-columns .module__bd .row:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mb,
  .post-module--text-content-columns .module__bd .row:not(:last-child) {
    margin-bottom: 7rem;
  }
}
.mt--half {
  margin-top: calc(3.5rem / 2);
}
@media only screen and (min-width: 550px) {
  .mt--half {
    margin-top: calc(4rem / 2);
  }
}
@media only screen and (min-width: 700px) {
  .mt--half {
    margin-top: calc(5rem / 2);
  }
}
@media only screen and (min-width: 1000px) {
  .mt--half {
    margin-top: calc(6rem / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .mt--half {
    margin-top: calc(7rem / 2);
  }
}
.mb--half {
  margin-bottom: calc(3.5rem / 2);
}
@media only screen and (min-width: 550px) {
  .mb--half {
    margin-bottom: calc(4rem / 2);
  }
}
@media only screen and (min-width: 700px) {
  .mb--half {
    margin-bottom: calc(5rem / 2);
  }
}
@media only screen and (min-width: 1000px) {
  .mb--half {
    margin-bottom: calc(6rem / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .mb--half {
    margin-bottom: calc(7rem / 2);
  }
}
.mt--double {
  margin-top: calc(3.5rem * 2);
}
@media only screen and (min-width: 550px) {
  .mt--double {
    margin-top: calc(4rem * 2);
  }
}
@media only screen and (min-width: 700px) {
  .mt--double {
    margin-top: calc(5rem * 2);
  }
}
@media only screen and (min-width: 1000px) {
  .mt--double {
    margin-top: calc(6rem * 2);
  }
}
@media only screen and (min-width: 1200px) {
  .mt--double {
    margin-top: calc(7rem * 2);
  }
}
.mb--double {
  margin-bottom: calc(3.5rem * 2);
}
@media only screen and (min-width: 550px) {
  .mb--double {
    margin-bottom: calc(4rem * 2);
  }
}
@media only screen and (min-width: 700px) {
  .mb--double {
    margin-bottom: calc(5rem * 2);
  }
}
@media only screen and (min-width: 1000px) {
  .mb--double {
    margin-bottom: calc(6rem * 2);
  }
}
@media only screen and (min-width: 1200px) {
  .mb--double {
    margin-bottom: calc(7rem * 2);
  }
}
.mt--neg,
.post-module--text-content-columns + .module--featured--people {
  margin-top: calc(3.5rem * -1);
}
@media only screen and (min-width: 550px) {
  .mt--neg,
  .post-module--text-content-columns + .module--featured--people {
    margin-top: calc(4rem * -1);
  }
}
@media only screen and (min-width: 700px) {
  .mt--neg,
  .post-module--text-content-columns + .module--featured--people {
    margin-top: calc(5rem * -1);
  }
}
@media only screen and (min-width: 1000px) {
  .mt--neg,
  .post-module--text-content-columns + .module--featured--people {
    margin-top: calc(6rem * -1);
  }
}
@media only screen and (min-width: 1200px) {
  .mt--neg,
  .post-module--text-content-columns + .module--featured--people {
    margin-top: calc(7rem * -1);
  }
}
.module--text-content-columns + .module--featured--people--grid,
.mt--half--neg {
  margin-top: calc((3.5rem / 2) * -1);
}
@media only screen and (min-width: 550px) {
  .module--text-content-columns + .module--featured--people--grid,
  .mt--half--neg {
    margin-top: calc((4rem / 2) * -1);
  }
}
@media only screen and (min-width: 700px) {
  .module--text-content-columns + .module--featured--people--grid,
  .mt--half--neg {
    margin-top: calc((5rem / 2) * -1);
  }
}
@media only screen and (min-width: 1000px) {
  .module--text-content-columns + .module--featured--people--grid,
  .mt--half--neg {
    margin-top: calc((6rem / 2) * -1);
  }
}
@media only screen and (min-width: 1200px) {
  .module--text-content-columns + .module--featured--people--grid,
  .mt--half--neg {
    margin-top: calc((7rem / 2) * -1);
  }
}
.mb--neg {
  margin-bottom: calc(3.5rem * -1);
}
@media only screen and (min-width: 550px) {
  .mb--neg {
    margin-bottom: calc(4rem * -1);
  }
}
@media only screen and (min-width: 700px) {
  .mb--neg {
    margin-bottom: calc(5rem * -1);
  }
}
@media only screen and (min-width: 1000px) {
  .mb--neg {
    margin-bottom: calc(6rem * -1);
  }
}
@media only screen and (min-width: 1200px) {
  .mb--neg {
    margin-bottom: calc(7rem * -1);
  }
}
.mt--em {
  margin-top: 1em;
}
.mb--em {
  margin-bottom: 1em;
}
.m--none {
  margin: 0;
}
.mt--none {
  margin-top: 0;
}
.mb--none {
  margin-bottom: 0;
}
.bg-accent {
  background-color: #000;
  color: #fff;
}
.color-white .bg-accent {
  background-color: #fff;
  color: #000;
}
.accent-gold .bg-accent {
  background-color: #d7ab76;
}
.accent-granite-grey .bg-accent {
  background-color: #d9d9d9;
}
.accent-roman-red .bg-accent {
  background-color: #db5850;
}
.accent-mustard-yellow .bg-accent {
  background-color: #e0c069;
}
.accent-boston-blue .bg-accent {
  background-color: #459eb1;
}
.accent-white .bg-accent {
  background-color: #fff;
}
.accent-black .bg-accent {
  background-color: #000;
}
.accent-grey .bg-accent {
  background-color: #888;
}
.mediaimg {
  width: 100%;
}
.mediaimg .mediaimg__img {
  max-width: 100%;
  width: 100%;
  mix-blend-mode: multiply;
}
.main--page .mediaimg .mediaimg__img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.mediaimg .mediaimg__img--bg {
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mediaimg .mediaimg__img--bg--cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.mediaimg .mediaimg__img--inline {
  display: block;
  height: auto;
}
.mediaimg .mediaimg__img--icon {
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-gold .mediaimg {
  background-color: #d7ab76;
}
.bg-granite-grey .mediaimg {
  background-color: #d9d9d9;
}
.bg-roman-red .mediaimg {
  background-color: #db5850;
}
.bg-mustard-yellow .mediaimg {
  background-color: #e0c069;
}
.bg-boston-blue .mediaimg {
  background-color: #459eb1;
}
.bg-white .mediaimg {
  background-color: #fff;
}
.bg-black .mediaimg {
  background-color: #000;
}
.bg-grey .mediaimg {
  background-color: #888;
}
.lazy {
  opacity: 0;
  -webkit-transition: opacity 150ms cubic-bezier(0.83, 0, 0.17, 1);
  transition: opacity 150ms cubic-bezier(0.83, 0, 0.17, 1);
}
.lazy.loaded {
  opacity: 1;
}
.pageheader {
  position: relative;
}
.pageheader .pageheader__featured__articles {
  overflow: hidden;
}
.pageheader .pageheader__featured__articles .featured__articles__heading {
  display: block;
}
.pageheader .pageheader__featured__articles .row--carousel .owl-carousel .owl-dots {
  top: -1rem;
  display: block;
}
.pageheader .pageheader__bd {
  position: relative;
  z-index: 2;
}
.pageheader .pageheader__leader {
  margin: 0.5em auto 0 auto;
}
.pageheader .pageheader__cta {
  margin-top: 2.5em;
}
.pageheader .pageheader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.pageheader .pageheader__content-modules .module > .bd {
  margin: 0;
}
.pageheader--default {
  padding: 0;
  overflow: hidden;
}
@media only screen and (min-width: 700px) {
  .pageheader--default {
    padding: 0;
  }
}
.pageheader--default .pageheader__preheading {
  margin: 2.25em 0 0;
}
.pageheader--default .pageheader__heading {
  word-break: break-all;
  width: 2.8em;
  line-height: 0.9;
  margin-bottom: 0;
}
.pageheader--default .pageheader__heading--short {
  width: 2.5em;
}
@media only screen and (min-width: 700px) {
  .pageheader--default .pageheader__heading {
    margin-top: 0.05em;
    line-height: 0.78;
  }
}
.pageheader--default .pageheader__heading.text-reveal {
  margin-top: -0.5rem !important;
}
.pageheader--default .pageheader__leader.text-reveal span,
.pageheader--default .pageheader__preheading.text-reveal span {
  padding-top: 0 !important;
}
.pageheader--default .pageheader__preheading {
  display: none;
}
@media only screen and (min-width: 700px) {
  .pageheader--default .pageheader__preheading {
    display: block;
  }
}
.pageheader--size--large .pageheader__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: calc(100vh - 4rem);
}
@media only screen and (min-width: 550px) {
  .pageheader--size--large .pageheader__body {
    min-height: calc(100vh - 4rem);
  }
}
@media only screen and (min-width: 700px) {
  .pageheader--size--large .pageheader__body {
    min-height: calc(100vh - 5rem);
  }
}
@media only screen and (min-width: 1000px) {
  .pageheader--size--large .pageheader__body {
    min-height: calc(100vh - 5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .pageheader--size--large .pageheader__body {
    min-height: calc(100vh - 5rem);
  }
}
@media only screen and (min-width: 1400px) {
  .pageheader--size--large .pageheader__body {
    min-height: calc(100vh - 5rem);
  }
}
@media only screen and (min-width: 1600px) {
  .pageheader--size--large .pageheader__body {
    min-height: calc(100vh - 5rem);
  }
}
.pageheader--img .pageheader__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.pageheader--img .pageheader__img .mediaimg__img.loaded {
  opacity: 0.66;
}
.pageheader--video .pageheader__video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0.66;
  -webkit-transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.pageheader--video .pageheader__video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageheader--post .pageheader__tagged {
  margin-bottom: 1em;
}
@media only screen and (min-width: 1000px) {
  .pageheader--post .pageheader__tagged {
    margin-bottom: 2em;
  }
}
.pageheader--post .pageheader__tagged__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 1em;
  margin-bottom: 0.25em;
}
.pageheader--post .pageheader__author {
  margin-bottom: 2em;
}
.pageheader--post .pageheader__author__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 1em;
  margin-bottom: 0.25em;
}
.pageheader--post .pageheader__author__img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 0.5em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.pageheader--post .pageheader__author__img .mediaimg__img {
  background-size: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 50%;
}
.pageheader--post .pageheader__author__link .linkline {
  background-image: -webkit-linear-gradient(left, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.pageheader--post .pageheader__author__link:hover .pageheader__author__img .mediaimg__img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.pageheader--post .pageheader__author__link:hover span {
  background-position: 0 bottom;
}
.pageheader--post .pageheader__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pageheader--post .pageheader__heading {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.pageheader--post .pageheader__heading span {
  padding-top: 0;
}
.pageheader--post .pageheader__posted__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 1em;
}
.pageheader--post .pageheader__icon {
  width: 3.25rem;
  height: 3.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  background-color: #e6e6e6;
  margin-right: 0.15em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageheader--post .pageheader__icon + .pageheader__heading {
  margin-top: 1em;
}
.pageheader--post .pageheader__icon:hover {
  background-color: #000;
  color: #fff;
}
.pageheader--post .pageheader__row {
  margin-top: 1.5em;
}
.pageheader--post .pageheader__row--desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
@media only screen and (min-width: 1000px) {
  .pageheader--post .pageheader__row--desktop {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.pageheader--post .pageheader__media {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.pageheader--post .pageheader__media .mediaimg {
  background-color: rgba(0, 0, 0, 0.3);
}
.pageheader--post .pageheader__socialicons {
  position: relative;
  z-index: 2;
}
.pageheader--post .pageheader__socialicons .socialicons {
  margin-top: 0;
}
.pageheader--post.pageheader--media .pageheader__socialicons .socialicons:before {
  display: none;
}
.pageheader--person {
  margin-top: 2em;
}
.pageheader--person .pageheader__content .pageheader__label {
  margin-bottom: 1.25em;
  display: block;
}
.pageheader--person .pageheader__content .pageheader__profileimg {
  max-width: 28rem;
}
.pageheader--person .pageheader__content .pageheader__profileimg .mediaimg__img {
  padding-top: 140%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.pageheader--person .pageheader__content .pageheader__personrole {
  margin: 0 0 1.5em;
}
.pageheader--person .pageheader__content .pageheader__personrole span {
  padding-top: 0;
}
@media only screen and (max-width: 999px) {
  .pageheader--person .pageheader__content .pageheader__heading {
    margin-bottom: 0.6em;
  }
}
.pageheader--front-page .pageheader__heading {
  margin: 0;
  max-width: none;
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageheader--front-page .pageheader__heading.fadeout {
  color: rgba(0, 0, 0, 0.33);
}
.pageheader--front-page .pageheader__heading.fadeout .linkline {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.33) 0,
    rgba(0, 0, 0, 0.33) 50%,
    rgba(0, 0, 0, 0.33) 50%,
    rgba(0, 0, 0, 0.33) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.33) 0,
    rgba(0, 0, 0, 0.33) 50%,
    rgba(0, 0, 0, 0.33) 50%,
    rgba(0, 0, 0, 0.33) 100%
  );
}
.pageheader--front-page .pageheader__heading a .linkline {
  background-size: 200% 2px;
  background-position: left 100% bottom 2px;
}
@media only screen and (min-width: 1000px) {
  .pageheader--front-page .pageheader__heading a .linkline {
    background-size: 200% 3px;
    background-position: left 100% bottom 3px;
  }
}
@media only screen and (min-width: 1200px) {
  .pageheader--front-page .pageheader__heading a .linkline {
    background-size: 200% 4px;
    background-position: left 100% bottom 6px;
  }
}
.pageheader--front-page .pageheader__heading a.active {
  color: #000;
}
.pageheader--front-page .pageheader__heading a.active .linkline {
  background-image: -webkit-linear-gradient(left, #000 0, #000 50%, #000 50%, #000 100%);
  background-image: linear-gradient(90deg, #000 0, #000 50%, #000 50%, #000 100%);
}
.pageheader--market,
.pageheader--service {
  margin-top: 2em;
  overflow: hidden;
}
.pageheader--market .pageheader__label,
.pageheader--service .pageheader__label {
  margin-bottom: 2rem;
  display: block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.pageheader--market .pageheader__heading,
.pageheader--service .pageheader__heading {
  line-height: 0.9;
  max-width: none;
  margin-left: -0.2rem;
}
@media only screen and (min-width: 1000px) {
  .pageheader--market .pageheader__heading,
  .pageheader--service .pageheader__heading {
    margin-left: -0.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pageheader--market .pageheader__heading,
  .pageheader--service .pageheader__heading {
    margin-left: -0.5rem;
  }
}
.pageheader--market .pageheader__leader,
.pageheader--service .pageheader__leader {
  margin: 1em 0 0;
  max-width: 10em;
}
@media only screen and (min-width: 1000px) {
  .pageheader--market .pageheader__leader,
  .pageheader--service .pageheader__leader {
    margin: 0;
  }
}
.contentarea h1,
.contentarea h2,
.contentarea h3,
.contentarea h4,
.contentarea h5,
.contentarea h6 {
  margin-top: 1em;
}
.contentarea .aligncenter {
  margin: 1em auto;
  display: block;
}
.contentarea .alignleft,
.contentarea .alignright {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 700px) {
  .contentarea .alignleft,
  .contentarea .alignright {
    width: 40% !important;
  }
}
.contentarea .alignleft {
  float: left;
  margin-right: 2em;
}
.contentarea .alignright {
  float: right;
  margin-left: 2em;
}
.contentarea .alignnone {
  width: 100% !important;
  height: auto;
  margin: 1.5em 0;
}
@media only screen and (min-width: 550px) {
  .contentarea .alignnone {
    margin: 2em 0;
  }
}
.contentarea .alignnone img {
  width: 100%;
}
.contentarea .aligncenter,
.contentarea .alignleft,
.contentarea .alignnone,
.contentarea .alignright {
  max-width: 100%;
}
.contentarea .wp-caption.aligncenter {
  margin-bottom: 0;
}
.contentarea p:last-child {
  margin-bottom: 0;
}
.contentarea ol,
.contentarea ul,
.list-style {
  list-style: none;
  margin-left: 2rem;
}
@media only screen and (min-width: 1000px) {
  .contentarea ol,
  .contentarea ul,
  .list-style {
    margin-left: 3rem;
  }
}
.contentarea ol li,
.contentarea ul li,
.list-style li {
  position: relative;
}
.contentarea ol li:before,
.contentarea ul li:before,
.list-style li:before {
  font-size: 0.65em;
  color: #000;
  top: 0.45em;
  position: absolute;
  left: 0;
  margin-left: -1.25rem;
  opacity: 0.66;
}
@media only screen and (min-width: 1000px) {
  .contentarea ol li:before,
  .contentarea ul li:before,
  .list-style li:before {
    margin-left: -1.75rem;
  }
}
.color-white .contentarea ol li:before,
.color-white .contentarea ul li:before,
.color-white .list-style li:before {
  color: #fff;
}
.contentarea ul li,
.list-style--bullets li {
  position: relative;
}
.contentarea ul li:before,
.list-style--bullets li:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}
.contentarea ol li,
.list-style--numbers li {
  counter-increment: list-no;
}
.contentarea ol li::before,
.list-style--numbers li::before {
  content: counter(list-no) ".";
  top: 0.35em;
  font-size: 0.75em;
}
.accent-gold .contentarea ol li:before,
.accent-gold .contentarea ul li:before,
.accent-gold .list-style li:before {
  color: #d7ab76;
}
.accent-granite-grey .contentarea ol li:before,
.accent-granite-grey .contentarea ul li:before,
.accent-granite-grey .list-style li:before {
  color: #d9d9d9;
}
.accent-roman-red .contentarea ol li:before,
.accent-roman-red .contentarea ul li:before,
.accent-roman-red .list-style li:before {
  color: #db5850;
}
.accent-mustard-yellow .contentarea ol li:before,
.accent-mustard-yellow .contentarea ul li:before,
.accent-mustard-yellow .list-style li:before {
  color: #e0c069;
}
.accent-boston-blue .contentarea ol li:before,
.accent-boston-blue .contentarea ul li:before,
.accent-boston-blue .list-style li:before {
  color: #459eb1;
}
.accent-white .contentarea ol li:before,
.accent-white .contentarea ul li:before,
.accent-white .list-style li:before {
  color: #fff;
}
.accent-black .contentarea ol li:before,
.accent-black .contentarea ul li:before,
.accent-black .list-style li:before {
  color: #000;
}
.accent-grey .contentarea ol li:before,
.accent-grey .contentarea ul li:before,
.accent-grey .list-style li:before {
  color: #888;
}
.embedwrapper {
  position: relative;
  margin: 1.5em 0;
}
@media only screen and (min-width: 550px) {
  .embedwrapper {
    margin: 2em 0;
  }
}
.tile {
  position: relative;
}
.tile .tile__heading {
  line-height: 1.2;
}
.tile .tile__img {
  -webkit-transition: box-shadow 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: box-shadow 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.tile:hover .tile__img {
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
}
.contentarea .wp-caption .tile:hover .wp-caption-text,
.nf-form-cont .tile:hover .nf-field-description,
.tile:hover .contentarea .wp-caption .wp-caption-text,
.tile:hover .nf-form-cont .nf-field-description,
.tile:hover .o-33,
.tile:hover .o-50 {
  opacity: 1;
}
.tile--case-study,
.tile--post {
  position: relative;
  height: 100%;
}
.tile--case-study::before,
.tile--post::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.tile--case-study::after,
.tile--post::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tile--case-study:hover::after,
.tile--post:hover::after {
  width: 100%;
}
.tile--case-study:hover .tile__icons__icon,
.tile--post:hover .tile__icons__icon {
  background-color: #000;
  color: #fff;
}
.tile--case-study:hover .tile__heading .linkline,
.tile--post:hover .tile__heading .linkline {
  background-position: left 0 bottom 2px;
}
.tile--case-study .tile__icons,
.tile--post .tile__icons {
  z-index: 1;
}
.tile--case-study .tile__icons__icon,
.tile--post .tile__icons__icon {
  width: 2rem;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tile--case-study .tile__icons__icon:not(:first-child),
.tile--post .tile__icons__icon:not(:first-child) {
  margin-left: 2px;
}
.tile--case-study .tile__icons__icon + .tile__categories,
.tile--post .tile__icons__icon + .tile__categories {
  margin-left: 1rem;
}
.single .tile--case-study .tile__icons,
.single .tile--post .tile__icons {
  width: 100%;
}
.tile--case-study .tile__link,
.tile--post .tile__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.tile--case-study .tile__meta,
.tile--post .tile__meta {
  padding: 0.74em 0;
}
.tile--case-study .tile__heading,
.tile--post .tile__heading {
  padding-right: 1em;
  margin-bottom: 2em;
}
.tile--case-study .tile__heading .linkline,
.tile--post .tile__heading .linkline {
  background-size: 200% 2px;
  background-position: left 100% bottom 2px;
  background-image: none;
}
@media only screen and (min-width: 550px) {
  .tile--case-study .tile__heading .linkline,
  .tile--post .tile__heading .linkline {
    background-image: -webkit-linear-gradient(left, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(90deg, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  }
}
.tile--case-study .tile__categories,
.tile--post .tile__categories {
  padding: 0 1em 0 0;
  margin-top: 5px;
}
.tile--case-study .tile__date,
.tile--post .tile__date {
  text-align: right;
  margin-top: 5px;
}
.single .tile--case-study .tile__date,
.single .tile--post .tile__date {
  margin-top: 1.35rem;
}
.tile--case-study .tile__author,
.tile--post .tile__author {
  margin-top: auto;
}
.tile--case-study .tile__author span,
.tile--post .tile__author span {
  margin-right: 0.35rem;
}
.tile--postlarge .tile__heading {
  height: 5.5em;
  overflow: hidden;
}
.tile--postlarge .tile__author {
  height: 2em;
  overflow: hidden;
}
.tile--person .tile__content {
  padding-right: 1em;
}
.tile--market,
.tile--service {
  position: relative;
  height: 100%;
  padding: 0 12% 0 0;
}
.tile--market::before,
.tile--service::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.tile--market::after,
.tile--service::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tile--market:hover::after,
.tile--service:hover::after {
  width: 100%;
}
.tile--market:hover .tile__cta__arrow,
.tile--service:hover .tile__cta__arrow {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.tile--market:hover .tile__heading__title .linkline,
.tile--service:hover .tile__heading__title .linkline {
  background-position: left 0 bottom 0.3vw;
}
.tile--market .tile__link,
.tile--service .tile__link {
  height: 100%;
}
.tile--market .tile__heading,
.tile--service .tile__heading {
  padding: 2rem 0;
}
.tile--market .tile__heading__label,
.tile--service .tile__heading__label {
  opacity: 0.5;
  margin-bottom: 1rem;
}
.tile--market .tile__heading__title .linkline,
.tile--service .tile__heading__title .linkline {
  background-size: 200% 0.2vw;
  background-position: left 100% bottom 0.3vw;
  background-image: -webkit-linear-gradient(left, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.tile--market .tile__cta,
.tile--service .tile__cta {
  margin-top: auto;
}
.tile--market .tile__cta__arrow,
.tile--service .tile__cta__arrow {
  width: 3.8rem;
  height: 3.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tile--market .tile__cta__heading,
.tile--service .tile__cta__heading {
  opacity: 0.5;
}
.tile--market .tile__cta__number,
.tile--service .tile__cta__number {
  opacity: 0.5;
}
.tile--market .tile__text,
.tile--service .tile__text {
  margin-bottom: 3em;
}
.tile--rss {
  position: relative;
  padding: 1em 0 0;
}
.tile--rss::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.tile--rss::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tile--rss .tile__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.tile--rss .tile__meta {
  padding: 0 0 0.5em 0;
}
.tile--rss .tile__meta i {
  padding: 0.25em;
  background-color: rgba(0, 0, 0, 0.1);
}
.tile--rss:hover::after {
  width: 100%;
}
.tile--rss:hover .tile__heading .linkline {
  background-position: left 0 bottom 2px;
}
.paging--default {
  position: relative;
}
@media only screen and (min-width: 700px) {
  .paging--default {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    border-top: solid 1px rgba(0, 0, 0, 0.3);
  }
}
.paging--default .paging__numbers {
  display: none;
}
@media only screen and (min-width: 700px) {
  .paging--default .paging__numbers {
    display: block;
  }
}
.paging--default .paging__numbers a,
.paging--default .paging__numbers span {
  padding: 1.5em;
  border: none;
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  min-width: 1.4em;
  text-align: center;
}
.paging--default .paging__numbers .current {
  color: #000;
  -webkit-text-stroke: 1px;
}
.paging--default .paging__nextprev {
  text-align: center;
  padding: 0.5em;
}
@media only screen and (min-width: 700px) {
  .paging--default .paging__nextprev {
    position: absolute;
    padding: 0;
    right: 0;
    top: 50%;
    margin-top: -1.7em;
  }
}
.paging--default .paging__nextprev .btn {
  margin: 0;
}
.paging--default .paging__nextprev .paging__link--next .btn {
  margin-left: 0.75em;
}
.paging--ajax {
  text-align: center;
}
.paging--ajax .btn {
  margin: 0;
  display: block;
}
.searchform .searchform__input {
  position: relative;
}
.searchform .searchform__input input {
  background: 0 0;
  padding-right: 4em;
  position: relative;
  z-index: 1;
}
.searchform .searchform__input .searchform__submit {
  padding: 1em 1.25em;
  border: none;
  position: absolute;
  height: 100%;
  z-index: 2;
  top: 1px;
  right: 1px;
  background: 0 0;
  text-align: center;
  color: #000;
}
.searchform .searchform__input .searchform__submit:hover {
  color: #d7ab76;
}
.image--carousel,
.row--carousel {
  margin-bottom: 0;
}
.image--carousel .owl-carousel .col,
.row--carousel .owl-carousel .col {
  width: 100%;
  margin-bottom: 0;
}
.image--carousel .owl-carousel .owl-stage-outer,
.row--carousel .owl-carousel .owl-stage-outer {
  will-change: height;
  overflow: visible;
}
.image--carousel .owl-carousel .owl-stage-outer .owl-stage,
.row--carousel .owl-carousel .owl-stage-outer .owl-stage {
  overflow: hidden;
  height: 100% !important;
}
.image--carousel .owl-carousel .owl-dots,
.image--carousel .owl-carousel .owl-nav,
.row--carousel .owl-carousel .owl-dots,
.row--carousel .owl-carousel .owl-nav {
  position: absolute;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  right: 0;
  margin-right: 0.5em;
}
@media only screen and (min-width: 550px) {
  .image--carousel .owl-carousel .owl-dots,
  .image--carousel .owl-carousel .owl-nav,
  .row--carousel .owl-carousel .owl-dots,
  .row--carousel .owl-carousel .owl-nav {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 700px) {
  .image--carousel .owl-carousel .owl-dots,
  .image--carousel .owl-carousel .owl-nav,
  .row--carousel .owl-carousel .owl-dots,
  .row--carousel .owl-carousel .owl-nav {
    margin-right: 0.75em;
  }
}
@media only screen and (min-width: 1000px) {
  .image--carousel .owl-carousel .owl-dots,
  .image--carousel .owl-carousel .owl-nav,
  .row--carousel .owl-carousel .owl-dots,
  .row--carousel .owl-carousel .owl-nav {
    margin-right: 0.75em;
  }
}
@media only screen and (min-width: 1200px) {
  .image--carousel .owl-carousel .owl-dots,
  .image--carousel .owl-carousel .owl-nav,
  .row--carousel .owl-carousel .owl-dots,
  .row--carousel .owl-carousel .owl-nav {
    margin-right: 0.75em;
  }
}
@media only screen and (min-width: 1400px) {
  .image--carousel .owl-carousel .owl-dots,
  .image--carousel .owl-carousel .owl-nav,
  .row--carousel .owl-carousel .owl-dots,
  .row--carousel .owl-carousel .owl-nav {
    margin-right: 0.75em;
  }
}
@media only screen and (min-width: 1600px) {
  .image--carousel .owl-carousel .owl-dots,
  .image--carousel .owl-carousel .owl-nav,
  .row--carousel .owl-carousel .owl-dots,
  .row--carousel .owl-carousel .owl-nav {
    margin-right: 0.75em;
  }
}
.image--carousel .owl-carousel .owl-nav,
.row--carousel .owl-carousel .owl-nav {
  top: -1.3rem;
}
@media only screen and (min-width: 1000px) {
  .image--carousel .owl-carousel .owl-nav,
  .row--carousel .owl-carousel .owl-nav {
    display: none;
  }
}
.image--carousel .owl-carousel .owl-nav .owl-next,
.image--carousel .owl-carousel .owl-nav .owl-prev,
.row--carousel .owl-carousel .owl-nav .owl-next,
.row--carousel .owl-carousel .owl-nav .owl-prev {
  position: relative;
  border-radius: 0;
  width: 48px;
  height: 48px;
  background-color: #000;
}
.image--carousel .owl-carousel .owl-nav .owl-next i,
.image--carousel .owl-carousel .owl-nav .owl-prev i,
.row--carousel .owl-carousel .owl-nav .owl-next i,
.row--carousel .owl-carousel .owl-nav .owl-prev i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.image--carousel .owl-carousel .owl-nav .owl-next:focus,
.image--carousel .owl-carousel .owl-nav .owl-prev:focus,
.row--carousel .owl-carousel .owl-nav .owl-next:focus,
.row--carousel .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}
.image--carousel .owl-carousel .owl-nav .owl-next.disabled,
.image--carousel .owl-carousel .owl-nav .owl-prev.disabled,
.row--carousel .owl-carousel .owl-nav .owl-next.disabled,
.row--carousel .owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.2;
}
.image--carousel .owl-carousel .owl-nav .owl-prev,
.row--carousel .owl-carousel .owl-nav .owl-prev {
  margin-right: 0.5em;
}
.color-white .image--carousel .owl-carousel .owl-nav .owl-prev,
.color-white .row--carousel .owl-carousel .owl-nav .owl-prev {
  border-color: rgba(255, 255, 255, 0.3);
}
.image--carousel .owl-carousel .owl-dots,
.row--carousel .owl-carousel .owl-dots {
  top: -1.5rem;
}
@media only screen and (max-width: 999px) {
  .image--carousel .owl-carousel .owl-dots,
  .row--carousel .owl-carousel .owl-dots {
    display: none;
  }
}
.image--carousel .owl-carousel .owl-dots .owl-dot,
.row--carousel .owl-carousel .owl-dots .owl-dot {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.33);
  border-radius: 50%;
}
.image--carousel .owl-carousel .owl-dots .owl-dot:not(:first-child),
.row--carousel .owl-carousel .owl-dots .owl-dot:not(:first-child) {
  margin-left: 5px;
}
.image--carousel .owl-carousel .owl-dots .owl-dot.active,
.row--carousel .owl-carousel .owl-dots .owl-dot.active {
  background-color: #000;
  border-color: #000;
}
.color-white .image--carousel .owl-carousel .owl-dots .owl-dot,
.color-white .row--carousel .owl-carousel .owl-dots .owl-dot {
  border-color: rgba(255, 255, 255, 0.33);
}
.color-white .image--carousel .owl-carousel .owl-dots .owl-dot.active,
.color-white .row--carousel .owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
  border-color: #fff;
}
.image--carousel .owl-carousel[data-autoHeight="disable"] .owl-stage,
.row--carousel .owl-carousel[data-autoHeight="disable"] .owl-stage {
  position: relative;
}
@media only screen and (min-width: 700px) {
  .contactdetails .contactdetails__col {
    margin-top: 0;
  }
}
.contactdetails .contactdetails__col .contactdetails__item {
  margin-top: 3em;
}
.contactdetails .contactdetails__col .contactdetails__link {
  margin-top: 1em;
}
.contactdetails .contactdetails__row .col:first-child .contactdetails__col {
  margin-top: 0;
}
.contactdetails .contactdetails__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.notifications {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .notifications {
    display: block;
  }
}
.notifications__bd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.notifications__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
  margin-top: 2px;
}
.notifications__header__heading {
  white-space: nowrap;
  margin: 0;
  line-height: 1;
}
.marquee {
  margin: 0 auto;
  width: 100%;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.marquee__content {
  width: 300%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  -webkit-animation: marquee 150s linear infinite forwards;
  animation: marquee 150s linear infinite forwards;
}
.marquee__content:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.marquee__content .list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
}
.marquee__content .list-inline li {
  margin: 0 1em;
}
.marquee__content .list-inline li:hover a {
  background-position: 0 bottom;
}
.marquee__content .list-inline li a {
  background-image: -webkit-linear-gradient(left, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-size: 200% 1px;
  background-position: 100% bottom;
  background-repeat: no-repeat;
  -webkit-transition: background-position 450ms cubic-bezier(0.22, 1, 0.36, 1);
  transition: background-position 450ms cubic-bezier(0.22, 1, 0.36, 1);
}
.marquee__content .list-inline li a .date {
  margin-left: 0.5em;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6%);
    transform: translateX(-66.6%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6%);
    transform: translateX(-66.6%);
  }
}
.main--singlepost .col--sidebar {
  margin-top: 1.5em;
}
.main--singlepost .pageheader__sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (min-width: 1000px) {
  .main--singlepost .pageheader__sidebar {
    top: 6rem;
  }
}
.main--singlepost .pageheader__categories__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 1em;
  margin-bottom: 0.25em;
}
.main--singlepost .pageheader__categories__list li {
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  .main--singlepost .pageheader__categories__list li {
    margin-bottom: 0.5rem;
  }
}
.main--singlepost .pageheader__markets {
  margin-top: 2em;
}
.main--singlepost .pageheader__markets__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.main--singlepost .pageheader__markets__list li {
  margin-bottom: 1.5rem;
  line-height: 1;
}
.main--singlepost .pageheader__markets__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main--singlepost .pageheader__markets__list li a i {
  margin-right: 1.5rem;
  font-size: 20px;
}
.main--singlepost .pageheader__services {
  margin-top: 2em;
  line-height: 1;
}
.main--singlepost .pageheader__services__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.main--singlepost .pageheader__services__list li {
  margin-bottom: 1.5rem;
}
.main--singlepost .pageheader__services__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main--singlepost .pageheader__services__list li a i {
  margin-right: 1.5rem;
  font-size: 20px;
}
.main--singlepost .pageheader__related {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1000px) {
  .main--singlepost .pageheader__related {
    margin-top: 2em;
    line-height: 1;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: calc(0.5em * 2);
}
@media only screen and (min-width: 550px) {
  .grid {
    grid-gap: calc(0.5em * 2);
  }
}
@media only screen and (min-width: 700px) {
  .grid {
    grid-gap: calc(0.75em * 2);
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1000px) {
  .grid {
    grid-gap: calc(0.75em * 2);
  }
}
@media only screen and (min-width: 1200px) {
  .grid {
    grid-gap: calc(0.75em * 2);
  }
}
@media only screen and (min-width: 1400px) {
  .grid {
    grid-gap: calc(0.75em * 2);
  }
}
@media only screen and (min-width: 1600px) {
  .grid {
    grid-gap: calc(0.75em * 2);
  }
}
.grid--post .col {
  padding: 0 !important;
}
@media only screen and (min-width: 700px) {
  .grid--post .col:nth-child(5n-1) {
    grid-column: span 2;
  }
}
.grid--case-studies .col {
  padding: 0 !important;
}
@media only screen and (min-width: 700px) {
  .grid--case-studies .col:nth-child(10n-4),
  .grid--case-studies .col:nth-child(10n-8) {
    grid-column: span 2;
  }
}
.filters__clearall {
  margin-bottom: 0.25rem;
}
.filters__clearall span {
  -webkit-text-stroke: 0.8px;
}
.filters__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 0 0.7em;
  margin-bottom: 2em;
}
.filters__heading__dropdownarrow {
  padding: 0 0.75rem;
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  .filters__heading__dropdownarrow {
    opacity: 0;
  }
}
.filters__heading__dropdownarrow i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filters__heading.active .filters__heading__dropdownarrow i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.filters__dropdown {
  max-height: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
@media only screen and (min-width: 1000px) {
  .filters__dropdown {
    max-height: none !important;
    overflow: initial !important;
  }
}
.filters__fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
.filters__fieldset__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  padding-bottom: 0.7em;
  margin-bottom: 1.5em;
}
.filters__fieldset__heading--none {
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-bottom: none;
  display: none;
  padding-bottom: 0.9em;
}
@media only screen and (min-width: 1000px) {
  .filters__fieldset__heading--none {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.filters__fieldset__field {
  display: block;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.filters__fieldset__field input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.filters__fieldset__field__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.filters__fieldset__field__label i {
  margin-right: 1.5rem;
  font-size: 20px;
  width: 20px;
}
@media only screen and (max-width: 999px) {
  .filters__fieldset__field__label {
    padding: 0.5em 0;
  }
}
.filters__fieldset__field__label__name {
  background-image: -webkit-linear-gradient(left, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-size: 200% 1px;
  background-position: 100% bottom;
  background-repeat: no-repeat;
  -webkit-transition: background-position 250ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-position 250ms cubic-bezier(0.33, 1, 0.68, 1);
}
.filters__fieldset__field__label__name--active,
.filters__fieldset__field__label__name:hover {
  -webkit-text-stroke: 0.8px;
  background-position: 0 bottom;
}
.filters__fieldset__field__label__name .linkline {
  background-size: 200% 0;
}
.filters__fieldset--case-study-category,
.filters__fieldset--category {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .filters__fieldset--case-study-category,
  .filters__fieldset--category {
    margin-top: -1em;
  }
}
.filters__fieldset--case-study-category .filters__fieldset__fields,
.filters__fieldset--category .filters__fieldset__fields {
  margin-bottom: 2rem;
}
.filters__fieldset--case-study-category .filters__fieldset__fields .filters__fieldset__field,
.filters__fieldset--category .filters__fieldset__fields .filters__fieldset__field {
  margin-bottom: 0.5rem;
}
.filters__fieldset--case-study-category .filters__fieldset__heading,
.filters__fieldset--category .filters__fieldset__heading {
  border-bottom: none;
  display: block;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 1.5em;
  text-transform: capitalize;
  font-weight: 600;
}
.filters__fieldset--case-study-category .filters__fieldset__heading span,
.filters__fieldset--category .filters__fieldset__heading span {
  opacity: 1;
}
.filters-pin {
  scroll-margin-top: 6rem;
}
.loadmore-container {
  -webkit-transition: opacity 150ms cubic-bezier(0.64, 0, 0.78, 0);
  transition: opacity 150ms cubic-bezier(0.64, 0, 0.78, 0);
}
.loadmore-container.filtering {
  opacity: 0.15;
  -webkit-transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.cky-revisit-bottom-left {
  bottom: 15px;
  left: initial !important;
  right: 15px !important;
}
.cky-title {
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  font-size: 12px !important;
}
@media only screen and (min-width: 1000px) {
  .cky-title {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .cky-title {
    font-size: 14px !important;
    margin-bottom: -0.9rem !important;
  }
}
.cky-btn-revisit-wrapper {
  background-color: #000 !important;
}
.cky-btn-revisit-wrapper::after {
  display: none;
}
.cky-btn-revisit-wrapper::before {
  display: none;
}
.cky-btn {
  cursor: pointer;
  border-radius: 5px !important;
  padding: 1em 1em !important;
  font-weight: 600 !important;
  border: 2px solid #000 !important;
  background-size: 211% 100% !important;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #000 50%) !important;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%) !important;
  background-position: right -2px bottom -2px !important;
  -webkit-transition: color 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s,
    background-position 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s, border-color 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s !important;
  transition: color 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s, background-position 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s,
    border-color 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s !important;
  color: #fff !important;
  line-height: 1 !important;
  background-color: unset !important;
}
.cky-btn:hover {
  background-position: left bottom !important;
  color: #000 !important;
  opacity: 1 !important;
}
.cky-btn::after {
  display: none !important;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.mediavideo {
  background-color: rgba(0, 0, 0, 0.15);
}
.color-white .mediavideo {
  background-color: rgba(255, 255, 255, 0.15);
}
.mediavideo .plyr {
  overflow: visible;
  background: 0 0;
}
.mediavideo .plyr iframe {
  margin-top: -1px;
}
.mediavideo .plyr .plyr__controls {
  padding: 0 !important;
}
.mediavideo .plyr .plyr__controls:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8rem;
  bottom: 3px;
  pointer-events: none;
}
.mediavideo .plyr .plyr__controls .plyr__controls__item {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.15rem;
  height: 3.3rem;
  line-height: 1rem;
  color: #000;
}
.mediavideo .plyr .plyr__controls .plyr__controls__item.plyr__tab-focus,
.mediavideo .plyr .plyr__controls .plyr__controls__item:hover,
.mediavideo .plyr .plyr__controls .plyr__controls__item[aria-expanded="true"] {
  background: 0 0;
}
.mediavideo .plyr .plyr__controls .plyr__controls__item.plyr__time {
  left: auto;
  right: 3.5em;
  font-size: 70%;
  font-weight: 600;
}
.mediavideo .plyr .plyr__controls .plyr__controls__item.plyr__volume {
  left: auto;
  right: 0;
  width: auto;
  min-width: 32px;
}
.mediavideo .plyr .plyr__controls .plyr__controls__item.plyr__volume .plyr__control {
  padding: 0 !important;
  background: 0 0 !important;
}
.mediavideo .plyr .plyr__controls .plyr__progress {
  left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
}
.mediavideo .plyr .plyr__controls .plyr__progress__buffer {
  background: 0 0 !important;
}
.mediavideo .plyr .plyr__controls .plyr__progress__container {
  padding: 0 !important;
  margin: 0 !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}
.mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress {
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  height: 3px;
}
.mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress .plyr__progress__buffer {
  display: none;
}
.mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"] {
  color: #000 !important;
  border-radius: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.mediavideo
  .plyr
  .plyr__controls
  .plyr__progress__container
  .plyr__progress
  input[type="range"]::-webkit-slider-runnable-track {
  border-radius: 0;
}
.mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 0;
  height: 5px;
  width: 2px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: 0 0 0 #000;
  border: 0 solid #000;
}
.mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  border-radius: 0;
  height: 5px;
  width: 2px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: 0 0 0 #000;
  border: 0 solid #000;
}
.mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  border-radius: 0;
  height: 5px;
  width: 2px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: 0 0 0 #000;
  border: 0 solid #000;
}
.mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"]::-ms-track {
  border-radius: 0;
}
.mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"]::-ms-fill-lower {
  border-radius: 0;
}
.mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"]::-ms-fill-upper {
  border-radius: 0;
}
.mediavideo .mediavideo__video.no-plyr {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.mediavideo .mediavideo__video.no-plyr iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.siteheader {
  background: inherit;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.logged-in .siteheader {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .logged-in .siteheader {
    top: 46px;
  }
}
.siteheader--padder {
  position: relative;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.siteheader .siteheader__wrap {
  height: 4rem;
}
@media only screen and (min-width: 550px) {
  .siteheader .siteheader__wrap {
    height: 4rem;
  }
}
@media only screen and (min-width: 700px) {
  .siteheader .siteheader__wrap {
    height: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .siteheader .siteheader__wrap {
    height: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .siteheader .siteheader__wrap {
    height: 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .siteheader .siteheader__wrap {
    height: 5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .siteheader .siteheader__wrap {
    height: 5rem;
  }
}
.siteheader .siteheader__wrap .siteheader__bd {
  height: 100%;
}
.siteheader .siteheader__wrap .siteheader__logo {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1em;
}
.siteheader .siteheader__wrap .siteheader__logo .siteheader__logo__img {
  width: 100%;
  height: 1em;
  display: block;
  background-image: url(img/framework/logo.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.siteheader .siteheader__wrap .siteheader__mobtools {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (min-width: 1000px) {
  .siteheader .siteheader__wrap .siteheader__mobtools {
    display: none;
  }
}
.siteheader .siteheader__wrap .sitenav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
@media only screen and (min-width: 1000px) {
  .siteheader .siteheader__wrap .sitenav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.siteheader .siteheader__wrap .sitenav .inlinenavlist {
  margin: 0;
  position: relative;
}
.siteheader .siteheader__wrap .sitenav .sitenav__item {
  position: relative;
}
.siteheader .siteheader__wrap .sitenav .sitenav__item .sitenav__link {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5em 0;
  margin: 0 1em;
}
.siteheader .siteheader__wrap .sitenav .sitenav__item .sitenav__item__dropdown {
  opacity: 0;
  display: none;
  pointer-events: none;
  text-align: center;
  position: absolute;
  width: 14rem;
  left: 50%;
  margin-left: -7rem;
  background-color: #fff;
  box-shadow: 60px 40px 120px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s,
    -webkit-transform 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: opacity 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s, -webkit-transform 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s, opacity 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s, opacity 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s,
    -webkit-transform 450ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -webkit-transform: perspective(1000px) rotateX(20deg);
  transform: perspective(1000px) rotateX(20deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.siteheader .siteheader__wrap .sitenav .sitenav__item .sitenav__item__dropdown .dropdown__list {
  list-style: none;
  padding: 1em;
  margin: 0;
}
.siteheader .siteheader__wrap .sitenav .sitenav__item .sitenav__item__dropdown .dropdown__list li {
  display: block;
}
.siteheader .siteheader__wrap .sitenav .sitenav__item .sitenav__item__dropdown .dropdown__list li .dropdown__link {
  padding: 0.5em;
  margin: 0;
}
.siteheader
  .siteheader__wrap
  .sitenav
  .sitenav__item
  .sitenav__item__dropdown
  .dropdown__list
  li
  .dropdown__link:hover {
  color: #d7ab76;
}
.siteheader .siteheader__wrap .sitenav .sitenav__item:hover .sitenav__item__dropdown {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: perspective(1000px) rotateX(0);
  transform: perspective(1000px) rotateX(0);
}
.siteheader .siteheader__wrap .sitenav__btn {
  margin-right: 0;
}
.siteheader .siteheader__wrap .sitenav__secondary {
  padding: 0.2em 0;
  border-left: 2px solid #000;
  margin-left: 1em !important;
  padding-left: 1em;
}
.siteheader .siteheader__wrap .sitenav__secondary .sitenav__item:last-of-type .sitenav__link {
  margin-right: 0;
}
.siteheader .siteheader__wrap .sitenav--right {
  right: 0;
}
.siteheader .sitenav__dropdown {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media only screen and (min-width: 1000px) {
  .siteheader .sitenav__dropdown {
    border-bottom: 2px solid #000;
  }
}
.siteheader .sitenav__dropdown .sitenavsection {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.siteheader .sitenav__dropdown .sitenavsection--active {
  opacity: 1;
  pointer-events: all;
}
.siteheader .sitenav__dropdown .sitenavsection--active .sitenavsection__inner {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (min-width: 1000px) {
  .siteheader .sitenav__dropdown .sitenavsection__content {
    padding-right: 1.5em;
    max-width: 17em;
  }
}
.siteheader .sitenav__dropdown .sitenavsection__inner {
  padding: 1em 0 4em;
  opacity: 0;
  -webkit-transition: opacity 0s ease-in-out;
  transition: opacity 0s ease-in-out;
}
.siteheader .sitenav__dropdown .sitenavsection__submenu {
  margin: 0;
  list-style: none;
}
.siteheader .sitenav__dropdown .sitenavsection__submenu li a {
  margin: 0 0.5em 0.25em 0;
  line-height: 1.1;
  display: inline-block;
}
@media only screen and (min-width: 1000px) {
  .siteheader .sitenav__dropdown .sitenavsection__submenu--2col {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
.mobnav {
  position: relative;
  width: 100vw;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3) inset;
  -webkit-transition: height 150ms cubic-bezier(0.83, 0, 0.17, 1);
  transition: height 150ms cubic-bezier(0.83, 0, 0.17, 1);
}
@media only screen and (min-width: 1000px) {
  .mobnav {
    display: none;
  }
}
.mobnav .sitenav {
  margin-bottom: 0;
}
.mobnav .sitenav ul {
  margin: 0;
}
.mobnav .sitenav .sitenav__item {
  display: block;
  border-top: solid 1px #000;
}
.mobnav .sitenav .sitenav__item:last-child {
  border-bottom: solid 1px #000;
}
.mobnav .sitenav .sitenav__item .sitenav__link {
  display: block;
  padding: 1.25rem 7.14%;
  margin: 0;
}
.mobnav .sitenav .sitenav__item .sitenav__btn {
  margin: 1.25rem 0;
  text-align: center;
  display: block;
}
.mobnav .sitenav .sitenav__item--hasdropdown {
  position: relative;
}
.mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdownarrow {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.25rem 7.14% 1.25rem 2rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: -webkit-transform 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: transform 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: transform 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s,
    -webkit-transform 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdownarrow:after {
  content: "\f107";
  color: #000;
  font-family: "Font Awesome 6 Pro";
  font-weight: 200;
  position: relative;
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: -webkit-transform 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: transform 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: transform 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s,
    -webkit-transform 150ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
  display: inline-block;
}
.mobnav .sitenav .sitenav__item--hasdropdown .sitenav__link {
  position: relative;
}
.mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdown {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdown .dropdown__list {
  margin: 0 0 1.25em 0;
}
.mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdown .dropdown__list li {
  display: block;
}
.mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdown .dropdown__list li .dropdown__link {
  margin: 0;
  padding: 0.5em 7.14% 0.5em;
  display: block;
}
.mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__dropdown .dropdown__list li .dropdown__link:first-child {
  padding-top: 0;
}
.mobnav .sitenav .sitenav__item--hasdropdown .sitenav__item__leader {
  padding: 0 7.14%;
}
.mobnav .sitenav .sitenav__item--hasdropdown.sitenav__item--open .sitenav__item__dropdownarrow:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mobnav .mobnav__search {
  margin-top: 3rem;
}
.mobnavopen .mobnav-toggle .fa-bars:before {
  content: "\f00d";
}
.siteheader__search {
  position: absolute;
  width: 100%;
  top: calc(100% + 1px);
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  display: none;
}
@media only screen and (min-width: 1000px) {
  .siteheader__search {
    display: block;
  }
}
.siteheader__search--open {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 150ms cubic-bezier(0.83, 0, 0.17, 1);
  transition: opacity 150ms cubic-bezier(0.83, 0, 0.17, 1);
}
.target,
.target-right {
  position: absolute;
  border-bottom: 2px solid #000;
  z-index: -1;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  opacity: 0;
  display: none;
}
.logged-in .target,
.logged-in .target-right {
  margin-top: -32px;
}
@media screen and (max-width: 782px) {
  .logged-in .target,
  .logged-in .target-right {
    margin-top: 46px;
  }
}
@media only screen and (min-width: 1000px) {
  .target,
  .target-right {
    display: block;
  }
}
.sitefooter {
  text-align: left;
}
.sitefooter .sitefooter__logo img {
  width: 100%;
}
.sitefooter .sitefooter__footer {
  padding: 2em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__footer {
    padding: 1em 0;
  }
}
.sitefooter .sitefooter__address {
  margin-left: 1em;
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__address {
    margin-left: 0;
  }
}
.sitefooter .sitefooter__nav {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .sitefooter .sitefooter__nav {
    text-align: left;
  }
}
@media only screen and (max-width: 549px) {
  .sitefooter .sitefooter__nav .sitefooter__link {
    font-size: 12px;
    margin: 0 1em;
  }
}
.sitefooter .sitefooter__nav .sitefooter__link--sociallink {
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .sitefooter .sitefooter__nav .sitefooter__link--sociallink {
    display: none;
  }
}
.sitefooter .sitefooter__socialnav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .sitefooter .sitefooter__socialnav {
    margin-top: 0;
    text-align: right;
    display: block;
  }
}
.sitefooter .sitefooter__copyright {
  text-align: left;
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__copyright {
    text-align: right;
  }
}
@media only screen and (max-width: 699px) {
  .sitefooter .sitefooter__cta {
    padding: 2.5rem 0;
  }
}
.sitefooter .sitefooter__cta__text {
  margin: 0 auto 2rem;
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__cta__text {
    margin: 0 29% 0 0;
  }
}
.sitefooter .sitefooter__list {
  margin-bottom: 2em;
}
.sitefooter .sitefooter__top-nav {
  margin: 0;
}
.sitefooter .sitefooter__top-nav li {
  display: block;
}
.sitefooter .sitefooter__top-nav li a {
  margin: 0 0.5em 0 0;
}
.sitefooter .sitefooter__top-nav li a .linkline {
  background-size: 200% 1px;
  background-position: left 100% bottom 3px;
}
.sitefooter .sitefooter__top-nav li a:hover .linkline {
  background-size: 200% 1px;
  background-position: left 0 bottom 3px;
}
.sitefooter .sitefooter__top-nav + .sitefooter__top-nav-button {
  margin-bottom: 2.75rem;
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__top-nav + .sitefooter__top-nav-button {
    margin-bottom: 0;
  }
}
.sitefooter .sitefooter__credits li {
  margin: 0 0.75em 0.5em;
  display: block;
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__credits li {
    display: inline-block;
    margin: 0 0.75em;
  }
}
.sitefooter .sitefooter__body__map {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__body__map {
    padding-bottom: 2em;
  }
}
.sitefooter .sitefooter__top-nav-button {
  margin: 1.5em 0 0;
}
.sitefooter .sitefooter__sitemap {
  padding: 1em 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__sitemap {
    display: none;
  }
}
.sitefooter .sitefooter__sitemap.active i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.sitefooter .sitefooter__sitemap__dropdownarrow {
  padding: 0 0.75rem;
}
.sitefooter .sitefooter__sitemap__dropdownarrow i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sitefooter .sitefooter__dropdown {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__dropdown {
    max-height: none;
  }
}
.sitefooter .sitefooter__dropdown > div:first-child {
  margin-top: 2rem;
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__dropdown > div:first-child {
    margin-top: 0;
  }
}
.textcontent .textcontent__preheading {
  margin-bottom: 0.5em;
}
.textcontent .textcontent__cta {
  margin-top: 1.5em;
}
.textcontent .textcontent__list {
  margin-top: 1.5em;
}
@media only screen and (min-width: 1000px) {
  .module--left .textcontent {
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .module--left .textcontent {
    padding: 0 0 0 35%;
  }
}
.module--bg + .module--bg,
.module--fullwidth + .module--fullwidth,
.pageheader--bg + .module--bg {
  margin-top: -3.5rem;
}
@media only screen and (min-width: 550px) {
  .module--bg + .module--bg,
  .module--fullwidth + .module--fullwidth,
  .pageheader--bg + .module--bg {
    margin-top: -4rem;
  }
}
@media only screen and (min-width: 700px) {
  .module--bg + .module--bg,
  .module--fullwidth + .module--fullwidth,
  .pageheader--bg + .module--bg {
    margin-top: -5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .module--bg + .module--bg,
  .module--fullwidth + .module--fullwidth,
  .pageheader--bg + .module--bg {
    margin-top: -6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .module--bg + .module--bg,
  .module--fullwidth + .module--fullwidth,
  .pageheader--bg + .module--bg {
    margin-top: -7rem;
  }
}
.bg-gold + .bg-gold {
  padding-top: 0;
}
.bg-granite-grey + .bg-granite-grey {
  padding-top: 0;
}
.bg-roman-red + .bg-roman-red {
  padding-top: 0;
}
.bg-mustard-yellow + .bg-mustard-yellow {
  padding-top: 0;
}
.bg-boston-blue + .bg-boston-blue {
  padding-top: 0;
}
.bg-white + .bg-white {
  padding-top: 0;
}
.bg-black + .bg-black {
  padding-top: 0;
}
.bg-grey + .bg-grey {
  padding-top: 0;
}
.main .module--bg:last-child {
  margin-bottom: 0;
}
.module--featured .featured__header .featured__header__heading {
  margin-bottom: 0;
}
.module--featured .featured__header .featured__header__leader {
  margin-bottom: 0;
  margin-top: 0.5em;
}
.module--featured--carousel .featured__header,
.module--featured--grid .featured__header {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.module--featured--carousel .featured__leader,
.module--featured--grid .featured__leader {
  padding-right: 1em;
}
.module--featured--carousel {
  overflow: hidden;
}
.module--featured--carousel .featured__header {
  min-height: 3.5rem;
  box-sizing: border-box;
  padding-right: calc((48px * 2) + 1em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.module--featured--carousel .featured__header .carousel__nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 700px) {
  .module--featured--single .featured__header {
    padding-right: 1.5em;
  }
}
.module--featured--single .featured__header .featured__header__heading {
  margin-bottom: 0.5em;
}
.module--featured--single .featured__header .featured__header__leader {
  margin-top: 0;
}
.module--featured--single .featured__header .btn {
  margin: 1.5em 0 0 0;
}
@media only screen and (min-width: 700px) {
  .module--featured--people .people {
    margin-right: 7.5%;
  }
}
@media only screen and (min-width: 700px) {
  .module--featured--people .col:nth-child(odd) .tile.tile--person-large .tile__profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.module--featured--people .tile--person {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module--featured--people .tile--person .mediaimg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module--featured--people .tile--person .mediaimg__img {
  padding-top: 138%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.module--featured--people .tile--person .tile__name .linkline {
  background-position: left 100% bottom 3px;
  background-image: -webkit-linear-gradient(left, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.module--featured--people .tile--person .tile__role {
  margin-bottom: 0.5em;
}
.module--featured--people .tile--person:hover .mediaimg {
  background-color: #fff;
}
.module--featured--people .tile--person:hover .linkline {
  background-position: left 0 bottom 3px;
}
.module--featured--people .tile--person-large {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 700px) {
  .module--featured--people .tile--person-large {
    margin-bottom: 1rem;
  }
}
.module--featured--people .tile--person-large:hover .mediaimg {
  background-color: #fff;
}
.module--featured--people .tile--person-large:hover .linkline {
  background-position: left 0 bottom 0.5rem !important;
}
@media only screen and (min-width: 550px) {
  .module--featured--people .tile--person-large:hover .linkline {
    background-position: left 0 bottom 0.6rem !important;
  }
}
@media only screen and (min-width: 700px) {
  .module--featured--people .tile--person-large:hover .linkline {
    background-position: left 0 bottom 0.7rem !important;
  }
}
@media only screen and (min-width: 1000px) {
  .module--featured--people .tile--person-large:hover .linkline {
    background-position: left 0 bottom 0.9rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .module--featured--people .tile--person-large:hover .linkline {
    background-position: left 0 bottom 1.2rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .module--featured--people .tile--person-large:hover .linkline {
    background-position: left 0 bottom 1.6rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .module--featured--people .tile--person-large:hover .linkline {
    background-position: left 0 bottom 2rem !important;
  }
}
@media only screen and (min-width: 1800px) {
  .module--featured--people .tile--person-large:hover .linkline {
    background-position: left 0 bottom 2.4rem !important;
  }
}
.module--featured--people .tile--person-large .tile__profile {
  gap: 1rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .module--featured--people .tile--person-large .tile__profile {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .module--featured--people .tile--person-large .tile__profile {
    gap: 1.5rem;
  }
}
.module--featured--people .tile--person-large .tile__profile__img {
  height: 200px;
  width: 164px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module--featured--people .tile--person-large .tile__profile__img img {
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media only screen and (min-width: 700px) {
  .module--featured--people .tile--person-large .tile__profile__img {
    width: 110px;
    margin-top: -0.4rem;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .module--featured--people .tile--person-large .tile__profile__img img {
    height: calc(100%);
  }
}
@media only screen and (min-width: 1000px) {
  .module--featured--people .tile--person-large .tile__profile__img {
    width: 125px;
    margin-top: -0.6rem;
  }
  .module--featured--people .tile--person-large .tile__profile__img img {
    height: calc(100%);
  }
}
@media only screen and (min-width: 1200px) {
  .module--featured--people .tile--person-large .tile__profile__img {
    width: 130px;
    margin-top: -0.6rem;
  }
  .module--featured--people .tile--person-large .tile__profile__img img {
    height: calc(100%);
  }
}
@media only screen and (min-width: 1400px) {
  .module--featured--people .tile--person-large .tile__profile__img {
    width: 150px;
    margin-top: -0.6rem;
  }
  .module--featured--people .tile--person-large .tile__profile__img img {
    height: calc(100%);
  }
}
@media only screen and (min-width: 1600px) {
  .module--featured--people .tile--person-large .tile__profile__img {
    width: 190px;
    margin-top: -1rem;
  }
  .module--featured--people .tile--person-large .tile__profile__img img {
    height: calc(100%);
  }
}
@media only screen and (min-width: 1800px) {
  .module--featured--people .tile--person-large .tile__profile__img {
    width: 230px;
    margin-top: -1rem;
  }
  .module--featured--people .tile--person-large .tile__profile__img img {
    height: calc(100%);
  }
}
.module--featured--people .tile--person-large .tile__profile__name {
  width: 100%;
  line-height: 0.9;
}
@media only screen and (min-width: 700px) {
  .module--featured--people .tile--person-large .tile__profile__name {
    width: auto;
  }
}
.module--featured--people .tile--person-large .tile__profile__name .linkline {
  background-position: left 100% bottom 0.5rem;
  background-size: 200% 3px;
  background-image: -webkit-linear-gradient(left, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #000 0, #000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-width: 550px) {
  .module--featured--people .tile--person-large .tile__profile__name .linkline {
    background-position: left 100% bottom 0.6rem;
  }
}
@media only screen and (min-width: 700px) {
  .module--featured--people .tile--person-large .tile__profile__name .linkline {
    background-position: left 100% bottom 0.7rem;
  }
}
@media only screen and (min-width: 1000px) {
  .module--featured--people .tile--person-large .tile__profile__name .linkline {
    background-position: left 100% bottom 0.9rem;
  }
}
@media only screen and (min-width: 1200px) {
  .module--featured--people .tile--person-large .tile__profile__name .linkline {
    background-position: left 100% bottom 1.2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .module--featured--people .tile--person-large .tile__profile__name .linkline {
    background-position: left 100% bottom 1.6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .module--featured--people .tile--person-large .tile__profile__name .linkline {
    background-position: left 100% bottom 2rem;
  }
}
@media only screen and (min-width: 1800px) {
  .module--featured--people .tile--person-large .tile__profile__name .linkline {
    background-position: left 100% bottom 2.4rem;
  }
}
.module--featured--people .tile--person-large .tile__role {
  margin-bottom: 0.7em;
}
.module--featured--posts .featured-posts__grid {
  display: grid;
  grid-gap: 1.5em;
}
@media only screen and (min-width: 1000px) {
  .module--featured--posts .featured-posts__grid {
    margin-right: 10.5%;
  }
}
.module--featured--posts .featured-posts__grid--1 {
  grid-template-columns: repeat(1, 1fr);
}
.module--featured--posts .featured-posts__grid--2 {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 1000px) {
  .module--featured--posts .featured-posts__grid--2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.module--featured--posts .featured-posts__grid--2 .tile:first-child {
  grid-row: 1/2;
  grid-column: 1/3;
}
.module--featured--posts .featured-posts__grid--3 {
  grid-template-columns: repeat(1, 1fr);
  margin-right: 10.5%;
}
@media only screen and (min-width: 1000px) {
  .module--featured--posts .featured-posts__grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.color-white .module--featured.module--featured--carousel .featured__header,
.color-white .module--featured.module--featured--grid .featured__header,
.module--featured.color-white.module--featured--carousel .featured__header,
.module--featured.color-white.module--featured--grid .featured__header {
  border-color: rgba(255, 255, 255, 0.3);
}
.module--line .line {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  height: 0;
}
.color-white .module--line .line,
.module--line.color-white .line {
  border-color: rgba(255, 255, 255, 0.3);
}
.module--line-heading .linethrough {
  position: relative;
  text-align: right;
  margin: 0;
}
.module--line-heading .linethrough:after {
  content: "";
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
}
.module--line-heading .linethrough span {
  position: relative;
  z-index: 2;
  background: #000;
  padding: 0.25em 0 0.2em;
  color: #fff;
  width: 13rem;
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .module--line-heading .linethrough span {
    width: 18rem;
  }
}
.module--section-heading .section-heading__pre_heading {
  margin-bottom: 0.5em;
}
.module--section-heading .section-heading__textarea {
  max-width: 25em;
  margin: 0 auto 1em auto;
}
@media only screen and (min-width: 700px) {
  .module--text-content-columns--1 .col--ex-pad {
    margin-right: 10%;
  }
}
@media only screen and (min-width: 700px) {
  .module--text-content-columns .text-content-columns__heading {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 700px) {
  .module--text-content-columns .text-content-columns__heading--rotate {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin: 0;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: inherit;
    text-orientation: inherit;
    text-align: right;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 700px) {
  .module--text-content-columns .text-content-columns__heading--rotate span:not(:last-of-type) {
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .module--text-content-media .text-content-media__col--media {
    margin-bottom: 0;
  }
}
.module--text-content-media .text-content-media__col--media .mediaimg,
.module--text-content-media .text-content-media__col--media .mediavideo {
  box-shadow: 60px 40px 120px rgba(0, 0, 0, 0.15);
}
.module--text-content-media .textcontent__heading {
  margin-bottom: 0.5em;
}
.module--text-content-media.module--left .component--image,
.module--text-content-media.module--left .component--video {
  margin: 0;
}
@media only screen and (min-width: 1000px) {
  .module--text-content-media.module--right .component--image,
  .module--text-content-media.module--right .component--video {
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .module--text-content-media.module--right .component--image,
  .module--text-content-media.module--right .component--video {
    padding: 0 0 0 30%;
  }
}
@media only screen and (min-width: 1000px) {
  .module--text-content-accordion .text-content-accordion__col--text {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .module--text-content-accordion .text-content-accordion__col--accordion .accordion {
    margin: 0 17% 0 0;
  }
}
.module--text-content-accordion .text-content-accordion__col--accordion .accordion .accordion__item {
  display: block;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.module--text-content-accordion
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__question {
  margin: 0;
  border-top: none;
  padding: 1.5rem 4em 1.5rem 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module--text-content-accordion
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__question:hover {
  opacity: 0.5;
}
.module--text-content-accordion
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__question
  .accordion__icon {
  position: absolute;
  top: 1.55rem;
  right: 1em;
  display: block;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  padding: 0 1.2rem;
}
.module--text-content-accordion .text-content-accordion__col--accordion .accordion .accordion__item .accordion__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.module--text-content-accordion
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__answer
  .inner {
  margin: 0;
  padding: 0 1.5em 2rem 0;
}
@media only screen and (min-width: 1000px) {
  .module--text-content-accordion
    .text-content-accordion__col--accordion
    .accordion
    .accordion__item
    .accordion__answer
    .inner {
    padding-right: 3em;
  }
}
.module--text-content-accordion
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__answer
  .inner
  .btn {
  margin: 0.5em 0 0 0;
}
.module--text-content-accordion
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item--open
  .accordion__question
  .accordion__icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.color-white .module--text-content-accordion .text-content-accordion__col--accordion .accordion .accordion__item,
.module--text-content-accordion.color-white .text-content-accordion__col--accordion .accordion .accordion__item {
  border-color: rgba(255, 255, 255, 0.3);
}
.color-white
  .module--text-content-accordion
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__icon,
.module--text-content-accordion.color-white
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__icon {
  color: #fff;
}
.module--text-content-accordion.accent-gold
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__question
  .accordion__icon {
  color: #d7ab76;
}
.module--text-content-accordion.accent-granite-grey
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__question
  .accordion__icon {
  color: #d9d9d9;
}
.module--text-content-accordion.accent-roman-red
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__question
  .accordion__icon {
  color: #db5850;
}
.module--text-content-accordion.accent-mustard-yellow
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__question
  .accordion__icon {
  color: #e0c069;
}
.module--text-content-accordion.accent-boston-blue
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__question
  .accordion__icon {
  color: #459eb1;
}
.module--text-content-accordion.accent-white
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__question
  .accordion__icon {
  color: #fff;
}
.module--text-content-accordion.accent-black
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__question
  .accordion__icon {
  color: #000;
}
.module--text-content-accordion.accent-grey
  .text-content-accordion__col--accordion
  .accordion
  .accordion__item
  .accordion__question
  .accordion__icon {
  color: #888;
}
.module--quote {
  position: relative;
}
.module--quote .quote__content {
  position: relative;
}
@media only screen and (min-width: 700px) {
  .module--quote .quote__content {
    margin-right: 13%;
  }
}
.module--quote .quote__person {
  margin-top: 2em;
}
.module--quote .quote__person__img {
  border-radius: 50%;
  max-width: 5.625rem;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.module--quote .quote__person__img .mediaimg__img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  mix-blend-mode: multiply;
}
.module--quote .quote__person__cite {
  display: block;
  font-style: normal;
  margin-left: 2.5em;
}
.bg-gold .quote__person__img {
  background-color: #d7ab76;
}
.bg-granite-grey .quote__person__img {
  background-color: #d9d9d9;
}
.bg-roman-red .quote__person__img {
  background-color: #db5850;
}
.bg-mustard-yellow .quote__person__img {
  background-color: #e0c069;
}
.bg-boston-blue .quote__person__img {
  background-color: #459eb1;
}
.bg-white .quote__person__img {
  background-color: #fff;
}
.bg-black .quote__person__img {
  background-color: #000;
}
.bg-grey .quote__person__img {
  background-color: #888;
}
.module--cta {
  position: relative;
}
.module--cta .cta {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.module--cta .cta.cta--padding {
  margin: 0;
}
@media only screen and (min-width: 700px) {
  .module--cta .cta.cta--padding {
    margin: 0 8.6%;
  }
}
@media only screen and (min-width: 1000px) {
  .module--cta .cta.cta--padding {
    margin: 0 10.2%;
  }
}
@media only screen and (min-width: 1200px) {
  .module--cta .cta.cta--padding {
    margin: 0 8.5% 0 17%;
  }
}
.module--cta .cta__header {
  margin: 0.9em 0 0.5em;
}
.module--cta .cta__cta {
  margin-top: 1.5em;
}
.module--video .mediavideo {
  box-shadow: 60px 40px 120px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 700px) {
  .module--video .mediavideo {
    margin: 0 8.6%;
  }
}
@media only screen and (min-width: 1000px) {
  .module--video .mediavideo {
    margin: 0 20.5% 0 10.2%;
  }
}
@media only screen and (min-width: 1200px) {
  .module--video .mediavideo {
    margin: 0 25.5% 0 17%;
  }
}
.module--images .images__wrap {
  overflow: hidden;
  padding-top: calc(3.5rem + 10px + 4px);
}
@media only screen and (min-width: 1000px) {
  .module--images .images__wrap {
    padding-top: calc(1.5rem + 10px + 4px);
  }
}
.module--images .row--grid .col {
  margin-bottom: calc(0.5em * 3);
}
@media only screen and (min-width: 550px) {
  .module--images .row--grid .col {
    margin-bottom: calc(0.5em * 3);
  }
}
@media only screen and (min-width: 700px) {
  .module--images .row--grid .col {
    margin-bottom: calc(0.5em * 3);
  }
}
@media only screen and (min-width: 1000px) {
  .module--images .row--grid .col {
    margin-bottom: calc(0.5em * 3);
  }
}
@media only screen and (min-width: 1200px) {
  .module--images .row--grid .col {
    margin-bottom: calc(0.5em * 3);
  }
}
@media only screen and (min-width: 1400px) {
  .module--images .row--grid .col {
    margin-bottom: calc(0.5em * 3);
  }
}
@media only screen and (min-width: 1600px) {
  .module--images .row--grid .col {
    margin-bottom: calc(0.5em * 3);
  }
}
.module--images .row--grid .component--image .mediaimg__img {
  padding-top: 50%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.module--images .row--grid .component--image .mediaimg-caption {
  display: none;
}
.module--contact-details .contact-details__detail:not(:last-of-type) {
  margin-bottom: 3rem;
}
.module--contact-details .contact-details__detail__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
  padding-bottom: 0.75em;
}
.module--contact-details .contact-details__detail__link .linkline {
  background-size: 200% 0.3vw;
  background-position: left 100% bottom 0.3vw;
}
@media only screen and (min-width: 700px) {
  .module--contact-details .contact-details__detail__link .linkline {
    background-size: 200% 0.2vw;
  }
}
.module--contact-details .contact-details__detail__link:hover .linkline {
  background-size: 200% 0.3vw;
  background-position: left 0 bottom 0.3vw;
}
@media only screen and (min-width: 700px) {
  .module--contact-details .contact-details__detail__link:hover .linkline {
    background-size: 200% 0.2vw;
  }
}
.module--services-accordion .accordion__item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.module--services-accordion .accordion__item--open .accordion__question__icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.module--services-accordion .accordion__question {
  padding: 1.25em 0 1em;
  cursor: pointer;
}
.module--services-accordion .accordion__question__icon {
  margin-top: 10%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module--services-accordion .accordion__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module--services-accordion .accordion__answer .inner {
  margin-left: 9.45%;
  padding-bottom: 2rem;
}
.module--services-accordion .accordion__answer .inner__services {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.module--services-accordion .accordion__answer .module--featured--posts {
  margin: 4rem 0 1rem;
}
.module--rss-feed {
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 1200px) {
  .blog .module--rss-feed .col-xl-5-6 {
    width: 75%;
  }
}
.module--rss-feed .rss__loadmore {
  display: block;
  text-align: center;
}
.module--rss-feed .row--carousel .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.post-module--text-content-columns .text-content-columns__heading--rotate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 1000px) {
  .post-module--text-content-columns .text-content-columns__heading--rotate {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin: 0;
    left: 0;
    padding-bottom: 0.5rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: inherit;
    text-orientation: inherit;
    text-align: right;
    display: block;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .post-module--text-content-columns .text-content-columns__heading--rotate span:not(:last-of-type) {
    padding-bottom: 3rem;
  }
}
.post-module--text-content-columns .text-content-columns__heading--rotate span.counter {
  margin-right: 1rem;
}
@media only screen and (min-width: 1000px) {
  .post-module--text-content-columns .text-content-columns__heading--rotate span.counter {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    margin-right: 0;
  }
}
.post-module--text-content-columns .text-content-columns__heading--rotate span.counter::after {
  content: ".";
}
@media only screen and (min-width: 1000px) {
  .post-module--text-content-columns .text-content-columns__heading--rotate span.counter::after {
    content: "";
  }
}
@media only screen and (max-width: 549px) {
  .post-module--text-content-columns .text-content-columns__img {
    margin-top: 2em;
  }
}
.post-module--text-content-columns .text-content-columns__img .mediaimg__img {
  padding-top: 100%;
}
@media only screen and (min-width: 550px) {
  .post-module--text-content-columns .text-content-columns__img .mediaimg__img {
    padding-top: 150%;
  }
}
.post-module--video .mediavideo {
  box-shadow: 60px 40px 120px rgba(0, 0, 0, 0.15);
}
.post-module--quote {
  position: relative;
}
.post-module--quote .quote__content {
  position: relative;
}
.post-module--quote .quote__heading--rotate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 1000px) {
  .post-module--quote .quote__heading--rotate {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin: 0;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: inherit;
    text-orientation: inherit;
    text-align: right;
    padding-bottom: 0.5rem;
    display: block;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .post-module--quote .quote__heading--rotate span:not(:last-of-type) {
    padding-bottom: 3rem;
  }
}
.post-module--quote .quote__heading--rotate span.counter {
  margin-right: 1rem;
}
@media only screen and (min-width: 1000px) {
  .post-module--quote .quote__heading--rotate span.counter {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    margin-right: 0;
  }
}
.post-module--quote .quote__heading--rotate span.counter::after {
  content: ".";
}
@media only screen and (min-width: 1000px) {
  .post-module--quote .quote__heading--rotate span.counter::after {
    content: "";
  }
}
.post-module--quote .quote__person {
  margin-top: 2em;
}
.post-module--quote .quote__person__img {
  border-radius: 50%;
  max-width: 5.625rem;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.post-module--quote .quote__person__img .mediaimg__img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  mix-blend-mode: multiply;
}
.post-module--quote .quote__person__cite {
  display: block;
  font-style: normal;
  margin-left: 2.5em;
}
.bg-gold .quote__person__img {
  background-color: #d7ab76;
}
.bg-granite-grey .quote__person__img {
  background-color: #d9d9d9;
}
.bg-roman-red .quote__person__img {
  background-color: #db5850;
}
.bg-mustard-yellow .quote__person__img {
  background-color: #e0c069;
}
.bg-boston-blue .quote__person__img {
  background-color: #459eb1;
}
.bg-white .quote__person__img {
  background-color: #fff;
}
.bg-black .quote__person__img {
  background-color: #000;
}
.bg-grey .quote__person__img {
  background-color: #888;
}
.post-module--cta {
  position: relative;
}
.post-module--cta .cta {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.post-module--cta .cta__header {
  margin: 0.9em 0 0.5em;
}
.post-module--cta .cta__cta {
  margin-top: 1.5em;
}
.post-module--images .images__wrap {
  overflow: hidden;
  padding-top: calc(1.5rem + 10px + 4px);
}
.post-module--images--carousel > .images__wrap > .module__bd > .row {
  margin-left: 0 !important;
}
.post-module--images .row--carousel .owl-stage-outer {
  overflow: visible;
}
.post-module--images .row--carousel .owl-dots {
  left: 0.5em;
}
@media only screen and (min-width: 550px) {
  .post-module--images .row--carousel .owl-dots {
    left: 0.5em;
    right: initial;
  }
}
@media only screen and (min-width: 700px) {
  .post-module--images .row--carousel .owl-dots {
    left: 0.75em;
  }
}
@media only screen and (min-width: 1000px) {
  .post-module--images .row--carousel .owl-dots {
    left: 0.75em;
  }
}
@media only screen and (min-width: 1200px) {
  .post-module--images .row--carousel .owl-dots {
    left: 0.75em;
  }
}
@media only screen and (min-width: 1400px) {
  .post-module--images .row--carousel .owl-dots {
    left: 0.75em;
  }
}
@media only screen and (min-width: 1600px) {
  .post-module--images .row--carousel .owl-dots {
    left: 0.75em;
  }
}
.post-module--images .col--img {
  overflow-x: clip;
}
@media only screen and (min-width: 550px) {
  .post-module--images .col--img {
    margin-right: 1.5em;
  }
}
.post-module--images .row--grid .col {
  margin-bottom: calc(0.5em * 3);
}
@media only screen and (min-width: 550px) {
  .post-module--images .row--grid .col {
    margin-bottom: calc(0.5em * 3);
  }
}
@media only screen and (min-width: 700px) {
  .post-module--images .row--grid .col {
    margin-bottom: calc(0.5em * 3);
  }
}
@media only screen and (min-width: 1000px) {
  .post-module--images .row--grid .col {
    margin-bottom: calc(0.5em * 3);
  }
}
@media only screen and (min-width: 1200px) {
  .post-module--images .row--grid .col {
    margin-bottom: calc(0.5em * 3);
  }
}
@media only screen and (min-width: 1400px) {
  .post-module--images .row--grid .col {
    margin-bottom: calc(0.5em * 3);
  }
}
@media only screen and (min-width: 1600px) {
  .post-module--images .row--grid .col {
    margin-bottom: calc(0.5em * 3);
  }
}
.post-module--images .row--grid .component--image .mediaimg__img {
  padding-top: 60%;
  background-size: cover;
}
.post-module--images .row--grid .component--image .mediaimg-caption {
  display: none;
}
.post-module--accordion .accordion .accordion__item {
  display: block;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.post-module--accordion .accordion .accordion__item .accordion__question {
  margin: 0;
  border-top: none;
  padding: 1.5rem 4em 1.5rem 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-module--accordion .accordion .accordion__item .accordion__question:hover {
  opacity: 0.5;
}
.post-module--accordion .accordion .accordion__item .accordion__question .accordion__icon {
  position: absolute;
  top: 1.55rem;
  right: 1em;
  display: block;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  padding: 0 1.2rem;
}
.post-module--accordion .accordion .accordion__item .accordion__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.post-module--accordion .accordion .accordion__item .accordion__answer .inner {
  margin: 0;
  padding: 0 1.5em 3rem 0;
}
@media only screen and (min-width: 1000px) {
  .post-module--accordion .accordion .accordion__item .accordion__answer .inner {
    padding-right: 3em;
  }
}
.post-module--accordion .accordion .accordion__item .accordion__answer .inner .btn {
  margin: 0.5em 0 0 0;
  font-size: 12px !important;
}
.post-module--accordion .accordion .accordion__item--open .accordion__question .accordion__icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.post-module--accordion .component--textcontent {
  max-width: 28rem;
  margin-bottom: 2rem;
}
.post-module--statistics {
  position: relative;
}
.post-module--statistics .statistics__sideheading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 1000px) {
  .post-module--statistics .statistics__sideheading {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin: 0;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: inherit;
    text-orientation: inherit;
    text-align: right;
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .post-module--statistics .statistics__sideheading span:not(:last-of-type) {
    padding-bottom: 3rem;
  }
}
.post-module--statistics .statistics__sideheading span.counter {
  margin-right: 1rem;
}
@media only screen and (min-width: 1000px) {
  .post-module--statistics .statistics__sideheading span.counter {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    margin-right: 0;
  }
}
.post-module--statistics .statistics__sideheading span.counter::after {
  content: "";
}
@media only screen and (min-width: 1000px) {
  .post-module--statistics .statistics__sideheading span.counter::after {
    content: "";
  }
}
.post-module--statistics .statistics__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 5rem;
}
.post-module--statistics .stat:not(:last-child) {
  margin-bottom: 2rem;
}
.post-module--statistics .stat__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
}
.post-module--statistics .stat__description .linkline {
  background-size: 200% 0.3vw;
  background-position: left 100% bottom 0.3vw;
}
@media only screen and (min-width: 1400px) {
  .post-module--statistics .stat__description .linkline {
    background-size: 200% 4px;
    background-position: left 100% bottom 4px;
  }
}
.post-module--statistics .stat__description a:hover .linkline {
  background-position: left 0 bottom 0.3vw;
}
@media only screen and (min-width: 1400px) {
  .post-module--statistics .stat__description a:hover .linkline {
    background-position: left 0 bottom 4px;
  }
}
.post-module--featured-link-list {
  position: relative;
}
.post-module--featured-link-list .featured-link-list__sideheading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 1000px) {
  .post-module--featured-link-list .featured-link-list__sideheading {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin: 0;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: inherit;
    text-orientation: inherit;
    text-align: right;
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .post-module--featured-link-list .featured-link-list__sideheading span:not(:last-of-type) {
    padding-bottom: 3rem;
  }
}
.post-module--featured-link-list .featured-link-list__sideheading span.counter {
  margin-right: 1rem;
}
@media only screen and (min-width: 1000px) {
  .post-module--featured-link-list .featured-link-list__sideheading span.counter {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    margin-right: 0;
  }
}
.post-module--featured-link-list .featured-link-list__sideheading span.counter::after {
  content: "";
}
@media only screen and (min-width: 1000px) {
  .post-module--featured-link-list .featured-link-list__sideheading span.counter::after {
    content: "";
  }
}
.post-module--featured-link-list .featured-link-list__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 5rem;
}
.post-module--featured-link-list .stat:not(:last-child) {
  margin-bottom: 2rem;
}
.post-module--featured-link-list .stat__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
}
/*# sourceMappingURL=style.min.css.map */
