body {
  padding-top: 0px !important;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  position: relative;
}

.mega-menu__link {
  color: black;
}

/*.nav-header .nav-alert-bar {
transition: height .2s linear, transform .2s ease-in-out;
}*/

.nav-header--alert-hidden .nav-alert-bar {
  height: 0 !important;
}

.nav-header--has-alert .nav-header__spacer {
  height: 90px;
}

.nav-header__spacer {
  height: 90px;
}

.nav-header .fade-in-down {
  animation-delay: .1s;
}

.nav-header__blur {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: black;
  display: block;
  /*   transition: .3s ease-in-out; */
  visibility: hidden;
  opacity: 0;
  /*   background-image: url('https://sell.g2.com/hubfs/site-refresh/blur-white.png'); */
}

.nav-header__blur--is-active {
  opacity: .3;
  visibility: visible;
}

.nav-header__sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9997;
}

.nav-alert-bar {
  background-color: #FAFAFA;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-size: cover;*/
  background-position: top;
  height: 90px;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e0e0e0; /* light gray border */

}

.nav-alert-bar__container,
.nav-alert-bar__grid {
  height: 100%;
  width: 100%;
}

.nav-alert-bar__grid {
  display: grid;
  justify-content: center;
  align-items: center;
}

.nav-alert-bar__text {
  color: black;
  margin-bottom: 0;
  line-height: 1.3;
}

.nav-alert-bar__text--date {
  display: none;
}

.nav-alert-bar__button {
  margin-top: 0 !important;
  padding: 6px 20px 7px 20px !important;
}

.nav-alert-bar__button:hover {
  transform: translate(0) !important;
}

.nav-alert-bar__mobile-button {
  color: white !important;
}

.nav-alert-bar__mobile-button::before,
.nav-alert-bar__mobile-button::after {
  background: white !important;
}

.nav-alert-bar__logo,
.nav-alert-bar__button-wrap {
  display: none;
}

@media (min-width: 1024px) {
  .nav-alert-bar {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;

  }
  .nav-alert-bar__grid {
    grid-template-columns: 125px 528px 185px;

  }
  .nav-alert-bar__logo,
  .nav-alert-bar__button-wrap {
    display: block;
  }
  .nav-alert-bar__mobile-button {
    display: none !important;
  }
  .nav-alert-bar__text--date {
    display: block;
  }
}

@media (max-width: 1023px) {

  .nav-alert-bar__text {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

.navbar {
  height: 90px;
  background: white;
  z-index: 9999;
  border-bottom: 1px solid #e8e8e8;
}

.navbar *:not(a) {
  color: black;
}

.navbar h4 {
  line-height: 1.4;
}

.navbar__container {
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar__container,
.mega-menu__container {
  max-width: 75rem;
  padding-right: 1.625rem;
  padding-left: 1.625rem;
  margin: 0 auto;
}

.navbar__collapse {
  display: flex;
  width: 100%;
  height: 100%;
}

.navbar__tertiary-nav,
.navbar__primary-nav {
  height: 100%;
}

.navbar__primary-nav {
  margin-left: 25px;
  margin-right: auto;
}

.navbar__tertiary-nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.navbar__brand {
  flex-shrink: 0;
}

.navbar__list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.navbar__item.show-md {
  display: none;
}

.navbar__item {
  margin-bottom: 0;
  height: 100%;
  line-height: 1.6;
}

.navbar__item--button {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.navbar__item--is-active .navbar__link,
.navbar__item--is-active .navbar__link::after {
  opacity: 1;
}

/* .navbar__item--is-active .mega-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
} */

.navbar__link {
  color: black;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  padding: 0 18px;
  font-weight: 400;
  font-size: 20px;
  transition: none;
  white-space: nowrap;
}
.cm-event-reach-wrapper .button.navbar__button{
transition:0.3s ease opacity;
}
.cm-event-reach-wrapper .button.navbar__button:hover {
    background: linear-gradient(to right, #FF492C 0%, #000000 50%, #FF492C 100%);
    color: #fff;
  border-color:transparent;
}
@media (min-width: 1024px) {
  .navbar__link {
    height: 100%;
  }
}

.navbar__link:hover {
  text-decoration: none;
  opacity: 1;
  color: black;
  font-weight: 400;
  color: rgba(0,0,0,.6);
}


.navbar__link:hover::after {
  opacity: .6;
}

.navbar__link--dropdown {
  position: relative;
}

.navbar__link--dropdown::after {
  content: "";
  display: inline-block;
  background-image: url('https://sell.g2.com/hubfs/site-refresh/angle-down-solid.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 8px;
  transition: .2s ease-in-out;
}

.navbar__link--icon:hover img {
  opacity: .6;
}

.button.navbar__button {
  margin-top: 1px;
  padding: 6px 20px 7px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: inherit;
}

.button.navbar__button:hover {
  transform: none;
}

.navbar__mobile-toggle {
  display: none;
}

.navbar__mobile-toggle-button {
  padding: 10px;
  outline: none;
  margin-right: -10px;
  cursor: pointer;
}

.navbar__mobile-toggle-icon {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url('https://sell.g2.com/hubfs/site-refresh/g2-bars-icon.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar__mobile-toggle-button--is-active .navbar__mobile-toggle-icon {
  background-image: url('https://sell.g2.com/hubfs/site-refresh/g2-exit-icon.svg');
}

.navbar__mobile-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: white;
  border-top: 1px solid #e8e8e8;
}

.button.navbar__mobile-button {
  margin-top: 0;
  font-size: 16px;
}

.navbar__mobile-button--link {
  font-weight: 700;
  color: #5746B2;
}

.mega-menu .button--text {
  font-size: 16px;
}

.mega-menu__container {
  opacity: 0;
}

.mega-menu__item {
  line-height: 1.1;
}

.stroies-menu .mega-menu__item {
  width: 95%;
}

/* .mega-menu__back-button {
padding-left: 40px;
margin-bottom: 30px;
position: relative;
} */

.mega-menu .mega-menu__back-button {
  padding-right: 0;
  padding-left: 30px;
  margin-bottom: 40px;
  position: relative;
  color: #5746B2;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: none;
}

.mega-menu .mega-menu__back-button::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  transform: rotate(180deg);
  -webkit-mask: url('https://sell.g2.com/hubfs/site-refresh/arrow-right-solid.svg') no-repeat center;
  mask: url('https://sell.g2.com/hubfs/site-refresh/arrow-right-solid.svg') no-repeat center;
  background-color: #5746B2;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
}

.nav-card {
  position: relative;
}

.nav-card__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*   z-index: 9; */
  cursor: pointer;
}

.nav-story--full {
  max-width: 450px;
}

.nav-story__image {
  height: 55px;
  width: 55px;
  object-fit: cover;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}

.nav-story--full .nav-story__title {
  margin-top: 20px;
  transition: none;
}

.nav-story__title a:hover {
  text-decoration: underline;
  color: black;
}

.nav-story__title,
.nav-review__text {
  font-size: 18px;
  font-weight: 400;
  font-weight: 600;
  color: #5746B2 !important;
}

.nav-story__description {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14.4px
}

.nav-story__link {
  cursor: pointer;
  transition: none;
  font-weight: 400;
}

.nav-story__link:hover {
  text-decoration: underline;
  text-decoration-color: black;
  font-weight: 400;
  color: black;
}

.nav-story__link--article {
  font-weight: 400;
}

.nav-story__image:hover {
  opacity: .9;
}

.nav-story__cta {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-story__button {
  margin-top: 40px;
}

.nav-story--inline {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav-story--inline .nav-story__link {
  flex-shrink: 0;
}

.nav-story--inline .nav-story__button {
  margin-top: 15px;
}

.nav-story--full .nav-story__image {
  width: 100%;
  height: 225px;
}

.nav-review a {
  transition: none;
  text-align: center;
}

.nav-review a:hover {
  color: black;
}

.nav-review__author {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

.nav-review__stars,
.nav-review__logo {
  display: block;
}

.nav-review__stars {
  margin: 15px 0;
}

.navbar__item--is-active .mega-menu {
  /*   max-height: 1500px; */
  display: block;
}

.navbar__item--get-started {
  display: none;
}

.mega-menu__list--logos {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  margin: 0 -10px 30px -10px !important;
}

.mega-menu__list--logos .mega-menu__item {
  margin-bottom: 0;
}

.nav-logo {
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: relative;
  padding: 10px;
}

.nav-logo:hover {
  opacity: .7;
  /*   background-color: white; */
}

.nav-logo__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav-logo__image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.mega-menu__list--logos .mega-menu__item:nth-child(1) .nav-logo__image {
  background-image: url('https://sell.g2.com/hubfs/site-refresh/6sense-logo.svg');
}
/* .mega-menu__list--logos .mega-menu__item:nth-child(1) .nav-logo:hover .nav-logo__image {
background-image: url('https://sell.g2.com/hubfs/site-refresh/6sense-logo.svg');
} */

.mega-menu__list--logos .mega-menu__item:nth-child(2) .nav-logo__image {
  background-image: url('https://sell.g2.com/hubfs/site-refresh/chili-piper-logo.svg');
}
/* .mega-menu__list--logos .mega-menu__item:nth-child(2) .nav-logo:hover .nav-logo__image {
background-image: url('https://sell.g2.com/hubfs/site-refresh/chili-piper-logo.svg');
} */

.mega-menu__list--logos .mega-menu__item:nth-child(3) .nav-logo__image {
  background-image: url('https://sell.g2.com/hubfs/site-refresh/slack-logo-v3.svg');
}
/* .mega-menu__list--logos .mega-menu__item:nth-child(3) .nav-logo:hover .nav-logo__image {
background-image: url('https://sell.g2.com/hubfs/site-refresh/demandbase-logo.svg');
} */

.mega-menu__list--logos .mega-menu__item:nth-child(4) .nav-logo__image {
  background-image: url('https://sell.g2.com/hubfs/site-refresh/hubspot-logo.svg');
}
/* .mega-menu__list--logos .mega-menu__item:nth-child(4) .nav-logo:hover .nav-logo__image {
background-image: url('https://sell.g2.com/hubfs/site-refresh/hubspot-logo.svg');
} */

.mega-menu__list--logos .mega-menu__item:nth-child(5) .nav-logo__image {
  background-image: url('https://sell.g2.com/hubfs/site-refresh/salesforce-logo.svg');
}
/* .mega-menu__list--logos .mega-menu__item:nth-child(5) .nav-logo:hover .nav-logo__image {
background-image: url('https://sell.g2.com/hubfs/site-refresh/salesforce-logo.svg');
} */

.mega-menu__list--logos .mega-menu__item:nth-child(6) .nav-logo__image {
  background-image: url('https://sell.g2.com/hubfs/site-refresh/salesloft-logo.svg');
}
/* .mega-menu__list--logos .mega-menu__item:nth-child(6) .nav-logo:hover .nav-logo__image {
background-image: url('https://sell.g2.com/hubfs/site-refresh/salesloft-logo.svg');
} */

@media (min-width: 1250px) {

  .navbar__item--is-active .navbar__link--dropdown::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #FF3100;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .navbar__item--is-active .navbar__link--dropdown::after {
    transform: rotate(180deg);
    margin-top: 7px;
  }

  .navbar__item--is-active .navbar__link--dropdown {
    /*     border-bottom: 3px solid #FF3100; */
    font-weight: 400;
  }

  .mega-menu {
    position: fixed;
    /*     top: 90px; */
    left: 0;
    right: 0;
    height: auto;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    /*     box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 0;
    margin-top: 1px;
  }

  .mega-menu__container {
    display: grid;
    grid-template-columns: .5fr .2fr .3fr;
    gap: 80px;
    height: 100%;
    justify-content: space-between;
  }

  .mega-menu--solutions .mega-menu__container {
    grid-template-columns: .5fr .2fr .3fr; 
  }

  .mega-menu--resources .mega-menu__container {
    grid-template-columns: .2fr .5fr .3fr;
  }

  .mega-menu--stories .mega-menu__container {
    grid-template-columns: .2fr .2fr .2fr .3fr;
  }

  /*.mega-menu--solutions .mega-menu__container {
  grid-template-columns: .55fr .45fr;
}*/

  .mega-menu--integrations .mega-menu__container {
    grid-template-columns: .5fr .2fr .3fr; 
  }

  .mega-menu--track .mega-menu__container {
    grid-template-columns: .65fr .35fr;
  }

  .mega-menu--track-resources .mega-menu__container {
    grid-template-columns: .7fr .3fr;
  }

  .mega-menu__column--get-started .mega-menu__list--grid {
    grid-template-columns: 1fr;
  }

  .mega-menu__column {
    padding: 50px 0 60px 0;
  }

  .mega-menu__column--bg {
    background-color: #FBF6F4;
    padding-left: 60px;
    position: relative;
  }

  .mega-menu__column--bg::after {
    content: "";
    display: block;
    width: 2000px;
    height: 100%;
    right: -2000px;
    top: 0;
    position: absolute;
    background-color: #FBF6F4;
  }

  .mega-menu__label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .mega-menu__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
  }

  .mega-menu__list--cards {
    margin: -15px -15px 0 -15px;
  }

  .mega-menu__list--cards .mega-menu__text-button {
    margin-top: 19px;
    margin-left: 19px;
  }

  .mega-menu__list--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }

  .mega-menu__item {
    margin: 0;
    margin-bottom: 45px;
  }

  .mega-menu--stories .mega-menu__item {
    margin-bottom: 35px;
  }

  .mega-menu__list--cards .mega-menu__item {
    margin-bottom: 5px;
  }

  .mega-menu__item:last-child {
    margin-bottom: 0;
  }

  .mega-menu__link {
    color: black;
    font-weight: 400;
    font-size: 18px;
    transition: none;
  }

  .mega-menu__link:hover,
  .mega-menu__link:focus {
    color: black;
    font-weight: 400;
    text-decoration: underline;
  }

  .mega-menu__text-button {
    margin-left: 19px;
  }

  .nav-card {
    padding: 15px;
    cursor: pointer;
    position: relative;
    min-height: 102px;
    width: 280px;
    border-radius: 5px;
  }

  .nav-card:hover {
    background-color: #FBF6F4;
  }

  .mega-menu__column--bg .nav-card:hover {
    background-color: white;
  }

  .nav-card:hover .nav-card__title {
    font-weight: 400;
    text-decoration: underline;
  }

  .nav-card__title {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
  }

  .nav-card__description {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 16px;
  }
} /* Min Width 1250px */
.cm-visible-phone{
  display:none !important;
}
@media (max-width: 1249px) {
  a.navbar__mobile-button.button.button--primary {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    color: #413585 !important;
    padding: 14.9px 60.6px;
    background: #fff;
    text-decoration: none !important;
    border-radius: 0;
    border-color: #fff;
  }
  .navbar__primary-nav ul.navbar__list {
    margin: 70px 0 30px;
  }

  .navbar__primary-nav ul.navbar__list li a {
    font-size: 32px;
    line-height: 43px;
    font-weight: 400;
    font-family: Reach;
    text-transform: uppercase;
    color:#fff;
  }
  .navbar__mobile-brand-logo.navbar__brand-logo{
    width:auto;
    height:auto;
  }
  .cm-visible-phone{
    display:block !important;
  }
  .cm-hidden-phone{
    display:none !important;
  }
  .active-nav .navbar__collapse{
    display:block 
  }

  .navbar__item.show-md {
    display: block;
  }

  .navbar__item.hide-md {
    display: none;
  }

  .navbar__container,
  .mega-menu__container {
    max-width: none !important;
  }

  .navbar__primary-nav {
    margin-left: 0;
  }

  .navbar__brand-logo {
    width: 50px;
    height: 50px;
  }

  .navbar__link:hover {
    opacity: 1;
    font-weight: 400;
    background-color: transparent;
    color: black;
  }

  .navbar__link--icon:hover {
    border-bottom: 0;
  }

  .navbar__item,
  .navbar__primary-nav, 
  .navbar__tertiary-nav {
    height: auto;
  }

  .navbar__item--is-active .navbar__link--dropdown {
    /*     border-bottom: 3px solid #FF3100; */
    font-weight: 400;
  }

  /*   .navbar__item--is-active .mega-menu {
  display: block;
} */

  .mega-menu__column--get-started {
    display: none;
  }

  .navbar__item--get-started {
    display: block;
  }

  .navbar__collapse {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 90px;
    height: auto;
    background: #413585;
    padding-right: 1.625rem;
    padding-left: 1.625rem;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navbar__collapse--is-active {
    display: block;
  }

  .navbar__link--dropdown::after {
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    opacity: 1;
    transform: rotate(270deg);
  }

  .navbar__primary-nav .navbar__list,
  .navbar__secondary-nav .navbar__list {
    display: block;
    height: auto;
  }

  .navbar__primary-nav .navbar__item:last-child,
  .navbar__secondary-nav .navbar__item:last-child {
    margin-bottom: 0;
  }

  .navbar__link--icon {
    border-bottom: 0;
  }

  .navbar__primary-nav .navbar__link,
  .navbar__secondary-nav .navbar__link {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    line-height: 1.6;
  }

  /*   .navbar__mobile-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /*     opacity: 0;
  visibility: hidden;
} */

  .navbar__mobile-footer--is-active {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .mega-menu {
    /*     display: none;    */
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 100px;
    background: white;
    z-index: 9;
    overflow-y: scroll;
    padding: 35px 0 0 0;
    transform: translateX(100%);
  }

  .mega-menu__container {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .mega-menu .mega-menu__back-button {
    display: block;
  }

  .mega-menu__column {
    margin-bottom: 55px;
  }

  .mega-menu__column:last-child {
    margin-bottom: 35px;
  }

  .mega-menu__column--latest-reports {
    display: none;
  }

  .mega-menu__label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 700;
  }

  .mega-menu__list {
    margin: 0;
    list-style-type: none;
  }

  .mega-menu__list--logos {
    display: none;
  }

  .mega-menu__item {
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .mega-menu__link {
    font-size: 18px;
    font-weight: 400;
  }

  .mega-menu__description {
    font-size: 18px;
  }

  .mega-menu .button--text {
    font-size: 18px;
  }

  .navbar__link--stories::after {
    display: none;
  }

  .mega-menu--stories {
    display: none;
  }

  .nav-card__link {
    display: inline-block;
  }

  .nav-card__title {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1.4;
    margin: 0;
  }

  .nav-card__description {
    font-size: 16px;
    display: none;
  }

  .navbar__mobile-toggle {
    display: block;
  }

  .navbar__tertiary-nav {
    margin-left: auto;
  }

  .navbar__tertiary-nav .navbar__item {
    display: none;
  }

  .navbar__tertiary-nav .navbar__item--profile {
    display: block;
  }

  .navbar__tertiary-nav .navbar__item--button {
    display: flex;
    margin-right: 20px;
  }
} /* Max Width 1249px */

@media (max-width: 1023px) {
  /*.nav-alert-bar {
  background-image: none;
}*/
  .nav-header .nav-alert-bar {
    transition: none;
    /*     height: 90px; */
  }
}

@media (max-width: 639px) {
  .navbar__tertiary-nav .navbar__item--button {
    display: none;
  }
}

.menu_link_style {
  width: 52% 
}  

.button-customer {
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 50px;
  padding: 6px 26px 6px 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: inherit;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, border .2s ease-in-out, color .2s ease-in-out;
  position: relative;
  display: inline-block;
  vertical-align: inherit;
  width: 100%;
  color: #fff;
  margin-bottom: 30px;
}

.button-customer:hover {
  text-decoration: none; 
} 

.text_one {
  font-size: 16px;
  color: #5746B2 !important;
  font-weight: 600;
}

.rating-review {
  display: flex; 
  margin-top: -5px !important;
}  

.review-text {
  font-size: 14px;
  font-weight: 500;
  color: #000 !important;
  padding-left: 10px;
  position: relative;
  margin-top: 21px;
}  

.nav-reviews p {
  font-size: 16px !important; 
}  

.nav-reviews {
  margin-top: -9px;
}  

.nav-reviews a {
  transition: none;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
}

#g2-write-a-review-button:hover {
  text-decoration: none !important;
}

.rating-stars {
  height: 28px;
  margin-top: 17px;
}

.mega-menu--stories li a:hover {
  text-decoration: none !important;
}

.stroies-menu .nav-story:hover {
  background-color: #FBF6F4;
}

.stroies-menu .nav-story {
  gap: 21px;
  padding-left: 13px;
}

.mega-menu--stories .menu-head {
  padding-left: 13px;
}

@media (min-width:1250px){
  .cm-event-reach-wrapper header.nav-header {
    position: absolute;
    max-width: 1220px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    top: 35px;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 60px;
  }

  .cm-event-reach-wrapper nav.navbar {
    background: transparent;
    border: none;
  }

  .cm-event-reach-wrapper .button.navbar__button {
    background: #000;
    border-color: #000;
  }

  .cm-event-reach-wrapper .navbar__collapse .navbar__primary-nav {
    margin-left: auto;
  }

  .cm-event-reach-wrapper .navbar__collapse .navbar__primary-nav ul li a {
    color: #fff;
  } 
}