@charset "utf-8";
@import "./assets/css/header.css";

body {
  /* --wp--preset--font-size--small: 0.842em; */
  --wp--preset--font-size--medium: 20px;
  /* --wp--preset--font-size--large: 1.25em; */
  --wp--preset--font-size--x-large: 26px;
  --text-blue: #0278cd;
}

/* CSS Document */
html #wpadminbar {
  min-width: unset !important;
}

body {
  font-family: "Roboto", sans-serif !important;
  color: #25303e;
  font-size: 16px !important;
  line-height: 28px !important;
}

/* Layout */
p:empty {
  display: none;
}

.hr-1px {
  border-top: 1px solid !important;
}

.is-layout-constrained.mw-1440,
.mw-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.is-layout-constrained.mw-1220,
.mw-1220 {
  max-width: 1220px;
  margin-inline: auto;
}

.is-layout-constrained.mw-1180,
.mw-1180 {
  max-width: 1180px;
  margin: 0 auto;
  width: 90%;
}

.is-layout-constrained.mw-1152,
.mw-1152 {
  max-width: 1152px;
  margin-inline: auto;
}

.is-layout-constrained.mw-786,
.mw-786 {
  max-width: 786px;
  width: 90%;
  margin: 0 auto;
}

.is-layout-constrained.mw-700,
.mw-700 {
  margin: 0 auto;
}

.is-layout-constrained.mw-950,
.mw-950 {
  max-width: 950px;
  margin-inline: auto;
}

a {
  color: #0278cd;
}

a:hover {
  color: #0278cd;
}

a:focus,
a:hover {
  text-decoration: none !important;
}

p:empty {
  display: none !important;
}

.container {
  max-width: 1180px !important;
}

.preheader a {
  font-weight: bold !important;
}

.preheader {
  z-index: 9999 !important;
}

#head .site-logo-container .site-title img {
  max-width: 164px !important;
}

.component-container.bg-light-green {
  background-color: #f0f9f7 !important;
}

.component-container.two_columns_text_media .media-col a {
  margin-top: 0px !important;
}

.align-self-center {
  text-align: center !important;
}

.component-container {
  padding: 75px 0;
}

.component-container h2 {
  font-family: Jura;
  font-style: normal;
  font-weight: bold !important;
  font-size: 36px;
  line-height: 130%;
  /* or 47px */
  color: #000000;
}

.component-container h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  text-align: left;
  font-weight: bold;
  color: #f7931d;
}

.component-container p.xl {
  font-size: 21px;
  line-height: 29px;
}

.button.secondary-button {
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  /* identical to box height */
  text-align: center;
  color: #27abac;
  margin-top: 25px;
  padding: 7px 30px !important;
  background: none;
}

.button {
  border: 2px solid #0278cd !important;
  text-align: center !important;
  background: #0278cd !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 14px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 13px 16px !important;
  border-radius: 4px !important;
  margin: 0 5px !important;
}

.button:hover {
  background: #0298ec !important;
  border: 2px solid #0298ec !important;
  border-radius: 4px !important;
}

.EventBg a.button.main-button-with-icon::after {
  display: none !important;
}

.EventBg a.button.line-button {
  background: transparent !important;
  border: 1px solid #0278cd !important;
  color: #0278cd !important;
  text-transform: capitalize !important;
}

.pagination a {
  border: 2px solid #0278cd !important;
  color: #fff !important;
  text-align: center !important;
  background: #0278cd !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 14px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 13px 16px !important;
  border-radius: 4px !important;
}

.pagination a:hover {
  background: #0298ec !important;
  border: 2px solid #0298ec !important;
  border-radius: 4px !important;
}

.button.bordered {
  border: 2px solid #0278cd !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  color: #0278cd !important;
  background: none !important;
}

.button.bordered:hover {
  border: 2px solid #0298ec !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  color: #0298ec !important;
  background: #fff !important;
}

.button.blackbordered {
  border: 2px solid #25303e !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  color: #25303e !important;
  background: none !important;
}

.button.blackbordered:hover {
  border: 2px solid #25303e !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  color: #25303e !important;
  background: rgba(255, 255, 255, 0.3) !important;
}

.button.whitebordered {
  border: 2px solid #fff !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  color: #fff !important;
  background: none !important;
}

.button.whitebordered:hover {
  border: 2px solid #fff !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.button.secondary-button {
  color: #fff !important;
}

.button.white {
  background: #fff !important;
  color: #0278cd !important;
  border: 2px solid #fff !important;
  border-radius: 4px !important;
}

.button.white:hover {
  background: #fff !important;
  color: #0298ec !important;
  border: 2px solid #fff !important;
  border-radius: 4px !important;
}

.button.link-button:hover,
.button.link-button:focus,
.button.link-button:active {
  background: transparent !important;
}

.wp-caption {
  max-width: 100% !important;
}

.wp-caption-text,
figcaption {
  display: block !important;
  margin-bottom: 15px !important;
  text-align: center !important;
  max-width: 100% !important;
  font-size: 14px !important;
  font-style: italic !important;
}

.pagination .button {
  color: #fff !important;
}

.pagination .button.current {
  background: #ff9800 !important;
  border: solid 2px #ff9800 !important;
}

.pagination .button:hover {
  background: #0298ec !important;
  border: solid 2px #0298ec !important;
}

.slick-arrow {
  display: none !important;
}

.small_text_link,
.button.link-button {
  color: #0278cd !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  background: none !important;
  border: 0px !important;
  letter-spacing: 0.13em !important;
  padding: 0px !important;
}

.small_text_link:after {
  content: "";
  position: relative;
  margin-left: 0px;
  top: 2px;
  background: url(assets/img/icon_arrow_right.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: cover;
  display: inline-block !important;
  left: 0px !important;
  transition: all 0.16s ease-out !important;
}

.small_text_link:hover:after {
  left: 5px !important;
}

.small_text_link.white:after {
  content: "";
  position: relative;
  margin-left: 0px;
  top: 2px;
  background: url(assets/img/icon_arrow_right_white.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 8px;
  display: inline-block !important;
  left: 5px !important;
  transition: all 0.16s ease-out !important;
}

.small_text_link.white:hover:after {
  left: 10px !important;
}

.PadRight75 {
  padding-right: 75px !important;
}

.scrolled #head {
  transition: all 0.05s ease-in-out !important;
}

#head {
  position: relative;
}

#head nav {
  background: none !important;
  display: none;
}

#head nav.open {
  z-index: 5000;
  display: block;
}

#head nav .nav > li > a {
  text-transform: capitalize !important;
}

#head .head-container > .row > .header-buttons {
  padding: 0;
  white-space: nowrap !important;
  display: flex;
  gap: 4px;
  align-items: center;
}

a#btngetStarted.button {
  color: #fff !important;
}

#head .head-container > .row > .header-buttons a#btngetStarted {
  margin-right: 15px !important;
  color: #fff !important;
}

#head .head-container > .row > .header-buttons .button {
  font-size: 12px !important;
  padding: 7px 10px !important;
  display: inline;
}

#head .login {
  margin-right: 15px !important;
  margin-bottom: 0;
  color: #25303e !important;
}

#head .search-icon {
  margin-right: 15px;
  display: inline-block;
}

.header-nav-dark svg.search-icon path,
.page-template-page-pricing-2023-template svg.search-icon path,
.page-template-page-play-template svg.search-icon path {
  stroke: white;
}

.scrolled.header-nav-dark svg.search-icon path,
.scrolled.page-template-page-pricing-2023-template svg.search-icon path,
.scrolled.page-template-page-play-template svg.search-icon path,
.scrolled .search-icon path {
  stroke: black;
}

.header-nav-dark svg.menu_open.mobileMenuToggle path,
.page-template-page-pricing-2023-template svg.menu_open.mobileMenuToggle path,
.page-template-page-play-template svg.menu_open.mobileMenuToggle path {
  stroke: white;
}

.scrolled.header-nav-dark svg.menu_open.mobileMenuToggle path,
.scrolled.page-template-page-pricing-2023-template svg.menu_open.mobileMenuToggle path,
.scrolled.page-template-page-play-template svg.menu_open.mobileMenuToggle path {
  stroke: black;
}

#head .search-bar-toggle {
  cursor: pointer;
}

#head .search-bar {
  position: absolute;
  width: 100%;
  background-color: #0278cd;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
  z-index: 5001;
}

#head .search-bar.show {
  transform: translateY(0);
}

#head .search-bar.hide {
  transform: translateY(-100%);
}

#head .search-bar form {
  border-bottom: solid 1px white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-inline: 10px;
  padding-bottom: 5px;
}

#head .search-bar-input {
  background-color: inherit;
  border: none;
  width: 100%;
  color: white;
}

#head .search-bar-input:focus {
  outline: none;
}

#head .search-bar-input:focus::placeholder {
  display: none;
}

#head .search-bar-input::placeholder {
  color: white;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

#head .login:hover {
  color: #0278cd !important;
}

#head .login img {
  margin-right: 5px !important;
}

#head .head-container > .row > div .nav > li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative !important;
  margin: 0 35px 0 0 !important;
}

#head .head-container > .row > div .nav > li:last-child {
  margin-right: 0px !important;
}

#head .head-container > .row > div .nav > li > a {
  font-family: "Roboto", sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.02em !important;
  color: #25303e !important;
  padding: 0 0px !important;
}

/*#head .head-container>.row>div .nav>li:hover>a{ font-weight:bold !important;}*/
#head nav .nav > li > .sub-menu {
  background: #ffffff !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
  left: -30px !important;
  top: calc(100% - 5px) !important;
  transform: translateX(0px) !important;
  z-index: -1;
  padding: 24px 0px !important;
  display: none;
}

#head nav .nav > li:hover > .sub-menu {
  z-index: 999;
}

#head nav .nav > li > .sub-menu > li {
  display: block !important;
  min-width: 100% !important;
  position: relative;
}

#head nav .nav > li > .sub-men:after {
  content: "";
  position: relative;
  right: 0px;
  width: 10px;
  height: 10px;
  background: red;
}

#head nav .nav > li.menu-item-has-children > a:before {
  content: "";
  border-bottom-color: #f6f6f6 !important;
  top: calc(100% - 7px) !important;
  border-width: 16px;
  filter: blur(1px);
}

#head nav .nav > li.menu-item-has-children > a:after {
  content: "";
  border-bottom-color: #fff !important;
  top: calc(100% - 3px) !important;
  position: absolute;
  border-width: 16px;
  margin-left: -14px;
  left: 50%;
  transform: translateX(-50%);
  border: 16px solid transparent;
  opacity: 0;
  visibility: hidden;
}

#head nav .nav > li:hover a:before,
#head nav .nav > li:hover a:after {
  opacity: 1;
  visibility: visible;
}

#head nav .nav > li > .sub-menu > li {
  border: 0px !important;
  /*min-width:282px !important;*/
}

#head nav .nav > li > .sub-menu > li > a {
  font-family: "Roboto", sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 28px !important;
  letter-spacing: 0.02em !important;
  color: #25303e !important;
  padding: 5px 30px !important;
  display: block !important;
  text-transform: none !important;
}

#head nav .nav > li > .sub-menu > li {
  padding: 0px !important;
}

#head nav .nav > li:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background-color: #0278cd;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

#head nav .nav > li > .sub-menu > li.menu-item-has-children > a:after {
  content: url(/wp-content/uploads/2023/04/nav_third_level_arrow.svg);
  position: absolute;
  right: 15px;
  top: 4px;
}

#head nav .nav > li > .sub-menu > li > .sub-menu {
  display: none;
}

#head nav .nav > li > .sub-menu > li:hover > .sub-menu {
  display: block;
  position: absolute !important;
  top: -25px !important;
  left: 100% !important;
  background: #ffffff !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0px;
  padding: 10px;
}

#head nav .nav > li > .sub-menu > li > .sub-menu > li {
  margin: 0px;
  padding: 0px;
}

#head nav .nav > li > .sub-menu > li > .sub-menu > li > a {
  margin: 0px;
  padding: 7px 15px;
  display: block;
  white-space: nowrap;
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
}

#head nav .nav > li > .sub-menu > li > .sub-menu > li:hover > a {
  font-weight: bold !important;
  color: #25303e !important;
}

#head nav .nav > li > .sub-menu > li:hover a {
  font-weight: bold !important;
}

#head nav .nav > li:hover:after,
#head nav .nav > li.current-menu-ancestor:after,
body.single-resource #head nav .nav > li.menu-item-8772:after,
body.tax-topic #head nav .nav > li.menu-item-8772:after,
body.tax-usecase #head nav .nav > li.menu-item-8772:after,
body.tax-type #head nav .nav > li.menu-item-8772:after,
body.page-template-page-resources #head nav .nav > li.menu-item-8772:after,
body.page-template-page-gatedform #head nav .nav > li.menu-item-8772:after,
body.single-resource #head nav .nav > li.menu-item-12741:after,
body.tax-topic #head nav .nav > li.menu-item-12741:after,
body.tax-usecase #head nav .nav > li.menu-item-12741:after,
body.tax-type #head nav .nav > li.menu-item-12741:after,
body.page-template-page-resources #head nav .nav > li.menu-item-12741:after,
body.page-template-page-gatedform #head nav .nav > li.menu-item-12741:after,
body.single-resource #head nav .nav > li.menu-item-12741:after,
body.single-post #head nav .nav > li.menu-item-12741:after,
body.archive.author #head nav .nav > li.menu-item-12741:after,
body.archive.category #head nav .nav > li.menu-item-12741:after,
body.term-customer-stories #head nav .nav > li.menu-item-12737:after,
#head nav .nav > li.current_page_item:after {
  width: calc(100%);
  background-color: #0278cd;
  -webkit-transition: width 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transition: width 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}

body.category-announcements #head nav .nav > li.menu-item-12741:after,
body.category-news #head nav .nav > li.menu-item-12741:after,
body.term-customer-stories #head nav .nav > li.menu-item-12741:after {
  display: none !important;
}

/* .footer_cta_bar h2 {
  font-family: Poppins !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 38px !important;
  line-height: 57px !important;
  text-align: center !important;
  letter-spacing: 0.02em !important;
  color: #ffffff !important;
} */

#footer nav .nav li.menu-item-has-children > a {
  margin-bottom: 15px !important;
  cursor: default !important;
}

#footer nav .nav li {
  margin-bottom: 8px !important;
}

#footer .copy {
  padding: 0px !important;
}

#footer .copy p {
  text-align: left !important;
  font-size: 12px !important;
}

#footer .copy a {
  text-decoration: underline !important;
}

#head nav .nav > li > .sub-menu > li .sub-menu li:hover a {
  font-weight: 600 !important;
}

#footer nav .nav li a {
  font-family: Open Sans !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.02em !important;
  color: #ffffff !important;
  width: 100% !important;
  display: block !important;
  text-transform: none !important;
}

#footer nav .nav li.menu-item-has-children > a {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.02em !important;
  color: #25303e !important;
}

#head nav .nav > li > .sub-menu > li .sub-menu li a {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  /* or 78% */
  letter-spacing: 0.02em !important;
  color: #25303e !important;
  cursor: pointer !important;
}

#footer .form p {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.02em !important;
  color: #25303e !important;
  margin: 18px 0 15px 0 !important;
}

#footer .hs-form .hs-richtext p {
  font-family: Open Sans !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 11px !important;
  line-height: 18px !important;
  color: #ffffff !important;
}

#footer .hs-form .hs-richtext p a {
  color: #0278cd !important;
  text-decoration: underline !important;
}

#footer input.hs-input[type="email"] {
  height: 45px !important;
  line-height: 45px !important;
  color: #c4c4c4 !important;
}

#footer input.hs-input[type="email"]::placeholder {
  font-family: Open Sans !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: #c4c4c4 !important;
}

#footer .form form .button {
  background: #0278cd !important;
  border-radius: 3px !important;
  color: #fff !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  letter-spacing: 0.1em !important;
  font-size: 14px !important;
  cursor: pointer !important;
}

#footer .form form .button:hover {
  background: #0298ec !important;
}

#footer .social {
  text-align: center !important;
}

#footer .social a {
  background: none !important;
  margin: 0 10px 0 0 !important;
}

#EliminateEngineering {
  background: url(https://honeycombiodev.wpengine.com/wp-content/uploads/2020/07/bg-kp-6.png)
    no-repeat center center;
  min-height: 500px !important;
  padding: 50px 0 !important;
  background-position: center 40px !important;
}

#EliminateEngineering h2 {
  margin-top: 50px !important;
}

#SpotOutliers {
  background: #f8f7fc
    url(https://honeycombiodev.wpengine.com/wp-content/uploads/2020/07/bg_2.png)
    no-repeat center center;
  min-height: 560px !important;
  padding: 75px 0 !important;
  background-size: cover !important;
}

#SpotOutliers .text-col {
  padding-left: 100px !important;
}

#SpotOutliers h2 {
  width: 75% !important;
}

.WhiteTilesHomepage {
  background: #f0f9f7 !important;
  padding: 75px 0 !important;
}

.WhiteTilesHomepage h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #0298ec;
}

.WhiteTilesHomepage h2 {
  width: 50% !important;
}

.WhiteTilesHomepage .tile {
  width: 50% !important;
  display: inline-block !important;
  background-color: transparent !important;
  padding: 0px !important;
}

.WhiteTilesHomepage .tile:nth-child(odd) {
  padding-right: 10px !important;
  padding-bottom: 20px !important;
  padding-left: 0px !important;
}

.WhiteTilesHomepage .tile:nth-child(even) {
  padding-left: 10px !important;
  padding-bottom: 20px !important;
  padding-right: 0px !important;
}

.WhiteTilesHomepage .tile .tile-wrapper {
  background-color: #fff !important;
}

.WhiteTilesHomepage .tile img {
  max-width: 70px;
  height: auto !important;
}

.WhiteTilesHomepage .tile .tile-wrapper h2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 122% */
  color: #262658;
  width: 100% !important;
}

.NewSingleQuote {
  background: #fff !important;
  padding: 75px 0 !important;
}

.NewSingleQuote .quote-body {
  width: 100% !important;
  max-width: 100% !important;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  /* or 39px */
  text-align: center;
  color: #000000;
  flex: 0 0 100% !important;
}

.NewSingleQuote .quote-body p {
  font-size: 28px !important;
  line-height: 140% !important;
}

.NewSingleQuote .quote-body p.byline {
  font-size: 19px !important;
  line-height: 26px !important;
  font-weight: 600;
}

.NewSingleQuote .quote-image {
  display: none !important;
}

.NewSingleQuote .byline {
  font-size: 19px;
  line-height: 26px;
  /* identical to box height */
  text-align: center;
  position: relative;
}

.NewSingleQuote .byline:before {
  content: "";
  background: url("/uploads/2020/07/marque_name_bullet.png") no-repeat center
    center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}

ul.IconList {
  margin: 0;
  padding: 0;
}

ul.IconList li {
  padding-left: 75px;
  position: relative;
  list-style: none;
  margin-bottom: 50px !important;
}

ul.IconList li br {
  display: none !important;
}

ul.IconList li img {
  position: absolute;
  left: 0;
  top: 0;
}

ul.IconList li h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 122% */
  color: #000000;
}

/*.intercom-lightweight-app { display:none !important;}
*/
.StoriesLink .component-container {
  padding: 0px 0 75px 0 !important;
}

.PricingPlans {
  margin-top: -250px !important;
}

.pricing_plan {
  background: #ffffff !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 4px !important;
  padding-bottom: 100px !important;
  position: relative !important;
  text-align: center;
}

.pricing_plan span.head {
  background: #d0d3d4 !important;
  padding: 12px 0 !important;
  /* Body Small Bold */
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 24px !important;
  /* identical to box height, or 171% */
  text-align: center !important;
  letter-spacing: 0.03em !important;
  /* Primary / Slate */
  color: #25303e !important;
  display: block;
  border-radius: 4px !important;
}

.pricing_plan span.features {
  padding: 10px !important;
  /* Body Small Bold */
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 12px !important;
  line-height: 14px !important;
  /* identical to box height, or 171% */
  text-align: center !important;
  letter-spacing: 0.1em !important;
  /* Primary / Slate */
  color: #0278cd !important;
  text-transform: uppercase !important;
}

.pricing_plan span.permonth {
  padding: 10px !important;
  /* Body Small Bold */
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 12px !important;
  line-height: 14px !important;
  /* identical to box height, or 171% */
  text-align: center !important;
  letter-spacing: 0.1em !important;
  /* Primary / Slate */
  color: #25303e !important;
  text-transform: uppercase !important;
}

.pricing_plan ul.featuresList {
  padding: 0 !important;
  margin: 10px 35px 30px 35px !important;
  display: block;
}

.pricing_plan ul.featuresList li {
  padding: 0px !important;
  /* Body Small Bold */
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 28px !important;
  /* identical to box height, or 171% */
  text-align: center !important;
  letter-spacing: 0.03em !important;
  /* Primary / Slate */
  color: #25303e !important;
  list-style: none !important;
  display: block !important;
  text-align: center !important;
}

.pricing_plan h2.new {
  font-weight: bold !important;
  font-size: 36px !important;
  line-height: 48px !important;
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}

.pricing_plan h3.new {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 30px !important;
  line-height: 40px !important;
  text-align: center !important;
  letter-spacing: 0.02em !important;
  color: #25303e !important;
  margin: 5px 0 !important;
  padding: 5px 0 !important;
}

.pricing_plan img.tooltip {
  width: 12px;
  height: 12px;
}

.pricing_plan .Price {
  position: absolute;
  bottom: 25px;
  width: 100% !important;
  text-align: center !important;
}

.pricing_plan .Price p,
.pricing_plan .Price span {
  margin-bottom: 0px !important;
}

.pricing_plan .Price .small_text_link {
  margin-bottom: 10px !important;
  font-size: 14px !important;
  letter-spacing: 0.1em !important;
  line-height: 22px !important;
}

.pricing_plan .Price .small_text_link:after {
  width: 14px !important;
  height: 14px !important;
}

.pricing_plan .Price h3 {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 30px !important;
  line-height: 40px !important;
  /* identical to box height, or 171% */
  text-align: center !important;
  letter-spacing: 0.03em !important;
  /* Primary / Slate */
  color: #25303e !important;
  margin-bottom: 0px !important;
}

.pricing_plan .Price .StartAt {
  padding: 10px !important;
  /* Body Small Bold */
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 12px !important;
  line-height: 14px !important;
  /* identical to box height, or 171% */
  text-align: center !important;
  letter-spacing: 0.1em !important;
  /* Primary / Slate */
  color: #d0d3d4 !important;
  text-transform: uppercase !important;
}

.pricing_plan .button.small,
.pricing_plan p .button.small,
.page-id-10100 .button.small {
  padding: 5px 10px !important;
  border-radius: 5px !important;
  color: #25303e !important;
  border: 1px solid #25303e !important;
  margin: 10px -4px !important;
  background: none !important;
  z-index: 1 !important;
  position: relative !important;
  font-size: 11px !important;
  line-height: 14px !important;
  letter-spacing: 0.1em !important;
  cursor: pointer !important;
}

.pricing_plan .button.small:first-child,
.pricing_plan p .button.small:first-child,
.page-id-10100 .button.small:first-child {
  padding-right: 14px !important;
}

.pricing_plan .button.small:nth-child(2),
.pricing_plan p .button.small:first-child(2),
.page-id-10100 .button.small:nth-child(2) {
  padding-left: 14px !important;
}

.pricing_plan .button.small.active,
.pricing_plan p .button.small.active,
.page-id-10100 .button.small.active {
  color: #fff !important;
  border: 1px solid #0278cd !important;
  background: #0278cd !important;
  z-index: 2 !important;
  padding: 5px 10px !important;
}

.pricing_plan p:empty {
  display: none !important;
}

.tablet_FullWidth {
  max-width: 40% !important;
}

.wp-video {
  margin: 25px 0 !important;
  width: 100% !important;
}

.wp-video video {
  width: 100% !important;
}

.wp-video br {
  display: none !important;
}

.tippy-box {
  background: #f0f0f0 !important;
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 10px !important;
  line-height: 14px !important;
  letter-spacing: 0.02em !important;
  color: #25303e !important;
  padding: 0px !important;
  margin-bottom: 20px;
}

.tippy-content {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 10px !important;
  line-height: 14px !important;
  letter-spacing: 0.02em !important;
  color: #25303e !important;
  text-align: left !important;
}

.tippy-arrow {
  color: #f0f0f0 !important;
}

.accord1 h2.new {
  margin-bottom: 25px !important;
}

.accord1 table th {
  font-weight: bold;
  padding: 15px;
  font-size: 18px !important;
  line-height: 28px !important;
  border-bottom: solid 1px #d0d3d4 !important;
}

.accord1 table td {
  font-weight: normal;
  padding: 10px 15px;
  font-size: 14px !important;
  line-height: 24px !important;
  border-bottom: solid 1px #d0d3d4 !important;
}

.accord1 table td img.que {
  width: 10px;
  height: 10px;
}

.accord1 ul {
  padding: 0px !important;
  margin: 0px !important;
}

.accord1 li {
  list-style: none;
}

.accord1 li p {
  padding: 10px 25px 10px 0px !important;
  margin: 0px !important;
  background: none !important;
  text-align: left !important;
  cursor: pointer !important;
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  letter-spacing: 0.02em !important;
  line-height: 28px !important;
}

.accord1 li .accord-title {
  padding: 10px 25px 10px 0px !important;
  margin: 0 !important;
  background: none !important;
  display: block !important;
  text-align: left !important;
  cursor: pointer !important;
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 32px !important;
  letter-spacing: 0.02em !important;
  color: #25303e !important;
}

.accord1 li .accord-title:after {
  content: "";
  position: relative;
  margin-left: 10px;
  background: url(assets/img/accordian_arrow_down.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: cover;
  display: inline-block !important;
  top: -2px !important;
}

.accord1 li .accord-title.active:after {
  content: "";
  position: relative;
  margin-left: 15px;
  background: url(assets/img/accordian_arrow_up.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: cover;
  display: inline-block !important;
}

.accord-content {
  font-family: Roboto !important;
  padding: 10px 0 !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 36px !important;
  font-weight: normal !important;
  margin-bottom: 30px !important;
  display: none !important;
}

.accord-content.active {
  display: block !important;
}

.pricing_table {
  background: #ffffff !important;
}

.pricing_table thead th {
  background: #fff !important;
  padding: 20px !important;
  /* Body Small Bold */
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 30px !important;
  line-height: 40px !important;
  /* identical to box height, or 171% */
  text-align: center !important;
  letter-spacing: 0.03em !important;
  /* Primary / Slate */
  color: #25303e !important;
  border-bottom: 2px solid #d0d3d4 !important;
  text-align: left !important;
}

.pricing_table td {
  padding: 12px 25px !important;
  /* Body Small Bold */
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 24px !important;
  /* identical to box height, or 171% */
  text-align: center !important;
  letter-spacing: 0.03em !important;
  /* Primary / Slate */
  color: #25303e !important;
  border-bottom: 1px solid #d0d3d4 !important;
  text-align: left !important;
  width: 25% !important;
}

.pricing_table td:first-child {
  font-weight: bold !important;
}

.pricing_table td strong {
  font-weight: bold !important;
}

.OnlyDesktop {
  display: block !important;
}

.OnlyMobile {
  display: none !important;
}

.OnlyTablet {
  display: none !important;
}

.BothMobileTablet {
  display: none !important;
}

h1.new {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold !important;
  font-size: 42px !important;
  line-height: 52px !important;
  /* or 140% */
  color: #25303e;
  position: relative;
  margin-bottom: 20px !important;
}

h2.new {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold !important;
  font-size: 36px !important;
  line-height: 48px !important;
  /* or 140% */
  color: #25303e;
  position: relative !important;
  margin-bottom: 50px !important;
}

h3.new {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal !important;
  font-size: 22px !important;
  line-height: 36px !important;
  /* or 164% */
  text-align: center;
  letter-spacing: 0.02em !important;
  /* Primary / Slate */
}

.h3_new {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 32px !important;
  letter-spacing: 0.02em !important;
  color: #25303e !important;
}

/* p {
  font-size: 16px !important;
  line-height: 28px !important;
} */
.p_new {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #25303e !important;
}

.metrics-tile h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold !important;
  font-size: 36px !important;
  line-height: 48px !important;
  /* or 164% */
  text-align: center;
  letter-spacing: 0.02em !important;
  /* Primary / Slate */
  color: #25303e !important;
}

h4.new {
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 32px !important;
  letter-spacing: 0.02em !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.blue {
  color: #0278cd !important;
}
.blue-pacific {
  color: #0298ec !important;
}
.blue-cobalt {
  color: #0278cd !important;
}

.white {
  color: #fff !important;
}

.no-wrap {
  text-wrap: nowrap;
}
.WithLeftBlueLine:before {
  content: "";
  height: 3px;
  background: #0298ec;
  width: 60px;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.WithLeftLine:before {
  content: "";
  height: 3px;
  background: #0298ec;
  width: 60px;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.WithCenterLine:before {
  content: "";
  height: 3px;
  background: #0298ec;
  width: 60px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.footer_cta_bar h2.WithCenterLine:before {
  bottom: -18px;
}

.noCenterLine .WithCenterLine:before {
  display: none;
}

/*.WithCenterLine.white:before { background:#FFF; }*/
.WithLeftLine.white:before {
  background: #fff;
}

.WithLeftLine.black:before {
  background: #25303e;
}

p.new {
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: 0.03em !important;
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 24px !important;
}

p.new.XL {
  font-size: 26px !important;
  line-height: 36px !important;
  letter-spacing: 0.02em !important;
  font-family: "Roboto", sans-serif !important;
}

.footer_cta_bar p.new.XL {
  font-family: Roboto !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
}

p.has-x-large-font-size {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.02em;
}

ol.new {
  margin: 0 0 30px 25px;
  padding: 0;
}

ol.new li {
  font-size: 21px !important;
  line-height: 35px !important;
  letter-spacing: 0.03em !important;
  font-family: "Roboto", sans-serif !important;
}

.white_border_tile {
  background: #ffffff !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 3px !important;
  padding: 32px 32px 60px 32px !important;
  position: relative !important;
}

.white_border_tile p.new.XL {
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 24px !important;
  /* identical to box height, or 150% */
  letter-spacing: 0.03em !important;
  color: #25303e !important;
  margin-bottom: 15px !important;
}

.white_border_tile p.new,
.white_border_tile p {
  line-height: 24px !important;
  font-size: 14px !important;
  letter-spacing: 0.02em;
}

.white_border_tile .small_text_link {
  color: #0278cd !important;
  font-size: 12px !important;
  line-height: 20px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  position: absolute;
  bottom: 25px !important;
  letter-spacing: 0.1em !important;
}

.white_border_tile .small_text_link:after {
  content: "";
  position: relative;
  margin-left: 0px;
  top: 2px;
  background: url(assets/img/icon_arrow_right.svg) no-repeat center center;
  width: 12px;
  height: 12px;
  background-size: cover;
  display: inline-block !important;
  left: 0px !important;
  transition: all 0.16s ease-out !important;
}

.white_border_tile .small_text_link:hover:after {
  left: 5px !important;
}

.OurValueTile {
  width: 80% !important;
  margin: 0 auto 85px auto !important;
}

.OurValueTile p.new.XL.Bold {
  margin-bottom: 20px !important;
}

.OurAdvantageTile {
  width: 90% !important;
  margin-bottom: 25px;
}

.LogoListing {
  margin: 25px 0;
  padding: 0;
}

.LogoListing img {
  max-height: 45px;
  opacity: 1;
}

.LogoListing li {
  list-style: none;
  margin: 25px;
  text-align: center;
  display: inline-block;
}

.Investors .LogoListing img {
  max-height: 45px;
  opacity: 1 !important;
}

.BenefitListing {
  margin: 25px 0;
  padding: 0;
}

.BenefitListing img {
  margin-bottom: 30px;
}

.BenefitListing li {
  list-style: none;
  margin: 25px 0;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  width: 33%;
  vertical-align: top !important;
}

.BenefitListing li .BenefitTitle {
  margin-bottom: 20px !important;
  display: block !important;
  font-size: 21px !important;
  letter-spacing: 0.03em !important;
}

p.department,
.department {
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: #25303e !important;
}

.OpenPositionListing,
.lever-team {
  margin: 25px 0 !important;
  padding: 0 !important;
}

.OpenPositionListing li {
  list-style: none;
  margin: 25px 0;
  padding: 15px 15px 15px 30px;
  text-align: left;
  display: block;
  font-size: 18px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

.OpenPositionListing li .button {
  margin: 20px 15px !important;
}

.OpenPositionListing li p.new {
  margin-bottom: 5px !important;
  margin-top: 10px !important;
}

.OpenPositionListing li p.new a {
  color: #25303e !important;
}

.OpenPositionListing li p {
  margin-bottom: 0px !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.Bold,
.bold {
  font-weight: bold !important;
}

.arrowDownBlue {
  background: url(assets/img/arrow_down_blue.png) no-repeat center center;
  height: 80px;
}

.vGap5 {
  height: 5px !important;
}

.vGap10 {
  height: 10px !important;
}

.vGap15 {
  height: 15px !important;
}

.vGap20 {
  height: 20px !important;
}

.vGap25 {
  height: 25px !important;
}

.vGap37 {
  height: 37px !important;
}

.vGap50 {
  height: 50px !important;
}

.vGap75 {
  height: 75px !important;
}

.vGap100 {
  height: 100px !important;
}

.vGap150 {
  height: 150px !important;
}

.vGap200 {
  height: 200px !important;
}

.vGap225 {
  height: 225px !important;
}

.vGap250 {
  height: 250px !important;
}

.vGap275 {
  height: 275px !important;
}

.vGap300 {
  height: 300px !important;
}

.orangeTiltedBg {
  position: relative;
  padding: 0px 0;
}

.orangeTiltedBg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffb000 !important;
  background: -webkit-linear-gradient(10deg, #ffb000, #ffd600) !important;
  background: linear-gradient(10deg, #ffb000, #ffd600) !important;
  -ms-transform: skewY(-9deg) !important;
  /* IE 9 */
  transform: skewY(-9deg) scale(1) !important;
  z-index: -1;
}

.greenTiltedBg {
  position: relative;
  padding: 0px 0;
}

.greenTiltedBg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #64ba00 !important;
  background: -webkit-linear-gradient(10deg, #64ba00, #f2f12d) !important;
  background: linear-gradient(10deg, #64ba00, #f2f12d) !important;
  -ms-transform: skewY(-9deg) !important;
  /* IE 9 */
  transform: skewY(-9deg) scale(1) !important;
  z-index: -1;
}

.greenTiltedBg_Half {
  position: absolute;
  left: 60%;
  top: 30%;
  width: calc(100% + 100px);
  height: auto;
  background: #64ba00 !important;
  background: -webkit-linear-gradient(10deg, #64ba00, #f2f12d) !important;
  background: linear-gradient(10deg, #64ba00, #f2f12d) !important;
  -ms-transform: skewY(-9deg) !important;
  /* IE 9 */
  transform: skewY(-9deg) scale(1) !important;
  z-index: -1;
}

.greenTiltedBg_Half .Content {
  padding: 125px 175px 125px 75px !important;
  -ms-transform: skewY(9deg) !important;
  /* IE 9 */
  transform: skewY(9deg) scale(1) !important;
  color: #fff !important;
}

.blueTiltedBg {
  position: relative;
  color: #fff;
  padding: 0px 0;
}

.blueTiltedBg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #262558 !important;
  background: -webkit-linear-gradient(10deg, #262558, #51368d) !important;
  background: linear-gradient(10deg, #262558, #51368d) !important;
  -ms-transform: skewY(-9deg) !important;
  /* IE 9 */
  transform: skewY(-9deg) scale(1) !important;
  z-index: -1;
}

.blueTiltedBg {
  position: relative;
  color: #fff;
  padding: 0px 0;
}

.blueTiltedBg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #262558 !important;
  background: -webkit-linear-gradient(10deg, #262558, #51368d) !important;
  background: linear-gradient(10deg, #262558, #51368d) !important;
  -ms-transform: skewY(-9deg) !important;
  /* IE 9 */
  transform: skewY(-9deg) scale(1) !important;
  z-index: -1;
}

.blueTiltedBg_2 {
  position: relative;
  padding: 0px 0;
}

.blueTiltedBg_2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0160a4 !important;
  background: -webkit-linear-gradient(10deg, #0160a4, #0298ec) !important;
  background: linear-gradient(10deg, #0160a4, #0298ec) !important;
  -ms-transform: skewY(-9deg) !important;
  /* IE 9 */
  transform: skewY(-9deg) scale(1) !important;
  z-index: -1;
}

.whiteTiltedBg {
  position: relative;
  padding: 75px 0;
}

.EventsBg p:empty,
.EventsBg p br {
  display: none !important;
}

.Bluebg {
  background: linear-gradient(to left bottom, #51368d, #262558) !important;
  text-align: center !important;
  color: #fff !important;
  padding: 50px 0;
}

.GamingBg {
  position: relative;
  padding: 0px 0;
  background: url(assets/img/gray_pattern_bottom_bg.svg) no-repeat bottom center;
  padding: 25px 0;
  background-size: cover !important;
}

.EventsBg {
  position: relative;
  padding: 0px 0;
  background: url(assets/img/EventBg.svg) no-repeat top center;
  padding: 75px 0;
  background-size: cover !important;
}

.EventTile {
  background: #fff !important;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.05) !important;
  min-height: 450px;
  transition: all 0.16s ease-out !important;
  border-radius: 3px !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
}

.EventTile:hover {
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px) !important;
}

.EventTile .thumbImage {
  border-bottom: solid 2px #f0f0f0 !important;
}

.EventInfo {
  padding: 30px !important;
}

.EventTile .EventType {
  font-weight: bold !important;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #0278cd !important;
}

.EventTile .EventDate {
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: 0.03em !important;
  color: #4d5150 !important;
}

.EventTile h3.EventTitle {
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 25px !important;
  color: #25303e !important;
  font-family: Roboto !important;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.03em !important;
}

.EventTile .EventDescription {
  font-weight: normal !important;
  font-size: 15px !important;
  line-height: 24px !important;
  letter-spacing: 0.03em !important;
}

.EventTile a .EventDescription {
  color: #25303e !important;
}

.EventTile a img.wp-post-image {
  border-radius: 3px 3px 0 0 !important;
}

.OurPeople {
  position: relative;
}

.metrics-illustration {
  position: absolute;
  top: -50px;
  right: -5px;
}

.modern-approach {
  position: absolute;
  top: 0;
  right: -5px;
}

.video_placeholder {
  margin-bottom: -300px !important;
}

.photo_ourMission {
  position: absolute;
  bottom: -20px;
  right: 0;
}

.photo_ourMission_Mobile {
  position: absolute;
  top: -100px;
  right: 0;
}

.photo_OurPeople {
  position: absolute;
  top: calc(60% - 150px);
  right: 0;
  transform: translateY(-50%) !important;
}

.photo_brunch_learn_1 {
  position: absolute;
  top: calc(50%);
  right: 0;
  transform: translateY(-50%) !important;
}

.Form_Block {
  position: absolute;
  top: 135px;
  right: 110px;
}

.Form_Block_Mobile {
  display: none !important;
}

.greenTiltedBg_Half.OnlyMobile,
.greenTiltedBg_Half.OnlyTablet {
  display: none !important;
}

.photo_career_1 {
  position: absolute;
  top: calc(50% - 100px);
  right: 0;
  transform: translateY(-50%) !important;
}

.photo_career_2 {
  position: absolute;
  top: 80px;
  left: 0;
}

.photo_career_3 {
  position: absolute;
  top: 0;
  right: 0;
}

.photo_aws {
  position: absolute;
  top: 80px;
  left: -10px;
  max-width: 55% !important;
}

.rightside {
  position: absolute;
  top: calc(60% - 125px);
  right: -5px;
  transform: translateY(-50%) !important;
  max-width: 40%;
  z-index: 1;
  min-width: 680px;
}

.whiteboxes .box {
  background: #fff !important;
  padding: 25px;
  border-radius: 10px;
  color: #25303e !important;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: 0.02em !important;
  color: #25303e !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
}

.whiteboxes .box.right {
  border-radius: 10px 0 0 10px !important;
  background: #fff !important;
}

.whiteboxes .box h3 {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 24px !important;
  letter-spacing: 0.02em !important;
  color: #25303e !important;
}

.whiteboxes .box p {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: 0.02em !important;
  color: #25303e !important;
  width: 70% !important;
  margin-bottom: 0px !important;
}

.col-sm-push-1,
.col-md-push-1 {
  left: 8.33333333%;
}

.col-sm-push-2,
.col-md-push-2 {
  left: 16.6666666%;
}

.quote-wrapper {
  padding: 25px !important;
  opacity: 0.5 !important;
  outline: none !important;
  border: solid 1px #fff !important;
}

.quote-wrapper.slick-center {
  opacity: 1 !important;
}

.quote-tile {
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 40px !important;
  font-family: Roboto !important;
}

.quote-tile.noShadow {
  box-shadow: none !important;
}

.quote-tile h4 {
  /* H4 */
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 30px !important;
  line-height: 40px !important;
  /* or 145% */
  letter-spacing: 0.02em !important;
  color: #25303e !important;
}

.quote-tile p.quote {
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: 0.03em !important;
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 24px !important;
}

.quote-tile p.name {
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.03em !important;
  margin: 0px 0 0px 0 !important;
  padding: 0 !important;
  display: block !important;
}

.quote-tile p.designation {
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 0px 0 !important;
  padding: 0 !important;
  display: block !important;
}

.quote-tile .logo {
  max-height: 40px !important;
  margin-top: 25px !important;
  filter: grayscale(100%) !important;
}

.quote-wrapper.slick-center .quote-tile .logo {
  filter: grayscale(0%) !important;
}

.BackToAllTeamMembers {
  color: #c4c4c4 !important;
  background: url(assets/img/icon_arrow_back.png) no-repeat left center;
  padding-left: 20px !important;
  margin-bottom: 50px !important;
  display: block !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.12em !important;
}

.BackToAllTeamMembers:hover {
  color: #25303e !important;
  background: url(assets/img/icon_arrow_back_hover.png) no-repeat left center;
  padding-left: 20px !important;
}

p.new.Single_Title {
  font-size: 18px !important;
  letter-spacing: 0.1em !important;
  color: #25303e !important;
  text-transform: uppercase !important;
}

.PicContainer,
.PicContainer.leadership,
.PicContainer.engineering {
  background: url(assets/img/team_hexa_bg_blue.svg) no-repeat top right;
  width: 444px;
  height: 476px;
  position: relative;
  left: -100px !important;
}

.PicContainer.product,
.PicContainer.design {
  background: url(assets/img/team_hexa_bg_yellow.svg) no-repeat top right;
  width: 444px;
  height: 476px;
  position: relative;
  left: -100px !important;
}

.PicContainer.sales,
.PicContainer.operations {
  background: url(assets/img/team_hexa_bg_green.svg) no-repeat top right;
  width: 444px;
  height: 476px;
  position: relative;
  left: -100px !important;
}

.PicContainer.success,
.PicContainer.marketing {
  background: url(assets/img/team_hexa_bg_orange.svg) no-repeat top right;
  width: 444px;
  height: 476px;
  position: relative;
  left: -100px !important;
}

.PicLines,
.PicLines.leadership,
.PicLines.engineering {
  background: url(assets/img/hexa_lines_blue.svg) no-repeat top right;
  width: 110px;
  height: 66px;
  position: absolute;
  right: 160px !important;
  bottom: 125px !important;
  left: 200px !important;
  top: 260px !important;
}

.PicLines.product,
.PicLines.design {
  background: url(assets/img/hexa_lines_yellow.svg) no-repeat top right;
  width: 110px;
  height: 66px;
  position: absolute;
  right: 130px !important;
  bottom: 150px !important;
  left: 200px !important;
  top: 260px !important;
}

.PicLines.sales,
.PicLines.operations {
  background: url(assets/img/hexa_lines_green.svg) no-repeat top right;
  width: 110px;
  height: 66px;
  position: absolute;
  right: 130px !important;
  bottom: 150px !important;
  left: 200px !important;
  top: 260px !important;
}

.PicLines.success,
.PicLines.marketing {
  background: url(assets/img/hexa_lines_orange.svg) no-repeat top right;
  width: 110px;
  height: 66px;
  position: absolute;
  right: 130px !important;
  bottom: 150px !important;
  left: 200px !important;
  top: 260px !important;
}

.videoBox {
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%) !important;
  padding: 30px !important;
  left: -10px !important;
  position: relative !important;
  display: inline-block !important;
  transition: all 0.16s ease-out !important;
}

.videoBox:hover {
  transform: translateY(-5px) !important;
}

.LargeBioPic {
  position: absolute !important;
  top: 10px !important;
  right: -30px !important;
}

.seperator,
.seperator.leadership,
.seperator.engineering {
  width: 60px;
  border-bottom: solid 3px #0278cd !important;
  margin: 50px 0 30px 0 !important;
  height: 5px;
}

.seperator.product,
.seperator.design {
  width: 60px;
  border-bottom: solid 3px #ffb000 !important;
  margin: 50px 0 30px 0 !important;
  height: 5px;
}

.seperator.sales,
.seperator.operations {
  width: 60px;
  border-bottom: solid 3px #64ba00 !important;
  margin: 50px 0 30px 0 !important;
  height: 5px;
}

.seperator.success,
.seperator.marketing {
  width: 60px;
  border-bottom: solid 3px #f96e10 !important;
  margin: 50px 0 30px 0 !important;
  height: 5px;
}

#footer nav .nav li {
  padding-right: 0px !important;
}

#footer .form {
  text-align: center !important;
}

#footer input.hs-input[type="email"] {
  margin-top: 5px !important;
  border: solid 1px #c4c4c4 !important;
  border-radius: 3px !important;
}

#footer .hs-form .legal-consent-container .hs-richtext {
  padding-top: 0px !important;
}

#footer {
  background: #ffffff !important;
  color: #25303e !important;
  padding: 75px 0 25px 0 !important;
}

#footer nav .nav {
  width: 90% !important;
}

#footer nav .nav li a {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.03em !important;
  color: #25303e !important;
}

#footer .form p,
#footer .hs-form .hs-richtext p {
  color: #25303e !important;
}

#footer input.hs-input[type="email"] {
  border: solid 1px #c4c4c4 !important;
}

.footer_cta_bar {
  padding: 95px 0 95px 0 !important;
  background: #51368d !important;
  background: -webkit-linear-gradient(
    to left bottom,
    #51368d,
    #262558
  ) !important;
  background: linear-gradient(to left bottom, #51368d, #262558) !important;
}

.footer_cta_bar h2 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  /* identical to box height */
  text-align: center;
  color: #fff;
  text-align: center;
  margin-bottom: 38px !important;
}

.footer_cta_bar h2.WithCenterLine {
  margin-bottom: 54px !important;
}

.footer_cta_bar .text-center {
  text-align: center !important;
}

.footer_cta_bar .button.line-button {
  background: #ffffff !important;
  color: #0278cd !important;
  border: 2px solid #ffffff !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
}

.footer_cta_bar .button.line-button:hover,
.button.white:hover {
  color: #0298ec !important;
  background: #ffffff !important;
}

.footer_cta_bar .main-button-with-icon:after {
  display: none !important;
}

.MobileButtons,
.MobileMenuLogo,
.header-opened-mobile-menu {
  display: none !important;
}

#footer .social {
  display: none !important;
}

#footer .SocialNew .social {
  display: block !important;
}

#cta .button {
  margin: 10px 5px !important;
}

.marginFix {
  margin: 10px 20px 10px 0 !important;
}

/* Overwriting Classes Style.css */

#page-title.white h1,
#page-title.silver h1,
#page-title h1,
#page-title.white span,
#page-title.silver span,
#page-title span {
  color: #fff !important;
  font-weight: normal !important;
  font-family: Jura;
  text-transform: uppercase;
  font-size: 48px;
}

body.page-template-page-resources-template #page-title h1,
.NewResourceHeader#page-title h1 {
  color: #000 !important;
  font-weight: normal !important;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  color: #25303e !important;
}

.page-content h1,
.page-content h2,
.single-content h1,
.single-content h2 {
  color: #25303e !important;
  font-weight: bold !important;
}

#sidebar > ul > li .widgettitle {
  color: #25303e !important;
}

.page-content header h1 a,
.single-content header h1 a {
  color: #25303e !important;
}

#page-title.green + .submenu a.current,
.page-content article.archive-post-news header .byline a {
  color: #64ba00 !important;
}

.webcasts .filters a.mixitup-control-active {
  color: #0278cd !important;
}

div.card.webcast .card-content p.date {
  color: #25303e !important;
}

.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set {
  background: #0278cd !important;
}

#evcal_list .eventon_list_event p a.desc_trig {
  border-color: #0278cd !important;
}

.webcasts .filters a:hover {
  color: #0298ec !important;
}

blockquote {
  position: relative !important;
  margin-left: 35px !important;
  border-left: solid 2px #d0d3d4 !important;
  padding: 0px !important;
}

blockquote:before {
  position: absolute !important;
  left: -35px !important;
  top: 5px;
  content: "";
  width: 20px;
  height: 15px;
  background: url(assets/img/silver-quote-icon.svg) no-repeat center center;
  font-size: 30px;
  color: #d0d3d4 !important;
}

blockquote p {
  margin: 0px 0 15px 0 !important;
  padding: 0px 0 0 25px !important;
  font-size: 20px !important;
  line-height: 30px !important;
}

blockquote p * {
  font-weight: bold !important;
}

blockquote p.author {
  font-size: 16px !important;
  /* display: block !imporant; */
  padding: 0px 0 0 25px !important;
  margin: 0px 0 15px 0 !important;
}

#sidebar > ul > li form.searchform button i {
  position: relative;
  top: -5px;
  left: -5px;
}

#cookies-banner {
  background: #f0f0f0 !important;
  padding: 25px 0 !important;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%) !important;
}

#cookies-banner p {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.02em !important;
  color: #25303e !important;
}

#cookies-banner .consent-to-cookies {
  background: #0278cd !important;
  border-radius: 4px;
  padding: 10px 15px;
  color: #fff !important;
  margin: 0 10px !important;
  font-weight: bold !important;
  font-size: 11px !important;
  line-height: 14px !important;
  text-align: center !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

#cookies-banner .consent-to-cookies:hover {
  background: #0298ec !important;
}

#cookies-banner .privacy-button {
  font-weight: bold !important;
  font-size: 11px !important;
  line-height: 14px !important;
  text-align: center !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  color: #25303e !important;
  margin: 0 10px !important;
  background: none !important;
}

.cookie-button-container {
  text-align: right !important;
}

.OnlyTablet {
  display: none !important;
}

.padding-inline-40-70-144 {
  padding-inline: 40px !important;
}

.padding-inline-30-54-110 {
  padding-inline: 30px !important;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.gap-0-128 {
  gap: 0 128px;
}

.fw-700 {
  font-weight: 700 !important;
}
h2.new.fw-700 {
  font-weight: 700 !important;
}
.hubspot-form {
  color: black;
}

@media (max-width: 1280px) {
  .container {
    max-width: 1120px !important;
  }

  .tablet_FullWidth {
    max-width: 100% !important;
  }

  .OnlyDesktop {
    display: block !important;
  }

  .OnlyMobile {
    display: none !important;
  }

  .OnlyTablet {
    display: none !important;
  }

  #head nav .nav > li:after {
    bottom: 20px;
  }

  .secondary-menu-container {
    display: none !important;
  }

  /*	.col-md-6 { width:100% !important; max-width:100% !important; flex:0 0 100% !important;}*/

  .col-sm-push-1,
  .col-md-push-1

  /*, .col-sm-push-2, .col-md-push-2 */ {
    left: 8.33333333%;
  }

  #head .head-container > .row > div .nav > li {
    margin-right: 30px !important;
  }

  #head .row > div.site-logo-container {
    padding: 0px !important;
  }

  #head nav .nav > li > .sub-menu > li {
    min-width: auto !important;
    padding: 0px !important;
  }

  #head nav .nav > li > .sub-menu > li .sub-menu li a {
    font-size: 16px !important;
    display: block;
  }

  #head nav .nav > li > .sub-menu > li .sub-menu li:hover a {
    font-weight: normal;
  }

  .component-container h4 {
    margin-top: 20px !important;
  }

  .component-container h2 {
    font-size: 28px;
    line-height: 140%;
    font-weight: bold;
  }

  .marquee-content {
    padding: 25px 0 !important;
  }

  .NewMarquee .marquee-content h1 {
    width: 100% !important;
    font-size: 24px !important;
    line-height: 33px !important;
  }

  .NewMarquee .marquee-content h3 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .NewMarquee .marquee-content h4 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .NewMarquee .marquee-content h4 span {
    display: none !important;
  }

  .marquee-nav a img {
    margin-bottom: 20px !important;
  }

  .marquee-nav li {
    margin: 0 10px !important;
    width: 40% !important;
  }

  .metrics-illustration {
    position: relative !important;
    margin-bottom: -250px !important;
    right: auto !important;
    top: 0px !important;
    text-align: center !important;
  }

  .video_placeholder {
    margin-bottom: 0px !important;
    position: absolute !important;
    bottom: -350px !important;
    text-align: center !important;
  }

  .modern-approach {
    position: relative !important;
    right: auto !important;
    top: -200px !important;
    margin-bottom: -150px !important;
    text-align: center !important;
  }

  .img-responsive {
    width: 100% !important;
  }

  .modern-approach img,
  .metrics-illustration img,
  .video_placeholder img {
    width: 90% !important;
  }

  h1.new {
    font-size: 42px !important;
    line-height: 52px !important;
  }

  h2.new {
    font-size: 36px !important;
    line-height: 48px !important;
  }

  .photo_career_1 {
    position: absolute;
    top: calc(50% - 100px);
    right: -75px;
    transform: translateY(-50%) !important;
  }

  .photo_career_2 {
    position: absolute;
    top: 80px;
    left: -75px;
  }

  .photo_career_3 {
    position: absolute;
    top: 0;
    right: -75px;
  }

  #SpotOutliers {
    background: #f8f7fc
      url(https://honeycombiodev.wpengine.com/wp-content/uploads/2020/07/bg_2_mob.png)
      no-repeat center center;
    min-height: 605px !important;
    background-size: cover !important;
    padding: 75px 0 !important;
  }

  #SpotOutliers h2 {
    width: 100% !important;
  }

  #SpotOutliers .text-col {
    padding-left: 15px !important;
  }

  #EliminateEngineering {
    padding: 25px 0 !important;
    min-height: 700px !important;
    background: none !important;
  }

  #EliminateEngineering h2 {
    margin-top: 0px;
  }

  #EliminateEngineering img.cube {
    margin-top: 50px !important;
  }

  .photo_ourMission {
    top: 100px;
    right: -75px;
    max-width: 50%;
  }

  .photo_OurPeople {
    top: 100px;
    right: -75px;
    max-width: 50%;
  }

  .photo_ourMission_Tablet {
    position: absolute;
    top: -300px;
    right: -75px;
  }

  .photo_OurPeople_Tablet {
    position: absolute;
    top: calc(50% - 625px);
    right: -75px;
    transform: translateY(-50%) !important;
  }

  .photo_career_1_Tablet {
    position: absolute;
    top: calc(50% - 550px);
    right: -75px;
    transform: translateY(-50%) !important;
  }

  .photo_career_2_Tablet {
    position: absolute;
    top: -600px;
    left: -75px;
  }

  .photo_career_3_Tablet {
    position: absolute;
    top: -650px;
    right: -75px;
  }

  .photo_brunch_learn_1 {
    top: auto !important;
    bottom: -300px !important;
    right: -25px !important;
    width: 425px !important;
  }

  .greenTiltedBg_Half.OnlyTablet {
    display: block !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: 0px !important;
    z-index: 1 !important;
    width: 100% !important;
  }

  .greenTiltedBg_Half.OnlyTablet .Content {
    padding: 100px 25px 50px 25px !important;
  }

  .EventTile {
    margin: 20px 0 !important;
  }

  .WhiteTilesHomepage h2 {
    width: 100% !important;
  }

  .WhiteTilesHomepage .tile {
    width: 100% !important;
    padding: 10px 0px !important;
  }

  .WhiteTilesHomepage .tile:nth-child(odd) {
    padding: 10px 0px !important;
  }

  .WhiteTilesHomepage .tile:nth-child(even) {
    padding: 10px 0px !important;
  }

  #myResourceList .item {
    width: 100% !important;
  }

  .OurValueTile {
    width: 100% !important;
  }

  .BenefitListing li {
    width: 32% !important;
  }

  .OpenPositionListing li {
    padding: 35px !important;
  }

  .OpenPositionListing li .button {
    margin: 25px auto 10px auto !important;
  }

  .OpenPositionListing li .col-lg-4 {
    text-align: center !important;
  }

  .PicContainer,
  .PicContainer.leadership,
  .PicContainer.engineering {
    background: url(assets/img/team_hexa_bg_blue.svg) no-repeat top right;
    width: 444px;
    height: 476px;
    position: relative;
    left: -175px !important;
  }

  .PicContainer.product,
  .PicContainer.design {
    background: url(assets/img/team_hexa_bg_yellow.svg) no-repeat top right;
    width: 444px;
    height: 476px;
    position: relative;
    left: -175px !important;
  }

  .PicContainer.sales,
  .PicContainer.operations {
    background: url(assets/img/team_hexa_bg_green.svg) no-repeat top right;
    width: 444px;
    height: 476px;
    position: relative;
    left: -175px !important;
  }

  .PicContainer.success,
  .PicContainer.marketing {
    background: url(assets/img/team_hexa_bg_orange.svg) no-repeat top right;
    width: 444px;
    height: 476px;
    position: relative;
    left: -175px !important;
  }

  #footer input.hs-input[type="email"] {
    width: 300px !important;
  }

  #footer .copy {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  footer#footer {
    padding: 25px !important;
  }

  #footer .form {
    text-align: center !important;
  }

  #cta .button {
    width: auto !important;
    margin: 10px 5px !important;
  }

  #footer .form form .button {
    width: 100% !important;
    margin: 0 auto !important;
  }

  #footer .social a {
    height: 40px !important;
    width: 40px !important;
  }

  .scrolled #head nav .mobileMenuToggle {
    top: 15px !important;
    right: 15px !important;
    background: #0298ec !important;
    color: #fff !important;
    border: 0px !important;
  }

  .rightside {
    z-index: 1;
    min-width: 550px;
  }
}

@media (max-width: 1180px) {
  .container {
    max-width: 980px !important;
  }

  #head .head-container > .row > div .nav > li {
    margin-right: 22px !important;
  }

  #head .head-container > .row > div .nav > li > a,
  #head nav .nav > li > .sub-menu > li > a {
    font-size: 14px !important;
  }

  #head .head-container .login,
  #head .head-container > .row > .header-buttons {
    /* margin-right: 12px !important; */
    font-size: 14px !important;
  }

  #head .head-container > .row > .header-buttons .button.bordered {
    margin-right: 0px !important;
  }
}

@media (max-width: 1100px) {
  .photo_career_2 {
    left: -150px;
  }

  .photo_career_3 {
    right: -150px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 96% !important;
  }

  .navcol {
    position: relative;
  }

  #head .site-logo-container .site-title img {
    max-width: 140px !important;
  }

  #head .head-container > .row > div .nav > li {
    margin-right: 15px !important;
  }

  #head .head-container > .row > div .nav > li > a {
    font-size: 14px !important;
    font-weight: normal !important;
  }

  #head nav .nav > li > .sub-menu > li > a {
    font-size: 14px !important;
    font-weight: normal !important;
  }

  #head .head-container .login img {
    display: none !important;
  }

  #head .head-container .login,
  #head .head-container > .row > .header-buttons {
    font-size: 14px !important;
  }

  #head .head-container > .row > div nav.open .nav > li > a {
    font-size: 16px !important;
    font-weight: 500 !important;
  }

  #head .head-container > .row > div nav.open .nav > li > .sub-menu > li > a {
    font-size: 14px !important;
    font-weight: normal !important;
  }

  #head .head-container > .row > div nav.open .login {
    margin-right: 12px !important;
    font-size: 16px !important;
    color: #0278cd !important;
    text-decoration: underline;
    display: inline-block !important;
  }
}

@media (max-width: 996px) {
  #head nav.open .MobileMenuLogo {
    display: block !important;
    margin: 20px 40px !important;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .OnlyDesktop {
    display: none !important;
  }

  .OnlyMobile {
    display: none !important;
  }

  .OnlyTablet {
    display: block !important;
  }

  .remove-spacer-100 .wp-block-spacer[style="height:100px"] {
    height: 0 !important;
  }

  .BothMobileTablet {
    display: block !important;
  }

  .col-lg-5,
  .col-xs-12 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    left: 0 !important;
  }

  #head .search-bar.hide {
    transform: translateY(-125%);
  }

  #head .search-bar.show {
    transform: translateY(-25%);
  }

  .scrolled #head {
    background: #fff;
    z-index: 10000;
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
  }

  #head nav.open {
    box-shadow: none !important;
  }

  #head nav .MobileButtons,
  #head nav .nav {
    display: none !important;
  }

  #head nav.open .MobileButtons,
  #head nav.open .nav {
    display: block !important;
  }

  #head nav.open .header-opened-mobile-menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }

  #head .head-container > .row > div .nav {
    top: 100px !important;
    display: none !important;
  }

  #head nav .nav > li {
    margin-bottom: 0px !important;
  }

  #head .head-container > .row > div .nav > li > a {
    padding: 15px 25px !important;
    top: 0px !important;
    position: relative !important;
    transform: none !important;
  }

  #head .head-container > .row > div .nav > li.menu-item-has-children > a {
    background: url(assets/img/mobile_nav_arrow_down.svg) no-repeat
      calc(100% - 20px) center;
  }

  #head
    .head-container
    > .row
    > div
    .nav
    > li.menu-item-has-children.focused
    > a {
    background: url(assets/img/mobile_nav_arrow_up.svg) no-repeat
      calc(100% - 20px) center;
  }

  #head nav .mobileMenuToggle {
    background: none !important;
    color: #d0d3d4 !important;
    display: block !important;
    border: 0px !important;
  }

  #head nav .mobileMenuToggle {
    top: 60px !important;
    right: 5px !important;
  }

  .scrolled #head nav .mobileMenuToggle {
    top: 15px !important;
    right: 5px !important;
    background: none !important;
    color: #d0d3d4 !important;
    border: 0px !important;
  }

  #head .head-container > .row > div nav.open .nav > li.focused > .sub-menu {
    margin: 25px 0 0 0 !important;
  }

  #head nav .nav > li > .sub-menu li .sub-menu {
    display: none !important;
  }

  #head nav .nav > li > .sub-menu > li:hover > .sub-menu {
    display: none !important;
  }

  #head
    .head-container
    > .row
    > div
    nav.open
    .nav
    > li.focused
    .sub-menu
    .sub-menu {
    margin-top: 5px !important;
  }

  #head
    .head-container
    > .row
    > div
    nav.open
    .nav
    > li.focused
    .sub-menu
    > li.focused
    > .sub-menu {
    display: block !important;
  }

  #head nav .nav > li > .sub-menu {
    box-shadow: none !important;
    z-index: 1 !important;
    margin: 0px !important;
    padding: 0 0px !important;
    top: -20px !important;
    left: 0px !important;
  }

  #head nav .nav > li > .sub-menu > li {
    margin: 0 0 50px 0 !important;
    margin: 2px 0 !important;
    background: #f0f0f0 !important;
  }

  #head nav .nav > li:after,
  #head nav .nav > li.menu-item-has-children > a:before,
  #head nav .nav > li.menu-item-has-children > a:after {
    display: none !important;
  }

  #head .header-buttons,
  #menu-footer {
    display: none !important;
  }

  #head .site-title img {
    max-width: 230px;
    z-index: -10;
  }

  #head nav.open .mobileMenuToggle,
  .scrolled #head nav.open .mobileMenuToggle {
    z-index: 11 !important;
    right: 5px !important;
    top: 15px !important;
    background: none !important;
    color: #c4c4c4 !important;
  }

  #head nav.open ul#menu-top {
    position: relative !important;
    top: 0px !important;
    height: auto !important;
  }

  #head nav.open .MobileButtons {
    position: relative !important;
    margin-top: 20px !important;
    margin-left: 25px !important;
    text-align: left !important;
    display: block !important;
    z-index: 11 !important;
  }

  #head .mobileMenuToggle.menu_open {
    height: 20px;
  }

  #head .mobileMenuToggle.menu_close {
    display: none !important;
    height: 20px;
  }

  #head nav.open .mobileMenuToggle.menu_open {
    display: none !important;
  }

  #head nav.open .mobileMenuToggle.menu_close {
    display: block !important;
  }

  #head nav .nav > li > .sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  #head nav.open .MobileButtons .button {
    display: inline-block !important;
    margin: 0px 20px 0 0;
  }

  #head nav.open {
    width: 100% !important;
    background: #fff !important;
    top: 0px !important;
    overflow-y: scroll !important;
    position: fixed !important;
    left: 0px !important;
    top: 0px !important;
  }

  #head .head-container > .row > div nav.open .nav {
    top: 25px !important;
    display: block !important;
    position: relative !important;
    height: auto !important;
  }

  #head .head-container > .row > div nav.open .nav > li {
    display: block !important;
    height: auto !important;
    text-align: left !important;
    margin: 0px !important;
  }

  #head .head-container > .row > div nav.open .nav > li.focused > .sub-menu {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  #head .head-container > .row > div nav.open .nav > li.focused .sub-menu > li {
    display: block !important;
    margin-bottom: 2px !important;
    padding: 5px 10px 0 10px !important;
  }

  #head nav .mobileMenuToggle {
    top: 60px !important;
  }

  .secondary-menu-container,
  .FooterMenu {
    display: none !important;
  }

  #footer .form form .button {
    max-width: 300px !important;
  }

  #footer .copy p {
    text-align: center !important;
  }

  .tablet_FullWidth {
    max-width: 100% !important;
  }

  .col-md-12 {
    max-width: 100% !important;
    flex: 0 0 100%;
    left: 0 !important;
  }

  .container {
    max-width: 90% !important;
  }

  .PadRight75 {
    padding-right: 0px !important;
  }

  .quote-wrapper {
    padding: 25px 10px !important;
  }

  .white_border_tile {
    margin-bottom: 35px !important;
  }

  .PricingPlans {
    margin-top: -250px !important;
  }

  .pricing_plan {
    margin-bottom: 35px !important;
  }

  .pricing_plan .button.small {
    display: inline-block !important;
    width: auto !important;
  }

  .photo_ourMission_Tablet {
    position: absolute;
    top: -300px;
    right: -75px;
  }

  .photo_OurPeople_Tablet {
    position: absolute;
    top: calc(50% - 625px);
    right: -75px;
    transform: translateY(-50%) !important;
  }

  .photo_career_1_Tablet {
    position: absolute;
    top: calc(50% - 550px);
    right: -75px;
    transform: translateY(-50%) !important;
  }

  .photo_career_2_Tablet {
    position: absolute;
    top: -600px;
    left: -75px;
  }

  .photo_career_3_Tablet {
    position: absolute;
    top: -650px;
    right: -75px;
  }

  .PricingMobileTabs {
    background: #f0f0f0 !important;
    text-align: center !important;
  }

  .PricingMobileTabs br {
    display: none !important;
  }

  .PricingMobileTabs a.tab {
    font-family: Roboto !important;
    cursor: pointer !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 22px !important;
    line-height: 32px !important;
    text-align: center !important;
    letter-spacing: 0.02em !important;
    color: #25303e !important;
    padding: 15px 20px !important;
    background: none !important;
    display: inline-block !important;
    margin: 10px !important;
  }

  .PricingMobileTabs a.tab.active {
    background: #0278cd !important;
    color: #fff !important;
  }

  .pricing_table {
    margin: 0 -40px !important;
  }

  .pricing_table td {
    padding: 12px 20px !important;
    vertical-align: top !important;
  }

  .photo_aws {
    position: relative;
    top: auto;
    left: auto;
    margin: 50px auto !important;
    max-width: 100% !important;
  }

  .modern-approach img,
  .metrics-illustration img,
  .video_placeholder img {
    width: 100% !important;
  }

  .rightside {
    position: relative !important;
    top: -50px !important;
    left: 7% !important;
    transform: translateY(0%) !important;
    max-width: 86% !important;
    right: auto !important;
  }

  .whiteboxes .box.right {
    border-radius: 10px !important;
  }

  .whiteboxes .box p {
    width: 90% !important;
  }

  .video_placeholder {
    margin-bottom: 0px !important;
    position: absolute !important;
    left: 15px !important;
    bottom: -200px !important;
    text-align: center !important;
  }

  .OnlyDesktop {
    display: none !important;
  }

  .metrics-illustration {
    position: relative !important;
    margin-bottom: -200px !important;
    right: -40px !important;
    top: 0px !important;
  }

  .modern-approach {
    position: relative !important;
    right: -40px !important;
    top: -200px !important;
    margin-bottom: -150px !important;
    text-align: right !important;
  }

  .video_placeholder img {
    width: 90% !important;
  }

  .marginFix {
    margin: 10px !important;
  }

  .quote-tile {
    background: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 25px !important;
    font-family: Roboto !important;
  }

  #head nav .nav > li > .sub-menu > li > .sub-menu {
    padding: 5px 0 20px 10px !important;
  }

  #head nav .nav > li > .sub-menu > li.menu-item-has-children > a::after {
    display: none !important;
  }

  #head
    nav
    .nav
    > li
    > .sub-menu
    > li.menu-item-has-children:hover
    > .sub-menu {
    display: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    background: none !important;
    box-shadow: none !important;
    margin: 0px;
    padding: 10px;
  }

  #head
    .head-container
    .row
    div
    .nav
    li.menu-item-has-children
    > .sub-menu
    > li.menu-item-has-children
    > a {
    background: url(assets/img/mobile_nav_arrow_down.svg) no-repeat
      calc(100% - 10px) center;
  }

  #head
    .head-container
    .row
    div
    .nav
    li.menu-item-has-children
    > .sub-menu
    > li.menu-item-has-children.focused
    > a {
    background: url(assets/img/mobile_nav_arrow_up.svg) no-repeat
      calc(100% - 10px) center;
  }

  #head .head-container .row div .nav li.menu-item-has-children > a {
    background: url(assets/img/mobile_nav_arrow_down.svg) no-repeat
      calc(100% - 20px) center;
  }

  #head .head-container .row div .nav li.menu-item-has-children.focused > a {
    background: url(assets/img/mobile_nav_arrow_up.svg) no-repeat
      calc(100% - 20px) center;
  }

  #head .head-container > .row > div nav.open .nav > li .sub-menu li a {
    font-size: 16px !important;
    font-weight: normal !important;
  }

  .footer_cta_bar h2.new.WithCenterLine {
    margin-bottom: 44px !important;
  }
}

/*mobile*/
@media (max-width: 767px) {
  .OnlyDesktop {
    display: none !important;
  }

  .OnlyMobile {
    display: block !important;
  }

  .OnlyTablet {
    display: none !important;
  }

  .remove-spacer-100 .wp-block-spacer[style="height:100px"] {
    height: 0 !important;
  }

  .is-layout-constrained.mw-700,
  .mw-700 {
    padding-inline: 40px;
  }

  .wp-block-button__link {
    max-width: 100%;
    /*clip-path: ellipse;
    text-overflow: ellipsis;
    overflow: hidden;
	white-space: nowrap;*/
    display: inline-block;
    text-decoration: none !important;
    background: #0278cd !important;
    border-radius: 6px !important;
  }

  .secondary-menu-container,
  .FooterMenu {
    display: none !important;
  }

  .container {
    max-width: 90% !important;
  }

  #head .row > div.site-logo-container {
    padding: 0px !important;
  }

  #head .row > div.site-logo-container .site-title img {
    margin-left: 0px !important;
  }

  #head nav.open ul#menu-top {
    position: relative !important;
    top: 0px !important;
    height: auto !important;
  }

  #head nav.open .MobileButtons {
    position: relative !important;
    width: 100% !important;
    margin-top: 50px !important;
    display: block !important;
    z-index: 11 !important;
    text-align: center !important;
    margin-left: 0px !important;
  }

  #head nav.open .MobileButtons .button {
    padding: 12px 40px !important;
    width: calc(100% - 40px) !important;
    margin: 20px auto 0px auto !important;
  }

  #head nav.open {
    width: 100% !important;
    background: #fff !important;
    top: 0px !important;
    overflow-y: scroll !important;
  }

  #head .head-container .row div .nav {
    top: 100px !important;
  }

  #head nav .nav li {
    margin-bottom: 0px !important;
  }

  #head .head-container .row div .nav li a {
    padding: 10px 25px !important;
  }

  #head nav .mobileMenuToggle {
    background: none !important;
    color: #c4c4c4 !important;
  }

  /*#head nav .mobileMenuToggle {top:85px !important;}*/

  .scrolled #head nav .mobileMenuToggle {
    top: 15px !important;
    background: none !important;
    color: #d0d3d4 !important;
    border: 0px !important;
  }

  #head nav.open .mobileMenuToggle,
  .scrolled #head nav.open .mobileMenuToggle {
    z-index: 11 !important;
    right: 5px !important;
    top: 15px !important;
    background: none !important;
    color: #c4c4c4 !important;
  }

  #head nav .nav > li > .sub-menu {
    box-shadow: none !important;
    z-index: 1 !important;
    margin: 0px !important;
    padding: 0 0px !important;
    top: -20px !important;
  }

  #head nav .nav > li > .sub-menu > li {
    margin-bottom: 50px !important;
  }

  #head nav .nav > li:after,
  #head nav .nav > li.menu-item-has-children > a:before,
  #head nav .nav > li.menu-item-has-children > a:after {
    display: none !important;
  }

  body.scrolled #head nav .nav > li.menu-item-has-children > a::before,
  body.scrolled #head nav .nav > li.menu-item-has-children > a::after {
    display: none !important;
  }

  .component-container h4 {
    margin-top: 20px !important;
  }

  .component-container h2 {
    font-size: 28px;
    line-height: 140%;
    font-weight: bold;
  }

  .marquee-content {
    padding: 25px 0 !important;
  }

  .NewMarquee .marquee-content h1 {
    width: 100% !important;
    font-size: 24px !important;
    line-height: 33px !important;
  }

  .NewMarquee .marquee-content h3 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .NewMarquee .marquee-content h4 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .NewMarquee .marquee-content h4 span {
    display: none !important;
  }

  .marquee-nav a img {
    margin-bottom: 20px !important;
  }

  .marquee-nav li {
    margin: 0 10px !important;
    width: 40% !important;
  }

  h1.new {
    font-size: 36px !important;
    line-height: 48px !important;
  }

  h2.new {
    font-size: 36px !important;
    line-height: 48px !important;
  }

  .button,
  button {
    margin: 15px auto !important;
  }

  .mobileMenuToggle.button {
    margin: 0px !important;
  }

  #SpotOutliers {
    background: #f8f7fc
      url(https://honeycombiodev.wpengine.com/wp-content/uploads/2020/07/bg_2_mob.png)
      no-repeat center center;
    min-height: 605px !important;
    background-size: cover !important;
    padding: 75px 0 !important;
  }

  #SpotOutliers h2 {
    width: 100% !important;
  }

  #SpotOutliers .text-col {
    padding-left: 15px !important;
  }

  #EliminateEngineering {
    padding: 25px 0 !important;
    min-height: 700px !important;
    background: none !important;
  }

  #EliminateEngineering h2 {
    margin-top: 0px;
  }

  #EliminateEngineering img.cube {
    margin-top: 50px !important;
  }

  .photo_ourMission {
    max-width: 100% !important;
  }

  .photo_OurPeople {
    position: absolute;
    top: calc(50% - 500px);
    right: -50px;
    transform: translateY(-50%) !important;
    max-width: 100% !important;
  }

  .photo_career_1 {
    position: absolute;
    top: calc(50% - 550px);
    right: -50px;
    transform: translateY(-50%) !important;
  }

  .photo_career_2 {
    position: absolute;
    top: -400px;
    left: -50px;
  }

  .photo_career_3 {
    position: absolute;
    top: -400px;
    right: -50px;
  }

  .rightside {
    display: none !important;
  }

  .photo_brunch_learn_1 {
    top: auto !important;
    bottom: -350px !important;
    right: -50px !important;
  }

  .EventTile {
    margin: 20px 0 !important;
  }

  .WhiteTilesHomepage h2 {
    width: 100% !important;
  }

  .WhiteTilesHomepage .tile {
    width: 100% !important;
    padding: 10px 0px !important;
  }

  .WhiteTilesHomepage .tile:nth-child(odd) {
    padding: 10px 0px !important;
  }

  .WhiteTilesHomepage .tile:nth-child(even) {
    padding: 10px 0px !important;
  }

  #myResourceList .item {
    width: 100% !important;
  }

  .OurValueTile {
    width: 100% !important;
  }

  .BenefitListing li {
    width: 100% !important;
  }

  .OpenPositionListing li {
    padding: 35px !important;
  }

  .OpenPositionListing li .button {
    margin: 25px auto 10px auto !important;
  }

  .OpenPositionListing li .col-lg-4 {
    text-align: center !important;
  }

  #head nav .nav > li > .sub-menu > li {
    display: block !important;
  }

  .footer-container {
    max-width: 100% !important;
    padding: 0px !important;
  }

  .footer-container .hs-form input.hs-input {
    max-width: 100% !important;
  }

  #footer .copy {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  #footer .copy p {
    text-align: center !important;
  }

  #footer .form form .button {
    max-width: 100% !important;
  }

  footer#footer {
    padding: 25px !important;
  }

  #footer .form {
    text-align: center !important;
  }

  #cta .button {
    width: 100% !important;
    margin: 15px 0 !important;
  }

  .greenTiltedBg_Half.OnlyTablet {
    display: none !important;
  }

  .greenTiltedBg_Half.OnlyMobile {
    display: block !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: -90px !important;
    z-index: 1 !important;
    width: 100% !important;
  }

  .greenTiltedBg_Half.OnlyMobile .Content {
    padding: 100px 25px 50px 25px !important;
  }

  .Form_Block {
    display: none !important;
  }

  .Form_Block_Mobile {
    display: block !important;
  }

  main .button {
    width: 100% !important;
  }

  .col-sm-push-1 {
    left: 0 !important;
  }

  .col-sm-push-2 {
    left: 0 !important;
  }

  #cookies-banner .consent-to-cookies {
    display: block !important;
    text-align: center !important;
    margin: 20px auto !important;
  }

  #cookies-banner .privacy-button {
    display: block !important;
    text-align: center !important;
    margin: 20px auto !important;
  }

  .wp-block-buttons,
  .wp-block-buttons .wp-block-button,
  .wp-block-buttons .wp-block-button .wp-element-button {
    width: 100%;
  }

  .footer_cta_bar {
    padding-block: 75px !important;
  }

  .wp-block-cover.comparison-slider-block {
    margin-top: -116px;
  }

  .wp-block-cover.comparison-slider-block h2 {
    padding-inline: 40px;
  }

  .text-heading-1.text-heading-2-on-mobile {
    font-size: 36px !important;
    line-height: 48px !important;
  }

  .subtitle.text-subtitle-to-body-1-on-mobile {
    font-family: Roboto !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    letter-spacing: 0.02em !important;
  }
}

/*tablet*/
@media (min-width: 768px) {
  .is-layout-constrained.mw-700,
  .mw-700 {
    max-width: 840px;
    padding-inline: 70px;
  }

  .wp-block-cover.comparison-slider-block {
    margin-top: -174px;
  }

  .wp-block-cover.comparison-slider-block h2 {
    padding-inline: 70px;
  }
}

footer .hs-form {
  text-align: center !important;
}

/* get a demo css */

.get-a-demo_heading {
  text-align: center;
  width: 75%;
  margin: 20px auto 50px;
}

.font-poppins {
  font-family: "Poppins" !important;
}

.get-a-demo_columns {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 90% !important;
  gap: 96px;
}

.get-a-demo_right-column {
  align-self: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.get-a-demo_right-column > * {
  text-align: left;
}

.get-a-demo_quote {
  font-size: 22px !important;
  line-height: 32px !important;
  font-weight: bold !important;
}

.get-a-demo_quote-signature {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
}

.subtitle {
  font-family: "Roboto" !important;
  font-size: 26px !important;
  line-height: 36px !important;
  font-weight: 400 !important;
}

@media (min-width: 996px) {
  #head nav {
    display: block;
  }
  .header-nav {
    display: flex;
    justify-content: space-between;
  }

  .scrolled #head .search-bar {
    top: 0;
  }

  .wp-block-cover.comparison-slider-block {
    margin-top: 0;
  }
}

h2 {
  font-family: Poppins !important;
}

/* Custom WordPress Blocks */
p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.03em;
  font-family: "Roboto", sans-serif;
  margin-bottom: 24px;
}

p.has-x-large-font-size {
  line-height: 36px;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

p.has-medium-font-size {
  line-height: 32px;
}

@media (max-width: 996px) {
  .orangeTiltedBg:before {
    top: -100px;
    height: calc(100% + 100px);
  }
}

.flex {
  display: flex !important;
}

.height100per {
  height: 100% !important;
}

/* fonts */

.text-heading-1 {
  font-family: Poppins !important;
  font-size: 42px !important;
  line-height: 52px !important;
  font-weight: 700 !important;
}

.text-heading-2 {
  font-family: Poppins !important;
  font-size: 36px !important;
  line-height: 48px !important;
  font-weight: 700 !important;
}

.text-heading-3 {
  font-family: "Roboto", sans-serif !important;
  font-size: 30px !important;
  line-height: 40px !important;
  font-weight: 700 !important;
}

.text-heading-4 {
  font-family: "Roboto", sans-serif !important;
  font-size: 22px !important;
  line-height: 32px !important;
  font-weight: 700 !important;
}

:root {
  /* Max-widths for mobile */
  --mw-312: 312px;
  --mw-348: 348px;
  --mw-356: 356px;

  /* Max-widths for tablet */
  --mw-140: 140px;
  --mw-150: 150px;
  --mw-560: 560px;
  --mw-627: 627px;
  --mw-626: 626px;
  --mw-549: 549px;
  --mw-582: 582px;
  --mw-660: 660px;
  --mw-489: 489px;
  --mw-557: 557px;
  --mw-590: 590px;

  /* Max-widths for desktop */
  --mw-472: 472px;
  --mw-480: 480px;
  --mw-736: 736px;
  --mw-700: 700px;
  --mw-822: 822px;
}

/* mobile */
.w-312-140-140 {
  width: var(--mw-312) !important;
  margin: 0 auto;
}
.w-312-150-150 {
  width: var(--mw-312) !important;
  margin: 0 auto;
}
.mw-348-560-472 {
  max-width: var(--mw-348) !important;
  margin: 0 auto;
}
.mw-348-590-582 {
  max-width: var(--mw-348) !important;
  margin: 0 auto;
}
.mw-348-626-822 {
  max-width: var(--mw-348) !important;
  margin: 0 auto;
}
.mw-356-627-480 {
  max-width: var(--mw-356) !important;
}
.mw-348-626-626 {
  max-width: var(--mw-348) !important;
  margin: 0 auto;
}
.mw-348-549-549 {
  max-width: var(--mw-348) !important;
  margin: 0 auto;
}
.mw-348-627-736 {
  max-width: var(--mw-348) !important;
  margin: 0 auto;
}
.mw-348-660-660 {
  max-width: var(--mw-348) !important;
  margin: 0 auto;
}
.mw-348-489-700 {
  max-width: var(--mw-348) !important;
  margin: 0 auto;
}
.mw-348-557-557 {
  max-width: var(--mw-348) !important;
  margin: 0 auto;
}

.text-kicker-1-heading-45 {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
}

/* Tablet */
@media (min-width: 768px) {
  .w-312-140-140 {
    width: var(--mw-140) !important;
    margin: 0 auto;
  }
  .w-312-150-150 {
    width: var(--mw-150) !important;
    margin: 0 auto;
  }
  .mw-348-560-472 {
    max-width: var(--mw-560) !important;
  }
  .mw-348-590-582 {
    max-width: var(--mw-590) !important;
    margin: 0 auto;
  }
  .mw-348-626-822 {
    max-width: var(--mw-626) !important;
    margin: 0 auto;
  }
  .mw-356-627-480 {
    max-width: var(--mw-627) !important;
    margin: 0 auto;
  }
  .mw-348-626-626 {
    max-width: var(--mw-626) !important;
  }
  .mw-348-549-549 {
    max-width: var(--mw-549) !important;
  }
  .mw-348-627-736 {
    max-width: var(--mw-627) !important;
  }
  .mw-348-660-660 {
    max-width: var(--mw-660) !important;
  }
  .mw-348-489-700 {
    max-width: var(--mw-489) !important;
  }
  .mw-348-557-557 {
    max-width: var(--mw-557) !important;
  }
  .text-kicker-1-heading-45 {
    font-family: "Roboto", sans-serif !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
    font-style: normal;
    letter-spacing: 2px;
  }
}

/* Desktop */
@media (min-width: 1440px) {
  .w-312-140-140 {
    width: var(--mw-140) !important;
    margin: 0 auto;
  }
  .w-312-150-150 {
    width: var(--mw-150) !important;
    margin: 0 auto;
  }
  .mw-348-560-472 {
    max-width: var(--mw-472) !important;
  }
  .mw-348-626-822 {
    max-width: var(--mw-822) !important;
    margin: 0 auto;
  }
  .mw-348-590-582 {
    max-width: var(--mw-582) !important;
    margin: 0 auto;
  }
  .mw-356-627-480 {
    max-width: var(--mw-480) !important;
  }
  .mw-348-626-626 {
    max-width: var(--mw-626) !important;
  }
  .mw-348-549-549 {
    max-width: var(--mw-549) !important;
  }
  .mw-348-627-736 {
    max-width: var(--mw-736) !important;
  }
  .mw-348-660-660 {
    max-width: var(--mw-660) !important;
  }
  .mw-348-489-700 {
    max-width: var(--mw-700) !important;
  }
  .mw-348-557-557 {
    max-width: var(--mw-557) !important;
  }
  .text-kicker-1-heading-45 {
    font-family: "Roboto", sans-serif !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
    font-style: normal;
    letter-spacing: 2px;
  }

  .img-h-440 img {
    left: 75px;
  }
}

.text-heading-5 {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
}

.text-subtitle {
  font-family: "Roboto", sans-serif !important;
  font-size: 26px !important;
  line-height: 36px !important;
  font-weight: 400 !important;
}

.text-body-1 {
  font-family: "Roboto", sans-serif !important;
  font-size: 20px !important;
  line-height: 32px !important;
  font-weight: 400 !important;
}

.text-body-2 {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
}

.text-body-3 {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
}

.text-body-4 {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}

.text-body-5 {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}

.text-kicker-1 {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
}

.text-kicker-2 {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
}

.text-kicker-3 {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
}

.padding-inline-0 {
  padding-inline: 0 !important;
}

.margin-inline-0 {
  margin-inline: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.letter-2percent {
  letter-spacing: 0.02em !important;
}

.flex-direction-column {
  flex-direction: column !important;
}

.flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.hubspot-form:not(:has(.hbspt-form > form)) {
  opacity: 0;
}

.editor-styles-wrapper .blueTiltedBg_2 {
  background-color: #0160a4;
}

.editor-styles-wrapper .BlueHeader {
  background-color: #392d70;
}

.hidden {
  display: none !important;
}

.search-panel__filters .ais-RefinementList-labelText {
  margin-inline: 4px;
}

.grey-block-with-stats {
  padding: 0;
}

.grey-block-with-stats .group-columns-with-stats,
.grey-block-with-stats .wp-block-buttons,
.grey-block-with-stats .wp-block-separator,
.grey-block-with-stats .bottom-text {
  margin-inline: 40px !important;
}

.grey-block-with-stats .columns-with-stats h3 {
  margin-bottom: 20px;
}

.wp-block-columns.row-with-stats {
  gap: 12px;
  margin-bottom: 12px;
}

.margin-0-auto {
  margin: 0 auto !important;
}

.text-from-16-to-20 {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
}

.text-from-20-to-26 {
  font-family: "Roboto", sans-serif !important;
  font-size: 20px !important;
  line-height: 32px !important;
  font-weight: 400 !important;
}

.max-w-unset {
  max-width: unset !important;
}

.header-outcomes-section .subtitle {
  padding-inline: 40px;
}

.header-outcomes-section p {
  padding-inline: 62px;
}

.h-honeycomb-observability-vs-apm {
  padding-inline: 40px;
}

.text-body2-body2-body1 {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
}
.text-body2-body1-body1 {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
}

/*tablet*/
@media (min-width: 768px) {
  .grey-block-with-stats .group-columns-with-stats,
  .grey-block-with-stats .wp-block-buttons,
  .grey-block-with-stats .wp-block-separator,
  .grey-block-with-stats .bottom-text {
    margin-inline: 70px !important;
  }

  .grey-block-with-stats .wp-block-group:has(.wp-block-buttons) {
    max-width: unset !important;
  }

  .grey-block-with-stats .bottom-text > .wp-block-column {
    flex-basis: unset !important;
  }

  .group-columns-with-stats {
    flex-direction: column;
    margin-bottom: 8px;
  }

  .wp-block-columns.row-with-stats {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap !important;
    gap: 124px;
    margin-bottom: 24px;
  }

  .padding-inline-40-70-144 {
    padding-inline: 70px !important;
  }

  .padding-inline-30-54-110 {
    padding-inline: 54px !important;
  }

  .text-from-16-to-20 {
    font-family: "Roboto", sans-serif !important;
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
  }

  .text-from-20-to-26 {
    font-family: "Roboto", sans-serif !important;
    font-size: 26px !important;
    line-height: 36px !important;
    font-weight: 400 !important;
  }

  .header-outcomes-section .subtitle {
    padding-inline: 70px;
  }

  .header-outcomes-section p {
    padding-inline: 100px;
  }

  .h-honeycomb-observability-vs-apm {
    padding-inline: 125px;
  }

  .text-body2-body2-body1 {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
  }
  .text-body2-body1-body1 {
    font-family: "Roboto", sans-serif !important;
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
  }
}

/*desktop*/
@media (min-width: 1440px) {
  .is-layout-constrained.mw-700,
  .mw-700 {
    max-width: 700px;
    padding-inline: 0;
  }

  .get-a-demo_columns {
    max-width: 1180px !important;
    flex-direction: row;
    gap: 105px;
  }

  .header-outcomes-section .subtitle {
    max-width: 668px;
    padding-inline: 0;
  }

  .header-outcomes-section p {
    max-width: 738px;
    padding-inline: 0;
  }

  .get-a-demo_columns {
    max-width: 1180px !important;
    flex-direction: row;
    gap: 105px;
  }

  .grey-block-with-stats .group-columns-with-stats,
  .grey-block-with-stats .wp-block-separator,
  .grey-block-with-stats .bottom-text,
  .grey-block-with-stats .wp-block-group:has(.wp-block-buttons) {
    margin-inline: auto !important;
    width: 1152px;
  }

  .grey-block-with-stats .wp-block-group:has(.wp-block-buttons) {
    margin-top: -100px;
  }

  .grey-block-with-stats .wp-block-buttons {
    margin-inline: unset !important;
  }

  .grey-block-with-stats .group-columns-with-stats {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .group-columns-with-stats > .wp-block-column {
    width: 538px;
    flex-grow: 0 !important;
    flex-basis: unset !important;
  }

  .wp-block-columns.row-with-stats:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    width: 240px;
    flex-basis: unset !important;
    flex-grow: unset;
  }

  .wp-block-columns.row-with-stats {
    gap: 0;
  }

  .grey-block-with-stats .bottom-text > .wp-block-column {
    flex-basis: 0 !important;
  }

  .padding-inline-40-70-144 {
    padding-inline: 144px !important;
  }

  .padding-inline-30-54-110 {
    padding-inline: 110px !important;
  }

  .wp-block-columns.container.gap-80 {
    gap: 80px !important;
  }

  .wp-block-columns.gap-70 {
    gap: 70px;
  }

  .wp-block-cover.comparison-slider-block h2 {
    max-width: 580px;
    padding-inline: 0;
  }

  .h-honeycomb-observability-vs-apm {
    padding-inline: unset;
  }

  .h-modern-systems-need-modern-tools {
    font-size: 36px;
  }

  .text-body2-body2-body1 {
    font-family: "Roboto", sans-serif !important;
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
  }
  .text-body2-body1-body1 {
    font-family: "Roboto", sans-serif !important;
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
  }
}

/*
  TODO: Evaluate moving this to another file
*/

/*** Mobile - Default ***/
/* There are some styles that come from style.css (minified file) that we need to override */
#head {
  padding-top: 0 !important;
  height: 105px;
}

#head .head-container {
  height: 100%;
}

#head .head-container .header-nav {
  height: 100%;
}

#head .site-logo-container {
  z-index: 5000;
}

#head .site-logo-link img {
  width: 100%;
  margin: 0;
}

#head .header-opened-mobile-menu {
  height: 105px;
}

#head .header-nav .buttons-mobile-menu-container-opened,
#head .header-nav .buttons-mobile-menu-container {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  right: 40px;
}

#head .head-container .header-nav > .site-logo-container {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#head .header-nav .site-logo-link {
  margin-bottom: 20px;
}

/* Primary menu */
.hc-main-nav {
  position: relative;
  display: none;
  flex-direction: column;
  padding: 0 2.5rem;
}

nav.open .hc-main-nav {
  display: flex;
}

.hc-main-nav__mobile-back-button,
.hc-main-nav__mobile-back-button:hover {
  padding: 0.75rem 0;
  color: #0278cd;
  width: auto;
  height: auto;
  display: flex;
  margin: 0 0 0.75rem 0 !important;
  background: transparent;
  text-transform: uppercase;
  gap: 0.5rem;
  align-items: center;
}

.hc-main-nav__mobile-back-button::before {
  display: block;
  content: "";
  width: 12px;
  transform: rotate(90deg);
  background: url(assets/img/icon_arrow_light_blue.svg) center center no-repeat;
  height: 7px;
  background-size: contain;
  margin-bottom: 4px;
}

.hc-main-nav__menu {
  display: flex;
  flex-direction: column;
  color: #25303e;
}

.hc-main-nav__menu a {
  display: block;
  color: #25303e;
}

.hc-main-nav__menu li {
  display: block;
}

.hc-main-nav__menu .main-menu-item {
  position: relative;
  cursor: default;
}

.hc-main-nav__menu .mega-menu {
  display: none;
}

.hc-main-nav__menu .main-menu-link {
  display: flex;
  font-weight: 500;
  font-size: 20px;
  padding: 0 0 1.75rem 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  letter-spacing: 0.4px;
  line-height: 32px;
}

.hc-main-nav__menu .main-menu-link::after {
  display: block;
  content: "";
  width: 14px;
  transform: rotate(-90deg);
  background: url(assets/img/icon_arrow_dark.svg) center center no-repeat;
  height: 14px;
  background-size: contain;
  margin-bottom: 4px;
}

/* Using the nav id here to override ul li default paddings and margins */
#hc-main-nav__menu > .main-menu-item:first-child > .main-menu-link {
  margin-top: 1.25rem;
}

/* Mega menu mobile visibility */
.hc-main-nav__menu .main-menu-item--mobile-active .mega-menu {
  display: flex;
}

.hc-main-nav__menu .main-menu-item--mobile-active .main-menu-link {
  display: none;
}

.hc-main-nav__menu .main-menu-item--mobile-inactive {
  display: none;
}

.hc-main-nav__menu .mega-menu__content {
  padding: 0;
  margin: 0;
}

.hc-main-nav__menu .mega-menu__content > .mega-menu__featured {
  display: none;
}

/* 2nd nesting level */
/* Using the nav id here to override ul li default paddings and margins */
#hc-main-nav__menu .mega-menu .mega-menu__content > .sub-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

.hc-main-nav__menu
  .mega-menu__content
  > .sub-menu
  > .sub-menu-item
  > .sub-menu-description {
  display: none;
}

.hc-main-nav__menu
  .mega-menu__content
  > .sub-menu
  > .sub-menu-item
  > .sub-menu-link {
  font-weight: 700;
  display: flex;
  padding: 0 0 1.75rem 0;
  font-size: 20px;
  gap: 8px;
  align-items: center;
}

.hc-main-nav__menu
  .mega-menu__content
  > .sub-menu
  > .sub-menu-item
  > .sub-menu-link::after {
  display: block;
  content: "";
  width: 18px;
  transform: rotate(-90deg);
  background: url(assets/img/icon_arrow_dark.svg) center center no-repeat;
  height: 18px;
  background-size: contain;
  left: 0;
  position: relative;
  transition: left 0.16s ease-out !important;
}

.hc-main-nav__menu
  .mega-menu__content
  > .sub-menu
  > .sub-menu-item
  > .sub-menu-link:hover::after {
  transform: rotate(0);
  background: url(assets/img/icon_arrow_right.svg) center center no-repeat;
  width: 13px;
  height: 13px;
  background-size: cover;
  left: 5px;
}

.hc-main-nav__menu
  .mega-menu__content
  > .sub-menu
  > .sub-menu-item
  > .sub-menu-link.empty-link::after {
  display: none;
}

/* 3rd nesting level */
#hc-main-nav__menu
  .mega-menu__content
  > .sub-menu
  > .sub-menu-item
  > .sub-menu {
  padding: 0 0 0 1.5rem;
}

.hc-main-nav__menu
  .mega-menu__content
  > .sub-menu
  > .sub-menu-item
  > .sub-menu
  > .sub-menu-item
  > .sub-menu-link {
  padding: 0 0 1.75rem 0;
}

/*** Desktop ***/
@media (min-width: 996px) {
  #head .header-nav .buttons-mobile-menu-container-opened,
  #head .header-nav .buttons-mobile-menu-container {
    display: none;
  }

  /* General & 1st level of nesting */
  .hc-main-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%;
    padding: 0;
  }

  .hc-main-nav__mobile-back-button {
    display: none;
  }

  .hc-main-nav__menu {
    flex-direction: row;
    height: 100%;
    gap: 1.75rem;
  }

  .hc-main-nav__menu .main-menu-link {
    position: relative;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    height: 100%;
    padding: 0;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.32px;
    line-height: 28px;
  }

  .hc-main-nav__menu .main-menu-link::after {
    display: none;
  }

  .hc-main-nav__menu .main-menu-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 2px;
    width: 0;
    transition: width 0.2s ease-in-out;
    background-color: #0278cd;
  }

  .hc-main-nav__menu .main-menu-item:hover::before {
    width: 100%; /* Animate to full width on hover */
  }

  .hc-main-nav__menu .main-menu-item:hover .main-menu-link:not(.empty-link) {
    color: #0278cd;
  }
  /* Using the nav id here to override ul li default paddings and margins */
  #hc-main-nav__menu > .main-menu-item:first-child > .main-menu-link {
    margin-top: 0;
  }

  .hc-main-nav__menu .mega-menu {
    position: fixed;
    left: 0;
    width: 100vw;
    z-index: 999;
    background-color: #fff;
    justify-content: center;
    border-top: 1px solid #d0d3d4;
    border-bottom: 1px solid #d0d3d4;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 14px 16px -16px;
  }

  .hc-main-nav__menu .mega-menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: #f6f6f6;
    z-index: -1;
    left: 0;
  }

  .hc-main-nav__menu .mega-menu__content {
    display: flex;
    flex-grow: 1;
    gap: 3rem;
  }

  /* Mega menu toggle visibility */
  .hc-main-nav__menu .main-menu-item:focus-within .mega-menu,
  .hc-main-nav__menu .main-menu-item:hover .mega-menu {
    display: flex;
  }

  .hc-main-nav__menu
    .main-menu-item:hover
    ~ .main-menu-item:focus-within
    .mega-menu {
    display: none;
  }

  /* Mega menu featured section */
  .hc-main-nav__menu .mega-menu__content > .mega-menu__featured {
    display: block;
    flex-grow: 0;
    max-width: 170px;
    background: #f6f6f6;
    padding: 3rem 0 4rem;
  }
  .hc-main-nav__menu
    .mega-menu__content
    > .mega-menu__featured
    .mega-menu__featured-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
  }

  .hc-main-nav__menu
    .mega-menu__content
    > .mega-menu__featured
    .mega-menu__featured-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .hc-main-nav__menu
    .mega-menu__content
    > .mega-menu__featured
    .mega-menu__featured-cta-link {
    border: 2px solid #0278cd;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    padding: 0.5rem 0.7rem;
    color: #0278cd;
    letter-spacing: 1.2px;

    text-transform: uppercase;
  }

  .hc-main-nav__menu
    .mega-menu__content
    > .mega-menu__featured
    .mega-menu__featured-cta-link:hover {
    color: #fff;
    background: #0278cd;
  }

  /* 2nd nesting level */
  .hc-main-nav__menu
    .mega-menu__content
    > .sub-menu
    > .sub-menu-item
    > .sub-menu-link {
    padding: 0 0 0.75rem 0;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #d0d3d4;
    font-size: 16px;
  }

  .hc-main-nav__menu
    .mega-menu__content
    > .sub-menu
    > .sub-menu-item
    > .sub-menu-link:not(.empty-link):hover {
    color: #0278cd;
  }

  .hc-main-nav__menu
    .mega-menu__content
    > .sub-menu
    > .sub-menu-item
    > .sub-menu-link::after {
    width: 12px;
    height: 12px;
  }

  .hc-main-nav__menu
    .mega-menu__content
    > .sub-menu
    > .sub-menu-item
    > .sub-menu-link.empty-link {
    cursor: default;
  }

  /* Using the nav id here to override ul li default paddings and margins */
  #hc-main-nav__menu .mega-menu .mega-menu__content > .sub-menu {
    flex-direction: row;
    padding: 3rem 0 4rem 3rem;
    gap: 5%;
    flex-grow: 1;
  }

  .hc-main-nav__menu
    .mega-menu__content
    > .sub-menu
    > .sub-menu-item
    > .sub-menu-description {
    display: block;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.24px;
    width: 180px;
  }

  .hc-main-nav__menu .has-children.sub-menu-item {
    width: 180px;
  }

  .hc-main-nav__menu
    .has-children.sub-menu-item:has(.sub-menu li:nth-child(8)) {
    width: unset;
  }

  .hc-main-nav .sub-menu:has(li:nth-child(8)) {
    column-count: 2;
    column-gap: 50px;
  }

  .hc-main-nav .sub-menu:has(li:nth-child(12)) {
    column-count: 3;
    column-gap: 50px;
  }

  /* 3rd nesting level */
  /* Using the nav id here to override ul li default paddings and margins */
  #hc-main-nav__menu
    .mega-menu__content
    > .sub-menu
    > .sub-menu-item
    > .sub-menu {
    padding: 0;
  }

  .hc-main-nav__menu
    .mega-menu__content
    > .sub-menu
    > .sub-menu-item
    > .sub-menu
    > .sub-menu-item
    > .sub-menu-link {
    padding: 0 0 0.75rem 0;
  }

  .hc-main-nav__menu
    .mega-menu__content
    > .sub-menu
    > .sub-menu-item
    > .sub-menu
    > .sub-menu-item
    > .sub-menu-link:not(.empty-link):hover {
    color: #0278cd;
  }
}

/*** Desktop fixes ***/
@media (min-width: 996px) and (max-width: 1180px) {
  #head .header-nav .site-logo-link img {
    max-width: 135px !important;
  }

  .hc-main-nav__menu {
    gap: 0.5rem;
  }
}

.spacing-0-36 {
  letter-spacing: 0.36px;
}

.spacing-0-28 {
  letter-spacing: 0.28px;
}
.spacing-0-4 {
  letter-spacing: 0.4px;
}
.spacing-1-6 {
  letter-spacing: 1.6px;
}

.item-container-4 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  max-width: 348px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .item-container-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 52px 112px !important;
    max-width: 626px;
  }
  .item-container-4 > * {
    max-width: 258px !important;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .item-container-4 {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 90px !important;
    max-width: 1200px;
  }

  .img-h-440 img {
    width: auto !important;
    height: 440px !important;
    object-position: left;
    position: relative;
  }
}
