@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,600i,700,700i,900,900i&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
html {
  min-height: -webkit-fill-available;
}

body {
  font-family: "Source Sans Pro";
  color: #151F1E;
  line-height: 125%;
  height: initial;
  background-color: #f2efe9;
}
body #loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #f2efe9;
  z-index: 1000000;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 128px 128px;
  display: none;
}
body #loading .loading {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  margin-top: 5vh;
}

.h-window {
  height: var(--windowHeight);
}

.w-window {
  width: var(--windowwidth);
}

.min-h-window {
  min-height: var(--windowHeight);
}

.min-w-window {
  min-width: var(--windowwidth);
}

.pointer-none {
  pointer-events: none;
}

.pointer-all {
  pointer-events: all;
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.p-075 {
  padding: 0.75rem;
}

.px-075 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-075 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.dbl-col {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

input,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

*:focus {
  outline: none;
}

input:focus, input.form-control:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

input:not(input:-webkit-autofill)::-webkit-contacts-auto-fill-button {
  background-color: #fff;
  display: none;
}

input::-webkit-contacts-auto-fill-button {
  display: none;
}

.form-control {
  height: auto !important;
  padding: 0;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

input::-webkit-input-placeholder,
input::placeholder {
  color: #9B9B9E !important;
  opacity: 1;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}

h1 [id]::before, h2 [id]::before, h3 [id]::before, h4 [id]::before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
}

h1 {
  color: #151F1E;
  font-family: "IBM Plex Serif";
  font-size: 127px;
  font-weight: 900;
  letter-spacing: -5px;
  line-height: 127px;
  margin-bottom: 50px;
}
h1.hero {
  font-size: 3.8125rem;
  line-height: 110%;
  letter-spacing: -0.09375rem;
}
h1 b {
  position: relative;
  font-weight: 500;
}
h1 b:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 34px;
  background-color: #DAD2C6;
  z-index: -1;
}

h2 {
  color: #151F1E;
  font-family: "Source Sans Pro";
  font-size: 43px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 49px;
  margin-bottom: 8px;
}

h3 {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 8px;
  font-weight: 600;
}

h4 {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.brdr {
  border: 1px solid red;
}

p, li {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 19px;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 29px;
}
p.f29, li.f29 {
  font-size: 29px !important;
  line-height: 39px !important;
}
p.f19, li.f19 {
  font-size: 19px !important;
  line-height: 29px !important;
}
p.f17, li.f17 {
  font-size: 17px !important;
  line-height: 27px !important;
}
p.f15, li.f15 {
  font-size: 15px !important;
  line-height: 25px !important;
}

.hero-for-social {
  height: 0;
}

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

.gutter-20 {
  --bs-gutter-x: 20px;
}

.gutter-40 {
  --bs-gutter-x: 40px;
}

.gutter-50 {
  --bs-gutter-x: 50px;
}

.gutter-68 {
  --bs-gutter-x: 68px;
}

.gutter-133 {
  --bs-gutter-x: 133px;
}

.w-md-50 {
  width: 50%;
  margin: 0 auto;
}

a {
  color: #3087E0;
  text-decoration: none;
  transition: linear all 300ms;
}
a:hover {
  text-decoration: underline;
  color: #65B0FE;
  transition: linear all 300ms;
}
a:active {
  text-decoration: underline;
  color: #276CB3;
  transition: linear all 300ms;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

p.button a,
button,
a.button {
  display: inline-block;
  padding: 0 22px;
  margin: 8px 0 0 0;
  border-radius: 20px;
  height: 40px;
  transition: linear all 300ms;
  cursor: pointer;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  border: 2px solid #2E3035;
  text-transform: uppercase;
}
p.button a:hover, p.button a.active,
button:hover,
button.active,
a.button:hover,
a.button.active {
  text-decoration: none;
  transition: linear all 300ms;
  background-color: #2E3035;
  color: #ffffff;
}
p.button a.black,
button.black,
a.button.black {
  color: #ffffff;
  background-color: #2E3035;
}
p.button a.black:hover, p.button a.black:active,
button.black:hover,
button.black:active,
a.button.black:hover,
a.button.black:active {
  background-color: transparent;
  text-decoration: none;
  box-shadow: none;
  color: #2E3035;
}
p.button a.arrow-right,
button.arrow-right,
a.button.arrow-right {
  position: relative;
  border: none;
  padding-left: 61px;
  font-size: 20px;
  transition: all linear 250ms;
}
p.button a.arrow-right:after,
button.arrow-right:after,
a.button.arrow-right:after {
  transition: all linear 250ms;
  content: "";
  bottom: 4px;
  border: 2px solid #2E3035;
  border-radius: 17px;
  width: 36px;
  height: 36px;
  position: absolute;
  left: -6px;
  left: 0px;
}
p.button a.arrow-right:before,
button.arrow-right:before,
a.button.arrow-right:before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  left: 7px;
  bottom: 0px;
  background-image: url("../images/svg/arrow_right_link.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
p.button a.arrow-right:hover, p.button a.arrow-right:active, p.button a.arrow-right.active,
button.arrow-right:hover,
button.arrow-right:active,
button.arrow-right.active,
a.button.arrow-right:hover,
a.button.arrow-right:active,
a.button.arrow-right.active {
  background-color: transparent;
  color: inherit;
  transition: all linear 250ms;
  text-decoration: none;
}
p.button a.arrow-right:hover:after, p.button a.arrow-right:active:after, p.button a.arrow-right.active:after,
button.arrow-right:hover:after,
button.arrow-right:active:after,
button.arrow-right.active:after,
a.button.arrow-right:hover:after,
a.button.arrow-right:active:after,
a.button.arrow-right.active:after {
  width: 100%;
}
p.button a.disabled,
button.disabled,
a.button.disabled {
  opacity: 0.5 !important;
  pointer-events: none;
}
p.button a.forward,
button.forward,
a.button.forward {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  display: block;
  background-color: #FC1DC8;
  border: 0.0625rem solid #FC1DC8;
  box-shadow: 0 1.125rem 2.1875rem 0 rgba(252, 29, 200, 0.25);
  position: relative;
  padding: 0;
  left: calc(50% - 1.3125rem);
  z-index: 200;
}
p.button a.forward:hover,
button.forward:hover,
a.button.forward:hover {
  box-shadow: 0 18px 35px 0 rgba(252, 29, 200, 0.55);
  text-decoration: none;
}
p.button a.forward:active,
button.forward:active,
a.button.forward:active {
  box-shadow: none;
  background-color: #CC16A1;
  text-decoration: none;
}
p.button a.forward img,
button.forward img,
a.button.forward img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.625rem;
  height: 2.625rem;
}

.w-55 {
  width: 55% !important;
}

.w-65 {
  width: 65% !important;
}

.w-75 {
  width: 75% !important;
}

body.homepage #main.with-warning {
  padding-top: 50px;
}

body.blog #main.with-warning,
body.blogMain #main.with-warning {
  transform: translateY(100px);
}
body.blog #blogpost-hero .carousel-inner,
body.blogMain #blogpost-hero .carousel-inner {
  overflow: visible;
}
body.blog #blogpost-hero .carousel-indicators,
body.blogMain #blogpost-hero .carousel-indicators {
  top: 30rem;
  bottom: auto;
}
body.blog #blogpost-hero .blog-image-wrapper,
body.blogMain #blogpost-hero .blog-image-wrapper {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 650px;
  background-position: center;
}
body.blog h1,
body.blogMain h1 {
  margin-bottom: 2rem;
  color: #151F1E;
  font-family: "Source Sans Pro";
  font-size: 47px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 67px;
  text-align: left;
}
body.blog p.caption,
body.blogMain p.caption {
  font-size: 0.8125rem !important;
  line-height: 1.0625rem !important;
  margin: -1.5rem 0 2.5rem 0;
  padding: 0 10%;
}
body.blog p, body.blog ul, body.blog ol, body.blog li,
body.blogMain p,
body.blogMain ul,
body.blogMain ol,
body.blogMain li {
  margin: 0 0 44px;
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  letter-spacing: 0;
  line-height: 31px;
}
body.blog p.image-caption, body.blog ul.image-caption, body.blog ol.image-caption, body.blog li.image-caption,
body.blogMain p.image-caption,
body.blogMain ul.image-caption,
body.blogMain ol.image-caption,
body.blogMain li.image-caption {
  font-weight: bold;
  margin: 0;
}
body.blog p.image-copyright, body.blog ul.image-copyright, body.blog ol.image-copyright, body.blog li.image-copyright,
body.blogMain p.image-copyright,
body.blogMain ul.image-copyright,
body.blogMain ol.image-copyright,
body.blogMain li.image-copyright {
  margin: 0;
  text-align: right;
  font-style: italic;
  font-size: 75%;
}
body.blog p.image-copyright p, body.blog ul.image-copyright p, body.blog ol.image-copyright p, body.blog li.image-copyright p,
body.blogMain p.image-copyright p,
body.blogMain ul.image-copyright p,
body.blogMain ol.image-copyright p,
body.blogMain li.image-copyright p {
  margin-bottom: 0;
}
body.blog .image-wrapper,
body.blogMain .image-wrapper {
  margin: 0;
}
body.blog figure,
body.blogMain figure {
  width: 80% !important;
  margin: 2rem auto !important;
}
body.blog figure img,
body.blogMain figure img {
  max-width: 100%;
  height: auto !important;
}
body.blog blockquote,
body.blogMain blockquote {
  color: #151F1E;
  font-weight: 400;
  padding: 0 3rem;
  margin: 80px 0 80px 0;
  position: relative;
  cursor: pointer;
  color: #58595D;
  font-family: "Source Sans Pro";
  font-size: 31px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 43px;
  text-align: center;
}
body.blog blockquote:before,
body.blogMain blockquote:before {
  position: absolute;
  width: 200%;
  height: 145px;
  left: -53%;
  bottom: -83px;
  background-image: url(../images/svg/blockquote_line.svg);
  background-size: cover;
  pointer-events: none;
}
body.blog blockquote:after,
body.blogMain blockquote:after {
  width: 42px;
  height: 42px;
  position: absolute;
  left: calc(50% - 21px);
  bottom: -3rem;
  background-image: url("../images/svg/icon_twitter.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f2efe9;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
body.blog blockquote:hover:after,
body.blogMain blockquote:hover:after {
  cursor: pointer;
}
body.blog blockquote:active:after,
body.blogMain blockquote:active:after {
  cursor: pointer;
}
body.blog iframe,
body.blogMain iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
body.blog ul,
body.blogMain ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
body.blog ul li,
body.blogMain ul li {
  margin: 0;
}
body.blog ul li:last-child,
body.blogMain ul li:last-child {
  margin-bottom: 0;
}
body.blog ol,
body.blogMain ol {
  counter-reset: li;
  display: block;
  list-style-type: none;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 0 30px;
}
body.blog ol li:before,
body.blogMain ol li:before {
  color: #00AAD7;
  content: counter(li) ":";
  counter-increment: li;
  padding-right: 0.75rem;
  font-size: 1.25em;
  display: inline-block;
  min-width: 1rem;
  text-align: center;
}
body.blog ul.social-share,
body.blogMain ul.social-share {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  text-align: left;
  z-index: 10;
}
body.blog ul.social-share li,
body.blogMain ul.social-share li {
  display: inline-block;
  margin: 0 8px;
}
body.blog ul.social-share li:first-child,
body.blogMain ul.social-share li:first-child {
  margin-left: 0;
}
body.blog ul.social-share li a,
body.blogMain ul.social-share li a {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f2efe9;
}
body.blog ul.social-share li a:hover, body.blog ul.social-share li a:active,
body.blogMain ul.social-share li a:hover,
body.blogMain ul.social-share li a:active {
  text-decoration: none;
}
body.blog ul.social-share li a img,
body.blogMain ul.social-share li a img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body.blog ul.blog-post-categories,
body.blogMain ul.blog-post-categories {
  text-align: left;
  margin: 3rem 0 1rem 0;
  padding: 0 !important;
}
body.blog ul.blog-post-categories li,
body.blogMain ul.blog-post-categories li {
  display: inline-block;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #808098;
  font-weight: 400;
  color: #C7BAA8;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 21px;
}
body.blog ul.blog-post-categories li:after,
body.blogMain ul.blog-post-categories li:after {
  content: ", ";
}
body.blog ul.blog-post-categories li:last-child:after,
body.blogMain ul.blog-post-categories li:last-child:after {
  content: "";
}
body.blog ul.blog-post-categories li a,
body.blogMain ul.blog-post-categories li a {
  color: inherit;
}
body.blog .date-wrapper,
body.blogMain .date-wrapper {
  margin: 8px 0;
}

body.blog .author-wrapper {
  width: 100%;
}
body.blog .author-wrapper img.author-image {
  margin: 0 16px 0 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
}
body.blog .author-wrapper .author-content p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #636468;
  margin: 0;
}
body.blog .author-wrapper .author-content p.posted-by span {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #2E3035;
}
body.blog .author-wrapper .author-content p a {
  color: inherit;
}

body.blog .share-wrapper p {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px;
  text-align: left;
  letter-spacing: -1px;
  color: #2E3035;
  margin-bottom: 8px;
}

body.blog .date-wrapper p {
  font-family: "Source Sans Pro" !important;
  text-align: left;
  margin: 0 !important;
  color: #636468 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 18px !important;
  text-transform: uppercase;
}

section.blog-categories {
  margin: 48px 0 0 0;
}
section.blog-categories.bottom {
  margin: 0 0 48px 0;
}
section.blog-categories ul.blog-categories {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
section.blog-categories ul.blog-categories li {
  display: inline-block;
  cursor: pointer;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}
section.blog-categories ul.blog-categories li:hover, section.blog-categories ul.blog-categories li.active {
  text-decoration: underline;
}
section.blog-categories ul.blog-categories li:active {
  text-decoration: none;
  font-weight: 900;
}
section.blog-categories ul.blog-categories li.disabled {
  opacity: 0.5;
  cursor: default;
}
section.blog-categories ul.blog-categories li.disabled:hover {
  text-decoration: none;
}
section.blog-categories ul.blog-categories li:last-child + .sep {
  display: none;
}
section.blog-categories ul.blog-categories li a {
  color: #2E3035;
}
section.blog-categories ul.blog-categories .sep:after {
  content: "|";
  color: #2E3035;
  font-weight: 300;
  font-size: 1rem;
  margin: 0 8px;
}
section.blog-categories ul.blog-categories .sep_off:after {
  content: "\a" !important;
  margin: 0 !important;
}
section.blog-categories form {
  margin-top: 24px;
}
section.blog-categories form .form-control {
  border: none;
  background: none;
  box-shadow: none;
}
section.blog-categories form input[type=text] {
  width: 100%;
  border: none;
  max-width: 18rem;
  margin: 0 auto;
  display: inline;
  border-bottom: 1px solid #797978;
  background-color: transparent !important;
  height: 28px;
  margin: 0;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
section.blog-categories form input[type=text]:focus {
  border-bottom: 1px solid #2E3035;
}
section.blog-categories form input[type=text].error {
  border-bottom: 1px solid #dc686b !important;
}
section.blog-categories form .clear-search-icon {
  content: url("../site_images/icon_clear.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  display: none;
  cursor: pointer;
}

#search {
  box-shadow: none;
  background-color: #EAE6DD;
}

.slick-dotted.slick-slider {
  margin: 0;
}

section.signup {
  padding: 64px 0;
  margin: 64px 0 0 0;
  background-color: #EAE6DD;
}
section.signup .background {
  height: 16rem;
  top: 4rem;
}
section.signup form {
  margin-top: 24px;
}
section.signup form .form-control {
  border: none;
  background: none;
  box-shadow: none;
}
section.signup form input[type=email], section.signup form input[type=text] {
  width: calc(100% - 124px);
  border: none;
  background-color: #DAD2C6;
  height: 2.625rem;
  line-height: 2.625rem;
  font-size: 1rem;
  color: #808098;
  padding: 0 1rem;
  margin: 0;
  display: block;
  float: left;
  border: none;
  border-bottom: 1px solid #797978;
  background-color: transparent !important;
  height: 28px;
  margin: 0;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
section.signup form input[type=email].error, section.signup form input[type=text].error {
  background-color: #dc686b;
  color: #fff;
}
section.signup form .button {
  width: 100px;
  margin: 0 0 0 20px;
}
section.signup h1 {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 63px !important;
  font-weight: 500;
  letter-spacing: -2.7px;
  line-height: 73px !important;
  margin: 0 0 0 68px;
}
section.signup p {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0;
}

.pixel-iframe {
  width: 1px;
  height: 1px;
  display: none;
}

.footer {
  position: relative;
  background-image: url("../images/svg/footer_top.svg");
  background-size: 110% auto;
  background-repeat: no-repeat;
  background-position: -20px 0px;
  padding-top: 72px;
  z-index: 100;
}
.footer .brdr-bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #636468;
}
.footer .footer-contact a {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  color: #35373D;
}
.footer a.button.blue {
  border: 0.0625rem solid #3087E0;
  box-shadow: none;
}
.footer a.button.blue:hover {
  border-color: #ffffff;
  background-color: #3395FA;
  box-shadow: none;
}
.footer a.button.blue:active {
  background-color: #276CB3;
  border-color: #276CB3;
  box-shadow: none;
}
.footer .container-fluid {
  padding-top: 70px;
}
.footer h3 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9B9B9E;
  margin: 0 0 0px 0 !important;
}
.footer h4 {
  color: #35373D;
  font-family: "Source Sans Pro";
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 35px;
  text-align: left;
}
.footer ul.blog_categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul.blog_categories li {
  color: #35373D;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
}
.footer ul.blog_categories li:last-child {
  margin: 0;
}
.footer ul.blog_categories li a {
  color: #35373D;
}
.footer ul.blog_categories li:hover, .footer ul.blog_categories li:active {
  text-decoration: underline;
}
.footer p {
  color: #35373D;
  font-family: "IBM Plex Serif";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
}
.footer ul.social {
  list-style: none;
  margin: 24px 0 0 0;
  padding: 0;
}
.footer ul.social li {
  list-style: none;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.footer ul.social li:last-child {
  margin-right: 0;
}
.footer ul.social li a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
}
.footer ul.social li a img {
  width: 100%;
  height: 100%;
}
.footer .button.join {
  margin: 24px 0;
}
.footer .button.api {
  margin: 24px 0 0;
}
.footer ul.footer-blurb-menu {
  list-style: none;
  float: left;
  display: block;
  margin: 25px 0 0 0;
  padding: 0;
}
.footer ul.footer-blurb-menu li {
  list-style: none;
  float: left;
  margin-right: 24px;
  color: #35373D;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
.footer ul.footer-blurb-menu li:last-child {
  margin-right: 0;
}
.footer ul.footer-blurb-menu li a {
  color: inherit;
}
.footer .nav-logo {
  width: 95px;
  height: auto;
}
.footer .copyright {
  display: block;
  color: #636468;
  font-family: "Source Sans Pro";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  float: right;
  margin: 25px 0 0 0;
}

.learn-more h1 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 63px;
  line-height: 73px;
  letter-spacing: -4px;
  color: #35373D;
}

.grecaptcha-badge {
  display: none !important;
  z-index: -10000000;
}

.quote-carousel {
  padding: 0 0 130px 0;
}
.quote-carousel svg {
  position: absolute;
  top: -7rem;
  left: 2rem;
}
.quote-carousel .carousel-inner {
  overflow: visible;
}
.quote-carousel .carousel-inner {
  width: 110%;
}
.quote-carousel .carousel-indicators {
  bottom: -6rem;
}
.quote-carousel .quote-image-wrapper {
  z-index: 100;
  position: relative;
  background-size: cover;
  width: 100%;
  height: 27.125rem;
  transform: rotate(-5deg);
  left: 2rem;
  border: 0.25rem solid #ffffff;
  box-shadow: 0 40px 75px 0 rgba(61, 67, 118, 0.4);
  border-top-left-radius: 13.5625rem;
  border-bottom-left-radius: 13.5625rem;
}
.quote-carousel .quote-image-wrapper img {
  width: 100%;
  height: 27.125rem;
}
.quote-carousel .quote-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 1.5rem;
  width: 30rem;
  height: 30rem;
  text-align: center;
  position: absolute;
  top: 1rem;
  left: 6rem;
  z-index: 10;
}
.quote-carousel .quote-carousel-wrapper p {
  color: #151F1E;
  text-align: center;
  margin: 0;
}
.quote-carousel .quote-carousel-wrapper p.company {
  font-size: 2.4375rem;
  font-weight: 600;
  margin-bottom: 0;
}
.quote-carousel .quote-carousel-wrapper p.quote {
  font-size: 2.4375rem;
  line-height: 2.6875rem;
  font-weight: normal;
  font-style: italic;
  margin: 1.5rem 0;
}
.quote-carousel .quote-carousel-wrapper p.quotee {
  font-size: 1.0625rem;
  color: #808098;
  font-weight: 300;
  line-height: 1.5rem;
}
.quote-carousel .quote-carousel-wrapper p.position {
  line-height: 1.5rem;
  font-size: 1.0625rem;
  color: #808098;
  font-weight: 400;
}

#blog-hero .white-1 {
  display: none;
}
#blog-hero .blog-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 1.5rem;
  width: 30rem;
  height: 30rem;
  text-align: center;
  position: absolute;
  left: calc(50% - 35rem);
  top: 1rem;
  z-index: 10;
}
#blog-hero .blog-wrapper p {
  color: #151F1E;
  text-align: center;
  margin: 0;
}
#blog-hero .blog-wrapper h1 {
  font-size: 1.9375rem;
  font-weight: normal;
  text-align: center;
}
#blog-hero .blog-wrapper p.lead {
  font-size: 1.3125rem;
  line-height: 2.1875rem;
  font-weight: 300;
  text-align: center;
}
#blog-hero #blogHeroCarousel .carousel-inner {
  overflow: visible;
}
#blog-hero #blogHeroCarousel .carousel-inner {
  width: 110%;
}
#blog-hero #blogHeroCarousel .carousel-indicators {
  top: 30rem;
  bottom: auto;
}
#blog-hero #blogHeroCarousel .blog-image-wrapper {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 27.125rem;
  background-position: center;
}

#quoteCarousel .slick-dots {
  bottom: 1rem;
  top: auto;
  left: 20rem;
  z-index: 400;
}
#quoteCarousel .blog-image-wrapper {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 650px;
  background-position: center;
}
#quoteCarousel .carousel-indicators {
  bottom: -3rem;
}
#quoteCarousel .carousel-indicators li {
  flex: 0 1 auto;
  background-color: #3087E0;
  box-sizing: content-box;
  width: 1.875rem;
  height: 0.1875rem;
  margin-right: 0.1875rem;
  margin-left: 0.1875rem;
  text-indent: -999rem;
  cursor: pointer;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

body.approach #main.with-warning {
  padding-top: 100px;
}
body.approach img.hero {
  max-height: 140%;
}
body.approach section.feature h3 {
  margin-bottom: 24px;
}
body.approach section.feature .approach-feature-1 {
  position: absolute;
  width: 50vw;
  height: auto;
  left: -2vw;
  top: 0px;
  top: 50%;
  transform: translateY(-50%);
}
body.approach section.feature.approach-feature-2 img.hero {
  top: 70%;
}
body.approach section.feature .approach-feature-2 {
  position: absolute;
  width: 50vw;
  height: auto;
  left: -3vw;
  top: 0px;
  top: 50%;
  transform: translateY(-50%);
}
body.approach section.feature .approach-feature-3 {
  position: absolute;
  width: 50vw;
  height: auto;
  left: 1vw;
  top: 0px;
  top: 50%;
  transform: translateY(-50%);
}
body.approach section.icons h3 {
  font-size: 22px;
  line-height: 28px;
}
body.approach section.icons .container {
  padding: 200px 0 100px 0;
}
body.approach section.icons img.bg {
  max-width: initial;
  position: absolute;
  width: 130%;
  height: auto;
  top: -12%;
  left: -15%;
  z-index: -1;
}
body.approach section.icons .icons-wrapper p {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}
body.approach section.icons .icons-wrapper img.icon {
  max-height: 46px;
  margin: 20px 0 8px;
}
body.approach section.fifty-process .top-row {
  padding-top: 70px;
}
body.approach section.fifty-process .top-row p {
  font-size: 17px;
  line-height: 27px;
}
body.approach section.fifty-process .bottom-row p {
  font-size: 15px;
  line-height: 25px;
}
body.approach section.quotes .container {
  padding: 200px 0 100px 0;
}
body.approach section.quotes .border-right {
  border-right: 1px dotted #2e3035;
}
body.approach section.quotes .border-right:last-of-type {
  border: none;
}
body.approach section.quotes .quotee-wrapper div.image {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  overflow: hidden;
}
body.approach section.quotes .quotee-wrapper div.image img {
  width: 100%;
  height: 100%;
}
body.approach section.quotes .quotee-wrapper .author {
  display: inline-block;
  float: left;
  margin-left: 0px;
}
body.approach section.quotes .quotee-wrapper p {
  color: #151F1E;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
  font-family: "IBM Plex Serif";
}
body.approach section.quotes .quotee-wrapper p.quotee {
  font-family: "IBM Plex Serif";
}
body.approach section.quotes .quotee-wrapper p.company span {
  font-family: "Source Sans Pro";
  font-weight: normal;
}
body.approach section.quotes p.quote.big {
  color: #151F1E;
  font-family: "IBM Plex Serif";
  font-size: 57px;
  letter-spacing: -1.48px;
  line-height: 80px;
  position: relative;
  padding-left: 130px;
  margin: 0 0 148px 0;
}
body.approach section.quotes p.quote.big:before {
  content: "";
  width: 100px;
  height: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../images/svg/icon_quote.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
  z-index: -1;
}
body.approach section.quotes p.quote.big b {
  position: relative;
  font-weight: 500;
}
body.approach section.quotes p.quote.big b:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 34px;
  background-color: #DAD2C6;
  z-index: -1;
}

.row.border-middle {
  position: relative;
}
.row.border-middle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #2e3035;
}

section.brand_growth {
  padding-top: 68px;
  padding-bottom: 68px;
  margin-top: 150px;
  position: relative;
}
section.brand_growth h1 {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 63px;
  line-height: 73px;
  font-weight: 500;
  letter-spacing: -4.7px;
  margin: 0 0 8px 0;
}
section.brand_growth p {
  margin: 0 0 24px 0;
}

div.brand_growth_bottom {
  background-color: #EAE6DD;
  padding: 30px 0;
  margin-top: 50px;
}
div.brand_growth_bottom p {
  margin: 0;
}

div.page-down {
  position: absolute;
  left: calc(50% - 20px);
  width: 40px;
  height: 52px;
  bottom: 30px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/svg/icon_page_down.svg");
  z-index: 100000;
  animation: fading 2s infinite;
}

@keyframes fading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
body.auroraTech #main.with-warning {
  padding-top: 100px;
}
body.auroraTech div.inside {
  background-color: #f2efe9;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.auroraTech div.inside.top-100 {
  top: 100%;
}
body.auroraTech div.inside.show {
  position: absolute;
  background-color: #f2efe9;
  top: 0px;
  left: 0px;
  z-index: 100;
  opacity: 0;
  transition: linear all 500ms;
}
body.auroraTech div.inside.show.really {
  transition: linear all 500ms;
  opacity: 1;
}
body.auroraTech div.inside.inside-1 {
  z-index: 100000;
}
body.auroraTech div.inside.inside-2 {
  display: none;
  z-index: 100020;
}
body.auroraTech div.inside.inside-3 {
  display: none;
  z-index: 100030;
}
body.auroraTech div.inside img.hero {
  max-height: 100vh;
}
body.auroraTech div.aurora-feature-2 img.hero {
  max-height: 100vh;
}
body.auroraTech div.aurora-feature-2 .left-col {
  padding-top: 140px;
}
body.auroraTech div.aurora-feature-3 .left-col {
  position: absolute;
  top: 120px;
  right: 32vw;
}
body.auroraTech .feature-3 img.hero {
  z-index: 10000;
}
body.auroraTech img.bg {
  position: absolute;
  max-width: initial !important;
  width: 160vw;
  height: auto;
  left: 20vw;
  top: 50%;
  transform: translateY(-60%);
}
body.auroraTech section.feature {
  overflow: hidden;
}
body.auroraTech section.feature.show {
  position: absolute;
  background-color: #f2efe9;
  top: 0px;
  left: 0px;
  z-index: 100;
  opacity: 0;
  transition: linear all 500ms;
}
body.auroraTech section.feature.show.really {
  transition: linear all 500ms;
  opacity: 1;
}
body.auroraTech section.feature.feature-2 h1 {
  color: #151F1E;
  font-family: "IBM Plex Serif";
  font-size: 77px;
  letter-spacing: -2px;
  line-height: 100px;
  padding-top: 140px;
  padding-right: 100px;
}
body.auroraTech section.feature.feature-2 h1 b:before {
  height: 50%;
}

.social-carousel-section {
  margin: 156px 0 220px;
}
.social-carousel-section svg.svg-line {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
}
.social-carousel-section svg.svg-line.svg-line {
  overflow: visible;
  pointer-events: none;
}
.social-carousel-section svg.svg-line path {
  fill: none !important;
  stroke: #35373d !important;
  stroke-miterlimit: 10 !important;
  stroke-width: 3px !important;
  stroke-linecap: round;
}
.social-carousel-section .line {
  position: absolute;
  width: 100vw;
  height: auto;
  max-height: 500px;
}
.social-carousel-section rectangle {
  display: none;
}

.section.climate-positive-business h1 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 43px;
  line-height: 53px;
  letter-spacing: -1px;
  color: #35373D;
  margin-bottom: 30px;
}
.social-carousel {
  position: initial;
}
.social-carousel .social-carousel-content-wrapper {
  margin: 0 32px;
  overflow: hidden;
}
.social-carousel .social-carousel-content-wrapper iframe {
  top: -54px;
  position: relative;
}
.social-carousel .social-carousel-content-wrapper img {
  width: 260px;
}
.social-carousel .social-carousel-content-wrapper.slick-slide.slick-current.slick-active.slick-center iframe {
  left: 0;
}
.social-carousel .slick-slide {
  transform: scale(0.9);
  transition: all 0.5s linear;
}
.social-carousel .slick-center {
  transform: scale(1.3);
  transition: all 0.5s linear;
}
.social-carousel .slick-active:nth-of-type(2), .social-carousel .slick-active:nth-of-type(4), .social-carousel .slick-active:nth-child(2), .social-carousel .slick-active:nth-child(4) {
  transform: scale(2.1) !important;
}
.social-carousel .slick-list {
  overflow: visible;
}
.social-carousel .slick-prev, .social-carousel .slick-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  top: calc(100% + 24px);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  left: initial;
}
.social-carousel .slick-prev:before, .social-carousel .slick-next:before {
  content: "";
}
.social-carousel .slick-prev {
  right: 46px;
  background-image: url("../images/svg/arrow_left.svg") !important;
}
.social-carousel .slick-next {
  right: 0;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
.social-carousel .slick-next:hover, .social-carousel .slick-next:active {
  text-decoration: none;
}

.slick-disabled {
  opacity: 0.3;
  transform: all linear 250ms;
}

.most-read-carousel-section {
  margin: 56px 0 48px 0;
  padding: 16px 0 32px;
  background-color: #E3DFD6;
}
.most-read-carousel-section h6 {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 600;
  font-size: 39px;
  line-height: 39px;
  letter-spacing: -1px;
  color: #35373D;
  position: relative;
  margin-bottom: 32px;
}
.most-read-carousel-section h6:after {
  top: calc(100% + 16px);
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #35373D;
  content: "";
  position: absolute;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.people-carousel-section {
  margin: 156px 0;
}

.people-carousel {
  position: initial;
}
.people-carousel .people-image-wrapper {
  max-height: 350px;
  height: 350px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.people-carousel .slick-list {
  overflow: visible;
}
.people-carousel .slick-prev, .people-carousel .slick-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  bottom: 100px;
  top: 18px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  left: initial;
}
.people-carousel .slick-prev:before, .people-carousel .slick-next:before {
  content: "";
}
.people-carousel .slick-prev {
  right: 46px;
  background-image: url("../images/svg/arrow_left.svg") !important;
}
.people-carousel .slick-next {
  right: 0;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
.people-carousel .slick-next:hover, .people-carousel .slick-next:active {
  text-decoration: none;
}
.people-carousel h4 {
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 21px !important;
  letter-spacing: -0.5px !important;
  text-transform: uppercase;
  color: #35373D !important;
  margin: 8px 0 16px;
}
.people-carousel h5 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3EB4A7;
  margin: 16px 0 8px 0;
}

.our-values-carousel-sm img {
  width: 100vw;
}

.our-values-carousel-gsap {
  width: 500%;
  display: flex !important;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: scroll;
}
.our-values-carousel-gsap .slide {
  width: var(--windowWidth);
  height: var(--windowHeight);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.our-values-carousel-gsap .slide path.line {
  fill: none !important;
  stroke: #35373d !important;
  stroke-miterlimit: 10 !important;
  stroke-width: 3px !important;
  stroke-linecap: round;
}
.our-values-carousel-gsap img.line {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--windowWidth) * 4);
  height: var(--windowHeight);
}
.our-values-carousel-gsap #h-trigger-1 {
  position: absolute;
  left: 300px;
  top: 100px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: red;
}

.our-values-carousel .slick-track {
  background-size: calc(var(--windowWidth) * 4) auto;
  background-position: left center;
  background-repeat: no-repeat;
}
.our-values-carousel .slide {
  min-height: var(--windowHeight);
  position: relative;
  overflow: hidden;
}
.our-values-carousel .slide .ani_container {
  width: 100vw !important;
  height: 100vh !important;
  position: absolute;
  top: 0;
  left: 0;
}
.our-values-carousel .slide svg {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--windowWidth);
  height: var(--windowHeight);
  width: 100%;
  height: 100%;
}
.our-values-carousel .slide svg.svg-line {
  display: none;
}
.our-values-carousel .slide svg.svg-line path {
  fill: none !important;
  stroke: #35373d !important;
  stroke-miterlimit: 10 !important;
  stroke-width: 3px !important;
  stroke-linecap: round;
}
.our-values-carousel .slide .blob {
  position: absolute;
  width: var(--windowWidth);
  height: auto;
}
.our-values-carousel .slide .blob-sm {
  display: none;
  width: 100vw;
  margin: 32px 0;
}
.our-values-carousel .slide.slide-1 .blob {
  height: 100vh;
  width: auto;
  top: 0px;
  left: 0px;
}
.our-values-carousel .slide.slide-1 img.line {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--windowWidth) * 4);
  height: var(--windowHeight);
}
.our-values-carousel .slide.slide-2 img.line {
  position: absolute;
  top: 0;
  left: calc(var(--windowWidth) * -1);
  width: calc(var(--windowWidth) * 4);
  height: var(--windowHeight);
}
.our-values-carousel .slide.slide-3 img.line {
  position: absolute;
  top: 0;
  left: calc(var(--windowWidth) * -2);
  width: calc(var(--windowWidth) * 4);
  height: var(--windowHeight);
}
.our-values-carousel .slide.slide-4 #ani-svg-container-04 svg {
  left: 0%;
}
.our-values-carousel .slide.slide-4 img.line {
  position: absolute;
  top: 0;
  left: calc(var(--windowWidth) * -3);
  width: calc(var(--windowWidth) * 4);
  height: var(--windowHeight);
}
.our-values-carousel .slide .container {
  min-height: 100vh;
}
.our-values-carousel .slide .value-text {
  position: absolute;
  top: 0px;
  left: 0px;
}
.our-values-carousel .slide h4 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  font-size: 43px;
  line-height: 49px;
  letter-spacing: -1px;
  color: #151F1E;
}
.our-values-carousel .slide h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 47px;
  line-height: 57px;
  letter-spacing: -1px;
  color: #151F1E;
}
.our-values-carousel .slide h1 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 107px;
  line-height: 107px;
  letter-spacing: -5px;
  color: #162221;
}
.our-values-carousel .slick-prev, .our-values-carousel .slick-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  bottom: 100px;
  top: initial;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.our-values-carousel .slick-prev:before, .our-values-carousel .slick-next:before {
  content: "";
}
.our-values-carousel .slick-prev {
  left: 45%;
  background-image: url("../images/svg/arrow_left.svg") !important;
}
.our-values-carousel .slick-next {
  left: calc(45% + 40px) !important;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
.our-values-carousel .slick-next:hover, .our-values-carousel .slick-next:active {
  text-decoration: none;
}

.px-15 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.client-carousel {
  position: relative;
  cursor: grab;
  z-index: 100;
}
.client-carousel img.bg-clients {
  position: absolute;
  max-width: initial !important;
  width: 150%;
  height: auto;
  left: -25%;
  top: -10%;
  z-index: -1;
}
.client-carousel .container {
  padding-top: 120px;
  padding-bottom: 70px;
}
.client-carousel .client-carousel-outer-wrapper {
  height: auto;
  z-index: 200;
}
.client-carousel .slick-prev, .client-carousel .slick-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  top: 20px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.client-carousel .slick-prev:before, .client-carousel .slick-next:before {
  content: "";
}
.client-carousel .slick-prev {
  left: 45%;
  background-image: url("../images/svg/arrow_left.svg") !important;
}
.client-carousel .slick-next {
  left: calc(45% + 40px) !important;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
.client-carousel .slick-next:hover, .client-carousel .slick-next:active {
  text-decoration: none;
}
.client-carousel .slick-list {
  overflow: visible;
}
.client-carousel .slick-dots {
  top: -3.5rem;
  bottom: auto;
  font-size: 1rem;
  color: rgba(141, 171, 202, 0.4);
  opacity: 1;
}
.client-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #8DABCA;
}
.client-carousel .slide .slide-content-wrapper {
  display: flex;
}
.client-carousel .slide .client-image-wrapper {
  align-self: center;
  width: calc(85% - 30px);
  margin-left: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.client-carousel .slide .client-image-wrapper img {
  width: 100%;
  height: 100%;
}
.client-carousel .slide .client-logo-wrapper {
  position: absolute;
  right: 0px;
  bottom: 100px;
  width: 195px;
  height: 195px;
  border-radius: 50%;
  background-color: #DAD2C6;
  display: flex;
  align-items: center;
  text-align: center;
}
.client-carousel .slide .client-logo-wrapper img {
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
}
.client-carousel .slide .client-data-wrapper {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ECE8E1;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}
.client-carousel .slide .client-data-wrapper.client-data-wrapper-1 {
  left: 0px;
  top: 100px;
}
.client-carousel .slide .client-data-wrapper.client-data-wrapper-2 {
  left: 100px;
  bottom: 50px;
}
.client-carousel .slide .client-data-wrapper h3 {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 44px;
  margin: 0;
  text-align: center;
}
.client-carousel .slide .client-data-wrapper p {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.client-carousel h2 {
  font-weight: 700;
}
.client-carousel h3 {
  text-align: left;
  font-weight: 600;
  margin: 1rem 0;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 35px;
}
.client-carousel p {
  margin: 0 0 16px 0;
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
  font-weight: 300;
}

.tech-carousel {
  padding-top: 130px;
}
.tech-carousel img.hero {
  top: 60% !important;
}
.tech-carousel p.tech-top {
  width: 50%;
  min-height: 87px;
}
.tech-carousel img.img {
  margin: 60px auto 36px;
}
.tech-carousel div.images h3 {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 37px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 46px;
  text-align: center;
}
.tech-carousel div.images p {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 25px;
  letter-spacing: -1.57px;
  line-height: 35px;
  text-align: center;
}
.tech-carousel .slick-prev, .tech-carousel .slick-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  top: 170px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: #f2efe9;
}
.tech-carousel .slick-prev:before, .tech-carousel .slick-next:before {
  content: "";
}
.tech-carousel .slick-prev {
  right: calc(50% + 4px);
  left: initial !important;
  background-image: url("../images/svg/arrow_left.svg") !important;
  opacity: 0.5;
}
.tech-carousel .slick-next {
  left: calc(50% + 4px) !important;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
.tech-carousel .slick-next:hover, .tech-carousel .slick-next:active {
  text-decoration: none;
}
.tech-carousel .slick-list {
  overflow: visible;
}
.tech-carousel .slick-dots {
  top: -3.5rem;
  bottom: auto;
  font-size: 1rem;
  color: rgba(141, 171, 202, 0.4);
  opacity: 1;
}
.tech-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #8DABCA;
}

section.platform_1 {
  padding: 100px 0 0 0;
}
section.platform_1 h1 {
  color: #151F1E;
  font-family: "Source Sans Pro";
  font-size: 43px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 49px;
  margin: 0;
  padding-top: 110px;
}
section.platform_1 h2 {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 35px;
  margin: 24px 0;
}
section.platform_1 p {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0 0 48px 0;
}

section.platform_1_bottom {
  margin-bottom: 70px;
  z-index: 10000;
  position: relative;
}
section.platform_1_bottom .left-col {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.platform_1_bottom .bg-1 {
  background-color: #D8D2C6;
}
section.platform_1_bottom .bg-2 {
  background-color: #E3DFD6;
}
section.platform_1_bottom h1 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 43px;
  line-height: 49px;
  letter-spacing: -3.43284px;
  color: #35373D;
}
section.platform_1_bottom h1 b {
  font-weight: 900;
}
section.platform_1_bottom img.hero {
  top: 90px !important;
  z-index: 0 !important;
  transform: translateX(-50%) !important;
  position: absolute;
  z-index: 10 !important;
  position: absolute;
  width: 3200px;
}
.slick-prev.faded, .slick-next.faded {
  opacity: 0.5;
}

.blog-carousel {
  position: relative;
  cursor: grab;
  z-index: 100;
}
.blog-carousel .blog-carousel-outer-wrapper {
  width: 100%;
  min-height: 650px;
  z-index: 200;
}
.blog-carousel .slick-prev, .blog-carousel .slick-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  bottom: 22px;
  top: initial;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.blog-carousel .slick-prev:before, .blog-carousel .slick-next:before {
  content: "";
}
.blog-carousel .slick-prev {
  left: calc(66.66667% + 24px);
  background-image: url("../images/svg/arrow_left.svg") !important;
}
.blog-carousel .slick-next {
  left: calc(66.66667% + 62px) !important;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
.blog-carousel .slick-next:hover, .blog-carousel .slick-next:active {
  text-decoration: none;
}
.blog-carousel .slide .image-wrapper {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
}
.blog-carousel .slide .teaser-wrapper {
  position: absolute;
  left: 8.33333%;
  bottom: 0px;
  width: 58.33333%;
  background-color: #E6E1D8;
  padding: 32px 68px;
}
.blog-carousel .slide h3 {
  text-align: left;
  font-weight: 400;
  margin: 1rem 0;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
}
.blog-carousel .slide p {
  margin: 0;
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: left;
}
.blog-carousel .slide ul.blog-post-categories {
  margin: 0 !important;
}

body.brandGrowth #main.with-warning {
  padding-top: 100px;
}
body.brandGrowth section.hero h1 {
  margin: 0;
}
body.brandGrowth section.hero img.hero-bg {
  height: 100vh !important;
  width: initial !important;
}
body.brandGrowth section.feature-2 div.list {
  margin-left: 30px;
  text-align: left;
}
body.brandGrowth section.feature-1 .text-wrapper {
  margin-top: 180px;
}
body.brandGrowth section.feature-1 img.hero,
body.brandGrowth section.feature-2 img.hero,
body.brandGrowth section.feature-3 img.hero,
body.brandGrowth section.feature-4 img.hero,
body.brandGrowth section.feature-5 img.hero,
body.brandGrowth section.feature-6 img.hero {
  max-height: 100vh !important;
}
body.brandGrowth section.client-carousel {
  z-index: 100;
}
body.brandGrowth section.feature-1 {
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: 0px 0px;
}
body.brandGrowth section.feature-1 img.feature-1 {
  position: absolute;
  height: 200%;
  left: 0px;
  top: 0%;
  z-index: -1;
}
body.brandGrowth section.feature-1 h1 {
  font-family: "IBM Plex Serif";
  font-size: 63px;
  font-weight: 500;
  letter-spacing: -4.7px;
  line-height: 73px;
  margin: 0 0 32px 0;
}
body.brandGrowth section.feature-2 h3 {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 33px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 33px;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  transition: 300ms linear all;
  margin: 0 0 12px 0;
}
body.brandGrowth section.feature-2 h3.active {
  transition: 300ms linear all;
}
body.brandGrowth section.feature-2 h3.active:before {
  transform: rotate(90deg);
  transition: 300ms linear all;
}
body.brandGrowth section.feature-2 h3:before {
  transition: liner all 250ms;
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 30px;
  height: 30px;
  background-image: url("../images/svg/icon_accordion.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body.brandGrowth section.feature-2 h3:nth-of-type(1):before {
  filter: invert(64%) sepia(21%) saturate(5097%) hue-rotate(177deg) brightness(97%) contrast(102%);
}
body.brandGrowth section.feature-2 h3:nth-of-type(2):before {
  filter: invert(57%) sepia(59%) saturate(476%) hue-rotate(124deg) brightness(92%) contrast(93%);
}
body.brandGrowth section.feature-2 h3:nth-of-type(3):before {
  filter: invert(81%) sepia(23%) saturate(1221%) hue-rotate(338deg) brightness(96%) contrast(111%);
}
body.brandGrowth section.feature-2 h3:nth-of-type(4):before {
  filter: invert(42%) sepia(31%) saturate(1120%) hue-rotate(271deg) brightness(84%) contrast(88%);
}
body.brandGrowth section.feature-2 h3:nth-of-type(5):before {
  filter: invert(64%) sepia(9%) saturate(7397%) hue-rotate(314deg) brightness(90%) contrast(91%);
}
body.brandGrowth section.feature-2 h3 + p {
  display: none;
  margin-left: 40px;
}
body.brandGrowth section.feature-2 h3.active + p {
  display: block;
}
body.brandGrowth section.feature-3 {
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: 0px 0px;
}
body.brandGrowth section.feature-3 .text-wrapper {
  margin-top: 140px;
}
body.brandGrowth section.feature-3 img.feature-3 {
  position: absolute;
  height: 200%;
  right: 0px;
  top: -50%;
  z-index: -1;
  width: 200%;
}
body.brandGrowth div.feature-4 img.feature-4 {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0%;
  z-index: -1;
}
body.brandGrowth div.feature-5 {
  padding-top: 140px;
  height: 100vh;
}
body.brandGrowth div.feature-5 h2, body.brandGrowth div.feature-5 p {
  text-align: center;
}
body.brandGrowth div.feature-5 img.feature-5 {
  position: absolute;
  height: 133vh;
  left: 50%;
  transform: translateX(-50%);
  top: 0%;
  z-index: -1;
}
body.brandGrowth div.feature-6 {
  height: 100vh;
}
body.brandGrowth div.feature-6 img.feature-6 {
  position: absolute;
  height: 100vh;
  right: 0%;
  top: 10%;
  z-index: 1000;
}
body.brandGrowth div.feature-6 img.feature-bottom {
  position: absolute;
  width: 100vw;
  height: 24px;
  bottom: 0%;
  z-index: 1010;
}
body.brandGrowth div.feature-6 h3 {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -2.2px;
  line-height: 40px;
}
body.brandGrowth div.inside {
  background-color: #f2efe9;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.brandGrowth div.inside.top-100 {
  top: 100%;
}
body.brandGrowth div.inside.show {
  position: absolute;
  background-color: #f2efe9;
  top: 0px;
  left: 0px;
  z-index: 100;
  opacity: 0;
  transition: linear all 500ms;
}
body.brandGrowth div.inside.show.really {
  transition: linear all 500ms;
  opacity: 1;
}
body.brandGrowth div.inside.inside-1 {
  z-index: 100000;
}
body.brandGrowth div.inside.inside-2 {
  display: none;
  z-index: 100020;
}
body.brandGrowth div.inside.inside-3 {
  display: none;
  z-index: 100030;
}
body.brandGrowth div.inside img.hero {
  max-height: 100vh;
}
body.brandGrowth div.aurora-feature-2 img.hero {
  max-height: 100vh;
}
body.brandGrowth div.aurora-feature-2 .left-col {
  padding-top: 140px;
}
body.brandGrowth div.aurora-feature-3 .left-col {
  position: absolute;
  top: 120px;
  right: 32vw;
}

section.blurb {
  padding: 200px 0 100px;
}
section.blurb h1 {
  font-size: 100px;
  line-height: 100px;
}
section.blurb h1, section.blurb h2, section.blurb h3, section.blurb h4 {
  text-align: left;
  font-weight: 600 !important;
  color: #151F1E;
}
section.blurb h1 strong, section.blurb h2 strong, section.blurb h3 strong, section.blurb h4 strong {
  font-weight: 600;
}
section.blurb h2 {
  margin: 32px 0 16px !important;
  font-size: 37px !important;
  line-height: 43px !important;
  letter-spacing: -1px;
}
section.blurb h3 {
  margin: 16px 0 8px !important;
  font-size: 27px !important;
  letter-spacing: -0.73px;
  line-height: 37px !important;
}
section.blurb h4 {
  margin: 16px 0 8px !important;
  font-size: 25px !important;
  letter-spacing: 0px;
  line-height: 35px !important;
}
section.blurb p, section.blurb ul, section.blurb li {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 2rem;
}
section.blurb ul {
  margin-left: 20px;
  list-style: disc;
}
section.blurb ul li {
  list-style: disc;
}
section.blurb a {
  font-weight: 500;
}
section.blurb img.bg-blurb {
  width: 200%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
  z-index: -1;
}
section.blurb a {
  color: #2E3035 !important;
  text-decoration: underline;
}
section.blurb a:hover, section.blurb a:active {
  color: inherit;
}
section.blurb a.button {
  text-decoration: none;
}
section.blurb a.button:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.ani_container svg {
  opacity: 0;
  transition: opacity linear 450ms;
}

.line_container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.line_container svg {
  width: 100%;
  height: 100%;
}

body.company #block-01 svg, body.company #block-02 svg, body.company #block-03 svg {
  position: absolute;
  left: -15%;
  top: 0;
  width: 120%;
  height: 100%;
}
body.company #block-01 svg.svg-line, body.company #block-02 svg.svg-line, body.company #block-03 svg.svg-line {
  overflow: visible;
  pointer-events: none;
}
body.company #block-01 svg.svg-line circle, body.company #block-02 svg.svg-line circle, body.company #block-03 svg.svg-line circle {
  fill: #5fbdfb !important;
  stroke: none !important;
}
body.company #block-01 svg path#l-01,
body.company #block-01 svg path#l-02,
body.company #block-01 svg path#l-03, body.company #block-02 svg path#l-01,
body.company #block-02 svg path#l-02,
body.company #block-02 svg path#l-03, body.company #block-03 svg path#l-01,
body.company #block-03 svg path#l-02,
body.company #block-03 svg path#l-03 {
  fill: none !important;
  stroke: #35373d !important;
  stroke-miterlimit: 10 !important;
  stroke-width: 3px !important;
  stroke-linecap: round;
}
body.company #circles_container {
  position: absolute;
  width: var(--windowWidth);
  height: var(--windowHeight);
  top: 0;
  left: 0;
}
body.company #circles_container svg {
  display: initial !important;
  left: 0 !important;
  width: 100% !important;
}
body.company #circles_container svg circle {
  transform-origin: center center !important;
  z-index: -1;
  transition: r linear 150ms;
}
body.company #circles_container svg circle.float-y {
  animation: float-y 10s ease-in-out infinite;
}
body.company #circles_container svg circle.float-x {
  animation: float-x 10s ease-in-out infinite;
}
body.company .ani-spacer {
  height: 0px !important;
}
body.company #line {
  position: absolute;
  width: 110% !important;
  height: auto !important;
  left: -5%;
  top: 0;
}
body.company p {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #35373D;
}
body.company h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -1px;
  color: #35373D;
}
body.company a {
  font-weight: 600;
  color: inherit;
}
body.company a:hover {
  text-decoration: underline;
}
body.company section.leadership {
  margin: 0 0 150px 0;
  padding: 0;
}
body.company section.leadership .container-sm {
  padding: 0;
}
body.company section.leadership .tab-content h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #EDEBE6;
  margin: 0;
}
body.company section.leadership .tab-content p {
  margin: 0;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #EDEBE6;
}
body.company section.leadership .tab-content a.arrow-right {
  color: #EDEBE6;
}
body.company section.leadership .tab-content a.arrow-right:before {
  background-image: url("/assets/site_images/arrow_right_link_bg.svg");
}
body.company section.leadership .tab-content a.arrow-right:after {
  border-color: #EDEBE6;
}
body.company section.leadership .tab-content .box {
  position: relative;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.company section.leadership .tab-content .box:hover div.hover, body.company section.leadership .tab-content .box:hover .data {
  opacity: 1 !important;
}
body.company section.leadership .tab-content .box.award h3 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
  text-align: center;
  color: #35373D;
  margin-bottom: 8px;
}
body.company section.leadership .tab-content .box.award p {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #162221;
  margin: 0;
}
body.company section.leadership .tab-content .box.award img.award {
  max-width: 68px;
  margin-bottom: 16px;
}
body.company section.leadership .tab-content .box.award-green, body.company section.leadership .tab-content .box.award-0, body.company section.leadership .tab-content .box.award-5, body.company section.leadership .tab-content .box.award-10 {
  background-color: #3EB4A7;
}
body.company section.leadership .tab-content .box.award-green img.award, body.company section.leadership .tab-content .box.award-0 img.award, body.company section.leadership .tab-content .box.award-5 img.award, body.company section.leadership .tab-content .box.award-10 img.award {
  filter: invert(50%) sepia(61%) saturate(464%) hue-rotate(121deg) brightness(91%) contrast(88%);
}
body.company section.leadership .tab-content .box.award-yellow, body.company section.leadership .tab-content .box.award-1, body.company section.leadership .tab-content .box.award-6, body.company section.leadership .tab-content .box.award-11 {
  background-color: #F5BF42;
}
body.company section.leadership .tab-content .box.award-yellow img.award, body.company section.leadership .tab-content .box.award-1 img.award, body.company section.leadership .tab-content .box.award-6 img.award, body.company section.leadership .tab-content .box.award-11 img.award {
  filter: invert(74%) sepia(71%) saturate(1858%) hue-rotate(349deg) brightness(98%) contrast(95%);
}
body.company section.leadership .tab-content .box.award-blue, body.company section.leadership .tab-content .box.award-2, body.company section.leadership .tab-content .box.award-7, body.company section.leadership .tab-content .box.award-12 {
  background-color: #53ADFF;
}
body.company section.leadership .tab-content .box.award-blue img.award, body.company section.leadership .tab-content .box.award-2 img.award, body.company section.leadership .tab-content .box.award-7 img.award, body.company section.leadership .tab-content .box.award-12 img.award {
  filter: invert(48%) sepia(67%) saturate(562%) hue-rotate(175deg) brightness(98%) contrast(98%);
}
body.company section.leadership .tab-content .box.award-red, body.company section.leadership .tab-content .box.award-3, body.company section.leadership .tab-content .box.award-8, body.company section.leadership .tab-content .box.award-13 {
  background-color: #D77676;
}
body.company section.leadership .tab-content .box.award-red img.award, body.company section.leadership .tab-content .box.award-3 img.award, body.company section.leadership .tab-content .box.award-8 img.award, body.company section.leadership .tab-content .box.award-13 img.award {
  filter: invert(44%) sepia(4%) saturate(6398%) hue-rotate(314deg) brightness(100%) contrast(113%);
}
body.company section.leadership .tab-content .box.award-purple, body.company section.leadership .tab-content .box.award-4, body.company section.leadership .tab-content .box.award-9, body.company section.leadership .tab-content .box.award-14 {
  background-color: #B45692;
}
body.company section.leadership .tab-content .box.award-purple img.award, body.company section.leadership .tab-content .box.award-4 img.award, body.company section.leadership .tab-content .box.award-9 img.award, body.company section.leadership .tab-content .box.award-14 img.award {
  filter: invert(29%) sepia(100%) saturate(515%) hue-rotate(272deg) brightness(86%) contrast(91%);
}
body.company section.leadership .tab-content .box .data {
  opacity: 0;
  transition: linear opacity 300ms;
}
body.company section.leadership .tab-content .box img {
  pointer-events: none;
}
body.company section.leadership .tab-content .box div.img-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
body.company section.leadership .tab-content .box div.img-wrapper.hover {
  z-index: -1;
  opacity: 0;
  transition: linear opacity 300ms;
}
body.company section.leadership ul.nav {
  flex-wrap: nowrap;
  overflow-x: scroll;
  position: relative;
  margin-top: 150px !important;
}
body.company section.leadership ul.nav:after {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0px;
  height: 1px;
  background-color: #35373D;
  content: "";
}
body.company section.leadership ul.nav::-webkit-scrollbar {
  width: 0;
  height: 0;
  scrollbar-width: none;
  scrollbar-height: none;
  -ms-overflow-style: none;
}
body.company section.leadership ul.nav button.nav-link {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #35373D;
  background-color: transparent;
  white-space: nowrap;
  border-radius: 0;
  height: 48px;
}
body.company section.leadership ul.nav button.nav-link:active, body.company section.leadership ul.nav button.nav-link.active {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #EDEBE6;
  background-color: #35373D;
}
body.company section.hero {
  min-height: 100vh;
}
body.company section.hero h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 61px;
  line-height: 71px;
  letter-spacing: -3px;
  color: #162221;
  margin-top: 0px !important;
}
body.company section.hero .company-hero-content {
  min-height: 100vh;
  display: flex;
}
body.company section.human h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 107px;
  line-height: 107px;
  letter-spacing: -5px;
  color: #162221;
  margin: 420px 0 40px;
}
body.company section.human .row.feature {
  margin-top: 74px;
}
body.company section.human .row.feature .col p {
  letter-spacing: -0.3px;
}
body.company .investment-body {
  padding-top: 70px;
}
body.company .investment-body h3 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 43px;
  line-height: 53px;
  letter-spacing: -1px;
  color: #35373D;
  margin-bottom: 30px;
}
body.company .investment-body img {
  position: relative;
  left: -30px;
  top: -20px;
}
body.company .investment-container {
  margin-bottom: -200px;
}
body.company .row.numbers {
  transform: translateY(-220px);
}
body.company .row.numbers h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #151F1E;
  position: relative;
  padding-bottom: 10px;
}
body.company .row.numbers h2:after {
  position: absolute;
  width: 90%;
  height: 4px;
  background-color: #151F1E;
  bottom: 0px;
  left: 0px;
  content: "";
}
body.company .row.numbers p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #151F1E;
}
body.company section.investment .investment-gallery {
  margin: 0;
  display: flex !important;
}

.cycler {
  position: relative;
}
.cycler img {
  z-index: 1;
}
.cycler img.active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

body.careers-new {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}
body.careers-new .jobs2 p:last-of-type {
  margin: 0;
}
body.careers-new .jobs-image-wrapper {
  min-height: 270px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
body.careers-new .jobs-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.careers-new a {
  font-weight: 600;
  color: inherit;
}
body.careers-new a:hover {
  text-decoration: underline;
}
body.careers-new section .bg {
  background-color: #E3DFD6 !important;
}
body.careers-new .teamtailor-jobs__job {
  width: 100%;
  margin: 16px 0 0;
}
body.careers-new .teamtailor-jobs__job:first-child {
  margin: 0;
}
body.careers-new .teamtailor-jobs__job-wrapper {
  margin: 0;
}
body.careers-new .teamtailor-jobs__job-title {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: #35373D;
}
body.careers-new .teamtailor-jobs__job-info {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #35373D;
}
body.careers-new section p, body.careers-new section li {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #35373D;
}
body.careers-new section h3 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 43px;
  line-height: 53px;
  letter-spacing: -1px;
  color: #35373D;
  margin-bottom: 40px;
}
body.careers-new section h4 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #35373D;
}
body.careers-new .at-fifty {
  margin-bottom: 65px;
}
body.careers-new .work-life {
  margin-bottom: 89px;
}
body.careers-new .work-life li,
body.careers-new .at-fifty li {
  position: relative;
  padding-left: 16px;
}
body.careers-new .work-life li:before,
body.careers-new .at-fifty li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #35373D;
}
body.careers-new .careers-text h3 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: -0.3px;
  color: #35373D;
  margin-bottom: 8px;
  margin-top: 16px;
}
body.careers-new .careers-text h3:first-of-type {
  margin-top: 0;
}
body.careers-new .section-first {
  height: 746px;
  position: relative;
  background-color: #E3DFD6;
}
body.careers-new .section-first .join-fifty {
  position: absolute;
  top: calc(100% - 72.5px);
  width: 145px;
  height: 145px;
  right: 0px;
  z-index: 10;
}
body.careers-new .section-first .container {
  height: 100%;
}
body.careers-new .section-first h1 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 107px;
  line-height: 107px;
  letter-spacing: -5px;
  color: #162221;
  position: absolute;
  bottom: 0px;
  left: 8.33333%;
  background: #D8D2C6;
  padding: 20px 30px;
  margin: 0;
}
body.careers-new .section-first img.hero {
  padding-top: 120px;
  height: 746px;
  width: auto;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
  z-index: 0;
  pointer-events: none;
}
body.careers-new .section-first p:nth-of-type(2) {
  -moz-column-break-after: always;
       break-after: always;
}
body.careers-new a.scroll-to {
  position: relative;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2E3035;
}
body.careers-new a.scroll-to:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: 100%;
  height: 40px;
  background-image: url("../images/site/icon_arrow_down.svg");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

body.careers #main.with-warning {
  transform: translateY(100px);
}
body.careers ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
body.careers ul li {
  margin: 0;
}
body.careers ul li:last-child {
  margin-bottom: 0;
}
body.careers .benefits li {
  margin-left: 16px;
}
body.careers .benefits li:last-child {
  margin-bottom: 16px;
}
body.careers section.hero img.bg {
  position: absolute;
  max-width: initial !important;
  width: 150%;
  height: auto;
  left: -25%;
  top: -70%;
  z-index: -2;
}
body.careers section.hero img.hero {
  position: absolute;
  height: auto;
  right: -8vw;
  top: 120px;
  border-radius: 50%;
  z-index: -1;
  max-width: 55vh !important;
  max-height: 55vh;
  width: 45%;
  left: initial !important;
  transform: none !important;
}
body.careers section.hero .double-column {
  margin-top: 170px;
}
body.careers section.hero .double-column p {
  font-size: 17px;
  line-height: 27px;
}
body.careers section.hero .double-column p:first-of-type {
  font-weight: 500;
}
body.careers .double-column {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 68px;
       column-gap: 68px;
}
body.careers section.fifty-mission h2 {
  margin-bottom: 24px;
}
body.careers section.fifty-mission img.fifty-mission-image {
  margin: 100px 0;
}
body.careers section.fifty-mission .double-column p {
  font-size: 17px;
  line-height: 27px;
}
body.careers section.fifty-mission .double-column h3:nth-of-type(3) {
  -moz-column-break-before: always;
       break-before: always;
}
body.careers section.fifty-mission img.mission-bg {
  position: absolute;
  max-width: initial !important;
  width: 100%;
  height: auto;
  left: -65%;
  bottom: 0%;
  z-index: -2;
  top: 50%;
  transform: translateY(-65%);
}
body.careers section.fifty-mission .mission-left p {
  font-weight: 500;
}
body.careers section.fifty-team p.intro {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
}
body.careers section.fifty-team p {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 21px;
  letter-spacing: 0;
  line-height: 31px;
}
body.careers section.fifty-team h2 {
  margin-top: 40px;
}
body.careers section.fifty-team img {
  margin-top: 50px;
}

.form-group.honeypot {
  display: none !important;
}

body.contactUs #main.with-warning {
  transform: translateY(100px);
}
body.contactUs section.hero {
  overflow: hidden;
  height: 100vh;
}
body.contactUs section.hero img.map {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 140vh;
  height: calc(var(--vh, 1vh) * 140);
  max-width: initial;
  transition-property: left, top;
  transition-duration: 1s, 1s;
  transition-delay: 0, 1s;
}
body.contactUs section.hero img.map.with-warning {
  transform: translateY(-100px);
}
body.contactUs section.hero img.map[city=London] {
  top: -22.53%;
  left: -45.56%;
}
body.contactUs section.hero img.map[city="New York"] {
  top: -33.53%;
  left: -11.06%;
}
body.contactUs section.hero img.map[city=Atlanta] {
  top: -39.53%;
  left: -5.06%;
}
body.contactUs section.hero img.map[city=Chicago] {
  top: -33.53%;
  left: -3.06%;
}
body.contactUs section.hero img.map[city=Montreal] {
  top: -28.53;
  left: -9.6%;
}
body.contactUs section.hero img.map[city=Beijing] {
  top: -36.5%;
  left: -98.5%;
}
body.contactUs section.hero img.map[city=Sydney] {
  top: -94.5%;
  left: -115.5%;
}
body.contactUs section.hero .map-line {
  position: absolute;
  top: 200px;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #2E3035;
}
body.contactUs section.hero .map-pin {
  position: absolute;
  top: calc(200px - 31px);
  left: 30%;
  width: 62px;
  height: 62px;
  background-image: url("../images/svg/map_pin.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body.contactUs section.hero .map-city {
  position: absolute;
  top: calc(200px - 70px);
  left: calc(30% + 70px);
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 63px;
  font-weight: 500;
  letter-spacing: -4.7px;
  line-height: 73px;
  z-index: 100;
}
body.contactUs section.hero .map-lat {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  position: absolute;
  top: calc(200px - 20px);
  left: 0;
}
body.contactUs .form-wrapper {
  margin: 0;
  background-color: #DAD2C6;
  box-shadow: none;
  padding: 30px 48px;
  width: 41.6666666667%;
  position: absolute;
  right: 0px;
  bottom: 50px;
  z-index: 10;
}
body.contactUs .form-wrapper h2 {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 49px;
  font-weight: 700;
  letter-spacing: -3.66px;
  line-height: 56px;
  margin: 0 0 16px;
}
body.contactUs .form-wrapper p {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0 0 32px 0;
}
body.contactUs .form-wrapper .form-group {
  margin: 0 0 24px;
  height: auto;
  min-height: 29px;
}
body.contactUs .form-wrapper .form-control {
  border: none;
  background: none;
  box-shadow: none;
}
body.contactUs .form-wrapper input[type=email], body.contactUs .form-wrapper input[type=text] {
  border-bottom: 1px solid #797978;
  background-color: transparent;
  height: 28px;
  margin: 0;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
body.contactUs .form-wrapper input[type=email]:focus, body.contactUs .form-wrapper input[type=text]:focus {
  border-bottom: 1px solid #2E3035;
}
body.contactUs .form-wrapper input[type=email].error, body.contactUs .form-wrapper input[type=text].error {
  border-bottom: 1px solid #dc686b !important;
}
body.contactUs .form-wrapper textarea, body.contactUs .form-wrapper select, body.contactUs .form-wrapper input, body.contactUs .form-wrapper button {
  outline: none !important;
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
body.contactUs .form-wrapper textarea:focus, body.contactUs .form-wrapper select:focus, body.contactUs .form-wrapper input:focus, body.contactUs .form-wrapper button:focus {
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline-color: transparent !important;
  outline-style: none !important;
  box-shadow: none !important;
}
body.contactUs .form-wrapper .button {
  margin: 24px 0 0;
  float: right;
  background-color: transparent;
}
body.contactUs .form-wrapper .button:hover {
  background-color: #2E3035;
  color: #ffffff;
}
body.contactUs .form-wrapper .button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
body.contactUs .office_wrapper {
  background-color: #E6E1D8;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 50px;
}
body.contactUs .office_wrapper .row.data {
  min-height: 100px;
}
body.contactUs .office_wrapper ul.cities {
  text-align: center;
  margin: 0;
  display: inline-block;
}
body.contactUs .office_wrapper ul.cities li {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  margin: 0;
  float: left;
  margin-right: 22px;
  position: relative;
  cursor: pointer;
}
body.contactUs .office_wrapper ul.cities li:last-child {
  margin: 0;
}
body.contactUs .office_wrapper ul.cities li.active:after, body.contactUs .office_wrapper ul.cities li:hover:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #151F1E;
}
body.contactUs .office_wrapper h2 {
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.53px;
  line-height: 33px;
  margin: 0 0 8px 0;
}
body.contactUs .office_wrapper a {
  color: #2E3035;
}
body.contactUs .office_wrapper a:hover {
  text-decoration: underline;
  color: #2E3035;
}
body.contactUs .office_wrapper p {
  margin: 0;
}
body.contactUs .office_wrapper p.label {
  font-family: "Source Sans Pro";
  color: #151F1E;
  opacity: 0.5;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 21px;
}
body.contactUs .office_wrapper p.data {
  font-family: "IBM Plex Serif";
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
body.contactUs .office_wrapper p.address {
  color: #2E3035;
  font-family: "IBM Plex Serif";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  min-height: 75px;
}
body.contactUs .office_wrapper p.phone {
  font-family: "Source Sans Pro";
}

#wp-gate .form-wrapper {
  margin-top: 30px;
}
#wp-gate .form-control {
  border: none;
  text-align: right;
}
#wp-gate .form-control input {
  border-top: none;
  border-left: none;
  border-right: none;
}
#wp-gate .form-control input.error {
  border-bottom-color: red;
}

#logo-carousel .carousel-control-prev, #logo-carousel .carousel-control-next {
  z-index: 300;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  padding: 0;
  top: calc(50% + 35px);
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
#logo-carousel .carousel-control-prev:before, #logo-carousel .carousel-control-next:before {
  content: "";
}
#logo-carousel .carousel-control-prev:hover, #logo-carousel .carousel-control-next:hover {
  background-color: inherit !important;
}
#logo-carousel .carousel-control-prev {
  left: -30px;
  background-image: url("../images/svg/arrow_left.svg") !important;
}
#logo-carousel .carousel-control-next {
  left: calc(100% + 10px) !important;
  background-image: url("../images/svg/arrow_right.svg") !important;
}
#logo-carousel .carousel-control-next:hover, #logo-carousel .carousel-control-next:active {
  text-decoration: none;
}

section#careers-hero .careers-hero {
  margin-top: 100px;
}
section#careers-hero.with-warning {
  padding-top: 50px;
}

.teamtailor-jobs__job-wrapper {
  -moz-column-count: 1;
       column-count: 1;
  margin-bottom: 2rem;
}

.teamtailor-jobs__job {
  width: 50%;
  float: left;
  margin: 1rem 0 2rem;
}
.teamtailor-jobs__job .teamtailor-jobs__job-title {
  color: inherit;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
.teamtailor-jobs__job .teamtailor-jobs__job-title:hover {
  color: inherit;
}
.contact-form .left-col {
  position: relative;
}
.contact-form .right-col {
  position: relative;
  background-color: #D8D2C6;
}
.contact-form h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 43px;
  line-height: 59px;
  letter-spacing: -2px;
  color: #35373D;
}
.contact-form p.note {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #636468;
}
.contact-form p.agree {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #35373D;
  position: relative;
  padding-left: 42px;
  cursor: pointer;
  margin: 0 0 8px 0;
}
.contact-form p.agree:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border: 2px solid #35373D;
  border-radius: 6px;
  top: 0;
  left: 0;
}
.contact-form p.agree.error:before {
  border: 2px solid red;
}
.contact-form p.agree.agreed:before {
  border: 2px solid #35373D !important;
}
.contact-form p.agree.agreed:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  top: 6px;
  left: 6px;
  background-color: #35373D;
}
.contact-form .form-group {
  margin: 0 0 32px;
  height: auto;
  min-height: 29px;
}
.contact-form .form-control {
  border: none;
  background: none;
  box-shadow: none;
}
.contact-form textarea {
  border: none;
  border-bottom: 1px solid #797978;
  border-radius: 0px;
  background-color: transparent;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  resize: none;
}
.contact-form textarea.error {
  border-bottom: 1px solid #dc686b !important;
}
.contact-form input[type=email], .contact-form input[type=text] {
  border-bottom: 1px solid #797978;
  border-radius: 0px;
  background-color: transparent;
  height: 28px;
  margin: 0;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  word-break: break-word;
}
.contact-form input[type=email]:focus, .contact-form input[type=text]:focus {
  border-bottom: 1px solid #2E3035;
}
.contact-form input[type=email].error, .contact-form input[type=text].error {
  border-bottom: 1px solid #dc686b !important;
}

.platform_1_bottom #demo-carousel:before, .platform_1_bottom #demo-carousel:after {
  display: none;
}

.form-wrapper .contact-form-result-wrapper {
  display: none;
}

#demo-carousel {
  background-color: #D8D2C6;
  padding: 78px 32px 32px;
  width: 100%;
  transition: linear all 500ms;
}
#demo-carousel:before, #demo-carousel:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2000px;
  background-color: #D8D2C6;
  top: 0;
  left: -2000px;
}
#demo-carousel:after {
  left: 100%;
}
#demo-carousel .carousel-inner {
  transition: linear all 500ms;
}
#demo-carousel .carousel-item {
  backface-visibility: visible;
  background-color: #D8D2C6;
  ransition: none;
  transform: translate3d(0, 0, 0) !important;
}
#demo-carousel .carousel-close {
  position: absolute;
  width: 100%;
  top: 32px;
  left: 0px;
}
#demo-carousel .carousel-close img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#demo-carousel .carousel-indicators {
  position: relative;
  margin: 0 0 0 0;
  pointer-events: none;
}
#demo-carousel .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #EDEBE6;
}
#demo-carousel .carousel-indicators button.active {
  background-color: #35373D;
}
#demo-carousel .carousel-item {
  text-align: center;
}
#demo-carousel p {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #35373D;
}
#demo-carousel h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 33px;
  line-height: 43px;
  text-align: center;
  letter-spacing: -1px;
  margin: 0 0 16px 0;
  color: #35373D;
}

#signup-form input {
  height: 40px;
  border-bottom-color: #9B9B9E;
}

.meetings-iframe-container-wrapper {
  display: none;
}

.display-flex {
  display: flex;
}

section.contact-form {
  margin-top: 50px;
}
section.contact-form .bg {
  background-color: #E3DFD6;
}
section.contact-form .carousel-top {
  width: 100%;
  height: auto;
}
section.contact-form .demo-carousel-wrapper {
  background-color: #D8D2C6;
  z-index: 10;
  display: none;
  width: 100%;
}
section.contact-form .reset-button {
  background-color: transparent;
}
section.contact-form .reset-button:hover, section.contact-form .reset-button:active {
  color: #ffffff;
  background-color: #2E3035;
}
section.contact-form .contact-form-result-wrapper {
  display: none;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
section.contact-form .contact-form-result-wrapper .contact-form-result h4 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 31px;
  line-height: 35px;
  letter-spacing: -2px;
  color: #35373D;
}
section.contact-form .contact-hidden {
  display: none;
  overflow: hidden;
}
section.contact-form .contact-hidden.show {
  height: auto;
  transition: linear all 1500ms;
}

body.short .h100 {
  height: auto !important;
}
body.short.homepage .content-wrapper, body.short.us .content-wrapper {
  height: auto !important;
}

/* xxl */
@media (min-width: 1400px) {
  section.platform_1_bottom img.hero {
    top: -130px !important;
  }
}
/* lg */
@media (min-width: 1200px) {
  section.signup p {
    margin: 20px 0 0 0;
  }
  section.platform_1_bottom img.hero {
    top: -130px !important;
  }
}
@media (min-width: 1400px) and (max-height: 850px) {
  body.company section.hero .company-hero-content {
    padding-top: 120px;
  }
}
@media (max-height: 750px) {
  body.company section.hero .company-hero-content {
    padding-top: 120px;
  }
}
@media (max-width: 1199px) {
  body.company section.hero h1 {
    margin-top: 100px;
    font-size: 51px !important;
    line-height: 61px !important;
  }
  body.company section.hero p {
    font-size: 19px;
    line-height: 28px;
  }
  body.company section.hero .company-hero-content {
    padding-top: 80px;
  }
  body.company .investment-body {
    padding-top: 50px;
  }
  body.company .investment-container {
    margin-bottom: -100px;
  }
  body.company .row.numbers {
    transform: translateY(-100px);
  }
  body.company .row.numbers h2 {
    font-size: 31px;
    line-height: 40px;
  }
  body.company section.human .row.feature {
    margin-top: 24px;
  }
  body.company #block-01 svg, body.company #block-02 svg, body.company #block-03 svg {
    position: absolute;
    left: -25%;
    top: 0;
    width: 140%;
    height: 100%;
  }
  .our-values-carousel .slide h1 {
    font-size: 87px;
    line-height: 87px;
  }
  .our-values-carousel .slide h2 {
    font-size: 37px;
    line-height: 47px;
  }
  .our-values-carousel .slide h4 {
    font-size: 33px;
    line-height: 39px;
  }
  section.platform_1_bottom img.hero {
    top: -50px !important;
  }
  body.contactUs .form-wrapper {
    bottom: 50px !important;
  }
  section.brand_growth h1 {
    font-size: 63px;
    line-height: 73px;
  }
  section.hero h1 {
    font-size: 100px !important;
    line-height: 105px !important;
  }
  section.hero h2 {
    font-size: 30px;
    line-height: 37px;
  }
  section.signup h1 {
    margin: 0;
  }
}
/* md */
@media (max-width: 991px) {
  body.company section.hero h1 {
    font-size: 51px !important;
    line-height: 61px !important;
  }
  body.company .investment-container {
    margin-bottom: 0px;
  }
  body.company .row.numbers {
    transform: translateY(0px);
  }
  body.company section.investment {
    margin-top: 0px;
  }
  body.company section.investment .investment-body {
    margin-top: 0px;
  }
  body.company section.human h1 {
    font-size: 80px;
    line-height: 85px;
  }
  body.company section.human .row.feature {
    margin-top: 0px;
  }
  .social-carousel-section .line {
    bottom: -100px;
  }
  .our-values-carousel .slide h1 {
    font-size: 67px;
    line-height: 67px;
  }
  .our-values-carousel .slide h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .our-values-carousel .slide h4 {
    font-size: 27px;
    line-height: 33px;
  }
  body.careers-new .section-first {
    height: auto;
  }
  body.careers-new .section-first h1 {
    font-size: 87px;
    line-height: 87px;
  }
  body.careers-new .section-first img.hero {
    height: 550px;
    padding-top: 40px;
    display: initial !important;
  }
  body.careers-new .section-first .container {
    height: 550px;
  }
  section.platform_1_bottom img.hero {
    top: 90px !important;
    width: 1800px;
  }
  section.brand_growth h1 {
    font-size: 47px;
    line-height: 57px;
  }
  .footer ul.footer-blurb-menu {
    width: 100%;
  }
  .footer .copyright {
    display: block;
    color: #151F1E;
    font-family: "Source Sans Pro";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    float: left;
    margin: 25px 0 0 0;
  }
}
@media (min-width: 768px) {
  img.mobile-image {
    display: none;
  }
}
/* sm */
@media (max-width: 767px) {
  body.company #block-01 svg, body.company #block-02 svg, body.company #block-03 svg {
    display: none !important;
  }
  body.company section.hero {
    background-size: var(--windowWidth) var(--windowHeight);
    background-repeat: no-repeat;
    background-position: center center;
  }
  body.company section.hero h1 {
    margin-top: 100px;
    font-size: 40px !important;
    line-height: 48px !important;
  }
  body.company .investment-xs {
    margin-top: 80px;
  }
  body.company .investment {
    margin-top: 0px !important;
  }
  body.company section.investment {
    margin-top: 115px;
  }
  body.company section.investment .investment-gallery {
    margin: 120px 0 40px;
  }
  body.company section.human {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  body.company section.human .h-window {
    height: initial;
  }
  body.company section.human .row.feature .col {
    flex: 1 0 100% !important;
  }
  body.company #circles_container {
    display: none;
  }
  .our-values-carousel-sm h1 {
    font-size: 70px !important;
    line-height: 70px !important;
  }
  .our-values-carousel .slide .blob {
    display: none;
  }
  .our-values-carousel .slide .blob-sm {
    display: initial;
  }
  body.careers-new .section-first {
    height: auto;
    min-height: initial !important;
    margin-bottom: 70px;
  }
  body.careers-new .section-first .join-fifty {
    top: calc(100% - 50px);
    width: 100px;
    height: 100px;
    right: 0px;
  }
  body.careers-new .section-first h1 {
    font-size: 87px;
    line-height: 87px;
    left: 0;
    bottom: -70px;
  }
  body.careers-new .section-first img.hero {
    height: auto;
    width: 100%;
    padding-top: 80px;
    display: initial !important;
    position: initial;
    left: initial;
    transform: none;
  }
  body.careers-new .section-first .container {
    height: 550px;
  }
  .dbl-col {
    -moz-column-count: 1;
         column-count: 1;
  }
  section.contact-form {
    position: relative;
  }
  section.contact-form .carousel-top {
    width: 200%;
    height: auto;
    position: relative;
    left: -50%;
  }
  section.contact-form .right-col:before, section.contact-form .right-col:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 200px;
    background-color: #D8D2C6;
    top: 0;
    left: -200px;
  }
  section.contact-form .right-col:after {
    left: 100%;
  }
  .footer .navbar-brand img {
    width: 48px;
  }
  .footer ul.footer-blurb-menu {
    margin: 16px 0 0 0;
  }
  .footer ul.social {
    margin-top: 8px;
    width: 32px !important;
    height: 32px !important;
  }
  .teamtailor-jobs__job {
    width: 100%;
  }
  .teamtailor-jobs__job .teamtailor-jobs__job-wrapper {
    -moz-column-count: 1;
         column-count: 1;
  }
  .navbar-wrapper nav .navbar-brand {
    width: 77px;
  }
  .navbar-toggler {
    margin: 0;
  }
  .navbar-wrapper {
    height: 90px;
  }
  .center-small {
    text-align: center !important;
  }
  #block-01 .content-wrapper {
    height: initial !important;
  }
  section.section-first {
    min-height: 100vh !important;
  }
  .fp-auto-height-responsive .h-100 {
    height: auto !important;
  }
  .row.border-middle::after {
    display: none;
  }
  img.mobile-image {
    margin-bottom: 30px;
  }
  img.mobile-image.full-width {
    position: relative;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    transform: translateX(-15px);
  }
  body.approach section.brand_growth {
    margin-top: 50px;
  }
  body.approach section.quotes p.quote.big {
    font-size: 27px;
    letter-spacing: 0px;
    line-height: 37px;
    padding-left: 20px;
    margin: 0 0 48px 0;
  }
  body.approach section.quotes .container {
    padding: 0px 0 70px 0;
  }
  body.approach section.quotes .border-right {
    border: none;
    border-bottom: 1px dotted #2e3035;
    padding-bottom: 3rem;
  }
  body.homepage #block-01, body.us #block-01 {
    min-height: initial !important;
  }
  body.homepage #block-06, body.us #block-06 {
    height: initial !important;
  }
  body.homepage .home-feature-2 .content-wrapper, body.us .home-feature-2 .content-wrapper {
    text-align: center;
  }
  body.homepage section.hero p.w-50, body.us section.hero p.w-50 {
    width: initial !important;
  }
  body.homepage .home-feature-1 p.button, body.us .home-feature-1 p.button {
    margin-bottom: 50px;
  }
  body.homepage .content-wrapper, body.us .content-wrapper {
    height: initial !important;
  }
  body.homepage .h-100, body.us .h-100 {
    height: initial !important;
  }
  .client-carousel .slide .client-image-wrapper {
    width: calc(100% - 30px);
    margin-left: 0;
  }
  .client-carousel .slide .client-logo-wrapper {
    bottom: 0px;
    width: 140px;
    height: 140px;
    top: initial;
  }
  .client-carousel p.w-50 {
    width: 100% !important;
  }
  .client-carousel .slick-prev {
    left: initial;
    right: calc(50% + 4px) !important;
  }
  .client-carousel .slick-next {
    left: calc(50% + 4px) !important;
  }
  .client-carousel .slide .client-data-wrapper.client-data-wrapper-1 {
    top: 20px;
  }
  .client-carousel .slide .client-data-wrapper.client-data-wrapper-2 {
    left: 0;
    bottom: 0;
  }
  .client-carousel .slide .client-blurb {
    margin-top: 50px;
  }
  section.feature h2.w-75 {
    width: 100% !important;
  }
  section.feature.home-feature-3 .text-wrapper {
    padding-left: 0 !important;
  }
  section.client-logos {
    margin-top: 100px;
  }
  img.hero {
    display: none;
  }
  h1, section.hero h1 {
    font-size: 50px !important;
    line-height: 55px !important;
  }
  .w-md-50 {
    width: initial;
    margin: initial;
  }
  body.careers section.fifty-team .relative-sm {
    position: relative;
  }
  body.careers section.fifty-team img.small {
    max-width: 50%;
    width: 50% !important;
    border-right: 10px solid #f2efe9;
  }
  body.careers section.fifty-team img.small:nth-of-type(2) {
    border-right: none;
    position: absolute;
    bottom: 0;
  }
  body.careers section.fifty-team h2 {
    margin-top: 50px;
  }
  body.brandGrowth div.inside {
    position: initial !important;
    display: block !important;
    height: auto;
  }
  body.brandGrowth section.feature-1 .text-wrapper,
  body.brandGrowth section.feature-3 .text-wrapper {
    margin-top: 0;
  }
  body.brandGrowth section.feature-5 {
    padding-top: 40px;
  }
  body.brandGrowth section.feature-5 .text-wrapper {
    margin-top: 0;
  }
  body.brandGrowth div.feature-5 {
    padding-top: 50px;
  }
  body.brandGrowth div.inside.inside-3 {
    padding-top: 50px;
  }
  section.platform_1 {
    padding-top: 0px;
  }
  section.platform_1 h1 {
    padding-top: 0px;
  }
  section.platform_1_bottom {
    margin-bottom: 0px;
  }
  body.careers .double-column {
    -moz-column-count: 1;
         column-count: 1;
    margin-top: 0px !important;
  }
  body.blog .blog-carousel .slide .image-wrapper,
  body.blogMain .blog-carousel .slide .image-wrapper {
    margin: 100px 0 10px;
    height: 220px;
  }
  body.blog .blog-carousel .slide .teaser-wrapper,
  body.blogMain .blog-carousel .slide .teaser-wrapper {
    position: initial;
    padding: 32px 32px;
    width: 100%;
  }
  section.blog-categories ul.blog-categories, section.blog-categories .w-75 {
    width: 100%;
  }
  body.blog .blog-image-wrapper {
    margin: 50px 0 10px;
    height: 220px !important;
  }
  body.blog section#blogpost-hero.hero {
    height: 20rem;
    min-height: initial;
  }
  body.contactUs section.form-section {
    background-color: #f2efe9;
  }
  body.contactUs section.hero {
    min-height: 80vh;
    min-height: -webkit-fill-available;
    min-height: calc(var(--vh, 1vh) * 80);
    height: auto;
    overflow: hidden;
  }
  body.contactUs .form-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px 30px;
    width: 100%;
    position: initial;
  }
  div.page-down {
    display: none;
  }
  body.auroraTech div.inside {
    position: initial !important;
    display: block !important;
    height: auto;
  }
  body.auroraTech div.aurora-feature-1 .mobile-image {
    margin-top: 50px;
  }
  body.auroraTech div.aurora-feature-2 .left-col {
    padding-top: 40px;
  }
  body.auroraTech div.aurora-feature-3 .left-col {
    position: initial;
  }
  body.auroraTech section.feature.feature-2 h1 {
    padding: 0;
  }
  body.auroraTech section.feature.feature-2 .text-wrapper {
    width: 100% !important;
  }
  body.auroraTech .tech-carousel {
    padding-top: 50px;
  }
  body.auroraTech .tech-carousel img.img {
    margin: 80px auto 36px;
  }
  body.auroraTech .tech-carousel p.tech-top {
    width: 100%;
  }
  body.auroraTech .tech-carousel div.images p {
    font-size: 17px;
    line-height: 27px;
  }
  body.auroraTech .tech-carousel div.images h3 {
    font-size: 25px;
    line-height: 25px;
  }
  body.auroraTech .tech-carousel .slick-prev, body.auroraTech .tech-carousel .slick-next {
    top: 210px;
  }
}
/* xs */
@media (min-width: 576px) {
  #region-warning div.blurb br {
    display: none;
  }
  body.company section.leadership .nav-pills {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
/* xs */
@media (max-width: 575px) {
  body.blog .blog-post-top h1,
  body.blogMain .blog-post-top h1 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  body.blog figure,
  body.blogMain figure {
    width: 100% !important;
    margin: 2rem 0 !important;
  }
  body.blog figure iframe,
  body.blogMain figure iframe {
    height: auto !important;
  }
  body.company section.leadership .px-075 {
    padding-left: 0;
    padding-right: 0;
  }
  body.company section.investment .investment-gallery {
    display: none !important;
  }
  body.careers-new .section-first {
    height: auto;
    min-height: initial !important;
  }
  body.careers-new .section-first h1 {
    font-size: 87px;
    line-height: 87px;
    left: 0;
    margin-left: var(--bs-gutter-x, 0.75rem);
    margin-left: 0;
  }
  body.careers-new .section-first img.hero {
    height: auto;
    padding-top: 70px;
    display: initial !important;
  }
  body.careers-new .section-first .container {
    height: 425px;
  }
  body.careers-new .section-first .join-fifty {
    top: calc(100% - 50px);
  }
  body.careers-new .at-fifty, body.careers-new .work-life {
    margin-bottom: 32px;
  }
  body.careers-new .jobs {
    padding: 0;
  }
  body.careers-new .people-carousel-section {
    margin-bottom: 32px;
  }
  section.contact-form {
    margin-top: 180px;
  }
  #region-warning {
    height: 130px !important;
  }
  #region-warning div.blurb br {
    display: inline;
  }
  body.contactUs section.hero .map-city {
    font-size: 50px;
    line-height: 71px;
  }
  body.contactUs .office_wrapper ul.cities li {
    float: initial;
    display: inline-block;
  }
  body.contactUs .office_wrapper p.address {
    min-height: initial;
  }
  body.contactUs .office_wrapper ul.cities .data {
    text-align: center;
  }
  section.signup h1 {
    font-size: 53px !important;
    line-height: 53px !important;
  }
}
@keyframes float-y {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float-x {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.navbar-wrapper {
  position: fixed !important;
  z-index: 100000;
  height: 114px;
  transition: all linear 300ms;
  top: 0;
  left: 0;
  padding-top: 12px;
}
.navbar-wrapper.with-warning {
  height: 214px;
  padding: 0;
}
.navbar-wrapper.full_screen {
  height: 100vh !important;
  transition: height linear 300ms;
  background-color: #f2efe9 !important;
}
.navbar-wrapper.bg {
  background-color: rgba(242, 239, 233, 0.8);
  background: rgb(242, 239, 233);
  background: linear-gradient(180deg, rgba(242, 239, 233, 0.5) 0%, rgba(242, 239, 233, 0.55) 70%, rgba(242, 239, 233, 0) 100%);
}
.navbar-wrapper.force {
  background: rgb(242, 239, 233);
  background: linear-gradient(180deg, rgba(242, 239, 233, 0.5) 0%, rgba(242, 239, 233, 0.55) 70%, rgba(242, 239, 233, 0) 100%);
}
.navbar-wrapper nav .sr-only {
  display: none;
}
.navbar-wrapper nav .navbar-brand {
  background-image: url("../images/svg/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 97/53;
  height: 53px;
  transition: all linear 300ms;
  z-index: 1;
}
.navbar-wrapper nav ul.navbar-nav {
  position: absolute;
  right: 70px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-wrapper nav ul.navbar-nav li {
  list-style: none;
  padding: 0;
  margin: 0 0.5rem;
  position: relative;
  color: #2E3035;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
}
.navbar-wrapper nav ul.navbar-nav li:last-child {
  margin-right: 0;
}
.navbar-wrapper nav ul.navbar-nav li a {
  transition: none;
  padding: 0;
  color: inherit;
  transition: linear all 300ms;
}
.navbar-wrapper nav ul.navbar-nav li a::before {
  display: block;
  content: attr(data-text);
  font-weight: 900;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.navbar-wrapper nav ul.navbar-nav li a.active, .navbar-wrapper nav ul.navbar-nav li a:hover {
  transition: linear all 300ms;
  transition: none;
  font-weight: 900;
  text-decoration: none;
}
.navbar-wrapper nav ul.navbar-nav li a.black {
  padding: 0 20px;
  display: flex;
  height: 40px;
  align-content: center;
  height: 100%;
  border-radius: 21px;
  background-color: #2E3035;
  color: #ffffff;
  display: block;
  border: 2px solid #2E3035;
  transform: translateY(-4px);
}
.navbar-wrapper nav ul.navbar-nav li a.black:hover, .navbar-wrapper nav ul.navbar-nav li a.black.active {
  color: #151F1E;
  background-color: transparent;
  font-weight: inherit;
}
.navbar-wrapper nav ul.navbar-nav li.active a {
  font-weight: 900;
}
.navbar-wrapper nav .navbar-toggler-icon {
  width: 2rem;
  height: 2rem;
  transition: all linear 250ms;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNDAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGxpbmUgeDE9IjkiIHgyPSIzMSIgeTE9IjIwIiB5Mj0iMjAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzI1MjU0MSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjxsaW5lIHgxPSI5IiB4Mj0iMzEiIHkxPSIzMSIgeTI9IjMxIiBmaWxsPSJub25lIiBzdHJva2U9IiMyNTI1NDEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz48bGluZSB4MT0iOSIgeDI9IjMxIiB5MT0iOSIgeTI9IjkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzI1MjU0MSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSIvPjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
}
.navbar-wrapper .bootstrap-select {
  position: absolute;
  top: 18px;
  right: 0px;
}
.navbar-wrapper .bootstrap-select img {
  height: 16px;
}
.navbar-wrapper .bootstrap-select .dropdown-menu {
  padding: 0;
  background-color: #edebe6;
  padding: 4px 4px 4px 9px;
}
.navbar-wrapper .bootstrap-select .dropdown-toggle {
  margin: 0;
  outline: none !important;
  box-shadow: none;
  border: 1px solid #d2cdc6;
  background-color: #edebe6;
  padding: 4px;
  height: 30px;
  line-height: 16px;
}
.navbar-wrapper .bootstrap-select .dropdown-item.active, .navbar-wrapper .bootstrap-select .dropdown-item:active, .navbar-wrapper .bootstrap-select .dropdown-item:hover {
  background-color: #fff;
}
.navbar-wrapper.navbar-wrapper-new {
  padding: 0px 0;
  height: 68px;
  z-index: 10000;
}
.navbar-wrapper.navbar-wrapper-new.with-bg {
  background-color: #E3DFD6;
  height: 56px;
}
.navbar-wrapper.navbar-wrapper-new.with-bg .navbar-brand {
  height: 40px;
  margin-right: 56px;
}
.navbar-wrapper.navbar-wrapper-new .navbar-brand {
  margin-right: 32px;
}
.navbar-wrapper.navbar-wrapper-new ul.navbar-nav {
  position: initial;
}
.navbar-wrapper.navbar-wrapper-new a.black {
  margin-top: 4px;
  padding: 0 20px;
  display: flex;
  height: 40px;
  align-content: center;
  border-radius: 21px;
  background-color: #2E3035;
  color: #ffffff;
  display: block;
  border: 2px solid #2E3035;
  transform: translateY(-4px);
  text-decoration: none;
}
.navbar-wrapper.navbar-wrapper-new a.black:hover, .navbar-wrapper.navbar-wrapper-new a.black.active {
  color: #151F1E;
  background-color: transparent;
  font-weight: inherit;
}
.navbar-wrapper.navbar-wrapper-new button#site {
  margin: 0;
  outline: none !important;
  box-shadow: none;
  border: none;
  border-radius: 19px;
  background-color: #D8D2C6;
  padding: 0px 24px;
  height: 26px;
  color: #35373D;
  position: relative;
  display: flex;
  align-items: center;
  transition: linear all 200ms;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
}
.navbar-wrapper.navbar-wrapper-new button#site::before {
  position: absolute;
  top: 6px;
  left: 8px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/site_images/2025/icon_globe.svg");
  filter: invert(17%) sepia(14%) saturate(464%) hue-rotate(187deg) brightness(92%) contrast(83%);
  border: none;
  width: 14px;
  height: 14px;
  font-size: 14px;
  font-weight: 500;
}
.navbar-wrapper.navbar-wrapper-new button#site::after {
  position: absolute;
  top: 10px;
  right: 8px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/site_images/2025/icon_caret_down.svg");
  filter: invert(17%) sepia(14%) saturate(464%) hue-rotate(187deg) brightness(92%) contrast(83%);
  border: none;
  width: 12px;
  height: 12px;
}
.navbar-wrapper.navbar-wrapper-new button#site:hover {
  background-color: #35373D;
  color: #EDEBE6;
}
.navbar-wrapper.navbar-wrapper-new button#site:hover::before {
  filter: invert(100%) sepia(98%) saturate(255%) hue-rotate(297deg) brightness(104%) contrast(86%);
}
.navbar-wrapper.navbar-wrapper-new button#site:hover::after {
  filter: invert(100%) sepia(98%) saturate(255%) hue-rotate(297deg) brightness(104%) contrast(86%);
}
.navbar-wrapper.navbar-wrapper-new .menu-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu {
  border: none;
  min-width: auto;
  margin-top: 8px;
  background-color: #D8D2C6;
  border-radius: 8px;
  padding: 8px;
  width: 100px !important;
}
.navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li {
  padding: 0;
  margin: 0 0 8px;
  width: 100%;
}
.navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li:last-child {
  margin: 0;
}
.navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li .dropdown-item {
  text-decoration: none !important;
  font-family: "IBM Plex Mono", monospace;
  height: 26px;
  display: flex;
  align-items: center;
  font-weight: 500;
  width: 100%;
  font-weight: 500;
  margin: 0;
  transition: linear all 200ms;
  border-radius: 19px;
  padding: 4px 8px;
  font-size: 14px;
  color: #35373D;
  background-color: transparent;
}
.navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li .dropdown-item:hover {
  background-color: #35373D;
  color: #EDEBE6;
}
.navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li .dropdown-item.active, .navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li .dropdown-item:active {
  background-color: #EDEBE6;
}
.navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li .dropdown-item.active:hover, .navbar-wrapper.navbar-wrapper-new .menu-bar ul.dropdown-menu li .dropdown-item:active:hover {
  background-color: #35373D;
  color: #EDEBE6;
}
.navbar-wrapper.navbar-wrapper-new .navbar-toggler {
  z-index: 1;
  margin: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.navbar-wrapper.navbar-wrapper-new .navbar-toggler .navbar-toggler-icon {
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-image: url("/assets/site_images/2025/hamburger_close.svg");
}
.navbar-wrapper.navbar-wrapper-new .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("/assets/site_images/2025/hamburger.svg");
}
.navbar-wrapper.navbar-wrapper-new .navbar-toggler:hover {
  background-color: transparent !important;
}

@media (max-width: 991.98px) {
  body .navbar {
    position: initial;
  }
  body .navbar-wrapper.navbar-wrapper-new .menu-bar {
    background-color: #E3DFD6;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
  body .navbar-wrapper.navbar-wrapper-new .menu-bar .dropdown {
    margin-top: 24px;
  }
  body .navbar-wrapper.navbar-wrapper-new .menu-bar .navbar-nav {
    margin-top: 16px;
  }
  body .navbar-wrapper.navbar-wrapper-new .menu-bar .black {
    margin-top: 16px;
  }
}
.char-space {
  display: inline-block;
  width: 40px;
  height: 240px;
}

.char-A {
  width: 114px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -0px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-B {
  width: 106px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -126px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-C {
  width: 106px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -244px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-D {
  width: 106px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -362px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-E {
  width: 89px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -486px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-F {
  width: 86px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -581px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-G {
  width: 107px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -679px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-H {
  width: 106px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -798px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-I {
  width: 42px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -927px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-J {
  width: 105px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -970px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-K {
  width: 111px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -1087px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-L {
  width: 88px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -1205px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-M {
  width: 168px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -1299px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-N {
  width: 106px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -1481px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-O {
  width: 106px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -1600px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-P {
  width: 105px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -1720px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-Q {
  width: 113px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -1829px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-R {
  width: 105px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -1951px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-S {
  width: 106px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -2067px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-T {
  width: 94px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -2179px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-U {
  width: 105px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -2275px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-V {
  width: 112px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -2389px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-W {
  width: 172px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -2500px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-X {
  width: 115px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -2673px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-Y {
  width: 109px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -2790px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-Z {
  width: 95px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -2905px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-0 {
  width: 114px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -3004px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-1 {
  width: 73px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -3124px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-2 {
  width: 114px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -3207px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-3 {
  width: 113px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -3325px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-4 {
  width: 119px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -3442px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-5 {
  width: 114px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -3565px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-6 {
  width: 114px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -3686px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-7 {
  width: 109px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -3807px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-8 {
  width: 113px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -3927px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.char-9 {
  width: 114px;
  height: 240px;
  background-image: url(/assets/svg/anton_sprite.svg);
  background-repeat: no-repeat;
  background-position-x: -4049px;
  background-position-y: 0;
  background-size: auto 240px;
  display: inline-block;
}

.title-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.title-sm {
  font-size: 0;
  transform: scale(0.2083);
  transform-origin: top left;
  display: inline-block;
}
.title-sm .char {
  margin-right: 50px;
}

.title-chars {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}

.char {
  border: 1px solid red;
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.footer {
  background: none;
  background-color: #35373D;
  padding-top: 225px;
}
.footer .nav-logo {
  position: absolute;
  bottom: -58px;
  right: 0px;
  width: 800px;
  pointer-events: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.footer h4 {
  color: #EDEBE6;
  font-size: 20px;
}
.footer h3 {
  color: #EDEBE6;
}
.footer p {
  font-family: "Source Sans Pro";
  color: #D8D2C6;
}
.footer a.button {
  border: 1px solid #F5BF42;
  background-color: transparent;
  color: #F5BF42;
}
.footer a {
  color: #F5BF42 !important;
}
.footer ul.blog_categories li a {
  color: #F5BF42;
}
.footer ul.social img {
  filter: invert(70%) sepia(74%) saturate(425%) hue-rotate(352deg) brightness(101%) contrast(92%);
}
.footer .copyright {
  color: #D8D2C6;
}
.not-full-screen {
  width: 100vw;
  height: auto;
  position: relative;
  overflow: hidden;
}
.not-full-screen h2 {
  margin-top: 200px;
  font-weight: normal;
}
.not-full-screen h3 {
  font-weight: normal;
  font-family: "Anton";
  font-size: 52px;
  color: #D8D2C6;
  line-height: 110%;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
  margin: 16px 0;
}
.not-full-screen p {
  margin: 0;
  font-family: "Source Sans Pro";
  font-size: 16px;
  line-height: 130%;
}
.not-full-screen p.subtitle {
  text-transform: uppercase;
  letter-spacing: 5px;
}
.not-full-screen button {
  padding: 0 20px;
  height: 40px;
  margin: 0 auto;
  font-family: "Source Sans Pro";
  font-size: 16px;
  align-items: center;
  justify-content: center;
  color: #35373D;
  background-color: #F5BF42;
  text-transform: uppercase;
  border-radius: 20px !important;
}

.hero-desktop {
  position: absolute;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.side-fade-right {
  position: absolute;
  content: "";
  width: 50vw;
  top: 0;
  height: 100%;
  right: 25vw;
  transform: translateX(calc(50% + 720px - 60px));
  background: linear-gradient(90deg, rgba(242, 239, 233, 0) 0%, #f2efe9 60px, #f2efe9 100%);
  z-index: 100;
}

.side-fade-left {
  position: absolute;
  content: "";
  width: 50vw;
  top: 0;
  height: 100%;
  left: -25vw;
  z-index: 100;
  transform: translateX(calc(50% - 720px + 60px));
  background: linear-gradient(-90deg, rgba(242, 239, 233, 0) 0%, #f2efe9 60px, #f2efe9 100%);
}

#hero-video {
  position: absolute;
  width: 691px;
  height: 490.5px;
  transform-origin: center center;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
  transform-style: preserve-3d;
  position: absolute;
  top: 23.0581%;
  left: 34.375%;
  width: 47.9861%;
  height: 57.0395%;
  transform-origin: center center;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
}
#hero-video video {
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  backface-visibility: hidden;
  transform: none;
}

.svg-wrapper {
  position: absolute;
  width: 100%;
  aspect-ratio: 1440/860;
  max-width: 100%;
  height: auto;
}
.svg-wrapper .video-thumbnail::-webkit-media-controls {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none;
}

.hero-video-wrapper {
  position: absolute;
  border-radius: 24%;
  transform-origin: top left;
  width: 47.9861%;
  height: 57.0395%;
  left: 29.7%;
  top: 9.3%;
  transform: translate(6.3889%, 119.6744%) rotate(-65.9deg);
  overflow: hidden;
}
.hero-video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hero-svg-wrapper {
  position: relative;
  padding: 0;
  transform: translateY(-300px);
  z-index: -1;
}

.feature-banner-wrapper button {
  margin: 16px 0 0 0;
  align-self: start;
  padding: 0 20px;
  width: auto;
}
.feature-banner-wrapper .feature-banner {
  display: flex;
  gap: 32px;
  margin-top: 100px;
}
.feature-banner-wrapper .feature-banner .col1 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.feature-banner-wrapper .feature-banner .col1 h3 {
  margin-bottom: 0;
}
.feature-banner-wrapper .feature-banner .col2 {
  display: flex;
  width: 400px;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: end;
}
.feature-banner-wrapper .feature-banner .col2 p {
  margin-bottom: 4px;
}
.feature-banner-wrapper.hero .feature-banner .col2 {
  width: 315px;
  justify-content: center;
}
.feature-banner-wrapper.hero .feature-banner h3 {
  color: #35373D;
  font-size: 60px;
  margin: 0;
}
.feature-banner-wrapper.hero .feature-banner p {
  color: #35373D;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 24px;
}
.feature-banner-wrapper.hero button {
  background-color: #35373D !important;
  color: #EDEBE6 !important;
  font-size: 16px !important;
}

.chart-wrapper {
  padding: 20px;
  display: flex;
  align-content: center;
  border-radius: 24px;
  background-color: #2B2D34;
}
.chart-wrapper.chart-wrapper-1 {
  width: 80%;
  margin-bottom: 16px;
}
.chart-wrapper img {
  width: 100%;
}

.full-screen {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.giant-h1-wrapper {
  position: absolute;
  left: 0;
  bottom: -150px;
  width: 100vw;
  height: 150px;
}
.giant-h1-wrapper h1.giant {
  font-weight: normal;
  font-family: "Anton";
  font-size: 152px;
  line-height: 100%;
  color: #35373D;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  letter-spacing: 0px;
  will-change: transform;
}

h2.giant {
  font-size: 86px;
  will-change: transform;
}

.light-bg-2, .bg-soot-black p {
  color: #D8D2C6 !important;
}

.ivory {
  color: #EDEBE6 !important;
}

.summer-yellow {
  color: #F5BF42 !important;
}

.bg-soot-black {
  background-color: #35373D;
}
.filter-drop-shadow {
  filter: drop-shadow(0px 21px 48px #000000);
}

.image-with-button-wrapper {
  position: relative;
  border-radius: 24px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1200/625;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 250px;
}
.image-with-button-wrapper .button-wrapper {
  position: absolute;
  top: -20px;
  left: 0px;
  width: 100%;
  height: 60px;
  z-index: 1;
}
.image-with-button-wrapper .button-wrapper button {
  outline: 16px solid #35373D;
}
.image-with-button-wrapper svg {
  width: 100%;
  height: auto;
}
.image-with-button-wrapper img {
  width: 100%;
  image-rendering: optimizeQuality;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

h2 {
  font-size: 86px;
  line-height: 110%;
  font-family: "Anton";
  font-weight: normal;
  color: #636468;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
}
h2 span {
  color: #F5BF42;
}

.logo-slider-wrapper {
  margin: 250px 0;
}
.logo-slider-wrapper .channels-slider,
.logo-slider-wrapper .logo-slider {
  overflow: hidden;
  padding: 30px 0 0 0;
  white-space: nowrap;
  position: relative;
}
.logo-slider-wrapper .channels-slider .track,
.logo-slider-wrapper .logo-slider .track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.logo-slider-wrapper .channels-slider .logo-slider-overlay,
.logo-slider-wrapper .logo-slider .logo-slider-overlay {
  z-index: 10;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("/assets/site_images/2025/client_overlay.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.logo-slider-wrapper .channels-slider .logo-slider-overlay h1,
.logo-slider-wrapper .logo-slider .logo-slider-overlay h1 {
  font-weight: normal;
  font-family: "Anton";
  font-size: 72px;
  line-height: 110%;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  white-space: initial;
}
.logo-slider-wrapper .channels-slider .logos-slide,
.logo-slider-wrapper .logo-slider .logos-slide {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.logo-slider-wrapper .channels-slider .logos-slide li,
.logo-slider-wrapper .logo-slider .logos-slide li {
  display: inline-block;
  border-radius: 24px;
  width: 358px;
  height: 156px;
  margin: 0 20px;
  padding: 32px;
  background-color: #E3DFD6;
}
.logo-slider-wrapper .channels-slider .logos-slide img,
.logo-slider-wrapper .logo-slider .logos-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo-slider-wrapper .channels-slider .slide-left-1,
.logo-slider-wrapper .logo-slider .slide-left-1 {
  animation: 45s slide-left infinite linear;
}
.logo-slider-wrapper .channels-slider .slide-left-2,
.logo-slider-wrapper .logo-slider .slide-left-2 {
  animation: 5s slide-left infinite linear;
}
.logo-slider-wrapper .channels-slider .slide-right,
.logo-slider-wrapper .logo-slider .slide-right {
  animation: 45s slide-right infinite linear;
}

.logo-slider-wrapper {
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.channels-slider-wrapper {
  margin-top: 270px;
  z-index: 10;
  overflow: hidden;
}
.channels-slider-wrapper .channels-slider {
  width: 100%;
  position: relative;
}
.channels-slider-wrapper .channels-track {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.channels-slider-wrapper .channels-slide {
  display: flex;
  gap: 80px;
  align-items: center;
  padding: 40px;
}
.channels-slider-wrapper .channels-slide li {
  width: 56px;
  height: 56px;
  background: #E3DFD6;
  border-radius: 40px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.channels-slider-wrapper .channels-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.awards-slider {
  width: 100vw;
  overflow: hidden;
  margin: 250px 0 200px;
}
.awards-slider .awards-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.awards-slider .awards-slide {
  display: flex;
  gap: 72px;
  align-items: center;
  padding: 20px;
}
.awards-slider .awards-slide li {
  list-style: none;
  width: 140px;
  height: 144px;
  display: flex;
  flex-direction: column;
}
.awards-slider .awards-slide li p {
  font-size: 12px;
  line-height: 130%;
  font-family: "Source Sans Pro";
  color: #636468;
  text-align: center;
  margin: 8px 0 0 0;
}
.awards-slider .awards-slide li img {
  height: 100%;
  width: 100%;
  max-height: 82px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes slide-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
#debug {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: monospace;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 6px;
  z-index: 9999000;
  pointer-events: none;
  line-height: 1.5;
  white-space: pre;
  display: none;
}

.debug-buttons {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 5px solid #eee;
  padding: 20px;
  z-index: 100000;
}

.stat-container .title-wrapper {
  margin: 16px 0;
}
.stat-container .title-wrapper h1 a {
  color: inherit;
  text-decoration: none;
}
.stat-container .title-wrapper h1 a:hover {
  text-decoration: none !important;
}
.stat-container .title-wrapper img, .stat-container .title-wrapper svg {
  transition: linear all 300ms;
  fill: #F5BF42;
}
.stat-container .title-wrapper p {
  font-family: "Source Sans Pro";
  font-size: 32px;
  line-height: 130%;
  transition: linear all 300ms;
  opacity: 0;
  margin: 0;
  height: 0px;
}
.stat-container .title-wrapper.active img, .stat-container .title-wrapper.active svg {
  margin: 16px 0;
  fill: #35373D;
}
.stat-container .title-wrapper.active p {
  height: 50px;
  opacity: 1;
}
.stat-container .title-wrapper.title-wrapper-1 img, .stat-container .title-wrapper.title-wrapper-1 svg {
  width: 155px;
}
.stat-container .title-wrapper.title-wrapper-1.active img, .stat-container .title-wrapper.title-wrapper-1.active svg {
  width: 100%;
}
.stat-container .title-wrapper.title-wrapper-2 img, .stat-container .title-wrapper.title-wrapper-2 svg {
  width: 194px;
}
.stat-container .title-wrapper.title-wrapper-2.active img, .stat-container .title-wrapper.title-wrapper-2.active svg {
  width: 100%;
}
.stat-container .title-wrapper.title-wrapper-3 img, .stat-container .title-wrapper.title-wrapper-3 svg {
  width: 272px;
}
.stat-container .title-wrapper.title-wrapper-3.active img, .stat-container .title-wrapper.title-wrapper-3.active svg {
  width: 100%;
}
.stat-container .title-wrapper.title-wrapper-4 img, .stat-container .title-wrapper.title-wrapper-4 svg {
  width: 231px;
}
.stat-container .title-wrapper.title-wrapper-4.active img, .stat-container .title-wrapper.title-wrapper-4.active svg {
  width: 100%;
}
.stat-container .stat-image {
  margin-bottom: 8px;
  transition: linear all 300ms;
}
.stat-container .title-stack {
  position: relative;
  z-index: 10;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stat-container .card-stack {
  position: absolute;
  top: 20%;
  right: 0px;
}
.stat-container .card-stack .stat-card {
  width: 600px;
  aspect-ratio: 1.5;
  position: absolute;
  right: 0;
  border-radius: 24px;
  transform-origin: center;
  transition: ease-in-out all 250ms;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: end;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.stat-container .card-stack .stat-card.card-1 {
  transform: rotate(2.27deg);
  background-image: url("/assets/site_images/2025/stat-card-1.jpg");
}
.stat-container .card-stack .stat-card.card-2 {
  transform: rotate(-3.9deg);
  background-image: url("/assets/site_images/2025/stat-card-2.jpg");
}
.stat-container .card-stack .stat-card.card-3 {
  transform: rotate(6.46deg);
  background-image: url("/assets/site_images/2025/stat-card-3.jpg");
}
.stat-container .card-stack .stat-card.card-4 {
  transform: rotate(-3.68deg);
  background-image: url("/assets/site_images/2025/stat-card-4.jpg");
}
.stat-container .card-stack .stat-card.empty {
  transform: rotate(9.12deg);
  background-color: #F5CB70;
}
.stat-container .card-stack .stat-card.empty.empty-1 {
  transform: rotate(9.12deg);
}
.stat-container .card-stack .stat-card.empty.empty-2 {
  transform: rotate(-13.02deg);
}
.stat-container .card-stack .stat-card.empty.empty-3 {
  transform: rotate(15.79deg);
}
.stat-container .card-stack .stat-card.empty.empty-4 {
  transform: rotate(-9.93deg);
}
.stat-container .card-stack .stat-card.rotated {
  transform: rotateY(-180deg);
}
.stat-container .card-stack .stat-card img {
  width: 100%;
}
.stat-container .card-stack .stat-card ul .empty {
  display: none;
}
.stat-container .card-stack .stat-card ul li.title {
  display: none;
}
.stat-container #stat-uls ul {
  width: auto;
  margin-right: 0;
}
.stat-container #stat-uls ul:before {
  content: "";
  position: absolute;
  background-color: #F5BF42;
  border-radius: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: -15vw;
  width: 130vw;
  aspect-ratio: 710/546;
  aspect-ratio: 1520/1080;
  z-index: -1;
}
.stat-container #stat-uls ul:after {
  content: "";
  position: absolute;
  background-color: #F5CB70;
  border-radius: 24px;
  top: 50%;
  transform-origin: center center;
  left: -15vw;
  width: 130vw;
  aspect-ratio: 710/546;
  aspect-ratio: 1520/1080;
  z-index: -2;
}
.stat-container #stat-uls ul#stat-1:after {
  transform: translateY(-50%) rotate(10.53deg);
}
.stat-container #stat-uls ul#stat-2:after {
  transform: translateY(-50%) rotate(-7deg);
}
.stat-container #stat-uls ul#stat-3:after {
  transform: translateY(-50%) rotate(8.2deg);
}
.stat-container #stat-uls ul#stat-4:after {
  transform: translateY(-50%) rotate(-7deg);
}
.stat-container ul {
  position: relative;
  list-style: none;
  width: 250px;
  margin: 0;
  margin-right: 48px;
  padding: 0;
}
.stat-container ul.visible {
  display: block;
}
.stat-container ul li {
  margin-bottom: 42px;
}
.stat-container ul li:last-child {
  margin: 0;
}
.stat-container ul li.title h1 {
  display: none;
}
.stat-container ul li.title p {
  font-size: 32px;
  line-height: 130%;
  margin: 8px 0 0 0;
  font-family: "Source Sans Pro";
}
.stat-container ul li img {
  margin-top: 100px;
  width: 100%;
  max-width: 407px;
}
.stat-container ul li p {
  font-size: 14px;
  line-height: 130%;
  margin: 0;
  font-family: "Source Sans Pro";
}
.stat-container ul li p b {
  font-weight: bold;
}
.stat-container ul li p.change {
  font-size: 54px;
  line-height: 100%;
  font-family: "Anton";
}
.stat-container ul li.blurb {
  margin-top: 32px;
}
.stat-container ul li.blurb p {
  font-size: 41px;
  line-height: 100%;
  font-family: "Anton";
  margin-top: 16px;
  text-transform: uppercase;
}

.ready-to-game-container {
  margin-top: 100px;
}
.ready-to-game-container .side-fade-right,
.ready-to-game-container .side-fade-left {
  height: 300px;
  top: -150px;
}
.ready-to-game-container svg#line-ready-to-game {
  left: 0;
  top: -40px;
  position: absolute;
  width: 100%;
  height: 180px;
  display: block;
  overflow: visible;
  z-index: 2;
}
.ready-to-game-container .ready-to-game .title-wrapper {
  width: 1140px !important;
  max-width: 1140px !important;
  border-radius: 32px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 90%;
  background-color: #F5BF42;
  z-index: 10;
}
.ready-to-game-container .ready-to-game .ready-to-game-content {
  width: 1140px !important;
  max-width: 1140px !important;
  background-color: #F5BF42;
  border-radius: 32px;
  padding: 88px;
  font-family: "Source Sans Pro" !important;
  transform: translateY(50%);
  z-index: 1000 !important;
  margin: 0 auto;
  display: flex;
}
.ready-to-game-container .ready-to-game img.xs {
  position: absolute;
  top: -165px;
  width: 320px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.ready-to-game-container .ready-to-game h1 {
  top: 148px;
  left: 0px;
  width: calc(100% - 88px - 88px);
  width: 100%;
  position: absolute;
  font-family: "Anton";
  font-weight: normal;
  font-size: 152px;
  line-height: 110%;
  color: #D8D2C6;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  transition: linear all 750ms;
  margin-bottom: 0;
}
.ready-to-game-container .ready-to-game h1.end {
  top: -27px;
}
.ready-to-game-container .ready-to-game h1 span {
  position: relative;
  display: inline-block;
}
.ready-to-game-container .ready-to-game h1.under {
  z-index: 1;
}
.ready-to-game-container .ready-to-game h1.under .bottom {
  color: transparent !important;
}
.ready-to-game-container .ready-to-game h1 .grey {
  color: #D8D2C6 !important;
}
.ready-to-game-container .ready-to-game h1.over {
  z-index: 4;
}
.ready-to-game-container .ready-to-game h1.over .top {
  color: transparent !important;
}
.ready-to-game-container .ready-to-game h1 .yellow {
  color: #F5BF42 !important;
}
.ready-to-game-container .ready-to-game p {
  color: #35373D;
  font-size: 26px;
  line-height: 130%;
  margin: 0;
  font-family: "Source Sans Pro";
  font-weight: 500;
}
.ready-to-game-container .ready-to-game button {
  background-color: #35373D;
  border-radius: 60px;
  font-size: 20px;
  color: #EDEBE6;
  float: right;
  margin: 0;
  position: relative;
  padding: 0 50px 0 24px;
  height: 56px;
}
.ready-to-game-container .ready-to-game button:hover, .ready-to-game-container .ready-to-game button:active {
  color: #FAB200;
}
.ready-to-game-container .ready-to-game button:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 15px;
  height: 24px;
  width: 24px;
  background-image: url("/assets/site_images/2025/icon_arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ready-to-game-container .ready-to-game .col {
  z-index: 10;
  position: relative;
}
.ready-to-game-container .ready-to-game .col1 {
  flex-grow: 1;
}
.ready-to-game-container .ready-to-game .col2 {
  flex: 0 0 auto;
  width: 200px;
}

.mt50 {
  margin-top: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb200 {
  margin-bottom: 200px;
}

.slice-chart .circle-container-wrapper {
  position: relative;
  background-color: #2B2D34;
  border-radius: 24px;
  display: flex;
  align-items: center;
  align-items: flex-start;
  padding-top: 32px;
  justify-content: center;
  flex: 0 0 auto;
  width: 628px;
  max-width: 100%;
  margin: 0 auto;
}
.slice-chart .circle-container {
  position: relative;
  width: 500px;
  height: 500px;
}
.slice-chart .circle-container #chart,
.slice-chart .circle-container .icons-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(0deg);
  transition: transform 1s ease-in-out;
  transform-origin: center center;
}
.slice-chart .circle-container .icon {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  background: #3ecf8e;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  display: none;
}
.slice-chart .circle-container button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  background: #4a90e2;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
.slice-chart .circle-container button:hover {
  background: #357ab7;
}
.slice-chart ul#stage-dots {
  position: absolute;
  left: calc(50% - 80px);
  bottom: 32px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.slice-chart ul#stage-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #53ADFF;
  margin: 8px 4px;
  transition: linear all 250ms;
}
.slice-chart ul#stage-dots li:nth-child(1) {
  background-color: #53ADFF;
}
.slice-chart ul#stage-dots li:nth-child(2) {
  background-color: #3EB4A7;
}
.slice-chart ul#stage-dots li:nth-child(3) {
  background-color: #F5BF42;
}
.slice-chart ul#stage-dots li:nth-child(4) {
  background-color: #D77676;
}
.slice-chart ul#stage-dots li:nth-child(5) {
  background-color: #B45692;
}
.slice-chart ul#stage-dots li.active,
.slice-chart ul#stage-dots li:hover {
  width: 32px;
  height: 32px;
  margin: 0 4px;
}

.navbar-wrapper.navbar-light {
  --nav-color: $ivory;
  --nav-bg: $soot-black;
}
.navbar-wrapper.navbar-light .nav-item a {
  color: #EDEBE6;
}
.navbar-wrapper.navbar-light button.black {
  background-color: #EDEBE6;
  color: #35373D;
  border: 2px solid #EDEBE6;
  transform: translateY(-4px);
}
.navbar-wrapper.navbar-light button.black:hover, .navbar-wrapper.navbar-light button.black.active {
  color: #EDEBE6;
  background-color: #35373D;
  font-weight: inherit;
}
.navbar-wrapper.navbar-light .navbar-brand,
.navbar-wrapper.navbar-light .dropdown-toggle {
  filter: invert(1);
}

.our-team {
  text-align: center;
  overflow: hidden;
}
.our-team .desktop-view {
  position: relative;
}
.our-team .desktop-view:before, .our-team .desktop-view:after {
  content: "";
  background-image: url("/assets/site_images/2025/our_team_side.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 1000px;
  height: 572px;
  position: absolute;
  top: 0px;
}
.our-team .desktop-view:before {
  background-position-x: -50px;
  left: -1007px;
}
.our-team .desktop-view:after {
  background-position-x: 6px;
  left: calc(100% + 0px);
}
.our-team .our-team-blurb {
  margin-top: 40px;
  pointer-events: none;
}
.our-team .our-team-blurb h1 {
  font-family: "Anton";
  font-size: 72px;
  line-height: 110%;
  text-transform: uppercase;
}
.our-team .our-team-blurb p {
  font-size: 26px;
  line-height: 130%;
  font-family: "Source Sans Pro";
}
.our-team h1 {
  font-family: "Source Sans Pro";
  font-size: 32px;
  line-height: 100%;
  color: #35373D;
  letter-spacing: 0px;
  margin-bottom: 16px;
  font-weight: 600;
}
.our-team p {
  font-family: "Source Sans Pro";
  color: #35373D;
  margin: 0;
}
.our-team .row {
  gap: 12px;
  padding: 0 12px;
}
.our-team .col:has(.blank):not(:has(.img-wrapper)) {
  pointer-events: none;
}
.our-team .col {
  padding: 0;
  width: 11.11111111%;
}
.our-team .col:nth-child(1) {
  margin-top: 64px;
}
.our-team .col:nth-child(3) {
  margin-top: 77px;
}
.our-team .col:nth-child(4) {
  margin-top: 13px;
}
.our-team .col:nth-child(5) {
  margin-top: 53px;
}
.our-team .col:nth-child(6) {
  margin-top: 6px;
}
.our-team .col:nth-child(7) {
  margin-top: 78px;
}
.our-team .col:nth-child(8) {
  margin-top: 0px;
}
.our-team .col:nth-child(9) {
  margin-top: 65px;
}
.our-team .col:not(:has(.img-wrapper)) {
  pointer-events: none;
  min-height: 0;
}
.our-team .blank {
  width: 100%;
  aspect-ratio: 111/138;
  border-radius: 24px;
  margin: 0 0 16px;
  transition: linear all 350ms;
}
.our-team .blank.light-bg-summer-yellow-1 {
  background-color: #F5CB70;
}
.our-team .blank.light-bg-summer-yellow-2 {
  background-color: #F6DCA3;
}
.our-team .blank.light-bg-1 {
  background-color: #E3DFD6;
}
.our-team .blank.light-bg-2, .our-team .bg-soot-black p.blank, .bg-soot-black .our-team p.blank {
  background-color: #D8D2C6;
}
.our-team .blank.dark-bg-summer-yellow-1 {
  background-color: #F4B633;
}
.our-team .blank.dark-bg-summer-yellow-2 {
  background-color: #F4A916;
}
.our-team .blank.summer-yellow {
  background-color: #F5BF42;
}
.our-team .img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 111/138;
  display: grid;
  place-items: center;
  overflow: visible;
  z-index: 0;
  transform-origin: center top;
  margin: 0 0 16px 0;
}
.our-team .img-wrapper.hovered .bg-box {
  opacity: 1;
  transform: rotate(-4.69deg) scale(1);
}
.our-team .img-wrapper.hovered .hovered-info {
  display: block;
}
.our-team .img-wrapper .bg-box {
  opacity: 0;
  position: absolute;
  top: -25%;
  left: -25%;
  transform: scale(0.7) rotate(-4.69deg);
  transition: linear all 150ms;
  width: 143%;
  height: 143%;
  background-color: #F5CB70;
  border-radius: 24px;
  z-index: 1;
  transform-origin: center;
  pointer-events: none;
}
.our-team .img-wrapper img {
  width: 100%;
  max-width: 144px;
  transition: all 0.3s ease;
  border-radius: 24px;
  z-index: 2;
  position: relative;
}
.our-team .img-wrapper.hovered {
  z-index: 10;
}
.our-team .img-wrapper.hovered img {
  transform: scale(1.4345) rotate(12deg);
  z-index: 3;
}
.our-team .hovered-info {
  display: none;
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%) rotate(-6.57deg);
  background: #F5BF42;
  color: #35373D;
  padding: 18px 16px 8px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  z-index: 4;
  font-family: "Anton";
  font-size: 40px;
  font-weight: normal;
  pointer-events: none;
}
.our-team .hovered-info span {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: normal;
}
.our-team .img-wrapper img.dimmed {
  filter: grayscale(100%) brightness(1.1);
  opacity: 0.4;
  transform: scale(0.95);
}
.our-team .blank.force-light-bg {
  transform: scale(0.95);
  background-color: #E3DFD6 !important;
  transition: linear all 350ms;
}
.our-team .col:has(.blank):not(:has(.img-wrapper)) {
  pointer-events: none;
}
.our-team .mobile-view {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 40px 0 100px 0;
  overflow: hidden;
  pointer-events: none;
}
.our-team .mobile-view .row {
  display: flex;
  gap: 24px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 12px;
}
.our-team .mobile-view .img-wrapper {
  width: 143px;
  aspect-ratio: 143/180;
  flex: 0 0 auto;
  scroll-snap-align: center;
  overflow: visible;
  position: relative;
  pointer-events: none;
}
.our-team .mobile-view .img-wrapper .hovered-info {
  display: none;
}
.our-team .mobile-view .hover-info-bar {
  text-align: center;
  margin-top: 0px;
}
.our-team .mobile-view .hovered-info {
  display: inline-block;
  position: initial;
  transform: none;
  padding: 18px 16px 8px;
  font-size: 14px;
  line-height: 17px;
  border-radius: 8px;
  z-index: 4;
  font-size: 40px;
}
.our-team .mobile-view .hovered-info span {
  font-size: 18px;
}

.hero-container {
  position: relative;
  z-index: 1;
  padding-top: 70px;
}

.modal {
  z-index: 106000;
}
.modal .btn-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  border-radius: 20px;
  background-color: #35373D;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  color: #ffffff;
  opacity: 1;
  font-size: 0;
  border: none;
}
.modal .modal-dialog {
  filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.25));
}
.modal .modal-content {
  background-color: #D8D2C6;
  border: none;
}
.modal .modal-content::-webkit-scrollbar {
  width: 0;
}
.modal .modal-content iframe {
  width: calc(100% + 20px);
  height: 100%;
  margin-right: -20px;
  border: none;
}

.sticky-scroll-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .sticky-scroll-wrapper .col, .sticky-scroll-wrapper .slice-chart {
    align-self: center;
  }
  .sticky-scroll-wrapper .col button {
    margin-left: 0;
  }
}

.title-wrapper h1 a {
  color: inherit;
  text-decoration: none;
}
.title-wrapper h1 a:hover {
  text-decoration: none !important;
}

.insights-scroll-wrapper {
  overflow: hidden;
}
.insights-scroll-wrapper .insights-card {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.insights-scroll-wrapper .insights-card .col {
  flex: 0 0 auto;
  width: 80vw;
  max-width: 300px;
}

.scroll-indicator {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0.9rem;
  color: #35373D;
  opacity: 0.8;
  animation: fadeIn 1s ease-out 1.5s both;
}
.scroll-indicator span {
  display: block;
  display: none;
}
.scroll-indicator .chevron {
  width: 16px;
  height: 16px;
  border-right: 2px solid #35373D;
  border-bottom: 2px solid #35373D;
  transform: rotate(45deg);
  margin: 0 auto;
  animation: bounceDown 1.2s infinite;
  margin-top: 4px;
}

@keyframes bounceDown {
  0%, 100% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
  }
  to {
    opacity: 0.8;
    transform: translateX(-50%) translateY(0);
  }
}
@media (min-width: 1200px) {
  body .ready-to-game-container svg#line-ready-to-game {
    height: 300px;
    top: -120px;
  }
  body .container, body .container-sm, body .container-md, body .container-lg, body .container-xl {
    max-width: 1180px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body .channels-slider-wrapper {
    margin-top: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body .our-team .our-team-blurb {
    margin-top: 80px;
  }
  body .our-team .desktop-view:before,
  body .our-team .desktop-view:after {
    height: 450px;
  }
  body .our-team .desktop-view:before {
    background-position-x: -39px;
  }
  body .our-team .desktop-view:after {
    background-position-x: 4px;
  }
  body .channels-slider-wrapper {
    margin-top: 150px;
  }
  body .stat-container .card-stack .stat-card {
    width: 500px;
  }
  body h2.giant {
    font-size: 76px;
  }
  body .ready-to-game-container .ready-to-game .ready-to-game-content {
    width: 960px !important;
    padding: 71px;
  }
}
@media (max-width: 991.98px) {
  body .our-team .our-team-blurb {
    margin-top: 110px;
  }
  body .our-team .blank, body .our-team .img-wrapper img {
    border-radius: 12px;
  }
  body .our-team .desktop-view:before,
  body .our-team .desktop-view:after {
    height: 320px;
  }
  body .our-team .desktop-view:before {
    background-position-x: -33px;
  }
  body .our-team .desktop-view:after {
    background-position-x: 3px;
  }
  body .stat-container .card {
    display: none;
  }
  body .stat-container .title-wrapper p {
    font-size: 21px;
  }
  body .channels-slider-wrapper {
    margin-top: 70px;
  }
  body .stat-container .card-stack .stat-card ul li {
    margin-bottom: 24px;
  }
  body .stat-container .card-stack .stat-card ul li p.change {
    font-size: 32px;
  }
  body .stat-container .card-stack .stat-card ul li.blurb p {
    font-size: 36px;
  }
  body .stat-container .card-stack {
    top: 30%;
  }
  body .stat-container .title-stack {
    width: 50%;
    margin-top: 100px;
  }
  body .stat-container .card-stack .stat-card {
    width: 450px;
  }
  body .image-with-button-wrapper {
    margin-top: 30px;
  }
  body h2.giant {
    font-size: 58px;
  }
  body .ready-to-game-container .ready-to-game .ready-to-game-content {
    width: 720px !important;
    padding: 44px;
  }
  body .ready-to-game-container .ready-to-game h1,
  body .giant-h1-wrapper h1.giant {
    font-size: 110px;
  }
  body .slice-chart .circle-container-wrapper {
    margin: 100px auto;
    position: relative;
  }
  body .feature-banner-wrapper button {
    margin: 0;
  }
  body .feature-banner-wrapper .feature-banner {
    flex-direction: column;
    gap: 0px;
  }
  body .feature-banner-wrapper .feature-banner .col1 {
    width: 100% !important;
  }
  body .feature-banner-wrapper .feature-banner .col2 {
    width: 100% !important;
    justify-content: flex-start !important;
  }
  body .feature-banner-wrapper .feature-banner .col2 p {
    margin: 16px 0;
  }
  body .feature-banner-wrapper .feature-banner.hero .col2 {
    width: 100%;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  body .mobile-view {
    display: none;
  }
  body .desktop-view {
    display: initital;
  }
  body .our-team-blurb {
    transform: translateY(-80%);
  }
  body .gaming_header {
    position: absolute;
    z-index: 0;
  }
}
@media (max-width: 767.98px) {
  body .insights-card-container {
    max-width: initial;
    padding: 0;
  }
  body .awards-slider {
    margin: 100px 0 100px;
  }
  body h2.giant {
    padding: 0 16px;
  }
  body h2.giant br {
    display: none;
  }
  body .chart-animate-wrapper .chart-wrapper-3 {
    margin-top: 50px;
  }
  body #teamScroller .img-wrapper {
    position: relative;
  }
  body #teamScroller .img-wrapper p {
    position: absolute;
    z-index: 100;
    font-size: 12px;
    font-weight: bold;
    color: red;
    top: -20px;
  }
  body .svg-wrapper {
    display: none;
  }
  body #gaming_header_mobile {
    position: absolute;
    z-index: 0;
    top: 40px;
    left: -20%;
  }
  body svg.gaming_header {
    display: none;
  }
  body #line-ready-to-game {
    display: none !important;
  }
  body .mobile-view {
    display: initital;
  }
  body .desktop-view {
    display: none;
  }
  body .our-team-blurb {
    transform: none;
  }
  body .our-team-blurb h1 {
    font-size: 52px;
    font-weight: bold;
  }
  body .full-screen {
    height: auto;
    display: block;
  }
  body .logo-slider-wrapper .logo-slider .logo-slider-overlay {
    position: initial;
    background: none;
  }
  body .logo-slider-wrapper .logo-slider .logo-slider-overlay h1 {
    padding: 0 32px;
  }
  body .logo-slider-wrapper .logo-slider .logo-slider-overlay h1 br {
    display: none;
  }
  body .logo-slider-wrapper .logo-slider .logos-slide li {
    height: 95px;
    width: 218px;
  }
  body .logo-slider-wrapper {
    margin: 120px 0;
  }
  body .logo-slider-1,
  body .logo-slider-3 {
    display: none;
  }
  body .ready-to-game-container .ready-to-game .ready-to-game-content {
    width: 540px !important;
    padding: 32px;
  }
  body .ready-to-game-container .ready-to-game h1 {
    font-size: 80px !important;
  }
  body .giant-h1-wrapper h1.giant {
    font-size: 60px !important;
  }
}
@media (max-width: 575.98px) {
  body .insights-card-container {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  body .ready-to-game-container .ready-to-game p {
    text-align: center;
  }
  body .ready-to-game-container .ready-to-game .ready-to-game-content {
    width: 100% !important;
    flex-wrap: wrap;
  }
  body .ready-to-game-container .ready-to-game .ready-to-game-content .col1 {
    flex: 0 0 auto;
    width: 100%;
  }
  body .ready-to-game-container .ready-to-game .ready-to-game-content .col2 {
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    width: 100%;
    float: initial !important;
  }
  body .ready-to-game-container .ready-to-game .ready-to-game-content .col2 button {
    display: inline-block;
    margin: 16px auto 0;
  }
}
@media (min-width: 576px) {
  .insights-scroll-wrapper .insights-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .insights-scroll-wrapper .insights-card .col {
    width: 100%;
    max-width: 100%;
  }
}