.howwework {
    color: #000;
    position: relative;
    z-index: 2;
    margin-top: 50px;
    /*padding-top: 70px;*/
}

@media (min-width: 992px){
  .howwework {
      /*min-height: 595px !important;*/
      /*margin-top: 50px !important;*/
  }
}

.howwework .container {
    position: relative;
    z-index: 1;
}

.howwework h1, .howwework h2, .howwework h3, .howwework h4 {
    color: #000;
}

.howwework .container>h2.section-heading:first-child {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

h2.section-heading {
    /*font-weight: 900;*/
    font-weight: 700;
    /*line-height: 1.6;*/
    letter-spacing: 2px;
    font-size: 28px !important;
    line-height: 0.93 !important;
}

@media (min-width: 992px){
  h2 {
      font-size: 28px !important;
      line-height: 0.93 !important;
  }
}

@media (min-width: 992px){
  h2.section-heading {
      font-family: "Oxygen-Regular" !important;
      font-display: auto !important;
      font-size: 36px !important;
      font-weight: 700 !important;
      /*line-height: 1.17 !important;*/
  }
}

@media (min-width: 992px){
  .howwework .container>h2.section-heading:first-child:before {
      width: 100vw !important;
      height: 99px !important;
      left: calc(-100vw + 460px) !important;
  }
}

/*  .howwework .container>h2.section-heading:first-child:before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 60px;
    background: rgba(0,0,0,0.15);
    margin-top: -12px;
    left: -100px;
}*/




.howwework .container>h2.section-heading:first-child+p {
    font-family: "Oxygen-Light" !important;
    font-display: auto;
    font-size: 20px;
    color: #000;
    /*opacity: 0.8;*/
    font-weight: normal;
    /*line-height: 1.5;*/
    max-width: 510px;
    /*margin-top: 50px;*/
    margin-bottom: 50px;
}

.howwework p span.lighter{
  font-family: 'Oxygen-Regular' !important;
  font-weight: 900 !important;
}

@media (min-width: 992px){
  .howwework .container>h2.section-heading:first-child+p {
      font-family: "Oxygen-Light" !important;
      font-display: auto !important;
      font-size: 22px !important;
      color: #000 !important;
      font-weight: normal !important;
      /*line-height: 1.5 !important;*/
  }
}

.mega-list-hover {
    margin-bottom: 100px;
}

.mega-list-hover ul {
    padding: 0;
    margin: 0 0 0 27px;
}


@media (min-width: 992px){
  .mega-list-hover ul li {
      font-family: "Oxygen-Bold" !important;
      font-display: auto !important;
      font-size: 30px !important;
      color: #000 !important;
      font-weight: 900 !important;
      padding-left: 27px !important;
      height: 120px !important;
  }
}




.mega-list-hover ul li {
    font-family: "Oxygen-Bold";
    font-display: auto;
    font-size: 25px;
    color: #000;
    font-weight: 900;
    position: relative;
    height: 120px;
    padding-top: 28px;
    margin-bottom: 40px;
    cursor: pointer;
    list-style-type: none;
}

.mega-list-hover ul li:before {
    height: 120px !important;
    -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mega-list-hover ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 16px;
    left: -27px;
    top: 4px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    background-color: var(--main-accent-dark-color);
}

.mega-list-hover ul li:hover:before {
    width: calc(100% + 25px);
}

.mega-list-hover ul li>a {
    text-decoration: none;
}

.mega-list-hover ul li:hover span.title, .mega-list-hover ul li:hover .number {
    opacity: 0.5;
}

.mega-list-hover ul li>a>span {
    position: relative;
    z-index: 2;
    display: block;
    color: #000;
}


.mega-list-hover ul li .number {
    margin-right: 0;
}

@media (min-width: 992px){
    .mega-list-hover ul li .number {
        margin-right: 14px !important;
    }
}

.mega-list-hover ul li .number {
    font-family: "Inconsolata";
    font-display: auto;
    font-size: 50px;
    color: #586581;
    font-weight: normal;
}

@media (min-width: 992px){
  .mega-list-hover ul li h3.section-heading {
      display: block !important;
  }
}

.mega-list-hover ul li h3.section-heading {
    font-family: "Oxygen-Bold";
    font-display: auto;
    font-size: 24px;
    font-weight: 900;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 5px;
    right: 50px;
    opacity: 0;
    display: none;
}

.mega-list-hover ul li:hover h3.section-heading {
    transition-delay: 0.3s !important;
    opacity: 1 !important;
    /*top: -3px !important;*/
    color: #202020 !important;
}

.arrow-nav--without-block {
    padding-left: 0 !important;
}

.arrow-nav--without-block.arrow-nav {
    text-decoration: none;
    padding: 0 0 0 45px;
}

.arrow-nav--without-block.arrow-nav:before {
    display: none;
}

.mega-list-hover ul li:hover .arrow-nav--without-block>span{
    opacity: 1 !important;
}

h3.valign-center {
    /*margin: auto;*/
    top: 50% !important;
    transform: translateY(-50%) !important;

    /*top: 0; left: 0; bottom: 0; right: 0;*/
}

.section-heading span.highlight {
    padding: 5px;
    background: #5CF3CD;
}


p span.highlight {
    padding: 5px !important;
}


.engagement .number {
    font-family: "Inconsolata";
    font-display: auto;
    font-size: 35px;
    color: #586581;
    font-weight: normal;
}