/*
Theme Name: Start.io
Author: Alex Gurov
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  border: 0;
  font-family: "Sora", sans-serif !important;
  box-sizing: border-box;
}
/* sora-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: normal;
  font-weight: 300;
  src: url('../woff2/sora-v12-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  src: url('../woff2/sora-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sora-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  src: url('../woff2/sora-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sora-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  src: url('../woff2/sora-v12-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

a:hover {
  color: inherit;
}
html,
body {
  width: auto !important;
  overflow-x: hidden !important;
}

a:hover {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-weight: 700;
}
.dropdown-menu {
  margin: 0 !important;
  background: var(--theme-color);
}
.menu-item:last-child {
  margin: 0;
}
body {
  background-color: rgb(0 0 0 / 0.95);
  color: #fff;
  font-weight: 300;
}

body {
  padding-top: 150px;
}
.grn-btn {
  color: black;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 50px;
  background-color: #00d986;
  border-radius: 5px;
  text-decoration: none;
}
.orange-btn {
  margin-left: 30px;
  color: black;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 50px;
  background-color: #ffc700;
  border-radius: 5px;
  text-decoration: none;
}
.logo-title {
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 50px;
}
.clients-wrapper {
  background: #161616 0% 0% no-repeat padding-box;
  padding-top: 100px;
}

.clients-title {
  padding-bottom: 60px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.clients-logo {
  position: absolute;
  top: -50px;
  left: 60px;
}

.client-desc {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 25px;
}

.client-name {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}

.client-position {
  font-size: 18px;
  color: #707070;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  width: 600px;
  background: #232323 0% 0% no-repeat padding-box;
  margin: 0 30px;
  border-radius: 10px;
  height: initial !important;
  margin-top: 60px;
  position: relative;
}

.clients-slider {
  padding-bottom: 70px;
}

.slide-left-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
}
.read-more,
.read-more:hover {
  color: #00d986;
  font-size: 18px;
  font-weight: 300;
  text-decoration: underline;
  position: absolute;
  bottom: -20px;
}

.read-more::after {
  content: "";
  width: 26px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px;
  vertical-align: middle;
  background-image: url("../svg/arrow.svg");
}
.slide-right-arrow {
  position: absolute;
  left: 70px;
  bottom: 0;
  cursor: pointer;
}

.client-slide {
  padding: 70px 60px 40px 60px;
  position: relative;
}

#icons-row {
  padding: 0;
}

#icons-row img {
  padding-right: 30px;
}
.about-small-card {
  padding: 40px 10px;
  border-radius: 10px;
}

.about-small-card-image {
  padding-bottom: 40px;
}

.about-small-card-title {
  font-size: 24px;
  font-weight: 600;
  color: black;
}

.about-small-card-position {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
}
.about-big-card-title {
  font-size: 24px;
  font-weight: 600;
  color: black;
}

.about-big-card-position {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  color: black;
}

.about-big-desc {
  padding-top: 40px;
  line-height: 30px;
}

.about-big-cards {
  padding-bottom: 10px;
}

.leaders__container .leader-box {
  flex: 1;
  /* height: 100%; */
}

/* Prefooter section */
.leaders__container {
  gap: 40px;
  display: grid;
  
}

@media (min-width: 1080px) {
  .leaders__container {
    grid-template-columns: 1.65fr 1fr;
  }
}


.leaders__container .content {
  background: #0b1117;
  color: white;
  border-radius: 30px;
  border: 1px solid rgba(47, 67, 84, 1);
  background: radial-gradient(62.63% 54.26% at 50.07% 46.91%, rgba(11, 17, 23, 0) 0%, #0B1117 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.module-header {
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 22px;
  border-bottom: 1px solid rgba(47, 67, 84, 1);
  min-height: 102px;
}

.module-header h2 {
  font-size: 22px;
}

.module-content {
  display: flex;
  gap: 24px;
}

.module-content .award__item {
  display: flex;
  flex-flow: column;
  gap: 24px;
  text-align: center;
  font-size: 14px;
  flex: 1;
}

.module-content img {
  flex: 1 1 25%;
  max-width: 130px;
  height: 150px;
  max-height: 150px;
  object-fit: contain;
  margin: 0 auto;
}

.leader-module {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* border: 1px solid rgba(47, 67, 84, 1); */
  /* background: linear-gradient(0deg, #0b1117, #0b1117),
    linear-gradient(
      198.37deg,
      rgba(103, 222, 230, 0) 12.46%,
      rgba(103, 222, 230, 0.2) 142.91%
    ); */
  color: white;
  padding: 2.6rem 3rem;
  border-radius: 30px;
}
.bage_image.item__wrap img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

@media (min-width: 923px) {
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    --link-color: #00D986;
  }
  .about-big-cards > .col {
    padding-right: 8px !important;
    padding-left: 4px !important;
  }
  .about-small-cards > .card-col {
    padding-right: 8px !important;
    padding-left: 4px !important;
  }
}
@media (max-width: 922px) {
  .module-content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .about-small-cards > .card-col {
    padding-top: 12px !important;
  }
}

.about-row-content a {
  text-decoration: underline;
}

.about-rows {
  padding-bottom: 100px;
}

.about-team-title {
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 45px;
}

.about-big-card {
  padding: 30px 50px;
}
.about-title {
  font-size: 60px;
  padding-bottom: 20px;
  font-weight: 600;
}

.about-img-wrapper {
  padding-top: 20px;
}

.about-content {
  font-size: 24px;
  padding-bottom: 35px;
  font-weight: 300;
}

.about-extra-content {
  font-size: 18px;
  padding-bottom: 100px;
  font-weight: 300;
}
.maia-section {
  text-align: center;
  background-image: url("../jpg/str_maia_slice_bg.jpg");
  position: relative;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
}
.maia-section .maia-title {
  font-size: 42px;
  line-height: 56px;
  font-weight: bold;
}
.maia-section p {
  max-width: 590px;
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0 25px 0;
}
.maia-section a {
  color: #00d986;
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.maia-section img {
  max-width: 680px;
  margin: 0 auto;
  cursor: pointer;
}

.growth-wrapper a::after,
.read-more-btn::after,
.insights-wrapper a::after,
.ai-small-padding a::after,
.device-based-audiences-wrapper a::after {
  content: "";
  width: 26px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px;
  vertical-align: middle;
  background-image: url("../svg/arrow.svg");
}
.home-big-img {
  padding-bottom: 20px;
}

.data-title {
  font-size: 60px;
  font-weight: 600;
  padding-bottom: 5px;
}

.data-desc {
  font-size: 24px;

  font-weight: 300;
}

.top-home {
  background: transparent linear-gradient(180deg, #000000 0%, #161616 100%) 0%
    0% no-repeat padding-box;
  padding: 50px 0;
}
.about-row-title {
  font-size: 42px;
  font-weight: 600;
}

.about-row-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

#icons-row li {
  padding-bottom: 40px;
  font-size: 18px;
  display: flex;
}

#icons-row li:last-child {
  padding: 0;
}

.color-green,
.color-green a {
  color: #00d986 !important;
}

.sub-menu .nav-link {
  /* color: #707070 !important; */
  font-weight: 600;
}
#primary-menu .nav-link:last-child {
  padding-right: 0;
}

.single-post table {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  width: 100%;
}

.single-post table p {
  margin: 0;
}

.single-post table,
.single-post table tr,
.single-post tr td {
  border: 1px solid #000000;
  padding: 0.8rem;
}

.single-post table tbody tr:first-of-type td,
.single-post table tbody tr:nth-of-type(2) td {
  text-align: center;
}

#actionable-insights .content a,
#growth .content a,
#device-based-audiences .content a {
  text-decoration: underline;
}

.color-gray {
  color: #707070 !important;
}

#primary-menu li {
  font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .sub-menu .nav-link {
  padding: 10px;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .navbar-dark .navbar-nav .sub-menu .nav-link:last-child {
    margin-bottom: 20px;
  }
}

.navbar-dark .navbar-nav .sub-menu .nav-link.active-green {
  font-weight: 600;
}

button.navbar-toggler {
  border: none;
}
#privacy-policy .content {
  padding: 70px 0 0 140px;
  max-width: 1100px;
}
#privacy-policy h1 {
  font-size: 60px;
}
#privacy-faq h1 {
  padding-bottom: 70px;
  font-size: 60px;
}
#privacy-faq h2 {
  font-size: 24px;
  padding-bottom: 10px;
}
#privacy-faq p {
  padding-bottom: 50px;
}
#privacy-faq p:last-child {
  padding-bottom: 0;
}

#privacy-faq .content {
  max-width: 1100px;
}
#privacy-faq p {
  color: #bfbfbf;
  font-size: 18px;
}

#actionable-insights .content {
  padding: 110px 0 120px 0;
}

#actionable-insights .content .mobile-mone-content {
  padding-bottom: 150px;
}
#actionable-insights.ucmm .content .img {
  margin: 0 auto;
}
main#actionable-insights {
  padding-bottom: 100px;
}
#growth .content {
  padding: 0 0 170px 0;
}
#device-based-audiences .content {
  padding: 0 0 50px 0;
}

#growth .content.small-top,
#device-based-audiences .content.small-top {
  padding: 0 0 100px 0;
}

#growth .content:first-child,
#device-based-audiences .content:first-child {
  padding-top: 110px;
}
#growth .content:nth-child(2n) {
  flex-direction: row-reverse !important;
}
#device-based-audiences .content:nth-child(2n + 1) {
  flex-direction: row-reverse !important;
}

#actionable-insights .col {
  padding: 0 30px;
}
#actionable-insights .col .card {
  background: #232323 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 10px;

  padding: 40px;
}

#actionable-insights .col .card img {
  align-self: start;
  padding-bottom: 30px;
}
#actionable-insights .col .card .card-title {
  font-size: 22px;
}
#actionable-insights .col .card .card-body {
  padding: 0;
}
#actionable-insights .col .card p {
  color: #bfbfbf;
  font-size: 18px;
  padding: 30px 0 0 0;
}

.left-side p {
  line-height: 45px;
}
.left-side h2 {
  font-weight: 700;
  font-size: 42px;
}
#actionable-insights .content a,
#growth .content a,
#device-based-audiences .content a {
  color: #00d986;
  font-size: 18px;
}

#actionable-insights .content .left-side,
#growth .content .left-side,
#device-based-audiences .content .left-side {
  max-width: 540px;
  font-size: 24px;
}
#actionable-insights.ucmm .left-side p {
  font-size: 18px;
  padding-top: 25px;
  line-height: 35px;
}
/* #actionable-insights .col:last-child {
  padding-right: 0;
} */
.no-top-padding {
  padding-top: 0;
}
#growth .content .img,
#device-based-audiences .content .img {
  margin-right: 0;
  margin-left: auto;
}

#bm,
#bm1,
#bm2,
#bm3,
#bm4,
#bm5,
#ym,
#ym1,
#ym2,
#ym3,
#ym4,
#ym5,
#zm,
#zm1,
#zm2,
#zm3,
#zm4,
#zm5 {
  max-width: 650px;
}
.ai-small-big-padding {
  padding-top: 70px;
}
#growth .content:nth-child(2n) .img {
  margin-left: 0;
  margin-right: auto;
}
#growth .content .left-side h2,
#device-based-audiences .content .left-side h2 {
  font-weight: 700;
  font-size: 42px;
}
#growth .content .left-side p,
#device-based-audiences .content .left-side p {
  font-size: 18px;
  padding-top: 25px;
  line-height: 35px;
}
#device-based-audiences .content:nth-child(2n + 1) .img {
  margin-left: 0;
  margin-right: auto;
}
#device-based-audiences .content .img {
  max-width: 700px;
}
#device-based-audiences .content .img video {
  width: 100%;
}
#actionable-insights .left-side {
  margin-right: auto;
}
.home-footer-bottom {
  padding-bottom: 50px !important;
}

#blog h1 {
  padding-bottom: 20px;
  font-size: 60px;
}
#blog .posts-wrapper {
  padding: 10px 0 100px 0;
  background-color: #fafafa;
}

#blog .post-title {
  font-size: 22px;
  font-weight: 700;
  padding: 20px 0;
  color: black;
}

#blog .post-read,
#blog .post-read:hover {
  color: #00d986;
  font-size: 18px;
  font-weight: 300;
}

#blog .post {
  margin-left: 70px;
  padding-top: 90px;
}

#blog .content {
  padding-top: 90px;
}
#blog .sub-title {
  padding: 0;
  padding-bottom: 70px;
}

#blog .post-img img {
  width: 100%;
}

.box-section .use-case-title {
  color: #00d986;
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: 400;
}
.top-cards {
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 80px;
}
.bottom-cards {
  font-size: 24px;
  padding-top: 90px;
  font-weight: 200;
}
.box-section .title {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
}

.box-section .body-content {
  font-size: 24px;
  padding: 20px 0;
  font-weight: 400;
}

/* join us */
.join-title {
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 20px;
}

.people-card {
  padding: 15px;
  border-radius: 10px;
}

.people-card-title {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 10px;
}

.people-card-content {
  font-size: 18px;
  font-weight: 300;
}

.people {
  padding-bottom: 80px;
}

.people-content {
  font-size: 18px;
  font-weight: 300;
  max-width: 950px;
  padding-bottom: 70px;
}

.jobs .accordion .card {
  background-color: black;
}

.position-view {
  text-decoration: underline;
}

.position-desc {
  padding: 20px 0;
}

.jobs .accordion .card .card-header:first-child {
  border: none;
}

.jobs .accordion .card .card-header div {
  font-size: 18px;
  width: 100%;
}

.jobs .accordion .card .card-header {
  border-bottom: 1px solid #616161 !important;
  padding: 20px 0;
}

.jobs .accordion .card:last-child .card-header {
  border: none !important;
}

.jobs .accordion .card .card-header .position-name {
  font-size: 22px;
  font-weight: 600;
}

.btn.btn-link {
  text-decoration: underline;
}

.sticky-top {
  position: fixed;
  height: auto;
  width: 100%;
  z-index: 99;
  transition: background-color 0.5s;
}

.sticky-top.sticky {
  background-color: black;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .container {
    max-width: inherit;
  }
}

.footer-columns {
  gap: 25px;
}

/* .footer-columns .menu-item a:first-of-type {
  max-width: 15ch;
} */

footer {
  margin-top: 110px;
}
@media (min-width: 992px) {
  footer {
    margin-top: 70px;
  }
}

.footer-title,
.industry-title {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}

.industry-title {
  margin-bottom: 1rem;
}
.footer .footer-content {
  font-size: 24px;
  padding: 20px 0;
}

.industry-title

.footer .top-footer {
  background: #000;
  padding: 30px 0 110px;
}

.top-footer {
  margin: 70px auto 100px;
}

.footer-cta {
  margin: 100px auto;
  max-width: 50ch;
}

.footer .center-footer {
  padding: 120px 0 50px 0;
  /* border-bottom:1px solid rgb(97 97 97 / 0.5); */
}
.footer .bottom-footer {
  padding: 60px 0;
}
.footer .bottom-footer .copyright {
  font-size: 14px;
}
.linkedin-icon {
  display: inline-block;
  padding: 0.5rem 0 !important;
  margin: 0 !important;
}

.footer-logos-wrapper {
  position: absolute;
  bottom: 25px;
}
.footer-logos-wrapper-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-logos-wrapper-inner img.first-logo {
  margin-bottom: 30px;
  height: 65px;
}
@media (min-width: 576px) and (max-width: 992px) {
  .footer-logos-wrapper-inner img.first-logo {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .mobile-footer-logos-wrapper {
    display: none;
  }
}

.linkedin-icon .nav-link {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url("../svg/linkedin-footer.svg");
  overflow: hidden;
  color: #000;
}
.facebook-icon {
  display: inline-block;
  padding: 0 10px !important;
  margin: 0 !important;
}

.facebook-icon .nav-link {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url("../svg/facebook-footer.svg");
  overflow: hidden;
  color: #000;
}
.twitter-icon {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
}

.twitter-icon .nav-link {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url("../svg/twitter-footer.svg");
  overflow: hidden;
  color: #000;
}
/* error */
#error-page .content {
  font-size: 24px;
  padding: 20px 0;
}

#error-page .content a {
  font-size: 18px;
  text-decoration: underline;
}
.color-white {
  color: #fff;
}

.post-title {
  font-size: 42px;
  font-weight: 600;
}

.post-date {
  padding-top: 20px;
  padding-bottom: 70px;
}

.post-date,
.post-author {
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 300;
}

.post-author {
  padding-bottom: 70px;
}

.entry-content {
  padding: 150px 0 120px 0;
  background-color: #fafafa;
  color: black;
  font-weight: 300;
}

.post-img {
  position: absolute;
  max-height: 390px;
  right: 0;
}
.container.nav-main {
  padding: 20px;
  justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container.nav-main {
    max-width: 100%;
  }
}
.blog-post-img {
  position: initial;
  max-height: 250px;
}

.share-title {
  color: #707070;
  font-size: 24px;
}

.share-x {
  padding: 0 20px 0 10px;
}

.share-x img {
  width: 30px;
  height: 30px;
}

.share-facebook {
  padding: 0 20px 0 0;
}

.share-buttons {
  padding: 60px 0;
  border-bottom: 1px solid #616161;
}

.related-posts-title {
  color: black;
  font-weight: 600;
  font-size: 24px;
  padding: 60px 0;
}

.related-post-title {
  padding: 20px 0;
}

.related-post-title a {
  color: black;
  font-size: 22px;
  font-weight: 700;
}

#blog .post-img img {
  max-width: 100%;
  height: auto;
  height: 250px !important;
  border-radius: 5px;
  object-fit: cover;
}

.brick-wrapper .img {
  margin-right: 0 !important;
}
.content-mobile-mono-video {
  max-width: 600px !important;
  margin-right: 0;
  margin-left: auto;
}

button.btn.btn-link.btn-block.text-left.color-green.view-btn {
  display: flex;
  justify-content: flex-end;
}
.join-us-wrapper {
  margin-bottom: 50px;
}
.card-col {
  width: 20%;
  padding: 0 15px;
}
.about-small-cards .card-col {
  width: 33.3%;
  padding: 0 15px;
}
.about-small-cards {
  padding-bottom: 10px;
}
.about-small-card-image {
  padding-bottom: 20px;
}
.about-small-card-position {
  height: 70px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
  li.has-mega-menu:hover > .sub-menu {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 1.25rem;
  }
  #primary-menu .dropdown-menu.show {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media (min-width: 801px) and (max-width: 1640px) {
  li.has-mega-menu .sub-menu {
    padding: 1.25rem;
    width: clamp(600px, 50vw, 720px);
    max-width: inherit;
  }
}

@media screen and (min-width: 1641px) {
  li.has-mega-menu .sub-menu {
    padding: 1.25rem;
    width: clamp(600px, 50vw, 720px);
    max-width: inherit;
  }
}

/* // Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
}

/* // Medium devices (tablets, less than 992px) */

@media screen and (max-width: 992px) {
  ul#menu-login {
    display: none;
  }
  .about-small-cards .card-col {
    width: 100%;
  }

  .growth-wrapper a::after,
  .insights-wrapper a::after,
  .ai-small-padding a::after,
  .read-more::after,
  .device-based-audiences-wrapper a::after {
    vertical-align: baseline;
  }
  .box-section .title {
    padding-top: 0;
    font-size: 34px;
    margin-bottom: 10px;
  }

  .box-section .body-content {
    font-size: 18px;
    padding: 10px 20px;
  }

  .grn-btn,
  .orange-btn {
    font-size: 14px;
    padding: 11px 20px;
  }

  #growth .content:first-child,
  #device-based-audiences .content:first-child {
    padding-top: 50px;
  }

  #growth .content {
    padding-bottom: 70px;
  }
  #device-based-audiences .content {
    padding-bottom: 40px;
  }

  video {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #growth .content .left-side h2,
  #device-based-audiences .content .left-side h2 {
    font-size: 28px;
  }

  #growth .content .left-side p,
  #actionable-insights .content .left-side p,
  #device-based-audiences .content .left-side p {
    font-size: 14px;
    padding-top: 0;
    line-height: 30px;
  }

  #growth .content:nth-child(2n) {
    flex-direction: column !important;
  }

  #device-based-audiences .content:nth-child(2n + 1) {
    flex-direction: column !important;
  }

  #actionable-insights .content a,
  #growth .content a,
  #device-based-audiences .content a {
    color: #00d986;
    font-size: 14px;
  }

  .mobile-container {
    padding: 0 30px;
  }

  .footer .top-footer {
    padding: 50px 0 60px 0;
  }

 .footer-title,
  .industry-title {
    font-size: 28px;
  }

  body {
    padding-top: 100px;
  }

  .container.nav-main {
    background-color: black;
    right: 0;
    left: 0;
  }

  .footer .footer-content {
    font-size: 18px;
  }

  .nav-main {
    padding: 20px 0;
  }

  .footer .center-footer {
    padding: 40px 20px 20px 20px;
    border: none;
  }

  .footer .bottom-footer {
    padding: 0;
    padding-bottom: 70px;
    text-align: center;
  }

  .footer-menus div a.nav-link {
    padding-left: 0;
  }
  ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
  }

  .footer-menus .menu-item {
    margin-right: 0;
  }

  .nav-main {
    position: fixed;
    width: 100%;
    top: 0;
    /* padding-left: 15px !important; */
    left: 0;
    background-color: black;
    padding: 20px 0;
  }
  #blog h1 {
    font-size: 36px;
    padding-bottom: 10px;
  }
  #blog .content {
    padding-top: 70px;
  }
  #blog .content:first-child {
    padding-top: 50px;
  }
  #blog .post-img img {
    height: auto !important;
  }
  .read-more,
  .read-more:hover {
    bottom: 0;
  }

  #blog .sub-title {
    font-size: 18px;
  }
  #blog .sub-title {
    padding: 0;
    padding-bottom: 50px;
  }
  #blog .posts-wrapper {
    padding: 0 0 50px 0;
  }
  .main-post-title {
    font-size: 35px;
    padding-top: 15px;
  }
  .post-date {
    padding-bottom: 50px;
  }
  .article-post-img {
    position: relative;
  }
  .entry-header {
    flex-direction: column-reverse;
  }
  .entry-content {
    padding: 50px 0;
  }
  .post-content,
  .share-title {
    font-size: 14px;
    line-height: 25px;
  }
  .share-buttons {
    padding: 30px 0;
  }
  .related-posts-title {
    padding: 30px 0 0 0;
    font-size: 18px;
  }
  .grid-item {
    padding-top: 50px;
  }

  .post-img-wrapper {
    text-align: center;
  }
  .related-post-title {
    margin-bottom: 20px;
  }
  #actionable-insights .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #actionable-insights .col .card {
    padding: 30px;
  }
  #actionable-insights .col {
    margin-bottom: 30px;
  }
  #actionable-insights .col .card .card-title {
    font-size: 18px;
  }
  #actionable-insights .col .card p {
    padding: 0;
    font-size: 14px;
  }
  #growth .content .img,
  #growth .content:nth-child(2n) .img {
    margin: 0 auto;
  }
  #device-based-audiences .content .img,
  #device-based-audiences .content:nth-child(2n + 1) .img {
    margin: 0 auto;
  }
  /* #actionable-insights .col:last-child {
    padding-right: 30px;
  } */
  main#actionable-insights {
    padding-bottom: 70px;
  }
  .about-big-card {
    padding: 30px;
  }
  .about-title {
    font-size: 36px;
  }
  .about-content {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .about-extra-content {
    font-size: 14px;
    padding-bottom: 50px;
  }
  .about-row-title h2 {
    font-size: 18px;
  }
  .about-row-content p {
    font-size: 14px;
    padding-bottom: 30px;
  }
  .about-rows {
    padding-bottom: 0;
  }
  .about-big-card-title {
    font-size: 18px;
  }
  .about-big-card-position {
    font-size: 16px;
  }
  .about-big-desc {
    padding: 0;
    font-size: 14px;
    line-height: 27px;
  }
  .about-col-wrapper {
    margin-bottom: 20px;
  }
  .about-small-cards {
    margin-bottom: 50px;
  }
  .about-small-card {
    padding: 20px 10px;
  }
  .about-small-card-image {
    padding-bottom: 20px;
  }
  .about-small-cards .col {
    margin-bottom: 20px;
  }
  .about-small-card-title {
    font-size: 18px;
  }
  .about-small-card-position {
    font-size: 14px;
  }
  .about-big-card-image {
    text-align: center;
  }
  .logo-title {
    font-size: 24px;
    padding-bottom: 15px;
  }

  .logos_title img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .ai-small-padding {
    padding-bottom: 30px !important;
  }
  #icons-row li {
    font-size: 14px;
  }

  .ai-body {
    padding-bottom: 50px !important;
  }
  #zm1 {
    display: none;
  }
  .box-section .use-case-title {
    font-size: 18px;
  }
  .box-section .body-content.no-padding {
    padding: 0 !important;
  }
  .data-title {
    font-size: 22px;
  }
  .data-desc {
    font-size: 16px;
  }
  .data-wrapper {
    padding-top: 20px;
  }

  .clients-title {
    font-size: 22px;
  }
  .clients-wrapper {
    padding-top: 50px;
  }

  .client-desc {
    /* max-width: 280px; */
    font-size: 18px;
  }
  .client-desc,
  .client-name,
  .client-home-position {
    max-width: 280px;
  }

  .client-name {
    font-size: 16px;
  }
  .client-home-position {
    font-size: 14px;
  }
  .client-slide {
    padding: 0;
    padding-left: 15px;
    padding-top: 60px;
  }
  .clients-logo img {
    max-width: 80px;
  }
  .top-cards {
    font-size: 18px;
    padding-bottom: 30px;
  }

  .bottom-cards {
    padding-top: 30px;
    font-size: 17px;
  }
  #error-page h1 {
    padding-top: 0;
    font-size: 34px;
  }
  #error-page .content {
    font-size: 18px;
  }
  #error-page .container {
    margin-bottom: 70px;
  }
  .join-title {
    font-size: 22px;
  }
  .people-card-title {
    font-size: 22px;
  }
  .card-body {
    padding: 25px;
  }
  .card-wrapper {
    margin-bottom: 20px;
  }
  .people-card-content {
    font-size: 16px;
  }
  .people {
    padding-bottom: 50px;
  }
  .jobs .accordion .card .card-header .position-name,
  .jobs .accordion .card .card-header div,
  .jobs .accordion .card .card-header div {
    font-size: 15px;
  }
  #privacy-faq {
    margin-bottom: 50px;
  }
  #privacy-faq h1,
  #privacy-policy h1 {
    font-size: 36px;
    padding-bottom: 30px;
  }
  #privacy-faq h2,
  #privacy-policy h2 {
    font-size: 18px;
  }
  #privacy-faq p,
  #privacy-policy p {
    font-size: 14px;
  }
  #privacy-policy .content {
    padding: 0;
  }
  .card-col {
    width: 100%;
    padding: 10px 15px;
  }
  .about-big-desc {
    padding-top: 15px;
  }
  .about-small-card-image {
    padding-bottom: 40px;
  }
  .about-big-card-image {
    margin-bottom: 10px;
  }
  .about-small-cards {
    padding: 0;
    margin-bottom: 0;
  }
  .about-small-card-position {
    height: 100%;
  }
  .leader-box .module-header h2 {
    font-size: 18px;
  }
  .leader-box .module-content {
    justify-content: center;
  }
  .leader-box .module-content img {
    flex: 0 0 calc(50% - 24px);
    max-width: 100%;
    height: 125px;
    max-height: 125px;
    object-fit: contain;
  }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .maia-section img {
    max-width: 100%;
    padding: 0 20px;
  }
  .maia-section .maia-title {
    font-size: 26px;
  }
  .maia-section p {
    font-size: 22px;
    padding: 15px 20px 25px 20px;
  }
  .maia-section a {
    padding-bottom: 30px;
  }
  .about-small-cards {
    display: block;
  }
  .container {
    padding: 0 30px;
  }
  .read-more,
  .read-more:hover {
    position: relative !important;
    z-index: 9999999;
  }
  .related-post-title {
    margin-bottom: 0;
  }
  .resposinve-iframe {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .resposinve-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Contact form - posts */
.contact-form-wrapper {
  margin: 2rem 0;
}
.contact-form-horizontal {
  width: 100%;
  font-size: 0.8rem;
  background-color: #fafafa;
}
.contact-form-horizontal .container {
  padding: 2.5rem 0;
}
.contact-form-horizontal h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #000000;
}
.contact-form-horizontal h3 {
  font-size: 1rem;
  margin: 1rem 0;
  font-weight: 700;
  color: #000000;
}
.dark .contact-form-horizontal {
  background-color:transparent;
}

.dark .contact-form-horizontal h2,
.dark .contact-form-horizontal h3 {
  color: #fff;
}
.contact-form-horizontal input[type="text"],
.contact-form-horizontal input[type="email"] {
  background: #ffffff;
  color: #5c5b5b;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 8px 10px;
  width: 90%;
}
.contact-form-horizontal
  input[type="text"]::placeholder
  .contact-form-horizontal
  input[type="email"]::placeholder {
  color: #5c5b5b;
}
.contact-form-horizontal input[type="submit"] {
  margin-top: 1.5rem;
  font-weight: 700;
  color: #000000;
  background-color: #00d986;
  border-radius: 4px;
  padding: 10px 22px;
  cursor: pointer;
}
.contact-form-wrapper.black-background .contact-form-horizontal {
  padding: 4rem 0;
  background-color: #000000;
}
.contact-form-wrapper.black-background .contact-form-horizontal h2 {
  color: #ffffff;
}
.contact-form-wrapper.black-background .contact-form-horizontal h3 {
  color: #ffffff;
}
.contact-form-wrapper .wpcf7-response-output {
  margin: 0 1rem !important;
  border: none !important;
  color: #ebb118;
  font-weight: 600;
  text-align: center;
  position: relative;
  top: -90px;
}
.contact-form-wrapper form.sent .wpcf7-response-output {
  color: #0e6816;
}
@media screen and (max-width: 992px) {
  .contact-form-horizontal h3 {
    margin-bottom: 0;
  }
  .contact-form-horizontal .container {
    padding: 1rem 1.8rem;
  }
  .contact-form-horizontal input[type="text"],
  .contact-form-horizontal input[type="email"] {
    margin-top: 1.5rem;
  }
  .contact-form-horizontal input[type="submit"] {
    width: 100%;
    text-align: center;
  }
}
/* Contact form - posts and pages */

.post-content p b {
  font-weight: bold;
}

body.single-post .post-content ol li:not(:last-child) {
  margin-bottom: 8px;
}

/*
.content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.content ol li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.content ol li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.content ol li li {
  margin: 0;
}
.content ol li li:before {
  content: counters(item, ".") " ";
}




.content  ul {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.content ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.content ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.content ul li li {
  margin: 0;
}
.content ul li li:before {
  content: counters(item, ".") " ";
}
*/

.content ol:not(.letters) {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.content ol:not(.letters) > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.content ol:not(.letters) > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.content ul {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.content ul > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.content ul > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.clients-wrapper .slick-slide img {
  width: 100px;
  border-radius: 50px;
}

/* Mega menu style */
:root {
  /* --text: #1b1820; */
  --text: #fff;
  --menu-links: #fff;
  --theme-color: #000;
  --link-color: #00d986;
}
.mt-20 {
  margin-top: 1.25rem;
}
.mb-20 {
  margin-bottom: 1.25rem;
}
.menu-item {
  margin-right: 20px;
}
div#navbar-content {
  justify-content: center;
}
ul#primary-menu {
  width: 100%;
  justify-content: center;
}
li.login.menu-item {
  margin-left: auto;
  margin-right: 20px;
}
li.login.menu-item > a {
  padding: 0.6rem 2rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #00d986;
  border: 1px solid #00d986;
  border-radius: 5px;
  color: #000 !important;
  transition: all 0.3s ease;
}

li.login.menu-item > a:after,
a.with-arrow-blak:after {
  margin-left: 0.625rem;
  content: "";
  width: 1rem;
  height: 0.75rem;
  display: block;
  background-image: url("../svg/arrow-right-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
li.login.menu-item:hover a {
  color: #fff !important;
}
li.login.menu-item:hover a:after,
a.with-arrow-blak:hover:after {
  background-image: url("../svg/arrow-right-white.svg");
}
li.signup.menu-item > a {
  padding: 0.6rem 2rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #000;
  border-radius: 5px;
  border: 1px solid #ffffff;
  color: #fff !important;
  transition: all 0.3s ease;
}
li.signup.menu-item > a:after {
  margin-left: 0.625rem;
  content: "";
  width: 1rem;
  height: 0.75rem;
  display: block;
  background-image: url("../svg/arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
li.signup.menu-item:hover a {
  color: #00d986 !important;
  /* background: #00D986; */
  border-color: #00d986;
}
li.signup.menu-item:hover a:after {
  background-image: url("../svg/arrow-right-green2.svg");
}

img.menu_item_icon {
  padding: 1rem;
  border-radius: 0.625rem;
  margin-right: 0.625rem;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  height: auto;
  object-fit: contain;
}
.wrapper__last-post img {
  width: 100%;
  max-width: 25rem;
  height: 12.5rem;
  border-radius: 1rem;
  object-fit: cover;
}
.wrapper__last-post {
  margin-bottom: 0.625rem;
}
ul.list_custom-links {
  list-style: none;
  padding: 0;
}
ul.list_custom-links li.item-link {
  padding: 0.938rem 0.625rem;
  transition: all 0.3s ease;
}

li.item-link:hover {
  background-color: #f5f5f5;
}

ul.list_custom-links li.item-link a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.063rem;
  color: var(--text, #1b1820);
}
ul.list_custom-links li.item-link:nth-child(2) {
  border-top: 1px solid #d9d9d9;
}

ul.list_custom-links li.item-link a:after {
  margin-left: 0.625rem;
  content: "";
  width: 1rem;
  height: 0.75rem;
  display: block;
  background-image: url("../svg/arrow-right-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.navbar-dark .navbar-nav li.has-mega-menu .nav-link {
  display: flex;
  align-items: center;
}

.navbar-dark .navbar-nav li.has-mega-menu:hover > .nav-link,
.navbar-dark .navbar-nav li.has-mega-menu:focus > .nav-link,
.navbar-dark .navbar-nav li.has-mega-menu > .nav-link:focus,
.navbar-dark .navbar-nav li.has-mega-menu > .nav-link:hover {
  color: var(--link-color, #00d986);
  text-decoration: underline;
  text-decoration-color: var(--link-color, #00d986);
  text-underline-offset: 2px;
}

.navbar-dark .navbar-nav li.has-mega-menu .sub-menu .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--menu-links, #fff);
}

.navbar-dark
  .navbar-nav
  li.has-mega-menu
  .sub-menu
  .nav-link.current-menu-item {
  font-weight: 700;
}
.navbar-dark .navbar-nav li.has-mega-menu .sub-menu .nav-link:hover {
  color: var(--menu-links, #fff);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.16);
}
.navbar-dark .navbar-nav li.has-mega-menu .sub-menu .nav-link:after {
  margin-left: 0.625rem;
  content: "";
  width: 1rem;
  min-width: 1rem;
  height: 0.75rem;
  display: block;
  background-image: url("../svg/arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s ease;
}
.navbar-dark .navbar-nav li.has-mega-menu .sub-menu .nav-link:hover:after {
  opacity: 1;
}
/* footer */
section.footer-section {
  background: #000;
}
.center-footer__wrapper {
  background: #00d986;
  border-top-right-radius: 3.75rem;
  border-top-left-radius: 3.75rem;
}
.center-footer ul.menu {
  padding-left: 0;
}
.menu-footer-5-container {
  min-width: 140px;
}
.menu-footer-5-container ul {
  padding-left: 0;
}
.black-title > a {
  max-width: 85%;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700 !important;
  color: #000 !important;
}

.footer-menus a.nav-link {
  font-weight: 500;
}
.footer-logo__wrapper img {
  width: 100%;
  max-height: 32.74vw;
  object-fit: cover;
}
ul.social-links {
  padding: 0;
}

ul#menu-footer-5 a.nav-link {
  font-weight: 600;
}
.footer-menus ul.sub-menu a.nav-link:hover,
#menu-footer-5 a.nav-link:hover {
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-offset: 4px;
  color: #000;
}

@media screen and (min-width: 992px) {
  .navbar-nav {
    position: relative;
  }

  li.has-mega-menu .sub-menu.dropdown-menu {
    top: calc(100% + 10px);
    /* left: -15.5vw; */
  }
  .navbar-dark .navbar-nav li.has-mega-menu .nav-link:after {
    margin-left: 0.625rem;
    content: "";
    width: 1rem;
    height: 0.5rem;
    display: block;
    background-image: url("../svg/angle-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
  }

  .navbar-dark .navbar-nav li.has-mega-menu:hover > .nav-link:after,
  .navbar-dark .navbar-nav li.has-mega-menu > .nav-link:hover:after {
    margin-left: 0.625rem;
    content: "";
    width: 1rem;
    height: 0.5rem;
    display: block;
    background-image: url("../svg/angle-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  li.has-mega-menu .sub-menu.dropdown-menu:before {
    content: "";
    width: 100%;
    height: 9px;
    position: absolute;
    top: -10px;
    border-top-right-radius: 4px;
    left: 0;
    /* background: #000; */
  }
  li.has-mega-menu .sub-menu.dropdown-menu::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease-in;
    top: -12px;
    left: calc(50% - 10px);
    left: var(--offset);
    background-image: url(../svg/menu_arrow.svg);
    display: inline-block;
    width: 37px;
    height: 12px;
    background-repeat: no-repeat;
  }
  li.has-mega-menu:hover > .sub-menu {
    display: flex;
    flex-direction: row-reverse;
    gap: 1.25rem;
    background: -webkit-linear-gradient(191deg, rgba(0, 0, 0, 0) 18.96%, rgba(0, 217, 134, 0.18) 115.62%), rgba(0, 0, 0, 0.65);
background: linear-gradient(191deg, rgba(0, 0, 0, 0) 18.96%, rgba(0, 217, 134, 0.18) 115.62%), rgba(0, 0, 0, 0.65);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    border: 1px solid #8195a5;
  }
  li.has-mega-menu .sub-menu .column-item {
    flex-basis: 48%;
  }
  .center-footer ul.sub-menu {
    padding-left: 0;
    padding-top: 0;
  }
  .hide-descktop {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .hide-mobile {
    display: none;
  }
  img.hide-descktop {
    display: inline;
  }
  li.has-mega-menu .sub-menu.dropdown-menu:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
  }
  ul#primary-menu {
    width: 100%;
    justify-content: space-between;
  }
  li.has-mega-menu .sub-menu {
    padding: 0;
    border: 0;
  }
  li.has-mega-menu .sub-menu.dropdown-menu.show {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 100%;
  }
  li.login.menu-item {
    margin: 20px 0;
    max-width: 160px;
  }
  li.signup.menu-item {
    margin-bottom: 20px;
    max-width: 160px;
  }
  ul#menu-login {
    display: none;
  }
  .dropdown-menu {
    background-color: transparent;
  }
  .footer-menus > div {
    width: 100%;
  }
  .footer-menus > div:not(:last-child) > ul {
    border-bottom: 1px solid #000;
  }
  .footer-menu li.menu-item-has-children a {
    display: flex;
  }

  .center-footer ul.sub-menu {
    padding: 0;
  }
  .black-title > a {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.125rem;
  }
  ul.custom-dropdown li.menu-item-has-children > a:after {
    margin-left: 0.625rem;
    content: "";
    width: 1rem;
    height: 0.5rem;
    display: block;
    background-image: url("../svg/angle-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
  }
  ul.custom-dropdown li.menu-item-has-children.active > a.nav-link:after {
    transform: rotate(180deg);
  }
  ul.custom-dropdown li.menu-item-has-children > .sub-menu {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
  }
  ul.custom-dropdown li.menu-item-has-children.active > .sub-menu {
    display: block;
    max-height: 500px;
    transition: max-height 0.25s ease-in;
  }
  ul#menu-footer-5 a.nav-link {
    font-weight: 700;
    font-size: 1.25rem;
  }
  .footer .bottom-footer .copyright {
    font-size: 12px;
  }
  /* .custom-dropdown .menu-item-has-children .sub-menu {
    display: none;
  } */
  .footer-menus {
    flex-direction: column !important;
  }

  /* menu header */
  .container.nav-main {
    padding: 20px;
  }
  .container.nav-main img.menu__logo {
    visibility: hidden;
  }

  .nav-main #navbar-content {
    height: 0;
    /* overflow: hidden; */
    transition: height 0.5s ease;
  }

  .nav-main.active #navbar-content {
    height: inherit;
    /* overflow: visible; */
  }
  div#navbar-content {
    height: 100%;
    position: relative;
    z-index: 10;
    /* background: var(--theme-color, #000); */
  }
  button#j__openMenu {
    padding: 0;
    float: right;
  }
  .container.nav-main.active {
    min-height: 100vh;
    max-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    background: var(--theme-color, #000);

    overflow-y: scroll;
  }

  .container.nav-main.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        221deg,
        rgba(0, 0, 0, 0) 25.96%,
        rgba(0, 217, 134, 0.28) 115.62%
      ),
      rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(129, 149, 165, 0.7);
  }

  .site_url__logo,
  .navbar-toggler,
  .navbar-nav {
    position: relative;
    z-index: 10;
  }

  .container.nav-main.active img.menu__logo {
    visibility: visible;
  }
  ul#primary-menu {
    padding-top: 40px;
    gap: 1.25rem;
    --link-color: #fff;
    gap: 0;
  }
  ul#primary-menu .menu-item {
    margin-right: 0;
  }
  .container.nav-main.active ul#menu-login {
    display: block;
  }
  /* .navbar-dark .container.nav-main.active .site_url__logo {
    display: none;
  } */
  .navbar-dark .navbar-nav li.has-mega-menu > a.nav-link {
    justify-content: space-between;
    padding: 13px 0;
  }
  .navbar-dark.main-nav .navbar-nav .nav-link {
    color: var(--link-color);
  }
  .navbar-dark .navbar-nav li.has-mega-menu:hover > .nav-link,
  .navbar-dark .navbar-nav li.has-mega-menu:focus > .nav-link,
  .navbar-dark .navbar-nav li.has-mega-menu > .nav-link:focus,
  .navbar-dark .navbar-nav li.has-mega-menu > .nav-link:hover {
    --link-color: #00d986;
  }

  .navbar-dark .navbar-nav li.has-mega-menu .nav-link:after {
    margin-left: 0.625rem;
    content: "";
    width: 1rem;
    height: 0.5rem;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .navbar-dark
    .navbar-nav
    li.has-mega-menu
    .nav-link[aria-expanded="false"]:after {
    background-image: url("../svg/angle-white.svg");

    transition: all 0.3s ease;
    transform: rotate(0);
  }
  .navbar-dark
    .navbar-nav
    li.has-mega-menu
    .nav-link[aria-expanded="true"]:after {
    background-image: url(../svg/angle-green-up.svg);
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: none;
  }

  .navbar-dark .navbar-nav .sub-menu .nav-link {
    padding: 8px;
    border-radius: 16px;
  }

  .navbar-dark .column-item .nav-link:nth-child(4n - 3) {
    background: rgba(255, 255, 255, 0.16);
  }

  .navbar-dark .column-item {
    display: flex;
    flex-flow: column;
    gap: 10px;
  }

  .navbar-dark .column-item .nav-link:nth-child(3n) {
    background: #000;
  }

  .navbar-toggler-icon {
    .line {
      fill: none;
      stroke: var(--text, #1b1820);
      stroke-width: 6;
      transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
      stroke-dasharray: 60 207;
      stroke-width: 6;
    }

    .line2 {
      stroke-dasharray: 60 60;
      stroke-width: 6;
    }

    .line3 {
      stroke-dasharray: 60 207;
      stroke-width: 6;
    }
  }

  .nav-main.active .navbar-toggler-icon {
    .line1 {
      stroke-dasharray: 90 207;
      stroke-dashoffset: -134;
      stroke-width: 6;
    }

    .line2 {
      stroke-dasharray: 1 60;
      stroke-dashoffset: -30;
      stroke-width: 6;
    }

    .line3 {
      stroke-dasharray: 90 207;
      stroke-dashoffset: -134;
      stroke-width: 6;
    }
  }

  li.signup.menu-item > a {
    background: transparent;
    border: 1px solid #fff;
  }
  ul.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ul.social-links.hide-mobile {
    display: none !important;
  }
}

.menu-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  display: none;
  opacity: 0;
  transition: all 0.25s;
  transition-behavior: allow-discrete;
}

.menu-mask.active {
  display: block;
  opacity: 1;
}
