@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;900&display=swap");
/* COLORS */
.green, .color--green {
  color: #1CE180;
}

.color--alt_green {
  color: #1CDA80;
}

.red, .color--red {
  color: #FF4557;
}

.orange, .color--orange {
  color: #FFA147;
}

.purple, .color--purple {
  color: #8567FF;
}

.blue, .color--blue {
  color: #2E3D49;
}

.lightblue, .color--lightblue {
  color: #00A9E0;
}

.color--coolgray {
  color: #7C889C;
}

.color--darkgray {
  color: #505050;
}

.color--gray50 {
  color: #70747D;
}

.gray, .color--gray {
  color: #B7B9BD;
}

.lightgray, .color--lightgray {
  color: #DDDFE5;
}

.lightestgray, .color--lightestgray {
  color: #F5F6F7;
}

.white, .color--white {
  color: #ffffff;
}

.color--black {
  color: #000000;
}

.bg-green, .bg--green {
  background-color: #1CE180;
}

.bg--alt_green {
  background-color: #1CDA80;
}

.bg-blue, .bg--blue {
  background-color: #2E3D49;
}

.bg--black {
  background-color: #000000;
}

.bg--darkgray {
  background-color: #70747D;
}

.bg-gray, .bg--gray {
  background-color: #B7B9BD;
}

.bg-lightgray, .bg--lightgray {
  background-color: #DDDFE5;
}

.bg-lightestgray, .bg--lightestgray {
  background-color: #F5F6F7;
}

* {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-weight: normal;
  -webkit-font-feature-settings: "salt" 0;
          font-feature-settings: "salt" 0;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure {
  margin: 0;
  padding: 0;
}

section,
main {
  display: block;
}

section {
  position: relative;
}
section .container {
  position: relative;
}
@media (min-width: 1024px) {
  section .container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: normal;
}

p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.35rem;
  line-height: 1.5;
}
p.small {
  font-size: 1.15rem;
}
p.subhead {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 2.1rem;
  font-size: clamp(1.8rem, 6vw, 2.1rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-font-feature-settings: "salt" 1;
          font-feature-settings: "salt" 1;
}

ul.list {
  margin-left: 2rem;
  margin-bottom: 4rem;
}
ul.list li {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.8em;
  color: #2a3e4a;
}
ul.list li:before {
  content: "•";
  color: #2a3e4a;
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
  font-size: 1em;
}
ul.list.list--white li {
  color: white;
}
ul.list.list--white li::before {
  color: #1ce180;
}
ul.large li {
  font-size: 1.9rem;
}
ul.large li:before {
  width: 0.75em;
  margin-left: -0.75em;
  font-size: 1.5em;
}
ul.arrow li {
  display: flex;
  align-items: baseline;
}
ul.arrow li::before {
  content: "";
  display: block;
  background-image: url("../images/core-icons/icon-list_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  padding-right: 20px;
}

strong, b {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-style: normal;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

th {
  font-weight: normal;
  font-style: normal;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.label {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 2.083em;
  text-transform: uppercase;
}
.label.label--large {
  font-size: 1.83rem;
  letter-spacing: 0.14em;
  margin-bottom: 1em;
}

.fixed {
  position: fixed;
  overflow: hidden;
}

.fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  display: flex;
  height: 100%;
  width: 100%;
}

.ampersand {
  -webkit-font-feature-settings: "salt" 1;
          font-feature-settings: "salt" 1;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  padding: 0;
  display: inline !important;
}

.btn {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  padding: 1.4rem 2.4rem 1.3rem;
  font-size: 1.232rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .btn {
    white-space: nowrap;
  }
}
.btn:hover {
  transition: 0.2s ease-in-out;
}
.btn.blue, .btn.btn--blue {
  background: #2E3D49;
  color: white;
}
.btn.blue:hover, .btn.btn--blue:hover {
  box-shadow: 0 1px 2px rgba(42, 62, 74, 0.16), 0 2px 4px rgba(42, 62, 74, 0.14), 0 4px 8px rgba(42, 62, 74, 0.12), 0 8px 16px rgba(42, 62, 74, 0.1), 0 16px 32px rgba(42, 62, 74, 0.08), 0 32px 64px rgba(42, 62, 74, 0.06);
}
.btn.green, .btn.btn--green {
  background: #1CE180;
  color: #2E3D49;
}
.btn.green:hover, .btn.btn--green:hover {
  box-shadow: 0 32px 64px 0 rgba(28, 225, 128, 0.1), 0 16px 32px 0 rgba(28, 225, 128, 0.12), 0 8px 16px 0 rgba(28, 225, 128, 0.14), 0 4px 8px 0 rgba(28, 225, 128, 0.16), 0 2px 4px 0 rgba(22, 194, 109, 0.5), 0 1px 2px 0 rgba(24, 185, 106, 0.6);
}
.btn.green.hover-on-blue:hover, .btn.btn--green.hover-on-blue:hover {
  box-shadow: 0 32px 64px 0 rgba(28, 225, 128, 0.1), 0 16px 32px 0 rgba(28, 225, 128, 0.12), 0 8px 16px 0 rgba(28, 225, 128, 0.14), 0 4px 8px 0 rgba(18, 45, 54, 0.16), 0 2px 4px 0 rgba(20, 48, 56, 0.5), 0 1px 2px 0 rgba(17, 46, 54, 0.6);
}
.btn.white, .btn.btn--white {
  background-color: white;
  color: #2E3D49;
}
.btn.large {
  font-size: 2.3rem;
  padding: 1.4rem 4.8rem;
}
.btn.btn--ghost {
  border: 1px solid;
}
.btn.btn--ghost.btn--blue {
  border-color: #2E3D49;
}
.btn.btn--ghost.btn--green {
  border-color: #1CE180;
}
.btn.btn--ghost.btn--white {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
}
.btn.btn--cre {
  color: #ffffff;
  background-color: #246473;
}
.btn.btn--cre:hover {
  box-shadow: 0 32px 64px 0 rgba(36, 100, 115, 0.1), 0 16px 32px 0 rgba(36, 100, 115, 0.12), 0 8px 16px 0 rgba(36, 100, 115, 0.14), 0 4px 8px 0 rgba(36, 100, 115, 0.16), 0 2px 4px 0 rgba(36, 100, 115, 0.5), 0 1px 2px 0 rgba(36, 100, 115, 0.6);
}
.btn.btn--retail {
  color: #ffffff;
  background-color: #0a8e8c;
}
.btn.btn--retail:hover {
  box-shadow: 0 32px 64px 0 rgba(10, 142, 140, 0.1), 0 16px 32px 0 rgba(10, 142, 140, 0.12), 0 8px 16px 0 rgba(10, 142, 140, 0.14), 0 4px 8px 0 rgba(10, 142, 140, 0.16), 0 2px 4px 0 rgba(10, 142, 140, 0.5), 0 1px 2px 0 rgba(10, 142, 140, 0.6);
}
.btn.btn--restaurant {
  color: #ffffff;
  background-color: #1CE180;
}
.btn.btn--restaurant:hover {
  box-shadow: 0 32px 64px 0 rgba(28, 225, 128, 0.1), 0 16px 32px 0 rgba(28, 225, 128, 0.12), 0 8px 16px 0 rgba(28, 225, 128, 0.14), 0 4px 8px 0 rgba(28, 225, 128, 0.16), 0 2px 4px 0 rgba(28, 225, 128, 0.5), 0 1px 2px 0 rgba(28, 225, 128, 0.6);
}
.btn.btn--franchise {
  color: #ffffff;
  background-color: #e89b26;
}
.btn.btn--franchise:hover {
  box-shadow: 0 32px 64px 0 rgba(232, 155, 38, 0.1), 0 16px 32px 0 rgba(232, 155, 38, 0.12), 0 8px 16px 0 rgba(232, 155, 38, 0.14), 0 4px 8px 0 rgba(232, 155, 38, 0.16), 0 2px 4px 0 rgba(232, 155, 38, 0.5), 0 1px 2px 0 rgba(232, 155, 38, 0.6);
}
.btn.btn--hospitality {
  color: #ffffff;
  background-color: #f4b120;
}
.btn.btn--hospitality:hover {
  box-shadow: 0 32px 64px 0 rgba(244, 177, 32, 0.1), 0 16px 32px 0 rgba(244, 177, 32, 0.12), 0 8px 16px 0 rgba(244, 177, 32, 0.14), 0 4px 8px 0 rgba(244, 177, 32, 0.16), 0 2px 4px 0 rgba(244, 177, 32, 0.5), 0 1px 2px 0 rgba(244, 177, 32, 0.6);
}
.btn.btn--healthcare {
  color: #ffffff;
  background-color: #00acdf;
}
.btn.btn--healthcare:hover {
  box-shadow: 0 32px 64px 0 rgba(0, 172, 223, 0.1), 0 16px 32px 0 rgba(0, 172, 223, 0.12), 0 8px 16px 0 rgba(0, 172, 223, 0.14), 0 4px 8px 0 rgba(0, 172, 223, 0.16), 0 2px 4px 0 rgba(0, 172, 223, 0.5), 0 1px 2px 0 rgba(0, 172, 223, 0.6);
}
.btn.btn--specialty_health {
  color: #ffffff;
  background-color: #FF4557;
}
.btn.btn--specialty_health:hover {
  box-shadow: 0 32px 64px 0 rgba(255, 69, 87, 0.1), 0 16px 32px 0 rgba(255, 69, 87, 0.12), 0 8px 16px 0 rgba(255, 69, 87, 0.14), 0 4px 8px 0 rgba(255, 69, 87, 0.16), 0 2px 4px 0 rgba(255, 69, 87, 0.5), 0 1px 2px 0 rgba(255, 69, 87, 0.6);
}
.btn.btn--public_sector {
  color: #ffffff;
  background-color: #00a59e;
}
.btn.btn--public_sector:hover {
  box-shadow: 0 32px 64px 0 rgba(0, 165, 158, 0.1), 0 16px 32px 0 rgba(0, 165, 158, 0.12), 0 8px 16px 0 rgba(0, 165, 158, 0.14), 0 4px 8px 0 rgba(0, 165, 158, 0.16), 0 2px 4px 0 rgba(0, 165, 158, 0.5), 0 1px 2px 0 rgba(0, 165, 158, 0.6);
}
.btn.btn--automotive {
  color: #ffffff;
  background-color: #2169b3;
}
.btn.btn--automotive:hover {
  box-shadow: 0 32px 64px 0 rgba(33, 105, 179, 0.1), 0 16px 32px 0 rgba(33, 105, 179, 0.12), 0 8px 16px 0 rgba(33, 105, 179, 0.14), 0 4px 8px 0 rgba(33, 105, 179, 0.16), 0 2px 4px 0 rgba(33, 105, 179, 0.5), 0 1px 2px 0 rgba(33, 105, 179, 0.6);
}
.btn.btn--private_equity {
  color: #ffffff;
  background-color: #a72d6e;
}
.btn.btn--private_equity:hover {
  box-shadow: 0 32px 64px 0 rgba(167, 45, 110, 0.1), 0 16px 32px 0 rgba(167, 45, 110, 0.12), 0 8px 16px 0 rgba(167, 45, 110, 0.14), 0 4px 8px 0 rgba(167, 45, 110, 0.16), 0 2px 4px 0 rgba(167, 45, 110, 0.5), 0 1px 2px 0 rgba(167, 45, 110, 0.6);
}

.btn--lightblue {
  text-transform: none;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #00c4ff;
  border: 1px solid #00c4ff;
  transition: 0.15s ease-in-out;
}
.btn--lightblue.hover-shadow--blue {
  border-color: #00c4ff;
}
.btn--lightblue.hover-shadow--blue:hover {
  border-color: #66dcff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(42, 62, 74, 0.1), 0 16px 32px rgba(0, 196, 255, 0.08), 0 32px 64px rgba(0, 196, 255, 0.06);
}
.btn--lightblue.hover-shadow--lightblue {
  border-color: #00c4ff;
}
.btn--lightblue.hover-shadow--lightblue:hover {
  border-color: #66dcff;
  box-shadow: 0 1px 2px rgba(42, 62, 74, 0.16), 0 2px 4px rgba(42, 62, 74, 0.14), 0 4px 8px rgba(42, 62, 74, 0.12), 0 8px 16px rgba(0, 196, 255, 0.1), 0 16px 32px rgba(0, 196, 255, 0.08), 0 32px 64px rgba(0, 196, 255, 0.06);
}
.btn--lightblue.btn--large {
  font-size: 2rem;
  padding: 2rem 4rem;
}

.link {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.232rem;
  transition: 0.6s;
  text-transform: uppercase;
}
.link:hover {
  transition: 0.6s;
}
.link:hover:after {
  width: 90%;
  opacity: 1;
  transition: 0.6s;
}
.link:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 0%;
  height: 2px;
  background: #1CE180;
  opacity: 0;
  transition: 0.6s;
}
.link.link--small {
  font-size: 1.3rem;
}
.link.color--white, .link.link--white {
  color: #ffffff;
}
.link.color--darkgray, .link.link--darkgray {
  color: #505050;
}
.link.color--green, .link.link--green {
  color: #1CE180;
}

.hide-overflow {
  overflow: hidden;
  display: block;
}

.appear {
  transition: 0.6s;
  display: block;
}
.appear.down {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.appear.up {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.appear.in-view {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media (min-width: 641px) {
  .delay-25 {
    transition-delay: 0.25s;
  }
}

@media (min-width: 641px) {
  .delay-50 {
    transition-delay: 0.5s;
  }
}

@media (min-width: 641px) {
  .delay-75 {
    transition-delay: 0.75s;
  }
}

@media (min-width: 641px) {
  .delay-100 {
    transition-delay: 1s;
  }
}

.fadein {
  opacity: 0;
  transition-duration: 1s;
}
.fadein.in-view {
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.fadeup {
  opacity: 0;
  transition-duration: 1s;
  -webkit-transform: translate3d(0, 8%, 0);
          transform: translate3d(0, 8%, 0);
}
.fadeup.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.fadeup-cascade > *:nth-child(1) {
  transition-delay: calc(1 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(2) {
  transition-delay: calc(2 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(3) {
  transition-delay: calc(3 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(4) {
  transition-delay: calc(4 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(5) {
  transition-delay: calc(5 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(6) {
  transition-delay: calc(6 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(7) {
  transition-delay: calc(7 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(8) {
  transition-delay: calc(8 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(9) {
  transition-delay: calc(9 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(10) {
  transition-delay: calc(10 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(11) {
  transition-delay: calc(11 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(12) {
  transition-delay: calc(12 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(13) {
  transition-delay: calc(13 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(14) {
  transition-delay: calc(14 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(15) {
  transition-delay: calc(15 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(16) {
  transition-delay: calc(16 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(17) {
  transition-delay: calc(17 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(18) {
  transition-delay: calc(18 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(19) {
  transition-delay: calc(19 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(20) {
  transition-delay: calc(20 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(21) {
  transition-delay: calc(21 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(22) {
  transition-delay: calc(22 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(23) {
  transition-delay: calc(23 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(24) {
  transition-delay: calc(24 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *.in-view:nth-child(1) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(2) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(3) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(4) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(5) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(6) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(7) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(8) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(9) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(10) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(11) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(12) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(13) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(14) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(15) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(16) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(17) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(18) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(19) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(20) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(21) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(22) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(23) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(24) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(1) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(2) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(3) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(4) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(5) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(6) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(7) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(8) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(9) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(10) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(11) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(12) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(13) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(14) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(15) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(16) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(17) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(18) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(19) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(20) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(21) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(22) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(23) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(24) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideleft {
  opacity: 0;
  transition-duration: 1s;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}
.slideleft.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideleft-cascade > *:nth-child(1) {
  transition-delay: calc(1 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(2) {
  transition-delay: calc(2 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(3) {
  transition-delay: calc(3 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(4) {
  transition-delay: calc(4 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(5) {
  transition-delay: calc(5 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(6) {
  transition-delay: calc(6 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(7) {
  transition-delay: calc(7 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(8) {
  transition-delay: calc(8 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(9) {
  transition-delay: calc(9 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(10) {
  transition-delay: calc(10 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(11) {
  transition-delay: calc(11 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(12) {
  transition-delay: calc(12 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(13) {
  transition-delay: calc(13 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(14) {
  transition-delay: calc(14 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(15) {
  transition-delay: calc(15 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(16) {
  transition-delay: calc(16 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(17) {
  transition-delay: calc(17 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(18) {
  transition-delay: calc(18 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(19) {
  transition-delay: calc(19 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(20) {
  transition-delay: calc(20 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(21) {
  transition-delay: calc(21 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(22) {
  transition-delay: calc(22 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(23) {
  transition-delay: calc(23 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(24) {
  transition-delay: calc(24 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *.in-view:nth-child(1) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(2) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(3) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(4) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(5) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(6) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(7) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(8) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(9) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(10) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(11) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(12) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(13) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(14) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(15) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(16) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(17) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(18) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(19) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(20) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(21) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(22) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(23) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(24) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(1) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(2) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(3) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(4) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(5) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(6) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(7) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(8) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(9) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(10) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(11) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(12) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(13) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(14) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(15) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(16) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(17) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(18) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(19) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(20) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(21) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(22) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(23) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(24) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideright {
  opacity: 0;
  transition-duration: 1s;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}
.slideright.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideright-cascade > *:nth-child(1) {
  transition-delay: calc(1 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(2) {
  transition-delay: calc(2 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(3) {
  transition-delay: calc(3 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(4) {
  transition-delay: calc(4 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(5) {
  transition-delay: calc(5 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(6) {
  transition-delay: calc(6 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(7) {
  transition-delay: calc(7 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(8) {
  transition-delay: calc(8 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(9) {
  transition-delay: calc(9 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(10) {
  transition-delay: calc(10 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(11) {
  transition-delay: calc(11 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(12) {
  transition-delay: calc(12 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(13) {
  transition-delay: calc(13 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(14) {
  transition-delay: calc(14 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(15) {
  transition-delay: calc(15 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(16) {
  transition-delay: calc(16 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(17) {
  transition-delay: calc(17 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(18) {
  transition-delay: calc(18 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(19) {
  transition-delay: calc(19 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(20) {
  transition-delay: calc(20 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(21) {
  transition-delay: calc(21 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(22) {
  transition-delay: calc(22 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(23) {
  transition-delay: calc(23 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(24) {
  transition-delay: calc(24 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *.in-view:nth-child(1) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(2) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(3) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(4) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(5) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(6) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(7) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(8) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(9) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(10) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(11) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(12) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(13) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(14) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(15) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(16) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(17) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(18) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(19) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(20) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(21) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(22) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(23) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(24) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(1) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(2) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(3) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(4) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(5) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(6) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(7) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(8) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(9) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(10) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(11) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(12) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(13) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(14) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(15) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(16) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(17) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(18) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(19) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(20) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(21) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(22) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(23) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(24) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slidedown {
  opacity: 0;
  transition-duration: 1s;
  -webkit-transform: translate3d(0, -8%, 0);
          transform: translate3d(0, -8%, 0);
}
.slidedown.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.flipup {
  opacity: 0;
  -webkit-transform: perspective(500) rotateX(7deg) translate3d(0, 8%, 0);
}
.flipup.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  transition-duration: 1s;
  opacity: 1;
  -webkit-transform: perspective(0) rotateX(0deg) translate3d(0, 0, 0);
}

.flipleft {
  opacity: 0;
  -webkit-transform: perspective(500) rotateY(7deg) translate3d(20px, 0, 0);
}
.flipleft.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  transition-duration: 1s;
  opacity: 1;
  -webkit-transform: perspective(0) rotateX(0deg) translate3d(0, 0, 0);
}

.flipright {
  opacity: 0;
  -webkit-transform: perspective(500) rotateY(-7deg) translate3d(-20px, 0, 0);
}
.flipright.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  transition-duration: 1s;
  opacity: 1;
  -webkit-transform: perspective(0) rotateX(0deg) translate3d(0, 0, 0);
}

.hbspt-form label:not(.hs-error-msg) {
  display: none;
}
.hbspt-form .hs-error-msg {
  position: relative;
  color: #e2053f;
  margin-bottom: 1rem;
  display: block;
  top: -0.5rem;
}
.hbspt-form legend {
  font-size: 1.4rem;
  color: #ADAEB1;
  display: block;
  margin-top: 2.5rem;
}
.hbspt-form input, .hbspt-form select, .hbspt-form textarea {
  width: 100%;
  background: #eeeef2;
  border: 0;
  border-radius: 0.4rem;
  min-height: 5.5rem;
  margin-bottom: 1rem;
  padding: 2rem;
  color: #2a3e4a;
  font-size: 1.4rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  display: block;
  max-width: 100%;
}
.hbspt-form input::-webkit-input-placeholder, .hbspt-form select::-webkit-input-placeholder, .hbspt-form textarea::-webkit-input-placeholder {
  color: #ADAEB1;
  opacity: 1;
}
.hbspt-form input::-moz-placeholder, .hbspt-form select::-moz-placeholder, .hbspt-form textarea::-moz-placeholder {
  color: #ADAEB1;
  opacity: 1;
}
.hbspt-form input:-ms-input-placeholder, .hbspt-form select:-ms-input-placeholder, .hbspt-form textarea:-ms-input-placeholder {
  color: #ADAEB1;
  opacity: 1;
}
.hbspt-form input::placeholder, .hbspt-form select::placeholder, .hbspt-form textarea::placeholder {
  color: #ADAEB1;
  opacity: 1;
}
.hbspt-form input:-ms-input-placeholder, .hbspt-form select:-ms-input-placeholder, .hbspt-form textarea:-ms-input-placeholder {
  color: #ADAEB1;
  opacity: 1;
}
.hbspt-form input::-ms-input-placeholder, .hbspt-form select::-ms-input-placeholder, .hbspt-form textarea::-ms-input-placeholder {
  color: #ADAEB1;
  opacity: 1;
}
.hbspt-form .hs-input.is-placeholder {
  color: #ADAEB1;
}
.hbspt-form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  white-space: nowrap;
  margin-top: 2rem;
}
.hbspt-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2370747D%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 1.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  color: #2a3e4a;
}
.hbspt-form select::-ms-expand {
  display: none;
}
.hbspt-form select:hover {
  border-color: #888;
}
.hbspt-form select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(28, 225, 128, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.hbspt-form select option {
  font-weight: normal;
  color: #2a3e4a;
}
.hbspt-form textarea {
  display: block;
  width: 100%;
  border-radius: 0.4rem;
  padding: 2rem;
  color: #2a3e4a;
}
.hbspt-form .actions {
  display: flex;
  justify-content: flex-start;
}
.hbspt-form .hs-button {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  padding: 1.4rem 2.4rem 1.3rem;
  font-size: 1.232rem;
  text-align: center;
  text-transform: uppercase;
  background: #1ce180;
  color: #2a3e4a;
  width: auto;
  border-radius: 0;
}
@media (max-width: 640px) {
  .hbspt-form .hs-button {
    white-space: nowrap;
  }
}
.hbspt-form .hs-button:hover {
  transition: 0.2s ease-in-out;
}
.hbspt-form .hs-button:hover {
  box-shadow: 0 32px 64px 0 rgba(28, 225, 128, 0.1), 0 16px 32px 0 rgba(28, 225, 128, 0.12), 0 8px 16px 0 rgba(28, 225, 128, 0.14), 0 4px 8px 0 rgba(28, 225, 128, 0.16), 0 2px 4px 0 rgba(22, 194, 109, 0.5), 0 1px 2px 0 rgba(24, 185, 106, 0.6);
}
.hbspt-form legend.hs-field-desc {
  font-size: 1.2rem;
  margin-top: 1rem;
  padding-bottom: 0.4rem;
}

.cta-contain {
  position: relative;
}

.form-cta {
  position: relative;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.2);
  padding: 7rem 10% 4rem 10%;
}
@media (min-width: 641px) {
  .form-cta {
    padding: 7rem 5% 4rem 5%;
    border-radius: 2rem;
  }
}
@media (min-width: 768px) {
  .form-cta {
    border-radius: 1rem;
  }
}
.form-cta h4 {
  font-size: 4rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  letter-spacing: -0.15rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (min-width: 641px) {
  .form-cta h4 {
    font-size: 6rem;
    margin-top: 5rem;
    margin-bottom: 0rem;
  }
}
.form-cta .product-logo {
  max-width: 12rem;
}
@media (min-width: 641px) {
  .form-cta .product-logo {
    max-width: 100%;
  }
}
.form-cta .form-cta-contain {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 641px) {
  .form-cta .form-cta-contain {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .form-cta .form-cta-contain {
    flex-direction: row;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.form-cta .form-info {
  max-width: 50rem;
}
@media (min-width: 641px) {
  .form-cta .form-info {
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .form-cta .form-info {
    max-width: 44rem;
    margin-right: 10%;
  }
}
.form-cta .form-info p {
  line-height: 1.6;
}
.form-cta .contact-info {
  margin-top: 5rem;
}
.form-cta .contact-info p {
  font-size: 2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
}
.form-cta .contact-info p span {
  font-size: 1.3rem;
  display: block;
}
.form-cta .form-contain {
  border-top: 1px solid #E6E8EE;
  padding-top: 5rem;
}
@media (min-width: 1024px) {
  .form-cta .form-contain {
    border: 0;
    padding-top: 0.8rem;
  }
}
.form-cta .form-contain p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (min-width: 641px) {
  .form-cta .form-contain p {
    font-size: 2rem;
  }
}
.form-cta .form-contain .hbspt-form .submitted-message {
  min-height: 36rem;
}
.form-cta .form-contain .hbspt-form .submitted-message p {
  font-size: 1.75rem;
  line-height: 1.5;
}

section.bloq--clients {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 641px) {
  section.bloq--clients {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
section.bloq--clients h2 {
  font-size: 4.5rem;
  font-size: clamp(3.6rem, 8vw, 4.5rem);
  line-height: 1.1;
}
section.bloq--clients .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1084px;
  margin-bottom: 3.6rem;
}
@media (min-width: 768px) {
  section.bloq--clients .logos {
    justify-content: space-between;
  }
}
section.bloq--clients .logos .logo {
  margin: 3rem 0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) {
  section.bloq--clients .logos .logo {
    width: 33%;
  }
}
@media (min-width: 768px) {
  section.bloq--clients .logos .logo {
    width: 25%;
  }
}
section.bloq--clients .logos .logo img {
  max-width: 80%;
  max-height: 80%;
}
section.bloq--clients .logos .logo img.bed-bath-and-beyond {
  max-width: 14rem;
}
section.bloq--clients .logos .logo img.restoration-hardware {
  max-width: 9rem;
}
@media (min-width: 600px) {
  section.bloq--clients .logos .logo img.mercy {
    max-width: 14.2rem;
  }
  section.bloq--clients .logos .logo img.restoration-hardware {
    max-width: 11rem;
  }
  section.bloq--clients .logos .logo img.quest-diagnostics {
    max-width: 18rem;
  }
  section.bloq--clients .logos .logo img.jersey-mikes-subs {
    min-width: 11rem;
  }
  section.bloq--clients .logos .logo img.red-wing-shoes {
    max-width: 11.1rem;
  }
  section.bloq--clients .logos .logo img.urban-outfitters {
    max-width: 18.2rem;
  }
  section.bloq--clients .logos .logo img.potential-fitness {
    max-width: 15.4rem;
  }
}
section.bloq--clients .case-study {
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  margin-top: 2rem;
}
@media (min-width: 641px) {
  section.bloq--clients .case-study {
    display: flex;
  }
}
section.bloq--clients .case-study figure {
  position: relative;
  background-color: #ADAEB1;
  width: 100%;
  height: 250px;
  flex-grow: 1;
}
@media (min-width: 641px) {
  section.bloq--clients .case-study figure {
    height: auto;
    width: 200px;
  }
}
@media (min-width: 768px) {
  section.bloq--clients .case-study figure {
    width: 250px;
  }
  section.bloq--clients .case-study figure:hover .icon-play {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
  section.bloq--clients .case-study figure:hover .icon-play .triangle {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
section.bloq--clients .case-study figure .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  height: 67px;
  width: 67px;
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: 0.5s ease-in-out;
}
section.bloq--clients .case-study figure .icon-play .background, section.bloq--clients .case-study figure .icon-play .triangle {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: 0.5s ease-in-out;
}
section.bloq--clients .case-study .content {
  padding: 3.5rem 2.8rem 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 641px) {
  section.bloq--clients .case-study .content {
    width: calc(100% - 200px);
    padding: 3.5rem 5rem 2.8rem;
  }
}
@media (min-width: 768px) {
  section.bloq--clients .case-study .content {
    width: calc(100% - 285px);
  }
}
section.bloq--clients .case-study .content p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  line-height: 1.425;
  color: #2a3e4a;
  width: 100%;
}
@media (min-width: 641px) {
  section.bloq--clients .case-study .content p {
    font-size: 2rem;
  }
}
section.bloq--clients .case-study .content a {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 1;
}
section.bloq--clients .case-study .content a svg {
  width: 4px;
  height: 10px;
  margin-left: 1rem;
  transition: 0.25s ease-in-out;
}
section.bloq--clients .case-study .content a svg path {
  stroke: #1ce180;
}
section.bloq--clients .case-study .content a:hover svg {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
section.bloq--clients .view-more {
  margin-top: 4rem;
  text-align: center;
}

.heading-line {
  position: relative;
}
.heading-line::before {
  content: "";
  display: block;
  margin-bottom: 2.25rem;
  height: 1px;
  width: 0;
  background-color: #1CDA80;
  will-change: width;
  transition: 0.5s ease-out;
}
.heading-line.in-view::before {
  width: 90px;
}

.padding {
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width: 641px) {
  .padding {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.home h1 {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 7vw;
  margin: 20px 0 15px 0;
  text-transform: capitalize;
  color: #2a3e4a;
}
@media (min-width: 641px) {
  .home h1 {
    font-size: 4rem;
    margin: 20px 0 30px 0;
  }
}
.home h1 span {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  display: block;
  font-size: 1.8rem;
  color: #ADAEB1;
  text-transform: none;
}
.home h1 span.name {
  text-transform: lowercase;
  display: inline;
}
.all-news h1 {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 7vw;
  margin: 20px 30px 30px 30px;
  padding-top: 100px;
  text-transform: capitalize;
}
@media (min-width: 641px) {
  .all-news h1 {
    font-size: 4rem;
    margin: 20px 0 30px 0;
    padding-top: 120px;
  }
}
.all-news h1 span {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  display: block;
  font-size: 1.8rem;
  line-height: 1.11;
  color: #818181;
  text-transform: none;
  margin-top: 10px;
}
.all-news h1 span.name {
  text-transform: lowercase;
  display: inline;
}
.detail h1 {
  position: relative;
  text-align: left;
  font-size: 7.85vw;
  line-height: 8vw;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
  color: white;
  width: 90%;
}
@media (min-width: 641px) {
  .detail h1 {
    font-size: 6rem;
    line-height: 1.1;
    padding: 0;
    margin: 20px 0 40px 0;
  }
}
@media (min-width: 900px) {
  .detail h1 {
    width: 875px;
  }
}

.most-recent h2 {
  font-size: 8vw;
  line-height: 9vw;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
  color: white;
  margin: 14px 0 10px 0;
  max-width: 1000px;
  text-align: left;
}
@media (min-width: 641px) {
  .most-recent h2 {
    font-size: 6rem;
    line-height: 1.1;
    margin: 14px 0 20px 0;
  }
}
.newsroom .most-recent h2 {
  max-width: 800px;
}
@media (min-width: 641px) {
  .newsroom .most-recent h2 {
    font-size: 5rem;
    line-height: 1.1;
  }
}
.newsroom-most-recent h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 6vw;
  line-height: 7.5vw;
}
@media (min-width: 641px) {
  .newsroom-most-recent h2 {
    font-size: 2.2rem;
    line-height: 1.25;
  }
}
.newsroom-most-recent h2.first {
  font-size: 6vw;
  line-height: 7.5vw;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: white;
}
@media (min-width: 641px) {
  .newsroom-most-recent h2.first {
    font-size: 2.6rem;
    line-height: 1.125;
  }
}
.image-cards h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 6vw;
  line-height: 7.5vw;
}
@media (min-width: 641px) {
  .image-cards h2 {
    font-size: 2.2rem;
    line-height: 1.25;
  }
}
.image-stack h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 6vw;
  line-height: 7.5vw;
}
@media (min-width: 1024px) {
  .image-stack h2 {
    font-size: 2.2rem;
    line-height: 1.25;
  }
}
.all-news h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin: 10px 0;
  color: #353535;
  font-size: 4.25vw;
  line-height: 5.25vw;
}
@media (min-width: 641px) {
  .all-news h2 {
    font-size: 2.6rem;
    line-height: 1.15;
  }
}
.posts h2 {
  color: #2a3e4a;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 4.25vw;
  line-height: 5.25vw;
  letter-spacing: -0.01em;
  max-width: 530px;
  margin: 0;
}
@media (min-width: 641px) {
  .posts h2 {
    font-size: 3.2rem;
    line-height: 1.125;
    margin: 15px 0 20px 0;
  }
}
@media (min-width: 641px) {
  .newsroom .posts h2 {
    font-size: 2.2rem;
    line-height: 1.15;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    margin: 10px 0;
  }
}
h2.no_results {
  margin-top: 8rem;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #70747d;
}

.detail h2, .detail h3, .detail h4 {
  color: #2a3e4a;
  font-size: 2.6rem;
  line-height: 1.25;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  margin: 50px 0 10px 0;
}
.detail h2 strong, .detail h3 strong, .detail h4 strong {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}
.detail h2 br, .detail h3 br, .detail h4 br {
  display: none;
}
.upcoming_events h2, .upcoming_events h3, .upcoming_events h4 {
  margin-top: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

h3 {
  text-align: center;
}
.find-your-industry h3 {
  font-size: 5vw;
  line-height: 6vw;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  margin: 0 0 20px 0;
  flex-basis: 100%;
}
@media (min-width: 641px) {
  .find-your-industry h3 {
    font-size: 2rem;
    line-height: 1.25;
    margin: 14px 0 20px 0;
  }
}
.videos h3 {
  font-size: 7vw;
  line-height: 8vw;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: white;
  text-align: left;
  padding: 0 30px;
  margin: 0 0 30px 0;
  letter-spacing: -1px;
}
@media (min-width: 641px) {
  .videos h3 {
    font-size: 3.6rem;
    line-height: 1;
    margin: 14px 0 20px 0;
  }
}
.videos h3 span {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
}
.media-assets h3 {
  text-align: left;
  font-size: 3vw;
  line-height: 3vw;
  padding: 60px 30px 0 30px;
  color: #808080;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .media-assets h3 {
    font-size: 3vw;
    line-height: 3vw;
  }
}
@media (min-width: 1024px) {
  .media-assets h3 {
    font-size: 3rem;
    line-height: 1.05;
  }
}
.all-news h3 {
  text-align: left;
  font-size: 5vw;
  line-height: 6vw;
  color: #353535;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .all-news h3 {
    font-size: 2.2rem;
    line-height: 1.1;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
  }
}
.all-news h3 span {
  display: inline;
}
@media (min-width: 1024px) {
  .all-news h3 span {
    display: block;
  }
}
.detail h3 {
  text-align: left;
  font-size: 4vw;
  line-height: 5vw;
}
@media (min-width: 641px) {
  .detail h3 {
    font-size: 2rem;
    line-height: 1.6/5025;
    margin: 14px 0 20px 0;
  }
}

.featured h5 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 12vw;
  line-height: 11vw;
  color: white;
}
@media (min-width: 641px) {
  .featured h5 {
    font-size: 5rem;
    line-height: 1.2;
  }
}

a {
  color: inherit;
}

main {
  padding-top: 8rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #dddddd;
}
.detail main {
  padding-top: 0;
}
.detail.press main {
  padding-top: 6rem;
}
@media (min-width: 641px) {
  .detail.press main {
    padding-top: 8rem;
  }
}
.newsroom main {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.events main {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
.all-news main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid #dddddd;
  border-bottom: 0;
  flex-wrap: wrap;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 30px 0;
}
@media (min-width: 1024px) {
  .all-news main {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    padding: 30px 30px 0 30px;
  }
}

@media (min-width: 641px) {
  .newsroom .contain {
    padding: 60px 30px 0 30px;
  }
}
@media (min-width: 641px) {
  .events .contain {
    padding: 60px 30px 0 30px;
  }
}

.more-posts figure a, .even-more-posts figure a {
  position: relative;
  display: block;
}
.more-posts figure a:hover::before, .even-more-posts figure a:hover::before {
  opacity: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.more-posts figure a::before, .even-more-posts figure a::before {
  position: absolute;
  padding: 17px 20px 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: white;
  color: #000000;
  content: "Read Now";
  top: 42%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
  font-size: 1.6rem;
  transition: 0.3s;
  opacity: 0;
  display: none;
}
@media (min-width: 641px) {
  .more-posts figure a::before, .even-more-posts figure a::before {
    display: inline-block;
  }
}
@media (min-width: 1291px) {
  .more-posts figure a::before, .even-more-posts figure a::before {
    padding: 17px 40px 14px 40px;
  }
}

section.most-recent {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 440px;
  overflow: hidden;
}
@media (min-width: 641px) {
  section.most-recent {
    height: 540px;
  }
}
@media screen and (min-height: 1200px) {
  section.most-recent {
    height: 740px;
  }
}
@media (min-width: 641px) {
  section.most-recent:hover a.cta {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
section.most-recent figure {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #222222 0%, #000000 60%, #000000 100%);
}
section.most-recent figure img {
  opacity: 0.6;
  height: 440px;
  width: auto;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 641px) {
  section.most-recent figure img {
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-height: 1200px) {
  section.most-recent figure img {
    height: 740px;
  }
}
section.most-recent .date {
  font-size: 1.4rem;
  color: white;
  margin-bottom: 1.5em;
}
section.most-recent a.cta {
  align-self: flex-start;
}
@media (min-width: 641px) {
  section.most-recent a.cta {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
section.most-recent .pill {
  margin-right: 20px;
}
section.most-recent .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  text-align: left;
  padding-bottom: 40px;
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width: 641px) {
  section.most-recent .content {
    padding-bottom: 80px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
section.most-recent .content .top {
  display: flex;
  align-items: center;
}
section.newsroom-most-recent {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
section.newsroom-most-recent a {
  display: flex;
}
section.newsroom-most-recent article {
  position: relative;
  height: 366px;
  width: 100%;
  display: flex;
  margin-top: 2%;
}
section.newsroom-most-recent article:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
section.newsroom-most-recent article:hover .fill {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 640px) {
  section.newsroom-most-recent article {
    width: 49%;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  section.newsroom-most-recent article {
    width: 24%;
  }
}
.newsroom section.newsroom-most-recent article {
  padding: 20px 10% 30px;
}
@media (min-width: 641px) {
  .newsroom section.newsroom-most-recent article {
    padding: 20px 5% 30px;
  }
}
section.newsroom-most-recent article:first-child {
  width: 100%;
  padding: 30px 30px 30px 30px;
  margin-top: 0;
}
@media (min-width: 640px) {
  section.newsroom-most-recent article:first-child {
    margin-bottom: 2%;
  }
}
@media (min-width: 1024px) {
  section.newsroom-most-recent article:first-child {
    width: 49%;
    margin-bottom: 0;
  }
}
section.newsroom-most-recent figure {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
section.newsroom-most-recent figure img {
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.newsroom-most-recent figure .fill {
  transition: 1s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.85) 93%, rgba(0, 0, 0, 0.85) 100%);
}
section.newsroom-most-recent .date {
  font-size: 1.4rem;
  color: white;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}
.newsroom section.newsroom-most-recent .content {
  position: relative;
  align-self: flex-end;
  text-align: left;
}
section.more-posts {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
section.more-posts article:first-child {
  width: 50%;
  border-right: 1px solid #dddddd;
  padding: 4%;
}
@media (min-width: 641px) {
  section.more-posts article:first-child {
    padding: 30px 30px 50px 30px;
  }
}
section.more-posts article:nth-child(2) {
  width: 50%;
  padding: 4%;
}
@media (min-width: 641px) {
  section.more-posts article:nth-child(2) {
    padding: 30px 30px 50px 30px;
  }
}
section.more-posts article:nth-child(3), section.more-posts article:nth-child(4), section.more-posts article:nth-child(5) {
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 4%;
}
@media (min-width: 641px) {
  section.more-posts article:nth-child(3), section.more-posts article:nth-child(4), section.more-posts article:nth-child(5) {
    padding: 30px 30px 30px 30px;
  }
}
section.more-posts article:nth-child(3) figure, section.more-posts article:nth-child(4) figure, section.more-posts article:nth-child(5) figure {
  width: 50%;
  padding: 0 4% 0 0px;
}
@media (min-width: 641px) {
  section.more-posts article:nth-child(3) figure, section.more-posts article:nth-child(4) figure, section.more-posts article:nth-child(5) figure {
    padding: 0 30px 0 0;
  }
}
section.more-posts article:nth-child(3) .content, section.more-posts article:nth-child(4) .content, section.more-posts article:nth-child(5) .content {
  width: 50%;
  padding: 0 0 0 4%;
}
@media (min-width: 641px) {
  section.more-posts article:nth-child(3) .content, section.more-posts article:nth-child(4) .content, section.more-posts article:nth-child(5) .content {
    padding: 0 30px 0 30px;
  }
}
section.more-posts img {
  height: 100px;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 641px) {
  section.more-posts img {
    height: 340px;
  }
}
section.more-posts p {
  max-width: 530px;
  display: none;
}
@media (min-width: 641px) {
  section.more-posts p {
    display: block;
  }
}
section.more-posts .date {
  font-size: 1.4rem;
  color: white;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}
section.even-more-posts {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
.newsroom section.even-more-posts {
  border-top: 1px solid #dddddd;
}
section.even-more-posts img {
  height: 100px;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 641px) {
  section.even-more-posts img {
    height: 280px;
  }
}
section.even-more-posts article {
  border-top: 1px solid #E6E8EE;
  padding: 4%;
}
@media (min-width: 641px) {
  section.even-more-posts article {
    padding: 30px 30px 50px 30px;
  }
}
.newsroom section.even-more-posts article {
  padding: 8% 10% 4%;
  border-bottom: 1px solid #E6E8EE;
  border-top: 0;
  text-align: left;
  transition: 0.8s;
  width: 100%;
}
@media (min-width: 641px) {
  .newsroom section.even-more-posts article {
    padding: 60px 30px;
  }
  .newsroom section.even-more-posts article:hover {
    background-color: #F3F3F5;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .newsroom section.even-more-posts article {
    width: 50%;
  }
  .newsroom section.even-more-posts article:nth-child(odd) {
    border-right: 1px solid #E6E8EE;
  }
}
@media (min-width: 1024px) {
  .newsroom section.even-more-posts article {
    width: 33.3333%;
  }
  .newsroom section.even-more-posts article:not(:nth-child(3n+3)) {
    border-right: 1px solid #E6E8EE;
  }
}
section.even-more-posts p {
  display: none;
}
@media (min-width: 641px) {
  section.even-more-posts p {
    display: block;
  }
}
section.even-more-posts .date {
  font-size: 1.2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #1ce180;
  margin-bottom: 0.5em;
}
section.image-stack {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
section.image-stack a {
  display: flex;
}
section.image-stack article {
  position: relative;
  height: 250px;
  width: 100%;
  display: flex;
  margin-bottom: 1%;
  background-color: #1ce180;
  padding: 20px 20px 30px 20px;
}
section.image-stack article:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
section.image-stack article:hover .fill {
  background-color: rgba(0, 0, 0, 0.3);
}
.events .image-stack article:nth-child(n+5) {
  display: none;
}
@media (min-width: 640px) {
  .events .image-stack article {
    flex-basis: 33%;
    height: 366px;
  }
}
@media (min-width: 1024px) {
  .events .image-stack article {
    margin-right: 1%;
  }
}
.events .image-stack article:nth-child(4n) {
  margin-right: 0;
}
.events .image-stack article:last-child {
  margin-right: 0;
}

.image-stack.upcoming-events article:nth-child(n+5) {
  display: none;
}
@media (min-width: 640px) {
  .image-stack.upcoming-events article {
    flex-basis: 24%;
    height: 366px;
  }
}
@media (min-width: 1024px) {
  .image-stack.upcoming-events article {
    margin-right: 1%;
  }
}
.image-stack.upcoming-events article:nth-child(4n) {
  margin-right: 0;
}
.image-stack.upcoming-events article:last-child {
  margin-right: 0;
}

.image-stack.all-events article:nth-child(n+5) {
  display: flex;
}

section.image-stack figure {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
section.image-stack figure img {
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.image-stack figure .fill {
  transition: 1s;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}
.newsroom section.image-stack .content {
  position: relative;
  align-self: flex-end;
  text-align: left;
}
section.newsletters {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
section.newsletters article {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 4%;
  width: 50%;
  transition: 0.3s;
}
section.newsletters article:hover {
  background-color: #f2f2f2;
}
@media (min-width: 1024px) {
  section.newsletters article {
    width: 25%;
    border-right: 1px solid #dddddd;
  }
  section.newsletters article:last-child {
    border-right: 0;
  }
}

.find-your-industry {
  display: flex;
  flex-wrap: wrap;
  background: #f1f1f1;
  padding: 50px 5%;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .find-your-industry {
    padding: 50px 260px;
  }
}
.find-your-industry .industry {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: white;
  text-align: center;
  margin-right: 1%;
  margin-top: 1%;
  transition: 0.3s;
  padding: 20px 0;
  width: 49%;
}
.find-your-industry .industry:nth-child(2) {
  transition-delay: 0.15s;
}
.find-your-industry .industry:nth-child(2):hover {
  transition-delay: 0;
}
.find-your-industry .industry:nth-child(3) {
  transition-delay: 0.3s;
}
.find-your-industry .industry:nth-child(3):hover {
  transition-delay: 0;
}
.find-your-industry .industry:nth-child(4) {
  transition-delay: 0.45s;
}
.find-your-industry .industry:nth-child(4):hover {
  transition-delay: 0;
}
.find-your-industry .industry:nth-child(5) {
  transition-delay: 0.6s;
}
.find-your-industry .industry:nth-child(5):hover {
  transition-delay: 0;
}
.find-your-industry .industry:nth-child(6) {
  transition-delay: 0.75s;
}
.find-your-industry .industry:nth-child(6):hover {
  transition-delay: 0;
}
.find-your-industry .industry:last-child {
  margin-right: 0;
  transition-delay: 0.9s;
}
.find-your-industry .industry:last-child:hover {
  transition-delay: 0;
}
@media (min-width: 641px) {
  .find-your-industry .industry {
    width: 24%;
  }
}
@media (min-width: 1024px) {
  .find-your-industry .industry {
    flex: 1;
    width: auto;
    flex-basis: 10%;
  }
}
@media (min-width: 641px) {
  .find-your-industry .industry:hover {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
}
.find-your-industry .industry p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 4vw;
  margin-top: 5px;
  color: #777777;
}
@media (min-width: 641px) {
  .find-your-industry .industry p {
    font-size: 1.6rem;
    font-family: "Manrope", sans-serif;
    font-weight: 300;
  }
}
@media (min-width: 1280px) {
  .find-your-industry .industry p {
    font-size: 1.8rem;
  }
}

.detail article {
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.detail header {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.detail figure {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 70%, rgb(0, 0, 0) 100%);
  overflow: hidden;
}
.detail figure img {
  opacity: 0.6;
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 641px) {
  .detail figure img {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .detail aside {
    margin-top: 60px;
    flex: 1;
    padding-left: 60px;
    transition: 1s;
  }
  .detail aside.bottom {
    margin-top: auto;
    margin-bottom: 0;
  }
}
.detail aside ul {
  list-style-type: none;
}
.detail aside li {
  padding: 5px 20px 5px 10px;
  border-top: 1px solid #dddddd;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}
.detail aside li:hover {
  background-color: #f1f1f1;
}
.detail aside li:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.detail aside a {
  display: flex;
  align-items: center;
}
.detail aside span {
  position: relative;
  top: 2px;
  padding-left: 5px;
}
.detail aside .arrow {
  margin-left: auto;
  transition: 0.3s;
}
.detail aside .label {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #757575;
  display: block;
}
.detail aside .sign-up {
  margin-top: 40px;
}
.detail aside .sign-up p {
  font-size: 1.3rem;
  line-height: 1.15;
}
.detail aside .sign-up iframe {
  height: 120px;
  margin-top: 10px;
}
.detail .category {
  position: relative;
  font-size: 1.3rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1ce180;
  margin-bottom: 10px;
}
@media (min-width: 641px) {
  .detail .category {
    margin: 0;
  }
}
.detail .mast {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 35% 5% 10% 5%;
  height: 300px;
}
@media (min-width: 641px) {
  .detail .mast {
    height: 400px;
    padding: 0 5%;
  }
}
@media (min-width: 1024px) {
  .detail .mast {
    height: 600px;
    padding: 0;
  }
}
.detail.upcoming_events .mast {
  height: 300px;
  margin-bottom: 50px;
}
@media (min-width: 641px) {
  .detail.upcoming_events .mast {
    height: 400px;
    padding: 0 5%;
  }
}

.detail .mast p {
  color: white;
  font-size: 2.2rem;
}
.detail article > .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 70px;
  margin-left: 5%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .detail article > .content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    margin-left: auto;
  }
}
.newsletters.detail .post {
  max-width: none;
}

.upcoming_events.detail .post {
  max-width: 95%;
}

@media (min-width: 1024px) {
  .detail .post {
    max-width: 700px;
    flex: 2;
  }
}
.detail .post p {
  font-size: 1.9rem;
  line-height: 1.6;
  color: #6d6d6d;
  margin-bottom: 40px;
}
.detail .post p small {
  font-size: 1.4rem;
  line-height: 0.85;
}
.newsletters.detail .post:first-child {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #4c4c4d;
}

.detail .post a:not(.btn) {
  color: #1ce180;
}
.detail .post a:not(.btn):not(.cta) {
  text-decoration: underline;
}
.detail .post ol, .detail .post ul {
  list-style-position: outside;
  font-size: 20px;
  line-height: 1.5;
  color: #6d6d6d;
  padding-left: 2em;
  margin-top: -20px;
  padding-bottom: 20px;
}
.detail .post ol p:first-child, .detail .post ul p:first-child {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-weight: normal;
}
.detail .post ul li {
  list-style-type: circle;
  margin: 0 0 5px 0;
  padding: 0;
}
.detail .post ol li {
  margin: 0 0 10px 0;
  padding: 0;
}
.detail .post iframe {
  max-width: 400px;
}

.newsletters-detail article {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  box-shadow: none;
  padding: 30px 0;
  flex-direction: row;
  margin: 0;
  flex-direction: column;
}
@media (min-width: 641px) {
  .newsletters-detail article {
    flex-direction: row;
  }
}
.newsletters-detail article:last-child {
  border: 0;
}
.newsletters-detail article:nth-child(1), .newsletters-detail article:nth-child(4), .newsletters-detail article:nth-child(5) {
  flex-direction: column;
  align-items: flex-start;
}
.newsletters-detail article:nth-child(1) figure, .newsletters-detail article:nth-child(1) .copy, .newsletters-detail article:nth-child(4) figure, .newsletters-detail article:nth-child(4) .copy, .newsletters-detail article:nth-child(5) figure, .newsletters-detail article:nth-child(5) .copy {
  width: 100%;
}
.newsletters-detail article figure {
  position: relative;
  width: 100%;
  height: 300px;
}
@media (min-width: 641px) {
  .newsletters-detail article figure {
    width: 40%;
  }
}
.newsletters-detail article .copy {
  width: 100%;
  padding: 0 0 0 4%;
}
@media (min-width: 641px) {
  .newsletters-detail article .copy {
    padding: 0 30px 60px 30px;
    width: 60%;
  }
}

.article .mast {
  height: 400px;
}
@media (min-width: 1024px) {
  .article .mast {
    height: 400px;
    padding: 0;
  }
}

.row-footer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.featured {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
  background: black;
  background-image: url("https://cdn01.buxtonco.com/blog/bap-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 5px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 641px) {
  .featured {
    padding: 150px 0;
    z-index: 1;
    border-radius: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.featured p {
  font-size: 2rem;
  margin: 10px 0 20px 0;
  color: white;
}

.breadcrumbs-contain {
  display: none;
  align-items: center;
  background: white;
  margin-top: 50px;
  padding: 20px 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #989898;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 641px) {
  .breadcrumbs-contain {
    display: flex;
  }
}
.breadcrumbs-contain a {
  margin-left: 10px;
  transition: 0.3s;
  border-bottom: 1px solid white;
}
.breadcrumbs-contain a:hover {
  color: #989898;
  border-bottom: 1px solid #1ce180;
}
.breadcrumbs-contain span {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #989898;
  margin-left: 10px;
}
.breadcrumbs-contain .pipe {
  color: #989898;
}

.breadcrumbs {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.prev-next-articles {
  z-index: 1;
}
.prev-next-articles span {
  font-size: 1.2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  color: #000000;
}
.prev-next-articles p {
  font-size: 2.2rem;
  line-height: 1.1;
  color: #7f7f7f;
}
.prev-next-articles .contain {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 641px) {
  .prev-next-articles .contain {
    flex-direction: row;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1300px) {
  .prev-next-articles .contain {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.prev-next-articles .prev-next {
  display: flex;
  -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
}
@media (min-width: 640px) {
  .prev-next-articles .prev-next {
    width: 50%;
  }
}
.prev-next-articles .prev-next img {
  transition: 0.3s;
  -webkit-transform: none;
          transform: none;
}
.prev-next-articles .next {
  border-top: 1px solid #dddddd;
  text-align: right;
  justify-content: flex-end;
  padding: 10% 5%;
}
@media (min-width: 640px) {
  .prev-next-articles .next {
    border-left: 1px solid #dddddd;
    border-top: 0;
    padding: 40px 0 40px 5%;
  }
}
.prev-next-articles .next:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.prev-next-articles .next img {
  margin-left: 25px;
}
.prev-next-articles .prev {
  justify-content: flex-end;
  flex-direction: row-reverse;
  padding: 10% 5%;
}
@media (min-width: 640px) {
  .prev-next-articles .prev {
    padding: 40px 5% 40px 0;
  }
}
.prev-next-articles .prev:hover img {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.prev-next-articles .prev img {
  margin-right: 25px;
}

.newsroom .all-news {
  margin-top: 30px;
  text-align: center;
  flex-basis: 100%;
  display: flex;
  align-items: center;
}
.newsroom .about-buxton p {
  font-size: 4.5vw;
  line-height: 6.5vw;
}
@media (min-width: 641px) {
  .newsroom .about-buxton p {
    font-size: 2.4rem;
    line-height: 1.66;
  }
}
.newsroom .about-buxton .content {
  background-color: #f2f2f2;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 641px) {
  .newsroom .about-buxton .content {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}
.newsroom .about-buxton .content span {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}
.newsroom .download-asset {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  background-color: #e6e6e6;
  padding: 15px 30px;
  color: #808080;
  transition: 0.3s;
}
.newsroom .download-asset:hover {
  background-color: #d9d9d9;
}
.newsroom .download-asset img {
  position: relative;
  top: 2px;
  margin-left: 20px;
}
.newsroom .videos {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 641px) {
  .newsroom .videos {
    flex-direction: row;
  }
}
.newsroom .videos .video {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 641px) {
  .newsroom .videos .video {
    width: 49%;
  }
}
.newsroom .videos .video.analytics-platform {
  background-image: url("https://cdn01.buxtonco.com/newsroom/bap-bg.jpg");
  margin-bottom: 2%;
}
@media (min-width: 641px) {
  .newsroom .videos .video.analytics-platform {
    margin: 0;
  }
}
.newsroom .videos .video.analytics-platform a {
  background-color: #1ce180;
}
.newsroom .videos .video.analytics-platform a:hover {
  background-color: #19ca73;
}
.newsroom .videos .video.about-buxton {
  background-image: url("https://cdn01.buxtonco.com/newsroom/our-story-bg.jpg");
}
.newsroom .videos .video.about-buxton a {
  background-color: #1ce180;
}
.newsroom .videos .video.about-buxton a:hover {
  background-color: #19ca73;
}
.newsroom .videos .video span {
  display: block;
}
.newsroom .videos .video img {
  padding: 85px 0 35px 0;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .newsroom .videos .video img {
    padding: 130px 0 70px 0;
  }
}
.newsroom .videos .video img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.newsroom .videos .video a {
  color: white;
  display: block;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1;
  padding: 20px 30px;
  transition: 0.3s;
}
.newsroom .media-assets {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .newsroom .media-assets {
    flex-direction: row;
    margin-top: 2%;
  }
}
.newsroom .media-assets p {
  padding: 10px 30px 40px 30px;
  color: #808080;
  font-size: 1.8rem;
}
@media (min-width: 1025px) {
  .newsroom .media-assets p {
    font-size: 1.9rem;
  }
}
.newsroom .media-assets .asset {
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  width: 100%;
  margin-top: 2%;
}
@media (min-width: 1024px) {
  .newsroom .media-assets .asset {
    width: 49%;
    margin-top: 0;
  }
}
.newsroom main.links-contain {
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4%;
}
@media (min-width: 641px) {
  .newsroom main.links-contain {
    padding: 30px;
  }
}
.newsroom main.links-contain a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  border: 1px solid #dddddd;
  background-color: white;
  border-radius: 3px;
  color: #808080;
  padding: 25px 25px 20px 25px;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  margin-top: 2%;
}
.newsroom main.links-contain a:first-child {
  margin-top: 0;
}
@media (min-width: 641px) {
  .newsroom main.links-contain a {
    width: 49%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .newsroom main.links-contain a {
    width: 32%;
  }
}
.newsroom main.links-contain a:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .newsroom main.links-contain a:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .newsroom main.links-contain a:nth-child(n+3) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .newsroom main.links-contain a:nth-child(n+4) {
    margin-top: 15px;
  }
}
.newsroom .contact-press {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width: 641px) {
  .newsroom .contact-press {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1024px) {
  .newsroom .contact-press {
    flex-direction: row;
  }
}
@media (max-width: 640px) {
  .newsroom .contact-press .subsection {
    text-align: center;
  }
}

.press-contact {
  display: flex;
  align-items: center;
  color: #808080;
  flex-direction: column;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  margin-bottom: 3rem;
}
@media (min-width: 1100px) {
  .press-contact {
    flex-direction: row;
  }
}
.press-contact img {
  width: 120px;
  height: 120px;
  border-radius: 60px;
}
.all-news .press-contact img {
  width: 90px;
  height: 90px;
  border-radius: 45px;
}
.press-contact .info {
  padding: 20px 0 0 0;
  text-align: center;
}
@media (min-width: 1100px) {
  .press-contact .info {
    flex-direction: row;
    padding: 0 0 0 20px;
    text-align: left;
  }
}
.press-contact .name {
  font-size: 2.2rem;
}
.press-contact .title {
  font-size: 1.6rem;
  line-height: 1.125;
  margin-bottom: 10px;
}
.all-news .press-contact .title {
  padding-right: 0;
}
.press-contact a {
  font-size: 1.6rem;
  display: block;
}

@media (min-width: 1024px) {
  .all-news .articles {
    width: 67%;
  }
}
.all-news aside {
  border: 0;
  border-top: 1px solid #dddddd;
  align-self: flex-start;
  font-size: 1.6rem;
  color: #808080;
  width: 100%;
}
@media (min-width: 1024px) {
  .all-news aside {
    width: 33%;
    border: 0;
    border-left: 1px solid #dddddd;
  }
}
.all-news aside > div {
  padding: 10% 20% 10% 10%;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 641px) {
  .all-news aside > div {
    padding: 5%;
  }
}
@media (min-width: 1024px) {
  .all-news aside > div {
    padding: 50px;
  }
}
.all-news aside > div:last-child {
  border: 0;
}
.all-news aside > div.quicklinks {
  position: relative;
  display: flex;
  flex-direction: column;
}
.all-news aside > div.quicklinks a {
  align-self: flex-start;
  padding: 0 3px 2px 3px;
  margin-left: 7px;
  margin-bottom: 15px;
  transition: 0.3s;
  border-bottom: 1px solid white;
}
.all-news aside > div.quicklinks a:hover {
  border-bottom: 1px solid #1ce180;
}
.all-news aside > div.quicklinks a:last-child {
  padding-top: 0;
}
.all-news aside .filter {
  transition: 0.3s;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  .all-news aside .filter {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .all-news aside .filter {
    flex-direction: column;
  }
}
.all-news aside .filter:hover img {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.all-news aside .filter.active {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  transition-delay: 0.05s;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.all-news aside .filter.active .items {
  display: block;
}
.all-news aside .filter.active .label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}
.all-news aside .filter.active img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.all-news aside .items {
  position: relative;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  background: white;
  transition: 0.3s;
}
.all-news aside .items:last-child {
  padding-left: 0;
}
@media (min-width: 641px) {
  .all-news aside .items:last-child {
    padding-left: 50px;
  }
}
@media (min-width: 1024px) {
  .all-news aside .items:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .all-news aside .items {
    width: 100%;
    padding: 0;
  }
}
.all-news aside .items a {
  align-self: flex-start;
  padding: 15px 3px 0 3px;
  margin-left: 7px;
  transition: 0.3s;
  border-bottom: 1px solid white;
}
.all-news aside .items a:hover, .all-news aside .items a.active {
  border-bottom: 1px solid #1ce180;
}
.all-news aside .items .header {
  padding: 0 15px 0 0;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
.all-news aside .items .header.industry {
  padding-top: 30px;
}
@media (min-width: 641px) {
  .all-news aside .items .header.industry {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .all-news aside .items .header.industry {
    padding-top: 30px;
  }
}
.all-news article {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
}
.all-news article figure {
  position: relative;
  width: 40%;
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .all-news article figure {
    width: 250px;
    max-height: 180px;
    overflow: hidden;
    -ms-grid-row-align: initial;
        align-self: initial;
  }
}
.all-news article figure.client-logo {
  border: 1px solid #dddddd;
  padding: 30px;
}
.all-news article figure img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.all-news article .content {
  width: 55%;
  padding-left: 5%;
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .all-news article .content {
    padding-left: 30px;
    width: 60%;
    padding-left: 5%;
    -ms-grid-row-align: initial;
        align-self: initial;
  }
}

.upcoming_events .section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 641px) {
  .upcoming_events .section {
    flex-direction: row;
    margin-bottom: 0;
    border-top: 0;
  }
}
.upcoming_events .description {
  padding-right: 10%;
}
@media (min-width: 769px) {
  .upcoming_events .description {
    padding-right: 25%;
  }
}
.upcoming_events .label {
  font-size: 1.8rem;
  padding: 30px 0px 30px 15px;
}
@media (min-width: 641px) {
  .upcoming_events .label {
    border-top: 1px solid #1ce180;
    font-size: 1.8rem;
    width: 20%;
    padding: 40px 0 80px 10px;
  }
}
.upcoming_events .info {
  padding: 0 0 20px 15px;
  width: 100%;
}
@media (min-width: 641px) {
  .upcoming_events .info {
    width: 76%;
    padding: 40px 0 40px 10px;
    border-top: 1px solid #e6e6e6;
  }
}
.upcoming_events .info time {
  font-size: 2.4rem;
}
.upcoming_events .info address {
  font-size: 2.4rem;
  font-style: normal;
}
.upcoming_events .info span {
  display: block;
}
.upcoming_events .info .address, .upcoming_events .info .time {
  font-size: 2rem;
  margin-top: 5px;
  color: #6d6d6d;
}
.upcoming_events .info .cta {
  margin-top: 30px;
}
.upcoming_events .info .booth-number {
  margin: 0 0 20px 0;
  font-size: 1.8rem;
  line-height: 1;
}
.upcoming_events .details .info {
  padding-right: 10%;
}
@media (min-width: 769px) {
  .upcoming_events .details .info {
    padding-right: 25%;
  }
}
.upcoming_events .details p:last-child {
  margin-bottom: 0;
}
.upcoming_events .action p:first-child {
  margin-bottom: 0;
}

.subsection {
  padding-bottom: 25px;
  margin-top: 80px;
  font-size: 2.6rem;
  color: #808080;
  text-align: center;
  width: 100%;
}
@media (min-width: 641px) {
  .subsection {
    margin-top: 0;
  }
}

.pill {
  position: relative;
  font-size: 1.2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  border: 2px solid #1ce180;
  border-radius: 2em;
  padding: 7px 20px;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s;
  transition-delay: 1s;
  align-self: flex-start;
}
.pill.category {
  color: #000000;
  background: white;
  transition: 0.3s;
  margin: 1%;
}
@media (min-width: 641px) {
  .pill.category {
    margin: 0 10px 0 0;
  }
}
.pill.category:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.category-date {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 0 5px 0;
  color: #989898;
}
@media (min-width: 641px) {
  .category-date {
    display: flex;
    font-size: 1.1rem;
  }
}
.articles .category-date {
  margin: 0;
}
.category-date.white {
  color: white;
}
@media (max-width: 639px) {
  .category-date .date {
    display: none;
  }
}
@media (max-width: 639px) {
  .all-news .category-date:last-child {
    display: none;
  }
}

.load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 2px;
  border-top: 1px solid #dddddd;
  padding: 60px 0 45px 0;
  color: #989898;
  background: white;
  transition: 0.3s;
  cursor: pointer;
}
.load-more:hover {
  background: #f1f1f1;
}
.load-more:hover img {
  -webkit-transform: rotate(90deg) translateX(0px);
          transform: rotate(90deg) translateX(0px);
}
.all-news .load-more {
  flex-basis: 100%;
}
.load-more img {
  position: relative;
  transition: 0.3s;
  -webkit-transform: rotate(90deg) translateX(-3px);
          transform: rotate(90deg) translateX(-3px);
}

.pagination {
  display: none;
}

#rail {
  z-index: -1;
}
@media (min-width: 1024px) {
  #rail {
    transition: 0.3s;
    top: 0;
  }
  #rail.stuck {
    position: fixed;
    top: 30px;
    transition: 0.3s;
  }
}

.image-cards {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -1.25rem;
}
.image-cards a {
  display: flex;
  color: white;
}
.image-cards article {
  position: relative;
  height: 360px;
  width: 100%;
  margin-left: 1.25rem;
  display: flex;
  flex: 1 1 auto;
  margin-bottom: 1.25rem;
  background-color: white;
  padding: 20px 20px 30px 20px;
}
@media (min-width: 768px) {
  .image-cards article {
    width: calc(50% - 1.25rem);
  }
}
.image-cards article:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.image-cards article:hover .fill {
  -webkit-transform: scale(3);
          transform: scale(3);
  transition-origin: top center;
}
@media (min-width: 1024px) {
  .image-cards article.half {
    width: calc(50% - 1.25rem);
  }
}
@media (min-width: 1024px) {
  .image-cards article.third {
    width: calc(33% - 1.25rem);
  }
}
@media (min-width: 1024px) {
  .image-cards article.quarter {
    width: calc(25% - 1.25rem);
  }
}
.image-cards figure {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.image-cards figure img {
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.image-cards figure .fill {
  transition: 1s;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 5%, rgba(0, 0, 0, 0) 100%);
}
.image-cards .content {
  position: relative;
  align-self: flex-end;
  text-align: left;
}
.image-cards.upcoming-events article:nth-child(n+5) {
  display: none;
}
@media (min-width: 640px) {
  .image-cards.upcoming-events article {
    height: 366px;
  }
}

.image-cards.all-events article:nth-child(n+5) {
  display: flex;
}

.upcoming-events-contain {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
